﻿
@import url("fonts.css");

body {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #242424;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.btn {
  border-radius: 0px;
  font-size: 14px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
}
a {
  text-decoration: none;
}
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
button:focus {
  outline: 0px dotted;
}
a,
button,
input {
  outline: medium none;
  color: #242424;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #242424;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
}
h1 {
  font-size: 46px;
  font-weight: 500;
}
h2 {
  font-size: 37px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
  font-family: "Work Sans", sans-serif;
}
h5 {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
h6 {
  font-size: 16px;
  font-family: "Playfair Display", serif;
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #242424;
  margin-bottom: 15px;
  font-family: "Lora", serif;
}
hr {
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
hr.style-2 {
  border-bottom: 1px dashed #f10;
}
hr.mp-0 {
  margin: 0;
  border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
  margin: 40px 0;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
label {
  font-size: 15px;
  font-weight: 400;
  color: #242424;
}
*::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}
.mark,
mark {
  background: #4fc1f0 none repeat scroll 0 0;
  color: #ffffff;
}
span.tooltip-content {
  color: #00a9da;
  cursor: help;
  font-weight: 600;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
.e-slide {
  display: none;
}
.mobile-slide {
  /* display: none; */
}
@media screen and (max-width: 992px) {
  .single-slider {
    background-image: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    --bs-gutter-x: 15px;
    max-width: 1200px;
  }
  @media (min-width: 993px) {
  }
}
@media only screen and (min-width: 992px) {
  .container .row {
    --bs-gutter-x: 30px;
  }
}

/***************************
    transtion
****************************/

a.button::after,
a.button-small::after {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.share ul,
.share:hover ul {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a.button-border span,
a.button-border-white span,
input,
select,
textarea {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/*************************
    Input
*************************/

input {
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #626262;
  width: 100%;
}
select {
  width: 100%;
  background: transparent;
  border: 0px solid #eceff8;
  box-shadow: none;
  font-size: 14px;
  color: #626262;
}
option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}
input:focus {
  background: transparent;
  border: 2px solid #4fc1f0;
}
textarea {
  resize: vertical;
  background: #eceff8;
  border: 2px solid #eceff8;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}
textarea:focus {
  background: transparent;
  border: 2px solid #4fc1f0;
  outline: none;
}
.input-group.divcenter.input-group .form-control {
  padding-left: 0px;
}

/*************************
  Basic margin padding
*************************/

.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
    Margin top
*************************/

.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-37 {
  margin-top: 37px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-84 {
  margin-top: 84px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-179 {
  margin-top: 179px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-290 {
  margin-top: 290px;
}
.mt-285 {
  margin-top: 285px;
}
.mt-280 {
  margin-top: 280px;
}

/*************************
    Margin right
*************************/

.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-170 {
  margin-right: 170px;
}

/*************************
    Margin bottom
*************************/

.mb-0 {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-5 {
  margin-bottom: 5px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}

.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}

/*************************
    Padding top
*************************/


.pt-25 {
  padding-top: 25px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-97 {
  padding-top: 97px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-169 {
  padding-top: 169px;
}
.pt-172 {
  padding-top: 172px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-205 {
  padding-top: 205px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-230 {
  padding-top: 230px;
}
.pt-235 {
  padding-top: 235px;
}
.pt-250 {
  padding-top: 250px;
}
.pt-290 {
  padding-top: 290px;
}
.pt-285 {
  padding-top: 285px;
}
.pt-280 {
  padding-top: 280px;
}
.pt-330 {
  padding-top: 330px;
}
.pt-345 {
  padding-top: 345px;
}
.pt-350 {
  padding-top: 350px;
}
.pt-335 {
  padding-top: 335px;
}
.pt-365 {
  padding-top: 365px;
}
.pt-355 {
  padding-top: 355px;
}
.pt-370 {
  padding-top: 370px;
}
.pt-380 {
  padding-top: 380px;
}

/*************************
    Padding right
*************************/

.pr-0 {
  padding-right: 0;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-140 {
  padding-right: 140px;
}
.pr-155 {
  padding-right: 155px;
}
.pr-155 {
  padding-right: 155px;
}
.pr-180 {
  padding-right: 180px;
}
.pr-195 {
  padding-right: 195px;
}
.pr-215 {
  padding-right: 215px;
}

/*************************
    Padding bottom
*************************/

.pb-0 {
  padding-bottom: 0;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-13 {
  padding-bottom: 13px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-97 {
  padding-bottom: 97px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-107 {
  padding-bottom: 107px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-146 {
  padding-bottom: 146px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-169 {
  padding-bottom: 169px;
}
.pb-178 {
  padding-bottom: 178px;
}
.pb-172 {
  padding-bottom: 172px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-230 {
  padding-bottom: 230px;
}
.pb-212 {
  padding-bottom: 212px;
}
.pb-250 {
  padding-bottom: 250px;
}
.pb-258 {
  padding-bottom: 258px;
}
.pb-280 {
  padding-bottom: 280px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-230 {
  padding-bottom: 230px;
}
.pb-235 {
  padding-bottom: 235px;
}
.pb-285 {
  padding-bottom: 285px;
}
.pb-290 {
  padding-bottom: 290px;
}
.pb-280 {
  padding-bottom: 280px;
}
.pb-285 {
  padding-bottom: 285px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-215 {
  padding-bottom: 215px;
}
.pb-295 {
  padding-bottom: 295px;
}
.pb-440 {
  padding-bottom: 440px;
}
.pb-450 {
  padding-bottom: 450px;
}


/***************************
    Page section padding 
****************************/
.ptb-75{
  padding: 75px 0;
}
.ptb-100 {
  padding: 100px 0;
}
.ptb-110 {
  padding: 110px 0;
}
.ptb-170 {
  padding: 170px 0;
}
.ptb-240 {
  padding: 240px 0;
}

/*************************************
    Background variation set 
 **************************************/
.gray-bg {
  background: #f3f3f3;
}
.gray-bg-2 {
  background: #ebebeb;
}

.theme-color {
  color: #519f10;
}
/*Opacity background*/
/* black overlay */
[data-overlay] {
  position: relative;
}
[data-overlay]::before {
  background: #252525 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
[data-overlay="3"]::before {
  opacity: 0.3;
}
[data-overlay="4"]::before {
  opacity: 0.4;
}
[data-overlay="5"]::before {
  opacity: 0.5;
}
[data-overlay="56"]::before {
  opacity: 0.56;
}
[data-overlay="6"]::before {
  opacity: 0.6;
}
[data-overlay="7"]::before {
  opacity: 0.7;
}
[data-overlay="8"]::before {
  opacity: 0.8;
}
/*image background*/

.bg-2{
  background-attachment: fixed;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.bg-image-3 {
  background-image: url("../../assets/img/bg/breadcrumb.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
:focus {
  outline: -mos-focus-ring-color auto 0px;
}
:focus {
  outline: none;
}

.relative {
  position: relative;
}
.overflow {
  overflow: hidden;
}
.border-bottom-1 {
  border-bottom: 1px solid #ededed;
}
.border-top-1 {
  border-top: 1px solid #d7d7d7;
}
.border-top-2 {
  border-top: 1px solid #141414;
}
.border-top-3 {
  border-top: 1px solid #eeeeee;
}
.border-bottom-2 {
  border-bottom: 1px solid #eeeeee;
}
.mobile-menu-area {
  display: none;
}
#mobile-menu-active {
  display: none;
}
/* scrollUp */
#scrollUp {
  background: #242424 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 38px;
  z-index: 9999;
}
#scrollUp:hover {
  background: #519f10 none repeat scroll 0 0;
}
/* button */
.btn-style {
  background-color: transparent;
  border: 2px solid #eeeeee;
  color: #242424;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 20px 12px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  display: block;
}
.btn-style:hover {
  background-color: #519f10;
  border: 2px solid #519f10;
  color: #fff;
}
.btn-style-2 {
  background-color: #519f10;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 37px;
  text-transform: uppercase;
}
.btn-style-2:hover {
  background-color: #242424;
  color: #fff;
}
.height-100vh {
  height: 100vh;
}
#mobile-menu-active {
  display: none;
}

/*------------------------
    2. Index page style
--------------------------*/

/* header bottom cart */
.logo {
  margin: 30px 0 0;
}
.header-bottom-right {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.header-cart > a .cart-icon {
  display: inline-block;
  line-height: 100px;
  position: relative;
}
.header-cart > a .cart-icon i {
  color: #000;
  font-size: 20px;
}
.header-cart {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
.header-currency {
  display: inline-block;
  position: relative;
  padding: 0px 0 0 63px;
}
.header-currency::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 15px;
  left: 32px;
  position: absolute;
  top: 42%;
  width: 1px;
}

.cart-text {
  display: inline-block;
}
.header-currency .digit {
  line-height: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.header-currency .digit i {
  margin-left: 5px;
}
.header-currency:hover > .dollar-submenu {
  transform: rotateX(0deg);
  visibility: visible;
}
.shopping-cart-content {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  padding: 31px 35px 10px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 340px;
  z-index: 9999;
}
.header-cart:hover > .shopping-cart-content {
  transform: rotateX(0deg);
  visibility: visible;
}
.shopping-cart-content ul li {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.shopping-cart-img {
  flex: 0 0 82px;
  margin-right: 15px;
}

/* start main menu */
.main-menu ul li {
  display: inline-block;
  list-style: outside none none;
  padding-right: 45px;
  position: relative;
}
.main-menu nav > ul > li:last-child {
  padding-right: 0px;
}
.main-menu ul li a {
  color: #1b1b1b;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100px;
}
.main-menu ul li:hover > a {
  color: #519f10;
}
.main-menu nav > ul > li > ul.submenu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  padding: 20px 0 22px;
  position: absolute;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 190px;
  z-index: 999;
}
.main-menu nav > ul > li:hover > ul.submenu {
  transform: rotateX(0deg);
  visibility: visible;
}
.main-menu nav > ul > li > ul.mega-menu > li ul li {
  display: block;
  padding: 0px;
}
.main-menu nav > ul > li > ul > li {
  display: block;
  padding: 0 20px;
}
.main-menu ul li ul li.mega-menu-title {
  margin: 0 0 17px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.main-menu ul li ul li a {
  color: #000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.main-menu ul li.top-hover ul li > a::before {
  background: #519f10 none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 13px;
  transition: all 0.3s ease-in-out 0s;
  width: 5px;
  z-index: 999;
}
.main-menu ul li.top-hover ul.mega-menu li > a::before {
  left: 0px;
}
.main-menu ul li.top-hover ul li:hover > a::before {
  opacity: 1;
}
.main-menu ul li.top-hover ul li:hover > a {
  padding-left: 12px;
}
.main-menu ul li.mega-menu-position {
  position: static;
}
.main-menu nav > ul > li > ul.mega-menu {
  background-color: #fff;
  display: block;
  left: 0;
  padding: 33px 30px 30px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.main-menu nav > ul > li:hover > ul.mega-menu {
  transform: rotateX(0deg);
  visibility: visible;
}
.main-menu nav > ul > li > ul.mega-menu > li {
  display: inline-block;
  float: left;
  padding-left: 60px;
  padding-right: 0;
  width: 25%;
}
.main-menu nav > ul > li > ul.mega-menu > li:last-child {
  padding-right: 0px;
}

/* lavel menu */
.main-menu nav > ul > li > ul > li > ul.lavel-menu li {
  padding: 0 20px;
}
.main-menu nav > ul > li > ul > li > ul.lavel-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  display: block;
  left: 100%;
  opacity: 0;
  padding: 20px 0px 22px;
  position: absolute;
  text-align: left;
  top: 10px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 999;
}
.main-menu nav > ul > li > ul > li:hover > ul.lavel-menu {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.main-menu ul li ul li a span {
  float: right;
}
.transparent-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  border-bottom: 0 solid #4a90e2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.single-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-content h1,
.slider-content h2 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 400;
  margin: 0px;
}
.slider-content h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.slider-content > p {
  color: #6d6a6a;
  font-size: 17px;
  font-weight: 400;
  margin-top: 30px;
  max-width: 540px;
}
.slider-btn a {
  border-bottom: 1px solid #000;
  color: #000;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
.slider-btn a:hover {
  color: #fff;
  border-color: #fff;
}
.slider-active.owl-carousel > .owl-nav div {
  box-shadow: -2px 1px 8px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  display: inline-block;
  font-size: 26px;
  height: 45px;
  left: 15px;
  line-height: 47px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 45px;
}
.slider-active.owl-carousel > .owl-nav div:hover {
  background-color: #519f10;
  color: #fff;
}
.slider-active.owl-carousel > .owl-nav div.owl-next {
  left: auto;
  right: 15px;
}
.slider-area:hover .slider-active.owl-carousel > .owl-nav div {
  opacity: 1;
}.slider-dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: gray;
  border: none;
  cursor: pointer;
}

.dot.active {
  background-color: #007bff; /* Aktif slayt rengi */
}

/* Default Slider Animations */

.owl-item .slider-content * {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h3 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 h1, 
.owl-item.active .slider-animated-1 h2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUP;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-1 h5 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 p {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* banner area */
.single-banner {
  position: relative;
}
.single-banner a {
  display: block;
}
.banner-content {
  left: 35px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content > h4 {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 38px;
  color: #519f10;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.banner-content h5 {
  color: #484848;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-content > a:hover {
  border-bottom: 1px solid #519f10;
  color: #519f10;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition: all 1.5s ease 0s;
  width: 100%;
}
.img-zoom:hover a img {
  transform: scale(1.2);
}

/* Section Title */
.section-title {
  display: inline-block;
  font-size: 38px;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 9;
}
.section-title::before {
  background-color: #2b2b2b;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -2px;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.style-two .section-title::before {
  display: none;
}
.section-title-wrap > p {
  color: #2b2b2b;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  margin: 20px auto 0;
  max-width: 465px;
}
.small-title h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.small-title > p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 21px;
}
/* product style */
.product-wrapper {
  position: relative;
}
.product-img {
  border: 1px solid #e9e9e9;
  position: relative;
}
.product-img > span {
  background-color: #519f10;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: 10px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
.product-img img {
  width: 100%;
}

.product-content .product-title > h4 {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.4s;
}

.product-hover-style {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-content .cart-hover {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0s;
}
.product-content .cart-hover > h4 {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  transition: 0.4s;
}
.product-content .cart-hover > h4 a {
  color: #6d6d6d;
}
.product-content .cart-hover > h4 a:hover {
  color: #519f10;
}
.product-wrapper:hover .product-content .cart-hover {
  opacity: 1;
  transform: translateY(0px);
}
.product-content .product-title > h4 a {
  color: #6d6d6d;
}
.product-content .product-title > h4 a:hover {
  color: #519f10;
}

.product-content {
  padding: 25px 0px 0;
}
.tab-content.jump > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.tab-content.jump > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}


/* testimonial style */
.single-testimonial {
  margin-left: 15px;
}
.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.single-testimonial > p {
  color: #4b4747;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  margin: 20px auto 35px;
  max-width: 60%;
}
.single-testimonial > h4 {
  color: #505050;
  font-size: 12px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.single-testimonial > h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #8f8f8f;
  margin: 0;
  margin-top: 10px;
  font-weight: 500;
}
.testimonial-active .owl-dot {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  display: inline-block;
  height: 11px;
  margin: 0 5px;
  width: 11px;
  transition: all 0.3s ease 0s;
}
.testimonial-active .owl-dot.active {
  background: #fff none repeat scroll 0 0;
  height: 11px;
  position: relative;
  top: 0px;
  width: 25px;
}
.testimonial-active .owl-dots {
  margin: 50px 0 0;
  text-align: center;
}


/* footer area style */
.footer-title > h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.footer-about > p {
  margin: 0;
}
.footer-contact li {
  line-height: 28px;
  list-style: outside none none;
}
.footer-contact li a:hover {
  color: #519f10;
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon {
  margin-top: 17px;
}
.footer-content li {
  list-style: outside none none;
  padding-bottom: 15px;
}
.footer-content li:last-child {
  padding-bottom: 0px;
}
.footer-content li a {
  display: block;
}
.footer-content li a:hover {
  color: #519f10;
}
.mc-form .mc-news {
  display: none;
}
.copyright > p {
  margin: 0;
  color: #242424;
}
.copyright > p a {
  color: #000;
}

.copy-text > i {
  color: red;
}
.copyright > p a:hover {
  text-decoration: underline;
  color: #519f10;
}
.footer-bottom {
  padding: 18px 0 20px;
}
.payment-img img {
  width: 100%;
}

/* quick view */
#exampleModal .modal-dialog {
  margin: 8% auto;
  max-width: 960px;
  width: 960px;
}

.select-option-part select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #232323;
  font-size: 15px;
  height: 39px;
  padding: 0 60px 0 5px;
  width: auto;
  background: rgba(0, 0, 0, 0) url("../../assets/img/icon-img/select.png")
    no-repeat scroll right 0.5rem center / 1.25rem 2.25rem;
}
.select-option-part > label,
.quickview-color-wrap > label,
.prodetails-categories-wrap > label,
.productdetails-share-wrap > label {
  color: #454545;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.375rem;
  opacity: 1;
}

.quickview-color-wrap {
  margin: 29px 0 0;
}

.nav-style.owl-carousel > .owl-nav div {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #000;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  left: 0;
  line-height: 37px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 35px;
}
.nav-style.owl-carousel > .owl-nav div:hover {
  background-color: #519f10;
  color: #fff;
}
.nav-style.owl-carousel > .owl-nav div.owl-next {
  left: auto;
  right: 0px;
}
.nav-style:hover .owl-nav div {
  opacity: 1;
}
.thumb-menu.owl-carousel .owl-item a {
  border: 1px solid #ededed;
  display: block;
  margin-right: 1px;
}
.thumb-menu {
  margin-top: 20px;
}

/*---------------------------
    3. Shop grid style
-----------------------------*/
.breadcrumb-content h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
.breadcrumb-content li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0;
  position: relative;
}
.breadcrumb-content li a {
  color: #fff;
  margin-right: 20px;
}
.breadcrumb-content li a:hover {
  color: #519f10;
}
.breadcrumb-content li::before {
  background-color: #aaaaaa;
  content: "";
  height: 2px;
  margin: 11px 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-67deg);
  transition: all 0.4s ease 0s;
  width: 14px;
}
.breadcrumb-content li:last-child::before {
  display: none;
}

h4.shop-sidebar-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
}


/* shop right sodebar */
.banner-area.pb-30 img {
  width: 100%;
}

.product-grid .product-list-details {
  display: none;
}


/*---------------------------
    6. Cart page
-----------------------------*/


h3.page-title {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 25px;
}

.title-wrap {
  position: relative;
}
h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
}
.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before,
.grand-totall .title-wrap::before {
  display: none;
}
.section-bg-gary-cart {
  background-color: #f9f9f9;
  position: relative;
  z-index: 9;
}

button.cart-btn-2 {
  background-color: #519f10;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  padding: 13px 42px 14px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
button.cart-btn-2:hover {
  background-color: #242424;
}



/*---------------------------
    10. Contact page
-----------------------------*/

#map {
  height: 500px;
  width: 100%;
}
.contact-us .tab-content .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.contact-us .tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.contact-page-title h1 {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}
.contact-tab-list li {
  flex: 1 0 100%;
  margin-bottom: 12px;
}
.contact-tab-list li:last-child {
  margin-bottom: 0px;
}
.contact-tab-list li a {
  color: #242424;
  font-size: 18px;
  line-height: 24px;
}
.contact-tab-list li a::before {
  content: "";
  float: left;
  font-family: Fontawesome;
  font-size: 20px;
  line-height: 22px;
  margin-right: 6px;
}
.contact-tab-list li a.active,
.contact-tab-list li a:hover {
  color: #519f10;
  font-weight: bold;
}
.contact-information h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
.contact-information > p {
  margin: 0;
  font-size: 15px;
}
.contact-information > p a {
  display: block;
  margin-bottom: 5px;
}
.contact-information > p a:hover {
  color: #519f10;
}
.contact-form-style input,
.contact-form-style textarea {
  background: transparent;
  border: 1px solid #ebebeb;
  color: #555;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 3px;
}
.contact-form-style textarea {
  height: 200px;
  padding: 10px;
}
.contact-form-style input::-moz-placeholder {
  color: #555;
  outline: 0 !important;
  border-width: 0 !important;
  opacity: 1;
}
.contact-form-style input::-webkit-input-placeholder {
  color: #555;
  outline: 0 !important;
  border-width: 0 !important;
  opacity: 1;
}
.contact-form-style textarea::-moz-placeholder {
  color: #555;
  outline: 0 !important;
  border-width: 0 !important;
  opacity: 1;
}
.contact-form-style textarea::-webkit-input-placeholder {
  color: #555;
  outline: 0 !important;
  border-width: 0 !important;
  opacity: 1;
}
.contact-form-style > button {
  background-color: #519f10;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 30px 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin: 30px 0 0;
  transition: all 0.3s ease 0s;
}
.contact-form-style > button:hover {
  background-color: #242424;
}
.form-messege {
  margin: 5px 0 7px;
}
.contact-map {
  margin-bottom: 7px;
}


/*---------------------------
    13. About us
-----------------------------*/
.team-area .section-title {
  font-size: 32px;
}
.overview-content-2 > h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 24px;
  position: relative;
}
.overview-content-2 > h4 {
  color: #519f10;
  font-size: 20px;
  margin-bottom: 0;
}
.overview-content-2 > p.peragraph-blog {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 21px;
}
.count-icon span {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
}
.single-count:hover .count-icon span {
  animation: 850ms ease-in-out 0s normal none 1 running tada;
}

h4.section-title-about {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 15px;
  position: relative;
}
h4.section-title-about::before {
  background-color: #444444;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.about-testi .testimonial-rating i.theme-star-coffee {
  color: #519f10;
}
.single-testimonial.about-testi > p {
  width: 73%;
}
.testimonial-active.about-testi-active {
  padding: 0;
}
.testimonial-active.about-testi-active .owl-dot.active {
  background: #519f10 none repeat scroll 0 0;
}
.overview-img.text-center img {
  max-width: 100%;
}
