/*

Theme Name: Lunch Check

Theme URI:

Description: Lunch Check

Version: 1.01

Author:

*/





@font-face {

  font-family: 'ClanOT-BlackItalic';

  src: url('../fonts/ClanOT-BlackItalic.woff2') format('truetype');

}

@font-face {

  font-family: 'ClanOT-Bold';

  src: url('../fonts/ClanOT-Bold.woff2') format('truetype');

}

@font-face {

  font-family: 'ClanOT-Book';

  src: url('../fonts/ClanOT-Book.woff2') format('truetype');

}

@font-face {

  font-family: 'ClanOT-Medium';

  src: url('../fonts/ClanOT-Medium.woff2') format('truetype');

}

@font-face {

  font-family: 'ClanOT-MediumItalic';

  src: url('../fonts/ClanOT-MediumItalic.woff2') format('truetype');

}



body {

  margin: 0;

  padding: 0;

  font-size: 18px;

  font-family: 'ClanOT-Book';

  color: #1D2C3A;
  line-height: initial;



}

img {

  border: none;

  outline: none;

  max-width: 100%;

  height: auto;

}

.clear {

  width: 0;

  padding: 0;

  height: 0;

  margin: 0;

  clear: both;

}

a {

  text-decoration: none;

  outline: none;

  color: #cc4e27;

}

a:hover,
a:focus,
a:active {

  color: #cc4e27;

  text-decoration: none;

  transition: color 0.3s linear;

  -webkit-transition: color 0.3s linear;

  -o-transition: color 0.3s linear;

  -moz-transition: color 0.3s linear;

  -ms-transition: color 0.3s linear;

}

h1 {

  color: #1D2C3A;

  font-size: 40px;

  letter-spacing: 2px;

  margin-bottom: 20px;

  font-family: 'ClanOT-Bold';

}

h2 {

  color: #1D2C3A;

  font-size: 40px;

  letter-spacing: 2px;

  margin-bottom: 20px;

  font-family: 'ClanOT-Bold';

}

h6 {

  margin-bottom: 15px;

  font-size: 18px;

  font-family: 'ClanOT-Bold';

  color: #1D2C3A;

  letter-spacing: 0.9px;

}

.container {

  width: 1456px;

  max-width: 100%;

}

.container-fluid {

  width: 1662px;

  max-width: 100%;

}

section {

  padding: 50px 0px;

}

a.site-btn,
.site-btn {

  background-color: #1D2C3A;

  font-size: 18px;

  font-family: 'ClanOT-Bold';

  color: #fff;

  border-radius: 10px;

  display: inline-block;

  width: 392px;

  height: 60px;

  text-align: center;

  align-content: center;
  cursor: pointer;

  line-height: 16px;

  letter-spacing: 0.56px;
  border: none;

}

a.site-btn:hover,
.site-btn:hover {

  background-color: #3D78A1 !important;

  border-color: #3D78A1 !important;

  color: #fff !important;

  transition: 0.3s;

}

.header {

  background-color: #1D2C3A;

  padding: 15px 0px;

}

.header-bottom-sec {
  padding: 34px 0 43px;
  background-color: #202b3a;
}

.logo img {

  width: 292px;

}

span.cart-icon img {
  width: 33px;
}

.search-btn form {
  display: flex;
  gap: 19px;
  justify-content: start;
}

.header-right.desktop-header-right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.second-span button.dropbtn {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  gap: 10px;
}

.second-span button.dropbtn i {
  font-size: 30px;
  transform: translateY(-2px);
}

.header input[type="text"] {

  width: 393px;

  height: 60px;

  border-radius: 10px;

  outline: 0px;

  border: 0px;

  padding: 10px 25px;

  font-size: 18px;

  color: #1D2C3A;
  font-family: 'ClanOT-Book';

}

.header a.search-btn {

  display: inline-block;

  width: 293px;

  height: 60px;

  background-color: #fff;

  color: #1D2C3A;

  vertical-align: middle;

  font-family: 'ClanOT-Bold';

  padding: 0px 20px;

  text-align: center;

  border: 4px solid #fff;

  border-radius: 10px;
  font-size: 18px;
  align-content: center;

}

span#language-text {
  min-width: 103px;
  display: block;
  text-align: right;
  font-size: 18px;
}

.header a.search-btn:hover {
  background-color: transparent !important;
  color: #fff !important;
  transition: 0.3s;
}

.header-right {

  text-align: end;

}

.dropdown-content a.active:after {
  display: none !important;
}

.dropdown-content a {
  font-size: 14px;
}

navigation ul {
  padding-left: 0;
  margin-bottom: 0;
}

.product-box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.dropbtn {

  background-color: transparent;

  color: #fff;

  /*  padding: 0px 15px 0px 30px; */

  font-size: 18px;

  font-family: 'ClanOT-Bold';

  border: none;

  outline: 0px !important;

  letter-spacing: 0.9px;

  cursor: pointer;

}



.dropdown {

  position: relative;

  display: inline-block;

}



.dropdown-content {

  display: none;

  position: absolute;

  background-color: #3D78A1;

  min-width: 164px;

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

  z-index: 1;

  outline: 0px !important;

}



.dropdown-content a {

  color: #fff;

  outline: 0px !important;

  padding: 12px 12px;

  text-decoration: none;

  display: block;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.9px;

  text-align: center;

}

.language-drp-btn a {
  text-align: right !important;
}


.dropdown-content a:hover {
  background-color: #1D2C3A;
}



.dropdown:hover .dropdown-content {

  display: block;

}

.arrow {

  border: solid #fff;

  border-width: 0 2px 2px 0;

  display: inline-block;

  padding: 4px;

  vertical-align: super;

  margin-left: 15px;

}

.down {

  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

}

.navigation {

  text-align: center;

}

.navigation ul {

  display: flex !important;

  justify-content: space-between;
  padding-left: 0;
  list-style: none;

  margin-bottom: 0px;

}

.navigation li a {

  color: #fff;

  font-size: 18px;

  letter-spacing: 0.56px;

  font-family: 'ClanOT-Bold';

}

.navigation li a:hover {

  color: #cc4e27;

}

div#overlay {

  display: none;

}

.banner {

  background-image: url(../images/home-banner.jpg);

  min-height: 867px;

  background-size: cover;

  display: flex;

  align-items: flex-start;

  background-position: center bottom;

  background-repeat: no-repeat;

  padding-top: 105px;

  position: relative;

  padding-bottom: 0px !important;

}

section.product-sec {
  padding: 128px 0 107px;
}

.banner h1 {

  line-height: 127px;

  font-size: 100px;

  font-family: 'ClanOT-Bold';

  color: #fff;

  letter-spacing: 5px;

}

img.white-stroke {

  position: absolute;

  left: 0px;

  right: 0px;

  bottom: 0px;

  top: 420px;

  margin: 0 auto;

}

.product-box {

  text-align: center;

  margin-bottom: 30px;

  position: relative;

  text-align: center;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  -webkit-transition-duration: .3s;

  transition-duration: .3s;

  -webkit-transition-property: transform;

  transition-property: transform;

}

.inner-pages-content-sec span.second-span button {
  padding: 4px 20px;
  position: relative;
}

.inner-pages-content-sec span.second-span button i {
  position: absolute;
  right: 20px;
}

.inner-pages-content-sec .dropdown-filter .dropdown-content a {
  color: #1D2C3A;
  outline: 0px !important;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-family: 'ClanOT-Book';
  letter-spacing: 0.9px;
  text-align: left;
  font-weight: 400 !important;
}

.inner-pages-content-sec .dropdown-filter .dropdown-content {
  display: none;
  position: absolute;
  background-color: #3D78A1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  outline: 0px !important;
  width: 100%;
  margin: 0 auto;
  border: 4px solid #1D2C3A;
  border-top: 0px;
  background-color: #fff;
  top: 50px;
  box-shadow: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.inner-pages-content-sec .dropdown-filter .dropdown-content {
  height: 200px;
  overflow: auto;
}

.inner-pages-content-sec .dropdown.show .dropdown-content {
  display: block;
}

.product-box:hover {

  transform: translateY(-10px);

}

.product-box:hover h3 {

  color: #3D78A1;

}

.product-sec h3 {

  font-size: 18px;

  letter-spacing: 0.54px;

  color: #1D2C3A;

  font-family: 'ClanOT-Bold';

  text-align: center;

  margin-top: 25px;

  margin-bottom: 30px;

}

.divider-btn {

  margin-top: 50px;

}

.third-sec {

  padding: 108px 0px 126px;

  background-color: #1D2C3A;

  text-align: center;

}

.third-sec .container {

  width: 1400px !important;

}

.third-sec h2 {

  color: #fff;

  margin-bottom: 50px;

}

.third-sec p {

  color: #fff;

  font-size: 25px;

  line-height: 32px;

  margin-bottom: 50px;

}

.form-area {

  border: 4px solid #FFFFFF;

  border-radius: 10px;

  display: flex !important;

  justify-content: space-between;

  padding: 28.5px 20px;

}

/*.form-contact-home {
    width: 1220px;
    margin: 0 auto;
    max-width: 100%;
}
.form-contact-home .col-lg-5{
  padding: 0 8px;
}*/
.form-area label {

  color: #fff;

  font-size: 17px;

  align-self: center;

  margin-bottom: 0px;

}

.form-area input[type="text"] {

  width: 459px;

  height: 60px;

  padding: 0px 15px;

  color: #1D2C3A;

  border-radius: 10px;

  outline: 0px !important;

  border: 0px;

}

.form-area a.site-btn {

  width: 260px;

  background-color: #fff;

  color: #1D2C3A;

}

.form-area a.site-btn:hover {

  background-color: #3D78A1;

  color: #fff;

}

.fourth-sec {

  padding: 120px 0px;

}

.left-img {

  padding-right: 70px;

}

.desktop-view {

  display: block;

}

.mobile-view {

  display: none;

}

.right-text h2 {

  margin: 60px 0px 30px;

}

.right-text p {

  font-size: 25px;

  margin-bottom: 70px;

}

.right-text a.site-btn {

  width: 293px;

}

.faqs-sec {

  padding: 100px 0px;

  background-color: #1D2C3A;

  color: #fff;

}

.faqs-sec h2 {

  color: #fff;

  margin-bottom: 50px;

}

.faqs-sec p.sub-text {

  color: #fff;

  font-size: 25px;

  line-height: 32px;

  margin-bottom: 60px;

}

p.sub-text {

  font-size: 25px;

  line-height: 32px;

  margin-bottom: 80px;

}

.faqs-sec .accordion {

  background-color: #fff !important;

  color: #1D2C3A;

  cursor: pointer;

  padding: 30px 20px;

  width: 100%;

  position: relative;

  border: none;

  height: 90px;

  text-align: left;

  outline: none !important;

  font-size: 25px;

  transition: 0.4s;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.57px;

  border-radius: 10px;

  margin-top: 25px;

}

.faqs-sec button.accordion.active {

  /* background-color: #cc4e27 !important; */

  /* color: #fff; */

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

}

.panel {

  padding: 30px 20px;

  color: #1D2C3A;

  display: none;

  background-color: #ffff;

  overflow: hidden;

  color: #000;

  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}

.accordion:after {

  content: '';

  display: block;

  background-image: url(../images/faqs-close-icon.svg);

  width: 48px;

  height: 48px;

  background-repeat: no-repeat;

  position: absolute;
  right: 20px;
  background-size: cover;
  top: 20px;

}



.accordion.active:after {


  background-image: url(../images/faqs-open-icon.svg) !important;

  filter: invert(1);

}

.form-sec {

  padding: 70px 0px 100px;

}

.form-sec h2 {

  margin-bottom: 50px;

}

.form-field label {

  color: #1D2C3A;

  display: block;

  font-size: 18px;

  letter-spacing: 0.9px;

}

.form-field input[type="text"],
.form-field select,
.form-field input[type="email"] {

  height: 60px;

  background: #FFFFFF 0% 0% no-repeat padding-box;

  border: 4px solid #1D2C3A;

  border-radius: 10px;

  opacity: 1;

  outline: none !important;

  width: 100%;

  font-family: 'ClanOT-Book';

  padding: 15px 15px;

}

span.radio-cirle input[type="checkbox"] {
  margin: 0;
}

.form-field textarea#text-area,
.form-field textarea#message {

  height: 226px;

  background: #FFFFFF 0% 0% no-repeat padding-box;

  border: 4px solid #1D2C3A;

  border-radius: 10px;

  opacity: 1;

  outline: none !important;

  width: 100%;

  font-family: 'ClanOT-Book';

  padding: 15px 15px;

}

.form-field input#email {

  height: 60px;

  background: #FFFFFF 0% 0% no-repeat padding-box;

  border: 4px solid #1D2C3A;

  border-radius: 10px;

  opacity: 1;

  outline: none !important;

  width: 100%;

  font-family: 'ClanOT-Book';

  padding: 15px 15px;

}

::placeholder {

  color: #1D2C3A;

  opacity: 1;
  /* Firefox */

}



::-ms-input-placeholder {
  /* Edge 12-18 */

  color: #1D2C3A;

}

.submit-btn input[type="submit"] {

  background-color: #1D2C3A;

  font-size: 18px;

  font-family: 'ClanOT-Bold';

  color: #fff;

  border-radius: 10px;

  display: inline-block;

  width: 293px;

  height: 60px;

  text-align: center;

  outline: none !important;

  border: 0px;

  align-content: center;

  line-height: 0px;

  letter-spacing: 0.56px;

}

.submit-btn input[type="submit"]:hover {

  background-color: #3D78A1;

}

section.food-image {

  padding: 0px;

}

.footer {

  padding: 100px 0px 450px;

  background-color: #3D78A1;

  position: relative;

  background-image: url(../images/line-footer.svg);

  background-repeat: no-repeat;

  background-position: right bottom 60px;

  /* height: 730px; */

}

ul.footer-list {

  padding-left: 0px;

  margin-bottom: 0px;

  list-style: none;

}

.footer-list li {

  margin-bottom: 10px;

}

form#home-coupon-form,
#shop-index-coupon-form,
#shop-show-coupon-form {
  width: 100%;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

form#home-coupon-form button,
#shop-index-coupon-form button,
#shop-show-coupon-form button {
  background-color: #fff;
  color: #202b3a;
  width: 260px;
}

h3#modal-title {
  font-size: 25px;
  color: #1D2C3A !important;
  font-family: 'ClanOT-Bold';
  letter-spacing: 0.76px;
  margin-bottom: 30px !important;
}

.language-drp-btn .dropdown-content {
  background-color: #202b3a;
  right: 0;
  min-width: 103px !important;
  top: 51px;
  right: 50px;
  padding-top: 0;
}

.language-drp-btn .dropdown-content a.active,
.language-drp-btn .dropdown-content a.active:hover,
.language-drp-btn .dropdown-content a:hover {
  background-color: #c35128;
}

.language-drp-btn button {
  width: 150px;
  padding: 0 25px !important;
  width: 190px;
  height: 80px;
}

.language-drp-btn button i {
  transition: 0.3s;
}

.language-drp-btn .dropdown-content a {
  padding: 4px 12px;
  font-size: 18px;
}

.language-drp-btn .dropdown-content a.active {
  display: none;
}

.language-drp-btn:hover button i {
  transform: rotate(-180deg);
}

.footer-list li a,
.footer-list li {

  font-size: 15px;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.75px;

  color: #FFFFFF;

  z-index: 999;

  text-transform: uppercase;

  opacity: 1;

}

.footer-list li a:hover {

  color: #cc4e27;

}

ul.footer-social-icons {

  padding-left: 0px;

  list-style: none;

  z-index: 999;

  margin-bottom: 0px;

}

.footer-social-icons img {

  width: 32px;

  height: 32px;

}

.footer-social-icons li {

  display: inline-block;

  margin: 0px 15px 0px 0px;

}

.search-container input[type="text"] {

  padding: 15px;

  width: 228px;

  height: 43px;

  font-family: 'ClanOT-Bold';

  border: 4px solid var(--unnamed-color-ffffff);

  border: 4px solid #FFFFFF;

  border-radius: 4px 0px 0px 4px;

  opacity: 1;

  color: #fff;

  position: relative;

  font-size: 15px;

  z-index: 999;

  background-color: transparent;

}

.search-container .fa-search:before {

  content: "\f002";

  color: #3D78A1;

  background-color: #fff;

  outline: none !important;

  border: 0px !important;

  padding: 12px 15px 13px;

  position: absolute;

  z-index: 999;

  top: 0;

  right: 46px;

}



.search-container button {

  background-color: transparent;

  border: 0px;

  padding: 0px;

  margin: 0px;

  z-index: 999;

  margin-left: -7px;

}

.search-container button:hover {

  cursor: pointer;

  background-color: #cc4e27 !important;

}

.footer ::placeholder {

  color: #fff !important;

  opacity: 1;
  /* Firefox */

}



.footer ::-ms-input-placeholder {
  /* Edge 12-18 */

  color: #fff !important;

}

.search-container {

  position: relative;

  margin-bottom: 30px;

}

/***.footer:after{

  content: '';

  display: block;

  background-image: url(../images/footer-line.svg);

  background-repeat: no-repeat;

  width: 100%;

  height: 1080px;

  position: absolute;

  bottom: 0px;

}****/

.footer-social-icons img:hover {

  transition: 1s;


}





/****** INNER PAGE CSS ********/





.inner-content .container {

  width: 1200px;

  max-width: 100%;

}

.inner-pages-content-sec a.site-btn {

  width: 293px;

}

.inner-pages-heading {

  padding: 100px 0px 50px;

}

.inner-pages-heading h1 {

  margin-bottom: 0px;

}

.dropdown-filter .dropbtn {

  background-color: transparent;

  color: #1D2C3A;

  height: 60px;

  text-align: left;

  border: 4px solid #1D2C3A !important;

  border-radius: 8px;

  padding: 16px 15px;

  font-size: 18px;

  font-family: 'ClanOT-Bold';

  width: 293px;

  border: none;

  outline: 0px !important;

  letter-spacing: 0.9px;

  cursor: pointer;

  position: relative;

}

.dropdown-filter .arrow {

  border: solid #1D2C3A;

  border-width: 0 3px 3px 0;

  display: inline-block;

  padding: 5px;

  vertical-align: super;

  margin-left: 15px;

  position: absolute;

  right: 30px;

}

.dropdown-filter .dropdown-content {

  display: none;

  position: absolute;

  background-color: #3D78A1;

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

  z-index: 1;

  outline: 0px !important;

  width: 98%;

  margin: 0 auto;

  border: 4px solid #1D2C3A;

  border-top: 0px;

  background-color: #fff;

}

.dropdown-filter .dropdown-content a {

  color: #1D2C3A;

  outline: 0px !important;

  padding: 10px 12px;

  text-decoration: none;

  display: block;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.9px;

  text-align: left;

}

.dropdown-filter .dropdown-content a:hover {

  background-color: #1D2C3A;

  color: #fff !important;

}

.p-top-bottom-space {

  padding: 60px 0;

}

.dropdown-filter {

  text-align: center;

}

.inner-pages-content-sec h3 {

  font-size: 25px;

  color: #1D2C3A;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.76px;

  margin-bottom: 30px;

}

ul.inner-list {

  padding-left: 0;

  margin-bottom: 40px;

  margin-top: 20px;

}

ul.inner-list-margin {

  margin-bottom: 0px !important;

}

.inner-list li {

  line-height: 24px;

  margin-bottom: 25px;

  font-size: 18px;

  color: #1D2C3A;

  font-family: 'ClanOT-Book';
  position: relative;
  padding-left: 16px;
  list-style: none;

}

.inner-list li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1D2C3A;
}

.prose ul li {
  font-size: 18px;
  margin-bottom: 20px;
}

.prose ul {
  padding-left: 18px;
  margin-bottom: 50px;
}

.input-field {

  margin-bottom: 50px;

}

.back-btn a {
  color: #1D2C3A;
  font-size: 18px;
  font-family: 'ClanOT-Bold';
  display: flex;
  align-items: center;
  gap: 12px;
}

.back-btn a i {
  color: #1D2C3A;
  font-size: 32px;
  transform: translateY(-3px);
}

.input-field2 {

  margin-bottom: 20px;

}

.input-field input[type="text"],
.input-field input[type="number"],
.input-field input[type="date"] {

  background-color: transparent;

  color: #1D2C3A;

  height: 60px;

  text-align: left;

  border: 4px solid #1D2C3A !important;

  border-radius: 8px;

  padding: 16px 15px;

  font-size: 18px;

  font-family: 'ClanOT-Bold';

  width: 293px;

  max-width: 100%;

  outline: 0px !important;

  letter-spacing: 0.9px;

  cursor: pointer;

  position: relative;

}

.input-field input[type="number"] {
  width: 100%;
}

.shop-form .input-field input[type="number"] {
  width: 293px;
}

.shop-form-2 .input-field input[type="number"] {
  width: 194px;
}

ul.inner-list.col-2-list {
  margin-bottom: 45px !important;
}

.shop-form button.site-btn {
  width: 293px;
}

.shop-form .input-field input[type="text"],
.shop-form .input-field input[type="date"] {
  width: 293px;
}

.input-field span.radio-cirle {

  margin-right: 10px;

}

.input-field span.radio-text {

  line-height: 24px;

  margin-bottom: 20px;

  font-size: 18px;

  color: #1D2C3A;

  font-family: 'ClanOT-Book';

}

.input-field input#html {

  width: 30px;

  height: 30px;

  vertical-align: middle;

}

input[type='radio'] {

  -webkit-appearance: none;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  outline: none;

  border: 3px solid #1D2C3A;

}



input[type='radio']:before {

  content: '';

  display: block;

  width: 60%;

  height: 60%;

  margin: 20% auto;

  border-radius: 50%;

}



input[type="radio"]:checked:before {

  background: #1D2C3A;



}



input[type="radio"]:checked {

  border-color: #1D2C3A;

}



.role {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}

form button.site-btn {
  width: 293px;
  max-width: 100%;
}

.product-container form.d-inline .site-btn {
  word-break: break-word;
  display: flex;
  align-items: center;
  line-height: normal;
  width: 50%;
}

ul.pagination {
  justify-content: center;
}

ul.pagination li a {
  color: #000;
}

ul.pagination li.active span {
  background-color: #cd4e28 !important;
  border-color: #cd4e28 !important;
}

.product-container form.d-flex {
  gap: 10px;
}

.product-container .custom-amount-wrapper input {
  width: 100%;
}

.product-container .custom-amount-wrapper {
  margin-right: 0;
  width: 50%;
}

.product-container form.d-flex .site-btn {
  width: 50%;
  line-height: normal;
}

.product-container h3 {

  font-size: 18px;

  font-family: 'ClanOT-Bold';

  color: #1D2C3A;

  letter-spacing: 0.54px;

  margin: 25px 0px 25px;

}

.product-container a.view-btn {

  background-color: transparent;

  font-size: 18px;

  font-family: 'ClanOT-Book';

  color: #1D2C3A;

  border: 4px solid #1D2C3A;

  border-radius: 8px;

  display: inline-block;

  width: 50%;

  height: 60px;

  text-align: center;

  align-content: center;

  line-height: 0px;

  letter-spacing: 0.56px;

}

.product-container a.view-btn-dark {

  background-color: #1D2C3A !important;

  color: #fff !important;

  font-family: 'ClanOT-Bold' !important;

  line-height: 20px;

  vertical-align: middle;

  margin-left: 10px;

}

a.view-btn:hover {

  background-color: #1D2C3A;

  color: #fff;

}

a.view-btn-dark:hover {

  background-color: transparent !important;

  color: #1D2C3A !important;

}

.product-container {

  text-align: center;

  margin-bottom: 70px;
  position: relative;

}

.inner-pages-content-sec2 {

  padding: 106px 0px 158px;

}

.inner-pages-heading2 {

  padding-bottom: 20px;

}

.inner-pages-heading2 h6 {

  letter-spacing: 0.9px;

  padding-left: 30px;

}

.inner-pages-heading2 img {

  margin-right: 20px;

}

.wert-chf-field input[type="text"] {

  width: 190px !important;

}

.wert-chf-field a.site-btn {

  float: right;

}

.main-heading h6 {

  padding-left: 0px;

}

.karte-product-sec {

  padding: 250px 0px 100px;

}





/****** CART PAGE CSS ******/



.grey-bg {

  background-color: #1D2C3A26;

}

.cart-box h6 {

  letter-spacing: 0.9px;

}

.white-bg {

  background: #FFFFFF 0% 0% no-repeat padding-box;

  opacity: 1;

  padding: 80px 180px;

}

.cart-sec {

  padding-bottom: 0px;

}

.cart-top-title {
  display: flex;
  justify-content: space-between;
}

button.delete-icon {
  cursor: pointer;
}

.table .input-field {
  margin-bottom: 0;
}

.cart-sec .table .input-field input[type="number"],
.cart-box .table .input-field input[type="number"] {
  width: 88px !important;
  text-align: left;
  border-radius: 8px;
  font-size: 18px;
  font-family: 'ClanOT-Book';
  padding: 4px 8px;
  padding-right: 0;
  height: 40px;
}

.cart-top-title>div:last-child form {
  margin-right: 80px;
}

.cart-top-title>div:last-child {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.cart-top-title>div:last-child h6 {
  margin-bottom: 0;
}

.cart-top-title>div:last-child form {
  transform: translateY(-5px);
}

.cart-submit-row {
  padding: 80px 0;
}

.main-heading {

  padding: 0px 0px 70px;

  position: relative;

}

.cart-box img.icon-close-open {

  position: absolute;

  right: -100px;

  top: 21px;

}

.cart-box h1 {

  transform: translateY(10px);

}

.oder-row h6.float-right {

  padding-right: 50px;

}

.oder-row img.delete-icon {

  margin-left: 90px;

  vertical-align: middle;

}

.oder-row {

  margin-bottom: 50px;

}

.oder-row .col-sm-12 {

  padding: 0px;

}

.cart-table td {

  font-size: 18px;

  font-family: 'ClanOT-Book';

  letter-spacing: 0.9px;

  padding: 10px 70px 10px 0px;

  border: 0px;

}

.cart-table {

  width: 100%;

  margin-bottom: 0px;

}

.cart-table input[type="text"] {

  background-color: transparent;

  color: #1D2C3A;

  height: 40px;

  text-align: left;

  border: 4px solid #1D2C3A !important;

  border-radius: 8px;

  padding: 10px 15px;

  font-size: 18px;

  font-family: 'ClanOT-Bold';

  width: 90px;

  outline: 0px !important;

  letter-spacing: 0.9px;

  cursor: pointer;

  position: relative;

  margin-top: -10px;

  margin-right: 20px;

}

.cart-table td img {

  padding: 0px 20px 0px 0px;

}

h6.extra-left-padding {

  padding-left: 20px;

}

.border {

  border-top: 4px solid #1D2C3A;

  border-bottom: 4px solid #1D2C3A;

  opacity: 1;

  margin: 70px 20px 40px;

  padding: 40px 0px 0px;

}
.border.border-row{
  margin: 70px 0 40px;
}
.border h6 {

  margin-bottom: 30px;

}

h6 span {

  font-family: 'ClanOT-Book';

  display: block;

  line-height: 30px;

}

.white-bg2 {

  background: #FFFFFF 0% 0% no-repeat padding-box;

  opacity: 1;

  transform: translateY(-2px);

  padding-bottom: 80px;

}

.cart-box .col-md-4 img {

  width: 100%;

}

.container.white-bg2 {

  width: 1400px;

  padding: 100px 15px 150px;

}



/****** CARD CREATOR CSS *******/





.dark-bg {

  background-color: #1D2C3A;

}


.blid-img img.img-fluid {

  width: 100%;

}

.red-alert {

  color: #CC4E27;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.9px;

  font-size: 18px;

  margin: 20px 0px;

}

ul.card-icons {

  padding-left: 0px;

  list-style: none;

  margin-bottom: 70px;

}

.card-icons li a {

  color: #fff;

  font-size: 16px;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.9px;

}

.card-icons li {

  color: #fff;

  font-size: 16px;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.9px;

}

.card-icons li img {

  width: 30px;

  height: 30px;

  display: block;

  text-align: center;

  margin: 0 auto 5px;

}

.card-icons li {

  color: #fff;

  font-size: 16px;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.9px;

  text-align: center !important;

  border: 4px solid #fff;

  border-radius: 10px;

  padding: 10px;

  width: 190px;

  display: inline-block;

  margin: 0px 10px 10px 0px;

}

.card-icons li.small-box {

  width: 87px;

}

ul.card-icons-right {

  float: right;

}

a.site-white-btn {

  border-color: #fff;

  border: 4px solid #fff;

  height: 80px;

}

a.site-white-btn2 {

  background-color: #fff;

  color: #1D2C3A;

  height: 80px;

}

a.delete-btn {

  width: 190px !important;

}

a.delete-btn {

  float: left;

  margin-left: 20px;

}

.card-icons-double li {

  width: 100%;

}

.card-icons-double a {

  display: inline-block;

  margin: 0px 20px;

}

ul.card-icons-double {

  position: relative;

}

ul.card-icons-double:after {

  content: '';

  display: block;

  background-image: url(../images/Icon-back-white.svg);

  background-position: left;

  background-repeat: no-repeat;

  height: 21px;

  width: 14px;

  position: absolute;

  top: 30px;

  left: 30px;

}

.card-icons-strip img {

  margin-bottom: 0px !important;

  width: 100% !important;

  height: 78px !important;

}

.card-icons-strip li {

  padding: 0px 0px;

  text-align: right !important;

  height: 86px;

}

.card-icons-strip li a {

  margin: 0px 0px 0px 80px;

}

.vorchs-sec p.sub-text {

  margin-bottom: 30px;

}

.vorchs-sec .blid-img {

  margin-bottom: 50px;

}

.page-btn {

  text-align: right;

}

.page-btn a.site-btn {

  background-color: transparent;

  border: 4px solid #1D2C3A;

  color: #1D2C3A;

}

a.large-btn {

  width: 392px !important;

  background-color: #1D2C3A !important;

  color: #fff !important;

}





/****** CHECK OUT PAGE CSS *****/



section.inner-pages-content-sec.inner-pages-content-sec2.check-out-sec {
  padding-top: 0;
}

.form-field select#Schweiz {

  height: 60px;

  background: #FFFFFF 0% 0% no-repeat padding-box;

  border: 4px solid #1D2C3A;

  border-radius: 10px;

  opacity: 1;

  outline: none !important;

  width: 100%;

  font-family: 'ClanOT-Book';

  padding: 15px 15px;

}

.check-box input#email {

  height: 30px;

  width: 30px;

  border: 3px solid #1D2C3A;

  vertical-align: middle;

  margin: 0px;

  margin-right: 10px;

}



input[type="checkbox"] {

  width: 20px;

  height: 20px;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  background-color: #e0e0e0;

  border: 1px solid #ccc;

  border-radius: 3px;

  cursor: pointer;

  position: relative;

  margin: 10px;

}



/* Change the background color when checkbox is checked */

input[type="checkbox"]:checked {

  background-color: #4CAF50;

  border: 1px solid #4CAF50;

}



/* Add a check mark when checked */

input[type="checkbox"]:checked::after {

  content: "";

  position: absolute;

  /*  left: 12px;

  top: 7px;*/
  left: 7px;

  top: 3px;

  width: 6px;

  height: 12px;

  border-width: 0 3px 3px 0;

  transform: rotate(45deg);

  border-color: #1D2C3A;

  border-style: solid;

}

.check-out-sec .form-field textarea#text-area {

  height: 125px;

  margin-bottom: 50px;

}



/******* BEST SELL PAGE CSS *******/



.bestsell-table th {

  font-size: 18px;

  font-family: 'ClanOT-Bold';

  letter-spacing: 0.9px;

  padding: 10px 0px 10px 0px;

  border: 0px !important;

}

.bestsell-table td {

  font-size: 18px;

  letter-spacing: 0.9px;

  padding: 10px 0px 10px 0px;

  border: 0px !important;

}

.bestsell-table td:first-child {

  width: 310px;

}

.bestsell-table td:nth-child(3) {

  width: 293px;

}



/**** BEST SELL MAIL CSS *******/



.black-logo {

  margin: 70px 0px 70px;

}

.black-logo img {

  width: 393px;

}

.best-sell-mail-sec h1 {

  margin-bottom: 90px;

}

.gift-img img {

  width: 602px;

}


ul.inner-list.col-2-list {
  column-count: 2;
  column-gap: 32px;
}







.accordion.product-list-btn {
  display: none;
}


.accordion.product-list-btn:after {
  display: none;
}

.product-container h3 a {
  color: #1d2c3a;
}

.blid-img {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-upload-list li,
.image-controls-list li {
  height: 80px;
}

.image-upload-list li a,
.image-controls-list li a {
  height: 100%;
}

.image-controls-list li.small-box a {
  justify-content: center;
}

h6 button.delete-icon.remove-item-btn {
  position: absolute;
  right: 0;
  top: -8px;
}

img.amount-decrease,
.amount-decrease {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  object-fit: contain;
  cursor: pointer;
}

img.amount-increase,
.amount-increase {
  cursor: pointer;
  object-fit: contain;
  width: 20px !important;
  height: 20px !important;
  padding-right: 0 !important;
  margin-right: 20px;
}

img.quantity-decrease,
.quantity-decrease {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  object-fit: contain;
  cursor: pointer;
}

img.quantity-increase,
.quantity-increase {
  cursor: pointer;
  object-fit: contain;
  width: 20px !important;
  height: 20px !important;
  padding-right: 0 !important;
  margin-right: 20px;
}

a.site-btn.float-right {
  position: relative;
  z-index: 99;
}

.product-row {
  display: flex;
  justify-content: space-between;
}

.product-row .product-box {
  width: 396px;
}

.coupon-in-area {
  width: 1014px;
  max-width: 100%;
  margin: 0 auto;
}

.container.product-single {
  width: calc(100% - 664px);
  max-width: 1456px;
}

section.product-sec.single-bt-sec {
  padding: 202px 0 279px;
}

.row.row-last-btn {
  align-items: end;
}

.row.row-last-btn .input-field.wert-chf-field {
  margin-bottom: 0 !important;
}

.product-single-personalize input[type="date"] {
  width: 100%;
}

.product-single-personalize ul.inner-list.col-2-list,
.product-single-gift ul.inner-list.col-2-list,
.product-single-reload ul.inner-list.col-2-list {
  column-count: 1;
}

.product-single-personalize .form-field,
.product-single-reload .form-field {
  margin-bottom: 45px !important;
}

.row-last-btn input[type="number"],
.product-single-gift input[type="number"],
.product-single-reload input[type="number"] {
  width: 190px;
}

.breadcrumbs a {
  font-family: 'ClanOT-Bold';
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 48px;
}

.breadcrumbs i {
  font-weight: 800;
  font-size: 36px;
  transform: translateY(-3px);
}

.cart-right-currency {
  display: flex;
  justify-content: end;
  gap: 80px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'ClanOT-Bold';
  color: #1D2C3A;
  letter-spacing: 0.9px;
}

.cart-right-currency .delete-icon {
  transform: translateY(-5px);
}

.row.cart-product-title {
  margin-bottom: 10px;
}

table.table.table-responsive.cart-table td {
  vertical-align: baseline;
}

select {
  background-image: url(../images/angle-down-solid-full.svg) !important;
  background-size: 34px !important;
  background-position: center right 5px !important;
  -webkit-appearance: none !important;
}

.product-single h1 {
  margin-top: 0 !important;
}

.right-single-btn {
  text-align: right;
}

.product-single ul.inner-list {
  margin-bottom: 67px !important;
}

.product-single .input-field2 {
  margin-bottom: 62px;
}

h3.product-title-main {
  margin-bottom: 45px !important;
}

.product-container .custom-amount-wrapper input {
  font-family: 'ClanOT-Book';
}
.card-header button.nav-link.active {
    background-color: #c25126 !important;
}

.card-header button.nav-link:hover {
    background-color: #4c76a2 !important;
}
.food-image img{
  width: 100%;
}

.first-coloumn img {
    width: 100%;
}


.error-popup-inline {
    position: absolute;
    /* bottom: calc(-100% + 36px); */
}

.error-popup-inline > div.content {
    width: auto;
    background-color: #3D78A1;
    font-size: 12px;
    color: #fff;
    padding: 8px 10px;
    font-family: 'ClanOT-Bold';
    border-radius: 8px;
}

.error-popup-inline > div.dw-arr {
    width: 10px;
    height: 10px;
    background-color: #3D78A1;
    transform: rotate(45deg) translate(27px, -20px);
    z-index: -1;
    position: relative;
}
.coupon-cart-list {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
}

.coupon-cart-list button {
    background-color: #c35128 !important;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-family: 'ClanOT-Bold';
    font-size: 24px !important;
    line-height: 1.1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    justify-content: center;
}
.coupon-card-bx .row h6 {
    margin-bottom: 0;
    line-height: 24px;
}

.coupon-card-bx {
    padding: 15px;
    margin-bottom: 20px;
    border: 3px solid #202b3a;
    border-radius: 12px;
}

.coupon-card-bx .row {
    align-items: center;
}

.coupon-card-bx .row h6 {
    margin-bottom: 0;
}
.product-container .error-popup-inline {
    bottom: calc(-100% + -4px);
}

.product-container .custom-amount-wrapper.input-field {
    position: relative;
}
/**************************/

/***** Media-Querries *****/

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

@media (min-width: 1630px) {


  .row.recent-products {
    justify-content: space-between;
  }

  .row.recent-products>div {
    flex: 0 0 30%;
  }

}

@media (max-width: 2560px) {}

@media (max-width: 2460px) {}

@media (max-width: 2360px) {}

@media (max-width: 2260px) {}

@media (max-width: 2160px) {}

@media (max-width: 1920px) {}

@media (max-width: 1820px) {}

@media (max-width: 1720px) {}



@media (max-width: 1620px) {


  .banner h1 {

    line-height: 110px;

    font-size: 90px;

  }

  img.white-stroke {

    top: 350px;

  }

  .footer-social-icons img {

    width: 30px;

    height: 30px;

  }









}



@media (max-width: 1500px) {
  .banner {
    padding-top: 70px;
    min-height: 650px;
  }

  .container {
    width: 1246px;
    max-width: 100%;
  }

  .logo img {

    width: 200px;

  }

  .product-row .product-box {
    width: 346px;
  }

  .header input[type="text"] {

    width: 330px;

    height: 50px;

    font-size: 16px;

  }

  .header a.search-btn {

    width: 230px;

    font-size: 16px;

    height: 50px;

  }

  .dropbtn {

    font-size: 16px;

  }

  .dropdown-content a {

    padding: 8px 12px;

    font-size: 14px;

  }

  .navigation li a {

    font-size: 16px;

  }


  .banner {

    padding-top: 70px;

  }

  .banner h1 {

    line-height: 100px;

    font-size: 75px;

  }

  a.site-btn,
  .site-btn {

    font-size: 16px;

    width: 320px;

    height: 50px;

  }

  .coupon-field form button.site-btn {
    font-size: 16px;

    height: 50px;
  }

  .third-sec {

    padding: 80px 0px;

  }

  h1 {

    font-size: 35px;

  }

  h2 {

    font-size: 35px;

  }

  .third-sec p {

    font-size: 22px;

    margin-bottom: 40px;

  }

  .form-area input[type="text"] {

    width: 450px;

    height: 50px;

  }

  .form-area a.site-btn {

    width: 220px;

  }

  .fourth-sec {

    padding: 80px 0px;

  }

  .faqs-sec {

    padding: 60px 0px;

  }

  .faqs-sec p.sub-text {

    font-size: 22px;

    margin-bottom: 50px;

  }

  .faqs-sec .accordion {

    padding: 25px 20px;

    height: 80px;

    font-size: 22px;

    margin-top: 20px;

  }

  .accordion:after {

    background-size: 40px;

    bottom: 9px;

    right: 15px;

  }

  .active:after {

    background-size: 40px !important;

    bottom: 9px !important;

    right: 15px !important;

  }

  .form-sec {

    padding: 50px 0px 80px;

  }

  p.sub-text {

    font-size: 22px;

    margin-bottom: 60px;

  }

  .submit-btn input[type="submit"] {

    font-size: 16px;

    width: 260px;

    height: 50px;

  }

  .form-field textarea#text-area {

    height: 210px;

  }

  .footer {

    padding: 100px 0px 300px;

  }

  img.white-stroke {

    top: 310px;

  }

  .inner-pages-content-sec .container {

    width: 1200px;

    max-width: 100%;

  }

  .inner-list li {

    line-height: 22px;

    margin-bottom: 15px;

    font-size: 16px;

  }

  .input-field input[type="text"] {

    height: 50px;

    font-size: 16px;

    width: 250px;

  }

  .input-field span.radio-text {

    font-size: 15px;

  }

  .input-field input#html {

    width: 25px;

    height: 25px;

    vertical-align: middle;

  }

  .input-field2 {

    margin-bottom: 11px;

  }

  .inner-pages-content-sec h3 {

    font-size: 22px;

    margin-bottom: 20px;

  }

  .dropdown-filter .dropbtn {

    font-size: 16px;

  }

  .input-field h6 {

    margin-bottom: 10px;

    font-size: 15px;

  }

  .product-container a.view-btn,
  .product-container .custom-amount-wrapper input {

    font-size: 15px;

    height: 50px;

  }

  .white-bg {

    background: #FFFFFF 0% 0% no-repeat padding-box;

    opacity: 1;

    padding: 80px 90px;

  }

  .cart-box img.icon-close-open {

    position: absolute;

    right: -45px;

    top: 18px;

  }

  .cart-table td {

    font-size: 16px;

  }

  .cart-table input[type="text"] {

    height: 32px;

    border: 3px solid #1D2C3A !important;

    padding: 10px 15px;

    font-size: 14px;

    width: 75px;

    margin-right: 15px;

  }


  .oder-row img.delete-icon {

    margin-left: 70px;

    height: 20px;

  }

  h6.extra-left-padding {

    padding-left: unset;

  }

  .delete-btn img {

    width: 18px !important;

  }



}



@media (max-width: 1440px) {
  .banner {
    padding-top: 70px;
    min-height: 610px;
  }

  .container {
    width: 1066px;
    max-width: 100%;
  }





}



@media (max-width: 1328px) {}



@media(max-width: 1299px) {



  .banner {

    background-image: url(../images/home-banner.jpg);

    padding-top: 70px;


  }

  .banner h1 {

    line-height: 85px;

    font-size: 65px;

  }

  .header a.search-btn {

    width: 200px;

    font-size: 16px;

    height: 50px;

  }

  .form-area label {

    font-size: 16px;

  }

  .form-area a.site-btn {

    width: 210px;

  }

  .right-text p {

    font-size: 20px;

    margin-bottom: 50px;

  }

  h1 {

    font-size: 30px;

  }

  h2 {

    font-size: 30px;

  }

  .faqs-sec p.sub-text {

    font-size: 20px;

    margin-bottom: 50px;

  }

  p.sub-text {

    font-size: 20px;

    margin-bottom: 50px;

  }

  .form-field label {

    font-size: 16px;

  }

  .form-field textarea#text-area {

    height: 200px;

    font-size: 14px;

  }

  .form-field input[type="text"],
  .form-field select,
  .form-field input[type="email"] {

    height: 50px;

    font-size: 14px;

  }

  .submit-btn input[type="submit"] {

    font-size: 16px;

    width: 200px;

    height: 50px;

  }

  .footer-list li a,
  .footer-list li {

    font-size: 14px;

  }

  .search-container input[type="text"] {

    width: 189px;

    font-size: 14px;

  }

  .footer-social-icons img {

    width: 26px;

    height: 26px;

  }

  img.white-stroke {

    top: 270px;

  }

  .product-container h3 {

    font-size: 16px;

    margin: 20px 0px 20px;

  }

  .product-container a.view-btn {

    font-size: 14px;

    line-height: 16px;

  }

  .inner-pages-heading {

    padding: 70px 0px 20px;

  }



}



@media(max-width: 1247px) {



  img.white-stroke {

    top: 224px;

  }

  .inner-pages-content-sec a.site-btn {

    font-size: 14px;

    width: 280px;

  }

  .input-field input[type="text"] {

    width: 100%;

  }

  a.inner-btn {

    width: 250px !important;

  }

  .white-bg {

    background: #FFFFFF 0% 0% no-repeat padding-box;

    opacity: 1;

    padding: 50px 40px;

  }

  .main-heading a.site-btn.float-right {

    width: 260px;

    margin-right: 50px;

  }

  .cart-box img.icon-close-open {

    position: absolute;

    right: 10px;

    top: 18px;

  }





}



@media (max-width: 1200px) {}





@media (max-width: 1199px) {
  .banner {
    min-height: 450px;
  }

  .product-row .product-box {
    width: 306px;
  }

  .container {
    width: 948px;
    max-width: 100%;
  }

  .card-icons li a {
    font-size: 12px;
  }

  .text-controls-list li a[id*="forward"],
  .text-controls-list li a[id*="backward"],
  .text-controls-list li a[id*="front"],
  .text-controls-list li a[id*="back"] {
    font-size: 12px !important;
  }

  .card-icons li img {
    width: 20px;
    height: 20px;
  }

  .card-icons li {
    border: 2px solid #fff;
    height: 66px !important;
  }

  .background-grid {
    border: 2px solid #fff !important;
  }

  .text-controls-list,
  .image-upload-list,
  .image-controls-list,
  div#gallery-grid {
    height: 66px !important;
    min-height: 66px !important;
  }

  .emoji-category-item img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px !important;
  }

  div#emoji-categories-grid {
    height: 66px !important;
  }

  .emoji-item {
    height: 66px !important;
  }
}



@media (max-width: 1024px) {



  .header input[type="text"] {

    width: 260px;

    height: 40px;

    font-size: 15px;

  }

  .header a.search-btn {

    width: 150px;

    font-size: 15px;

    height: 40px;

  }

  .cart-icon img {

    width: 30px;

  }

  .dropbtn {

    font-size: 15px;

  }

  .dropdown-content a {

    padding: 5px 12px;

    font-size: 13px;

  }

  .navigation li a {

    font-size: 14px;

  }

  .logo img {

    width: 160px;

  }

  .banner {

    padding-top: 70px;

  }

  .banner h1 {

    line-height: 68px;

    font-size: 55px;

  }

  .product-sec h3 {

    font-size: 16px;

  }

  a.site-btn,
  .site-btn {

    font-size: 15px;
    max-width: 100%;
    width: 300px;

    height: 45px;

  }

  .third-sec p {

    font-size: 17px;

    margin-bottom: 40px;

  }

  .form-area label {

    font-size: 13px;

  }

  .form-area a.site-btn {

    width: 160px;

    font-size: 14px;

  }

  .form-area input[type="text"] {

    width: 350px;

    height: 50px;

  }

  .right-text img {

    width: 270px;

  }

  .left-img {

    padding-right: 20px;

  }

  .right-text a.site-btn {

    width: 260px;

  }

  .faqs-sec .accordion {

    height: 70px;

    font-size: 18px;

  }

  .accordion:after {

    background-size: 30px;

    bottom: 0px;

    right: 0px;

  }

  .active:after {

    background-size: 30px !important;

    bottom: 0px !important;

    right: 0px !important;

  }

  .panel p {

    font-size: 15px;

  }

  .panel {

    padding: 20px 20px;

  }

  .footer-social-icons li {

    margin: 0px 6px 0px 0px;

  }

  .search-container input[type="text"] {

    width: 139px;

    font-size: 14px;

  }

  .footer {

    padding: 80px 0px 220px;

  }



  .inner-list li {

    line-height: 18px;

    margin-bottom: 15px;

    font-size: 13px;

  }

  .input-field span.radio-text {

    font-size: 13px;

    margin-bottom: 15px;

  }

  .inner-pages-content-sec h3 {

    font-size: 19px;

  }

  .input-field h6 {

    margin-bottom: 10px;

    font-size: 12px;

  }

  .input-field {

    margin-bottom: 35px;

  }

  .inner-pages-content-sec a.site-btn {

    font-size: 13px;

  }

  .wert-chf-field input[type="text"] {

    width: 120px !important;

  }

  .product-container a.view-btn {

    font-size: 13px;

    line-height: 17px;


  }

  .product-container h3 {

    font-size: 14px;

  }

  .p-top-bottom-space {

    padding: 35px 0;

  }

  .card-icons li {

    font-size: 14px;

    padding: 10px 8px;

    width: 130px;

    margin: 0px 10px 6px 0px;

  }

  .card-icons li.small-box {

    width: 76px;

  }



  .card-icons-double li {

    width: 100% !important;

  }

  .card-icons-strip img {

    margin-bottom: 0px !important;

    width: 100% !important;

    height: 68px !important;

  }

  .card-icons-strip li {

    margin: 0px 10px 6px 0px;

    padding: 0px;

    height: 75px;

  }



}



/* END OF iPAD LANDESCAPE*/





@media (max-width: 991px) {
  .banner {
    min-height: 400px;
  }

  .header-bottom-sec {
    display: none;
  }

  .product-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
  }

  .product-row .product-box {
    width: calc(50% - 15px);
  }

  .container {
    width: 748px;
    max-width: 100%;
  }

  .canvas-container,
  .canvas-container canvas {
  /*  width: 700px !important;
    height: 457px !important;*/
  }

  div#overlay {

    display: block;

  }

  .button_container {

    position: fixed;

    top: 2.5%;

    right: 15px;

    height: 20px;

    width: 20px;

    cursor: pointer;

    z-index: 100;

    transition: opacity .25s ease;
    z-index: 9999;

  }

  .button_container:hover {

    opacity: 1;

  }

  .button_container.active .top {

    transform: translateY(6px) translateX(0) rotate(45deg);

    background: #FFF;

  }

  .button_container.active .middle {

    opacity: 0;

    background: #FFF;

  }

  .button_container.active .bottom {

    transform: translateY(-8px) translateX(0) rotate(-45deg);

    background: #FFF;

  }

  .button_container span {

    background: #fff;

    border: none;

    height: 3px;

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    transition: all .35s ease;

    cursor: pointer;

    border-radius: 10px;

  }

  .button_container span:nth-of-type(2) {

    top: 7px;

  }

  .button_container span:nth-of-type(3) {

    top: 14px;

  }



  .overlay {

    position: fixed;

    background: #1D2C3A;

    top: 115px;

    left: 0;

    width: 100%;

    height: 0%;

    opacity: 0;

    visibility: hidden;

    transition: opacity .35s, visibility .35s, height .35s;

    overflow: hidden;

  }

  .overlay.open {

    opacity: 1;

    visibility: visible;

    height: 100%;

    z-index: 999;

  }

  .overlay.open li {

    animation: fadeInRight .5s ease forwards;

    animation-delay: .35s;

  }

  .overlay.open li:nth-of-type(2) {

    animation-delay: .4s;

  }

  .overlay.open li:nth-of-type(3) {

    animation-delay: .45s;

  }

  .overlay.open li:nth-of-type(4) {

    animation-delay: .50s;

  }

  .overlay nav {

    position: relative;
    min-height: 170px;

    /*height: 30%;

    top: 10%;

    transform: translateY(-10%);*/

    font-size: 18px;

    text-align: left;

  }

  .overlay .second-span i.fa.fa-globe {
    display: none;
  }


  .overlay .second-span button.dropbtn {
    gap: 0;
    justify-content: flex-start;
  }

  .overlay .second-span button.dropbtn i {
    font-size: 30px;
    transform: translateY(-4px) rotate(45deg);
  }

  .overlay ul {

    list-style: none;

    padding: 0;

    margin: 0 auto;

    display: inline-block;

    position: relative;

    height: 100%;

  }

  .overlay ul li {

    display: block;

    position: relative;

    opacity: 0;

    margin-bottom: 15px;

  }

  .overlay ul li a {

    display: block;

    position: relative;

    color: #FFF;
    font-family: 'ClanOT-Bold';
    text-decoration: none;

    overflow: hidden;
    font-size: 18px;
    font-weight: 600;

  }

  .overlay ul li a:hover:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:active:after {

    width: 100%;

  }

  .overlay ul li a:after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 50%;

    width: 0%;

    transform: translateX(-50%);

    height: 3px;

    background: #FFF;

    transition: .35s;

  }



  @keyframes fadeInRight {

    0% {

      opacity: 0;

      left: 20%;

    }

    100% {

      opacity: 1;

      left: 0;

    }

  }

  .navigation {

    text-align: center;

    display: none;

  }

  .desktop-header-right {

    display: none;

  }

  .header-right.mobile-header-right {

    text-align: left;

  }

  .logo {
    margin-bottom: 20px;
  }

  .search-btn {

    text-align: center;

  }

  .header a.search-btn {

    width: 150px;

    font-size: 15px;

    height: 40px;

    margin-top: 0px;

  }

  .mobile-header-right span {

    display: block;

    text-align: left;

  }

  .mobile-header-right .dropbtn {

    font-size: 15px;

    padding: 10px 0px;

    margin-top: 30px;

  }

  div#overlay {

    display: block;

    padding-left: 20px;

  }

  .form-field {

    margin-bottom: 30px !important;

  }

  .right-text h2 {

    margin: 60px 0px 30px;

    font-size: 26px;

  }

  .footer {

    padding: 50px 0px 80px;

    background-image: unset;

  }







  /***** MOBILE CSSS INNER PAGES ******/





  .dropdown-filter {

    text-align: center;

    margin-bottom: 15px !important;

  }

  .first-coloumn {

    text-align: center;

    margin-bottom: 20px;

    margin-top: 20px;

  }

  .second-move-img {

    text-align: center !important;

  }

  .cart-box h6 {

    font-size: 15px;

    letter-spacing: 0.9px;

  }

  .bestsell-table th {

    font-size: 13px;

  }

  .bestsell-table td {

    font-size: 13px;

  }

  #mobile-language-dropdown button.dropbtn {
    padding: 0 !important;
    width: 130px !important;
    height: 40px;
  }


  #mobile-language-dropdown .dropdown-content {
    right: auto;
    left: 0;
    top: 70px;
  }

  #mobile-language-dropdown .dropdown-content a {
    text-align: left !important;
    padding: 8px 0 !important;
    font-size: 15px;
  }

  #mobile-language-dropdown .dropdown-content a i {
    display: none;
  }


}





@media (max-width: 767px) {

  .banner {
    min-height: 390px;
  }

  .fourth-sec .right-text.mobile-view img {
    display: block;
    margin: 40px auto 0;
  }

  #home-coupon-form label {
    display: none;
  }

  .header a.search-btn {
    padding: 0 8px;
  }

  header.header.MenuFixed .overlay {
    top: 72px;
    transition: 0.3s;
  }

  header.header.MenuFixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }

  .header.MenuFixed .search-btn {
    display: none;
  }

  .header.MenuFixed .logo {
    margin-bottom: 0;
  }

  .search-btn form input {
    width: 70% !important;
  }

  .search-btn form a {
    width: 30% !important;
  }

  .mobile-row>.col-lg-8 {
    position: initial !important;
  }

  .button_container {
    top: 0;
    right: 12px;
    z-index: 9999;
    position: absolute;
  }

  .cart-icon-mb {
    position: absolute;
    display: block !important;
    top: -4px;
    right: 50px;
  }

  .cart-badge {
    top: 0px !important;
    right: -5px !important;
    min-width: 16px !important;
    height: 16px !important;
    font-size: 6px !important;
  }

  .cart-icon-mb .cart-icon img {
    width: 25px;
  }

  form#home-coupon-form,
  #shop-index-coupon-form,
  #shop-show-coupon-form {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  form#home-coupon-form input[type="text"],
  #shop-index-coupon-form input[type="text"],
  #shop-show-coupon-form input[type="text"] {
    margin-bottom: 30px;
    height: 48px;
    text-align: center;
  }

  form#home-coupon-form .site-btn,
  #shop-index-coupon-form .site-btn,
  #shop-show-coupon-form .site-btn {
    width: 156px;
  }

  .header-right.desktop-header-right {
    display: none;
  }

  .banner {

    background-image: url(../images/home-banner.jpg);
    padding-top: 90px;

  }

  .banner h1 {

    line-height: 55px;

    font-size: 45px;

  }

  .product-sec {

    margin-top: 0px;

    padding-bottom: 50px;

  }

  .product-box {

    margin-bottom: 40px;

  }

  .third-sec {

    padding: 50px 0px;

  }

  h1 {

    font-size: 22px;

  }

  h2 {

    font-size: 22px;

  }

  .third-sec h2 {

    margin-bottom: 30px;

  }

  .third-sec p br {

    display: none;

  }

  .form-area {

    border: 0px;

    border-radius: 0px;

    display: block !important;

    justify-content: space-between;

    padding: 10px 10px;

  }

  .form-area label {

    display: block;

  }

  .form-area input[type="text"] {

    margin-bottom: 30px;

    width: 100%;

    height: 40px;

  }

  .left-img {

    padding-right: 0px;

  }

  .fourth-sec {

    padding: 50px 10px;

  }

  .desktop-view {

    display: none;

  }

  .mobile-view {

    display: block !important;

  }

  .mobile-view.cart-area {
    display: contents !important;
  }

  .right-text.mobile-view {

    text-align: center;

  }

  .right-text.mobile-view h2 {

    margin: 30px 0px 20px;

  }

  .right-text.mobile-view p {

    font-size: 17px;

    margin-bottom: 25px;

  }

  .right-text.mobile-view img {

    width: 220px;

    display: block;

    margin: 30 auto 0px;

  }

  .faqs-sec .accordion {

    height: 70px;

    font-size: 15px;

    padding: 10px 55px 10px 5px;

  }

  .faqs-sec p.sub-text {

    font-size: 17px;

    margin-bottom: 40px;

    line-height: 24px;

  }

  p.sub-text {

    font-size: 16px;

    margin-bottom: 50px;

    line-height: 24px;

  }

  .submit-btn {

    text-align: center;

  }

  .food-image img {

    display: none;

  }

  .food-image {

    background-image: url(../images/food-banner.jpg);

    min-height: 450px;

    background-size: cover;

    display: flex;

    align-items: flex-start;

    background-position: center;

  }

  .list2 .col-sm-6 {

    width: 49%;

    display: inline-block;

  }

  ul.footer-list.spacer {

    padding: 30px 0px 50px;

  }

  .search-container input[type="text"] {

    width: 200px;

    font-size: 14px;

  }

  .search-container .fa-search:before {

    right: unset;

  }

  .dropdown {

    width: 100%;

  }

  .dropdown-filter .dropbtn {

    font-size: 17px;

    width: 100%;

    height: 50px;

    padding: 0px 20px;

    border: 3px solid !important;

  }

  .mobile-inline-field {

    display: inline-block;

  }

  .input-field {

    margin-bottom: 15px;

  }

  .input-field h6 {

    margin-bottom: 10px;

    font-size: 14px;

  }

  .input-field span.radio-text {

    font-size: 14px;

  }

  .wert-chf-field input[type="text"] {

    width: 160px !important;

  }

  .inner-list li {

    line-height: 18px;

    margin-bottom: 0px;

    font-size: 14px;

  }

  .product-container h3 {

    font-size: 15px;

  }

  .product-container {

    text-align: center;

    margin-bottom: 40px;

  }

  .inner-pages-heading h1 {

    font-size: 28px;

    word-break: break-all;

    padding: 0px 15px;

  }

  .mobile-inline-field input[type="text"] {

    width: 150px;

  }

  .inner-pages-content-sec2 {

    padding: 40px 20px;

  }

  .inner-pages-heading2 img {

    margin-right: 10px;

    width: 9px;

  }

  .inner-pages-heading2 h6 {

    letter-spacing: 0.9px;

    padding-left: 0px;

  }

  .inner-pages-content-sec2 h1 {

    margin-top: 20px !important;

  }

  .card-icons li {

    font-size: 14px;

  }


  ul.card-icons {

    padding-left: 0px;

    list-style: none;

    margin-bottom: 20px;

  }

  ul.card-icons-right {

    float: none;

  }

  a.site-white-btn {

    float: left;

    margin-bottom: 20px;

  }

  .card-icons li img {

    width: 17px;

    height: 17px;

  }

  .product-sec h3,
  .right-text h2 {
    font-size: 22px;
  }

  #card-canvas,
  .canvas-container,
  #upper-canvas {
    /*width: 322px !important;
    height: 204px !important;*/
  }

  .blid-img .red-alert {
    font-size: 12px;
  }

  .card-icons li {
    width: max-content;
  }

  .background-item {
    height: 60px;
  }

  .image-upload-list li {
    width: 47%;
  }

  .text-controls-list,
  .image-upload-list,
  .image-controls-list {
    height: auto !important;
  }

  .card-icons li.small-box {
    margin-bottom: 0 !important;
  }

  .emoji-category-item img,
  .emoji-item img {
    width: 30px !important;
    height: 30px !important;
  }

  .emoji-category-name {
    font-size: 10px !important;
  }

  .emoji-category-item {
    padding: 10px !important;
  }

  .fourth-sec .right-text.mobile-view h2 br {
    display: none;
  }

  .breadcrumbs {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .breadcrumbs i {
    font-weight: 800;
    font-size: 30px;
    transform: translateY(-2px);
  }

  .prose ul li {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 21px;
  }

  .inner-pages-content-sec .row-last-btn input[type="number"],
  .inner-pages-content-sec .product-single-gift input[type="number"],
  .inner-pages-content-sec .product-single-reload input[type="number"] {
    width: 156px !important;
  }

  .row.row-last-btn .input-field.wert-chf-field {
    margin-bottom: 40px !important;
  }

  .product-single-personalize .form-field,
  .product-single-reload .form-field {
    margin-bottom: 40px !important;
  }

  .cart-area h6 {
    text-transform: uppercase;
  }

  tr.mobile-view.cart-area button.delete-icon.remove-item-btn img {
    padding-right: 0;
    width: 20px !important;
  }

  tr.mobile-view.cart-area button.delete-icon.remove-item-btn {
    top: 5px;
  }

  .cart-table td:first-child {
    max-width: 110px !important;
}
tr.mobile-view.cart-area td:last-child {
    vertical-align: top;
}
}





@media (max-width: 575px) {
  .mobile-view.cart-area img{
    padding-right: 0 !important;
  }
  .first-coloumn {
    margin-top: 0;
  }

  .product-1 .dual-mb {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
  }

  .p-top-bottom-space {
    padding: 50px 0;
  }

  .shop-form button.site-btn {
    width: 100%;
  }

  .input-field {
    margin-bottom: 35px;
  }

  .product-1 .dual-mb>div {
    flex: 0 0 48.4%;
  }

  .inner-pages-content-sec .input-field input.vor-n {
    width: 293px !important;
  }

  section.inner-pages-content-sec {
    padding: 50px 20px;
  }

  section.get-product-sec {
    padding: 50px 20px;
  }

  .shop-form-2 .input-field input[type="number"] {
    width: 156px !important;
  }

  .banner {
    min-height: 480px;
    background-position: right 31% center;
  }

  .product-row .product-box {
    width: 100%;
  }

  .form-field {
    margin-bottom: 40px !important;
  }

  .footer-list li {
    margin-bottom: 20px;
  }

  .search-container input[type="text"] {
    font-size: 12px;
  }

  .mobile-view.cart-area {
    margin-bottom: 20px;
  }

  .form-field input[type="text"],
  .form-field select,
  .form-field input[type="email"],
  .form-field textarea#text-area {
    border-width: 3px;
  }

  .fourth-sec a.site-btn {
    width: 156px;
  }

  .product-sec h3,
  .right-text h2 {
    font-size: 21px;
  }

  form#home-coupon-form label,
  #shop-index-coupon-form label,
  #shop-show-coupon-form label {
    display: none;
  }

  span.radio-cirle input[type="checkbox"] {
    margin: 0;
    width: 22px !important;
    transform: translateY(4px);
  }

  .mobile-view.cart-area button.delete-icon.remove-item-btn {
    position: absolute;
    right: 0;
    top: 0;
  }

  .cart-sec .table .input-field input[type="number"],
  .cart-box .table .input-field input[type="number"] {
    font-size: 14px;
    height: 34px;
  }

  .mobile-view.cart-area form {
    position: absolute;
    right: 20px;
  }

  .table .input-field input[type="number"] {
    height: 30px;
    font-size: 16px;
    padding: 8px 10px !important;
    width: 100px !important;
  }

  .coupon-field form {
    width: 100%;
    justify-content: center;
  }

  .coupon-field .input-field {
    width: 100%;
    display: flex;
  }

  .overlay {
    top: 107px;
  }

  div#overlay {
    padding: 20px 32px;
  }

  .header.header.MenuFixed div#overlay {
    top: 56px;
  }



  .header {
    padding: 15px 20px;
  }

  .inner-pages-content-sec .input-field input {
    width: 100% !important;
  }

  .inner-pages-content-sec .input-field input[type='radio'] {
    width: 30px !important;
  }

  form button.site-btn {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    height: 50px;
  }

  .accordion.product-list-btn {
    font-size: 16px;
    color: #1D2C3A;
    font-family: 'ClanOT-Bold';
    letter-spacing: 0.76px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .accordion.product-list-btn i {
    font-size: 24px;
    transition: 0.3s;
    transform: rotate(0deg);
  }

  .accordion.product-list-btn {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .inner-list.col-2-list-content {
    display: none;
  }

  .accordion.product-list-btn.active i {
    transform: rotate(180deg);
  }

  .banner h1 {
    line-height: 55px;
    font-size: 40px;
  }


  .product-sec,
  .third-sec,
  .faqs-sec,
  .form-sec {
    padding: 50px 20px !important;
  }

  .third-sec p {
    font-size: 16px;
    line-height: 21px;
  }

  .fourth-sec .right-text.mobile-view img {
    margin: 50px auto 0;
  }


  .header input[type="text"] {

    width: 204px;

    height: 32px;

    font-size: 12px;

    margin-right: 0px;

  }

  .fourth-sec {
    padding: 50px 20px;
  }

  .faqs-sec .accordion {
    height: auto;
    font-size: 15px;
    padding: 20px 55px 20px 20px;
  }

  .header a.search-btn {

    width: 140px;

    font-size: 12px;

    height: 32px;

    margin-top: 0px;

  }

  .search-btn {
    justify-content: space-between;
  }

  h2 {

    font-size: 22px;

  }

  .right-text.mobile-view p {

    font-size: 15px;

    margin-bottom: 20px;

  }

  .form-sec .submit-btn input {
    width: 100%;
  }

  .input-field h6 {

    margin-bottom: 16px;

    font-size: 15px;

  }

  .inner-pages-content-sec a.site-btn {

    font-size: 15px;

  }

  ul.inner-list {

    padding-left: 15px;

    margin-bottom: 40px !important;

  }

  .inner-list li {

    line-height: 18px;

    margin-bottom: 10px;

    font-size: 15px;

  }

  a.inner-btn {

    width: 100% !important;

    margin-top: 40px;

  }

  footer .search-container {
    margin-bottom: 60px;
  }

  .footer-list li a,
  .footer-list li {
    font-size: 11px;
  }

  .input-field input[type="text"],
  .input-field input[type="number"],
  .input-field input[type="date"] {
    border-width: 3px !important;
    height: 48px;
  }

  .footer-social-icons img {
    width: 32px;
    height: 32px;
  }

  footer.footer.mobile-view {
    padding: 80px 20px;
  }

  .white-bg {

    background: #FFFFFF 0% 0% no-repeat padding-box;

    opacity: 1;

    padding: 50px 15px;

  }

  .main-heading {

    padding: 0px 0px 30px;

    position: relative;

  }

  .cart-area {

    display: inline-flex;

    position: relative;

  }

  .cart-area img {

    width: 90px;

  }

  .cart-area h6 span {

    font-family: 'ClanOT-Bold';

  }

  .cart-area h6 {

    /*position: absolute;

  top: 11px;

  left: 113px;*/

    font-size: 14px;

    line-height: 20px;

  }

  .cart-area img.delete-icon {

    position: absolute;

    top: 5px;

    right: 10px;

    margin-left: 0px;

    margin-left: 0px;

  }

  .cart-table td {

    font-size: 15px;

    padding: 10px 10px 6px 0px;

  }

  .cart-box .col-sm-6 {

    width: 49%;

  }

  .border {

    margin: 50px 0px 40px;

  }

  .container.white-bg2 {

    width: 1400px;

    padding: 0px 15px 50px;

  }

  .cart-box .col-md-4 img {

    width: 90px;

  }

  .card-icons li.small-box {

    width: 59px;

    margin: 0px 1px 6px 0px;

  }

  .card-icons li a {

    font-size: 11px;

  }

  .card-icons li {

    margin: 0px;

  }

  a.site-btn.large-btn {

    width: 100% !important;

    margin-top: 20px;

  }

  .inner-pages-content-sec a.site-btn {

    font-size: 14px;

    width: 100%;

  }


}