* {
  margin:0;
  padding:0;
  font-family: 'Barlow', sans-serif;
}
a:hover {
  text-decoration: none;
}
/* header start */
header {
  width: 100%;
  height: 100px;
  z-index: 1;
  position: absolute;
}

header::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 140px;
    background: linear-gradient(180deg, rgb(0 0 0 / 66%) 35%, rgba(39,166,77,0) 100%);
}

.online-order {
  border: 2px solid #ffffff;
  padding:10px!important;
  margin-top:5px;
  padding-left: 25px!important;
  padding-right: 25px!important;
  border-radius: 7px;
}

.online-order:hover {
  background-color:#fff;
  color:#333!important;
}

.logo {
  width:130px;
  margin-top: 1.2rem;
  position: relative;
  z-index: 11;
  float:left;
}
.menu-left {
  padding-top:1.8rem;
}
.menu-left a {
  float:right;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-left: 1rem;
  text-shadow: 0px 0px 1px rgb(255 255 255);
  transition: 300ms all ease-in-out;
}
.menu-right {
  padding-top: 2.5rem;
  position: relative;
  z-index: 11;
}

.menu-right a {
  float: left;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-left: 1rem;
  transition: 300ms all ease-in-out;
  text-shadow: 0px 0px 1px rgb(255 255 255);
}

.menu-right a:hover {
  text-shadow: 0px 0px 4px rgb(255 255 255);

}
.menu-left a:hover {
  text-shadow: 0px 0px 4px rgb(255 255 255);
}

.menu-black a{
  color: #FFF!important;
}
/* header finish */

/* animation start */
.fade-in {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}

.fade-in5 {
animation: fadeIn5 ease 2s;
-webkit-animation: fadeIn5 ease 2s;
-moz-animation: fadeIn5 ease 2s;
-o-animation: fadeIn5 ease 2s;
-ms-animation: fadeIn5 ease 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.fade-in6 {
animation: fadeIn6 ease 2s;
-webkit-animation: fadeIn6 ease 2s;
-moz-animation: fadeIn6 ease 2s;
-o-animation: fadeIn6 ease 2s;
-ms-animation: fadeIn6 ease 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}


@keyframes fadeIn{
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-moz-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-webkit-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-o-keyframes fadeIn {
0% {
opacity:0;

}
100% {
opacity:1;
}
}

@-ms-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

/* test */
@keyframes fadeIn5{
0% {
opacity:0;
transform: translateX(-40px);
}
100% {
opacity:1;
transform: translateX(0px);
}
}

@-moz-keyframes fadeIn5 {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-webkit-keyframes fadeIn5 {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-o-keyframes fadeIn5 {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-ms-keyframes fadeIn5 {
0% {
opacity:0;
}
100% {
opacity:1;
}
}



@keyframes fadeIn6{
0% {
opacity:0;
transform: translateX(40px);
}
100% {
opacity:1;
transform: translateX(0px);
}
}

@-moz-keyframes fadeIn6 {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-webkit-keyframes fadeIn6 {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-o-keyframes fadeIn6 {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-ms-keyframes fadeIn6 {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

.custom-shape-divider-top-1671741273 {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}

.custom-shape-divider-top-1671741273 svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 10px;
transform: rotateY(180deg);
}

.custom-shape-divider-top-1671741273 .shape-fill {
fill: #45AC36;
}
.top-svg {
z-index: 3;
position: relative;
}


/* animation finish */

/* slider start */
#home_video {
  position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-static-top {
  position: relative;
      top: 0px;
      width: 100%;
}
.video-main-div {
  height: 700px;
  position: absolute;
  width: 100%;
  top: -150px;
}
/* Promo Cards Section */
.promo-cards-section {
  width: 100%;
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.promo-card-link {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-card-link:hover {
  text-decoration: none;
  transform: translateY(-5px);
}

.promo-card {
  width: 100%;
  position: relative;
  background-color: #1d1f20e3;
  min-height: 280px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.promo-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.promo-card__overlay {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.70) 60%, rgba(0, 0, 0, 0.35) 100%);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}

.promo-card:hover .promo-card__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.60) 60%, rgba(0, 0, 0, 0.25) 100%);
}

.promo-card__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.promo-card__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 1);
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}

.promo-card:hover .promo-card__title {
  transform: translateY(-2px);
}

/* Specific card variants */
.promo-card--discount {
  background-image: url('/assets/images/ilksipariseinidirim.png');
}

.promo-card--experience {
  background-image: url('/assets/images/sushideneyimi.png');
}

.promo-card--guide {
  background-image: url('/assets/images/sasmix.png');
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .promo-cards-section {
    padding: 3rem 0;
  }
  
  .promo-card {
    min-height: 240px;
    padding: 1.8rem;
  }
  
  .promo-card__title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .promo-cards-section {
    padding: 2rem 0;
  }
  
  .promo-card {
    min-height: 200px;
    padding: 1.6rem;
  }
  
  .promo-card__title {
    font-size: 1.3rem;
    line-height: 1.35;
  }
  
  .promo-card__overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.72) 60%, rgba(0, 0, 0, 0.38) 100%);
  }
}

@media (max-width: 576px) {
  .promo-cards-section {
    padding: 1.5rem 0;
  }
  
  .promo-card {
    min-height: 180px;
    padding: 1.4rem;
  }
  
  .promo-card__title {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
/* Promo Cards Section Finish */

/* animation arrtow right start */
.scrolldown-container .scrolldown-btn {
width: 30px;
  height: 100px;
  position: absolute;
  right: 0%;
  top: 100%;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.scrolldown-container .scrolldown-btn svg {
position: absolute;
bottom: -45px;
left: -50px;
width: 100%;
height: auto;
transform: rotate(180deg);
}
.scrolldown-container .scrolldown-btn svg path.first-path {
animation: scrollanim 1s ease-in-out infinite;
animation-delay: 0.8s;
}
.scrolldown-container .scrolldown-btn svg path.second-path {
animation: scrollanim2 1s ease-in-out infinite;
}

@-webkit-keyframes scrollanim {
0% {
-webkit-transform: translate(0, -40px);
opacity: 0;
}
60% {
-webkit-transform: translate(0, 0);
opacity: 0.8;
}
}
@-moz-keyframes scrollanim {
0% {
-moz-transform: translate(0, -40px);
opacity: 0;
}
60% {
-moz-transform: translate(0, 0);
opacity: 0.8;
}
}
@keyframes scrollanim {
0% {
-webkit-transform: translate(0, -40px);
-moz-transform: translate(0, -40px);
-ms-transform: translate(0, -40px);
-o-transform: translate(0, -40px);
transform: translate(0, -40px);
opacity: 0;
}
60% {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 0.8;
}
}
@-webkit-keyframes scrollanim2 {
0% {
-webkit-transform: translate(0, -40px);
opacity: 0;
}
60% {
-webkit-transform: translate(0, 0px);
opacity: 0.6;
}
}
@-moz-keyframes scrollanim2 {
0% {
-moz-transform: translate(0, -40px);
opacity: 0;
}
60% {
-moz-transform: translate(0, 0px);
opacity: 0.6;
}
}
@keyframes scrollanim2 {
0% {
-webkit-transform: translate(0, -40px);
-moz-transform: translate(0, -40px);
-ms-transform: translate(0, -40px);
-o-transform: translate(0, -40px);
transform: translate(0, -40px);
opacity: 0;
}
60% {
-webkit-transform: translate(0, 0px);
-moz-transform: translate(0, 0px);
-ms-transform: translate(0, 0px);
-o-transform: translate(0, 0px);
transform: translate(0, 0px);
opacity: 0.6;
}
}
/* animation arrtow right finish */
  .video-back {
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:400px;
    z-index: 0;
  }
  .video-back-shadow {
    position: absolute;
    background-color: #000000bf;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  .video-main {
    position: relative;
    z-index: 1;
    height:600px;
  }

  /* st button start */
.button-group {
  display: flex;
  justify-content: center;
}

.button span {
  position: relative;
  top:2px;
}

.button {
  border-radius: 6px;
  padding: 5px 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all 100ms ease-in-out;
  font-size: 1.2rem;
  color:#333;
}
.button:hover {
  background-color: #e6e6e6;
  color:#333;
}
.button:not(:first-of-type) {
  margin-left: 15px;
}
.button.bg-blue {
  background-color: #df3f03;
  color: #fff;
  padding: 0.8rem;
  padding-left: 2rem;
  display: block;
  width: fit-content;
  padding-right: 2rem;
}
.button.bg-blue:hover {
  background-color: #313131;
}

.button-arrow .arrow-icon {
  overflow: visible;
  margin-left: 11px;
  width: 8px;
}
.button-arrow .arrow-head {
  transform: translateX(0);
  transition: transform 100ms ease-in-out;
}
.button-arrow .arrow-body {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}
.button-arrow:hover .arrow-head {
  transform: translateX(3px);
}
.button-arrow:hover .arrow-body {
  opacity: 1;
  transform: scaleX(2);
}
/* st button finish */
  .sub-title {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
font-weight: 400;
font-size: 1.6rem;
color: #DF3F00;
}
.sub-title:before, .sub-title:after {
content: "";
width: 70px;
height: 18px;
background-repeat: no-repeat;
}
@media (max-width: 575px) {
.sub-title:before, .sub-title:after {
  display: none;
}
}
.sub-title:before {
background: url(/assets/images/prev-arrow.png);
-webkit-margin-end: 25px;
        margin-inline-end: 25px;
}
.sub-title:after {
background: url(/assets/images/next-arrow.png);
-webkit-margin-start: 25px;
        margin-inline-start: 25px;
}
  .home-img img{
    width:100%;
  }
  .home-img-2 img{
    width: 80%;
margin: 40px auto;
display: flex;
  }
  .fast-title {
    font-size: 3rem;
    font-weight: 400;
  }
  .fast-order-area {
       /* border:2px dashed #e4e4e4; */
      padding:3rem;
      margin-bottom: 10rem;
  }
  .branchListMain {
    margin: 10px auto;
    padding: 5px;
    width: auto;
    display: flex;
    justify-content: center;
    background-color: #e4e4e480;
    text-align: center;
    border-radius: 8px;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .branch-list {
    border-radius: 8px;
    float: left;
    display: flex;
    color: #333;
    width: 50%;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5%;
    letter-spacing: 0.5px;
    padding-top: 5px;
    cursor: pointer;
  }
  .branch-list:last-child {
    margin-right:0;
  }
  .branch-list-active {
    background-color: #94c12c;
    color: white;
  }
  .mini-sub-title {
    color: #5b5a5a;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .page {
    width:100%;
    padding-top:10rem;
    padding-bottom:10rem;
  }
  .page-title{
    font-size: 4rem;
    font-weight: 400;
  }
  .page-desc{
    font-size: 1.3rem;
    font-weight: 300;
    color: #313131;
  }


  /* login page start */
  .loginForm {
    width:100%;
    display: flex;
  }
  .loginForm-left {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    position: relative;
    width: 55%;
  }
  .loginForm-right {
    overflow: hidden;
    width: 45%;
    position: relative;
    background-color: #377926;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 100vh;
  }
  .login-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #333;
  }
  .login-box {
    width:50%;
    margin-top:2rem;
    padding:3rem;
    min-height: 300px;
    margin-bottom: 2rem;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
  }
  .login-box label {
    letter-spacing: 0.5px;
    color:#757575;
    font-weight: 300;
  }
  #phone-input {
    width:100%;
    padding:1rem;
    border-radius: 8px;
    border:2px solid #e4e4e4;
  }

  /* st button start */
.button-group {
display: flex;
justify-content: center;
}

.button {
border-radius: 8px;
padding: 5px 20px;
font-weight: 400;
letter-spacing: 0.5px;
text-decoration: none;
transition: all 100ms ease-in-out;
font-size: 15px;
color:#333;
width:100%!important;
}
.button:hover {
background-color: #e6e6e6;
color:#333;
}
.button span{
color:#fff;
margin-top:1px;
margin-right: 5px;
}
.button:not(:first-of-type) {
margin-left: 15px;
}
.button.bg-blue {
background-color: #377926;
color: #fff;
letter-spacing: 0.5px;
font-weight: 300;
padding-right: 1.2rem;
font-size: 1.2rem;
display: flex;
text-align: center;
padding-left: 1.2rem;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}
.button.bg-blue:hover {
background-color: #0a2540;
}

.button-arrow .arrow-icon {
overflow: visible;
width: 10px;
margin-top: 3px;
float: right;
}
.button-arrow .arrow-head {
transform: translateX(0);
transition: transform 100ms ease-in-out;
}
.button-arrow .arrow-body {
opacity: 0;
transform: scaleX(1);
transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}
.button-arrow:hover .arrow-head {
transform: translateX(3px);
}
.button-arrow:hover .arrow-body {
opacity: 1;
transform: scaleX(2);
}
/* st button finish */
.tt-desc {
color:#757575;
text-align: center;
letter-spacing: 0.5px;
margin-bottom: 20px;
font-weight: 300;
}
.tt-desc b{
color:#333;
}
.tt-bottom-desc {
margin-top: 20px;
width: 100%;
display: inline-block;
text-align: center;
letter-spacing: 0.5px;
font-weight: 300;
color: #757575;
}
.tt-bottom-desc a{
color:#377926;
font-weight: 500;
}
.pin-code{
padding: 0;
margin: 0 auto;
display: flex;
justify-content:center;

}

.pin-code input {
border: none;
text-align: center;
width: 100%;
height: 48px;
border-radius: 6px;
padding-top: 5px;
font-size: 36px;
color:#333;
background-color: #F3F3F3;
margin-right: 8px;
}



.pin-code input:focus {
border: 2px solid #377926;
outline:none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.disabled-button {
opacity: 0.5;
}


  /* login page finish */

/* footer start */
footer {
  width: 100%;
  min-height:300px;
  display: inline-block;
  background-color: red;
  position: relative;
}

.footer {
background: #fff;
padding-top: 80px;
padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) {
.single_footer{margin-bottom:30px;}
.loginForm-right {
    display:none;
}
.loginForm-left {
    width:100%;
}
.loginForm {
    margin-top:4rem;
}
.login-box {
    width:80%;
}
.slide .slide__content--headings .title {
    font-size: 1.2rem!important;
}
.button-arrow {
    margin-bottom:4rem;
}
.page-title {
    font-size: 3rem;
}
.page {
    padding-top:5rem;
    padding-bottom:5rem;
}
.home-img {
    margin-bottom: 2rem;
}
}
.single_footer h4 {
color: #333;
margin-top: 20px;
margin-bottom: 10px;
font-weight: 400;
text-transform: uppercase;
font-size: 1.5rem;
letter-spacing: 0.5px;
}


.single_footer ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
color: #333;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 36px;
font-size: 1.2rem;
font-weight:300;
text-transform: capitalize;
}
.single_footer ul li a:hover { color: #44ac3a; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
font-weight: 400;
color: #333;
line-height: 28px;
}
.contact_social ul {
list-style: outside none none;
margin: 0;
padding: 0;
}

.footer-adress {
padding: 0!important;
margin-bottom: 0!important;
font-size: 1rem;
font-weight: 400;
color: #3b3b3b;
letter-spacing: 0.5px;
}
.footer-desc {
padding-right: 20px;
font-weight: 300;
margin-top: 10px;
letter-spacing: 0.5px;
}
.footer-tel {
color: #44ac3a;
margin-bottom: 0!important;
font-size: 2rem;
}
.footer-tel a{
    color: #44ac3a;
    }

.working-hours-title {
color: #9f9f9f;
font-size: 1rem;
font-weight: 300;
letter-spacing: 0.5px;
}

.svg-icon {
width: 25px;
float: right;
}
.one-half {
width: 50%;
float: left;
display: inline-block;
font-family: sans-serif;
}
.copyright {
padding-top: 20px;
color: #333;
font-size: 1rem;
border-top: 1px solid rgba(255,255,255,0.4);
text-align: center;
}
.copyright a{color:#333;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#333;}
/* footer finish */


.page-header {
  width: 100%;
  background-image: url(/assets/images/back/china_back_mini.webp);
  height: 380px;
  background-position: center;
  background-size: cover;
  position: relative;
  }
  .page-header-grandient {
    background: linear-gradient(90deg, rgb(255 255 255) 35%, rgb(97 184 86 / 29%) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .page-top-title {
    color: #25661f;
    font-size: 4rem;
    position: relative;
    font-weight: 300;
    padding-left:2rem;
    letter-spacing: 3px;
  }
  .page-top-title-v2 {
    color: #25661f;
    font-size: 4rem;
    position: relative;
    font-weight: 300;
    letter-spacing: 3px;
  }
  .desc {
    color: #333;
    font-size: 1.2rem;
    position: relative;
    font-weight: 400;
  }
  .cart-button {
    width: 100%;
        padding: 1rem;
        display: flex;
        margin-top: 15px;
        font-size: 1.2rem;
        color: #fff;
        background-color: #4ea440;
        border-radius: 10px;
        letter-spacing: 0.5px;
        text-align: center;
        align-content: center;
        justify-content: center;
        align-items: center;
        transition: 300ms all ease;
        border:none;
  }
  .cart-button:hover{
    color:#fff;
    background-color: #5bbf4b;
  }
  .cart-button:disabled{
    color:#fff;
    background-color: #9bca93;
  }
  .color-gray {
    color:#757575;
  }
  .cart-info-svg {
    width:20%;
    float:left;
  }
  .cart-info-svg svg{
    width:100%;
  }
  .loader-main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    border-radius: 10px;
    left: 0px;
    background-color: #0b152138;
    display: none;
  }
  .loader {
    width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }
  .loader svg{
    width:100px;
    height:100px;
  }
  .cart-mini-price {
    color: #464545;
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 3px;
  }
  .cart-info-main {
    width: 100%;
  background-color: #538ece21;
  color: #21518b;
  padding: 1.1rem;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.2rem;
  display: block;
  text-align: center;
  border-radius: 10px;
  margin-top:10px;
  }
  .total-main {
    width: 100%;
    display: flex;
  }
  .total-left {
    width:50%;
    float:left;
  }
  .total-right {
    width:50%;
    float:right;
    text-align: right;
  }
  .skin-2 .num-in {
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
    float: right;
    margin-top:-7px;
    cursor: pointer;
  }

  .skin-2 .num-in	div {
  width: 40%;
  display: block;
  height: 30px;
  float: left;
  position: relative;
  }

  .skin-2 .num-in div:before, .skin-2 .num-in div:after {
  content: '';
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  }

  .skin-2 .num-in div.plus:after {
  transform: rotate(90deg);
  }

  .skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 30px;
  border: none;
  text-align: center;
  margin-top:2px;
  }
  .card-list-mid-left {
  color: #757575;
  font-size: 13px;
  width: 75%;
  font-weight: 300;
  line-height: 17px;
  margin-top: 2px;
  }
  .card-list-mid-right {
  width: 25%;
  }
  .card-list-mid {
  width: 100%;
  display: flex;
  }
  .card-list-price {
    color: #333;
    flex: 1;
    font-size: 15px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    text-align: right;
    width: 25%;
  }
  .card-list-top {
    border: 1px solid transparent;
    display: flex;
    outline: none;
  }
  .card-list-title {
    width: 75%;
    font-size: 15px;
    font-weight: 400;
    color: #0b1521;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .basket-main-title {
    color: #0c1520;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: left;
  }
  .card-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .home-list-list-title {
  color: #333;
  font-size: 15px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  hyphens: auto;
  max-height: 3.59999rem;
  white-space: break-spaces;
  margin-top: 2px;
  line-height: 16px;
  letter-spacing: 0.1px;
  }
  .home-list-list-desc {
  font-size: 13px;
  color: #595757;
  overflow: hidden;
  width: 100%;
  font-weight: 300;
  margin-top: 2px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  hyphens: auto;
  max-height: 3.59999rem;
  white-space: break-spaces;
  line-height: 16px;
  letter-spacing: 0.1px;
  }
  .home-list-list-price {
  color: #011c3a;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  letter-spacing: 0.5px;
  bottom: 10px;
  }
  .home-list-list-right {
        float: left;
        width: 74%;
    }
    .home-list-list-images img {
      width: 100%;
      height: 65px;
      object-fit: cover;
      border-radius: 6px;
    }
    .home-list-list-images {
      border-radius: 10px;
      /* background-color: #ededed; */
      width: 24%;
      min-height: 64px;
      display: flex;
      flex-wrap: nowrap;
      float: right;
      margin-left: 2%;
      align-content: center;
      justify-content: center;
    }

    .add-cart {
      border-radius: 5px 0px 5px 5px;
    position: absolute;
    bottom: 32px;
    right: 18px;
    border: none;
    padding: 2px;
    font-size: 13px;
    background: #ffffffa3;
    letter-spacing: 0.5px;
    color: white;
    }
    .order-sec {
      margin-top:5rem;
    }
    .basket-static-main {
      width: 100%;
      top: 20px;
      position: sticky;
      z-index: 0;
      margin-bottom: 150px;
    }

    .basket-main {
      width: 100%;
      border-radius: 10px;
      border: 1px solid #e4e4e4;
      padding: 1.5rem;
    }

    .empty-cart {
        color:#757575;
        margin:20px auto;
        text-align: center;
    }

    .menu-right-bars {
        display: none;
        width: 25px;
        float: right;
        position: relative;
        fill: #333;
        height: 9.5rem;
        justify-content: flex-end;
        align-items: center;
    }


    @media (min-width: 992px) {
      .slider, .slide {
        height: 700px;
      }

    }

    .slide {
      position: relative;
    }
    .slide .slide__img {
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    @media (min-width: 992px) {
      .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
      }
    }
    .slide .slide__img img {
      max-width: 100%;
      height: auto;
      opacity: 1 !important;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      transition: all 1s ease;
    }
    .slide .slide__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .slide .slide__content.slide__content__left {
      left: 15%;
      transform: translate(-15%, -50%);
    }
    .slide .slide__content.slide__content__right {
      right: 15%;
      left: auto;
      transform: translate(5%, -50%);
    }
    .slide .slide__content--headings {
      color: #FFF;
    }
    .slide .slide__content--headings h2 {
      font-size: 4.5rem;
      margin: 10px 0;
    }
    .slide .slide__content--headings .animated {
      transition: all 0.5s ease;
    }
    .slide .slide__content--headings .top-title {
      font-family: "Playball", cursive;
      font-size: 2.5rem;
    }
    .slide .slide__content--headings .title {
      font-size: 3.5rem;
    }
    .slide .slide__content--headings .button-custom {
      text-decoration: none;
      color: #333;
      padding: 1.2rem 2.5rem;
      font-size: 1.5rem;
    }

    .slider [data-animation-in] {
      opacity: 0;
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
      transition: opacity 0.5s ease 0.3s;
    }

    .slick-dotted .slick-slider {
      margin-bottom: 30px;
    }

    .slick-dots {
      position: absolute;
      bottom: 25px;
      list-style: none;
      display: block;
      text-align: center;
      padding: 0;
      margin: 0;
      width: 100%;
    }
    .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0 5px;
      padding: 0;
      cursor: pointer;
    }
    .slick-dots li button {
      border: 0;
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .slick-dots li button:hover, .slick-dots li button:focus {
      outline: none;
    }

    .simple-dots .slick-dots li {
      width: 20px;
      height: 20px;
    }
    .simple-dots .slick-dots li button {
      border-radius: 50%;
      background-color: white;
      opacity: 0.25;
      width: 20px;
      height: 20px;
    }
    .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
      opacity: 1;
    }
    .simple-dots .slick-dots li.slick-active button {
      color: white;
      opacity: 0.75;
    }

    .stick-dots .slick-dots li {
      height: 3px;
      width: 50px;
    }
    .stick-dots .slick-dots li button {
      position: relative;
      background-color: white;
      opacity: 0.25;
      width: 50px;
      height: 3px;
      padding: 0;
    }
    .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
      opacity: 1;
    }
    .stick-dots .slick-dots li.slick-active button {
      color: white;
      opacity: 0.75;
    }
    .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
      opacity: 1;
    }

    /* /////////// IMAGE ZOOM /////////// */
    @-webkit-keyframes zoomInImage {
      from {
        transform: scale3d(1, 1, 1);
      }
      to {
        transform: scale3d(1.1, 1.1, 1.1);
      }
    }
    @keyframes zoomInImage {
      from {
        transform: scale3d(1, 1, 1);
      }
      to {
        transform: scale3d(1.1, 1.1, 1.1);
      }
    }
    .zoomInImage {
      -webkit-animation-name: zoomInImage;
              animation-name: zoomInImage;
    }

    @-webkit-keyframes zoomOutImage {
      from {
        transform: scale3d(1.1, 1.1, 1.1);
      }
      to {
        transform: scale3d(1, 1, 1);
      }
    }

    @keyframes zoomOutImage {
      from {
        transform: scale3d(1.1, 1.1, 1.1);
      }
      to {
        transform: scale3d(1, 1, 1);
      }
    }
    .zoomOutImage {
      -webkit-animation-name: zoomOutImage;
              animation-name: zoomOutImage;
    }

    .slick-nav {
      --active: #fff;
      --border: rgba(255, 255, 255, .12);
      width: 44px;
      height: 44px;
      position: absolute;
      cursor: pointer;
      top: calc(50% - 44px);
    }
    .slick-nav.prev-arrow {
      left: 3%;
      transform: scaleX(-1);
      z-index: 999;
    }
    .slick-nav.next-arrow {
      left: auto;
      right: 3%;
    }
    .slick-nav i {
      display: block;
      position: absolute;
      margin: -10px 0 0 -10px;
      width: 20px;
      height: 20px;
      left: 50%;
      top: 50%;
    }
    .slick-nav i:before, .slick-nav i:after {
      content: "";
      width: 10px;
      height: 2px;
      border-radius: 1px;
      position: absolute;
      left: 50%;
      top: 50%;
      background: var(--active);
      margin: -1px 0 0 -5px;
      display: block;
      transform-origin: 9px 50%;
    }
    .slick-nav i:before {
      transform: rotate(-40deg);
    }
    .slick-nav i:after {
      transform: rotate(40deg);
    }
    .slick-nav:before, .slick-nav:after {
      content: "";
      display: block;
      position: absolute;
      left: 1px;
      right: 1px;
      top: 1px;
      bottom: 1px;
      border-radius: 50%;
      border: 2px solid var(--border);
    }
    .slick-nav svg {
      width: 44px;
      height: 44px;
      display: block;
      position: relative;
      z-index: 1;
      color: var(--active);
      stroke-width: 2px;
      stroke-dashoffset: 126;
      stroke-dasharray: 126 126 0;
      transform: rotate(0deg);
    }
    .slick-nav.animate svg {
      -webkit-animation: stroke 1s ease forwards 0.3s;
              animation: stroke 1s ease forwards 0.3s;
    }
    .slick-nav.animate i {
      -webkit-animation: arrow 1.6s ease forwards;
              animation: arrow 1.6s ease forwards;
    }
    .slick-nav.animate i:before {
      -webkit-animation: arrowUp 1.6s ease forwards;
              animation: arrowUp 1.6s ease forwards;
    }
    .slick-nav.animate i:after {
      -webkit-animation: arrowDown 1.6s ease forwards;
              animation: arrowDown 1.6s ease forwards;
    }

    @-webkit-keyframes stroke {
      52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
      }
      52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
      }
      100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
      }
    }

    @keyframes stroke {
      52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
      }
      52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
      }
      100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
      }
    }
    @-webkit-keyframes arrow {
      0%, 100% {
        transform: translateX(0);
        opacity: 1;
      }
      23% {
        transform: translateX(17px);
        opacity: 1;
      }
      24%, 80% {
        transform: translateX(-22px);
        opacity: 0;
      }
      81% {
        opacity: 1;
        transform: translateX(-22px);
      }
    }
    @keyframes arrow {
      0%, 100% {
        transform: translateX(0);
        opacity: 1;
      }
      23% {
        transform: translateX(17px);
        opacity: 1;
      }
      24%, 80% {
        transform: translateX(-22px);
        opacity: 0;
      }
      81% {
        opacity: 1;
        transform: translateX(-22px);
      }
    }
    @-webkit-keyframes arrowUp {
      0%, 100% {
        transform: rotate(-40deg) scaleX(1);
      }
      20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
      }
    }
    @keyframes arrowUp {
      0%, 100% {
        transform: rotate(-40deg) scaleX(1);
      }
      20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
      }
    }
    @-webkit-keyframes arrowDown {
      0%, 100% {
        transform: rotate(40deg) scaleX(1);
      }
      20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
      }
    }
    @keyframes arrowDown {
      0%, 100% {
        transform: rotate(40deg) scaleX(1);
      }
      20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
      }
    }

.button-custom-menu {
    background: #45ac36;
    color: white;
    border: none;
    padding: 18px 40px 15px 40px;
    letter-spacing: 1px;
    text-align: center;
}
/* Mobile start */

.mobile-nav-menu {
    transition: 500ms all ease;
    width: 80%;
    height: 100%;
    top: 0px;
    left:-1200px;
    z-index: 5;
    display: none;
    position: fixed;
    background-color: #fff;
    border-right:1px solid #e4e4e4;
    -webkit-box-shadow: 26px 2px 49px 1200px rgba(56,56,56,0.7);
    -moz-box-shadow: 26px 2px 49px 1200px rgba(56,56,56,0.7);
    box-shadow: 26px 2px 49px 1200px rgba(56,56,56,0.7);
}

.mobileNavShow {
    left:0px;
    display: block;
    opacity: 1.0;
    transition: 500ms all ease;
}

.mobile-nav-list {
    width: 100%;
    display: flex;
    color: #333;
    font-size: 2rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mobile-nav-list a{
    color:#333;
    margin-top:2rem;
    font: weight 300;
}

@media only screen and (max-width: 1450px){
    .menu-left,.menu-right {
        display: none;
    }
    .menu-right-bars {
        display: flex;
        position: absolute;
        right: 15px;
        top: 0px;
    }
    /* .mobile-nav-menu {
     display: block;
     left:0px;
    } */
  }

  @media only screen and (max-width: 400px){


    .menu-right-bars {
        position: absolute;
        right: 2rem;
        top: 4rem;
        height:1rem;
    }

    .page-title {
        font-size: 2rem;
    }

    .page {
        padding-top:3rem;
        padding-bottom:3rem;
    }

    .home-img {
        margin-top:2rem;
        margin-bottom:2rem;
    }
    .page-top-title {
        font-size:2rem;
    }
    .page-header {
        height:130px;
    }
    .m-col {
        display: none;
    }
    /* .mobile-nav-menu {
     display: block;
     left:0px;
    } */
    .contact-box-img {
        min-height: 270px!important;
        margin-bottom:2rem;
    }
    .contact-box-img-bottom-phone {
        font-size: 1rem!important;
    }
    .maps-link {
        font-size: 0.8rem!important;
    }
    .single_footer_address {
        text-align: left;
    }
  }
/* Mobile finish */

.changeMini {
  font-size:12px;
  display: block;
}.changeMini a {
  color: #45ac36;
}
