@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaijaan&subset=arabic,latin-ext,vietnamese');


* {
  box-sizing: border-box;
}

/* transition */
/* flex */
/* transform */
/* opacity */
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: 'Baloo Bhaijaan', cursive;
  color: #333333;
  letter-spacing: .02em;
  background:url(../img/bg.jpg) repeat 0 0;

  
}

h1, .slider_c_four h2, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0;
}

h1, .slider_c_four h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 1200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}
.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: none;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f6fafb;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bluewood-bg {
  background: #354b65;
}

/*- Overlay Color BG -*/
.bluewood-bg-overlay {
  position: relative;
}
.bluewood-bg-overlay::before {
  background: rgba(70, 90, 112, 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overly-bg-black {
  position: relative;
}
.overly-bg-black::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*-- 
    - color
-----------------------------------------*/
/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  background: #83b53b none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}

/*-- 
    - Section Padding
-------------------------------------*/
.section-ptb {
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-ptb {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
}

.section-pt {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-pt-70 {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt-70 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-70 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-70 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt-70 {
    padding-top: 30px;
  }
}

.section-pb-70 {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb-70 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-70 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-70 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb-70 {
    padding-bottom: 30px;
  }
}

.section-pb {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-47 {
  margin-top: 47px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-57 {
  margin-top: 57px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mb-80 {
  margin-bottom: 80px;
}

/*section padding css here*/
.pt-30 {
  padding-top: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

/* 02. Element */
.button {
  background: #83b53b;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: none;
  font-size: 13px;
  border-radius: 3px;
}

/* 2. Home 1 Header css here */
/* 01. header css here */
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333333;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 25px;
  }
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}
.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.Offcanvas_menu_wrapper .header_block_right {
  display: block;
  padding-left: 0;
  text-align: center;
  margin-bottom: 19px;
}
.Offcanvas_menu_wrapper .header_block_right > ul > li {
  margin-right: 9px;
}
.Offcanvas_menu_wrapper .header_block_right > ul > li:first-child a {
  border-left: 1px solid #e5e5e5;
}
.Offcanvas_menu_wrapper .header_block_right > ul > li > a {
  line-height: 45px;
  font-size: 22px;
  width: 50px;
  border: 1px solid #e5e5e5;
  color: #333333;
}
.Offcanvas_menu_wrapper .mini_cart_wrapper > a span {
  width: 17px;
  height: 17px;
  font-size: 11px;
  line-height: 16px;
  background: #000;
  color: #fff;
  top: 7px;
  right: 4px;
}
.Offcanvas_menu_wrapper .setting_wrapper {
  display: block;
  position: absolute;
  width: 267px;
  right: -50px;
  top: -4px;
  bottom: inherit;
  z-index: 999;
}
.Offcanvas_menu_wrapper .setting_wrapper.active {
  padding: 20px 10px;
  border: 1px solid #ddd;
  max-height: 400px;
}
.Offcanvas_menu_wrapper .header_top_right {
  display: block;
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.offcanvas_main_menu li a:hover {
  color: #83b53b;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.Offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.Offcanvas_footer span a {
  font-size: 14px;
}
.Offcanvas_footer span a:hover {
  color: #83b53b;
}
.Offcanvas_footer ul {
  margin-top: 20px;
}
.Offcanvas_footer ul li {
  display: inline-block;
  margin-right: 4px;
}
.Offcanvas_footer ul li:last-child {
  margin-right: 0;
}
.Offcanvas_footer ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #ffffff;
}
.Offcanvas_footer ul li.facebook a {
  background: #3c5b9b;
}
.Offcanvas_footer ul li.facebook a:hover {
  background: #83b53b;
}
.Offcanvas_footer ul li.twitter a {
  background: #1DA1F2;
}
.Offcanvas_footer ul li.twitter a:hover {
  background: #83b53b;
}
.Offcanvas_footer ul li.pinterest a {
  background: #BD081B;
}
.Offcanvas_footer ul li.pinterest a:hover {
  background: #83b53b;
}
.Offcanvas_footer ul li.google-plus a {
  background: #DD4D42;
}
.Offcanvas_footer ul li.google-plus a:hover {
  background: #83b53b;
}
.Offcanvas_footer ul li.linkedin a {
  background: #010103;
}
.Offcanvas_footer ul li.linkedin a:hover {
  background: #83b53b;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #83b53b;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 31px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.canvas_close a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #fff;
}

.canvas_open {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 7px 20px 6px;
}
.canvas_open span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.canvas_open a {
  font-size: 28px;
  color: #333333;
}

.Offcanvas_menu_two .canvas_close a:hover {
  background: #BE8658;
  border-color: #BE8658;
}
.Offcanvas_menu_two .offcanvas_main_menu li a:hover {
  color: #BE8658;
}
.Offcanvas_menu_two .Offcanvas_footer span a:hover {
  color: #BE8658;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  left: 0;
  text-align: center;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

.header_depult .sticky-header.sticky {
  background: rgba(255, 255, 255, 0.85) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.header_depult .main_menu nav > ul > li > a::before {
  background: #83b53b;
}
.header_depult .main_menu nav > ul > li > a::after {
  background: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_depult .logo {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_depult .logo {
    padding: 25px 0;
  }
}

/*header container css here*/
.header_position {
  z-index: 9;
  width: 100%;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_position {
    position: inherit;
    background: #000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_position {
    position: inherit;
    background: #000;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header_position {
    position: inherit;
    background: #000;
    padding: 25px 0;
    margin-bottom: 25px;
  }
}

/* 2.4 main menu css here */
.header_container_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container_position {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu {
    margin-left: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}
.main_menu nav > ul > li {
  display: inline-block;
  position: relative;
}
.main_menu nav > ul > li:hover ul.sub_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  left: 13px;
}
.main_menu nav > ul > li:hover > a::after {
  opacity: 1;
  visibility: visible;
  right: 13px;
}
.main_menu nav > ul > li > a {
  display: block;
  padding: 43px 23px 32px 23px;
  font-size: 18px;
  line-height: 17px;
  text-transform: none;
  font-weight: 700;
  color: #333333;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li > a {
    padding: 27px 19px 27px 19px;
  }
}

.single_product {
    margin-bottom:30px !important;
}
.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 60px;
  padding: 20px 20px 24px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}
.main_menu nav > ul > li ul.sub_menu img {
    margin-bottom:10px;
}
.main_menu nav > ul > li ul.sub_menu li a {
  font-weight: 400;
  display: block;
  line-height: 30px;
  text-transform: capitalize;
  font-size: 14px;
}
.main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #83b53b;
}
.main_menu nav > ul > li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 25px 30px 30px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
  width: 600px;
}
.main_menu nav > ul > li.mega_items {
  position: static;
}

.mega_menu_inner {
  display: flex;
  justify-content: space-between;
}
.mega_menu_inner > li {
  width: 25%;
}
.mega_menu_inner > li > a {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.mega_menu_inner > li > a:hover {
  color: #83b53b;
}
.mega_menu_inner > li ul li {
  display: block;
}
.mega_menu_inner > li ul li a {
  font-weight: 400;
  display: block;
  line-height: 28px;
  text-transform: capitalize;
}
.mega_menu_inner > li ul li a:hover {
  color: #83b53b;
}

/*main menu css end*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    margin: 0 auto;
  }
}

.header_container {
    height: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_container {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_container {
    border: 0;
  }
}

.header_container_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width:100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_block_right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_block_right {
    display: none;
  }
}
.header_block_right > ul > li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.header_block_right > ul > li:hover > a {
  color: #83b53b;
}
.header_block_right > ul > li > a {
  font-size: 26px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  color: #333333;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_block_right > ul > li > a {
    width: 60px;
    line-height: 71px;
  }
}
.header_block_right > ul > li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown_search {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown_search.active {
  opacity: 1;
  visibility: visible;
}
.dropdown_search.active .search_container {
  transform: scaley(1);
}

.search_container {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  width: 60%;
  left: 20%;
  z-index: 10001;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  transform: scaley(0);
}
@media only screen and (max-width: 767px) {
  .search_container {
    width: 80%;
    left: 8%;
  }
}
.search_container form {
  position: relative;
  background: #333333;
}
.search_container form input {
  width: 100%;
  height: 100px;
  background: inherit;
  border: 0;
  color: #fff;
  opacity: 0.6;
  font-size: 15px;
  padding: 0 140px 0 20px;
}
@media only screen and (max-width: 767px) {
  .search_container form input {
    height: 50px;
    padding: 0 60px 0 13px;
  }
}
.search_container form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  width: 140px;
  background: inherit;
  color: #fff;
  font-size: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search_container form button:hover {
  color: #83b53b;
}
@media only screen and (max-width: 767px) {
  .search_container form button {
    width: 62px;
    font-size: 25px;
  }
}

.search_close_btn {
  position: fixed;
  top: 14%;
  right: 20%;
  cursor: pointer;
}
.search_close_btn i {
  color: #595959;
  font-size: 26px;
}
.search_close_btn i:hover {
  color: #83b53b;
}

.setting_wrapper {
  background: #fff;
  width: 375px;
  max-height: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  overflow: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .setting_wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .setting_wrapper {
    display: none;
  }
}
.setting_wrapper.active {
  max-height: 100%;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .setting_wrapper .logo a img {
    width: 120px;
  }
}

.header_description {
  padding: 15px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .header_description {
    margin-bottom: 25px;
    padding: 13px 0 19px;
  }
}
.header_description p {
  line-height: 24px;
}

.setting_close_btn {
  cursor: pointer;
  margin-bottom: 23px;
  text-align: center;
}
.setting_close_btn i {
  font-size: 26px;
  color: #595959;
}
.setting_close_btn i:hover {
  color: #83b53b;
}

.top_links {
  text-align: left;
}
.top_links > ul > li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top_links > ul > li {
    margin-bottom: 25px;
  }
}
.top_links > ul > li > span {
  font-size: 16px;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .top_links > ul > li > span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.sub_links li {
  display: inline-block;
}
.sub_links li a {
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
  padding-right: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sub_links li a {
    font-size: 12px;
  }
}
.sub_links li a:hover {
  color: #83b53b;
}
.sub_links li a.active {
  color: #83b53b;
}
.sub_links li a::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #cccccc;
  display: block;
  top: 50%;
  right: 10px;
  position: absolute;
}
.sub_links li:last-child a {
  padding-right: 0;
}
.sub_links li:last-child a::before {
  display: none;
}

.setting_social {
  padding-bottom: 30px;
  text-align: left;
}
.setting_social ul li {
  display: inline-block;
  margin-right: 10px;
}
.setting_social ul li:last-child {
  margin-right: 0;
}
.setting_social ul li a {
  font-size: 16px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  text-align: center;
}
.setting_social ul li a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #fff;
}

.mini_cart_wrapper:hover .mini_cart {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.mini_cart_wrapper > a span {
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  color: #333333;
  border-radius: 50%;
  top: 21px;
  right: 15px;
}

.mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 32px 28px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  right: 0;
  text-align: left;
  top: 130%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart {
    display: none;
    opacity: inherit;
    visibility: inherit;
    top: 100%;
    transition: unset;
    min-width: 255px;
    right: -106px;
    padding: 18px 8px 33px;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart {
    min-width: 255px;
    right: -106px;
    display: none;
    opacity: inherit;
    visibility: inherit;
    top: 100%;
    padding: 18px 8px 33px;
    transition: unset;
  }
}

.cart_img {
  width: 32%;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    margin-right: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_img {
    margin-right: 11px;
  }
}

.cart_info {
  width: 56%;
}
.cart_info a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_info a {
    font-size: 13px;
  }
}
.cart_info a:hover {
  color: #83b53b;
}
.cart_info span {
  display: block;
}
.cart_info span.quantity {
  margin-bottom: 5px;
  font-size: 12px;
}
.cart_info span.price_cart {
  font-weight: 600;
  color: #83b53b;
}

.cart_remove {
  width: 10%;
  text-align: right;
}
.cart_remove a {
  font-size: 18px;
}
.cart_remove a:hover {
  color: #83b53b;
}

.cart_item {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mini_cart_table {
  padding: 3px 0 23px;
}

.cart_total {
  display: flex;
  justify-content: space-between;
}
.cart_total span {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  font-weight: 600;
}

.cart_button {
  display: flex;
  justify-content: space-between;
}
.cart_button a {
  text-transform: none;
  background: #333333;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 0;
  line-height: 40px;
  padding: 0 32px;
}
.cart_button a:last-child {
  margin-right: 0;
}
.cart_button a:hover {
  background: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_button a {
    line-height: 36px;
    padding: 0 18px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_button a {
    line-height: 36px;
    padding: 0 18px;
    font-size: 12px;
  }
}

/*header top css end*/
/*mobaile menu css here*/
.mean-container .mean-bar {
  background: inherit;
  position: absolute;
  z-index: 9;
  top: 43px;
  left: 0;
  width: 100%;
}
.mean-container .mean-bar::after {
  top: -33px;
  left: 22px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar::after {
    left: 22px;
    font-size: 15px;
  }
}
.mean-container .mean-nav {
  max-height: 300px;
  overflow: auto;
}
.mean-container .mean-nav ul li a {
  font-weight: 400;
}
.mean-container a.meanmenu-reveal {
  float: left;
  right: 17px;
  top: -34px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .mean-container a.meanmenu-reveal {
    right: 15px;
    top: -34px;
  }
}
.mean-container a.meanmenu-reveal span {
  background: #fff;
}

.mobile-menu {
  border: 1px solid #ddd;
  height: 45px;
  top: -31px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mobile-menu {
    top: 19px;
  }
}

/*home two css here*/
.header_container_two {
  padding: 0 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_container_two {
    padding: 0 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_container_two {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .header_container_two {
    padding: 0 12px;
  }
}
.header_container_two.sticky-header.sticky {
  background: rgba(255, 255, 255, 0.85) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_container_two .logo {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_container_two .logo {
    padding: 25px 0;
  }
}

.menu_two nav > ul > li > a {
  color: #333333;
}
.menu_two nav > ul > li > a::before {
  background: #BE8658;
}
.menu_two nav > ul > li > a::after {
  background: #BE8658;
}
.menu_two nav > ul > li:hover > a {
  color: #BE8658;
}
.menu_two nav > ul > li ul.sub_menu li a:hover {
  color: #BE8658;
}
.menu_two nav > ul > li .mega_menu {
  min-width: 1100px;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu_two nav > ul > li .mega_menu {
    min-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_two nav > ul > li .mega_menu {
    min-width: 100%;
  }
}
.menu_two .mega_menu_inner > li > a:hover {
  color: #BE8658;
}
.menu_two .mega_menu_inner > li ul li a:hover {
  color: #BE8658;
}

.block_right_two > ul > li > a {
  color: #333333;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.block_right_two > ul > li:first-child a {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.block_right_two > ul > li:hover > a {
  color: #BE8658;
}
.block_right_two .cart_info a:hover {
  color: #BE8658;
}
.block_right_two .cart_info span.price_cart {
  color: #BE8658;
}
.block_right_two .cart_remove a:hover {
  color: #BE8658;
}
.block_right_two .cart_button a:hover {
  background: #BE8658;
}
.block_right_two .mini_cart_wrapper > a span {
  background: #BE8658;
  color: #ffffff;
}

.dropdown_search_two .search_close_btn i:hover {
  color: #BE8658;
}
.dropdown_search_two .search_container form button:hover {
  color: #BE8658;
}

.setting_wrapper_two .sub_links li a.active {
  color: #BE8658;
}
.setting_wrapper_two .sub_links li a:hover {
  color: #BE8658;
}
.setting_wrapper_two .setting_social ul li a:hover {
  background: #BE8658;
  border-color: #BE8658;
}
.setting_wrapper_two .setting_close_btn i:hover {
  color: #BE8658;
}

/*home three css here*/
.header_top {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_top {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top_left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_top_left {
    display: none;
  }
}
.header_top_left > ul > li {
  display: inline-block;
  position: relative;
}
.header_top_left > ul > li:hover ul.dropdown_currency, .header_top_left > ul > li:hover ul.dropdown_language, .header_top_left > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header_top_left > ul > li:hover ul.dropdown_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header_top_left > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header_top_left > ul > li:hover > a {
  color: #AE307C;
}
@media only screen and (max-width: 767px) {
  .header_top_left > ul > li {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.header_top_left > ul > li:first-child > a {
  padding-left: 0;
}
.header_top_left > ul > li > a {
  text-transform: none;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 14px;
  border-right: 1px solid #e5e5e5;
}
.header_top_left > ul > li > a i {
  margin-left: 6px;
  font-size: 11px;
}

.header_top_left > ul > li:hover a:not([href]):not([tabindex]) {
  color: #AE307C;
}

.dropdown_search_three .search_close_btn i:hover {
  color: #AE307C;
}
.dropdown_search_three .search_container form button:hover {
  color: #AE307C;
}

.dropdown_currency, .dropdown_language, .dropdown_links {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 130px;
  text-align: left;
  top: 125%;
  left: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  z-index: 9999;
  padding: 9px 18px 8px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_currency, .dropdown_language, .dropdown_links {
    left: 0;
    min-width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_currency, .dropdown_language, .dropdown_links {
    left: 0;
    min-width: 142px;
    padding: 0 6px;
    min-width: 115px;
  }
}
.dropdown_currency li, .dropdown_language li, .dropdown_links li {
  border-bottom: 1px solid #e5e5e5;
}
.dropdown_currency li:last-child, .dropdown_language li:last-child, .dropdown_links li:last-child {
  border-bottom: 0;
}
.dropdown_currency li a, .dropdown_language li a, .dropdown_links li a {
  text-transform: none;
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  white-space: nowrap;
  padding: 13px 0;
}
.dropdown_currency li a:hover, .dropdown_language li a:hover, .dropdown_links li a:hover {
  color: #AE307C;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_language {
    left: -20px;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_language {
    left: -20px;
    right: auto;
  }
}

.dropdown_links {
  right: 0;
  left: auto;
}

.header_top_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top_right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_top_right {
    display: none;
  }
}

.header_shipping {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_shipping {
    margin-bottom: 23px;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_shipping {
    margin-bottom: 23px;
    border: 0;
  }
}
.header_shipping a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 14px;
  text-transform: none;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_shipping a {
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header_shipping a {
    padding: 0;
    text-align: center;
  }
}
.header_shipping a:hover {
  color: #AE307C;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_social {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .header_social {
    margin-bottom: 23px;
  }
}
.header_social ul {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_social ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header_social ul {
    justify-content: center;
  }
}
.header_social ul li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  display: block;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.header_social ul li a:hover {
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_social ul li a {
    border: 1px solid #ddd;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header_social ul li a {
    border: 1px solid #ddd;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo_three {
    text-align: center;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .logo_three {
    text-align: center;
    margin-bottom: 20px;
  }
}

.header_middle {
  padding: 34px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 25px 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 20px 0;
    margin-bottom: 25px;
  }
}

.header_middle_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_contact {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header_contact {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

.contact_static {
  padding: 0 50px;
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .contact_static {
    border: 0;
    padding: 0;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_static:last-child {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact_static:last-child {
    margin-bottom: 0;
  }
}
.contact_static a {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}
.contact_static a:hover {
  color: #AE307C;
}
.contact_static a i {
  color: #AE307C;
  font-size: 21px;
  vertical-align: middle;
  margin-right: 3px;
}
.contact_static span {
  font-size: 14px;
  text-transform: none;
}

.mini_cart_three {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_three {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart_three {
    display: none;
  }
}
.mini_cart_three > a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}
.mini_cart_three > a:hover {
  color: #AE307C;
}
.mini_cart_three > a i {
  color: #AE307C;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.mini_cart_three > a span {
  background: #e7e7e7;
  color: #333333;
  top: -2px;
  right: 62px;
}
.mini_cart_three .cart_info a:hover {
  color: #AE307C;
}
.mini_cart_three .cart_info span.price_cart {
  color: #AE307C;
}
.mini_cart_three .cart_remove a:hover {
  color: #AE307C;
}
.mini_cart_three .cart_button a:hover {
  background: #AE307C;
}

.menu_three nav > ul > li > a {
  color: #333333;
  padding: 22px 23px 22px 23px;
}
.menu_three nav > ul > li > a::before {
  background: #AE307C;
}
.menu_three nav > ul > li > a::after {
  background: #AE307C;
}
.menu_three nav > ul > li:hover > a {
  color: #AE307C;
}
.menu_three nav > ul > li ul.sub_menu li a:hover {
  color: #AE307C;
}
.menu_three .mega_menu_inner > li > a:hover {
  color: #AE307C;
}
.menu_three .mega_menu_inner > li ul li a:hover {
  color: #AE307C;
}

.header_bottom.sticky-header.sticky {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.header_bottom .header_container_right {
  justify-content: space-between;
}
.header_bottom .header_block_right > ul > li > a {
  color: #333333;
  border: 0;
  width: 60px;
  line-height: 60px;
  text-align: right;
}
.header_bottom .header_block_right > ul > li > a:hover {
  color: #AE307C;
}

/*home four css here*/
.menu_four nav > ul > li > a {
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_four nav > ul > li > a {
    padding: 27px 17px 27px 17px;
  }
}
.menu_four nav > ul > li > a::before {
  background: #58d173;
}
.menu_four nav > ul > li > a::after {
  background: #58d173;
}
.menu_four nav > ul > li:hover > a {
  color: #58d173;
}
.menu_four nav > ul > li ul.sub_menu li a:hover {
  color: #58d173;
}
.menu_four .mega_menu_inner > li > a:hover {
  color: #58d173;
}
.menu_four .mega_menu_inner > li ul li a:hover {
  color: #58d173;
}

.header_top_four {
  background: #58d173;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top_four {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_top_four {
    display: none;
  }
}
.header_top_four .header_top_left > ul > li > a {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_top_four .header_top_left > ul > li > a {
    width: 55px;
  }
}
.header_top_four .header_top_left > ul > li > a:hover {
  color: #333333;
}
.header_top_four .header_shipping {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header_top_four .header_shipping a {
  color: #ffffff;
}
.header_top_four .header_shipping a:hover {
  color: #333333;
}
.header_top_four .dropdown_currency li a:hover, .header_top_four .dropdown_language li a:hover, .header_top_four .dropdown_links li a:hover {
  color: #58d173;
}
.header_top_four .header_social ul li a {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header_top_four .header_social ul li a:hover {
  color: #333333;
}

.header_bottom_four {
  box-shadow: 0px 0px 8.46px 0.54px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding: 6px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom_four {
    box-shadow: inherit;
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_bottom_four {
    box-shadow: inherit;
    margin-top: 25px;
    padding: 0;
    margin-bottom: 25px;
  }
}
.header_bottom_four .header_block_right > ul > li > a {
  text-align: center;
  font-size: 24px;
}
.header_bottom_four .header_block_right > ul > li > a:hover {
  color: #58d173;
}
.header_bottom_four .header_block_right > ul > li.mini_cart_wrapper > a {
  font-size: 14px;
  width: 80px;
}
.header_bottom_four .header_block_right > ul > li.mini_cart_wrapper > a i {
  font-size: 24px;
  margin-right: 10px;
}
.header_bottom_four .mini_cart_wrapper > a span {
  top: 8px;
  right: 37px;
  background: #58d173;
  color: #ffffff;
}

.mini_cart_four .cart_info a:hover {
  color: #58d173;
}
.mini_cart_four .cart_info span.price_cart {
  color: #58d173;
}
.mini_cart_four .cart_remove a:hover {
  color: #58d173;
}
.mini_cart_four .cart_button a:hover {
  background: #58d173;
}

/*-- 2.3 Categories menu css here --*/
.categories_menu {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu {
    margin-bottom: 23px;
  }
}

.categories_title {
  background: #58d173;
  padding-left: 52px;
  position: relative;
  cursor: pointer;
  height: 56px;
  line-height: 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_title {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_title {
    height: 46px;
    line-height: 46px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories_title {
    height: 44px;
    line-height: 44px;
    border-radius: 0;
  }
}
.categories_title::after {
  content: "\f0c9";
  color: #fff;
  display: inline-block;
  font-family: 'fontawesome';
  position: absolute;
  font-size: 21px;
  line-height: 0px;
  left: 19px;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_title::after {
    left: 16px;
    font-size: 19px;
  }
}
.categories_title h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  text-transform: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_title h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_title h2 {
    font-size: 14px;
  }
}

.categories_menu_toggle {
  padding: 11px 0 8px;
  border-left: 2px solid #58d173;
  border-right: 2px solid #58d173;
  border-bottom: 2px solid #58d173;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}
.categories_menu_toggle > ul > li {
  position: relative;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
.categories_menu_toggle > ul > li > a {
  font-size: 15px;
  line-height: 47px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 44px;
    font-size: 14px;
  }
}
.categories_menu_toggle > ul > li > a i {
  float: right;
  font-size: 15px;
  line-height: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > a i {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a i {
    display: none;
  }
}
.categories_menu_toggle > ul > li:last-child > a {
  border-bottom: 0;
}
.categories_menu_toggle > ul > li:hover ul.categorie_dropdown_menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li:hover ul.categorie_dropdown_menu {
    left: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li:hover ul.categorie_dropdown_menu {
    left: inherit;
  }
}
.categories_menu_toggle > ul > li:hover ul.categories_mega_menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
.categories_menu_toggle > ul > li:hover > a {
  color: #58d173;
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu {
  position: absolute;
  left: 120%;
  -webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 15px 20px;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 15px 20px 0px 40px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 15px 20px 0px 40px;
    width: 100%;
  }
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li {
  position: relative;
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li > a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 8px 0;
  display: block;
  line-height: 22px;
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li > a i {
  float: right;
  line-height: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li > a i {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li > a i {
    display: none;
  }
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li:hover > a {
  color: #58d173;
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li:hover .categorie_multilabel_menu {
  opacity: 1;
  visibility: visible;
  left: 110%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li:hover .categorie_multilabel_menu {
    left: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li:hover .categorie_multilabel_menu {
    left: inherit;
  }
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu {
  position: absolute;
  left: 120%;
  display: flex;
  justify-content: space-between;
  -webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px 16px;
  overflow: hidden;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 40px;
  }
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu.column_3 {
  width: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_3 {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu.column_2 {
  width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_2 {
    width: 100%;
  }
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu.open {
  display: block;
  left: 0;
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu > li > a {
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  display: block;
  margin-bottom: 5px;
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu > li > a:hover {
  color: #58d173;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu > li.menu_item_children > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu > li.menu_item_children > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

.categorie_multilabel_menu {
  position: absolute;
  left: 125%;
  background: #fff;
  padding: 15px 20px;
  top: -15px;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_multilabel_menu {
    left: inherit;
    top: 100%;
    width: 100%;
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    transition: inherit;
    position: inherit;
    padding: 0 20px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_multilabel_menu {
    left: inherit;
    top: 100%;
    width: 100%;
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    transition: inherit;
    position: inherit;
    padding: 0 20px 0 30px;
  }
}
.categorie_multilabel_menu li a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 8px 0;
  display: block;
  line-height: 22px;
}
.categorie_multilabel_menu li a:hover {
  color: #58d173;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu {
    display: none;
    padding: 1px 0 9px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_sub_menu {
    display: none;
    padding: 1px 0 9px 30px;
  }
}
.categorie_sub_menu li a {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
}
.categorie_sub_menu li a:hover {
  color: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}

.categorie_sub {
  z-index: 999;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub {
    width: 100%;
    left: 0px;
  }
}
.categorie_sub li a span {
  margin-right: 8px;
}

.categories_menu_toggle ul li.has-sub > a::before {
  position: absolute;
  content: "\f055";
  font-family: FontAwesome;
  top: 0;
  left: 15px;
  font-size: 18px;
  pointer-events: none;
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  display: block;
}
.categories_menu_toggle ul li.has-sub ul.categorie_sub li a:hover {
  color: #58d173;
}

.categories_menu_toggle ul li.has-sub > a {
  padding-left: 20px;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
  padding-left: 0;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:last-child {
  padding-right: 0;
}

.categorie_banner {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .categorie_banner {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_banner {
    display: none;
  }
}
.categorie_banner a img:hover {
  opacity: 0.8;
}

/*-- 2.7 Categories menu css end --*/
.menu_depult_color nav > ul > li > a {
  color: #333333;
}
.menu_depult_color nav > ul > li:hover > a {
  color: #83b53b;
}

.block_depult_color > ul > li > a {
  color: #333333;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.block_depult_color > ul > li:first-child a {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.block_depult_color > ul > li:hover > a {
  color: #83b53b;
}
.block_depult_color .mini_cart_wrapper > a span {
  background: #83b53b;
  color: #ffffff;
}

/* 02. slider area css here */
.single_slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single_slider {
    height: 562px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .single_slider {
    background-position: 0%;
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .single_slider.slider_bottom {
    background-position: 52%;
  }
}

.slider_area:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.slider_area .owl-nav div {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
  color: #83b53b;
  top: 50%;
  left: 20px;
  transform: translatey(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.slider_area .owl-nav div:hover {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav div {
    width: 30px;
    height: 30px;
    line-height: 28px;
    left: 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .slider_area .owl-nav div {
    left: 5px;
  }
}
.slider_area .owl-nav div.owl-next {
  right: 25px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav div.owl-next {
    right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .slider_area .owl-nav div.owl-next {
    right: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .slider_content {
    text-align: center;
    padding-left: 0;
  }
}
.slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
  font-size: 45px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.slider_content h2 {
  font-size: 52px;
  line-height: 57px;
  color: #ffffff;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.slider_content h3 {
  font-size: 52px;
  line-height: 57px;
  color: #ffffff;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.slider_content p {
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 25px;
  max-width: 480px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
    max-width: 420px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content p {
    ont-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 260px;
  }
}
@media only screen and (max-width: 479px) {
  .slider_content p {
    padding: 0 20px;
    max-width: 100%;
  }
}
.slider_content a {
  text-transform: none;
  padding: 11px 35px;
  background: #ffffff;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content a {
    font-size: 12px;
    padding: 10px 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content a {
    font-size: 12px;
    padding: 9px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content a {
    padding: 5px 20px 5px;
    font-size: 11px;
  }
}
.slider_content a:hover {
  background: #83b53b;
  color: #ffffff;
}

.content_position_center {
  padding-top: 33px;
  margin-left: 70px;
  max-width: 370px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content_position_center {
    margin-left: 0;
    max-width: 100%;
  }
}

.content_position_left {
  text-align: left;
  margin-left: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .content_position_left {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content_position_left {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_position_left {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .content_position_left {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}
.content_position_left h1, .content_position_left .slider_c_four h2, .slider_c_four .content_position_left h2 {
  color: #ffffff;
}
.content_position_left h2 {
  color: #fdd600;
}
.content_position_left span {
  color: #ffffff;
}

.active .slider_content h1, .active .slider_content .slider_c_four h2, .slider_c_four .active .slider_content h2, .active .slider_content h2, .active .slider_content h3, .active .slider_content p, .active .slider_content a, .active .slider_content img {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.active .slider_content h2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.active .slider_content h3 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.active .slider_content p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.active .slider_content a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.active .slider_content img {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

/*home two css here*/
@media only screen and (max-width: 767px) {
  .slider_section_two {
    margin-bottom: 57px;
  }
}
.slider_section_two .single_slider {
  height: 823px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_section_two .single_slider {
    height: 583px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section_two .single_slider {
    height: 435px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section_two .single_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section_two .single_slider {
    background-position: 10%;
    height: 320px;
  }
}
.slider_section_two .owl-nav div {
  color: #BE8658;
}

.slider_content_two {
  max-width: 100%;
  text-align: center;
}
.slider_content_two img {
  max-width: 226px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_two img {
    max-width: 100px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_two img {
    max-width: 100px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_two img {
    max-width: 100px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_two img {
    max-width: 100px;
    margin-bottom: 12px;
  }
}
.slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
  font-family: "Pacifico", cursive;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.slider_content_two p {
  line-height: 29px;
  max-width: 40%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_two p {
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_two p {
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_two p {
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_two p {
    line-height: 20px;
    max-width: 100%;
  }
}
.slider_content_two a {
  margin-top: 45px;
}
.slider_content_two a:hover {
  background: #BE8658;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_two a {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_two a {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_two a {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_two a {
    margin-top: 22px;
  }
}

/*home three css here*/
.slider_section_three .single_slider {
  height: 725px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_section_three .single_slider {
    height: 513px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section_three .single_slider {
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section_three .single_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section_three .single_slider {
    background-position: 10%;
    height: 320px;
  }
}
.slider_section_three .owl-nav div {
  color: #AE307C;
}

.slider_c_three a {
  background: url(../img/icon/slider-btn.png) no-repeat scroll center center/cover;
  min-width: 203px;
  text-align: center;
  padding: 15px 0 30px;
  color: #ffffff;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .slider_c_three a {
    font-size: 14px;
    min-width: 160px;
    padding: 10px 0 16px;
  }
}
.slider_c_three a:hover {
  background: url(../img/icon/slider-btn.png) no-repeat scroll center center/cover;
  color: #AE307C;
}
.slider_c_three.color_three h1, .slider_c_three.color_three .slider_c_four h2, .slider_c_four .slider_c_three.color_three h2 {
  color: #AE307C;
}
.slider_c_three.color_three h2 {
  color: #AE307C;
}
.slider_c_three.color_three h3 {
  color: #AE307C;
}

/*home four css here*/
.slider_four .single_slider {
  height: 556px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_four .single_slider {
    height: 507px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_four .single_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_four .single_slider {
    background-position: 10%;
    height: 320px;
  }
}

.slider_c_four {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four {
    max-width: 411px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.slider_c_four h1, .slider_c_four h2 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  text-transform: none;
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_c_four h1, .slider_c_four h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four h1, .slider_c_four h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four h1, .slider_c_four h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 9px;
  }
}
.slider_c_four h3 {
  font-size: 95px;
  line-height: 95px;
  font-weight: 900;
  font-style: italic;
  text-transform: none;
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_c_four h3 {
    font-size: 70px;
    line-height: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four h3 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
.slider_c_four h3 span {
  font-size: 38px;
  line-height: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_c_four h3 span {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four h3 span {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four h3 span {
    font-size: 20px;
    line-height: 24px;
  }
}
.slider_c_four p {
  font-size: 26px;
  line-height: 31px;
  text-transform: none;
  font-weight: 900;
  font-style: italic;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_c_four p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four p {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
}
.slider_c_four a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  padding: 11px 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four a {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 21px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four a {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 18px;
  }
}
.slider_c_four a:hover {
  background: #58d173;
}

/*  04. banner section css here  */
.banner_area {
  
}

.banner_thumb {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_thumb {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner_thumb {
    text-align: center;
  }
}
.banner_thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_thumb a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_thumb a {
    width: 100%;
  }
}
.banner_thumb a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
      border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_thumb a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_thumb a img {
    width: 100%;
  }
}
.single_banner {
    margin-bottom:20px;
}
.banner_text {
    margin-bottom:30px;
  text-align: center;
  width:100%;
}
.banner_text a {
     width:100%;
  padding: 8px 0;
  display: inline-block;
  text-transform: none;
  font-weight: 500;
 font-size: 22px;
    letter-spacing: 1px;
  color:#323232;

}
/*
.banner_text a:hover {
  background: #83b53b;
  color: #ffffff;
}
    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text a {
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_text a {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_area {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_area {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single_banner {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_banner.mb-30 {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_banner.mb-30 {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_sidebar {
    display: flex;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_sidebar .single_banner {
    margin-right: 30px;
    width: 50%;
  }
  .banner_sidebar .single_banner:last-child {
    margin-right: 0;
  }
}

/*home two css here*/
.banner_content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
}
.banner_content h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Pacifico", cursive;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner_content h3 {
    font-size: 39px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_content h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_content h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
.banner_content h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: none;
  color: #ffffff;
  margin: 40px 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner_content h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_content h2 {
    margin: 26px 0 36px;
    font-size: 25px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_content h2 {
    font-size: 21px;
    line-height: 24px;
    margin: 15px 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_content h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 22px;
  }
}
.banner_content a {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 7px 20px;
  text-transform: none;
}
.banner_content a:hover {
  color: #BE8658;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_content a {
    padding: 5px 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_content a {
    padding: 5px 12px;
    width: 117px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_content a {
    padding: 5px 12px;
    width: 117px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_section_two {
    margin-bottom: 27px;
  }
}
.banner_section_two .single_banner {
  position: relative;
}
.banner_section_two .single_banner:hover .banner_content {
  opacity: 1;
  visibility: visible;
}
.banner_section_two .single_banner:hover::before {
  opacity: 1;
}
.banner_section_two .single_banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*home three css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_three {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three {
    padding-bottom: 30px;
    padding-top: 60px;
  }
}
.banner_three .banner_text {
  left: 0;
  right: 0;
  transform: inherit;
}
.banner_three .banner_text a:hover {
  background: #AE307C;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_three .banner_text {
    left: 20%;
    right: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three .banner_text {
    left: 20%;
    right: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_three .single_banner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three .single_banner {
    margin-bottom: 30px;
  }
}

.banner_three_column2 {
  background: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_three_column2 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three_column2 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three_column2 .single_banner {
    margin-bottom: 30px;
  }
}

/*home four css here*/
.banner_four {
  background: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_four {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner_four {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_three_column2.mb-56 {
    margin-bottom: 25px;
  }
}

/* 03. product section css here */
.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}


.main_menu {
    margin-top: 35px;
}
.header_block_right {
    margin-top: 45px;
}


.product_area {
 
}
@media only screen and (max-width: 767px) {
  .product_area {
    padding-bottom: 30px;
  }
}

.product_thumb {
  position: relative;
  border-radius: 12px;
}
.product_thumb a.secondary_img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.product_content {
  padding: 10px 20px 25px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_content {
    padding: 10px 11px 25px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .product_content {
    padding: 10px 10px 25px 10px;
  }
}

.single_product {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 30px;
}
.single_product:hover a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links ul li a {
  transform: translate(20px, 20px);
}

.action_links {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.action_links ul li {
  margin-bottom: 5px;
}
.action_links ul li:last-child {
  margin-bottom: 0;
}
.action_links ul li a {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #333333;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition: transform .6s;
  -moz-transition: transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
}
.action_links ul li a:hover {
  background: #83b53b;
}
.action_links ul li.compare a {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.action_links ul li.quick_view a {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.label_product {
  position: absolute;
  top: 20px;
  left: 20px;
}
.label_product span {
  height: 20px;
  line-height: 20px;
  min-width: 40px;
  padding: 0 10px;
  text-transform: none;
  color: #ffffff;
  display: block;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}
.label_product span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #82b53b transparent transparent transparent;
  left: 8px;
  top: 100%;
  position: absolute;
}
.label_product span.label_sale {
  background: #83b53b;
}

.product_name h4 {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_name h4 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .product_name h4 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .product_name h4 {
    font-size: 13px;
  }
}
.product_name h4 a:hover {
  color: #83b53b;
}

.product_rating {
  margin-bottom: 4px;
}
.product_rating ul li {
  display: inline-block;
}
.product_rating ul li a {
  color: #83b53b;
}
.product_rating ul li a i {
  font-size: 16px;
}

.price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price_box span.current_price {
  font-size: 16px;
  line-height: 24px;
}
.price_box span.old_price {
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 10px;
}

.wishlist_btn a {
  font-size: 18px;
}
.wishlist_btn a:hover {
  color: #83b53b;
}

/*deals section css here*/
.deals_section {
  padding: 75px 0;
}
@media only screen and (max-width: 767px) {
  .deals_section {
    padding: 56px 0;
  }
}

.product_caption {
  text-align: center;
}
.product_caption .product_name {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_name {
    margin-bottom: 10px;
  }
}
.product_caption .product_name a {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_name a {
    font-size: 17px;
    line-height: 20px;
  }
}
.product_caption .product_name a:hover {
  color: #83b53b;
}
.product_caption .product_title {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_title {
    margin-bottom: 12px;
  }
}
.product_caption .product_title h3 {
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_caption .product_title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .product_caption .product_title h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.product_caption .product_title h3 a:hover {
  color: #83b53b;
}
.product_caption .product_sale {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_sale {
    margin-bottom: 15px;
  }
}
.product_caption .product_sale span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  font-style: italic;
  text-transform: capitalize;
  color: #83b53b;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_sale span {
    font-size: 25px;
    line-height: 24px;
  }
}

.product_desc {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .product_desc {
    margin-bottom: 15px;
  }
}
.product_desc p {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_desc p {
    font-size: 15px;
    line-height: 23px;
    max-width: 662px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .product_desc p {
    font-size: 14px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_banner {
    text-align: center;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_banner {
    text-align: center;
    margin-top: 30px;
  }
}

.product_button {
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .product_button {
    margin: 25px 0 0;
  }
}
.product_button a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  display: inline-block;
  padding: 9px 20px;
  background: #83b53b;
}
.product_button a:hover {
  background: #333333;
}

.single_countdown {
  width: 90px;
  padding: 10px 0;
  border-right: 1px solid #e5e5e5;
}
.single_countdown:last-child {
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_countdown {
    width: 83px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single_countdown {
    width: 65px;
    padding: 7px 0;
  }
}

.product_timing {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}

.countdown_area {
  display: flex;
}

.countdown_number {
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown_number {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown_number {
    font-size: 18px;
  }
}

.countdown_title {
  text-transform: none;
  font-size: 12px;
}

.product_wrapper .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.product_wrapper:hover button {
  opacity: 1;
  visibility: visible;
}
.product_wrapper button {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  background: #ffffff;
  border: 0;
  top: 48%;
  left: -10px;
  transform: translatey(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product_wrapper button {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_wrapper button {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_wrapper button {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_wrapper button {
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
.product_wrapper button:hover {
  color: #83b53b;
}
.product_wrapper button.next_arrow {
  right: -10px;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product_wrapper button.next_arrow {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_wrapper button.next_arrow {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_wrapper button.next_arrow {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_wrapper button.next_arrow {
    right: 10px;
  }
}

.section_title {
  text-align: center;
  margin-bottom: 26px;
}
.section_title h3 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 900;
  text-transform: none;
  padding: 30px 0 20px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .section_title h3 {
    font-size: 18px;
    padding: 22px 0 15px;
  }
}
.section_title h3::before {
  position: absolute;
  content: "";
  background: url("../img/icon/bg-title.png") center no-repeat;
  width: 100px;
  height: 75px;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
@media only screen and (max-width: 767px) {
  .section_title h3::before {
    width: 70px;
    height: 58px;
  }
}
.section_title p {
  font-size: 16px;
  line-height: 24px;
  max-width: 445px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section_title p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title_style1 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .title_style1 {
    width: 100%;
  }
}

.deals_carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.deals_carousel .owl-nav div {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  background: #ffffff;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .deals_carousel .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.deals_carousel .owl-nav div:hover {
  color: #83b53b;
}
.deals_carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .product_area.pt-80 {
    padding-top: 60px;
  }
}

.product_wrapper .product_slick_column3 button {
  display: none !important;
}

/*home two css here*/
.section_title_style2 {
  text-align: center;
  margin-bottom: 25px;
}
.section_title_style2 h3 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .section_title_style2 h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.section_title_style2 p {
  font-size: 22px;
  line-height: 24px;
  color: #BE8658;
  font-family: "Dancing Script", cursive;
  margin-bottom: 17px;
}

.featured_container .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .featured_category {
    margin-bottom: 60px;
  }
}

.featured_thumb {
  position: relative;
  overflow: hidden;
}
.featured_thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.featured_thumb a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured_name {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
.featured_name h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .featured_name h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.featured_name h3 a:hover {
  color: #BE8658;
}

@media only screen and (max-width: 767px) {
  .tab_product_area {
    margin-bottom: 60px;
  }
}

.tab_list_btn {
  width: 20%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tab_list_btn {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.tab_list_btn::before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  right: 2px;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .tab_list_btn::before {
    display: none;
  }
}
.tab_list_btn ul.nav {
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .tab_list_btn ul.nav {
    flex-direction: row;
  }
}
.tab_list_btn ul.nav li {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_list_btn ul.nav li {
    padding: 7px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tab_list_btn ul.nav li {
    padding: 0;
  }
}
.tab_list_btn ul.nav li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
  padding: 8px 0;
  display: block;
  border-right: 5px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_list_btn ul.nav li a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tab_list_btn ul.nav li a {
    border: 0;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 10px;
  }
}
.tab_list_btn ul.nav li a:hover {
  color: #BE8658;
}
.tab_list_btn ul.nav li a.active {
  color: #BE8658;
  border-color: #BE8658;
}

.tab_product_list:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}

.tab_product_container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .tab_product_container {
    flex-direction: column;
  }
}

.tab_product_gallery {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .tab_product_gallery {
    width: 100%;
  }
}

.tab_product_list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .tab_product_list {
    flex-direction: column;
  }
}
.tab_product_list .product_thumb {
  width: 50%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_product_list .product_thumb {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_thumb {
    width: 100%;
    overflow: hidden;
  }
}
.tab_product_list .product_content {
  width: 50%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_product_list .product_content {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_content {
    width: 100%;
  }
}
.tab_product_list .product_content h3 {
  font-size: 22px;
  line-height: 20px;
  padding-top: 15px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_product_list .product_content h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_content h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
.tab_product_list .product_content h3 a:hover {
  color: #BE8658;
}
.tab_product_list .price_box {
  margin-bottom: 10px;
}
.tab_product_list .price_box span.current_price {
  font-size: 22px;
  line-height: 22px;
}
.tab_product_list .product_rating {
  margin-bottom: 9px;
}
.tab_product_list .product_rating ul li a {
  color: #BE8658;
}
.tab_product_list .product_desc {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_desc {
    margin-bottom: 22px;
  }
}
.tab_product_list .product_desc p {
  font-size: 14px;
  font-weight: 400;
}
.tab_product_list .product_btn a {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  display: inline-block;
  padding: 14px 25px;
  font-weight: 700;
  background: #333333;
  color: #fff;
}
.tab_product_list .product_btn a:hover {
  background: #BE8658;
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_btn a {
    font-size: 12px;
    line-height: 14px;
    padding: 11px 15px;
  }
}

.tab_product_carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.tab_product_carousel .owl-nav div {
  position: absolute;
  top: 8px;
  right: 27px;
  width: 20px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.tab_product_carousel .owl-nav div:hover {
  background: #BE8658;
  border-color: #BE8658;
  color: #ffffff;
}
.tab_product_carousel .owl-nav div.owl-next {
  right: 0;
}

.product_area_two {
  background: inherit;
}
.product_area_two .single_product {
  border: 1px solid #e5e5e5;
}
.product_area_two .single_product:hover {
  border-color: #BE8658;
}

.color_section_two .action_links ul li a:hover {
  background: #BE8658;
}
.color_section_two .product_name h4 a:hover {
  color: #BE8658;
}
.color_section_two .wishlist_btn a:hover {
  color: #BE8658;
}
.color_section_two .product_rating ul li a {
  color: #BE8658;
}
.color_section_two button:hover {
  color: #BE8658;
}

/*home three css here*/
.title_style3 {
  margin-bottom: 14px;
}
.title_style3 h3 {
  padding-top: 70px;
  background: url("../img/icon/bg-title3.png") center top no-repeat;
}
.title_style3 h3::before {
  display: none;
}

.product_three {
  background: inherit;
}
@media only screen and (max-width: 767px) {
  .product_three {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}

.product_tab_btn3 {
  margin-bottom: 35px;
}
.product_tab_btn3 ul.nav {
  justify-content: center;
}
.product_tab_btn3 ul.nav li {
  padding: 0 30px;
  position: relative;
}
.product_tab_btn3 ul.nav li::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  right: -9px;
}
.product_tab_btn3 ul.nav li:last-child::before {
  display: none;
}
.product_tab_btn3 ul.nav li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .product_tab_btn3 ul.nav li a {
    font-size: 14px;
    line-height: 26px;
  }
}
.product_tab_btn3 ul.nav li a:hover {
  color: #AE307C;
}
.product_tab_btn3 ul.nav li a.active {
  color: #AE307C;
}

.product_color3 .single_product {
  border: 1px solid #e5e5e5;
}
.product_color3 .single_product:hover {
  border-color: #AE307C;
}
.product_color3 .action_links ul li a:hover {
  background: #AE307C;
}
.product_color3 .product_name h4 a:hover {
  color: #AE307C;
}
.product_color3 .product_rating ul li a {
  color: #AE307C;
}
.product_color3 .wishlist_btn a:hover {
  color: #AE307C;
}
.product_color3 button:hover {
  color: #AE307C;
}

.deals_section_three {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .deals_section_three {
    padding: 54px 0 0;
  }
}
.deals_section_three .product_name a:hover {
  color: #AE307C;
}
.deals_section_three .product_title h3 a:hover {
  color: #AE307C;
}
.deals_section_three .product_sale span {
  color: #AE307C;
}
.deals_section_three .product_button a {
  background: #AE307C;
}
.deals_section_three .product_button a:hover {
  background: #333333;
}
.deals_section_three .owl-nav div:hover {
  color: #AE307C;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_section_three .deals_banner {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_section_three .deals_banner {
    margin-top: 30px;
  }
}

.deals_inner_three {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_inner_three {
    padding-bottom: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_inner_three {
    padding-bottom: 60px;
  }
}

/*small product css here*/
.custom_produtc_area {
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_produtc_area {
    margin-bottom: 69px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_produtc_area {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_produtc_area {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .small_product {
    margin-bottom: 25px;
  }
}

.small_product_list {
  display: flex !important;
  align-items: center;
  margin-bottom: 30px;
}
.small_product_list:hover a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.small_product_list .product_thumb {
  width: 40%;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small_product_list .product_thumb {
    width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .small_product_list .product_thumb {
    width: 30%;
  }
}
.small_product_list .product_content {
  width: 60%;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small_product_list .product_content {
    width: 62%;
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .small_product_list .product_content {
    width: 67%;
    padding: 0 0 0 15px;
  }
}
.small_product_list .product_name h4 {
  line-height: 20px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small_product_list .product_name h4 {
    font-size: 14px;
  }
}
.small_product_list .product_name h4 a:hover {
  color: #AE307C;
}
.small_product_list .product_rating {
  margin-bottom: 2px;
}
.small_product_list .product_rating ul li a {
  color: #AE307C;
}

.small_product_title {
  margin-bottom: 30px;
}
.small_product_title h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .small_product_title h2 {
    font-size: 15px;
  }
}
.small_product_title h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #AE307C;
  left: 0;
}

.small_product_container button {
  position: absolute;
  top: -69px;
  right: 16px;
  font-size: 21px;
  border: 0;
  background: inherit;
}
.small_product_container button:hover {
  color: #AE307C;
}
.small_product_container button.next_arrow {
  right: 0;
}

/*home four css here*/
.title_style4 h3 {
  margin-bottom: 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .title_style4 h3 {
    line-height: 16px;
  }
}
.title_style4 h3::before {
  display: none;
}

.featured_container_four .featured_name {
  position: inherit;
  text-align: left;
}
.featured_container_four .featured_name a {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.featured_container_four .featured_name a:hover {
  color: #58d173;
}
.featured_container_four .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.featured_container_four .single_featured {
  border: 1px solid #e5e5e5;
}
.featured_container_four .featured_content {
  padding: 15px 20px 20px;
}

.sub_featured_categorie ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.sub_featured_categorie ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #58d173;
  left: 0;
  opacity: 0;
  top: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub_featured_categorie ul li:hover {
  padding-left: 15px;
}
.sub_featured_categorie ul li:hover::before {
  opacity: 1;
}
.sub_featured_categorie ul li a:hover {
  color: #58d173;
}

.product_four {
  background: inherit;
}
@media only screen and (max-width: 767px) {
  .product_four {
    padding-bottom: 0;
  }
}
.product_four .single_product {
  border: 1px solid #e5e5e5;
}
.product_four .single_product:hover {
  border-color: #58d173;
}
.product_four .product_timing {
  border: 0;
  margin-bottom: 12px;
}
.product_four .single_countdown {
  width: 80px;
  background: #58d173;
  border-right: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_four .single_countdown {
    width: 48px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_four .single_countdown {
    width: 44px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 479px) {
  .product_four .single_countdown {
    width: 58px;
  }
}
.product_four .single_countdown:last-child {
  border-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_four .countdown_number {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product_four .countdown_number {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_four .countdown_title {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .product_four .countdown_title {
    font-size: 11px;
  }
}

.product_tab_btn3.btn_4 ul.nav li a:hover {
  color: #58d173;
}
.product_tab_btn3.btn_4 ul.nav li a.active {
  color: #58d173;
}

.product_color4 .action_links ul li a:hover {
  background: #58d173;
}
.product_color4 .product_name h4 a:hover {
  color: #58d173;
}
.product_color4 .product_rating ul li a:hover {
  color: #58d173;
}
.product_color4 .wishlist_btn a:hover {
  color: #58d173;
}

.custom_product_four {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_product_four {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product_four {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_product_four {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product_four .small_product {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_product_four .small_product {
    margin-bottom: 25px;
  }
}
.custom_product_four .small_product_title h2::before {
  background: #58d173;
}
.custom_product_four .small_product_container button:hover {
  color: #58d173;
}
.custom_product_four .product_name h4 a:hover {
  color: #58d173;
}
.custom_product_four .product_rating ul li a {
  color: #58d173;
}

/* 05. blog area css here */
@media only screen and (max-width: 767px) {
  .blog_area {
    padding-top: 10px;
    margin-bottom: 55px;
  }
}

.blog_gallery .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog_content h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .blog_content h4 {
    font-size: 17px;
  }
}
.blog_content h4 a:hover {
  color: #83b53b;
}
.blog_content span {
  line-height: 24px;
  margin-bottom: 12px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .blog_content span {
    margin-bottom: 10px;
  }
}
.blog_content span a:hover {
  color: #83b53b;
}
.blog_content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .blog_content p {
    margin-bottom: 13px;
  }
}
.blog_content > a {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: underline;
}
.blog_content > a:hover {
  color: #83b53b;
}

.blog_thumb {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog_thumb a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog_thumb a img {
    width: 100%;
  }
}

/*home three css here*/
.blog_three {
  background: #F9F9F9;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .blog_three {
    padding: 60px 0;
  }
}
.blog_three .blog_thumb {
  position: relative;
  overflow: hidden;
}
.blog_three .blog_thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_three .blog_thumb a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_three .blog_content {
  padding: 0 20px 23px;
}
.blog_three .blog_content h3 a:hover {
  color: #AE307C;
}
.blog_three .blog_content > a:hover {
  color: #AE307C;
}
.blog_three .single_blog {
  background: #ffffff;
}

.articles_date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.articles_date span {
  text-transform: none;
  display: block;
  line-height: 13px;
}
.articles_date span.date {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 28px;
}

/*06. newsletter area css here*/
.newsletter_desc p {
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter_desc p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter_desc p {
    font-size: 14px;
    line-height: 22px;
  }
}

.newsletter_form {
  margin-top: 15px;
}
.newsletter_form form {
  position: relative;
}
.newsletter_form form input {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  color: #bbbbbb;
  font-size: 13px;
  line-height: 50px;
  height: 50px;
  padding: 0 70px 0 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter_form form input {
    line-height: 43px;
    height: 43px;
  }
}
.newsletter_form form button {
  padding: 0 16px;
  font-size: 21px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #83b53b;
  color: #fff;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsletter_form form button:hover {
  background: #333333;
}

/* 21. shipping css here */
.shipping_inner {
  border-top: 1px solid #e5e5e5;
  padding: 75px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_inner {
    padding: 75px 0 53px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_inner {
    padding: 56px 0 32px;
  }
}

.single_shipping {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_shipping {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single_shipping {
    margin-bottom: 25px;
  }
}

.shipping_icone {
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_icone {
    margin-right: 6px;
  }
}
.shipping_icone i {
  font-size: 42px;
  color: #83b53b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_icone i {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_icone i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_icone i {
    font-size: 30px;
  }
}

.shipping_content h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_content h2 {
    font-size: 13px;
  }
}
.shipping_content p {
  line-height: 24px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_content p {
    font-size: 12px;
  }
}

/*home four css here*/
.shipping_four .shipping_inner {
  border: 1px solid #ededed;
  padding: 35px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_four .shipping_inner {
    padding: 32px 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_four .shipping_inner {
    padding: 33px 0px 7px;
  }
}
.shipping_four .single_shipping {
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_four .shipping_icone {
    margin-right: 5px;
  }
}
.shipping_four .shipping_icone i {
  color: #58d173;
}

/*testimonial css here*/
.testimonial_area {
  background: #F9F9F9;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_area {
    padding: 60px 0;
  }
}
.testimonial_area:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.testimonial_container .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -40px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .owl-nav div {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_container .owl-nav div {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_container .owl-nav div {
    left: 0;
  }
}
.testimonial_container .owl-nav div:hover {
  color: #83b53b;
}
.testimonial_container .owl-nav div.owl-next {
  right: -40px;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_container .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_container .owl-nav div.owl-next {
    right: 0;
  }
}
.testimonial_container .testimonial_thumb a img {
  width: inherit;
}

.single_testimonial {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .single_testimonial {
    flex-direction: column;
    padding: 20px;
  }
}

.testimonial_thumb {
  width: 190px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonial_thumb {
    margin-right: 0;
    margin-bottom: 23px;
  }
}

.testimonial_content {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .testimonial_content {
    width: 100%;
    text-align: center;
  }
}
.testimonial_content h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.testimonial_content h3 a:hover {
  color: #83b53b;
}
.testimonial_content i {
  font-size: 40px;
  color: #ededed;
  margin-bottom: 9px;
  display: block;
}
.testimonial_content p {
  font-size: 16px;
  line-height: 24px;
}

.testimonial_two .testimonial_content h3 a:hover {
  color: #BE8658;
}
.testimonial_two .owl-nav div:hover {
  color: #BE8658;
}

.testimonial_three {
  border: 5px solid #e5e5e5;
  padding: 25px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_three {
    margin-top: 40px;
  }
}
.testimonial_three .testimonial_thumb {
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_three .testimonial_thumb {
    margin-bottom: 0;
  }
}
.testimonial_three .testimonial_thumb.slick-active:not(.slick-current) {
  transform: scale(0.7);
  transform-origin: center bottom;
}
.testimonial_three .testimonial_content {
  width: 100%;
  text-align: center;
}
.testimonial_three .testimonial_content h3 {
  margin-bottom: 15px;
}
.testimonial_three .testimonial_content h3 a:hover {
  color: #AE307C;
}
.testimonial_three .testimonial_content i {
  margin-bottom: 12px;
}
.testimonial_three .testimonial_content p {
  margin-bottom: 10px;
}
.testimonial_three .slick-dots {
  text-align: center;
}
.testimonial_three .slick-dots li {
  display: inline-block;
  line-height: 0;
}
.testimonial_three .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: none;
  margin: 0 5px;
  border: 1px solid #333333;
  padding: 0;
}
.testimonial_three .slick-dots li button:hover {
  border-color: #AE307C;
}
.testimonial_three .slick-dots li.slick-active button {
  border-color: #AE307C;
}

.testimonial_img_slider {
  margin-bottom: 25px;
}

/*brand css here*/
.brand_area {
  background: #F9F9F9;
}

.brand_container {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .brand_container {
    padding: 55px 0 58px;
  }
}
.brand_container .single_brand img {
  width: inherit;
  margin: 0 auto;
}
.brand_container:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.brand_container .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brand_container .owl-nav div:hover {
  color: #83b53b;
}
.brand_container .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

.brand_two .owl-nav div:hover {
  color: #BE8658;
}

.brand_three {
  background: inherit;
}
.brand_three .owl-nav div:hover {
  color: #AE307C;
}

.brand_four {
  background: inherit;
}
.brand_four .brand_container {
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .brand_four .brand_container {
    padding: 30px 0;
  }
}

/*  07. footer area css here */
.footer_top {
  padding: 77px 0 67px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_top {
    padding: 77px 0 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_top {
    padding: 77px 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_top {
    padding: 60px 0 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets_container {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container {
    margin-bottom: 49px;
    text-align: center;
  }
}
.widgets_container.contact_us > a {
  margin-bottom: 25px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .widgets_container.contact_us > a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container.contact_us > a img {
    max-width: 120px;
  }
}
.widgets_container > h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets_container > h3 {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container > h3 {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container.widget_newsletter {
    margin-bottom: 52px;
  }
}

.footer_contact {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_contact {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact {
    margin-bottom: 18px;
  }
}
.footer_contact ul li {
  float:left;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_contact ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_contact ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li {
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.footer_contact ul li:last-child {
  margin-bottom: 0;
}
.footer_contact ul li i {
  font-size: 20px;
  margin-right: 15px;
  color: #83b53b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_contact ul li i {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li i {
    margin-right: 6px;
  }
}
.footer_contact ul li span {
  font-weight: 700;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_contact ul li span {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li span {
    margin-right: 10px;
  }
}

.footer_menu ul li {
  margin-bottom: 3px;
}
.footer_menu ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer_menu ul li {
    margin-bottom: 2px;
  }
}
.footer_menu ul li a {
  font-size: 15px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu ul li a {
    line-height: 27px;
    font-size: 14px;
  }
}
.footer_menu ul li a:hover {
  color: #83b53b;
}
.footer_menu ul li a i {
  margin-right: 6px;
}

.footer_social {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .footer_social {
    margin-top: 20px;
  }
}
.footer_social ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer_social ul li:last-child {
  margin-right: 0;
}
.footer_social ul li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  display: block;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.footer_social ul li a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}

.single_instagram {
  width: 29%;
  display: inline-block;
  margin: 5px 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_instagram {
    margin: 4px 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_instagram a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single_instagram a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_instagram a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single_instagram a img {
    width: 100%;
  }
}

.footer_bottom {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer_bottom {
    padding: 17px 0 23px;
  }
}

@media only screen and (max-width: 767px) {
  .copyright_area {
    text-align: center;
    margin-bottom: 14px;
  }
}
.copyright_area p {
  text-transform: capitalize;
}
.copyright_area p a {
  color: #83b53b;
}
.copyright_area p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer_payment {
    text-align: center !important;
  }
}

/*home two css here*/
.footer_two .footer_contact ul li i {
  color: #BE8658;
}
.footer_two .footer_menu ul li a:hover {
  color: #BE8658;
}
.footer_two .newsletter_form form button {
  background: #BE8658;
}
.footer_two .newsletter_form form button:hover {
  background: #333333;
}
.footer_two .footer_social ul li a:hover {
  background: #BE8658;
  border-color: #BE8658;
}
.footer_two .copyright_area p a {
  color: #BE8658;
}

/*home three css here*/
.footer_three .footer_contact ul li i {
  color: #AE307C;
}
.footer_three .newsletter_form form button {
  background: #AE307C;
}
.footer_three .newsletter_form form button:hover {
  background: #333333;
}
.footer_three .footer_menu ul li a:hover {
  color: #AE307C;
}
.footer_three .footer_social ul li a:hover {
  background: #AE307C;
  border-color: #AE307C;
}
.footer_three .copyright_area p a {
  color: #AE307C;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_three .footer_top {
    padding: 67px 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_three .footer_top {
    padding: 27px 0 6px;
  }
}

/*home four css here*/
.footer_four .footer_contact ul li i {
  color: #58d173;
}
.footer_four .footer_menu ul li a:hover {
  color: #58d173;
}
.footer_four .newsletter_form form button {
  background: #58d173;
}
.footer_four .newsletter_form form button:hover {
  background: #333333;
}
.footer_four .footer_social ul li a:hover {
  background: #58d173;
  border-color: #58d173;
}
.footer_four .copyright_area p a {
  color: #58d173;
}

/* 10. shop page css here */
.breadcrumbs_area {
}

.breadcrumb_content {
  padding: 40px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_content {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content {
    padding: 40px 0;
  }
}
.breadcrumb_content h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content h3 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.breadcrumb_content ul li {
  display: inline-block;
}
.breadcrumb_content ul li a {
  display: inline-block;
  text-transform: none;
  font-size: 15px;
  line-height: 24px;
  margin-right: 13px;
  padding-right: 23px;
  position: relative;
  color: #ffffff;
}
.breadcrumb_content ul li a:hover {
  color: #83b53b;
}
.breadcrumb_content ul li a::before {
  position: absolute;
  content: "\f3d3";
  font-family: "Ionicons";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.breadcrumb_content ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb_content ul li:last-child a::before {
  display: none;
}

.shop_area {
  background: #F9F9F9;
  padding: 60px 0;
}

.sidebar_widget .single_banner {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a img {
    width: 100%;
  }
}

.widget_list {
  margin-bottom: 60px;
  border: 1px solid #eaecee;
  padding: 20px;
  background: #fff;
}
.widget_list:last-child {
  margin-bottom: 0;
}
.widget_list h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 1px;
  position: relative;
}
.widget_list h2::before {
  position: absolute;
  content: "";
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #83b53b;
  left: 0;
}
.widget_list > ul > li {
  position: relative;
}
.widget_list > ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 40px;
}
.widget_list > ul > li > a:hover {
  color: #83b53b;
}

.widget_categories {
  padding: 0;
}
.widget_categories h2 {
  background: #83b53b;
  color: #ffffff;
  padding: 15px 20px;
  border-bottom: 0;
}
.widget_categories h2::before {
  display: none;
}
.widget_categories ul {
  padding: 0 20px 20px;
}

.ui-slider-horizontal .ui-slider-range {
  background: #333333;
  height: 4px;
}

.ui-slider-horizontal {
  height: 2px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #83b53b;
  width: 14px;
  height: 14px;
  top: -5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
}

.widget_list.widget_filter form {
  padding-top: 10px;
}
.widget_list.widget_filter form input {
  background: none;
  border: none;
  font-size: 12px;
  float: right;
  text-align: right;
  line-height: 31px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list.widget_filter form input {
    width: 65px;
  }
}
.widget_list.widget_filter form button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: capitalize;
  color: #ffffff;
  background: #333333;
  border: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_list.widget_filter form button:hover {
  background: #83b53b;
}

.recent_product {
  border: 1px solid #e5e5e5;
}
.recent_product h2 {
  background: #333333;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  padding: 15px 20px;
  border-bottom: 0;
  margin-bottom: 0;
}

.recent_product_container:hover button {
  opacity: 1;
  visibility: visible;
}
.recent_product_container button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.recent_product_container button:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}
.recent_product_container button.next_arrow {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}
.shop_sidebar_banner a img:hover {
  opacity: 0.7;
}

.shop_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar {
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }
}

.select_option {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .select_option {
    flex-direction: column;
  }
}
.select_option .nice-select {
  border: 0;
  height: 30px;
  line-height: 29px;
}
.select_option .nice-select ul.list {
  top: 114%;
  right: 0;
  width: 200px;
  max-height: 200px;
  overflow: auto;
}

.shop_title {
  margin-bottom: 15px;
}
.shop_title h1, .shop_title .slider_c_four h2, .slider_c_four .shop_title h2 {
  font-size: 30px;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_title h1, .shop_title .slider_c_four h2, .slider_c_four .shop_title h2 {
    line-height: 17px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_title h1, .shop_title .slider_c_four h2, .slider_c_four .shop_title h2 {
    font-size: 20px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .niceselect_option {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page_amount {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page_amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.product_ratting ul li {
  display: inline-block;
}
.product_ratting ul li a {
  color: #83b53b;
}

@media only screen and (max-width: 767px) {
  .product_list_item .product_thumb {
    margin-bottom: 18px;
  }
}
.product_list_item .product_content h3 {
  margin-bottom: 10px;
}
.product_list_item .product_ratting {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 19px;
  }
}
.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 3px;
  margin-left: 3px;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li a {
  display: block;
  border-radius: 3px;
}
.pagination ul li a:hover {
  background: #83b53b;
  color: #ffffff;
}
.pagination ul li.current {
  background: #83b53b;
  color: #ffffff;
}
.pagination ul li.next {
  width: 40px;
}

.shop_toolbar.t_bottom {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar.t_bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom .pagination {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button {
    bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button a {
    line-height: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .action_button ul li a {
    width: 43px;
    height: 40px;
    line-height: 38px;
  }
}
.grid_view .hover_action a {
  width: 43px;
  height: 40px;
  line-height: 38px;
}

/* shop page css here*/
.shop_banner {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}

.shop_wrapper .product_thumb {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .shop_wrapper .product_thumb {
    text-align: center;
  }
}

.row.shop_wrapper {
  flex-direction: row;
}

.shop_toolbar_btn > button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}
.shop_toolbar_btn > button.btn-grid-3 {
  background: url(../img/icon/bkg_grid.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-grid-3.active {
  background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-grid-4 {
  background: url(../img/icon/bkg_grid4.png) no-repeat scroll center center;
  width: 26px;
  height: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
.shop_toolbar_btn > button.btn-grid-4.active {
  background: url(../img/icon/bkg_grid4_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-list {
  background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-list.active {
  background: url(../img/icon/bkg_list_hover.png) no-repeat scroll center center !important;
}

.product_content.list_content {
  display: none;
}
.product_content.list_content .action_links {
  position: inherit;
  opacity: inherit;
  visibility: inherit;
}
.product_content.list_content .action_links ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product_content.list_content .action_links ul {
    justify-content: center;
  }
}
.product_content.list_content .action_links ul li {
  margin-bottom: 0;
  margin-right: 10px;
}
.product_content.list_content .action_links ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .product_content.list_content .action_links ul li {
    margin-right: 5px;
  }
}
.product_content.list_content .action_links ul li.add_to_cart a {
  width: inherit;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  padding: 0 25px;
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}
.product_content.list_content .action_links ul li.add_to_cart a:hover {
  background: #83b53b;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .product_content.list_content .action_links ul li.add_to_cart a {
    font-size: 12px;
    padding: 0 6px;
  }
}
.product_content.list_content .action_links ul li a {
  background: inherit;
  color: #333333;
  border: 2px solid #e5e5e5;
  line-height: 48px;
}
.product_content.list_content .action_links ul li a:hover {
  color: #83b53b;
  border-color: #83b53b;
}
@media only screen and (max-width: 479px) {
  .product_content.list_content .action_links ul li a {
    line-height: 39px;
    width: 38px;
    height: 43px;
    font-size: 16px;
  }
}

.grid_list .product_content.grid_content {
  display: none;
}

.grid_list .product_content.list_content {
  display: block;
  width: 66.66666667%;
  margin-left: 10px;
  text-align: left;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex: 0 0 100%;
    min-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.grid_list .product_content.list_content .product_name h3 {
  margin: 0 0 12px;
}
.grid_list .product_content.list_content .product_ratings {
  margin-bottom: 8px;
}
.grid_list .product_content.list_content .price_box {
  margin-bottom: 15px;
}
.grid_list .product_content.list_content .product_desc {
  margin-top: 16px;
}

.grid_list .single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
    padding: 10px 18px 18px 18px;
  }
}
.grid_list .single_product:hover .action_links ul li a {
  transform: inherit;
}

.grid_list .product_thumb {
  margin-bottom: 0;
  width: 33.33333333%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_thumb {
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_thumb {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}
.grid_list .product_thumb .action_links {
  display: none;
}

.col-cust-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: max-width;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-cust-5 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 767px) {
  .col-cust-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .col-cust-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.shop_wrapper > div {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.shop_toolbar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 15px 10px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar_btn {
    margin-bottom: 20px;
  }
}

.shop_wrapper .single_product {
  position: relative;
}
.shop_wrapper .label_product {
  bottom: 40px;
}
.shop_wrapper.grid_list .single_product {
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .shop_wrapper.grid_list .single_product {
    padding: 10px 20px 20px;
  }
}
.shop_wrapper.grid_4 .price_box span.current_price {
  font-size: 15px;
  margin-right: 3px;
}
.shop_wrapper.grid_4 .price_box span.old_price {
  font-size: 14px;
}
.shop_wrapper.grid_4 .action_links ul li.wishlist a {
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.shop_wrapper.grid_4 .action_links ul li.add_to_cart a {
  padding: 0 14px;
  line-height: 36px;
}

/* shop page css end*/
/*shop fullwidth css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_fullwidth .shop_toolbar.t_bottom {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop_fullwidth .shop_toolbar.t_bottom {
    margin-bottom: 0;
  }
}

/* 15. product details css here */
.product_container {
  background: #F9F9F9;
  padding: 60px 0;
}

.product_container_inner {
  background: #ffffff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .product_container_inner {
    padding: 30px 15px;
  }
}

#img-1 {
  border: 1px solid #e5e5e5;
}

.header_product {
  border-bottom: 1px solid #e5e5e5;
}

.product_d_right h1, .product_d_right .slider_c_four h2, .slider_c_four .product_d_right h2 {
  text-transform: capitalize;
  line-height: 20px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right h1, .product_d_right .slider_c_four h2, .slider_c_four .product_d_right h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right h1, .product_d_right .slider_c_four h2, .slider_c_four .product_d_right h2 {
    margin-bottom: 17px;
    font-size: 16px;
  }
}
.product_d_right .product_rating {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_rating {
    margin-bottom: 12px;
  }
}
.product_d_right .product_rating ul li.review a {
  margin-left: 10px;
  color: #333333;
}
.product_d_right .product_rating ul li.review a:hover {
  color: #83b53b;
}
.product_d_right .price_box {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box {
    margin-bottom: 9px;
  }
}
.product_d_right .price_box span.current_price {
  font-size: 23px;
}
.product_d_right .price_box span.old_price {
  font-size: 20px;
}
.product_d_right .product_desc {
  margin-bottom: 19px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_desc {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }
}
.product_d_right .product_desc::before {
  display: none;
}
.product_d_right .product_desc p {
  font-size: 14px;
  line-height: 26px;
}
.product_d_right .action_links {
  margin-bottom: 18px;
}
.product_d_right .action_links ul li {
  margin-right: 8px;
}
.product_d_right .action_links ul li.add_to_cart a {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
  padding: 0 27px;
}
.product_d_right .action_links ul li.add_to_cart a:hover {
  background: #333333;
  border-color: #333333;
}
.product_d_right .priduct_social ul li {
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right .priduct_social ul li {
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li {
    margin-right: 0;
  }
}
.product_d_right .priduct_social ul li:last-child {
  margin-right: 0;
}
.product_d_right .priduct_social ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 3px;
  text-transform: capitalize;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right .priduct_social ul li a {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li a {
    padding: 0 4px;
  }
}
.product_d_right .priduct_social ul li a:hover {
  opacity: 0.8;
}
.product_d_right .priduct_social ul li a.facebook {
  background: #3B5999;
}
.product_d_right .priduct_social ul li a.twitter {
  background: #1DA1F2;
}
.product_d_right .priduct_social ul li a.pinterest {
  background: #CB2028;
}
.product_d_right .priduct_social ul li a.google-plus {
  background: #fe6d4c;
}
.product_d_right .priduct_social ul li a.linkedin {
  background: #010103;
}

.product_nav {
  float: right;
  position: relative;
  top: -46px;
}
@media only screen and (max-width: 767px) {
  .product_nav {
    display: none;
  }
}
.product_nav ul li {
  display: inline-block;
  margin-left: 3px;
}
.product_nav ul li:first-child {
  margin-left: 0;
}
.product_nav ul li a {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
}
.product_nav ul li a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}

.product_variant.quantity {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity {
    margin-bottom: 16px;
  }
}
.product_variant.quantity label {
  color: #3E444A;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}
.product_variant.quantity input {
  width: 118px;
  border: 1px solid #ebebeb;
  background: none;
  height: 42px;
  padding: 0 20px;
  border-radius: 5px;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity input {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity input {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity input {
    width: 65px;
    margin-left: 10px;
  }
}
.product_variant.color {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_variant.color {
    margin-bottom: 18px;
  }
}
.product_variant.color h3 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 40px;
}
.product_variant.color label {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.product_variant.color ul li {
  display: inline-block;
  padding: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.product_variant.color ul li:hover {
  border-color: #E88888;
}
.product_variant.color ul li:last-child {
  margin-right: 0;
}
.product_variant.color ul li a {
  width: 30px;
  height: 30px;
  display: block;
}
.product_variant.color ul li.color1 a {
  background: #000000;
}
.product_variant.color ul li.color2 a {
  background: #BEBEBE;
}
.product_variant.color ul li.color3 a {
  background: #FE0000;
}
.product_variant.color ul li.color4 a {
  background: #FFFF01;
}
.product_variant.size {
  margin-bottom: 30px;
}
.product_variant.size label {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.product_variant.size .niceselect_option {
  float: inherit;
  max-width: 200px;
}

.product_meta {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .product_meta {
    margin-bottom: 15px;
  }
}
.product_meta span {
  font-weight: 500;
  color: #242424;
}
.product_meta span a {
  color: #333333;
  margin-left: 10px;
  font-weight: 400;
}

.product_info_button {
  background: #f3f3f3;
  padding: 15px 0;
  margin-bottom: 22px;
}
.product_info_button ul {
  justify-content: center;
}
.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 25px;
  line-height: 22px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li a {
    font-size: 15px;
    padding: 6px 25px;
  }
}
.product_info_button ul li a.active {
  color: #83b53b;
}
.product_info_button ul li a:hover {
  color: #83b53b;
}

.product_review_form button {
  border: none;
  background: #333333;
  color: #ffffff;
  text-transform: none;
  font-weight: 700;
  padding: 5px 15px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
}
.product_review_form button:hover {
  background: #83b53b;
  color: #ffffff;
}

.product_info_content p {
  line-height: 28px;
}

.product_d_table {
  padding: 10px 0 22px;
}
.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}
.product_d_table table tbody tr {
  border-bottom: 1px solid #ddd;
}
.product_d_table table tbody tr td {
  padding: 7px 17px;
}
.product_d_table table tbody tr td:first-child {
  border-right: 1px solid #ddd;
  width: 30%;
  font-weight: 700;
}

.product_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.product_info_inner .product_ratting {
  margin-bottom: 10px;
}
.product_info_inner .product_ratting p {
  margin-bottom: 5px;
}
.product_info_inner .product_ratting strong {
  margin-top: 10px;
  display: block;
  margin-bottom: 8px;
}

.reviews_wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.reviews_wrapper .product_ratting {
  margin-bottom: 20px;
}
.reviews_wrapper .product_ratting h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment_title {
  margin-bottom: 20px;
}

.product_review_form input {
  border: 1px solid #ddd;
  background: none;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
.product_review_form textarea {
  border: 1px solid #ddd;
  background: none;
  height: 120px;
  resize: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 0 20px;
}
.product_review_form p {
  margin-bottom: 7px;
}

.star_rating {
  float: right;
}
.star_rating ul li {
  display: inline-block;
}
.star_rating ul li a {
  color: #83b53b;
}

.reviews_comment_box {
  display: flex;
  margin-bottom: 22px;
}
.reviews_comment_box .comment_text {
  width: 100%;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-left: 21px;
  padding: 12px;
  border-radius: 3px;
}
.reviews_comment_box .comment_text::before {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.reviews_meta p {
  font-size: 15px;
  margin-bottom: 15px;
}
.reviews_meta p strong {
  text-transform: none;
  font-weight: 500;
}

.s-tab-zoom.owl-carousel .owl-nav {
  display: block;
}
.s-tab-zoom.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 100%;
  transform: translatey(-50%);
  text-align: center;
  line-height: 30px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.s-tab-zoom.owl-carousel .owl-nav div:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}
.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .product-details-tab {
    margin-bottom: 57px;
  }
}
.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.single-zoom-thumb {
  margin-top: 20px !important;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-zoom-thumb {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .single-zoom-thumb {
    width: 101%;
  }
}
.single-zoom-thumb ul li {
  border: 1px solid #ddd;
}
.single-zoom-thumb ul li a {
  width: 100%;
}

.special_products .title_style4 h2 {
  margin-bottom: 0;
}
.special_products .single_product {
  margin-bottom: 0;
}

.upsell_products .title_style4 h2 {
  margin-bottom: 0;
}
.upsell_products .single_product {
  margin-bottom: 0;
}

/* 12. product grouped css here */
.grouped_form {
  border: 1px solid #e5e5e5;
  margin-bottom: 25px;
  margin-top: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grouped_form {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .grouped_form {
    margin-bottom: 17px;
    margin-top: 17px;
  }
}
.grouped_form table {
  width: 100%;
}
.grouped_form table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.grouped_form table tbody tr td {
  border-right: 1px solid #ddd;
  padding: 11px 5px;
  text-align: center;
}
.grouped_form table tbody tr td input[type="checkbox"] {
  width: 20px;
  height: 21px;
}
.grouped_form table tbody tr td input[type="number"] {
  width: 50px;
  background: inherit;
  border: 1px solid #e5e5e5;
  padding: 0 5px;
  height: 40px;
}
.grouped_form table tbody tr td.grouped-product-list.quantity {
  min-width: 80px;
  text-align: center;
  line-height: 12px;
}
.grouped_form table tbody tr td.grouped-product-list.label {
  min-width: 188px;
  font-weight: 600;
  font-size: 14px;
}
.grouped_form table tbody tr td.grouped-product-list.label a:hover {
  color: #83b53b;
}
.grouped_form table tbody tr td.grouped-product-list.price {
  font-size: 14px;
  font-weight: 600;
  min-width: 190px;
}
.grouped_form table tbody tr td.grouped-product-list.price p {
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.grouped_form table tbody tr td.grouped-product-list.price p::before {
  color: #BE8658;
  content: '\f058';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 40px;
}

.grouped_form table tbody tr td:last-child {
  border-right: 0;
}

.grouped_form table tbody tr:last-child {
  border-bottom: 0;
}

.box_quantity.group button {
  margin-left: 0;
}

/*product grouped css end*/
/*variabla product css here*/
.p_section1.related_product .slick-list {
  padding-bottom: 144px !important;
  margin-bottom: -135px;
}

.variable_product .niceselect_option .list {
  width: 100%;
}

.product_d_meta {
  margin-bottom: 20px;
}
.product_d_meta span {
  display: block;
  line-height: 18px;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 400;
}
.product_d_meta span:last-child {
  margin-bottom: 0;
}
.product_d_meta span a:hover {
  color: #83b53b;
}

/*product sidebar css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .widget_list h2 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .product_section .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product_section .row {
    flex-direction: row;
  }
}
.product_sidebar .product_desc p {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .action_button ul li a {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .quick_button {
    bottom: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .quick_button a {
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .hover_action a {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}
.product_sidebar .product_variant.quantity input {
  width: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .product_variant.quantity input {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .product_variant.quantity input {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product_variant.quantity input {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product-details-tab {
    margin-bottom: 0;
  }
}
.product_sidebar .price_box span.current_price {
  font-size: 16px;
}
.product_sidebar .price_box span.old_price {
  font-size: 15px;
}
.product_sidebar .price_box span.regular_price {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .sidebar_widget {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .sidebar_widget {
    margin-top: 60px;
  }
}

.footer_widgets.sidebar_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}
.footer_widgets.sidebar_widgets .footer_top_inner {
  padding: 56px 0 52px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.sidebar_widgets .footer_top_inner {
    padding: 56px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widgets.sidebar_widgets .footer_top_inner {
    padding: 56px 0 35px;
  }
}

.product_right_sidebar {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .product_right_sidebar .product-details-tab {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_right_sidebar .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .product_right_sidebar .row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_right_sidebar .product_d_right h1, .product_right_sidebar .product_d_right .slider_c_four h2, .slider_c_four .product_right_sidebar .product_d_right h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_right_sidebar .priduct_social ul li {
    margin-right: 4px;
  }
}

/* 13. cart page css here */
.shopping_cart_area {
  background: #F9F9F9;
  padding: 60px 0;
}

.header_cart_page {
  border-bottom: 1px solid #e5e5e5;
}

.other_bread {
  padding-top: 41px;
  padding-bottom: 41px;
}

.table_desc {
  border: 1px solid #e5e5e5;
  margin-bottom: 60px;
  margin-top: 2px;
}
.table_desc .cart_page table {
  width: 100%;
}
.table_desc .cart_page table thead tr th {
  border-bottom: 3px solid #83b53b;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}
.table_desc .cart_page table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
}
.table_desc .cart_page table tbody tr td.product_remove {
  min-width: 100px;
}
.table_desc .cart_page table tbody tr td.product_remove a {
  font-size: 20px;
  color: #83b53b;
}
.table_desc .cart_page table tbody tr td.product_remove a:hover {
  color: #333333;
}
.table_desc .cart_page table tbody tr td.product_thumb {
  max-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #83b53b;
}
.table_desc .cart_page table tbody tr td.product-price {
  min-width: 130px;
  font-size: 16px;
  font-weight: 500;
}
.table_desc .cart_page table tbody tr td.product_quantity {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_quantity label {
  font-weight: 600;
  margin-right: 5px;
}
.table_desc .cart_page table tbody tr td.product_quantity input {
  width: 60px;
  height: 40px;
  padding: 0 5px 0 10px;
  background: none;
  border: 1px solid #e5e5e5;
}
.table_desc .cart_page table tbody tr td .product_total {
  min-width: 120px;
}

.cart_page table thead tr:last-child th, .table_desc table tbody tr td:last-child {
  border-right: 0;
}

.cart_submit {
  text-align: right;
  padding: 12px;
}
.cart_submit button {
  background: #333333;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.cart_submit button:hover {
  background: #83b53b;
}

.coupon_inner {
  padding: 10px 20px 25px;
}
.coupon_inner p {
  font-size: 13px;
  margin-bottom: 20px;
}
.coupon_inner button {
  background: #333333;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.coupon_inner button:hover {
  background: #83b53b;
}
.coupon_inner input {
  border: 1px solid #e5e5e5;
  height: 42px;
  background: none;
  padding: 0 20px;
  margin-right: 20px;
  font-size: 12px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .coupon_inner input {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon_inner input {
    margin-bottom: 24px;
    width: 100%;
  }
}
.coupon_inner a {
  display: block;
  text-align: right;
  color: #83b53b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  border-radius: 3px;
}

.coupon_code {
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .coupon_code.left {
    margin-bottom: 59px;
  }
}
.coupon_code h3 {
  color: #ffffff;
  line-height: 36px;
  padding: 5px 15px;
  background: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .coupon_code h3 {
    line-height: 28px;
    padding: 5px 15px;
    font-size: 15px;
  }
}

.cart_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart_subtotal p {
  font-weight: 600;
  font-size: 14px;
}
.cart_subtotal p.cart_amount {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cart_subtotal p.cart_amount {
    font-size: 14px;
  }
}
.cart_subtotal p span {
  margin-right: 30px;
}

.checkout_btn {
  text-align: right;
}
.checkout_btn a {
  background: #83b53b;
  color: #ffffff;
  font-size: 16px;
  padding: 3px 14px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0;
}
.checkout_btn a:hover {
  background: #333333;
}

.footer_widgets.other_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}
.footer_widgets.other_widgets .footer_top_inner {
  padding: 55px 0 53px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 59px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 35px;
  }
}

/*cart page css end*/
/* 14. checkout page css here */
.Checkout_section {
  background: #F9F9F9;
  padding: 60px 0;
}

.user-actions {
  margin-bottom: 20px;
}
.user-actions h3 {
  font-size: 13px;
  font-weight: 400;
  background-color: #ffffff;
  padding: 15px 10px;
  border-top: 3px solid #83b53b;
  margin-bottom: 0;
}
.user-actions h3 a {
  color: #83b53b;
}

.checkout_info {
  border: 1px solid #e5e5e5;
  margin-top: 25px;
  padding: 20px 30px;
}
.checkout_info p {
  margin-bottom: 15px;
}
.checkout_info a {
  color: #83b53b;
  margin-top: 15px;
  display: block;
}

.form_group {
  margin-bottom: 20px;
}
.form_group label {
  font-size: 14px;
  display: block;
  line-height: 18px;
}
.form_group input {
  border: 1px solid #e5e5e5;
  background: none;
  height: 45px;
  width: 350px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form_group input {
    width: 100%;
  }
}
.form_group button {
  display: inline-block;
  width: 80px;
  background: #333333;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: none;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.form_group button:hover {
  background: #83b53b;
}

.form_group input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.form_group.group_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_group.group_3 label {
  margin-bottom: 0;
  line-height: 34px;
  cursor: pointer;
}
.form_group.group_3 label:hover {
  color: #83b53b;
}

#checkout_coupon input {
  background: none;
  border: 1px solid #e5e5e5;
  width: 200px;
  height: 45px;
  font-size: 12px;
  padding: 0 20px;
  color: #333333;
}
#checkout_coupon button {
  width: 130px;
  background: #333333;
  color: #ffffff;
  font-weight: 600;
  text-transform: none;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #checkout_coupon button {
    margin-top: 20px;
  }
}
#checkout_coupon button:hover {
  background: #83b53b;
}

.mb-20 {
  margin-bottom: 20px;
}

.checkout_form h3 {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: none;
  color: #ffffff;
  background: #333333;
  font-weight: 500;
}
.checkout_form input {
  border: 1px solid #e5e5e5;
  background: none;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #333333;
}
.checkout_form .nice-select {
  width: 100%;
}
.checkout_form .nice-select ul.list {
  width: 100%;
  height: 180px;
  overflow: auto;
}
.checkout_form .nice-select::after {
  top: 56%;
}
.checkout_form label {
  font-weight: 600;
}
.checkout_form label span {
  color: #83b53b;
}
.checkout_form label.righ_0 {
  cursor: pointer;
  font-size: 15px;
  line-height: 27px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #333333;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .checkout_form label.righ_0 {
    font-size: 13px;
    line-height: 25px;
    padding: 3px 10px;
  }
}
.checkout_form label.righ_0:hover {
  background: #83b53b;
}

.checkout_form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.order_button button {
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #83b53b;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
.order_button button:hover {
  background: #333333;
}

@media only screen and (max-width: 767px) {
  .order-notes {
    margin-bottom: 58px;
  }
}
.order-notes textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 45px;
  max-width: 100%;
  padding: 0 30px 0 20px;
  background: none;
  font-size: 13px;
  resize: none;
  line-height: 45px;
  width: 100%;
  color: #333333;
}
.order-notes label {
  line-height: 13px;
}

.order_table {
  margin-bottom: 35px;
}
.order_table table {
  width: 100%;
}
.order_table table thead tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tbody tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.panel-default input[type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.panel-default img {
  width: 160px;
}

.order_button button {
  border: 0;
}

.card-body1 {
  margin-bottom: 15px;
}

/*checkout page css end*/
/* 22. wishlist css here */
.wishlist_area {
  background: #F9F9F9;
  padding: 60px 0;
}

.table_desc.wishlist table tbody tr:last-child td {
  border-bottom: 0;
}

.table_desc.wishlist table tbody tr td.product_total a {
  background: #83b53b;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 18px;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: none;
  border-radius: 3px;
}
.table_desc.wishlist table tbody tr td.product_total a:hover {
  background: #333333;
}

.wishlist_share {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
}
.wishlist_share h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.wishlist_share ul li {
  display: inline-block;
}
.wishlist_share ul li a {
  padding: 0 10px;
  display: block;
}
.wishlist_share ul li a:hover {
  color: #83b53b;
}

/*wishlist css end*/
/* 15. contact page css here */
.home_contact_wrapper {
  background: #F9F9F9;
  padding: 60px 0;
}

.contact_message h3 {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_message h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_message h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contact_message p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.contact_message ul li {
  padding: 13px 0;
  border-top: 1px solid #e5e5e5;
}
.contact_message ul li:last-child {
  padding-bottom: 0;
}
.contact_message ul li i {
  margin-right: 10px;
}
.contact_message ul li a {
  color: #83b53b;
}
.contact_message ul li a:hover {
  color: #333333;
}
.contact_message label {
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact_message input {
  border: 1px solid #e5e5e5;
  height: 45px;
  background: #ffffff;
  width: 100%;
  padding: 0 20px;
  color: #333333;
}
.contact_message textarea {
  height: 170px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  resize: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px;
  color: #333333;
}
.contact_message button {
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: capitalize;
  border: none;
  background: #333333;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.contact_message button:hover {
  background: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_message.content {
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_message.content {
    margin-bottom: 52px;
  }
}
.contact_message.form p.form-messege {
  margin-bottom: 0;
}

.contact_map {
  margin-bottom: 57px;
}

.map-area #googleMap {
  height: 460px;
  width: 100%;
}

/*contact page css end*/
/* 17. login page css here */
.customer_login {
  background: #F9F9F9;
  padding: 58px 0 60px;
}

.account_form h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.account_form form {
  border: 1px solid #e5e5e5;
  padding: 23px 20px 29px;
  border-radius: 5px;
}
.account_form label {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  line-height: 12px;
  margin-bottom: 12px;
}
.account_form label:hover {
  color: #83b53b;
}
.account_form input {
  border: 1px solid #e5e5e5;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  background: none;
  width: 100%;
}
.account_form button {
  background: #83b53b;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 21px;
  padding: 5px 20px;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
  border-radius: 20px;
}
.account_form button:hover {
  background: #333333;
}

.login_submit label input[type="checkbox"] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
}

.login_submit {
  text-align: right;
}
.login_submit a {
  font-size: 13px;
  float: left;
  line-height: 39px;
}
.login_submit a:hover {
  color: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

.account_form p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .account_form.register {
    margin-top: 57px;
  }
}

/*login page css end */
/* 16. faq page css here */
.faq_area {
  background: #F9F9F9;
  padding: 57px 0 60px;
}

.faq_content_area {
  padding-bottom: 56px;
}

.card.card_dipult {
  border: none;
  margin-bottom: 10px;
}

.card.card_dipult:last-child {
  margin-bottom: 0;
}

.card-header.card_accor {
  padding: 0;
  border: none;
}
.card-header.card_accor button {
  height: 45px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: initial;
}
@media only screen and (max-width: 767px) {
  .card-header.card_accor button {
    height: 60px;
  }
}
.card-header.card_accor button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .card-header.card_accor button i {
    right: 10px;
  }
}
.card-header.card_accor button.btn-link {
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e5e5e5;
}
.card-header.card_accor button.btn-link.collapsed {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  width: 100%;
  text-align: left;
}

.card-header.card_accor button.btn-link i.fa-plus {
  display: none;
}

.card-header.card_accor button.btn-link.collapsed i.fa-plus {
  display: block;
}

.card-header.card_accor button.btn-link.collapsed i.fa-minus {
  display: none;
}

.faq_content_wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .faq_content_wrapper h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*faq page css end*/
/*  18. my account css here */
.main_content_area {
  background: #F9F9F9;
  padding: 60px 0 55px;
}

@media only screen and (max-width: 767px) {
  .dashboard_tab_button {
    margin-bottom: 20px;
  }
}
.dashboard_tab_button ul li {
  margin-bottom: 5px;
}
.dashboard_tab_button ul li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  background: #333333;
  border-radius: 3px;
}
.dashboard_tab_button ul li a:hover {
  background: #83b53b;
  color: #ffffff;
}
.dashboard_tab_button ul li a.active {
  background: #83b53b;
}

.dashboard_content h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.dashboard_content h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dashboard_content button {
  color: #83b53b;
  font-weight: 500;
  border: 0;
  background: inherit;
}
.dashboard_content button:hover {
  color: #333333;
}
.dashboard_content p a {
  color: #83b53b;
  font-weight: 500;
}

.table-responsive table thead {
  background: #f2f2f2;
}
.table-responsive table thead tr th {
  text-align: center;
}
.table-responsive table tbody tr td {
  border-right: 1px solid #e5e5e5;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.table-responsive table tbody tr td:last-child a:hover {
  color: #83b53b;
}
.table-responsive .table {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.dashboard_content address {
  font-weight: 500;
}

.input-radio span input[type="radio"], .account_login_form form span input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.input-radio span {
  font-weight: 500;
  padding-right: 10px;
}

.account_login_form form input {
  border: 1px solid #ddd;
  background: none;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
  color: #333333;
}

/*my account css end*/
/* 10. about page css here */
/*home about css here*/
.home_about_section {
  background: url(../img/bg/banner12.jpg) no-repeat scroll center center/cover;
}
@media only screen and (max-width: 767px) {
  .home_about_section {
    margin-bottom: 58px;
    height: none;
  }
}

.home_about_container {
  padding: 110px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home_about_container {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_about_container {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home_about_container {
    padding: 60px 0;
  }
}

.about_desc {
  text-align: center;
}
.about_desc p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .about_desc p {
    font-size: 15px;
    margin-bottom: 18px;
  }
}
.about_desc h3 {
  font-size: 42px;
  line-height: 42px;
  font-family: "Dancing Script", cursive;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about_desc h3 {
    font-size: 35px;
    line-height: 34px;
  }
}

/*home about css end*/
.about_page_section {
  background: #F9F9F9;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_page_section {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .about_page_section {
    padding-top: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_thumb {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .about_thumb {
    margin-bottom: 23px;
  }
}

.about_section {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_section {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .about_section {
    padding-bottom: 28px;
  }
}
.about_section.section_two {
  padding: 0 194px;
}
.about_section.section_two .about_thumb {
  text-align: center;
}
.about_section.section_two .about_content {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about_content {
    margin-bottom: 30px;
    text-align: center;
  }
}
.about_content h1, .about_content .slider_c_four h2, .slider_c_four .about_content h2 {
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content h1, .about_content .slider_c_four h2, .slider_c_four .about_content h2 {
    font-size: 27px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about_content h1, .about_content .slider_c_four h2, .slider_c_four .about_content h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.about_content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content p {
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about_content p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .view__work {
    margin-top: 18px;
  }
}
.view__work a {
  border: 1px solid #bbbbbb;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px 15px;
  display: inline-block;
  text-transform: none;
}
.view__work a:hover {
  background: #83b53b;
  color: #fff;
  border-color: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .view__work a {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .view__work a {
    padding: 7px 9px;
    height: 33px;
    font-size: 12px;
  }
}

.counterup_section {
  padding-bottom: 30px;
}

.counter_img {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .counter_img {
    margin-right: 10px;
  }
}

.single_counterup {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f3f3;
  padding: 88px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.about_section.section_two {
  padding: 25px 20px 18px;
}

.counter_info h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 33px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .counter_info h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.counter_info p {
  font-size: 12px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .counter_info p {
    font-size: 11px;
  }
}

.about_progressbar {
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_progressbar {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_progressbar {
    padding-bottom: 70px;
  }
}
.about_progressbar.about_prog {
  background-color: #83b53b;
  border-radius: 3px;
}
.about_progressbar.about_prog span.progress_persent {
  position: absolute;
  left: 50px;
  text-transform: none;
}
.about_progressbar.porgress_two {
  padding: 5px 20px 35px;
}

@media only screen and (max-width: 767px) {
  .progressbar_inner {
    margin-bottom: 40px;
  }
}
.progressbar_inner h2 {
  font-size: 25px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progressbar_inner h2 {
    font-size: 21px;
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .progressbar_inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.progress_skill {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress_skill {
    margin-bottom: 33px;
  }
}
.progress_skill:last-child {
  margin-bottom: 0;
}
.progress_skill span.progress_discount {
  position: absolute;
  left: -2px;
  background: #333333;
  border-radius: 100%;
  border: 3px solid #7b7b7b;
  color: #fff;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  text-align: center;
  line-height: 35px;
  z-index: 9;
}
.progress_skill .progress-bar {
  background-color: #7b7b7b;
  text-align: left;
  padding-left: 50px;
}

.progress_skill.one .progress-bar {
  width: 60%;
}

.progress_skill.two .progress-bar {
  width: 90%;
}

.progress_skill.three .progress-bar {
  width: 70%;
}

.progress_skill.four .progress-bar {
  width: 80%;
}

/*about page css end*/
/* 20. services page css here */
.services_gallery {
  padding-bottom: 28px;
}

.services_content h3 {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 14px;
}
.services_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.services_thumb {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .services_thumb img {
    width: 100%;
  }
}

.single_services {
  margin-bottom: 25px;
}

.our_services {
  padding: 50px 0 25px;
  background: url(../img/about/service1-img1.jpg) no-repeat scroll center center/cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_services {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .our_services {
    margin-bottom: 60px;
  }
}

.services_item {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services_title {
  text-align: center;
  margin-bottom: 35px;
}
.services_title h2 {
  font-size: 25px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 11px;
  color: #fff;
}
.services_title p {
  color: #999;
}

.services_icone {
  margin-right: 15px;
}
.services_icone i {
  font-size: 35px;
  line-height: 46px;
  color: #4fc1f0;
}

.services_desc h3 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.services_desc p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_section_thumb {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .services_section_thumb {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services {
    margin-bottom: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_services {
    margin-bottom: 59px;
  }
}

.unlimited_services_content {
  text-align: center;
}
.unlimited_services_content h1, .unlimited_services_content .slider_c_four h2, .slider_c_four .unlimited_services_content h2 {
  font-weight: 600;
  line-height: 40px;
  text-transform: none;
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .unlimited_services_content h1, .unlimited_services_content .slider_c_four h2, .slider_c_four .unlimited_services_content h2 {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services_content h1, .unlimited_services_content .slider_c_four h2, .slider_c_four .unlimited_services_content h2 {
    line-height: 21px;
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_services_content h1, .unlimited_services_content .slider_c_four h2, .slider_c_four .unlimited_services_content h2 {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.unlimited_services_content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services_content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_services_content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 28px;
  }
}
.unlimited_services_content a {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 30px;
  line-height: 18px;
}
.unlimited_services_content a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #fff;
}

.priceing_table {
  background: url(../img/about/service1-img3.jpg) no-repeat scroll center center/cover;
  padding: 60px 0 30px;
}

.single_priceing {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  text-align: center;
  margin-bottom: 30px;
}

.priceing_title {
  padding: 20px;
  background: #83b53b;
}
.priceing_title h1, .priceing_title .slider_c_four h2, .slider_c_four .priceing_title h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
}

.priceing_list {
  padding: 0 20px 30px;
}
.priceing_list h1, .priceing_list .slider_c_four h2, .slider_c_four .priceing_list h2 {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  padding: 36px 0 24px;
  margin: 0;
  line-height: 20px;
}
.priceing_list h1 span, .priceing_list .slider_c_four h2 span, .slider_c_four .priceing_list h2 span {
  font-size: 40px;
}
.priceing_list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
}
.priceing_list ul li:first-child {
  border-top: 1px solid #e5e5e5;
}
.priceing_list a {
  margin: 30px 0 0;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: none;
}

.priceing_list a.list_button, .priceing_list a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #fff;
}

/*services page css end*/
/* 11. blog page css here */
.main_blog_area {
  background: #F9F9F9;
  padding: 54px 0 60px;
}

.blog_wrapper .single_blog {
  margin-bottom: 57px;
}
.blog_wrapper .single_blog:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .single_blog {
    margin-bottom: 50px;
  }
}

.blog_title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog_title {
    margin-bottom: 20px;
  }
}
.blog_title h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog_title h2 {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 18px;
  }
}
.blog_title h2 a:hover {
  color: #83b53b;
}

.blog_post {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.blog_post ul li {
  display: inline-block;
  display: inline-block;
  font-size: 13px;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.blog_post ul li:last-child {
  margin: 0;
  padding: 0;
}
.blog_post ul li:last-child::before {
  display: none;
}
.blog_post ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #808080;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.blog_header h1, .blog_header .slider_c_four h2, .slider_c_four .blog_header h2 {
  font-size: 36px;
  line-height: 36px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .blog_header h1, .blog_header .slider_c_four h2, .slider_c_four .blog_header h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

.blog_social {
  display: flex;
  align-items: center;
}
.blog_social ul li {
  display: inline-block;
}
.blog_social ul li a {
  font-size: 13px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  text-align: center;
  color: #353535;
  margin-right: 10px;
  background: #ffffff;
  display: block;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_social ul li a {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_social ul li a {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    margin-right: 3px;
  }
}
.blog_social ul li a:hover {
  background: #83b53b;
  color: #ffffff;
}
.blog_social h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 20px 0 0;
  text-transform: none;
  font-weight: 600;
}

.blog_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .blog_footer {
    margin-top: 17px;
    flex-direction: column;
  }
}

.blog_pagination .pagination {
  justify-content: center;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.blog_aduio_icone {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .blog_aduio_icone {
    margin-bottom: 15px;
  }
}
.blog_aduio_icone audio {
  width: 100%;
}

.blog_container .blog_thumb {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog_container .blog_thumb {
    margin-bottom: 17px;
  }
}
.blog_container .blog_content > a {
  padding: 0px 25px;
  background: #333333;
  text-transform: none;
  font-size: 13px;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
.blog_container .blog_content > a:hover {
  background: #83b53b;
}
@media only screen and (max-width: 479px) {
  .blog_container .blog_content > a {
    padding: 0px 16px;
    line-height: 36px;
    height: 36px;
  }
}
.blog_container .blog_content p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .blog_container .blog_content p {
    font-size: 15px;
    margin-bottom: 19px;
  }
}

.blog_thumb_active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  left: 20px;
}
.blog_thumb_active:hover .owl-nav div.owl-next {
  right: 20px;
}
.blog_thumb_active .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_thumb_active .owl-nav div:hover {
  background: rgba(234, 0, 13, 0.5);
}
.blog_thumb_active .owl-nav div.owl-next {
  right: 50px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .blog_comment {
    text-align: left;
    margin-top: 8px;
  }
}
.blog_comment a:hover {
  color: #83b53b;
}

/*blog fullwidth css here*/
.blog_fullwidth .single_blog {
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .blog_fullwidth .single_blog {
    margin-bottom: 50px;
  }
}
.blog_fullwidth .blog_thumb {
  margin-bottom: 22px;
}
.blog_fullwidth .blog_content {
  text-align: center;
}
.blog_fullwidth .blog_content p {
  max-width: 670px;
  margin: 0 auto;
}
.blog_fullwidth .blog_content > a {
  margin-top: 24px;
}
.blog_fullwidth .blog_footer {
  justify-content: center;
}
.blog_fullwidth .blog_comment {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .blog_fullwidth .blog_comment {
    margin-left: 0;
  }
}
.blog_fullwidth .blog_title {
  text-align: center;
}
.blog_fullwidth .blog_aduio_icone {
  margin-bottom: 15px;
}

/*13. blog  sidebar css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_sidebar_widget {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_sidebar_widget {
    margin-top: 60px;
  }
}
.blog_sidebar_widget .widget_list {
  border: 1px solid #e5e5e5;
  padding: 0;
}
.blog_sidebar_widget .widget_list h2 {
  font-size: 14px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-transform: none;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #333333;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  padding: 15px 20px;
  border-bottom: 0;
  letter-spacing: 1px;
}
.blog_sidebar_widget .widget_list h2::before {
  display: none;
}
.blog_sidebar_widget .widget_list ul {
  padding: 0 20px 25px;
}
.blog_sidebar_widget .widget_list.widget_tags ul {
  padding: 0 20px 20px;
}

.widget_search form {
  margin: 0 20px 25px;
  position: relative;
}
.widget_search form input {
  width: 100%;
  background: none;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0 15px;
}
.widget_search form button {
  position: absolute;
  right: 6px;
  top: 0;
  border: none;
  font-size: 16px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  background: inherit;
}
.widget_search form button:hover {
  color: #83b53b;
}

.tag_cloud ul li {
  display: inline-block;
}
.tag_cloud ul li a {
  margin: 0 2px 6px 0;
  padding: 3px 12px;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.tag_cloud ul li a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}

/*blog sidebar css here*/
.blog_sidebar_page .single_blog {
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .blog_sidebar_page .single_blog {
    margin-bottom: 50px;
  }
}
.blog_sidebar_page .single_blog:last-child {
  margin-bottom: 0;
}
.blog_sidebar_page .blog_pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_sidebar_page .blog_container .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .blog_sidebar_page .blog_container .row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .blog_reverse .row {
    flex-direction: column-reverse;
  }
}

/* 12. blog details css here */
.blog_details_wrapper .single_blog {
  margin-bottom: 56px;
}
.blog_details_wrapper .blog_thumb {
  margin-bottom: 21px;
  width: inherit;
}
.blog_details_wrapper .blog_thumb::before {
  display: none;
}
.blog_details_wrapper .blog_content {
  padding: 0;
  width: inherit;
}
.blog_details_wrapper .blog_content h3 {
  font-size: 24px;
  text-transform: inherit;
  font-weight: 600;
  margin-bottom: 19px;
  line-height: 26px;
  padding-bottom: 0;
}
.blog_details_wrapper .blog_content h3::before {
  display: none;
}
.blog_details_wrapper .post_meta {
  margin-bottom: 14px;
}
.blog_details_wrapper .post_meta span {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
}
.blog_details_wrapper .post_meta span:last-child {
  margin-right: 0;
}
.blog_details_wrapper .post_meta span a:hover {
  color: #83b53b;
}
.blog_details_wrapper .post_content {
  text-align: left;
}
.blog_details_wrapper .post_content > p {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .post_content > p {
    font-size: 14px;
  }
}
.blog_details_wrapper .post_content blockquote {
  border-left: 4px solid #83b53b;
  margin: 20px 0 20px 0;
  padding: 0 20px;
  font-style: italic;
}
.blog_details_wrapper .post_content blockquote p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .post_content blockquote p {
    font-size: 16px;
  }
}
.blog_details_wrapper .social_sharing {
  display: flex;
  align-items: center;
}
.blog_details_wrapper .social_sharing p {
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .social_sharing p {
    margin-right: 9px;
    font-size: 13px;
  }
}
.blog_details_wrapper .social_sharing ul li {
  display: inline-block;
}
.blog_details_wrapper .social_sharing ul li a {
  background: #e6e6e6;
  border-radius: 100%;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
  text-align: center;
  width: 26px;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .social_sharing ul li a {
    margin-right: 2px;
    font-size: 11px;
    height: 22px;
    width: 22px;
    line-height: 22px;
  }
}
.blog_details_wrapper .social_sharing ul li a:hover {
  color: #ffffff;
  background: #83b53b;
}
.blog_details_wrapper .social_sharing ul li:first-child a {
  padding-left: 0;
  border-left: 0;
}

.entry_content {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 26px;
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry_content {
    flex-direction: column;
    text-align: left !important;
    align-items: inherit;
  }
}
.entry_content .post_meta {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .entry_content .post_meta {
    margin-bottom: 10px;
  }
}
.entry_content .post_meta span:hover {
  color: #83b53b;
}

.comments_area {
  padding: 24px 30px 33px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .comments_area {
    padding: 24px 20px 33px;
  }
}

.comments_box {
  margin-bottom: 44px;
}
.comments_box h3 {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 1px;
}

.comment_list {
  overflow: hidden;
  margin-bottom: 30px;
}
.comment_list:last-child {
  margin-bottom: 0;
}
.comment_list .comment_thumb {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .comment_list .comment_thumb {
    width: 40px;
  }
}
.comment_list .comment_content {
  margin-left: 70px;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .comment_list .comment_content {
    margin-left: 48px;
  }
}
.comment_list .comment_content h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 5px;
}
.comment_list .comment_content h5 a:hover {
  color: #83b53b;
}
.comment_list .comment_content span {
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}
.comment_list .comment_content p {
  margin-bottom: 0;
  font-size: 14px;
}

.comment_reply {
  position: absolute;
  top: 20px;
  right: 12px;
}
@media only screen and (max-width: 767px) {
  .comment_reply {
    top: 15px;
  }
}
.comment_reply a {
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
  background: #333333;
  display: block;
}
.comment_reply a:hover {
  background: #83b53b;
}
@media only screen and (max-width: 767px) {
  .comment_reply a {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 20px;
  }
}

.comments_form h3 {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 1px;
}
.comments_form p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments_form form .row {
    flex-direction: row;
  }
}
.comments_form form label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.comments_form form textarea {
  width: 100%;
  height: 200px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  resize: none;
  padding: 10px;
}
.comments_form form input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 0 20px;
}
.comments_form form button {
  border: 0;
  line-height: 36px;
  background: #333;
  font-weight: 500;
}
.comments_form form button:hover {
  background: #83b53b;
}

.comment_list.list_two {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .comment_list.list_two {
    padding-left: 0;
  }
}

.related_posts {
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related_posts .row {
    flex-direction: row !important;
  }
}
.related_posts > h3 {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 1px;
}

.related_thumb {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related_thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .related_thumb img {
    width: 100%;
  }
}

.related_content h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: none;
}
.related_content h4 a:hover {
  color: #83b53b;
}
.related_content span {
  font-size: 13px;
  line-height: 17px;
}
.related_content span i {
  margin-right: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_details .blog_sidebar {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog_details .blog_sidebar {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single_related {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_related.column_3 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .single_related.column_3 {
    margin-bottom: 0;
  }
}

/*blog details css end*/
/*  24. modal css here */
.modal-dialog.modal-dialog-centered {
  min-width: 1100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 1000px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 950px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 90%;
  }
}

.modal_tab_img {
  text-align: center;
  margin-bottom: 10px;
}
.modal_tab_img img {
  margin: 0 auto;
}

.modal_tab_button ul li a {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: 0 4px;
}
.modal_tab_button ul li a img {
  width: 100%;
}

.modal_title h2 {
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 26px;
}

.modal_social h2 {
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 20px;
}
.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}
.modal_social ul li a {
  text-transform: none;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.modal_social ul li.facebook a {
  background: #3c5b9b;
}
.modal_social ul li.facebook a:hover {
  background: #83b53b;
}
.modal_social ul li.twitter a {
  background: #1DA1F2;
}
.modal_social ul li.twitter a:hover {
  background: #83b53b;
}
.modal_social ul li.pinterest a {
  background: #BD081B;
}
.modal_social ul li.pinterest a:hover {
  background: #83b53b;
}
.modal_social ul li.google-plus a {
  background: #DC5043;
}
.modal_social ul li.google-plus a:hover {
  background: #83b53b;
}
.modal_social ul li.linkedin a {
  background: #010103;
}
.modal_social ul li.linkedin a:hover {
  background: #83b53b;
}

.modal_price {
  margin-bottom: 12px;
}
.modal_price span {
  font-weight: 600;
  color: #83b53b;
  font-size: 16px;
}
.modal_price span.old_price {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_description p {
  line-height: 24px;
  font-size: 15px;
  margin: 0;
}

.variants_size h2, .variants_color h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 7px;
  line-height: 20px;
}
.variants_size.mb-15, .mb-15.variants_color {
  margin-bottom: 24px;
}
.variants_size .select_option, .variants_color .select_option {
  width: 100%;
  border-radius: 0;
  margin-bottom: 25px;
}
.variants_size .select_option .list, .variants_color .select_option .list {
  width: 100%;
  border-radius: 0;
}

.modal_add_to_cart {
  margin-bottom: 25px;
}
.modal_add_to_cart form input {
  width: 95px;
  border: 1px solid #e5e5e5;
  background: none;
  padding: 0 10px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .modal_add_to_cart form input {
    width: 75px;
  }
}
.modal_add_to_cart form button {
  background: none;
  border: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  width: 230px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: none;
  background: #333333;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal_add_to_cart form button {
    width: 130px;
  }
}
.modal_add_to_cart form button:hover {
  background: #83b53b;
  color: #ffffff;
  border-color: #83b53b;
}

.modal_body {
  padding: 29px 6px 38px;
}
@media only screen and (max-width: 767px) {
  .modal_body .modal_tab {
    margin-bottom: 60px;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-content button.close {
  position: absolute;
  left: 94%;
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #e5e5e5;
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .modal-content button.close {
    left: 83%;
    width: 29px;
    height: 32px;
    top: 4px;
    margin-bottom: 14px;
  }
}
.modal-content button.close:hover {
  color: #83b53b;
}

.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}

.modal_description.mb-15 {
  margin-bottom: 20px;
}

.product_navactive.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.product_navactive.owl-carousel .owl-nav {
  display: block;
}
.product_navactive.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  height: 32px;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.product_navactive.owl-carousel .owl-nav div:hover {
  background: #83b53b;
  color: #ffffff;
}
.product_navactive.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

/*modal css end*/
/*  23. newsletter popup css here */
.newletter-popup {
  background: #fff;
  top: 50% !important;
  margin-top: -179px;
  position: fixed !important;
  padding: 50px;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .newletter-popup {
    padding: 30px 20px;
    width: 95%;
  }
}

#boxes .newletter-title h2 {
  font-size: 30px;
  text-transform: none;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #boxes .newletter-title h2 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

#boxes .box-content label {
  font-weight: 400;
  font-size: 14px;
}

#boxes .box-content .newletter-label {
  width: 70%;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  #boxes .box-content .newletter-label {
    width: 100%;
  }
}

#frm_subscribe form {
  width: 340px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #frm_subscribe form {
    width: 100%;
  }
}
#frm_subscribe form input {
  background: #EBEBEB;
  padding: 0 122px 0 20px;
  height: 45px;
  border: 0;
  width: 100%;
  color: #747474;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #frm_subscribe form input {
    padding: 0 104px 0 20px;
  }
}
#frm_subscribe form a.theme-btn-outlined {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 110px;
  background: #333333;
  cursor: pointer;
  color: #ffffff;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 45px;
}
#frm_subscribe form a.theme-btn-outlined:hover {
  background: #83b53b;
}
@media only screen and (max-width: 767px) {
  #frm_subscribe form a.theme-btn-outlined {
    width: 90px;
  }
}

#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
  margin: 0;
  font-size: 13px;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
}

#boxes #frm_subscribe #notification {
  color: #f00;
}

#boxes #frm_subscribe #notification .success {
  color: #67D7BB;
}

#popup2 {
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  padding: 6px 12px;
  background: #333333;
  font-weight: 600;
  line-height: 17px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
#popup2:hover {
  background: #83b53b;
}

/*newsletter popup css end*/
/* 09. error page css heer   */
.error_section {
  background: #F9F9F9;
  padding-bottom: 70px;
  padding-top: 58px;
}
@media only screen and (max-width: 767px) {
  .error_section {
    padding-bottom: 60px;
    padding-top: 44px;
  }
}

.header_error {
  border-bottom: 1px solid #e5e5e5;
}

.error_form {
  text-align: center;
}
.error_form h1, .error_form .slider_c_four h2, .slider_c_four .error_form h2 {
  font-size: 200px;
  font-weight: 700;
  color: #83b53b;
  letter-spacing: 10px;
  line-height: 160px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .error_form h1, .error_form .slider_c_four h2, .slider_c_four .error_form h2 {
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 4px;
    margin: 0 0 44px;
  }
}
.error_form h2 {
  font-size: 24px;
  text-transform: none;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .error_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
.error_form p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  max-width: 540px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .error_form p {
    font-size: 15px;
    margin-bottom: 24px;
    line-height: 23px;
  }
}
.error_form form {
  width: 450px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .error_form form {
    width: 100%;
  }
}
.error_form form input {
  padding: 0 60px 0 30px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #333333;
  height: 40px;
  width: 100%;
  border-radius: 3px;
}
.error_form form button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  text-transform: none;
  padding: 0 15px;
  font-weight: 600;
}
.error_form form button:hover {
  color: #83b53b;
}
.error_form a {
  color: #fff;
  display: inline-block;
  background: #83b53b;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 41px;
  padding: 0 30px;
  text-transform: none;
  margin-top: 35px;
  border-radius: 3px;
}
.error_form a:hover {
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .error_form a {
    margin-top: 27px;
  }
}

.logo {
    width:160px;
    height:160px;
    text-align:center;
    position:absolute;
    z-index:999999999999;
    top:0px;

}

.logo img {
 width: 150px;
    height: 150px;
    margin:0 auto;
}