/*-----------------------------------------------------------------------------------

    
    CSS INDEX
    =========================================
    01. header css here
    02. slider area css here
    03. product section css here
    04. banner section css here 
    05. blog area css here
    06. newsletter area css here
    07. footer area css here
    08. shop page css here
    09. error page css heer 
    10. about page css here
    11. blog page css here 
    12. blog details css here
    13. cart page css here
    14. checkout page css here
    15. contact page css here
    16. faq page css here
    17. login page css here
    18. my account css here
    19. portfolio page css here
    20. services page css here
    21. shipping css here
    22. wishlist css here
    23. newsletter popup css here
    24. modal css here
    
    

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900|Work+Sans:100,200,300,400,500,600,700,800,900&amp;subset=cyrillic,hebrew,latin-ext");
* {
  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: "Work Sans", sans-serif;
  color: #5a5a5a;
  letter-spacing: -0.025em;
}

h1, .slider_content h2, .slider_c_two h2, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0;
  font-family: "Work Sans", sans-serif;
}

h1, .slider_content h2, .slider_c_two 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: 1140px;
}
@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: uppercase;
}

.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: #78b73b 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;
  }
}

.pt-30 {
  padding-top: 30px;
}

.pt-27 {
  padding-top: 27px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

/* 02. Element */
.button {
  background: #57a60a;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
}

/* 2. Home 1 Header css here */
/* 01. header css here */
.Offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
  }
}

.Offcanvas_menu_wrapper {
  width: 280px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: -8px;
  margin-left: -280px;
  overflow-y: auto;
  padding: 50px 30px 30px;
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.2);
}
.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.Offcanvas_menu_wrapper .welcome_text {
  margin-bottom: 23px;
  display: block;
}
.Offcanvas_menu_wrapper .welcome_text p {
  color: #242424;
}
.Offcanvas_menu_wrapper .search_box {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu_wrapper .search_box {
    width: 100%;
  }
}
.Offcanvas_menu_wrapper .search_box input {
  height: 35px;
  padding: 0 87px 0 14px;
}
.Offcanvas_menu_wrapper .search_box button {
  padding: 0 13px;
  border-radius: 0 3px 3px 0;
}
.Offcanvas_menu_wrapper .hover_category {
  display: block;
  width: 100%;
}
.Offcanvas_menu_wrapper .hover_category::before {
  display: none;
}
.Offcanvas_menu_wrapper .hover_category .select_option {
  height: 37px;
  line-height: 36px;
  border: 1px solid #ebebeb;
  margin-bottom: 22px;
  float: none;
}
.Offcanvas_menu_wrapper .hover_category .select_option ul.list {
  width: 100%;
}

.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: #57a60a;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.canvas_close a {
  font-size: 20px;
  color: #242424;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #ebebeb;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
}
.canvas_close a:hover {
  color: #fff;
  background: #57a60a;
  border-color: #57a60a;
}

.canvas_open {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ebebeb;
  padding: 7px 20px 6px;
  margin: 25px 0;
}
.canvas_open span {
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  line-height: 27px;
}
.canvas_open a {
  font-size: 28px;
  color: #242424;
}

.header_area {
  background: #57a60a;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area {
    padding-bottom: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .header_area {
    padding-bottom: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-90 {
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-sm-90 {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-90 .header_middle {
    padding: 27px 0 0;
  }
}

.menu_one nav > ul > li:hover > a {
  color: #57a60a !important;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(253, 102, 2, 0.8);
  -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;
}
@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;
  }
}
.sticky-header.sticky .categories_menu nav > ul > li > a {
  font-size: 14px;
  padding: 9px 11px 11px 11px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky .categories_menu nav > ul > li > a {
    font-size: 16px;
    padding: 6px 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-header.sticky .categories_menu nav > ul > li > a {
    font-size: 16px;
    padding: 6px 15px;
    line-height: 24px;
  }
}
.sticky-header.sticky .categories_menu nav > ul > li > a img {
  width: 38px;
}
@media only screen and (max-width: 767px) {
  .sticky-header.sticky .categories_menu nav > ul > li > a img {
    width: inherit;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky-header.sticky .categories_menu nav > ul > li > a {
    padding: 7px 5px 9px 5px;
  }
}

.header_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #396112;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    padding: 14px 0 11px;
  }
}
@media only screen and (max-width: 767px) {
  .header_top {
    padding: 8px 0 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome_text {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome_text {
    display: none;
  }
}
.welcome_text p {
  font-size: 14px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_right {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .top_right {
    text-align: center !important;
  }
}
.top_right > ul > li {
  display: inline-block;
  position: relative;
  padding-right: 22px;
  margin-right: 22px;
}
.top_right > ul > li:hover ul.dropdown_currency, .top_right > ul > li:hover ul.dropdown_language, .top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.top_right > ul > li:hover ul.dropdown_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.top_right > ul > li:hover > a {
  color: #363f4d;
}
@media only screen and (max-width: 767px) {
  .top_right > ul > li {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.top_right > ul > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.top_right > ul > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  top: 50%;
  right: 0px;
  transform: translatey(-50%);
  opacity: 0.2;
}
.top_right > ul > li:last-child::before {
  display: none;
}
.top_right > ul > li label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .top_right > ul > li label {
    display: none;
  }
}
.top_right > ul > li > a {
  color: #fff;
  text-transform: capitalize;
  line-height: 26px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_right > ul > li > a {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top_right > ul > li > a {
    padding: 0;
  }
}
.top_right > ul > li > a i {
  margin-left: 3px;
  font-size: 10px;
}

.top_right > ul > li:hover a:not([href]):not([tabindex]) {
  color: #57a60a;
}

.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%;
  right: 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 #ebebeb;
}
@media only screen and (max-width: 767px) {
  .dropdown_currency, .dropdown_language, .dropdown_links {
    right: 0;
    left: auto;
    min-width: 142px;
    padding: 0 6px;
  }
}
.dropdown_currency li, .dropdown_language li, .dropdown_links li {
  border-bottom: 1px solid #ebebeb;
}
.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: capitalize;
  display: block;
  font-size: 13px;
  color: #444444;
  white-space: nowrap;
  padding: 7px 0;
  line-height: 20px;
}
.dropdown_currency li a:hover, .dropdown_language li a:hover, .dropdown_links li a:hover {
  color: #57a60a;
}

.dropdown_language {
  right: 0;
}

.dropdown_links {
  left: 0;
}

/*header top css end*/
/* 2.2 header middel css here */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    text-align: center;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
    margin-bottom: 19px;
  }
}

.header_middle {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 27px 0 59px;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 20px 0 0;
    border-bottom: 0;
  }
}

.middel_right {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .middel_right {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .middel_right {
    justify-content: center;
    flex-direction: column;
  }
}

.hover_category {
  width: 170px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hover_category {
    width: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hover_category {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .hover_category {
    display: none;
  }
}
.hover_category::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #a1a1a1;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.hover_category .select_option {
  border: 0;
  background: inherit;
  height: 45px;
  line-height: 45px;
  width: 100%;
  font-size: 14px;
  color: #242424;
}
.hover_category .select_option::after {
  top: 54%;
  right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hover_category .select_option::after {
    right: 15px;
  }
}
.hover_category .select_option ul.list {
  max-height: 300px;
  overflow: auto;
}

.search-container {
	background: #a9fa5b;
/* 	background: #fff; */
	border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .search-container {
    display: none;
  }
}
.search-container form {
  display: flex;
}

.search_box {
  position: relative;
  width: 280px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search_box {
    width: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_box {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .search_box {
    width: 100%;
  }
}
.search_box input {
  border: 0;
  background: inherit;
  width: 100%;
  height: 45px;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  padding: 0 120px 0 20px;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .search_box input {
    height: 40px;
    padding: 0 100px 0 20px;
  }
}
.search_box button {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #0363cd;
  padding: 0 30px;
  height: 100%;
  color: #fff;
  font-weight: 500;
  border-radius: 0 30px 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search_box button:hover {
  background: #363f4d;
}
@media only screen and (max-width: 767px) {
  .search_box button {
    padding: 0 20px;
    border-radius: 0 3px 3px 0;
  }
}

.middel_right_info {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.middel_right_info > div {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .middel_right_info > div {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .middel_right_info > div {
    margin-left: 20px;
  }
}

.header_account a, .header_wishlist a {
  color: #fff;
  font-size: 24px;
}
.header_account a:hover, .header_wishlist a:hover {
  color: #363f4d;
}

.mini_cart_wrapper {
  position: relative;
}
.mini_cart_wrapper:hover a {
  color: #363f4d;
}
.mini_cart_wrapper span.cart_quantity {
  position: absolute;
  left: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  color: #242424;
  border-radius: 50%;
  top: -9px;
}
.mini_cart_wrapper > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  display: block;
}
.mini_cart_wrapper > a i.ion-bag {
  font-size: 22px;
  padding-right: 12px;
}
.mini_cart_wrapper:hover .mini_cart {
  opacity: 1;
  visibility: visible;
  top: 135%;
}

.mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 18px 28px 33px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #ebebeb;
  z-index: 999;
  right: 0;
  top: 150%;
  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: 135%;
    transition: unset;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart {
    min-width: 285px;
    right: -32px;
    display: none;
    opacity: inherit;
    visibility: inherit;
    top: 135%;
    transition: unset;
  }
}

.cart_img {
  width: 32%;
  margin-right: 10px;
}

.cart_info {
  width: 52%;
}
.cart_info a {
  font-weight: 400;
  color: #242424;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
.cart_info a:hover {
  color: #57a60a;
}
.cart_info span {
  display: block;
}
.cart_info span.quantity {
  color: #555;
  margin-bottom: 5px;
  font-size: 12px;
}
.cart_info span.price_cart {
  color: #242424;
  font-weight: 600;
}

.cart_remove {
  width: 10%;
  text-align: right;
}
.cart_remove a {
  color: #444444;
  font-size: 18px;
}
.cart_remove a:hover {
  color: #57a60a;
}

.cart_item {
  overflow: hidden;
  padding: 11px 0;
  border-bottom: 1px solid #ebebeb;
  display: flex;
}

.mini_cart_table {
  padding: 23px 0;
}

.cart_total {
  display: flex;
  justify-content: space-between;
}
.cart_total span {
  color: #242424;
  font-size: 14px;
  font-weight: 400;
}
.cart_total span.price {
  font-weight: 700;
}

.cart_button:first-child {
  margin-bottom: 15px;
}
.cart_button a {
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 600;
  color: #242424;
  background: #eef0f1;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 15px 0px 13px;
}
.cart_button a:hover {
  background: #57a60a;
  color: #fff;
}

/*header middel css end*/
/* 2.4 main menu css here */
.header_bottom {
  border-bottom: 1px solid #ebebeb;
  background-color: #396112;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom {
    max-height: 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_bottom {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu {
    position: relative;
  }
}
.categories_menu nav > ul > li {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li {
    display: block;
  }
  .categories_menu nav > ul > li:hover a {
    text-decoration: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .categories_menu nav > ul > li:hover a {
    color: #57a60a;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li {
    display: block;
  }
  .categories_menu nav > ul > li:hover a {
    text-decoration: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu nav > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 20px;
    font-size: 18px;
    color: #242424;
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu nav > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 20px;
    font-size: 18px;
    color: #242424;
    top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu nav > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 20px;
    font-size: 30px;
    color: #242424;
    top: 44%;
    transform: translatey(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu nav > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 20px;
    font-size: 30px;
    color: #242424;
    top: 44%;
    transform: translatey(-50%);
  }
}
.categories_menu nav > ul > li > a {
  display: block;
  padding: 13px 15px 14px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu nav > ul > li > a {
    padding: 13px 6px 14px 6px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li > a {
    color: #242424;
    padding: 6px 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li > a {
    color: #242424;
    padding: 6px 15px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li > a:hover {
    color: #57a60a;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li > a:hover {
    color: #57a60a;
  }
}
.categories_menu nav > ul > li > a span {
  display: block;
}
.categories_menu nav > ul > li > a i {
  margin-left: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li > a i {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li > a i {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li > a img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li > a img {
    display: none;
  }
}
.categories_menu nav > ul > li:hover > a {
  text-decoration: underline;
}
.categories_menu nav > ul > li:first-child > a {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li:first-child > a {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li:first-child > a {
    padding: 6px 15px;
  }
}
.categories_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 200px;
  padding: 30px 25px;
  background: #fff;
  border: 1px solid #ebebeb;
  -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: 9;
  top: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li ul.sub_menu {
    opacity: inherit;
    visibility: inherit;
    transform: inherit;
    transform: inherit !important;
    display: none;
    position: inherit;
    border: 0;
    padding: 6px 15px 7px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li ul.sub_menu {
    opacity: inherit;
    visibility: inherit;
    transform: inherit !important;
    transition: unset;
    display: none;
    position: inherit;
    border: 0;
    padding: 6px 15px 7px 35px;
  }
}

.categories_menu nav ul li:hover .sub_menu, .categories_menu nav ul li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
}

.categories_menu nav ul li ul li.active a {
  color: #57a60a;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav ul li ul li.active a {
    color: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav ul li ul li.active a {
    color: inherit;
  }
}

.categories_menu nav > ul > li > ul > li:hover > a {
  color: #57a60a;
}

.categories_menu nav > ul > li > ul > li > a {
  color: #292929;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 18px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li > ul > li > a {
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li > ul > li > a {
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-weight: 400;
  }
}

.categories_menu nav > ul > li > ul.sub_menu > li:last-child > a {
  margin-bottom: 0;
}

.categories_menu nav > ul > li > ul.mega_menu li ul li:last-child a {
  margin-bottom: 0;
}

.category_toggle a:not([href]):not([tabindex]) {
  color: #fff;
}

.categories_menu nav ul li ul.mega_menu {
  position: absolute;
  min-width: 580px;
  padding: 30px 25px 35px;
  background: #fff;
  border: 1px solid #ebebeb;
  -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: 9;
  top: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav ul li ul.mega_menu {
    opacity: inherit;
    visibility: inherit;
    transform: inherit !important;
    transition: unset;
    display: none;
    min-width: 100%;
    padding: 7px 15px 7px 35px;
    position: inherit;
    border: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav ul li ul.mega_menu {
    opacity: inherit;
    visibility: inherit;
    transform: inherit !important;
    transition: unset;
    display: none;
    min-width: 100%;
    padding: 7px 15px 7px 35px;
    position: inherit;
    border: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav ul li ul.mega_menu li ul {
    display: none;
    padding: 14px 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav ul li ul.mega_menu li ul {
    display: none;
    padding: 14px 0 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav ul li ul.mega_menu li.menu_item_children > a {
    position: relative;
  }
  .categories_menu nav ul li ul.mega_menu li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 20px;
    font-size: 18px;
    color: #242424;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav ul li ul.mega_menu li.menu_item_children > a {
    position: relative;
  }
  .categories_menu nav ul li ul.mega_menu li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 20px;
    font-size: 18px;
    color: #242424;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav ul li ul.mega_menu li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu nav ul li ul.mega_menu li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 20px;
    font-size: 30px;
    color: #242424;
    top: 44%;
    transform: translatey(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav ul li ul.mega_menu li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu nav ul li ul.mega_menu li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 20px;
    font-size: 30px;
    color: #242424;
    top: 44%;
    transform: translatey(-50%);
  }
}

.categories_menu nav > ul > li > ul.mega_menu > li {
  width: 33%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li > ul.mega_menu > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .categories_menu nav > ul > li > ul.mega_menu > li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li > ul.mega_menu > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .categories_menu nav > ul > li > ul.mega_menu > li:last-child {
    margin-bottom: 0;
  }
}

.categories_menu nav > ul > li > ul.mega_menu > li > a {
  text-transform: uppercase;
  color: #242424;
  font-weight: 500;
  margin-bottom: 30px;
}
.categories_menu nav > ul > li > ul.mega_menu > li > a:hover {
  color: #57a60a;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li > ul.mega_menu > li > a {
    margin-bottom: 0;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li > ul.mega_menu > li > a {
    margin-bottom: 0;
    font-weight: 400;
  }
}

.categories_menu nav > ul > li > ul.mega_menu li ul li a {
  color: #292929;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 11px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu nav > ul > li > ul.mega_menu li ul li a {
    color: #242424;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu nav > ul > li > ul.mega_menu li ul li a {
    color: #242424;
  }
}

.categories_menu nav > ul > li > ul.mega_menu li ul li a:hover {
  color: #57a60a;
}

.categories_menu nav ul li ul.sub_menu.pages {
  left: inherit;
  right: inherit;
}

.main_menu {
  text-align: center;
}
@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 ul.mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover > a {
  color: #242424;
}
.main_menu nav > ul > li > a {
  display: block;
  padding: 13px 15px 14px 15px;
  color: #242424;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li > a {
    font-size: 16px;
  }
}
.main_menu nav > ul > li > a i {
  margin-left: 3px;
}
.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 200px;
  padding: 30px 25px;
  background: #c4f578;
  border: 1px solid #ebebeb;
  -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: 9;
  top: 100%;
  text-align: left;
}
.main_menu nav > ul > li ul.sub_menu li a {
  color: #242424;
  font-weight: 400;
  display: block;
  line-height: 28px;
  text-transform: capitalize;
}
.main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #57a60a;
}
.main_menu nav > ul > li ul.mega_menu {
  position: absolute;
  min-width: 580px;
  padding: 30px 25px 35px;
  background: #c4f578;
  border: 1px solid #ebebeb;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: -300px;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
  top: 100%;
  text-align: left;
}
.main_menu nav > ul > li ul.mega_menu > li {
  width: 33%;
  float: left;
}
.main_menu nav > ul > li ul.mega_menu > li > a {
  color: #242424;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.main_menu nav > ul > li ul.mega_menu > li > a:hover {
  color: #57a60a;
}
.main_menu nav > ul > li ul.mega_menu > li ul li {
  display: block;
}
.main_menu nav > ul > li ul.mega_menu > li ul li a {
  color: #242424;
  font-weight: 400;
  display: block;
  line-height: 28px;
  text-transform: capitalize;
}
.main_menu nav > ul > li ul.mega_menu > li ul li a:hover {
  color: #57a60a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 100%;
    left: 0;
    max-height: 390px;
    overflow: auto;
    padding: 15px 0 19px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 100%;
    left: 0;
    max-height: 390px;
    overflow: auto;
    padding: 15px 0 19px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
}

.category_toggle {
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category_toggle {
    display: block;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .category_toggle {
    display: block;
  }
}
.category_toggle a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  line-height: 38px;
  padding: 0 18px;
}
.category_toggle a i {
  float: right;
  line-height: 38px;
  font-size: 22px;
}

/*main menu 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;
  }
}

/*header tags css here*/
.header_tags {
  border-bottom: 1px solid #ebebeb;
  padding: 11px 0;
}
@media only screen and (max-width: 767px) {
  .header_tags {
    padding: 20px 0;
  }
}
.header_tags ul li {
  display: inline-block;
}
.header_tags ul li span {
  color: #242424;
  margin-right: 5px;
}
.header_tags ul li a {
  color: #555;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_tags ul li a {
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header_tags ul li a {
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
  }
}
.header_tags ul li a::before {
  content: '';
  height: 13px;
  width: 1px;
  background: #d7d7d7;
  position: absolute;
  right: 0;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .header_tags ul li a::before {
    right: -2px;
    top: 1px;
  }
}
.header_tags ul li a:hover {
  color: #57a60a;
}
.header_tags ul li:last-child a::before {
  display: none;
}
.header_tags.tags_two {
  border: 0;
}
.header_tags.tags_three {
  border: 0;
}
.header_tags.tags_three ul li a:hover {
  color: #57a60a;
}
.header_tags.tags_four {
  border: 0;
}
.header_tags.tags_four ul li a:hover {
  color: #dc2925;
}

/*home three css here*/
.canvas_defult .canvas_open {
  margin: 17px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_defult .canvas_open {
    margin: 0;
  }
}
.canvas_defult .canvas_open span {
  color: #3f7709;
}
.canvas_defult .canvas_open a {
  color: #3f7709;
}

.Offcanvas_three .canvas_close a:hover {
  color: #fff;
  background: #57a60a;
  border-color: #57a60a;
}
.Offcanvas_three .slinky-theme-default a:not(.back):hover {
  color: #57a60a;
}

.header_three {
/* 	background: #a9fa5b; */
	background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_three {
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .header_three {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_three .header_middle {
    padding: 27px 0 27px;
  }
}
.header_three .dropdown_currency li a:hover, .header_three .dropdown_language li a:hover, .header_three .dropdown_links li a:hover {
  color: #57a60a;
}
.header_three .main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #57a60a;
}
.header_three .main_menu nav > ul > li ul.mega_menu > li > a:hover {
  color: #57a60a;
}
.header_three .main_menu nav > ul > li ul.mega_menu > li ul li a:hover {
  color: #57a60a;
}
.header_three .sticky-header.sticky {
  background: rgba(87, 166, 10, 0.8);
}
.header_three .sticky-header.sticky .categories_menu nav > ul > li > a {
  padding: 13px 10px 14px 10px;
  font-size: 15px;
  line-height: 25px;
}

.menu_three nav > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}

.search_three .search_box button {
  background: #242424;
}
.search_three .search_box button:hover {
  background: #363f4d;
}

.cart_three .cart_info a:hover {
  color: #57a60a;
}
.cart_three .cart_remove a:hover {
  color: #57a60a;
}
.cart_three .cart_button a {
  background: #eef0f1;
}
.cart_three .cart_button a:hover {
  background: #57a60a;
}

/*home four css here*/
.Offcanvas_four .canvas_close a:hover {
  color: #fff;
  background: #dc2925;
  border-color: #dc2925;
}
.Offcanvas_four .slinky-theme-default a:not(.back):hover {
  color: #dc2925;
}

.header_four {
  background: #dc2925;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_four {
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .header_four {
    padding-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_four .header_middle {
    padding: 27px 0 27px;
  }
}
.header_four .sticky-header.sticky {
  background: rgba(220, 41, 37, 0.8);
}
.header_four .sticky-header.sticky .categories_menu nav > ul > li > a {
  padding: 13px 15px 14px 15px;
  font-size: 16px;
  line-height: 25px;
}
.header_four .categories_menu nav > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
}
.header_four .dropdown_currency li a:hover, .header_four .dropdown_language li a:hover, .header_four .dropdown_links li a:hover {
  color: #dc2925;
}

.search_four .search_box button {
  background: #ff7f01;
}
.search_four .search_box button:hover {
  background: #363f4d;
}

.cart_four .cart_button a {
  background: #eef0f1;
}
.cart_four .cart_button a:hover {
  background: #dc2925;
}
.cart_four .cart_info a:hover {
  color: #dc2925;
}
.cart_four .cart_remove a:hover {
  color: #dc2925;
}

.menu_four nav > ul > li:hover > a {
  color: #242424;
}
.menu_four nav > ul > li a {
  color: #fff;
}
.menu_four nav > ul > li ul.sub_menu li a:hover {
  color: #dc2925;
}
.menu_four nav > ul > li ul.mega_menu > li > a:hover {
  color: #dc2925;
}
.menu_four nav > ul > li ul.mega_menu > li ul li a:hover {
  color: #dc2925;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_padding {
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .header_padding {
    padding-bottom: 25px;
  }
}
.header_padding .header_middle {
  padding: 27px 0 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_padding .header_middle {
    padding: 27px 0 27px;
  }
}
@media only screen and (max-width: 767px) {
  .header_padding .header_middle {
    padding: 20px 0 0px;
  }
}

/* 02. slider area css here */
.single_slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .single_slider {
    background-position: 10%;
  }
}
.single_slider .row {
  height: 490px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single_slider .row {
    height: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider .row {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider .row {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .single_slider .row {
    height: 330px;
  }
}

.slider_area .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translatex(-50%);
  display: block;
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-dots {
    bottom: 10px;
  }
}
.slider_area .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #e1e1e1;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.slider_area .owl-dots .owl-dot.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider_area .owl-dots .owl-dot.active::before {
  position: absolute;
  content: "";
  background: #57a60a;
  width: 13px;
  height: 13px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
}

.slider_nav:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.slider_nav .owl-nav > div {
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translatey(-50%);
  color: #e1e1e1;
  font-size: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_nav .owl-nav > div {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_nav .owl-nav > div {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_nav .owl-nav > div {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider_nav .owl-nav > div {
    display: none;
  }
}
.slider_nav .owl-nav > div:hover {
  color: #242424;
}
.slider_nav .owl-nav > div.owl-next {
  right: 200px;
  left: auto;
}
.slider_nav .owl-dots {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_nav .owl-dots {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_nav .owl-dots {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_nav .owl-dots {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .slider_nav .owl-dots {
    bottom: 10px;
    display: block;
  }
}

/*slider content css here*/
@media only screen and (max-width: 767px) {
  .slider_content {
    text-align: center;
  }
}
.slider_content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 0;
  margin-top: 18px;
  text-transform: capitalize;
  width: 650px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content p {
    font-size: 15px;
    width: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.slider_content h1, .slider_content h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  color: #242424;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content h1, .slider_content h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h1, .slider_content h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h1, .slider_content h2 {
    font-size: 21px;
    line-height: 27px;
  }
}
.slider_content h2 {
  font-weight: 400;
}
.slider_content a {
  font-weight: 500;
  margin-top: 45px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
}
.slider_content a:hover {
  background: #242424;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content a {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content a {
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content a {
    font-weight: 500;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
}

.active .slider_content p, .active .slider_content h1, .active .slider_content h2, .active .slider_content a {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.active .slider_content h1, .active .slider_content h2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.active .slider_content a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/*home two css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_two {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_two {
    margin-bottom: 30px;
  }
}
.slider_two .single_slider {
  border: 1px solid #ebebeb;
}
.slider_two .single_slider .row {
  height: 422px;
}
@media only screen and (max-width: 767px) {
  .slider_two .single_slider .row {
    height: 365px;
  }
}
.slider_two .owl-nav {
  display: none;
}

.slider_c_two {
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .slider_c_two {
    padding-left: 0;
  }
}
.slider_c_two h1, .slider_c_two h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 31px;
}
@media only screen and (max-width: 767px) {
  .slider_c_two h1, .slider_c_two h2 {
    font-size: 20px;
    line-height: 23px;
  }
}
.slider_c_two p {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .slider_c_two p {
    width: 100%;
  }
}

/*home three css here*/
.s_content_three a {
  background: #57a60a;
}
.s_content_three a:hover {
  background: #242424;
}

.slider_three {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}
.slider_three .owl-dots .owl-dot.active::before {
  background: #57a60a;
}

/*slider content css end*/
/*home four css here*/
.slider_four {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}
.slider_four .owl-dots .owl-dot.active::before {
  background: #dc2925;
}

.s_content_four a {
  background: #dc2925;
}
.s_content_four a:hover {
  background: #242424;
}

/*  04. banner section css here  */
.banner_area {
  margin-bottom: 40px;
}

.single_banner {
  position: relative;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .single_banner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single_banner.b_right {
    margin-bottom: 0;
  }
}
.single_banner::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
}
.single_banner:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.single_banner:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.single_banner::after {
  background: rgba(255, 255, 255, 0.6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
}

/*home two css here*/
.banner_right {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_right {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_right .single_banner {
    width: 50%;
    float: left;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_right .single_banner {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_right .single_banner a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_right .single_banner a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_right .single_banner a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_right .single_banner a img {
    width: 100%;
  }
}
.banner_right .single_banner:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_right .single_banner:first-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner_right .single_banner:first-child {
    margin-bottom: 30px;
  }
}

.banner_two {
  margin-bottom: 60px;
}

/*home four css here*/
.banner_four {
  margin-bottom: 60px;
}

/* 03. product section css here */
.product_thumb {
  position: relative;
}
.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.content_inner {
  position: relative;
}

.product_content {
  margin-top: 15px;
}

.single_product:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.single_product:hover .quick_button {
  opacity: 1;
  visibility: visible;
}

.action_links {
  padding: 12px 0 20px;
  border-top: 1px solid #ebebeb;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.action_links ul li {
  display: inline-block;
}
.action_links ul li.add_to_cart a {
  height: 40px;
  border-radius: 20px;
  padding: 0 22px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  color: #57a60a;
  background: #fff;
  border: 1px solid #ececec;
  line-height: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .action_links ul li.add_to_cart a {
    padding: 0 10px;
    height: 38px;
    line-height: 36px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .action_links ul li.add_to_cart a {
    padding: 0 10px;
    height: 36px;
    line-height: 35px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .action_links ul li.add_to_cart a {
    padding: 0 13px;
    height: 38px;
    line-height: 35px;
    font-size: 11px;
  }
}
.action_links ul li.add_to_cart a:hover {
  background: #57a60a;
  border-color: #57a60a;
  color: #fff;
}
.action_links ul li.add_to_cart a i {
  font-size: 16px;
  margin-right: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .action_links ul li.add_to_cart a i {
    font-size: 15px;
    margin-right: 2px;
  }
}
.action_links ul li.wishlist a, .action_links ul li.compare a {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #57a60a;
  border: 1px solid #ececec;
  display: inline-block;
  line-height: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .action_links ul li.wishlist a, .action_links ul li.compare a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .action_links ul li.wishlist a, .action_links ul li.compare a {
    height: 35px;
    width: 35px;
    line-height: 36px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .action_links ul li.wishlist a, .action_links ul li.compare a {
    height: 38px;
    width: 38px;
    font-size: 16px;
    line-height: 36px;
  }
}
.action_links ul li.wishlist a:hover, .action_links ul li.compare a:hover {
  background: #57a60a;
  border-color: #57a60a;
  color: #fff;
}

.quick_button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: ease .5s all;
}
.quick_button a {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 18px;
  color: #fff;
  background: #57a60a;
  border: 1px solid #57a60a;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.quick_button a:hover {
  background: #fff;
  border: 1px solid #ececec;
  color: #57a60a;
}

.label_product {
  position: absolute;
  bottom: 0;
  left: 0;
}
.label_product span.label_sale, .label_product span.label_new {
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background: #57a60a;
  color: #fff;
  display: inline-block;
}
.label_product span.label_new {
  background: #0363cd;
}

.product_name h3 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 8px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
.product_name h3 a {
  color: #0363cd;
  line-height: 20px;
  display: block;
}
.product_name h3 a:hover {
  color: #57a60a;
}

.product_ratings {
  margin-bottom: 5px;
}
.product_ratings ul {
  display: flex;
}
.product_ratings ul li {
  line-height: 18px;
}
.product_ratings ul li a {
  color: #FFCB15;
  font-size: 16px;
}

.price_box span.old_price {
  color: #555;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: 400;
}
.price_box span.current_price {
  color: #57a60a;
  font-size: 16px;
  font-weight: 600;
}

.countdown_area {
  display: flex;
}

.single_countdown {
  display: flex;
  margin-right: 3px;
}

.product_timing {
  margin-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
.product_timing::before {
  content: '';
  height: 5px;
  width: 100%;
  border-radius: 10px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product_timing::after {
  content: '';
  height: 5px;
  width: 70%;
  border-radius: 10px;
  background: #57a60a;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.product_timing h3 {
  float: left;
  color: #242424;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 23px;
  margin-right: 10px;
}

.countdown_number {
  font-weight: 500;
  font-size: 16px;
  color: #242424;
}

.product_carousel .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.product_carousel.product_column4 {
  padding: 32px 40px 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_carousel.product_column4 {
    padding: 32px 25px 33px;
  }
}
.product_carousel.product_column2 {
  padding: 0px 0 24px;
}
.product_carousel.product_column2 .owl-nav > div {
  left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_carousel.product_column2 .owl-nav > div {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_carousel.product_column2 .owl-nav > div {
    left: 0;
  }
}
.product_carousel.product_column2 .owl-nav > div.owl-next {
  right: 0;
}
.product_carousel.product_column1 {
  padding: 20px 30px 30px;
}
.product_carousel.carousel_column3 {
  padding: 5px 20px 25px;
}
.product_carousel:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.product_carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 30px;
  background: #eaeaea;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #313131;
  font-size: 18px;
  z-index: 1;
  height: 80px;
  border-radius: 0 3px 3px 0;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 15px;
}
.product_carousel .owl-nav > div:hover {
  background: #57a60a;
  color: #fff;
}
.product_carousel .owl-nav > div.owl-next {
  border-radius: 3px 0 0 3px;
  right: 15px;
  left: auto;
}

.home_product_wrapper {
  background: #F7F7F7;
  overflow: hidden;
  padding-top: 40px;
}

.default_product {
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #ebebeb;
}

.section_title {
  text-align: left;
  border-bottom: 2px solid #57a60a;
  background: #fff;
  position: relative;
}
.section_title h2 {
  font-size: 18px;
  color: #242424;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  display: inline-block;
  padding-left: 75px;
}
@media only screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 16px;
  }
}
.section_title .icone_img {
  width: 56px;
  height: 55px;
  background: #57a60a;
  position: absolute;
  top: 0px;
  left: 0;
}

/*product area css here*/
.product_banner {
  border-right: 1px solid #ebebeb;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_banner {
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
}
@media only screen and (max-width: 767px) {
  .product_banner {
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
}
.product_banner img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product_banner img:hover {
  opacity: 0.7;
}

.product_area .single_product {
  position: relative;
}
.product_area .single_product::before {
  content: '';
  height: 89%;
  width: 1px;
  position: absolute;
  top: 33px;
  right: -14px;
  background: #ebebeb;
  z-index: 9;
}
.product_area .product_column4 {
  padding: 0px 40px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_area .product_column4 {
    padding: 0px 25px 20px;
  }
}

.owl-item.active.last .single_product::before {
  display: none;
}

.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;
}

.product_tab_button {
  float: right;
  width: 55%;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_tab_button {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_button {
    width: 100%;
    justify-content: flex-start;
  }
}
.product_tab_button li a {
  line-height: 55px;
  display: block;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #0363cd;
}
.product_tab_button li a.active {
  color: #57a60a;
}
.product_tab_button li a:hover {
  color: #57a60a;
}
@media only screen and (max-width: 767px) {
  .product_tab_button li a {
    line-height: 45px;
    padding: 0 8px;
    font-size: 13px;
  }
}

/*home two cs here*/
.product_slick {
  padding: 5px 20px 10px;
}
.product_slick .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.product_slick .single_product {
  margin-bottom: 15px;
}
.product_slick:hover button {
  opacity: 1;
  visibility: visible;
}
.product_slick button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 30px;
  background: #eaeaea;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #313131;
  font-size: 18px;
  z-index: 1;
  height: 80px;
  border-radius: 0 3px 3px 0;
  border: 0;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: -5px;
}
.product_slick button:hover {
  background: #57a60a;
  color: #fff;
}
.product_slick button.next_arrow {
  right: -5px;
  left: auto;
  border-radius: 3px 0 0 3px;
}

.product_two .product_tab_button {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .product_two .product_tab_button {
    width: 100%;
  }
}
.product_two .action_links ul li.add_to_cart a {
  padding: 0 12px;
  height: 38px;
  line-height: 36px;
}
.product_two .action_links ul li.wishlist a, .product_two .action_links ul li.compare a {
  height: 38px;
  width: 38px;
  font-size: 17px;
  line-height: 36px;
}

/*small product css here*/
.small_product_area {
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #ebebeb;
}

.single_product_items {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.single_product_items .product_thumb {
  width: 80px;
  float: left;
}
.single_product_items .product_content {
  margin-left: 95px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .single_product_items .product_content {
    margin-left: 88px;
  }
}
.single_product_items:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}

.small_product_items {
  padding: 30px 30px 5px;
}
.small_product_items:hover button {
  opacity: 1;
  visibility: visible;
}
.small_product_items button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 30px;
  background: #eaeaea;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #313131;
  font-size: 18px;
  z-index: 1;
  height: 80px;
  border-radius: 0 3px 3px 0;
  border: 0;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}
.small_product_items button:hover {
  background: #57a60a;
  color: #fff;
}
.small_product_items button.next_arrow {
  right: 0;
  left: auto;
  border-radius: 3px 0 0 3px;
}

.messages_info {
  padding: 15px 10px;
  background: #57a60a;
  margin: 20px 0 60px;
}

.messages_desc {
  text-align: center;
}
.messages_desc p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.messages_desc p span {
  font-weight: 500;
  color: #fed700;
  text-transform: uppercase;
}

.custom_product .small_product_area {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product .small_product_area {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_product .small_product_area {
    margin-bottom: 60px;
  }
}

.home_product_wrapper.home_two {
  padding: 60px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_product_wrapper.home_two {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home_product_wrapper.home_two {
    padding: 60px 0 0;
  }
}

/*home three css here*/
.s_title_three {
  border-bottom: 2px solid #57a60a;
  background: #f7f7f7;
}
.s_title_three .icone_img {
  background: #57a60a;
}

.countdown_three {
  margin-bottom: 40px;
}

.tab_button_three li a:hover {
  color: #57a60a;
}
.tab_button_three li a.active {
  color: #57a60a;
}

.product_three .quick_button a {
  background: #57a60a;
  border: 1px solid #57a60a;
}
.product_three .quick_button a:hover {
  color: #57a60a;
  background: #fff;
  border-color: #ececec;
}
.product_three .label_product span.label_sale, .product_three .label_product span.label_new {
  background: #57a60a;
}
.product_three .label_product span.label_new {
  background: #0363cd;
}
.product_three .action_links ul li.add_to_cart a {
  height: 38px;
  padding: 0 13px;
  line-height: 36px;
}
.product_three .action_links ul li a {
  color: #57a60a;
}
.product_three .action_links ul li a:hover {
  color: #fff;
  background: #57a60a;
  border-color: #57a60a;
}
.product_three .action_links ul li.wishlist, .product_three .action_links ul li.compare {
  height: 37px;
  width: 37px;
  line-height: 36px;
}
.product_three .product_name h3 a:hover {
  color: #57a60a;
}
.product_three .price_box span.current_price {
  color: #57a60a;
}
.product_three .product_timing::after {
  background: #57a60a;
}
.product_three .owl-nav > div:hover {
  background: #57a60a;
}
.product_three button:hover {
  background: #57a60a;
}
.product_three .single_product::before {
  content: '';
  height: 89%;
  width: 1px;
  position: absolute;
  top: 33px;
  right: 0;
  background: #ebebeb;
  z-index: 9;
}
.product_three.product_column4 {
  padding: 5px 40px 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_three.product_column4 {
    padding: 5px 25px 33px;
  }
}

.product_three.carousel_column3 .single_product::before {
  right: 4px;
}

.nav_three {
  width: 62%;
}
@media only screen and (max-width: 767px) {
  .nav_three {
    width: 100%;
  }
}
.nav_three li a.active {
  color: #57a60a;
}
.nav_three li a:hover {
  color: #57a60a;
}

.small_p_three .product_name h3 a:hover {
  color: #57a60a;
}
.small_p_three .price_box span.current_price {
  color: #57a60a;
}
.small_p_three .small_product_items button:hover {
  background: #57a60a;
}

.home_product_wrapper.home_three {
  background: inherit;
  padding-top: 0;
}

.product_inner {
  background: #fff;
  border: 1px solid #ebebeb;
}

.product_area_three {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_area_three .product_tab_button li a {
    padding: 0 9px;
  }
}
@media only screen and (max-width: 767px) {
  .product_area_three .product_tab_button li a {
    padding: 0 9px;
  }
}

.messages_three {
  background: #57a60a;
  margin: 0 0 40px;
}

/*home four css here*/
.home_product_wrapper.home_four {
  background: inherit;
  padding-top: 0;
}

.s_title_four {
  border-bottom: 0;
  margin-bottom: 30px;
}
.s_title_four h2 {
  position: relative;
  padding-left: 0;
  padding-bottom: 15px;
  line-height: 18px;
}
.s_title_four h2::before {
  content: '';
  background: #dc2925;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product_four {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 25px 30px 30px;
}
.product_four .product_column1 {
  padding: 0;
}
.product_four .owl-nav > div {
  left: -15px;
}
.product_four .owl-nav > div:hover {
  background: #dc2925;
}
.product_four .owl-nav > div.owl-next {
  right: -15px;
}
.product_four .quick_button a {
  border: 1px solid #dc2925;
  background: #dc2925;
}
.product_four .quick_button a:hover {
  border-color: #ececec;
  background: #fff;
}
.product_four .label_product span.label_sale, .product_four .label_product span.label_new {
  background: #dc2925;
}
.product_four .action_links ul li a {
  color: #dc2925;
}
.product_four .action_links ul li a:hover {
  background: #dc2925;
  color: #fff;
  border-color: #dc2925;
}
.product_four .product_timing::after {
  background: #dc2925;
}
.product_four .price_box span.current_price {
  color: #dc2925;
}
.product_four .small_product_items {
  padding: 0;
}
.product_four .small_product_items button:hover {
  background: #dc2925;
}
.product_four button {
  left: -30px;
}
.product_four button.next_arrow {
  right: -30px;
}
.product_four .product_name h3 a:hover {
  color: #dc2925;
}
.product_four .carousel_column3 {
  padding: 0;
}
.product_four .product_tab_button li a {
  line-height: 18px;
}
.product_four .product_tab_button li a.active {
  color: #dc2925;
}
.product_four .product_tab_button li a:hover {
  color: #dc2925;
}

.small_product_area.product_four {
  padding-bottom: 15px;
}

.countdown_product.product_four {
  margin-bottom: 40px;
}

.product_area.product_four {
  margin-bottom: 40px;
}
.product_area.product_four .action_links ul li.add_to_cart a {
  height: 36px;
  padding: 0 11px;
  font-size: 11px;
  line-height: 34px;
}
.product_area.product_four .action_links ul li.wishlist a, .product_area.product_four .action_links ul li.compare a {
  height: 36px;
  width: 36px;
  font-size: 17px;
  line-height: 34px;
}

.messages_four {
  background: #dc2925;
  padding: 17px 10px;
  margin: 20px 0 0;
}
.messages_four .messages_desc {
  position: relative;
}
.messages_four .messages_desc::before {
  content: '';
  background: url("../img/about/bg-bottom.png") no-repeat 0 0;
  height: 55px;
  width: 126px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -16px;
}

.custom_four {
  background: #f7f7f7;
  padding: 60px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_four {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .custom_four {
    padding: 60px 0 0;
  }
}

/* 05. blog area css here */
.blog_testimonial_area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog_content h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_content h3 {
    font-size: 15px;
  }
}
.blog_content h3 a {
  color: #242424;
}
.blog_content h3 a:hover {
  color: #57a60a;
}
.blog_content span {
  color: #555;
  font-size: 14px;
  text-transform: capitalize;
}
.blog_content span a:hover {
  color: #57a60a;
}

.blog_desc {
  margin-top: 10px;
}
.blog_desc p {
  color: #242424;
  font-size: 14px;
  line-height: 20px;
}

.blog_thumb {
  margin-bottom: 42px;
  position: relative;
}

.blog_date {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 6px 14px;
  bottom: -25px;
  left: 15px;
  border: 2px solid #ebebeb;
  border-radius: 3px;
  text-align: center;
}
.blog_date span {
  font-size: 16px;
  color: #242424;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
}
.blog_date span:last-child {
  font-size: 12px;
}

.blog_area {
  border: 1px solid #ebebeb;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_area {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_area {
    margin-bottom: 40px;
  }
}

.blog_container {
  padding: 30px 30px 26px;
}
@media only screen and (max-width: 767px) {
  .blog_container {
    padding: 30px 20px 26px;
  }
}
.blog_container:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.blog_container .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog_container .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 30px;
  background: #eaeaea;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #313131;
  font-size: 18px;
  z-index: 1;
  height: 80px;
  border-radius: 0 3px 3px 0;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 15px;
}
.blog_container .owl-nav > div:hover {
  background: #57a60a;
  color: #fff;
}
.blog_container .owl-nav > div.owl-next {
  right: 15px;
  left: auto;
  border-radius: 3px 0 0 3px;
}

/*home two css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_two {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_two {
    margin-bottom: 40px;
  }
}
.blog_two .blog_container .owl-nav > div {
  left: 0;
}
.blog_two .blog_container .owl-nav > div.owl-next {
  right: 0;
  left: auto;
}

.blog_content .read_more {
  margin-top: 30px;
}
.blog_content .read_more a {
  height: 45px;
  line-height: 43px;
  border: 1px solid #57a60a;
  padding: 0 40px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  background: #57a60a;
  border-radius: 30px;
}
.blog_content .read_more a:hover {
  background: #fff;
  color: #57a60a;
}

/*home three cs here*/
.blog_three {
  margin-top: 40px;
}
.blog_three .blog_container .owl-nav > div {
  left: 0;
}
.blog_three .blog_container .owl-nav > div:hover {
  background: #57a60a;
}
.blog_three .blog_container .owl-nav > div.owl-next {
  right: 0;
  left: auto;
}
.blog_three .blog_content .read_more a {
  border: 1px solid #57a60a;
  background: #57a60a;
}
.blog_three .blog_content .read_more a:hover {
  background: #fff;
  color: #57a60a;
}

/*home four css here*/
.blog_four {
  padding: 25px 30px 30px;
}
.blog_four .blog_container {
  padding: 0;
}
.blog_four .blog_container .owl-nav > div {
  left: -30px;
}
.blog_four .blog_container .owl-nav > div:hover {
  background: #dc2925;
}
.blog_four .blog_container .owl-nav > div.owl-next {
  left: auto;
  right: -30px;
}
.blog_four .blog_content .read_more a {
  border: 1px solid #dc2925;
  background: #dc2925;
}
.blog_four .blog_content .read_more a:hover {
  background: #fff;
  color: #dc2925;
}

/*06. newsletter area css here*/
.newletter_area {
  padding: 40px 0;
  border-top: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .newletter_area {
    padding: 35px 0 40px;
  }
}

.newletter_title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .newletter_title {
    margin-bottom: 25px;
  }
}
.newletter_title img {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_title img {
    margin-right: 10px;
  }
}

.newletter_content h2 {
  color: #242424;
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_content h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_content h2 {
    font-size: 18px;
  }
}
.newletter_content p {
  font-size: 14px;
  color: #333;
  margin: 13px 0 0;
  line-height: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_content p {
    font-size: 13px;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_content p {
    font-size: 13px;
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_content p {
    font-size: 13px;
    margin: 5px 0 0;
  }
}

.newletter_subscribe form {
  position: relative;
  width: 550px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  float: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_subscribe form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_subscribe form {
    width: 100%;
  }
}
.newletter_subscribe form input {
  width: 100%;
  border: 0;
  background: none;
  padding: 0 150px 0 20px;
  height: 50px;
  font-size: 14px;
  color: #a5a5a5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form input {
    padding: 0 125px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_subscribe form input {
    padding: 0 110px 0 20px;
    height: 40px;
  }
}
.newletter_subscribe form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  padding: 0 35px;
  background: #57a60a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 30px 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newletter_subscribe form button:hover {
  background: #0363cd;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form button {
    font-size: 13px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_subscribe form button {
    padding: 0 15px;
  }
}

/*home two css here*/
.newletter_two {
  border-top: 1px solid #363636;
}
.newletter_two .newletter_content h2 {
  color: #fff;
}
.newletter_two .newletter_content p {
  color: #888888;
}
.newletter_two .newletter_subscribe form {
  background: #252525;
  border: 1px solid #363636;
}

/*home three css here*/
.newletter_three .newletter_subscribe form button {
  background: #57a60a;
}
.newletter_three .newletter_subscribe form button:hover {
  background: #242424;
}

/* 21. shipping css here */
.shipping_area {
  padding: 24px 0 36px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_area {
    padding: 24px 0 26px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_area {
    padding: 24px 0 25px;
  }
}

.single_shipping {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_shipping {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .single_shipping {
    margin-bottom: 12px;
  }
}

.shipping_icone {
  margin-bottom: 5px;
}

.shipping_content h2 {
  font-size: 16px;
  line-height: 24px;
  color: #242424;
  font-weight: 500;
  margin-bottom: 5px;
}
.shipping_content p {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/*home three css here*/
.shipping_three {
  background: #f7f7f7;
}

/*testimonial css here*/
.testimonial_container {
  padding: 22px 30px 20px;
}
.testimonial_container .testimonial_images {
  width: 84px;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testimonial_container .testimonial_images img {
  width: inherit;
  border-radius: 50%;
}
.testimonial_container .testimonial_content {
  margin-top: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .testimonial_content {
    margin-top: 50px;
  }
}
.testimonial_container .testimonial_content p {
  padding: 0;
  margin-bottom: 12px;
  color: #242424;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .testimonial_content p {
    margin-bottom: 12px;
  }
}
.testimonial_container .testimonial_content a {
  color: #57a60a;
  font-weight: 600;
  font-size: 16px;
}
.testimonial_container .testimonial_content a:hover {
  color: #242424;
}
.testimonial_container:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.testimonial_container .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 30px;
  background: #eaeaea;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #313131;
  font-size: 18px;
  z-index: 1;
  height: 80px;
  border-radius: 0 3px 3px 0;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0px;
}
.testimonial_container .owl-nav > div:hover {
  background: #57a60a;
  color: #fff;
}
.testimonial_container .owl-nav > div.owl-next {
  right: 0;
  left: auto;
  border-radius: 3px 0 0 3px;
}

.testimonial_banner {
  background: url(../img/about/testimonial.jpg) no-repeat 0 0;
  height: 155px;
  width: 100%;
}

.testimonial_section {
  border: 1px solid #ebebeb;
  background: #fff;
}

.testimonial_are {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .testimonial_are {
    margin-bottom: 65px;
  }
}

.testimonial_titile {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .testimonial_titile {
    margin-bottom: 15px;
  }
}
.testimonial_titile h1, .testimonial_titile .slider_content h2, .slider_content .testimonial_titile h2, .testimonial_titile .slider_c_two h2, .slider_c_two .testimonial_titile h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: #242424;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_titile h1, .testimonial_titile .slider_content h2, .slider_content .testimonial_titile h2, .testimonial_titile .slider_c_two h2, .slider_c_two .testimonial_titile h2 {
    font-size: 20px;
  }
}

.testimonial_active.owl-carousel .single_testimonial img {
  width: inherit;
  margin: 0 auto;
  margin-bottom: 15px;
}
.testimonial_active.owl-carousel .owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .testimonial_active.owl-carousel .owl-dots {
    top: 10px;
  }
}
.testimonial_active.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #ebebeb;
  border-radius: 100%;
  margin: 0 4px;
  display: inline-block;
}
.testimonial_active.owl-carousel .owl-dots .owl-dot.active {
  background: #57a60a;
}

.single_testimonial {
  text-align: center;
}
.single_testimonial p {
  padding: 0 145px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_testimonial p {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single_testimonial p {
    padding: 0;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.single_testimonial span {
  display: block;
  margin-bottom: 20px;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  .single_testimonial span {
    margin-bottom: 12px;
  }
}
.single_testimonial span.name {
  font-weight: 700;
  color: #242424;
  text-transform: uppercase;
}

/*brand css here*/
.brand_container .brand_items {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 25px;
}
.brand_container .brand_items:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .brand_container .brand_items {
    border-right: 0;
  }
}
.brand_container .brand_items img {
  width: inherit;
  margin: 0 auto;
}

.brand_area {
  padding: 60px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .brand_area {
    padding: 18px 0;
  }
}

.owl-item.active.last .brand_items {
  border-right: 0;
}

/*  07. footer area css here */
.footer_widgets {
  background: #f7f7f7;
  padding-top: 60px;
}

.footer_top {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_top {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_top {
    padding-bottom: 24px;
  }
}

@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: 27px;
    text-align: center;
  }
}
.widgets_container h3 {
  color: #242424;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer_logo {
  margin-bottom: 12px;
}

.footer_contact p {
  font-size: 14px;
  color: #242424;
  margin-bottom: 15px;
  line-height: 25px;
}
.footer_contact ul {
  margin-top: 10px;
}
.footer_contact ul li {
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_contact ul li {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li {
    margin-right: 5px;
  }
}
.footer_contact ul li:last-child {
  margin-right: 0;
}
.footer_contact ul li a {
  color: #b2b2b2;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li a {
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.footer_contact ul li.twitter a {
  background: #40c1df;
}
.footer_contact ul li.twitter a:hover {
  background: #57a60a;
}
.footer_contact ul li.facebook a {
  background: #3c5b9b;
}
.footer_contact ul li.facebook a:hover {
  background: #57a60a;
}
.footer_contact ul li.googleplus a {
  background: #ed3c32;
}
.footer_contact ul li.googleplus a:hover {
  background: #57a60a;
}
.footer_contact ul li.behance a {
  background: #c619b8;
}
.footer_contact ul li.behance a:hover {
  background: #57a60a;
}
.footer_contact ul li.pinterest a {
  background: #eb8314;
}
.footer_contact ul li.pinterest a:hover {
  background: #57a60a;
}
.footer_contact ul li.youtube a {
  background: #c72982;
}
.footer_contact ul li.youtube a:hover {
  background: #57a60a;
}

.footer_menu ul li {
  line-height: 30px;
}
.footer_menu ul li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #242424;
}
.footer_menu ul li a:hover {
  color: #57a60a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright_area {
    text-align: center;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright_area {
    text-align: center;
    margin-bottom: 14px;
  }
}
.copyright_area p {
  text-transform: capitalize;
  line-height: 30px;
  font-size: 14px;
  color: #242424;
}
.copyright_area p a {
  color: #57a60a;
}
.copyright_area p a:hover {
  text-decoration: underline;
}

.footer_bottom {
  padding: 23px 0 16px;
  border-top: 1px solid #ebebeb;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_bottom {
    padding: 20px 0 29px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_bottom {
    padding: 23px 0 19px;
  }
}

.footer_paypal {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_paypal {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer_paypal {
    text-align: center;
  }
}
.footer_paypal ul li {
  display: inline-block;
  margin-left: 10px;
}
.footer_paypal ul li:first-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer_paypal ul li {
    margin-bottom: 10px;
  }
}

/*footer two css here*/
.footer_two {
  background: #1f1f1f;
}
.footer_two .footer_contact p {
  color: #888888;
}
.footer_two .widgets_container h3 {
  color: #fff;
}
.footer_two .footer_menu ul li a {
  color: #888888;
}
.footer_two .footer_menu ul li a:hover {
  color: #57a60a;
}
.footer_two .footer_bottom {
  border-top: 1px solid #363636;
}
.footer_two .copyright_area p {
  color: #888888;
}

/*home three css here*/
.footer_three .footer_menu ul li a:hover {
  color: #57a60a;
}
.footer_three .copyright_area p a {
  color: #57a60a;
}

.footer_four .footer_menu ul li a:hover {
  color: #dc2925;
}
.footer_four .copyright_area p a {
  color: #dc2925;
}

.newletter_four .newletter_subscribe form button {
  background: #dc2925;
}
.newletter_four .newletter_subscribe form button:hover {
  background: #0363cd;
}

/*collection area css here*/
.collection_area {
  margin-bottom: 94px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .collection_area {
    margin-bottom: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .collection_area {
    margin-bottom: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_area {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_area {
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_img {
    margin-bottom: 21px;
  }
}
.collection_img img:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .collection_content {
    text-align: center;
  }
}
.collection_content h1, .collection_content .slider_content h2, .slider_content .collection_content h2, .collection_content .slider_c_two h2, .slider_c_two .collection_content h2 {
  font-size: 120px;
  color: #a4a4a4;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h1, .collection_content .slider_content h2, .slider_content .collection_content h2, .collection_content .slider_c_two h2, .slider_c_two .collection_content h2 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h1, .collection_content .slider_content h2, .slider_content .collection_content h2, .collection_content .slider_c_two h2, .slider_c_two .collection_content h2 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}
.collection_content h4 {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h4 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h4 {
    margin-bottom: 12px;
  }
}
.collection_content h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
}
.collection_content p {
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .collection_content p {
    font-size: 15px;
  }
}
.collection_content a {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #444444;
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content a {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content a {
    margin-top: 15px;
    font-size: 16px;
  }
}
.collection_content a:hover {
  color: #57a60a;
  border-color: #57a60a;
}

@media only screen and (max-width: 767px) {
  .collection_2 {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_2 .collection_content {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_4 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_4 .collection_content {
    margin-bottom: 29px;
  }
}

/*categories section css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_area {
    margin-top: 68px;
  }
}

.categories_thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .categories_thumb {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .categories_thumb a {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .categories_thumb img {
    height: 100%;
    object-fit: cover;
  }
}

.categories_content {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translatey(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_content {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_content {
    right: 15px;
  }
}
.categories_content h4 {
  color: #444444;
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .categories_content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.categories_content h2 {
  color: #444444;
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .categories_content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.categories_content p {
  color: #444444;
  font-size: 17px;
  width: 440px;
  font-weight: 500;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content p {
    width: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_content p {
    font-size: 14px;
    width: 210px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
.categories_content a {
  text-transform: capitalize;
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #444444;
}
.categories_content a:hover {
  color: #57a60a;
  border-color: #57a60a;
}

#fp-nav {
  right: 31px;
}

.categories_area .col-12 {
  padding: 0;
}

.categories_content.content_left {
  left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content.content_left {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_content.content_left {
    left: 30px;
  }
}

/* 10. shop page css here */
.header_shop {
  border-bottom: 1px solid #ebebeb;
}
.header_shop .header_top {
  padding: 7px 0;
}
.header_shop .header_middel {
  padding: 40px 0 18px;
}
@media only screen and (max-width: 767px) {
  .header_shop .header_middel {
    padding: 21px 0 18px;
  }
}
.header_shop .header_bottom {
  padding: 0;
}

.breadcrumbs_area {
  margin-bottom: 30px;
  background: #f9f9f9;
}

.breadcrumb_content {
  padding: 20px 0;
}
.breadcrumb_content ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 3px;
  padding-right: 13px;
  color: #444444;
  position: relative;
}
.breadcrumb_content ul li::before {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.breadcrumb_content ul li:last-child {
  margin-right: 0;
}
.breadcrumb_content ul li:last-child::before {
  display: none;
}
.breadcrumb_content ul li a {
  color: #5a5a5a;
}
.breadcrumb_content ul li a:hover {
  color: #57a60a;
}

.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: 29px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
}
.widget_list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_list h2 {
  color: #242424;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 5px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}
.widget_list > ul > li {
  margin-bottom: 8px;
  position: relative;
}
.widget_list > ul > li:last-child {
  margin-bottom: 0;
}
.widget_list > ul > li input {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}
.widget_list > ul > li input:checked ~ .checkmark {
  background-color: #57a60a;
  border: 1px solid #57a60a;
}
.widget_list > ul > li input:checked ~ .checkmark::before {
  display: block;
}
.widget_list > ul > li > a {
  color: #444444;
  display: block;
  line-height: 27px;
  margin-left: 30px;
}
.widget_list > ul > li > a:hover {
  color: #57a60a;
}
.widget_list > ul > li span.checkmark {
  height: 17px;
  width: 17px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 0;
  background: #f4f4f4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_list > ul > li span.checkmark::before {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.ui-slider-horizontal .ui-slider-range {
  background: #57a60a;
  height: 5px;
}

.ui-slider-horizontal {
  height: 3px;
  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: #fff;
  border: 0;
  border-radius: 0;
  width: 13px;
  height: 13px;
  top: -5px;
  cursor: e-resize;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.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 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: #444444;
  border: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_list.widget_filter form button:hover {
  background: #57a60a;
}

.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: 20px;
}
.shop_title h1, .shop_title .slider_content h2, .slider_content .shop_title h2, .shop_title .slider_c_two h2, .slider_c_two .shop_title h2 {
  color: #242424;
  font-size: 33px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .niceselect_option {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page_amount {
    margin-bottom: 12px;
  }
}
.page_amount p {
  color: #5a5a5a;
}
@media only screen and (max-width: 767px) {
  .page_amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.list_button ul li {
  margin-right: 12px;
}
.list_button ul li:last-child {
  margin-right: 0;
}
.list_button ul li a:hover {
  color: #57a60a;
}
.list_button ul li a i {
  margin-right: 5px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.list_button ul li a.active {
  color: #57a60a;
}
.list_button ul li a.active i {
  background: #57a60a;
  color: #ffffff;
}

.product_ratting ul li {
  display: inline-block;
}
.product_ratting ul li a {
  color: #57a60a;
}

@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;
  color: #242424;
  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: #57a60a;
  color: #ffffff;
}
.pagination ul li.current {
  background: #57a60a;
  color: #ffffff;
}
.pagination ul li.next {
  width: 60px;
}

.shop_toolbar.t_bottom {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 36px;
}
@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;
    margin-top: 34px;
  }
}
@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_area {
  margin-bottom: 60px;
}
.shop_area.pt-30 {
  padding-top: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_area .list_view.active {
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_area .list_view.active {
    margin-bottom: 54px;
  }
}

/* shop page css here*/
@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;
  }
}

.row.shop_wrapper {
  flex-direction: row;
}
.row.shop_wrapper.grid_list {
  padding-bottom: 4px;
}

.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;
}

.grid_list .product_content.grid_content {
  display: none;
}

.grid_list .product_content.list_content {
  display: block;
  min-width: 0 0 66.666667%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content {
    flex: 0 0 58.333333%;
    min-width: 58.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex: 0 0 100%;
    min-width: 100%;
    margin-left: 0;
  }
}
.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: 8px;
}

.left_caption {
  width: 62%;
  padding-right: 20px;
  border-right: 1px solid #ddd;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .left_caption {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .right_caption {
    width: 100%;
  }
}
.right_caption .product_name h3 span {
  color: #242424;
  margin-right: 5px;
}
.right_caption .product_name h3 a {
  display: inline-block;
  color: #555;
}
.right_caption .product_name h3 a:hover {
  color: #57a60a;
}

.add_to_links ul li.add_to_cart {
  margin-bottom: 15px;
}
.add_to_links ul li.add_to_cart a {
  padding: 0 27px;
  border: 1px solid #ebebeb;
  background: #f4f4f4;
  color: #555;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
}
.add_to_links ul li.add_to_cart a:hover {
  background: #57a60a;
  color: #fff;
  border-color: #57a60a;
}
.add_to_links ul li.wishlist, .add_to_links .action_links ul li.compare, .action_links .add_to_links ul li.compare {
  margin-bottom: 10px;
}
.add_to_links ul li.wishlist a, .add_to_links .action_links ul li.compare a, .action_links .add_to_links ul li.compare a {
  color: #555;
  font-weight: 500;
}
.add_to_links ul li.wishlist a:hover, .add_to_links .action_links ul li.compare a:hover, .action_links .add_to_links ul li.compare a:hover {
  color: #57a60a;
}
.add_to_links ul li.compare a {
  color: #555;
  font-weight: 500;
}
.add_to_links ul li.compare a:hover {
  color: #57a60a;
}

.grid_list .single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
  }
}

.grid_list .product_thumb {
  margin-bottom: 0;
  min-width: 33.333333%;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_thumb {
    flex: 0 0 41.666667%;
    min-width: 41.666667%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_thumb {
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.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 40px;
}
@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;
  margin-bottom: 20px;
}
.shop_wrapper .label_product {
  bottom: 40px;
}
.shop_wrapper.grid_4 .action_links ul li.add_to_cart a {
  height: 36px;
  padding: 0 6px;
  font-size: 11px;
  line-height: 34px;
}
.shop_wrapper.grid_4 .action_links ul li.wishlist a, .shop_wrapper.grid_4 .action_links ul li.compare a {
  height: 34px;
  width: 34px;
  line-height: 33px;
  font-size: 15px;
}

.widget_inner {
  background: #78b73b;
  /* background: #f4f4f4; */
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_inner {
    margin-bottom: 60px;
  }
}

/* shop page css end*/
/*shop fullwidth css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}

/* 15. product details css here */
.product_bread .breadcrumb_content ul li a {
  line-height: 35px;
}

#img-1 {
  border: 1px solid #ebebeb;
}

.product_details {
  margin-bottom: 60px;
}

.header_product {
  border-bottom: 1px solid #ebebeb;
}

.product_d_right h1, .product_d_right .slider_content h2, .slider_content .product_d_right h2, .product_d_right .slider_c_two h2, .slider_c_two .product_d_right h2 {
  color: #0363cd;
  text-transform: capitalize;
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_d_right h1, .product_d_right .slider_content h2, .slider_content .product_d_right h2, .product_d_right .slider_c_two h2, .slider_c_two .product_d_right h2 {
    font-size: 20px;
  }
}
.product_d_right .product_ratting {
  margin-bottom: 12px;
}
.product_d_right .product_price {
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_price {
    margin-bottom: 16px;
  }
}
.product_d_right .product_price span.current_price {
  font-size: 18px;
  color: #57a60a;
  font-weight: 700;
}
.product_d_right .product_price span.old_price {
  color: #555;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 10px;
}
.product_d_right .product_desc {
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_desc {
    margin-bottom: 30px;
    padding-bottom: 22px;
  }
}
.product_d_right .product_desc::before {
  display: none;
}
.product_d_right .product_desc p {
  font-size: 14px;
  line-height: 26px;
}
.product_d_right .priduct_social ul li {
  display: inline-block;
  margin-right: 7px;
}
.product_d_right .priduct_social ul li:last-child {
  margin-right: 0;
}
.product_d_right .priduct_social ul li a {
  color: #242424;
  display: block;
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #ebebeb;
}
.product_d_right .priduct_social ul li a:hover {
  background: #57a60a;
  color: #ffffff;
  border-color: #57a60a;
}

.product_nav {
  float: right;
  position: relative;
  top: -39px;
}
@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: #57a60a;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.product_nav ul li a:hover {
  background: #242424;
}

.product_variant.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity {
    margin-bottom: 16px;
  }
}
.product_variant.quantity label {
  color: #242424;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}
.product_variant.quantity input {
  width: 130px;
  border: 1px solid #ebebeb;
  background: none;
  height: 42px;
  padding: 0 12px;
  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.quantity button {
  border: 0;
  font-size: 16px;
  margin-left: 20px;
  background: #57a60a;
  height: 42px;
  line-height: 42px;
  text-transform: capitalize;
  min-width: 270px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity button {
    min-width: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity button {
    min-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity button {
    min-width: inherit;
    margin-left: 10px;
  }
}
.product_variant.quantity button:hover {
  background: #242424;
}
.product_variant.color {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product_variant.color {
    margin-bottom: 18px;
  }
}
.product_variant.color h3 {
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 40px;
  min-width: 50px;
}
.product_variant.color .niceselect_option {
  width: 300px;
  height: 42px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .product_variant.color .niceselect_option {
    width: 160px;
  }
}

.product_d_action {
  margin-bottom: 22px;
}
.product_d_action ul li a {
  font-size: 14px;
  color: #242424;
  line-height: 30px;
}
.product_d_action ul li a:hover {
  color: #57a60a;
}

.product_meta {
  margin-bottom: 26px;
}
.product_meta span {
  font-weight: 500;
  color: #242424;
}
.product_meta span a {
  color: #5a5a5a;
  margin-left: 10px;
  font-weight: 400;
}

.product_info_button {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .product_info_button {
    margin-bottom: 20px;
  }
}
.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 20px;
  color: #555;
  font-weight: 500;
  margin-right: 35px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li a {
    margin-right: 25px;
    font-size: 18px;
  }
}
.product_info_button ul li a.active {
  color: #57a60a;
}
.product_info_button ul li a:hover {
  color: #57a60a;
}
.product_info_button ul li:last-child a {
  margin-right: 0;
}

.product_review_form button {
  border: none;
  background: #242424;
  color: #ffffff;
  text-transform: uppercase;
  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: #57a60a;
  color: #ffffff;
}

.product_info_content p {
  color: #5a5a5a;
  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: 500;
  color: #242424;
}

.product_d_inner {
  border: 1px solid #ebebeb;
  padding: 15px 30px 50px;
}
@media only screen and (max-width: 767px) {
  .product_d_inner {
    padding: 15px 30px 24px;
  }
}

.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;
  color: #242424;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .reviews_wrapper h2 {
    font-size: 15px;
  }
}
.reviews_wrapper .product_ratting {
  margin-bottom: 20px;
}
.reviews_wrapper .product_ratting h3 {
  font-size: 14px;
  color: #242424;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
}

.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: #57a60a;
}

.product_d_info {
  margin-bottom: 60px;
}

.reviews_comment_box {
  display: flex;
  margin-bottom: 22px;
}
.reviews_comment_box .comment_text {
  width: 100%;
  border: 1px solid #ebebeb;
  position: relative;
  margin-left: 21px;
  padding: 12px;
  border-radius: 3px;
}
.reviews_comment_box .comment_text::before {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.reviews_meta p {
  color: #777;
  font-size: 15px;
  margin-bottom: 15px;
}
.reviews_meta p strong {
  text-transform: uppercase;
  font-weight: 500;
  color: #242424;
}

.s-tab-zoom.owl-carousel .owl-nav {
  display: block;
}
.s-tab-zoom.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  color: #333;
  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;
}
.s-tab-zoom.owl-carousel .owl-nav div:hover {
  background: #57a60a;
  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%;
}

.related_products {
  border: 1px solid #ebebeb;
  padding: 25px 30px 28px;
}
.related_products .product_column4 {
  padding: 0;
}
.related_products .carousel_column3 {
  padding: 0;
}
.related_products .section_title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
}
.related_products .section_title h2 {
  line-height: 18px;
  padding-left: 0;
}
.related_products .owl-nav > div {
  left: -15px;
}
.related_products .owl-nav > div.owl-next {
  right: -15px;
}

.product_area.related {
  margin-bottom: 60px;
}

/* 12. product grouped css here */
.grouped_form {
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grouped_form {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .grouped_form {
    margin-bottom: 17px;
  }
}
.grouped_form table {
  width: 100%;
}
.grouped_form table tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.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 #ebebeb;
  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 {
  color: #444444;
}
.grouped_form table tbody tr td.grouped-product-list.label a:hover {
  color: #57a60a;
}
.grouped_form table tbody tr td.grouped-product-list.price {
  font-size: 14px;
  color: #444444;
  font-weight: 600;
  min-width: 190px;
}
.grouped_form table tbody tr td.grouped-product-list.price p {
  color: #444444;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.grouped_form table tbody tr td.grouped-product-list.price p::before {
  color: #57a60a;
  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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .variable_product {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .variable_product {
    margin-bottom: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .variable_product .product-details-tab {
    margin-bottom: 49px;
  }
}
.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;
  color: #444444;
  font-weight: 400;
}
.product_d_meta span:last-child {
  margin-bottom: 0;
}
.product_d_meta span a:hover {
  color: #57a60a;
}

/*product sidebar css here*/
.product_sidebar {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product_sidebar.pt-30 {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar {
    margin-bottom: 60px;
  }
}
@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: 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 .upsell_product {
  padding-bottom: 52px;
}
.product_sidebar .upsell_product .product_area {
  padding-bottom: 0;
  border-bottom: 0;
}
.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;
  }
}
.product_sidebar .product_variant.quantity button {
  min-width: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .product_variant.quantity button {
    min-width: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .product_variant.quantity button {
    min-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product_variant.quantity button {
    min-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product-details-tab {
    margin-bottom: 0;
  }
}

.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 #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@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 (min-width: 768px) and (max-width: 991px) {
  .product_right_sidebar .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .product_right_sidebar {
    margin-bottom: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .product_right_sidebar .product_d_right {
    margin-bottom: 42px;
  }
}

/* 13. cart page css here */
.header_cart_page {
  border-bottom: 1px solid #ebebeb;
}

.other_bread {
  padding-top: 41px;
  padding-bottom: 41px;
}

.table_desc {
  border: 1px solid #ebebeb;
  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 #57a60a;
  border-right: 1px solid #ebebeb;
  color: #242424;
  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 #ebebeb;
  border-right: 1px solid #ebebeb;
  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: #57a60a;
}
.table_desc .cart_page table tbody tr td.product_remove a:hover {
  color: #57a60a;
}
.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 {
  color: #242424;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #57a60a;
}
.table_desc .cart_page table tbody tr td.product-price {
  min-width: 130px;
  color: #242424;
  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 {
  color: #242424;
  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 #ebebeb;
}
.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: #444444;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.cart_submit button:hover {
  background: #57a60a;
}

.coupon_inner {
  padding: 10px 20px 25px;
}
.coupon_inner p {
  color: #5a5a5a;
  font-size: 13px;
  margin-bottom: 20px;
}
.coupon_inner button {
  background: #444444;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.coupon_inner button:hover {
  background: #57a60a;
}
.coupon_inner input {
  border: 1px solid #ebebeb;
  height: 42px;
  background: none;
  padding: 0 20px;
  margin-right: 20px;
  color: #5a5a5a;
}
@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: #57a60a;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  border-radius: 3px;
}

.coupon_code {
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .coupon_code.left {
    margin-bottom: 59px;
  }
}
.coupon_code h3 {
  color: #ffffff;
  line-height: 37px;
  padding: 5px 15px;
  background: #444444;
  text-transform: uppercase;
  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 {
  color: #444444;
  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: #57a60a;
  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: #444444;
}

.coupon_area {
  margin-bottom: 60px;
}

.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 #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@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 */
.user-actions {
  margin-bottom: 20px;
}
.user-actions h3 {
  font-size: 13px;
  font-weight: 400;
  color: #444444;
  background-color: #f7f6f7;
  padding: 15px 10px;
  border-top: 3px solid #57a60a;
  margin-bottom: 0;
}
.user-actions h3 a {
  color: #57a60a;
}

.checkout_info {
  border: 1px solid #ebebeb;
  margin-top: 25px;
  padding: 20px 30px;
}
.checkout_info p {
  margin-bottom: 0;
}
.checkout_info a {
  color: #57a60a;
  margin-top: 15px;
  display: block;
}

.form_group {
  margin-bottom: 20px;
}
.form_group label {
  color: #444444;
  font-size: 14px;
  display: block;
  line-height: 18px;
}
.form_group input {
  border: 1px solid #ebebeb;
  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: #444444;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  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: #57a60a;
}

.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: #57a60a;
}

#checkout_coupon input {
  background: none;
  border: 1px solid #ebebeb;
  width: 200px;
  height: 45px;
  font-size: 12px;
  padding: 0 20px;
  color: #5a5a5a;
}
#checkout_coupon button {
  width: 130px;
  background: #444444;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  #checkout_coupon button {
    margin-top: 20px;
  }
}
#checkout_coupon button:hover {
  background: #57a60a;
}

.mb-20 {
  margin-bottom: 20px;
}

.checkout_form h3 {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  background: #444444;
  font-weight: 600;
}
.checkout_form input {
  border: 1px solid #ebebeb;
  background: none;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #5a5a5a;
}
.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 {
  color: #242424;
  font-weight: 600;
}
.checkout_form label span {
  color: #57a60a;
}
.checkout_form label.righ_0 {
  cursor: pointer;
  font-size: 15px;
  line-height: 27px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #444444;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}
@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: #444444;
}

.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: #57a60a;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 3px;
}
.order_button button:hover {
  background: #444444;
}

@media only screen and (max-width: 767px) {
  .order-notes {
    margin-bottom: 56px;
  }
}
.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: #5a5a5a;
}
.order-notes label {
  line-height: 13px;
}

.Checkout_section {
  padding-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .Checkout_section {
    padding-top: 60px;
  }
}

.order_table {
  margin-bottom: 35px;
}
.order_table table {
  width: 100%;
}
.order_table table thead tr th {
  color: #242424;
  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 {
  color: #242424;
  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 */
.table_desc.wishlist table tbody tr:last-child td, .action_links ul li.table_desc.compare table tbody tr:last-child td {
  border-bottom: 0;
}

.table_desc.wishlist table tbody tr td.product_total a, .action_links ul li.table_desc.compare table tbody tr td.product_total a {
  background: #57a60a;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 18px;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
}
.table_desc.wishlist table tbody tr td.product_total a:hover, .action_links ul li.table_desc.compare table tbody tr td.product_total a:hover {
  background: #444444;
}

.wishlist_share {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #ebebeb;
}
.wishlist_share h4 {
  font-size: 18px;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
}
.wishlist_share ul li {
  display: inline-block;
}
.wishlist_share ul li a {
  padding: 0 10px;
  color: #242424;
  display: block;
}
.wishlist_share ul li a:hover {
  color: #57a60a;
}

.wishlist_area {
  padding-bottom: 60px;
}

/*wishlist css end*/
/* 15. contact page css here */
.contact_area {
  margin-bottom: 60px;
  padding-top: 10px;
  background-color: #c9c9c9;
}

.contact_message h3 {
  font-size: 21px;
  text-transform: capitalize;
  color: #242424;
  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;
  color: #444444;
  margin-bottom: 20px;
}
.contact_message ul li {
  padding: 13px 0;
  border-top: 1px solid #ebebeb;
}
.contact_message ul li:last-child {
  padding-bottom: 0;
}
.contact_message ul li i {
  margin-right: 10px;
}
.contact_message ul li a {
  color: #57a60a;
}
.contact_message ul li a:hover {
  color: #444444;
}
.contact_message label {
  line-height: 18px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact_message input {
  border: 1px solid #ebebeb;
  height: 45px;
  background: #ffffff;
  width: 100%;
  padding: 0 20px;
  color: #5a5a5a;
}
.contact_message textarea {
  height: 170px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  resize: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px;
  color: #5a5a5a;
}
.contact_message button {
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: capitalize;
  border: none;
  background: #242424;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.contact_message button:hover {
  background: #57a60a;
}
@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: 58px;
}

.map-area #googleMap {
  height: 460px;
  width: 100%;
}

/*contact page css end*/
/* 17. login page css here */
.account_form h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #444444;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.account_form form {
  border: 1px solid #ebebeb;
  padding: 23px 20px 29px;
  border-radius: 5px;
}
.account_form label {
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  cursor: pointer;
  line-height: 12px;
  margin-bottom: 12px;
}
.account_form label:hover {
  color: #57a60a;
}
.account_form input {
  border: 1px solid #ebebeb;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  background: none;
  width: 100%;
}
.account_form button {
  background: #57a60a;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 21px;
  padding: 5px 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
  border-radius: 20px;
}
.account_form button:hover {
  background: #444444;
}

.login_submit label input[type="checkbox"] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
}

.login_submit {
  text-align: right;
}
.login_submit a {
  font-size: 13px;
  color: #57a60a;
  float: left;
  line-height: 39px;
}
@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;
  }
}

.customer_login {
  padding: 30px 0 60px;
}

.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_content_area {
  padding-bottom: 58px;
  padding-top: 27px;
}
@media only screen and (max-width: 767px) {
  .faq_content_area {
    padding-top: 25px;
    padding-bottom: 52px;
  }
}

.accordion_area {
  padding-bottom: 60px;
}

.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;
  color: #555;
}
@media only screen and (max-width: 767px) {
  .card-header.card_accor button i {
    right: 10px;
  }
}
.card-header.card_accor button.btn-link {
  border: 1px solid #57a60a;
  width: 100%;
  text-align: left;
  color: #57a60a;
  font-size: 14px;
  font-weight: 500;
}
.card-header.card_accor button.btn-link.collapsed {
  background: #f2f2f2;
  border: 1px solid #ebebeb;
  width: 100%;
  text-align: left;
  color: #242424;
}

.accordion_area .collapse.show {
  border-left: 1px solid #57a60a;
  border-bottom: 1px solid #57a60a;
  border-right: 1px solid #57a60a;
}

.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;
  color: #242424;
  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 */
@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: #444444;
  border-radius: 3px;
}
.dashboard_tab_button ul li a:hover {
  background: #57a60a;
  color: #ffffff;
}
.dashboard_tab_button ul li a.active {
  background: #57a60a;
}

.main_content_area {
  padding-bottom: 55px;
}

.dashboard_content h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  color: #242424;
  margin-bottom: 15px;
}
.dashboard_content h4 {
  font-size: 20px;
  text-transform: capitalize;
  color: #444444;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dashboard_content a {
  color: #57a60a;
  font-weight: 500;
}
.dashboard_content p a {
  color: #57a60a;
  font-weight: 500;
}

.table-responsive table thead {
  background: #f2f2f2;
}
.table-responsive table thead tr th {
  text-align: center;
  color: #242424;
}
.table-responsive table tbody tr td {
  border-right: 1px solid #ebebeb;
  color: #444444;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.table-responsive table tbody tr td:last-child a {
  color: #57a60a;
}
.table-responsive .table {
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.dashboard_content #address {
  font-weight: 500;
  color: #444444;
}
.dashboard_content #address p strong {
  color: #363f4d;
}

.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 {
  color: #444444;
  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: #5a5a5a;
}

/*my account css end*/
/* 10. about page css here */
/* 30. about page css here */
.about_section {
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .about_section {
    padding-bottom: 49px;
  }
}

.about_content {
  text-align: center;
}
.about_content h1, .about_content .slider_content h2, .slider_content .about_content h2, .about_content .slider_c_two h2, .slider_c_two .about_content h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: #242424;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .about_content h1, .about_content .slider_content h2, .slider_content .about_content h2, .about_content .slider_c_two h2, .slider_c_two .about_content h2 {
    font-size: 20px;
  }
}
.about_content p {
  color: #5a5a5a;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .about_content p {
    margin-bottom: 8px;
  }
}
.about_content span {
  font-size: 14px;
  color: #57a60a;
  font-style: italic;
}

.about_thumb {
  margin-bottom: 21px;
}

.chose_title {
  text-align: center;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .chose_title {
    margin-bottom: 0;
  }
}
.chose_title h1, .chose_title .slider_content h2, .slider_content .chose_title h2, .chose_title .slider_c_two h2, .slider_c_two .chose_title h2 {
  color: #242424;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .chose_title h1, .chose_title .slider_content h2, .slider_content .chose_title h2, .chose_title .slider_c_two h2, .slider_c_two .chose_title h2 {
    font-size: 20px;
  }
}

.chose_content h3 {
  font-size: 14px;
  text-transform: capitalize;
  color: #242424;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}

.choseus_area {
  margin-bottom: 55px;
}

.single_chose {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_gallery_section {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .single_gallery_section {
    margin-bottom: 25px;
  }
}

.about_gallery_section {
  margin-bottom: 51px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_gallery_section {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .about_gallery_section {
    margin-bottom: 21px;
  }
}

.gallery_thumb {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .gallery_thumb img {
    width: 100%;
  }
}

.about_gallery_content {
  text-align: center;
}
.about_gallery_content h3 {
  font-size: 14px;
  text-transform: capitalize;
  color: #242424;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.about_gallery_content p {
  line-height: 26px;
}

/*about page css end*/
/* 20. services page css here */
.services_gallery {
  padding-bottom: 30px;
}

.services_content h3 {
  font-size: 15px;
  color: #444444;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 11px;
  line-height: 14px;
}
.services_content p {
  color: #5a5a5a;
  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 26px;
  background: #ECECEC;
}
@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 {
    padding: 49px 0 25px;
    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: uppercase;
  font-weight: 600;
  margin-bottom: 11px;
  color: #444444;
}

.services_icone {
  margin-right: 15px;
}
.services_icone i {
  font-size: 35px;
  line-height: 46px;
  color: #57a60a;
}

.services_desc h3 {
  font-size: 13px;
  color: #444444;
  font-weight: 500;
}
.services_desc p {
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

@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_content h2, .slider_content .unlimited_services_content h2, .unlimited_services_content .slider_c_two h2, .slider_c_two .unlimited_services_content h2 {
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
  color: #444444;
  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_content h2, .slider_content .unlimited_services_content h2, .unlimited_services_content .slider_c_two h2, .slider_c_two .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_content h2, .slider_content .unlimited_services_content h2, .unlimited_services_content .slider_c_two h2, .slider_c_two .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_content h2, .slider_content .unlimited_services_content h2, .unlimited_services_content .slider_c_two h2, .slider_c_two .unlimited_services_content h2 {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.unlimited_services_content p {
  color: #5a5a5a;
  font-size: 14px;
  line-height: 26px;
  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: 13px;
    margin-bottom: 15px;
  }
}
.unlimited_services_content a {
  font-size: 14px;
  color: #242424;
  padding: 6px 20px;
  display: inline-block;
  border: 1px solid #242424;
  border-radius: 30px;
}
.unlimited_services_content a:hover {
  background: #57a60a;
  border-color: #57a60a;
  color: #fff;
}

.priceing_table {
  background: #ECECEC;
  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: #57a60a;
}
.priceing_title h1, .priceing_title .slider_content h2, .slider_content .priceing_title h2, .priceing_title .slider_c_two h2, .slider_c_two .priceing_title h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.priceing_list {
  padding: 0 20px 30px;
}
.priceing_list h1, .priceing_list .slider_content h2, .slider_content .priceing_list h2, .priceing_list .slider_c_two h2, .slider_c_two .priceing_list h2 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 36px 0 24px;
  margin: 0;
  line-height: 20px;
  color: #5a5a5a;
}
.priceing_list h1 span, .priceing_list .slider_content h2 span, .slider_content .priceing_list h2 span, .priceing_list .slider_c_two h2 span, .slider_c_two .priceing_list h2 span {
  color: #444444;
  font-size: 40px;
}
.priceing_list ul li {
  color: #5a5a5a;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  line-height: 24px;
}
.priceing_list ul li:first-child {
  border-top: 1px solid #ebebeb;
}
.priceing_list a {
  margin: 30px 0 0;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #444444;
  color: #444444;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.priceing_list a.list_button, .priceing_list a:hover {
  background: #57a60a;
  border-color: #57a60a;
  color: #fff;
}

.advantages_ecommerce {
  padding: 54px 0;
}
@media only screen and (max-width: 767px) {
  .advantages_ecommerce {
    padding: 58px 0 60px;
  }
}
.advantages_ecommerce h3 {
  font-size: 25px;
  color: #444444;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advantages_ecommerce h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages_ecommerce h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.advantages_ecommerce p {
  font-size: 14px;
  color: #444444;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advantages_ecommerce p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages_ecommerce p {
    font-size: 13px;
  }
}

.advantages_button {
  text-align: center;
}
.advantages_button a {
  font-size: 14px;
  color: #444444;
  padding: 7px 20px;
  display: inline-block;
  border: 1px solid #444444;
  border-radius: 30px;
}
.advantages_button a:hover {
  background: #57a60a;
  color: #fff;
  border-color: #57a60a;
}
@media only screen and (max-width: 767px) {
  .advantages_button a {
    padding: 5px 11px;
    font-size: 13px;
    margin-top: 20px;
  }
}

/*services page css end*/
/* 11. blog page css here */
.blog_page_section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .blog_page_section {
    margin-bottom: 51px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper {
    margin-bottom: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_wrapper {
    margin-bottom: 56px;
  }
}
.blog_wrapper .single_blog {
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.blog_wrapper .single_blog:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog_wrapper .blog_thumb {
  width: 43%;
  float: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog_wrapper .blog_content {
  width: 53%;
  float: right;
  margin-left: 25px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_content {
    width: 100%;
  }
}
.blog_wrapper .blog_content span {
  color: #555;
  margin-right: 15px;
}
.blog_wrapper .blog_content span:last-child {
  margin-right: 0;
}
.blog_wrapper .blog_content span a:hover {
  color: #57a60a;
}
.blog_wrapper .blog_title h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_title h3 {
    margin-bottom: 8px;
  }
}
.blog_wrapper .blog_meta {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_meta {
    margin-bottom: 7px;
  }
}
.blog_wrapper .blog_desc {
  margin-top: 0;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_desc {
    margin-bottom: 15px;
  }
}

.blog_social ul li {
  display: inline-block;
}
.blog_social ul li a {
  background: #f1f1f1;
  border-radius: 100%;
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-align: center;
  color: #242424;
  margin-right: 10px;
}
.blog_social ul li a:hover {
  background: #57a60a;
  color: #fff;
}

.readmore_button {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .readmore_button {
    margin-bottom: 16px;
  }
}
.readmore_button a {
  height: 38px;
  line-height: 40px;
  background: #333;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  border-radius: 3px;
}
.readmore_button a:hover {
  background: #57a60a;
}

.blog_sidebar_widget .widget_list > h3 {
  color: #242424;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog_sidebar_widget .widget_categories ul li a {
  margin-left: 0;
}

.widget_search input {
  height: 35px;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #5a5a5a;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}
.widget_search button {
  color: #fff;
  display: inline-block;
  background: #333;
  border: none;
  padding: 0 20px;
  height: 34px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px;
}
.widget_search button:hover {
  background: #57a60a;
}

.tag_widget ul li {
  display: inline-block;
}
.tag_widget ul li a {
  margin: 0 6px 5px 0;
  display: block;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 0 15px;
  line-height: 29px;
  border-radius: 3px;
}
.tag_widget ul li a:hover {
  background: #57a60a;
  border-color: #57a60a;
  color: #fff;
}

.post_thumb {
  width: 55px;
  float: left;
  margin-right: 10px;
}

.post_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.post_wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post_info h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 14px;
  margin-bottom: 5px;
}
.post_info h3 a {
  color: #555;
}
.post_info h3 a:hover {
  color: #57a60a;
}
.post_info span {
  color: #555;
  font-size: 12px;
}

.widget_categories ul li {
  border-bottom: 1px solid #ddd;
  line-height: 17px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.widget_categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_categories ul li a {
  color: #FFFFFF;
  text-transform: capitalize;
  display: inline-block;
  line-height: 17px;
}
.widget_categories ul li a:hover {
  color: #57a60a;
}
.widget_categories ul li:last-child a {
  padding-bottom: 0;
}

.comments_post .post_info span {
  color: #333;
  font-size: 14px;
  display: block;
  line-height: 12px;
  margin-bottom: 8px;
}
.comments_post .post_info a {
  color: #333;
}
.comments_post .post_info a:hover {
  color: #57a60a;
}

.shipping_area.shipping_contact.blog_shipping {
  margin-top: 94px;
}

.widget_list.widget_search, .widget_list.widget_post {
  margin-bottom: 30px;
}

.widget_list.widget_tag {
  margin-bottom: 30px;
}

.widget_list.comments_post {
  margin-bottom: 35px;
}
.widget_list.comments_post .post_thumb {
  width: 52px;
}

.blog_pagination {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_pagination {
    margin-bottom: 51px;
  }
}
.blog_pagination .pagination {
  border: 1px solid #ebebeb;
  justify-content: center;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .blog_pagination .pagination {
    margin-top: 0;
  }
}

/*blog page css end*/
/*blog fullwidth css here*/
.blog_fullwidth .blog_thumb {
  width: 100%;
  margin-bottom: 20px;
}
.blog_fullwidth .blog_content {
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.blog_thumb_active {
  margin-bottom: 20px;
}
.blog_thumb_active:hover .owl-nav > div {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.blog_thumb_active:hover .owl-nav > div.owl-next {
  right: 20px;
}
.blog_thumb_active .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  background: rgba(253, 102, 2, 0.6);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.blog_thumb_active .owl-nav > div.owl-next {
  right: 40px;
  left: auto;
}

.blog_aduio_icone audio {
  width: 100%;
}

@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 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_details_wrapper {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper {
    margin-bottom: 60px;
  }
}
.blog_details_wrapper .blog_thumb {
  margin-bottom: 31px;
}
.blog_details_wrapper .blog_thumb::before {
  display: none;
}
.blog_details_wrapper .blog_content {
  text-align: left;
}
.blog_details_wrapper .blog_content h3 {
  font-size: 24px;
  text-transform: inherit;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 30px;
  color: #242424;
}
.blog_details_wrapper .post_meta {
  margin-bottom: 14px;
}
.blog_details_wrapper .post_meta span {
  color: #555;
}
.blog_details_wrapper .post_meta span a:hover {
  color: #57a60a;
}
.blog_details_wrapper .post_content > p {
  color: #5a5a5a;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
}
.blog_details_wrapper .post_content blockquote {
  border-left: 4px solid #57a60a;
  color: #777;
  margin: 20px 0 20px 0;
  padding: 0 20px;
  font-style: italic;
}
.blog_details_wrapper .social_sharing {
  display: flex;
}
.blog_details_wrapper .social_sharing h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 0;
  color: #555;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .social_sharing h3 {
    font-size: 13px;
    margin-right: 10px;
  }
}
.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;
  color: #555;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .social_sharing ul li a {
    margin-right: 1px;
  }
}
.blog_details_wrapper .social_sharing ul li a:hover {
  color: #ffffff;
  background: #57a60a;
}
.blog_details_wrapper .social_sharing ul li:first-child a {
  padding-left: 0;
  border-left: 0;
}

.entry_content {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 26px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry_content {
    flex-direction: column;
  }
}
.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 {
  color: #555;
}
.entry_content .post_meta span:hover {
  color: #57a60a;
}

.comments_box {
  margin-bottom: 36px;
  border-top: 1px solid #ebebeb;
  padding-top: 17px;
}
@media only screen and (max-width: 767px) {
  .comments_box {
    margin-bottom: 51px;
  }
}
.comments_box h3 {
  color: #242424;
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 32px;
}

.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: 55px;
  }
}
.comment_list .comment_content h5 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Rubik", sans-serif;
}
.comment_list .comment_content h5 a {
  color: #57a60a;
}
.comment_list .comment_content h5 a:hover {
  color: #242424;
}
.comment_list .comment_content span {
  color: #5a5a5a;
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
}
.comment_list .comment_content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #5a5a5a;
}

.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: #242424;
  display: block;
}
.comment_reply a:hover {
  background: #57a60a;
}

.comments_form h3 {
  color: #242424;
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 32px;
}
.comments_form p {
  color: #5a5a5a;
  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 {
  color: #242424;
  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 #ebebeb;
  margin-bottom: 10px;
  resize: none;
  padding: 10px;
}
.comments_form form input {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  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: #57a60a;
}

.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: 54px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related_posts .row {
    flex-direction: row !important;
  }
}
.related_posts h3 {
  color: #242424;
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 32px;
}

.related_thumb {
  margin-bottom: 20px;
}

.related_content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 5px;
}
.related_content h3 a {
  color: #242424;
}
.related_content h3 a:hover {
  color: #57a60a;
}
.related_content span {
  color: #555;
  font-size: 13px;
  line-height: 17px;
}
.related_content span i {
  margin-right: 3px;
}

.blog_details {
  margin-bottom: 60px;
}
@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 #ebebeb;
  margin: 0 2px;
}
.modal_tab_button ul li a img {
  width: 100%;
}

.modal_title h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  color: #444444;
  line-height: 26px;
}

.modal_social h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  color: #444444;
  line-height: 20px;
}
.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}
.modal_social ul li a {
  text-transform: uppercase;
  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: #57a60a;
}
.modal_social ul li.twitter a {
  background: #1DA1F2;
}
.modal_social ul li.twitter a:hover {
  background: #57a60a;
}
.modal_social ul li.pinterest a {
  background: #BD081B;
}
.modal_social ul li.pinterest a:hover {
  background: #57a60a;
}
.modal_social ul li.google-plus a {
  background: #DC5043;
}
.modal_social ul li.google-plus a:hover {
  background: #57a60a;
}
.modal_social ul li.linkedin a {
  background: #010103;
}
.modal_social ul li.linkedin a:hover {
  background: #57a60a;
}

.modal_price {
  margin-bottom: 12px;
}
.modal_price span {
  font-weight: 600;
  color: #57a60a;
  font-size: 16px;
}
.modal_price span.old_price {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_description p {
  line-height: 24px;
  font-size: 15px;
  color: #5a5a5a;
  margin: 0;
}

.variants_size h2, .variants_color h2 {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  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 #ebebeb;
  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: 1px solid #444444;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  width: 230px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #242424;
  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: #57a60a;
  color: #ffffff;
  border-color: #57a60a;
}

.modal_body {
  padding: 29px 6px 38px;
}
@media only screen and (max-width: 767px) {
  .modal_body .modal_tab {
    margin-bottom: 41px;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-content button.close {
  position: absolute;
  left: 94%;
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #ebebeb;
  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: auto;
    right: 20px;
    width: 32px;
    height: 32px;
    top: 15px;
    margin-bottom: 14px;
  }
}
.modal-content button.close:hover {
  color: #57a60a;
}

.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;
  color: #333;
  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: #57a60a;
  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: uppercase;
  color: #242424;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #boxes .newletter-title h2 {
    font-size: 22px;
    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: #57a60a;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  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: #242424;
}
@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: #242424;
  font-weight: 600;
  line-height: 17px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
#popup2:hover {
  background: #57a60a;
}

/*newsletter popup css end*/
/* 09. error page css heer   */
.header_error {
  border-bottom: 1px solid #ebebeb;
}

.error_form {
  text-align: center;
}
.error_form h1, .error_form .slider_content h2, .slider_content .error_form h2, .error_form .slider_c_two h2, .slider_c_two .error_form h2 {
  font-size: 200px;
  font-weight: 700;
  color: #57a60a;
  letter-spacing: 10px;
  line-height: 160px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .error_form h1, .error_form .slider_content h2, .slider_content .error_form h2, .error_form .slider_c_two h2, .slider_c_two .error_form h2 {
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 4px;
    margin: 0 0 18px;
  }
}
.error_form h2 {
  color: #444444;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .error_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 23px;
  }
}
.error_form p {
  font-size: 17px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .error_form p {
    font-size: 15px;
    margin-bottom: 28px;
    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: #5a5a5a;
  height: 40px;
  width: 100%;
}
.error_form form button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  color: #5a5a5a;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}
.error_form form button:hover {
  color: #57a60a;
}
.error_form a {
  color: #fff;
  display: inline-block;
  background: #57a60a;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;
  margin-top: 35px;
  border-radius: 3px;
}
.error_form a:hover {
  background: #444444;
}

.error_section {
  padding-bottom: 100px;
  padding-top: 83px;
}
@media only screen and (max-width: 767px) {
  .error_section {
    padding-bottom: 70px;
    padding-top: 50px;
  }
}

/*404 page css end*/

/*# sourceMappingURL=style.css.map */
