@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
/* top of styles.css */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

html {
  overflow-x: hidden;
}

:root {
  --food-global-font: "Inter", sans-serif;
  --food-main-font: "Sora", sans-serif;
}

body {
  font-family: var(--food-global-font) !important;
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
}

.modal-backdrop {
  z-index: 1041;
}

.products .product_list li:hover .btn.add-to-cart,
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover,
.btn-primary,
#subcategories ul li .subcategory-image a:hover,
.pagination li.disabled>span,
.pagination li:hover>span,
.pagination li.current>span,
.pagination .current a,
.pagination a:hover,
.input-radio:checked+span,
.input-radio:hover+span,
.blog-image .blogicons .icon:hover::before,
.images-container .js-qv-mask .thumb-container .thumb.selected,
.images-container .js-qv-mask .thumb-container .thumb:hover,
#product-modal .modal-content .modal-body .product-images img:hover {
  font-family: var(--food-global-font) !important;
  background: #171a1f;
}

/********************************************************
			Codezeel Custom Styles
********************************************************/

.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
  border-color: blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: 30%;
  direction: ltr !important;
  opacity: 0;
  left: 0;
  right: auto;
}

.featured-products .customNavigation,
.special-products .customNavigation,
.homeblog-latest .customNavigation,
.brands .customNavigation {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.customNavigation a {
  display: block;
  float: right;
  position: absolute;
  border: 0px;
  -webkit-tap-highlight-color: transparent;
  font-size: 0;
  position: absolute;
  padding: 0;
  color: #888888;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 35px;
  width: 20px;
}

.customNavigation a:hover {
  border-color: #262626;
}

.customNavigation a:hover:before {
  color: #262626;
}

.customNavigation a.prev {
  left: -20px;
  background-image: url(../img/codezeel/prev-arrow.svg);
}

.customNavigation a.prev:hover {
  background-image: url(../img/codezeel/prev-arrow-hover.svg);
}

.customNavigation a.next {
  right: -20px;
  background-image: url(../img/codezeel/next-arrow.svg);
}

.customNavigation a.next:hover {
  background-image: url(../img/codezeel/next-arrow-hover.svg);
}

.flexslider .flex-direction-nav .flex-next {
  cursor: url(../img/codezeel/slide-next.png), pointer;
  right: 5px;
  font-size: 0;
}

.flexslider .flex-direction-nav .flex-prev {
  cursor: url(../img/codezeel/slide-prev.png), pointer;
  left: 5px;
  font-size: 0;
}

@media (max-width: 1300px) {
  .customNavigation a.prev {
    left: 0px;
  }

  .customNavigation a.next {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .customNavigation a.prev {
    left: 10px;
  }

  .customNavigation a.next {
    right: 10px;
  }

  #main .images-container .js-qv-mask {}
}

#czleftbanner img,
#czrightbanner img {
  max-width: 100%;
  margin-bottom: 10px;
}

.top_button {
  background: #34373c;
  border: 2px solid #fff;
  bottom: 90px;
  cursor: pointer;
  height: 40px;
  padding: 6px 10px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 99;
  background-image: url(../img/codezeel/top.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.top_button:hover {
  background-color: #666;
}

/* Flexslider */
#index .spinner {
  min-height: 610px;
  background: url(../img/codezeel/loading.gif) no-repeat center center #f5f5f5;
  width: 100%;
}

@media (max-width: 1399px) {
  #index .spinner {
    min-height: 480px;
  }
}

@media (max-width: 1199px) {
  #index .spinner {
    min-height: 380px;
  }
}

@media (max-width: 991px) {
  #index .spinner {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  #index .spinner {
    min-height: 250px;
  }
}

@media (max-width: 479x) {
  #index .spinner {
    min-height: 180px;
  }
}

/* =============================================== */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* =============================================== */

.modal-dialog {
  z-index: 99999;
}

/* ============ */
/*     Heder    */
/* ============ */
header#header .header-nav {
  background: #171a21;
  padding: 8px 0;
}

.contact-top-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-top-holder .single-contact a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-family: var(--food-main-font);
}

.contact-top-holder .single-contact a i {
  background: #d6030c;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 7px;
}

header#header .header-top .container.of-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#header .header_logo {
  float: none;
  max-width: 240px;
  display: block;
}

#header .center-fe-heder {
  display: inline-block;
  width: calc(100% - 420px);
  padding: 0 50px;
}

#header .center-fe-heder div#search_widget {
  width: 100% !important;
  position: unset;
  display: block;
}

header .center-fe-heder .search-widget form {
  text-align: right;
}

#header .center-fe-heder .search-widget form input[type="text"] {
  width: calc(100% - 45px);
  background: #e8ebf2;
  border: none;
  border-radius: 15px;
  color: #171a21;
  font-weight: 500;
  font-family: var(--food-global-font);
  min-height: 41px;
}

#header .center-fe-heder .search-widget form input[type="text"]::placeholder {
  color: #171a21;
  font-weight: 500;
  font-family: var(--food-global-font);
}

#header .center-fe-heder .search-widget form button[type="submit"] {
  right: auto;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: #d6030c !important;
  color: #fff;
  border-radius: 15px;
}

#header .center-fe-heder .search-widget form button[type="submit"]::after {
  content: "\f002" !important;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  font-weight: 900;
}

#header .header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 180px;
}

#header .user-info {
  order: -1;
  margin-left: 0;
}

#header .user-info .user-info-title .account_text {
  font-size: 0;
}

#header .user-info span {
  display: flex;
}

#header .user-info .user-info-title .account_text:after {
  content: "\f007";
  font-size: 18px;
  padding: 0;
  background: #171a21;
  width: 40px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

#header .blockcart .blockcart-header>.shopping-cart {
  background: none;
  padding: 0;
}

#header .blockcart .blockcart-header>.shopping-cart>span:first-child {
  font-size: 0;
}

#header .blockcart {
  margin-top: 0;
}

#header .blockcart .blockcart-header>.shopping-cart>span:first-child::before {
  content: "\f07a";
  font-size: 18px;
  padding: 0;
  background: #171a21;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

#header .blockcart .blockcart-header .shopping-cart span.cart-products-count {
  position: absolute;
  top: 0;
  right: -5px;
  background: red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

#header .blockcart .blockcart-header {
  padding: 0;
  display: block;
}

#header .user-info.open .user-info-title .account_text:after {
  content: "\f007" !important;
  font-size: 18px !important;
  padding: 0;
  background: #d6030c;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5Freeo" !important;
}

#header .blockcart .blockcart-header>.shopping-cart span {
  display: flex;
}

#header .header-icons a.wishlist {
  font-size: 18px;
  padding: 0;
  background: #d6030c;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin: 0 20px;
}

.header-top .leo-top-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.header-top .leo-top-menu {
  border-bottom: none;
  padding: 10px;
}

nav.leo-megamenu.cavas_menu.navbar.navbar-default.enable-canvas {
  margin-bottom: 0 !important;
  border-top: solid 1px #d3d7e3;
}

.header-top .leo-top-menu ul li a {
  color: #181a21;
  font-family: var(--food-global-font);
  font-size: 16px;
  text-transform: capitalize;
}

.header-top .leo-top-menu ul li.active>a,
.header-top .leo-top-menu ul li a:hover>span,
.header-top .leo-top-menu ul li a:hover {
  color: #d6030c !important;
}

ul.megamenu>li:last-child>a span,
ul.megamenu>li:last-child>a {
  background: #d6030c !important;
  color: #fff !important;
  border-radius: 11px;
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 6px !important;
  width: fit-content !important;
}

ul.megamenu>li:last-child>a:hover span {
  color: #fff !important;
}

ul.megamenu>li:last-child>a::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  background: #fff;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-right: 7px;
}

.header-navfull .center-fe-heder {
  display: none;
}

.products-selection .display li#list {
  display: none;
}

.user-in-it-l .products-selection .display li#list {
  display: block;
}

.dropdown-menu {
  min-width: 300px;
  color: #000;
}

#header .header-top .leo-top-menu .horizontal .dropdown-menu-inner li a span {
  color: #000;
}

@media (max-width: 991px) {
  .header-top .leo-top-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  header#header .header-top .container.of-top {
    padding-top: 5px;
  }

  #header .header-top .header-navfull {
    border-top: solid 1px #d3d7e3;
  }

  .mobile-menu {
    float: right;
  }

  #header .header-top .header-navfull #search_widget {
    margin-top: 0;
  }

  #header .mobile-menu>.menu-icon>.cat-title {
    width: 45px;
    height: 45px;
    display: flex;
    border: solid 2px #c2040d;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    color: #171a21;
    padding: 0;
  }

  #header .mobile-menu>.menu-icon>.cat-title::after {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
  }

  .container.of-top .center-fe-heder {
    display: none !important;
  }

  #header .header-navfull>.container {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-navfull .center-fe-heder {
    display: flex !important;
    order: 0;
    width: 100% !important;
    padding: 0 10px !important;
    margin: 10px 0;
    padding-left: 0 !important;
  }

  #header .header_logo {
    padding-left: 10px;
  }

  #header .header-icons {
    width: calc(100% - 231px);
    padding-right: 10px;
  }

  .leo-megamenu .navbar-toggler {
    margin: 0px !important;
    border-radius: 11px;
    border-top: none !important;
  }

  nav.leo-megamenu.cavas_menu.navbar.navbar-default.enable-canvas {
    border-top: 0 !important;
  }

  .off-canvas-nav-megamenu ul li a {
    color: #fff !important;
  }

  .dropdown-menu {
    min-width: auto;
    background: #3f3f3f
  }

  .offcanvas-mainnav .navbar-nav li.dropdown .caret:before {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
  }

  ul.megamenu>li:last-child {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .contact-top-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #header .header_logo {
    max-width: 150px;
  }

  #header .header-icons {
    width: calc(100% - 150px);
    padding-right: 10px;
  }

  #header .header-icons a.wishlist {
    margin: 0 3px;
  }
}

/* ============ */
/*    Footer    */
/* ============ */
#footer {
  border: none !important;
}

#footer .footer-before,
#footer>.footer-container {
  background: #181a21;
}

#footer .footer-before>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: solid 1px #43495d;
}

#footer .footer-before div#czfootercmsblock {
  width: 50%;
}

#footer .footer-before .block_newsletter {
  background: transparent;
  margin-top: 0;
  width: 50%;
  padding: 0;
}

#footer .footer-before div#czfootercmsblock p {
  font-size: 21px;
  font-family: var(--food-main-font);
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 500;
}

#footer .footer-before div#czfootercmsblock p span.colored {
  color: #d6030c;
}

#footer .footer-before .block_newsletter form input[type="text"] {
  width: calc(100% - 55px);
  background: #e8ebf2;
  border: none;
  border-radius: 15px;
  color: #171a21;
  font-weight: 500;
  font-family: var(--food-global-font);
}

#footer .footer-before .block_newsletter form button[type="submit"] {
  display: block !important;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #d6030c !important;
  color: #fff;
  border-radius: 15px;
}

.block_newsletter form input.btn {
  display: none !important;
}

#footer .footer-before .block_newsletter form button[type="submit"]::before {
  content: none;
}

#footer .block_newsletter .block_content {
  width: 100%;
  padding: 0 15px;
}

#footer .block_newsletter .block_content form {
  width: 335px;
  float: right;
}

#footer .footer-container {
  padding: 50px 0;
}

#footer .footer-container .footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer .footer-container .footer>div {
  width: 20%;
}

#footer .footer-container .footer_logo img {
  width: 80%;
}

#footer .footer-after {
  background: #fff;
}

#footer .footer-after .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
}

#footer .footer-after .devlopedby,
.footer-after .payement_logo_block,
#footer .footer-after .copyright {
  width: 33.33%;
}

.footer-after .payement_logo_block a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-after .copyright p {
  color: #171a21;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

#footer .footer-after .devlopedby p {
  color: #171a21;
  font-weight: 500;
  margin-bottom: 0;
  float: right;
}

#footer .footer-after .devlopedby p a {
  color: #171a21;
}

#footer .block_title {
  color: #fff;
  font-family: var(--food-main-font);
  font-size: 20px;
  position: relative;
  text-transform: initial !important;
  font-weight: 500;
  margin-bottom: 25px;
}

#footer .block_title::after {
  content: "";
  background: #f52a34;
  width: 18px;
  height: 4px;
  border-radius: 25px;
  position: absolute;
  bottom: -6px;
  left: 0;
}

#footer .links.block:nth-child(3) .block_title {
  font-size: 0;
}

#footer .links.block:nth-child(3) .block_title::after {
  content: none;
}

#footer .links.block ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

#footer .links.block ul li a i {
  color: #bbc4e3;
  font-size: 7px;
  margin-right: 5px;
}

#footer .links.block ul li a::first-letter {
  text-transform: uppercase;
}

#footer ul#block-contact_list li,
#footer ul#block-contact_list li a {
  color: #fff;
  display: flex;
  margin: 10px 0;
}

#footer ul#block-contact_list li i {
  padding-top: 8px;
  color: #fff;
  margin-right: 8px;
}

#footer .footer_logo>a {
  display: block;
  margin-bottom: 20px;
}

#footer .block-social {
  position: unset;
}

#footer .block-social li {
  background: #fff;
  color: #171a21;
}

#footer .block-social li>a::before {
  color: #171a21;
}

#footer .block-social li:hover {
  background: #d6030c;
}

#footer .block-social li:hover>a::before {
  color: #fff;
}

body .owl-carousel .owl-item {
  padding: 0 1px;
}

@media (max-width: 1200px) {
  #footer .footer-container .footer>div:first-child {
    width: 25%;
    margin-bottom: 15px;
  }

  #footer .footer-container .footer>div:nth-child(2) {
    width: 25%;
    margin-bottom: 15px;
  }

  #footer .footer-container .footer>div:nth-child(3) {
    width: 25%;
    margin-bottom: 15px;
  }

  #footer .footer-container .footer>div:nth-child(4) {
    width: 25%;
    margin-bottom: 15px;
  }

  #footer .footer-container .footer>div:nth-child(5) {
    width: 50%;
    margin-bottom: 15px;
  }

  #footer .footer-after .copyright p,
  #footer .footer-after .devlopedby p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #footer .footer-container .footer>div:first-child {
    width: 33.33%;
  }

  #footer .footer-container .footer>div:nth-child(2) {
    width: 33.33%;
  }

  #footer .footer-container .footer>div:nth-child(3) {
    width: 33.33%;
  }

  #footer .footer-container .footer>div:nth-child(4) {
    width: 50%;
  }

  #footer .footer-container .footer>div:nth-child(5) {
    width: 50%;
  }

  #footer .footer-after .devlopedby,
  #footer .footer-after .copyright {
    width: 50%;
  }

  .footer-after .payement_logo_block {
    order: 3;
    width: 100%;
    margin-top: 15px;
  }

  #footer .footer-before .block_newsletter>.row {
    margin: 0 !important;
  }

  #footer .footer-before>.container {
    flex-wrap: wrap;
  }

  #footer .footer-before div#czfootercmsblock {
    margin-bottom: 15px;
    width: 100%;
  }

  #footer .footer-before .block_newsletter {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #footer .footer-container .footer>div:first-child {
    width: 100%;
    padding-left: 10px;
  }

  #footer .footer-container .footer>div:nth-child(2) {
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
  }

  #footer .footer-container .footer>div:nth-child(3) {
    width: 100%;
    padding-left: 10px;
  }

  #footer .footer-container .footer>div:nth-child(4) {
    width: 100%;
    padding-left: 10px;
  }

  #footer .footer-container .footer>div:nth-child(5) {
    width: 100%;
    padding-left: 10px;
  }

  #footer .links.block:nth-child(3) .block_title {
    display: none;
  }

  #footer .footer_logo>a {
    max-width: 250px;
  }

  #footer .block-social ul {
    text-align: left;
  }

  #footer .footer-after .devlopedby,
  .footer-after .payement_logo_block,
  #footer .footer-after .copyright {
    width: 100%;
  }

  #footer .footer-after .devlopedby p {
    float: none;
    text-align: center;
  }

  .block_newsletter form {
    width: 100% !important;
  }
}

/* =================================== */
/*   -----------  Heder  ------------  */
/* =================================== */
div#carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: calc(100vh - 150px);
}

.carousel .carousel-item img {
  width: auto;
  margin-left: 0;
  height: auto;
  object-fit: cover;
}

.carousel .carousel-item .caption {
  position: absolute;
  bottom: 28px;
  left: 90px;
  color: white;
  max-width: 750px;
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
}

.carousel .slid-big-title {
  font-size: 47px;
  font-weight: 500;
  font-family: var(--food-main-font);
  line-height: 58px;
  margin-bottom: 18px;
}

.carousel .slid-big-title span.colored {
  color: #d6030c;
}

.caption-description>p {
  font-size: 16px;
  text-align: justify;
  max-width: 600px;
}

.button-decouver {
  background: #c2040d;
  width: fit-content;
  padding: 6px 39px 6px 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.button-decouver i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171a21;
  background: #fff;
  border-radius: 11px;
  margin-right: 8px;
}

.material-icons {
  font-size: 0 !important;
}

.carousel .material-icons {
  display: none;
}

.carousel .carousel-control .icon-next::before {
  content: "\f061";
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff9c;
  color: #171a21;
  font-size: 12px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-shadow: none;
  position: absolute;
  right: 0;
}

.carousel .carousel-control .icon-prev::before {
  content: "\f060";
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff9c;
  color: #171a21;
  font-size: 12px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-shadow: none;
  position: absolute;
  left: 0;
}

@media (max-width: 991px) {
  .carousel .slid-big-title {
    font-size: 35px;
  }

  .carousel .carousel-control .icon-prev,
  .carousel .carousel-control .icon-next {
    display: none !important;
  }

  .carousel .carousel-item .caption {
    padding: 10px;
  }

  div#carousel .carousel-inner {
    min-height: 500px;
    height: 500px;
  }
}

@media (max-width: 600px) {
  .carousel .slid-big-title {
    font-size: 31px;
    text-align: center;
    line-height: 43px;
    padding: 0 10px;
  }

  .caption-description>p {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    max-width: 600px;
    padding: 0 10px;
  }

  .button-decouver {
    margin: 25px auto;
  }
}

/* ------------------ */
.czcategoryimagelist {
  margin-bottom: 50px;
  margin-top: 50px;
}

#czbannercmsblock {
  margin: 100px 0;
}

div#czcategoryimagelist {
  display: flex;
  flex-wrap: wrap;
}

div#czcategoryimagelist .grid {
  width: 19%;
  margin: 0.5%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
  box-shadow: 0px 0px 29px 0px rgba(219, 225, 232, 0.8);
}

div#czcategoryimagelist .grid img {
  width: 100%;
  max-width: 100%;
}

div#czcategoryimagelist .grid .categorylist {
  /* position: absolute;
  bottom: 10px;
  left: 0px; */
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px;
}

div#czcategoryimagelist .grid .categorylist a {
  color: #000;
  font-weight: 500;
}

.top-title-hol {
  color: #737c85;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}

.top-title-hol i {
  color: #d6030d;
}

.products-section-title {
  font-family: var(--food-main-font) !important;
  color: #171a21;
  margin: 15px 0;
}

.products-section-title:after {
  content: none;
}

.products .product_list li.item .outer-functional,
.products .product_list li .outer-functional,
.products .product_list li.product_item .outer-functional {
  position: absolute;
  top: 8px !important;
  left: 8px;
  width: fit-content;
  height: fit-content;
  margin: 0;
  opacity: 1 !important;
  z-index: 0;
}

.products .product_list li:hover .outer-functional,
.products .product_list li.product_item:hover .outer-functional {
  top: 8%;
}

.products .product_list li a.quick-view {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 7px;
  border: solid 1px #bfc7e3;
  position: relative;
}

.products .product_list li a.quick-view:hover {
  background: #d6030d !important;
}

.products .product_list li .quick-view::before {
  padding: 0;
  color: #171a21;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.products .product_list li .wishlist-button-add {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 7px;
  padding: 0;
  margin-bottom: 0px;
  border: none;
  position: relative;
}

.products .product_list li .wishlist-button-add i {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 7px;
  padding: 0;
  margin-bottom: 0px;
  border: solid 1px #bfc7e3;
  position: relative;
  color: #d6030d;
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products .product_list li .wishlist-button-add i.fas.fa-heart.bold {
  background: #d6030d;
  border-color: #d6030d;
  color: #fff;
}

.products .product_list li .wishlist-button-add i .products .product_list li .wishlist-button-add i::after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  color: #d6030d;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.products .product-miniature .discount-percentage,
.products .product-miniature .discount-product {
  background: #39b08d;
  font-size: 12px;
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: auto;
  right: 8px;
  top: 8px;
  opacity: 1 !important;
}

.product-flags {
  display: none;
}

.products .product-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  text-overflow: initial;
  white-space: normal;
  overflow: unset;
  font-weight: 400;
  text-align: left;
}

.products .product-title a {
  font-family: var(--food-main-font);
  color: #171a21;
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  text-transform: initial;
  width: 100%;
  display: block;
  margin-top: 2px;
}

.products .product-price-and-shipping {
  text-align: left;
}

.products span.price {
  color: #d6030d;
}

.products .regular-price {
  color: #626977;
  font-size: 14px;
}

.products .product-miniature .product-actions {
  text-align: left;
  margin-top: 15px;
}

.products .product_list li .btn.add-to-cart {
  background: #181a21;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-family: var(--food-main-font);
  font-size: 14px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  padding: 5px 18px 5px 5px;
  font-weight: 400;
  width: fit-content;
}

.products .product_list li .btn.add-to-cart i {
  background: #d6030d;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 5px;
  min-width: 35px;
}

.products .product-thumbnail img {
  width: 100%;
}

.products .product-miniature {
  background: #fff;
  box-shadow: 0px 0px 29px 0px rgba(219, 225, 232, 0.8);
  border-radius: 10px;
  overflow: hidden;
}

.product-list-reviews-holder {
  /*display: flex;*/
  display: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}

.product-list-reviews-holder .grade-stars {
  min-width: auto;
  display: flex;
  align-items: center;
  width: 135px;
}

.starts-rev i,
.product-list-reviews-holder .grade-stars i {
  color: #c1c8dc;
  font-size: 13px;
}

.product-list-reviews-holder .comments-nb {
  font-size: 13px;
  margin-left: 5px;
  color: #59607597;
  text-transform: uppercase;
}

.small-stars-1 i:nth-child(1) {
  color: #f8d620;
}

.small-stars-2 i:nth-child(1),
.small-stars-2 i:nth-child(2) {
  color: #f8d620;
}

.small-stars-3 i:nth-child(1),
.small-stars-3 i:nth-child(2),
.small-stars-3 i:nth-child(3) {
  color: #f8d620;
}

.small-stars-4 i:not(:nth-child(5)) {
  color: #f8d620;
}

.small-stars-5 i {
  color: #f8d620 !important;
}

.dimensions-du-paquet {
  color: #171a21;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
}

.products .product-reference {
  text-align: left;
}

.products .product-reference span,
.products .caracteristique,
.products .product-reference .label {
  text-align: left;
  margin-bottom: 0;
  color: #595f6c;
  font-weight: 400;
  font-size: 13px;
}

.banners-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
}

.banners-holder img {
  max-width: 100%;
  width: 100%;
}

.banners-holder a.banner1_link {
  display: flex;
  width: 62%;
}

.banners-holder a.banner2_link {
  display: flex;
  width: 33%;
}

.accroch-holder-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accroch-holder-all .left-bloc {
  width: 50%;
  padding-right: 15px;
}

.accroch-holder-all .left-bloc img {
  width: 100%;
  max-width: 100%;
}

.accroch-holder-all .right-bloc {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 15px;
}

.accroch-holder-all .right-bloc .single-acroch {
  width: 48%;
  height: 233px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 23px;
  margin: 15px 0;
}

.accroch-holder-all .right-bloc .single-acroch .title-acroche {
  color: #fff;
  font-size: 21px;
  font-family: var(--food-main-font);
  margin-top: 12px;
  max-width: 150px;
  text-align: center;
  font-weight: 600;
}

.accroch-holder-all .right-bloc .single-acroch img {
  max-width: 60px;
  height: auto;
}

.single-acroch.back-red {
  background: red;
}

.single-acroch.back-black {
  background: #171a21;
}

.about-holder-sect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
}

.about-holder-sect .left-bloc-about {
  width: 50%;
  text-align: left;
  padding-right: 50px;
}

.about-holder-sect .right-bloc-about {
  width: 50%;
}

.about-holder-sect .right-bloc-about img {
  width: 100%;
  max-width: 100%;
}

.about-holder-sect .left-bloc-about p {
  text-align: justify;
  font-size: 14px;
  color: #2e3444;
}

.about-holder-sect .left-bloc-about .button-decouver {
  background: #c2040d;
  width: fit-content;
  padding: 6px 39px 6px 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  color: #fff;
  text-decoration: none;
}

.about-holder-sect p.bold {
  font-weight: 600;
}

.blog-item {
  border-radius: 15px;
  box-shadow: 0px 0px 29px 0px rgba(219, 225, 232, 0.8);
  overflow: hidden;
}

.blog-item .blog-content-wrap {
  padding: 18px 10px;
}

.homeblog-latest {
  padding-top: 0;
}

.blog-item .blog-meta .blog-created {
  color: #737c85 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}

.blog-item .title a {
  color: #171a21;
  font-size: 19px;
  font-family: var(--food-main-font);
  font-weight: 600;
}

.blog-item .title a:hover {
  color: #d6030d !important;
}

.blog-item .btn-read-mor {
  display: flex;
  justify-content: flex-end;
}

.blog-item .btn-read-mor i {
  width: 45px;
  height: 45px;
  color: #181a21;
  border: solid 1px #181a21;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-item .title {
  font-weight: 500;
  text-transform: initial;
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding-top: 7px;
  clear: both;
  margin: 0;
  text-overflow: unset;
  overflow: unset;
  white-space: unset;
  width: 100%;
  color: #000000;
  margin: 11px 0;
}

#cztestimonialcmsblock {
  overflow: hidden;
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 100px 10px;
  background: #181a21;
}

#cztestimonialcmsblock .products-section-title {
  color: #fff;
  text-align: left;
}

#cztestimonialcmsblock .top-title-hol {
  color: #fff !important;
}

#cztestimonialcmsblock .singel-rev {
  padding: 15px;
}

#cztestimonialcmsblock .singel-rev>.rev-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 25px;
  text-align: left;
}

#cztestimonialcmsblock .top-of-the-hol {
  padding-left: 10px;
}

#cztestimonialcmsblock .singel-rev p.revi-parag {
  text-align: justify;
  color: #2e3444;
  font-size: 14px;
}

#cztestimonialcmsblock .singel-rev .name-rev {
  color: #181a21;
  font-family: var(--food-main-font);
  font-weight: 600;
  font-size: 16px;
}

#cztestimonialcmsblock .singel-rev .prof-rev {
  color: #576684;
  font-size: 14px;
}

.help-holder-all {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px;
}

.help-holder-all .left-help {
  width: 50%;
  color: #fff;
  font-size: 31px;
  font-family: var(--food-main-font);
  line-height: 37px;
}

.help-holder-all .left-help span {
  color: #ffb830;
}

.help-holder-all .right-help {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.help-holder-all .right-help img {
  width: 152px;
  max-width: 100%;
}

.help-holder-all .right-help .brt-contact-help {
  margin-left: 20px;
}

.help-holder-all .right-help .brt-contact-help a {
  display: flex;
  align-items: center;
}

.help-holder-all .right-help .brt-contact-help a span {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.help-holder-all .right-help .brt-contact-help a i {
  width: 35px;
  height: 35px;
  color: #171a21;
  background: #ffb830;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

#cztestimonialcmsblock .customNavigation {
  position: absolute;
  top: 0;
  right: 0;
}

.customNavigation-holder {
  text-align: right;
  padding-right: 10px;
  margin-top: -67px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.customNavigation-holder a {
  background: #d6030d;
  border-radius: 50%;
  color: #fff !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .help-holder-all .left-help {
    width: 100%;
    margin-bottom: 15px;
  }

  .help-holder-all .right-help {
    width: 100%;
  }

  div#czcategoryimagelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  div#czcategoryimagelist .grid {
    width: calc(33.33% - 14px);
  }

  .czcategoryimagelist {
    margin-top: 0 !important;
  }

  .accroch-holder-all>div {
    width: 100% !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
  }

  .first-picture.item {
    width: 100% !important;
  }

  .first-picture.item img {
    width: 100%;
  }

  .rest-of {
    width: 100% !important;
    margin-top: 25px;
  }

  #czbannercmsblock {
    margin: 50px 0;
  }
}

@media (max-width: 768px) {
  .banners-holder a.banner1_link {
    width: 100%;
    margin-bottom: 15px;
  }

  .banners-holder a.banner2_link {
    width: 100%;
    justify-content: center;
  }

  .banners-holder {
    margin: 0;
  }
}

@media (max-width: 600px) {
  div#czcategoryimagelist .grid {
    width: calc(50% - 14px);
  }

  .accroch-holder-all .right-bloc .single-acroch {
    height: 197px;
  }

  .accroch-holder-all .right-bloc .single-acroch .title-acroche {
    font-size: 18px;
  }

  .rest-of .picture.item {
    width: 49% !important;
  }

  .help-holder-all .left-help {
    font-size: 18px;
  }

  .help-holder-all .right-help img {
    display: none;
  }

  .help-holder-all {
    padding: 10px;
  }

  #cztestimonialcmsblock .products-section-title {
    max-width: 250px;
  }
}

@media (max-width: 400px) {
  div#czcategoryimagelist .grid {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .accroch-holder-all .right-bloc .single-acroch {
    width: 100%;
  }
}

/* =============================================== */
/* ===========Category full width================ */
/* ============================================= */

body#category .full-page div#left-column {
  display: none !important;
}

body#category #wrapper {
  padding-top: 0;
}

body#category .full-page div#content-wrapper {
  width: 100% !important;
  padding: 0;
}

.breadcrumb {
  background: #eef1f8;
  padding: 15px 0;
  margin-bottom: 50px;
  margin-top: 15px;
}

.breadcrumb li:first-child>a>span {
  display: none;
}

.breadcrumb li:not(:last-child)::after {
  content: "|" !important;
}

.breadcrumb li span {
  font-size: 15px !important;
  color: "#595f72";
  font-weight: 400;
}

.breadcrumb li:last-child span {
  font-weight: 600;
}

.breadcrumb .container {
  padding: 0 15px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

body#category h1.title-of {
  color: #282d3b;
  font-size: 21px;
  margin: 15px 0;
}

.subcategories-list-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 100px;
  flex-wrap: wrap;
}

.subcategories-list-holder .single-sub-category {
  width: 18%;
  text-align: center;
  min-height: 150px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 29px 0px rgba(219, 225, 232, 0.8);
  overflow: hidden;
  margin: 1%;
  padding: 0;
}

.subcategories-list-holder .single-sub-category .subcategory-image img {
  width: 100%;
}

.subcategories-list-holder .single-sub-category .title-categorie a {
  background: #181a21;
  color: #fff;
  border: none;
  font-family: var(--food-main-font);
  font-size: 14px;
  display: flex;
  border-radius: 0;
  align-items: center;
  padding: 5px 18px 5px 5px;
  font-weight: 400;
  text-align: center;
  justify-content: center;
}

.banner3.banner img {
  max-width: 100%;
  width: 100%;
}

.products-selection .display li a {
  background: #eff1f8 !important;
  font-size: 17px;
  width: 41px !important;
  height: 41px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.products-selection .display li.selected a {
  background: #d6030d !important;
  color: #fff;
  position: relative;
}
.products-selection .display li.selected a::after{
  content: "";
  width: 100%;
  height:100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#left-column .block .block_title,
#right-column .block .block_title {
  background: #e0e4f0;
  border: none;
  border-radius: 7px;
}

div#left-column .block_title {
  color: #181a21;
  font-family: var(--food-main-font);
}

#left-column .block {
  border: none;
}

#search_filters .ui-slider .ui-slider-handle {
  top: -8px !important;
  background: #fff;
  border: 2px solid #34373c !important;
  width: 8px !important;
  height: 20px;
  border-radius: 11px;
  background: #4c5370 !important;
  border: none !important;
}

#search_filters .ui-slider-horizontal {
  height: 0.4em;
  border: none !important;
  background: #f0f0f8 !important;
}

#search_filters .ui-widget-header {
  background: #c0c6dc !important;
}

.active_filters {
  background: #eef1f8;
  padding: 7px 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.active_filters .active-filter-title {
  display: inline;
  margin-right: 10px;
  font-weight: 400;
  color: #111111;
}

.products-selection .total-products {
  padding: 2px;
  color: #111111;
  display: flex;
  align-items: center;
}

.products-sort-order .select-title {
  border-radius: 25px !important;
  border-color: #d6dceb;
}

.active_filters .active-filter-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #181a21;
}

body#category .top-of-the-hol {
  text-align: center;
}

@media (max-width: 991px) {
  .subcategories-list-holder .single-sub-category {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .subcategories-list-holder .single-sub-category {
    width: 47%;
  }
}

@media (max-width: 400px) {
  .subcategories-list-holder .single-sub-category {
    width: 100%;
  }
}

/* =============================================== */
/* ==============single product================== */
/* ============================================= */

.pp-left-column {
  border: none;
  padding: 0;
}

.product-cover img {
  border-radius: 25px;
}

.images-container .js-qv-mask .thumb-container .thumb.selected,
.images-container .js-qv-mask .thumb-container .thumb {
  border: none;
  border-radius: 15px;
}

.productpage_title,
.quickview .h1 {
  font-family: var(--food-main-font);
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
}

a.brand-holder-single {
  text-transform: uppercase;
  color: #737c98;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.product-prices {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.product-prices span.discount.discount-percentage {
  display: none;
}

.product-prices div {
  font-size: 35px !important;
}

.product-prices .product-price {
  order: -1;
  color: #d6030d;
  font-size: 35px !important;
  font-weight: 600;
  margin-right: 10px;
}

.product-discount .regular-price {
  color: #737c98;
  font-size: 20px;
}

.product-prices .tax-shipping-delivery-label {
  margin-bottom: 0;
  color: #737c98;
  font-size: 18px !important;
}

div#product-description-short-1 p {
  color: #737c98;
  font-size: 14px;
}

div#product-description-short-1 {
  color: #737c98;
  font-size: 14px;
  border-bottom: solid 1px #737c984f;
  margin-bottom: 15px;
}

.product-quantity .add {
  margin-bottom: 7px !important;
}

.product-quantity .add .add-to-cart {
  background: #d6030d;
  color: #fff;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 11px;
  font-family: var(--food-global-font);
}

.product-quantity .add .add-to-cart i {
  background: #fff;
  color: #171a21;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 5px;
}

.product-information .product-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}

.product-add-to-cart .wishlist-button-add {
  border: none !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  width: 55px !important;
  height: 52px !important;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 11px;
}

.product-add-to-cart .wishlist-button-add i {
  border: solid 1px #171a21 !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  width: 55px !important;
  height: 52px !important;
  color: #171a21 !important;
  font-weight: 900 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
}

.product-add-to-cart .wishlist-button-add i.fas.fa-heart.bold {
  background: #171a21 !important;
  color: #fff !important;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  border: none !important;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 7px;
  width: 39px !important;
  height: 55px;
}

.product-quantity .qty {
  width: 108px;
  margin-bottom: 7px !important;
}

.bootstrap-touchspin .input-group-btn-vertical button {
  border: none !important;
  display: flex !important;
  align-items: center;
  font-size: 18px !important;
  justify-content: center;
  height: 50%;
  line-height: 1;
  background: #fff !important;
}

.bootstrap-touchspin .input-group-btn-vertical button i {
  position: unset;
}

#product .bootstrap-touchspin .input-group-btn-vertical button i {
  width: 100%;
  height: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
  content: "\f067" !important;
  font-family: "font awesome 5 Free";
  font-size: 13px;
  font-weight: 400;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
  content: "\f068" !important;
  font-family: "font awesome 5 Free";
  font-size: 13px;
  font-weight: 400;
}

.product-quantity #quantity_wanted {
  border: solid 1px #eee;
  border-radius: 15px;
  text-align: center;
}

.product-quantity #quantity_wanted {
  border: solid 1px #eee;
  border-radius: 15px;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  width: 55px;
  height: 55px;
}

.product-quantity {
  display: flex;
  margin-right: 5px;
  margin-bottom: 0px;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-bottom: 11px;
}

.social-sharing {
  width: 100%;
  clear: both;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.social-sharing>span {
  display: block;
  margin-right: 7px;
  color: #171a21;
  font-weight: 600;
}

.social-sharing ul li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.social-sharing ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.pp-right-column .blockreassurance_product {
  border: none;
  padding: 0;
  margin-top: 27px;
}

.blockreassurance_product div {
  background: #eef1f8;
  border: none !important;
  border-radius: 15px;
  margin-bottom: 15px !important;
  padding: 11px 15px !important;
}

.blockreassurance_product .clearfix {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-tabcontent .tabs .nav-tabs {
  text-align: left;
}

.product-tabcontent .tabs .nav-tabs .nav-item a {
  background: transparent !important;
  border: none !important;
  color: #737c98;
  padding: 0;
  font-family: var(--food-main-font);
  font-weight: 600;
}

.product-tabcontent .tabs .nav-tabs .nav-item a::before {
  content: "\f111";
  font-family: "font awesome 5 Free";
  font-weight: 100;
  margin-right: 5px;
  font-size: 13px;
}

.product-tabcontent .tabs .nav-tabs .nav-item a.active {
  color: #181a21;
}

.product-tabcontent .tabs .nav-tabs .nav-item a.active::before {
  color: #d6030d;
  font-weight: 700;
}

.product-tabcontent .tabs .nav-tabs .nav-item {
  margin-right: 15px;
}

div#tab-content>.tab-pane {
  border-radius: 15px;
  border-color: #737c98;
}

div#product-description-short-2 {
  margin-bottom: 25px;
}

.product-description p {
  color: #596075;
}

.product-reference span,
.product-quantities span {
  color: #39b08d;
  font-weight: 500;
}

.product-reference label.label,
.product-quantities label.label {
  color: #181a21;
}

.social-sharing ul li.facebook a:before {
  content: "\f39e";
}

div#product-comments-list-footer .btn-comment,
.product-comment-list-item .btn-comment {
  background: #171a21;
  border-radius: 8px;
  line-height: 1;
  font-family: var(--food-global-font) !important;
}

.btn-comment,
.btn-comment-inverse {
  font-family: var(--food-global-font) !important;
}

.product-accessories .top-of-the-hol {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 15px;
}

.product-accessories .top-of-the-hol .products-section-title {
  text-transform: capitalize !important;
}

.product-accessories .customNavigation {
  position: absolute;
  z-index: 959;
  width: 150px;
  top: -67px;
  direction: ltr !important;
  opacity: 1;
  left: auto;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-accessories .customNavigation a {
  background: transparent !important;
  font-size: 17px;
  width: fit-content;
  float: none;
  position: unset;
  color: #181a21;
  font-weight: 600;
  font-family: var(--food-main-font);
}

.product-accessories .customNavigation a i {
  color: #d6030d;
}

section#content {
  display: inline-block;
  width: 100%;
}

.insta-title-holde-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #737c9885;
  margin-bottom: 25px;
}

.insta-title-holde-section .instagram-title {
  text-align: left;
}

.insta-title-holde-section .products-section-title {
  text-transform: initial !important;
  display: block;
}

.insta-title-holde-section .above-title {
  display: inline-block;
  background: #d8e6f1;
  padding: 0px 15px;
  border-radius: 25px;
  color: #171a1f;
  font-weight: 600;
}

.insta_username_holder {
  color: #737c98;
  font-weight: 500;
}

#czinstagramblock {
  margin: 100px 0;
}

div#instagram-images-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.first-picture.item {
  width: 40%;
  padding: 0 1% 0.5% 0;
}

.first-picture.item img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  border-radius: 7px;
}

.rest-of {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.rest-of .picture.item {
  width: 32%;
  margin-bottom: 1%;
}

.rest-of .picture.item img {
  max-width: 100%;
  border-radius: 7px;
}

.comment-buttons.btn-group,
#product-comments-list-header .comments-nb>i {
  display: none !important;
}

.product-comment-modal .material-icons[data-icon]:before,
.product-comment-list-item .material-icons[data-icon]:before,
.product-comments-additional-info .material-icons[data-icon]:before,
#product-comments-list-header .material-icons[data-icon]:before,
#product-comments-list-footer .material-icons[data-icon]:before {
  content: none !important;
}

.top_button {
  background-color: #d6030d !important;
  border: none;
  color: #ffe !important;
  border-radius: 50% !important;
}

@media (max-width: 600px) {
  .product-tabcontent .tabs .nav-tabs .nav-item {
    width: 100%;
  }

  .productpage_title,
  .quickview .h1 {
    font-size: 23px;
    padding: 0 10px;
  }

  .product-prices div {
    font-size: 27px !important;
  }

  div#product-comments-list-footer .btn-comment,
  .product-comment-list-item .btn-comment {
    background: #171a21;
    border-radius: 8px;
    line-height: 1;
    font-family: var(--food-global-font) !important;
    font-size: 8px;
    padding: 8px;
    text-align: center;
  }
}

/* ============================= */
/* =======About page=========== */
/* =========================== */

.midela-about-holder {
  background: #eef1f8;
  margin: 50px 0;
  padding: 50px 0;
}

.midela-about-holder .blocs-midl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.midela-about-holder .blocs-midl .left-images {
  width: 60%;
}

.midela-about-holder .blocs-midl .left-images img {
  width: 100%;
  max-width: 100%;
}

.midela-about-holder .blocs-midl .right-cont {
  width: 40%;
  padding-left: 25px;
}

.midela-about-holder .blocs-midl .single-cont {
  display: flex;
  align-items: flex-start;
}

.midela-about-holder .blocs-midl .single-cont img {
  width: 61px;
}

.midela-about-holder .blocs-midl .single-cont .content-ac {
  width: calc(100% - 61px);
  padding-left: 15px;
}

.midela-about-holder .blocs-midl .single-cont:first-child .content-ac {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #29324c33;
}

.midela-about-holder .blocs-midl .single-cont .content-ac .title-ac {
  color: #171a1f;
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 15px;
}

.midela-about-holder .blocs-midl .single-cont .content-ac p {
  color: #29324c;
  font-size: 14px;
  text-align: justify;
}

.about-holder-sect.directeur-voice {
  padding: 0 50px;
}

.about-holder-sect.directeur-voice .left-bloc-about {
  width: 50%;
  text-align: left;
  padding-right: 0px;
  padding-left: 50px;
}

img.signateur-l {
  width: 155px;
}

.about-holder-sect .products-section-title {
  text-align: left !important;
}

@media (max-width: 991px) {
  .about-holder-sect>div {
    width: 100% !important;
    padding: 0 10px !important;
    margin-bottom: 15px;
  }

  .midela-about-holder .blocs-midl>div {
    width: 100% !important;
    padding: 0 10px !important;
    margin-bottom: 15px;
  }

  .about-holder-sect.directeur-voice {
    padding: 0;
  }
}

.secondary-blog {
  display: flex;
  flex-wrap: wrap;
}

body#module-psblog-list .breadcrumb,
body#module-psblog-blog .breadcrumb {
  display: block !important;
}

#blogpage .blog-detail .blog-image-meta {
  position: unset;
  margin: 0 0 25px;
  display: inline-block;
  width: 100%;
}

body#module-psblog-blog .blog-image img {
  width: 100%;
  border-radius: 25px;
}

#blogpage .blog-detail .blog-title {
  font-family: var(--food-main-font);
  font-size: 35px;
  border-bottom: solid 1px #4a506433;
  padding-bottom: 23px;
  margin-bottom: 5px;
}

.blog-detail .blog-description p {
  color: #4a5064;
  font-size: 16px;
  text-align: justify;
}

#blogpage .blog-detail .blog-meta {
  position: unset;
  background: transparent;
  color: #4a5064;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}

#blogpage .blog-detail .blog-meta a,
#blogpage .blog-detail .blog-meta>span span,
#blogpage .blog-detail .blog-meta>span {
  color: #4a5064;
  font-size: 16px;
  font-weight: 600;
}

#blogpage .blog-detail i {
  font-weight: 100;
}

span.blog-hit i {
  color: #c4353c !important;
  font-weight: 600 !important;
}

body#module-psblog-blog .blog-item .blog-image img {
  border-radius: 0 !important;
}

.bottom-line .pagination {
  float: right !important;
}

.product-count.float-xs-right {
  display: none;
}

#blog-listing .pagination li,
.Recnet-blog .pagination li {
  width: 45px;
  height: 45px;
  background: transparent;
  border: solid 1px #e4e8f2;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#blog-listing .pagination li span,
.Recnet-blog .pagination li span,
#blog-listing .pagination li a,
.Recnet-blog .pagination li a {
  background: transparent !important;
  border: none !important;
  color: #303646;
}

.pagination li.active.current span {
  color: #c4353c !important;
}

.previous.disabled.pagination_previous,
.next.disabled.pagination_next {
  display: none !important;
}

li#pagination_previous,
li#pagination_next {
  width: fit-content !important;
}

li#pagination_previous>a,
li#pagination_next>a {
  width: fit-content !important;
}

li#pagination_previous i,
li#pagination_next i {
  font-weight: 100 !important;
}

/* ========================= */

body#contact section#content {
  padding: 0;
  border: none;
}

.contact-page-holder-all {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contact-page-holder-all>div {
  width: 50%;
}

.contact-page-holder-all .contact-form-holder {
  background: #e8ecf7;
  padding: 50px;
  border-radius: 25px;
}

.contact-form-holder form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-form-holder form>div.input-half {
  width: 49%;
  margin-bottom: 15px;
}

.contact-form-holder form .input-full {
  width: 100%;
  margin-bottom: 15px;
}

.contact-form-holder form .input-half input,
.contact-form-holder form .input-full input,
.contact-form-holder form textarea {
  width: 100%;
  border: solid 1px #e8edfc;
  border-radius: 14px;
  padding: 15px;
  font-family: var(--food-global-font);
}

.contact-form-holder form .input-half input::placeholder,
.contact-form-holder form .input-full input::placeholder,
.contact-form-holder form textarea::placeholder {
  font-family: var(--food-global-font);
  color: #56607a;
}

.contact-form-holder .input-check-holder {
  display: flex;
  flex-wrap: wrap;
}

.contact-form-holder .input-check-holder>div {
  margin-right: 10px;
}

.contact-form-holder .submit-holder {
  text-align: center;
}

.contact-form-holder .submit-holder button {
  background: #d6030d;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 35px 7px 7px;
  border: none;
  cursor: pointer;
  font-family: var(--food-main-font);
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.contact-form-holder .submit-holder button i {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171a1f;
  margin-right: 5px;
}

.contact-form-holder input,
.contact-form-holder textarea,
.contact-form-holder button {
  outline: none !important;
}

.contact-form-holder .error {
  display: inline-block;
  text-align: center;
  background: #dc3545;
  margin-bottom: 15px;
  color: #fff;
  padding: 15px;
  border-radius: 27px;
  font-size: 18px;
  margin-right: 6px;
}

span.success {
  display: block;
  text-align: center;
  background: #7dc67d;
  margin-bottom: 15px;
  color: #fff;
  padding: 15px;
  border-radius: 27px;
  font-size: 18px;
  margin-right: 6px;
}

.contact-page-holder-all .contact-info-holder {
  padding-right: 50px;
}

.contact-page-holder-all .contact-info-holder p.infodes {
  text-align: justify;
  color: #171a1f;
  font-size: 16px;
}

.contact-page-holder-all ul.block-contact_list_holder {
  margin: 15px 0;
}

.contact-page-holder-all ul.block-contact_list_holder>li,
.contact-page-holder-all ul.block-contact_list_holder>li>a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.contact-page-holder-all ul.block-contact_list_holder>li {
  margin-bottom: 8px;
}

.contact-page-holder-all ul.block-contact_list_holder>li i {
  width: 20px;
  color: #d6030d;
  margin-right: 5px;
}

span.line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background: #31363f28;
}

.contact-page-holder-all .block-social {
  position: unset;
  margin-top: 25px;
}

.contact-page-holder-all .block-social ul {
  text-align: left;
}

.contact-page-holder-all .block-social li a {
  background: #21242c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.linkedin a:before {
  content: "\f0e1";
}

.facebook a:before {
  content: "\f39e";
}

#cztestimonialcmsblock {
  display: none;
}

.product-quantities {
  display: none;
}

.devlopedby,
.payement_logo_block {
  display: none;
}

body .footer-after .copyright {
  width: 100% !important;
  text-align: center;
}

.productpage_title,
.quickview h1.h1 {
  text-transform: unset;
}

section.featured-products.clearfix {
  margin-bottom: 50px;
}

.products .product_list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .contact-page-holder-all>div {
    width: 100%;
    margin-bottom: 15px;
  }

  .contact-page-holder-all .contact-info-holder {
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .contact-form-holder form>div.input-half {
    width: 100%;
  }

  .contact-page-holder-all .contact-form-holder {
    padding: 50px 15px;
  }
}

#cookie_notice {
  width: 100% !important;
}

@media (max-width: 575px) {
  .products .product_list li .thumbnail-container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .products .product_list li.product_item {
    width: 100% !important;
  }
}

/* ============================== */
.page-my-account #content .links a {
  font-size: 16px;
  color: #111111;
  background: transparent !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-decoration: none;
  width: 100%;
}

#blockcart-modal .cart-content .cart-content-btn>a,
#blockcart-modal .cart-content button {
  margin-right: 5px;
  font-size: 11px;
  margin-bottom: 5px;
}

.header-top.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: top 0.3s ease-in-out;
  background-color: #fff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-top.sticky .header-navfull {
  display: none !important;
}

header#header .header-top .container.of-top {
  padding: 11px 0;
}

.off-canvas-inactive>main {
  overflow: hidden;
}

/* .header-top.sticky .menu {
  border-top: none !important ;
} */
body.modal-open .header-top.sticky,
body.active .header-top.sticky {
  z-index: 1;
}

body#cart .input-group.bootstrap-touchspin {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
  border: solid 1px #eee;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

body#cart input.js-cart-line-product-quantity.form-control {
  border: none;
  text-align: center;
}

span.show-message-or-log {
  font-weight: 700;
  color: #d6030c;
  cursor: pointer;
}

span.cart-show-message-connect {
  width: 100%;
  text-align: center;
  display: block;
  padding: 15px;
  background: #d6030c;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin: 10px 0;
}

i.material-icons.checkbox-checked {
  font-size: 16px !important;
  font-family: "Font Awesome 5Freeo" !important;
}

i.material-icons.checkbox-checked::before {
  content: "\f00c";
}

.modal.fade.quickview .modal-body>.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-checkbox input[type="checkbox"] {
  width: 25px;
  height: 25px;
}

.payment-options div#payment-option-1-container {
  display: none;
}

body#order-confirmation div#order-details {
  display: none;
}

.off-canvas-active main {
  position: relative !important;
}

#header ul.dropdown-menu li a {
  background: #fff;
}

.off-canvas-nav-megamenu .offcanvas-mainnav {
  background: #3f3f3f;
  position: absolute;
  top: 0;
  left: -235px;
  overflow: hidden;
  width: 236px;
}