@charset "UTF-8";



@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 {    overflow-x: hidden;

  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_c_two h2, .slider_content h2, h2, h3, h4, h5, h6 {

  font-weight: 400;

  margin-top: 0;

  font-family: "Work Sans", sans-serif;

}



h1, .slider_c_two h2, .slider_content 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: #FF6B6B 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;

  transition: 0.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: #fd6602;

  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;

  }

}





.Offcanvas_menu_wrapper {

  width: 280px;

  position: fixed;

  background: #e75581;

  z-index: 99;

  top: 0;

  height: 100vh;

  transition: 0.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 #fff;

  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:#aff997;

}



.canvas_close {

  position: absolute;

  top: 10px;

  right: 15px;

}

.canvas_close a {

    font-size: 20px;

    color: #fff;

    text-transform: uppercase;

    font-weight: 500;

    width: 35px;

    height: 35px;

    display: block;

    text-align: center;

    line-height: 33px;

    border-radius: 50%;

    background: hsla(0,0%,100%,.2);

    box-shadow: 0 5px 35px #d33766;

}

.canvas_close a:hover {

  color: #fff;

  background: #fd6602;

  border-color: #fd6602;

}



.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: #fff;

  font-weight: 500;

  line-height: 27px;

}

.canvas_open a {

  font-size: 28px;

  color: #fff;

}



.header_area {

  background:#FF6B6B;

}

@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: #FF6B6B !important;text-decoration: none;

}

.slide_tab_section .form-group .nice-select.select_option:after{height: 8px;width: 8px;border-color: #fff;}

.sticky-header.sticky {

  position: fixed;

  z-index: 99;

  width: 100%;

  top: 0;

  background: rgba(253, 102, 2, 0.8);

  animation-name: fadeInDown;

  animation-duration: 900ms;

  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);

  animation-delay: 0s;

  animation-iteration-count: 1;

  animation-direction: normal;

  animation-fill-mode: none;

  animation-play-state: running;

  border-bottom: 0;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .sticky-header.sticky {

    position: inherit;

    box-shadow: inherit;

    animation-name: inherit;

    padding: 0;

    background: inherit;

    opacity: inherit;

  }

}

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

  .sticky-header.sticky {

    position: inherit;

    box-shadow: 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);

}

@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_links, .top_right > ul > li:hover ul.dropdown_language {

  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: #fd6602;

}



.dropdown_currency, .dropdown_links, .dropdown_language {

  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;

  transition: all 0.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_links, .dropdown_language {

    right: 0;

    left: auto;

    min-width: 142px;

    padding: 0 6px;

  }

}

.dropdown_currency li, .dropdown_links li, .dropdown_language li {

  border-bottom: 1px solid #ebebeb;

}

.dropdown_currency li:last-child, .dropdown_links li:last-child, .dropdown_language li:last-child {

  border-bottom: 0;

}

.dropdown_currency li a, .dropdown_links li a, .dropdown_language 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_links li a:hover, .dropdown_language li a:hover {

  color:#FF6B6B;

}



.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: left;

    margin-bottom: 19px;

  }

}



.header_middle {

  padding: 10px 0; background: #fff;

}

@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: 3px 0 0;

    border-bottom: 0;

  }

}



.middel_right {

  display: flex;

  justify-content: flex-end;

  align-items: center;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .middel_right {

    justify-content: space-between;

  }

}





.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: #053c50;

  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: #053c50;

}

.hover_category .select_option::after {

  top: 50%;

  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;    background: #053c50;

}

.hover_category .select_option ul.list::-webkit-scrollbar-track

{

  background-color: hsla(0,0%,100%,.2);

}



.hover_category .select_option ul.list::-webkit-scrollbar

{

  width: 5px;

  background-color: hsla(0,0%,100%,.2);

}



.hover_category .select_option ul.list::-webkit-scrollbar-thumb

{

  background-color:#FF6B6B;

}



.search-container {
  height: 3rem;

    background: hsla(0,0%,100%,.2);

        border-radius: 50px;

    border: 1px solid #eaeaea;

}

.top_right.text-right ul {margin-bottom: 0px;}

.main_menu.menu_one nav ul {margin-bottom: 0px;}



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

  .search-container {

    display: none;

  }

}

.search-container form {

  display: flex;

}



.search_box {

  position: relative;

  width: 408px;background: transparent;

}

@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:#053c50;

  font-size: 14px;

  font-weight: 400;

  padding: 0 120px 0 20px; background: transparent;

}

.search_box input::placeholder {

    color:#053c50;

}

@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: -6px;

    background: #FF6B6B;

    padding: 0 30px;

    height: 100%;

    color: #fff;

    font-weight: 500;

    border-radius: 0px;

    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:#FF6B6B;

  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:#FF6B6B;

  color: #fff;

  border-radius: 50%;

  top: -9px;

}

.mini_cart_wrapper > a {

  font-size: 14px;

  font-weight: 600;

  text-transform: capitalize;

  color:#FF6B6B ;

  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;

  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: #fd6602;

}

.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: #fd6602;

}



.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: #fd6602;

  color: #fff;

}



/*header middel css end*/

/* 2.4 main menu css here */

.header_bottom {

  border-bottom: 1px solid #ebebeb;

}

@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: #fd6602;

  }

}

@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: #fd6602;

  }

}

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

  .categories_menu nav > ul > li > a:hover {

    color: #fd6602;

  }

}

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

  transform: perspective(600px) rotateX(-90deg);

  transform-origin: 0 0 0;

  left: 0;

  right: auto;

  opacity: 0;

  visibility: hidden;

  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;

  transform: perspective(600px) rotateX(0deg);

}



.categories_menu nav ul li ul li.active a {

  color: #fd6602;

}

@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: #fd6602;

}



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

  transform: perspective(600px) rotateX(-90deg);

  transform-origin: 0 0 0;

  left: 0;

  right: auto;

  opacity: 0;

  visibility: hidden;

  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: #fd6602;

}

@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: #fd6602;

}



.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;*/z-index: 9999999;

  /*visibility: visible;*/     display: block;

  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: #fff;

  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: #fff;

  border: 1px solid #ebebeb;

  transform: perspective(600px) rotateX(-90deg);

  transform-origin: 0 0 0;

  left: 0;

  right: auto;

  opacity: 0;

  visibility: hidden;

  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: #fd6602;

}

.main_menu nav > ul > li ul.mega_menu {

  position: absolute;

  min-width: 580px;

  padding: 30px 25px 35px;

  background: #fff;

  border: 1px solid #ebebeb;

  transform: perspective(600px) rotateX(-90deg);

  transform-origin: 0 0 0;

  left: 0;    height: 350px;

    overflow-y: scroll;

  right: auto;    display: none;

  /*opacity: 0;*/

  /*visibility: hidden;*/

  transition: 0.5s;

  z-index: 9;

  margin-top: 10px;

  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: #FF6B6B;

}

.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: #FF6B6B;    text-decoration: none;

}



@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;

  }

}



.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: #fff;

}

.canvas_defult .canvas_open a {

  color: #fff;

}



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

}

@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;

  }

}



/*home five*/

.header_area.color_five {

  background: #0363cd;

}

.header_area.color_five .sticky-header.sticky {

  background: rgba(3, 99, 205, 0.8);

}



.color_five .search_box button {

  background: #fd6602;

}

.color_five .search_box button:hover {

  background: #363f4d;

}

.color_five .dropdown_currency li a:hover, .color_five .dropdown_language li a:hover, .color_five .dropdown_links li a:hover {

  color: #0363cd;

}

.color_five .cart_info a:hover {

  color: #0363cd;

}

.color_five .cart_remove a:hover {

  color: #0363cd;

}

.color_five .cart_button a:hover {

  background: #0363cd;

}

.color_five .categories_menu nav > ul > li > ul.mega_menu > li > a:hover {

  color: #0363cd;

}

.color_five .categories_menu nav > ul > li > ul.mega_menu li ul li a:hover {

  color: #0363cd;

}

.color_five .categories_menu nav > ul > li > ul > li:hover > a {

  color: #0363cd;

}

.color_five .main_menu nav > ul > li:hover > a {

  color: #0363cd;

}

.color_five .main_menu nav > ul > li ul.sub_menu li a:hover {

  color: #0363cd;

}

.color_five .main_menu nav > ul > li ul.mega_menu > li > a:hover {

  color: #0363cd;

}

.color_five .main_menu nav > ul > li ul.mega_menu > li ul li a:hover {

  color: #0363cd;

}



.header_tags.color_five ul li a:hover {

  color: #0363cd;

}



/* 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;

  transition: 0.3s;

  position: relative;

}

.slider_area .owl-dots .owl-dot.active {

  transition: 0.3s;

}

.slider_area .owl-dots .owl-dot.active::before {

  position: absolute;

  content: "";

  background: #fd6602;

  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;

  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;

  }

  .owl-carousel .owl-item .main-banner1 {
    height: 35vh !important;
  }

  .owl-carousel .owl-item .main-banner1 img{
    height: 35vh !important;
  }

}

.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 {

  animation-fill-mode: both;

  animation-duration: 1s;

  animation-name: fadeInLeft;

  animation-delay: 0.3s;

}



.active .slider_content h1, .active .slider_content h2 {

  animation-delay: 0.6s;

}



.active .slider_content a {

  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;

}



/*home five css here*/

.color_five .slider_content a {

  background: #0363cd;

}

.color_five .slider_content a:hover {

  background: #242424;

}

.color_five .owl-dots .owl-dot.active::before {

  background: #0363cd;

}



/*  04. banner section css here  */

.banner_area {

    padding: 30px 0 70px;

}



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

}


.primary_img img{
  height: 300px;
  
}



/* 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 {    text-align: center;

  margin-top:5px;

}



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

}

.hover_category .nice-select.select_option {

    background: #eee;

    border-radius: 50px 0 0 50px;

}

.action_links {

  padding: 5px 0 0px;

  border-top: 1px solid #FF6B6B;

  background: #fff;

  position: absolute;

  top: 28px;

  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:#FF6B6B;

  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: #053c50;

  border-color: #053c50;

  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: #FF6B6B;

  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:#FF6B6B;

  border-color:#FF6B6B;

  color: #fff;

}

.quick_button {

  position: absolute;

  top: 50%;

  transform: translatey(-50%);

  left: 0;

  right: 0;

  text-align: center;

  opacity: 0;

  visibility: hidden;

  transition: ease 0.5s all;

}

.quick_button a {

  height: 40px;

  width: 40px;

  border-radius: 100%;

  font-size: 18px;

  color: #fff;

  background: #fd6602;

  border: 1px solid #fd6602;

  display: inline-block;

  text-align: center;

  line-height: 38px;

}

.quick_button a:hover {

  background: #fff;

  border: 1px solid #ececec;

  color: #fd6602;

}



.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: #fd6602;

  color: #fff;

  display: inline-block;

}

.label_product span.label_new {

  background: #0363cd;

}



.product_name h3 {

    font-size: 14px;

    text-transform: capitalize;

    margin: 0 auto;

    font-weight: 400;

    font-family: "Work Sans", sans-serif;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    max-width: 240px;

}

.product_name h3 a {

  color: #000;

  line-height: 20px;

}

.product_name h3 a:hover {

  color: #FF6B6B;

}



.product_ratings {

  margin-bottom: 5px;

}

.product_ratings ul {

  display: flex;    justify-content: center;

}

.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: #FF6B6B;

  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: #fd6602;

  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: 40px;

  background:#FF6B6B;

  text-align: center;

  color: #fff;

  font-size: 18px;

  z-index: 1;

  height: 40px;

  border-radius: 100%;

  line-height:40px;

  transition: 0.5s;

  left: 15px;

}

.product_carousel .owl-nav > div:hover {

  background: #000;

  color: #fff;

}

.product_carousel .owl-nav > div.owl-next {

  border-radius:100%;

  right: 15px;

  left: auto;

}



.home_product_wrapper {

  overflow: hidden;

  padding-top: 40px;

}



.default_product {

  margin-bottom: 40px;

  background: #fff;

  border: 1px solid #ebebeb;

}



.section_title {

  text-align: center;

  position: relative;

}

.section_title h2 {

    font-size: 35px;

    color: #242424;

    margin: 0;

    font-weight: 400;

    text-transform: capitalize;

    line-height: 53px;

    display: inline-block;

}

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

  .section_title h2 {

    font-size: 16px;

  }

}

.section_title .icone_img {

  width: 56px;

  height: 55px;

  background: #fd6602;

  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 {

  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: #fd6602;

}

.product_tab_button li a:hover {

  color: #fd6602;

}

@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;

  transition: 0.5s;

  left: -5px;

}

.product_slick button:hover {

  background: #fd6602;

  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;

  transition: 0.5s;

  left: 0;

}

.small_product_items button:hover {

  background: #fd6602;

  color: #fff;

}

.small_product_items button.next_arrow {

  right: 0;

  left: auto;

  border-radius: 3px 0 0 3px;

}



.messages_info {

  padding: 15px 10px;

  background: #fd6602;

  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;

  }

}



/*home five css here*/

.color_five .section_title {

  border-bottom: 2px solid #0363cd;

}

.color_five .section_title .icone_img {

  background: #0363cd;

}

.color_five .label_product span.label_sale, .color_five .label_product span.label_new {

  background: #0363cd;

}

.color_five .quick_button a {

  background: #0363cd;

  border: 1px solid #0363cd;

}

.color_five .quick_button a:hover {

  background: #fff;

  border: 1px solid #ececec;

  color: #0363cd;

}

.color_five .product_ratings ul li a {

  color: #0363cd;

}

.color_five .price_box span.current_price {

  color: #0363cd;

}

.color_five .product_timing::after {

  background: #0363cd;

}

.color_five .action_links ul li.add_to_cart a {

  color: #0363cd;

}

.color_five .action_links ul li.add_to_cart a:hover {

  background: #0363cd;

  border-color: #0363cd;

  color: #fff;

}

.color_five .action_links ul li.wishlist a, .color_five .action_links ul li.compare a {

  color: #0363cd;

}

.color_five .action_links ul li.wishlist a:hover, .color_five .action_links ul li.compare a:hover {

  background: #0363cd;

  border-color: #0363cd;

  color: #fff;

}

.color_five .action_links ul li.compare a {

  color: #0363cd;

}

.color_five .action_links ul li.compare a:hover {

  background: #0363cd;

  border-color: #0363cd;

  color: #fff;

}

.color_five .product_carousel .owl-nav > div:hover {

  background: #0363cd;

}

.color_five .product_tab_button li a {

  color: #242424;

}

.color_five .product_tab_button li a:hover {

  color: #0363cd;

}

.color_five .product_tab_button li a.active {

  color: #0363cd;

}

.color_five .blog_container .owl-nav > div:hover {

  background: #0363cd;

}

.color_five .blog_content h3 a:hover {

  color: #0363cd;

}

.color_five .blog_content span a:hover {

  color: #0363cd;

}

.color_five .testimonial_container .owl-nav > div:hover {

  background: #0363cd;

}

.color_five .testimonial_container .testimonial_content a {

  color: #0363cd;

}

.color_five .testimonial_container .testimonial_content a:hover {

  color: #242424;

}







/* 21. shipping css here */

.shipping_area { background-color: #FF6B6B;

  padding:30px 0px;

  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: #fff;

  font-weight: 500;

  margin-bottom: 5px;

}

.shipping_content p {

  font-size: 14px;

  line-height: 20px;

  color: #fff;

}



/*home three css here*/

.shipping_three {

  background: #f7f7f7;

}



/*testimonial css here*/

.testimonial_container {

  padding: 22px 30px 20px;

}

.testimonial_container .testimonial_images {

  width: 84px;

  position: relative;

  margin: 0 auto;

}

.testimonial_container .testimonial_images img { width: inherit; border-radius: 50%;}

.testimonial_container .testimonial_content {margin-top: 20px;}

@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:#FF6B6B;

  font-weight: 600;

  font-size: 16px;

}

.testimonial_container .testimonial_content a:hover {

  color: #242424;

}



.testimonial_container .owl-nav > div {

  position: absolute;

  top: 50%;

  transform: translatey(-50%);

  width: 40px;

  background:#FF6B6B;

  text-align: center;

  color: #fff;

  font-size: 22px;

  z-index: 1;

  height: 40px;

  border-radius:100%;

  line-height: 40px;

  transition: 0.5s;

  left: 0px;

}

.testimonial_container .owl-nav > div:hover {

  background: #000;

  color: #fff;

}

.testimonial_container .owl-nav > div.owl-next {

  right: 0;  border-radius:100%;  

  left: auto;

}



.testimonial_section {

  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: #fd6602;

}



.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: #f8faff;

  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: #053c50;

  font-size: 16px;

  line-height: 16px;

  margin-bottom: 25px;

  text-transform: uppercase;

  font-weight: 600;

}



.footer_logo {

    margin-bottom: 12px;

    width: 210px;

}



.footer_contact p {

  font-size: 14px;

  color: #5a7078;

  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:#053c50;

}

.footer_contact ul li.facebook a {

  background: #3c5b9b;

}

.footer_contact ul li.facebook a:hover {

  background: #053c50;

}

.footer_contact ul li.googleplus a {

  background: #ed3c32;

}

.footer_contact ul li.googleplus a:hover {

  background: #053c50;

}

.footer_contact ul li.behance a {

  background: #c619b8;

}

.footer_contact ul li.behance a:hover {

  background: #053c50;

}

.footer_contact ul li.pinterest a {

  background: #eb8314;

}

.footer_contact ul li.pinterest a:hover {

  background: #053c50;

}

.footer_contact ul li.youtube a {

  background: #c72982;

}

.footer_contact ul li.youtube a:hover {

  background: #053c50;

}



.footer_menu ul li {

  line-height: 30px;

}

.footer_menu ul li a {

  display: block;

  font-weight: 400;

  font-size: 14px;

  color: #5a7078;

}

.footer_menu ul li a:hover {

  color:#FF6B6B;

}



@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;text-align: center;

  color: #5a7078;

}

.copyright_area p a {

  color: #fd6602;

}

.copyright_area p a:hover {

  text-decoration: underline;

}

.copyright_area p i {

  color: #dc3545;

}

.copyright_area p strong {

  color:#053c50;

}



.footer_bottom {

  padding: 10px 0 7px;

  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: #fd6602;

}

.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_three .copyright_area p strong {

  color: #57a60a;

}



.footer_four .footer_menu ul li a:hover {

  color: #dc2925;

}

.footer_four .copyright_area p a {

  color: #dc2925;

}

.footer_four .copyright_area p strong {

  color: #dc2925;

}



.newletter_four .newletter_subscribe form button {

  background: #dc2925;

}

.newletter_four .newletter_subscribe form button:hover {

  background: #0363cd;

}



.color_five .footer_contact ul li.twitter a:hover {

  background: #0363cd;

}

.color_five .footer_contact ul li.facebook a:hover {

  background: #0363cd;

}

.color_five .footer_contact ul li.googleplus a:hover {

  background: #0363cd;

}

.color_five .footer_contact ul li.behance a:hover {

  background: #0363cd;

}

.color_five .footer_contact ul li.pinterest a:hover {

  background: #0363cd;

}

.color_five .footer_contact ul li.youtube a:hover {

  background: #0363cd;

}

.color_five .footer_menu ul li a:hover {

  color: #0363cd;

}

.color_five .copyright_area p a {

  color: #0363cd;

}

.color_five .copyright_area p strong {

  color: #0363cd;

}

.color_five .subscribe_form form button {

  background: #0363cd;

}

.color_five .subscribe_form form button:hover {

  background: #242424;

}



/*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: #fd6602;

  border-color: #fd6602;

}



@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: #fd6602;

  border-color: #fd6602;

}



#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: #f8faff;

}



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

.breadcrumb_content ul li a:hover {color: #053c50;}

.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; position: relative; overflow: hidden;}

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

}



.ui-slider-horizontal .ui-slider-range {background:#FF6B6B; 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: #f2f3f5; border: none; font-size: 16px; text-align: left; line-height: 31px; padding-left: 10px;}

.widget_list.widget_filter form .d-flex {display: flex;justify-content: space-between;}

@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: #FF6B6B;

  border: 0;

  border-radius: 5px;

  transition: 0.3s;box-shadow: 0 5px 10px #e7558175;

}

.widget_list.widget_filter form button:hover {

    background: #000;

    box-shadow: 0 5px 10px #00000052;

}



.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: #fd6602;

}

.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: #fd6602;

}

.list_button ul li a.active i {

  background: #fd6602;

  color: #ffffff;

}



.product_ratting ul li {

  display: inline-block;

}

.product_ratting ul li a {

  color: #fd6602;

}



@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: #fd6602;

  color: #ffffff;

}

.pagination ul li.current {

  background: #fd6602;

  color: #ffffff;

}

.pagination ul li.next {

  width: 40px;

}



.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: #fd6602;

}



.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: #fd6602;

  color: #fff;

  border-color: #fd6602;

}

.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: #fd6602;

}

.add_to_links ul li.compare a {

  color: #555;

  font-weight: 500;

}

.add_to_links ul li.compare a:hover {

  color: #fd6602;

}



.grid_list .single_product {

  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 {

  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 {

    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 {

  transition: all 1s ease;

}



.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: #fafafa;

  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 {

  width: fit-content;

  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: #fd6602;

  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: #fd6602;

  color: #ffffff;

  border-color: #fd6602;

}



.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: #fd6602;

  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: 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: #FF6B6B;

    height: 42px;

    line-height: 42px;

    text-transform: capitalize;

    min-width: 270px;

    box-shadow: 0 5px 15px #e7558178;

}

@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: #fd6602;

}



.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: 18px;

  color: #555;

  font-weight: 300;

  margin-right: 35px;

  line-height: 24px;

}

@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: #fd6602;

}

.product_info_button ul li a:hover {

  color: #053c50;

}

.product_info_button ul li:last-child a {

  margin-right: 0;

}



.product_review_form button {

    border: none;

    background: #FF6B6B:;

    color: #ffffff;

    text-transform: uppercase;

    font-weight: 300;

    padding: 10px 25px;

    display: block;

    transition: 0.3s;

    cursor: pointer;line-height: 20px;

    margin-top: 20px;

    border-radius: 5px;

    box-shadow: 0 5px 25px #e7558166;

    font-size: 16px;

}

.product_review_form button:hover {

  background:#053c50; box-shadow: none;

  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 {

  padding: 15px 0px 50px;

}

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

  .product_d_inner {

    padding: 15px 30px 24px;

  }

}



.product_info_inner {

  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: #fd6602;

}



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

  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;

  transition: 0.3s;

  opacity: 0;

  visibility: hidden;

}

.s-tab-zoom.owl-carousel .owl-nav div:hover {

  background: #FF6B6B;

  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: 100%;

  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: #fd6602;

}

.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: "";

  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: #fd6602;

}



/*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 #fd6602;

  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: #fd6602;

}

.table_desc .cart_page table tbody tr td.product_remove a:hover {

  color: #fd6602;

}

.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: #fd6602;

}

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

  transition: 0.3s;

  border-radius: 3px;

}

.cart_submit button:hover {

  background: #fd6602;

}



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

  transition: 0.3s;

  border-radius: 3px;

}

.coupon_inner button:hover {

  background: #fd6602;

}

.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: #fd6602;

  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: flex;

  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: #fd6602;

  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 #fd6602;

  margin-bottom: 0;

}

.user-actions h3 a {

  color: #fd6602;

}



.checkout_info {

  border: 1px solid #ebebeb;

  margin-top: 25px;

  padding: 20px 30px;

}

.checkout_info p {

  margin-bottom: 0;

}

.checkout_info a {

  color: #fd6602;

  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;

  transition: 0.3s;

  margin-right: 20px;

  cursor: pointer;

  height: 40px;

  line-height: 40px;

  border-radius: 3px;

}

.form_group button:hover {

  background: #fd6602;

}



.form_group input[type=checkbox] {

  width: 15px;

  height: 15px;

  margin-right: 10px;

  position: relative;

  top: 3px;

}



.form_group.group_3 {

  display: flex;

  align-items: center;

}

.form_group.group_3 label {

  margin-bottom: 0;

  line-height: 34px;

  cursor: pointer;

}

.form_group.group_3 label:hover {

  color: #fd6602;

}



#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;

  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: #fd6602;

}



.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: #fd6602;

}

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

  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: #fd6602;

  font-weight: 600;

  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: #fd6602;

  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: #fd6602;

}



.wishlist_area {

  padding-bottom: 60px;

}



/*wishlist css end*/

/* 15. contact page css here */

.contact_area {

  margin-bottom: 60px;

}



.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: #fd6602;

}

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

  transition: 0.3s;

  border-radius: 4px;

}

.contact_message button:hover {

  background: #fd6602;

}

@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 {

  padding: 23px 20px 29px;

}

.account_form label {

  font-size: 15px;

  font-weight: 400;

  color: #053c50;

  cursor: pointer;

  line-height: 12px;

  margin-bottom: 0px;

}



.account_form p input::placeholder {color: #053c50;}

.account_form input {

  border: 1px solid #ebebeb;

  height: 40px;

  max-width: 100%;

  padding: 0 20px;

  background: none;color: #053c50;

  width: 100%;

}



.account_form button.login_submit_btn {

    display: block;

    width: 100%;

    height: 45px;

}

.account_form button {

  background: #FF6B6B;

  border: 0;

  color: #fff;

  font-size: 12px;

  font-weight: 700;

  line-height: 21px;

  padding: 5px 20px;

  text-transform: uppercase;

  cursor: pointer;

  transition: 0.3s;

  border-radius: 20px;

}

.account_form button:hover {

background: #053c50;

    color: #fff;

}



.login_submit label input[type=checkbox] {

  width: 15px;

  height: 13px;

  margin-right: 3px;

}



.login_submit {margin-bottom: 20px;

  text-align: left;

}

.login_submit a {

  font-size: 13px;

  color: #053c50;

  float: right;

}

@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%;

  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 #fd6602;

  width: 100%;

  text-align: left;

  color: #fd6602;

  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 #fd6602;

  border-bottom: 1px solid #fd6602;

  border-right: 1px solid #fd6602;

}



.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: #fd6602;

  color: #ffffff;

}

.dashboard_tab_button ul li a.active {

  background: #fd6602;

}



.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: #fd6602;

  font-weight: 500;

}

.dashboard_content p a {

  color: #fd6602;

  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: #fd6602;

}

.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: #fd6602;

  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: 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: #fd6602;

}



.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: #fd6602;

  border-color: #fd6602;

  color: #fff;

}



.priceing_table {

  background: #ECECEC;

  padding: 60px 0 30px;

}



.single_priceing {

  background: #fff;

  border-radius: 3px;

  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: #fd6602;

}

.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: #fd6602;

  border-color: #fd6602;

  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: #fd6602;

  color: #fff;

  border-color: #fd6602;

}

@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: #fd6602;

}

.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: #fd6602;

  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: #fd6602;

}



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

  transition: 0.3s;

  border-radius: 3px;

}

.widget_search button:hover {

  background: #fd6602;

}



.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: #fd6602;

  border-color: #fd6602;

  color: #fff;

}



.post_thumb {

  width: 55px;

  float: left;

  margin-right: 10px;

}



.post_wrapper {

  display: flex;

  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: #fd6602;

}

.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: #333;

  text-transform: capitalize;

  display: inline-block;

  line-height: 17px;

}

.widget_categories ul li a:hover {

  color:#FF6B6B;

}

.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: #fd6602;

}



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

  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: #fd6602;

}

.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 #fd6602;

  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: #fd6602;

}

.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: #fd6602;

}



.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: #fd6602;

}

.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: #fd6602;

}



.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: #fd6602;

}



.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: #fd6602;

}

.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: #fd6602;

}

.modal_social ul li.twitter a {

  background: #1DA1F2;

}

.modal_social ul li.twitter a:hover {

  background: #fd6602;

}

.modal_social ul li.pinterest a {

  background: #BD081B;

}

.modal_social ul li.pinterest a:hover {

  background: #fd6602;

}

.modal_social ul li.google-plus a {

  background: #DC5043;

}

.modal_social ul li.google-plus a:hover {

  background: #fd6602;

}

.modal_social ul li.linkedin a {

  background: #010103;

}

.modal_social ul li.linkedin a:hover {

  background: #fd6602;

}



.modal_price {

  margin-bottom: 12px;

}

.modal_price span {

  font-weight: 600;

  color: #fd6602;

  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;

  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: #fd6602;

  color: #ffffff;

  border-color: #fd6602;

}



.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: #fd6602;

}



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

  transition: 0.3s;

  opacity: 0;

  visibility: hidden;

}

.product_navactive.owl-carousel .owl-nav div:hover {

  background: #fd6602;

  color: #ffffff;

}

.product_navactive.owl-carousel .owl-nav div.owl-next {

  right: -7px;

  left: auto;

}

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

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



 .login_section:before{width: 100% !important;}

.login_section:after {

    width: 100% !important;

    height: 200px !important;

    bottom: -10px !important;    z-index: -1;

}

.login_af.account_form{    padding: 20px 20px !important; }

.login_af.account_form .logo {

    margin-bottom: 0 !important;}

    .login_submit {

    justify-content: space-between;

    display: flex;text-align: left;

}

.account_form form {padding: 3px 10px 0px !important;}

.top_social{display: none;}

.main_slide.product_d_inner .product_info_button{    position: relative;

    overflow: auto;

    overflow-y: hidden;}

.main_slide.product_d_inner .product_info_button ul.nav{    display: flex;

    width: 1170px;}

.top-welcome_text { display: none;}

  .middel_right {

       justify-content: right;

    flex-direction: row-reverse;

    position: absolute;

    top: -60px;

    right: 20px;

  }

  header.header_area.pb-sm-90 { padding-bottom: 0px;}

 .Offcanvas_menu {

    display: block;    background: #FF6B6B;

  }

  .canvas_open { margin: 0px;  border: none;}

}

/*--

     25. compare css here

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

.compaer-page {

  margin: 60px 0;

}



.compare-table .table tbody tr:first-child {

  border-top: 1px solid #eeeeee;

}

.compare-table .table tbody tr td {

  text-align: center;

  border: none;

  padding: 25px 30px;

  vertical-align: middle;

  border-bottom: 1px solid #eeeeee;

  border-left: 1px solid #eeeeee;

}

.compare-table .table tbody tr td:last-child {

  border-right: 1px solid #eeeeee;

}

.compare-table .table tbody tr td.first-column {

  min-width: 180px;

  font-size: 17px;

  font-weight: 600;

  margin: 0;

  line-height: 1;

}

.compare-table .table tbody tr td.product-image-title {

  min-width: 305px;

  vertical-align: bottom;

}

.compare-table .table tbody tr td.product-image-title .image {

  clear: both;

  width: 100%;

  margin-bottom: 40px;

}

.compare-table .table tbody tr td.product-image-title .image img {

  max-width: 100%;

}

.compare-table .table tbody tr td.product-image-title .category {

  clear: both;

  color: #454545;

  float: left;

  font-size: 13px;

  letter-spacing: 0.5px;

  line-height: 15px;

  margin-bottom: 7px;

  margin-top: 15px;

  text-transform: capitalize;

}

.compare-table .table tbody tr td.product-image-title .title {

  float: left;

  clear: both;

  font-size: 15px;

  font-weight: 600;

  line-height: 20px;

  margin-bottom: 10px;

}

.compare-table .table tbody tr td.product-image-title .title:hover {

  color: #fd6602;

}

.compare-table .table tbody tr td.pro-desc p {

  text-align: left;

  margin: 0;

}

.compare-table .table tbody tr td.pro-price {

  font-size: 15px;

  font-weight: 600;

}

.compare-table .table tbody tr td.pro-color {

  font-size: 15px;

  font-weight: 600;

}

.compare-table .table tbody tr td.pro-stock {

  font-size: 15px;

  font-weight: 600;

}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {

  position: relative;

  background: #fd6602;

  border-radius: 4px;

  display: inline-block;

  width: 170px;

  padding: 10px 6px;

  transition: all 0.7s;

  color: #ffffff;

}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {

  background: #5a5a5a;

}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {

  transition: 0.3s;

  font-size: 13px;

  text-transform: uppercase;

  font-weight: 700;

  line-height: 21px;

  overflow: hidden;

  display: block;

  text-align: center;

}

.compare-table .table tbody tr td.pro-remove button {

  border: none;

  background-color: transparent;

  padding: 0;

}

.compare-table .table tbody tr td.pro-remove button i {

  font-size: 20px;

}

.compare-table .table tbody tr td.pro-remove button:hover {

  color: #fd6602;

}

.compare-table .table tbody tr td.pro-ratting a {

  font-size: 14px;

  color: #5a5a5a;

}

.compare-table .table tbody tr td.pro-ratting a:hover {

  color: #fd6602;

}





/*----*/

.top-welcome_text a span {

    margin-right: 10px;

    color: #fff;

}

.top-welcome_text a {

    color: #fff;

}


/* Dropdown list items */
.hover_category .nice-select.select_option.open ul.list li.option {
    color: #F1F5F9; /* Soft off-white text */
    background-color: rgba(30, 41, 59, 0.98); /* Dark background matching header */
    transition: all 0.3s ease;
    padding: 8px 16px;
    margin: 2px 0;
}

/* Selected & focus state */
.hover_category .nice-select.select_option.open ul.list li.option.selected.focus {
    background: rgba(249, 115, 22, 0.5); /* More visible orange selection */
    color: #ffffff;
    font-weight: 500;
}

/* Hover state */
.hover_category .nice-select.select_option.open ul.list li.option:hover {
    background: rgba(249, 115, 22, 0.6); /* Stronger orange for better visibility */
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.30); /* More pronounced shadow */

    transform: translateX(2px); /* Slight movement for interaction feedback */
}

/* Sticky header */
.header_main_menu.sticky-header {
    background: linear-gradient(90deg, #2C1810, #FF6B6B); /* Dark-to-bright blue gradient */
    padding: 10px 0;
    backdrop-filter: blur(8px); /* Frosted glass effect */
    transition: all 0.3s ease-in-out;
}

/* Submenu hover links */
.main_menu nav > ul > li ul.sub_menu li a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 12px;
}

.main_menu nav > ul > li ul.sub_menu li a:hover {
    text-decoration: none;
    background: rgba(249, 115, 22, 0.25); /* More visible highlight */
    color: #FFEDD5; /* Lighter text for better contrast */
    border-radius: 6px; /* Softer rounding */
    transform: scale(1.02); /* Subtle zoom effect */
}






.top_social ul.social-link li {    position: relative;

    display: inline-block;

    margin: 0 10px;

}

.top_social {

    margin-left: 20px;

}

.top_social ul.social-link li a {

    color: #fff;

}

.top_social ul.social-link li a:hover {color: #000;}





ul.social-link {

    margin-top: 9px;

}

.header_top_socal.d-flex {

    justify-content: flex-end;

}

.top_social ul.social-link li:nth-child(1)::before {

    content: "";

    position: absolute;

    width: 1px;

    height: 15px;

    background: #fff;

    top: 50%;

        left: 19px;

    transform: translatey(-50%);

    opacity: 0.2;

}

.top_social ul.social-link li:nth-child(2)::before {

    content: "";

    position: absolute;

    width: 1px;

    height: 15px;

    background: #fff;

    top: 50%;

        left: 19px;

    transform: translatey(-50%);

    opacity: 0.2;

}

.top_social ul.social-link li:nth-child(3)::before {

    content: "";

    position: absolute;

    width: 1px;

    height: 15px;

    background: #fff;

    top: 50%;

        left: 19px;

    transform: translatey(-50%);

    opacity: 0.2;

}



.slider_area .owl-nav > div {

    position: absolute;

    top: 50%;

    transform: translatey(-50%);

    width: 40px;

    background: #FF6B6B;

    text-align: center;

    color: #fff;

    font-size: 18px;

    z-index: 1;

    height: 40px;

    border-radius: 100%;

    line-height: 40px;

    transition: 0.5s;

    left: 15px;

}

.slider_area .owl-nav > div.owl-next {

    border-radius: 100%;

    right: 15px;

    left: auto;

}

.min_slide {

    position: relative;    margin-top: -12%;

    z-index: 9;

}

.main_Slide_area {

    position: relative;padding: 90px 0;

}

.main_slide.product_d_inner .product_info_button ul.nav li a .icon_Tab{   margin: 0 auto;}

.main_slide.product_d_inner .product_info_button ul.nav li {

    width: 11%;    border-right:1px solid rgb(55 99 115);

    display: inline-block;

    text-align: center;

}

.icon_Tab {

    width: 45px;

    height: 45px; 

    border-radius: 50%;    padding: 10px;

    background: hsla(0,0%,100%,.2); 

}



.main_slide.product_d_inner .product_info_button ul.nav li a.active .icon_Tab {

    background: hsla(0,0%,100%,.2);

}



.icon_Tab img {

    display: block;

    margin: 0 auto;

    padding-bottom: 10px;

    width: 25px;

}

.main_slide.product_d_inner {

    border: none;

    padding: 0px;

}

.main_slide.product_d_inner .product_info_button ul.nav li a {

    margin: 0;

    background: #053c50;

    font-size: 14px;

    padding: 20px 20px;    color: #fff;    float: none;

    display: block;

}

.main_slide.product_d_inner .product_info_button ul.nav li a.active {

    background: #FF6B6B;

    color: #fff;    position: relative;

}

.main_slide.product_d_inner .product_info_button {

    margin-bottom: 0px;

    padding-bottom: 0px;   border-bottom: none;

}

.main_slide.product_d_inner .tab-content {

    background: #053c50;

    color: #fff;

    padding: 40px 20px;border-top:1px solid rgb(55 99 115); 

}

.main_slide.product_d_inner .product_info_button ul.nav {background: #053c50;}

.main_slide.product_d_inner .product_info_button ul.nav li:last-child {border-right: 0px;}

.main_slide.product_d_inner .product_info_button ul.nav li a.active:after {

    position: absolute;

    content: "";

    -webkit-transform: translate(-50%, 89px);

    -ms-transform: translate(-50%, 89px);

    transform: translate(-50%, 89px);

    left: 50%;

    border: 20px solid transparent;

    border-top: 20px solid #dc4c77;

    -webkit-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    bottom: 50px;

}

.slide_tab_section .form-group.text-input-fild input {

    background-color: hsla(0,0%,100%,.2);

    border: none;

    height: 40px;    color: #fff;

}

.slide_tab_section .form-group.text-input-fild input::placeholder {

    color: #fff;

}

.slide_tab_section .form-group .nice-select.select_option {

    width: 100%;

    background: hsla(0,0%,100%,.2);

    border: none;

}

.slide_tab_section .form-group .nice-select.select_option ul.list {

    background: #053c50;    width: 100%; 

}

.slide_tab_section .form-group .nice-select.select_option ul.list li.option.selected.focus {

 background: hsla(0,0%,100%,.2);

}

.slide_tab_section .form-group .nice-select.select_option ul.list li:hover.option {

    background: hsla(0,0%,100%,.2);

}

.slide_tab_section .tab-button-bar button {

    background-color:#FF6B6B;

    width: 100%;

    height: 40px;

    border: none;

    margin-top: 23px;

}

.slide_tab_section .tab-button-bar button:hover {

    background:#363f4d;

}

.about-us_section {

    padding: 60px 0;

}

.mor_Text_btn a {

    background: #FF6B6B;

    color: #fff;

    padding: 13px 30px;

    font-size: 17px;

    font-weight: 300;

    box-shadow: 0 10px 15px #e755815e;

    border-radius: 5px;

}

.mor_Text_btn a:hover {

    background: #000;

    color: #fff;

    padding: 13px 30px; box-shadow: none;

}

.mor_Text_btn {

    margin-top: 40px;

}

.about_section-content h3 {

    margin-bottom: 20px;

}

.about_section-content h3 span {

    color:#053c50;

}

section.service_wrapper {background:#f8faff; padding: 50px 0;}

.service_wrapper .single_product .content_inner .product_name h3 a {font-size: 21px;}

section.product_top_section {background: #f8faff; padding: 50px 0;}

section.testimonial_clo_section {padding: 50px 0;}

.single_banner.thrd_bn {margin-top: 15px;}

.colm_bg_banner.banner_area {padding: 40px 0;}



body.login_bg {background: linear-gradient(to right, #FF6B6B 50%, #fff 50%);    position: relative;}

.login_af.account_form {

    border-radius: 10px;

    background: #ffffff;

    padding: 30px 30px;

    margin: 40px 0;

}

.login_af.account_form .logo a img {width: 195px; margin-bottom: 20px;}

.login_af.account_form .logo, .login_af.account_form h2{text-align: center; color:#225365;}

.login_section {

    position: relative;

    z-index: 8;

}

/*.login_section:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 360px;

    height: 500px;

    background: #47a8288c;

    clip-path: polygon(0% 0%, 90% 20%, 100% 80%, 45% 80%, 25% 98%, 0% 90%, 10% 20%);

}

.login_section:after {

    content: "";

    position: absolute;

    right: 0;

    bottom: -20px;

    width: 360px;

    height: 500px;

    background: #47a8288c;    z-index: -1;

    clip-path: polygon(130% 60%, 90% 20%, 100% 80%, 45% 90%, 235% 158%, 20% 100%, 0% 40%);

}*/

form.register__form {

    padding: 0px;

}

.login_af.account_form form.register__form .form-group input::placeholder {

    color: #225365;

}

form.register__form .form-group .nice-select.select_option {

    width: 100%;

    background: transparent;

    border-radius: 0px;

}

form.register__form .form-group .nice-select.select_option span.current { color:#053c50;}

form.register__form .form-group .nice-select.select_option ul.list {background: #053c50; width: 100%;}

form.register__form .form-group .nice-select.select_option ul.list li.option.selected.focus {background: hsla(0,0%,100%,.2);}

form.register__form .form-group .nice-select.select_option ul.list li.option {color: #fff;}

form.register__form .form-group .nice-select.select_option ul.list li:hover.option{ background: hsla(0,0%,100%,.2);}

form.register__form .form-group .nice-select.select_option:focus {border-color: #053c50;}

form.register__form .login_submit {

    margin-top: 20px;

    margin-bottom: 10px;

}



p.ac_fill { color: #053c50;margin-top: 10px;}

p.ac_fill a {

    color: #e75581;

    font-weight: 600;

}

.widget_list.widget_filter h2 {

    text-align: center;

    margin-bottom: 1px;

}

.widget_list.widget_categories.for_products ul li a {

    margin-left: 0px;

}

.pro_price_list {

    margin-right: 50px;

}

.product_price_col {

    margin-bottom: 30px;

    border-bottom: 1px solid #eee;

    padding-bottom: 20px;

}

.pro_price_list .price_box span.old_price {font-size: 25px;}

.pro_price_list .price_box span.current_price {font-size: 25px;}

.product_details_Content h3 {margin-bottom: 25px;}

.product_d_inner.main_product_de .product_info_button ul.nav li a.active {

    background:#e75581;

    color: #fff;

    padding: 9px 20px;

    border-radius: 5px;

    box-shadow: 0 5px 25px #e7558166;

}



.product_d_inner.main_product_de .product_info_button ul.nav li a {

    padding: 10px 20px;

    background: #f8faff;

    border-radius: 5px;

}

.slider_area .owl-nav > div:hover {background: #053c50;}

section.shipping_area .col-lg-3.col-md-6 .single_shipping {border-right: 1px solid #cf3f6b;}

section.shipping_area .col-lg-3.col-md-6:last-child .single_shipping {border-right: 0px;}

.related_porduct_cl { border-bottom: 1px solid #ddd;}

.contact_more_btns button.btn-more.mt {

    padding: 10px 30px;

    background: #FF6B6B;

    color: #fff;

    border: none;

    font-size: 15px;

    border-radius: 7px;

    box-shadow: 0 10px 15px #e755815e;

}

.contact_more_btns button.btn-more.mt:hover {background: #053c50;}

form.contact_form .form-group input { height: 45px;}

.contact-us_form .section-titles { margin-bottom: 30px;}

.contact-section {padding: 70px 0;}

.main_menu nav > ul > li ul.mega_menu > li .menu_category_line{color: #FF6B6B;}

.main_menu nav > ul > li ul.mega_menu {

  max-height: 350px;

  overflow: auto;    

}

.main_menu nav > ul > li ul.mega_menu::-webkit-scrollbar-track

{

  background-color: hsla(0,0%,100%,.2);

}



.main_menu nav > ul > li ul.mega_menu::-webkit-scrollbar

{

  width: 5px;

  background-color: hsla(0,0%,100%,.2);

}



.main_menu nav > ul > li ul.mega_menu::-webkit-scrollbar-thumb

{

  background-color: #FF6B6B;

}



.cart-msg-block {

    position: fixed;

    z-index: 9999999;

    right: 10px;

    bottom: 0;

    display: none;

}



.large-loader {

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: 99999;

    background: #000;

    opacity: 0.5;

    text-align: center;

    padding-top: 16%;

  display:none;

}





a.bg-white.px-2.py-1.shadow-sm.rounded span {

    position: absolute;    top: -7px;

}

.badge.badge-warning {width: 20px; height: 20px; text-align: center; line-height: 15px; color: #fff;

    border-radius: 100%; background-color: #fe4c1c; font-weight: 100; font-size: 10px;

}

   

.error{



  color: red;

}

.mini_cart_wrapper li.dropdown:hover .dropdown-content {

    display: block;

    position: absolute;

    top: 23px;

    width: 120px;

    background: #fff;

    z-index: 99999;

}

.mini_cart_wrapper li.dropdown {

    list-style: none;

}

.mini_cart_wrapper li.dropdown .dropdown-content {

    display: none;

}

.mini_cart_wrapper li.dropdown a.dropbtn i {

    margin-right: 5px;

    color: #FF6B6B;

}

.mini_cart_wrapper > a, .mini_cart_wrapper li.dropdown {

    display: inline-block;

}

input.form-product {

    -moz-appearance: textfield;

    height: 40px;

    border: none;

    background: #ffffff;

    text-align: center;

    width: 50px;

    border-top: 1px solid #eeeff7;

    border-bottom: 1px solid #eeeff7;

    color: #042825;

    vertical-align: middle;

}

table#cart-table thead {

    background: transparent;

}



section.cart_section-cl {

    padding: 60px 0;

}

table#cart-table thead tr th {

    border: 0px;

}

.cart-table button.btn.btn-primary.btn-sm.ml-5 {

    background: #FF6B6B;

    border-color: #e75581;

    box-shadow: 0 4px 10px rgb(231 85 129 / 63%);

}

.cart-table button.btn.btn-primary.btn-sm.ml-5:hover {

    background: #053c50;

    border-color: #053c50;

    box-shadow: none;

}

button.btn_edit {

    font-size: 15px;

    padding: 3px 41px;

    border-radius: 5px;

    border: 1px solid #aeb4bd;

    background: #eef0f2;

    color: #111;

    letter-spacing: 1px;

    margin-top: 10px;

}

section.checkout_section-cl {

    padding: 50px 0;

}

.content_new_div p {

    font-size: 16px;

    letter-spacing: 0.5px;

}

.review_section.shop_section.mb-5 {

    padding: 60px 0;

}

.review_section.shop_section.mb-5 div#cart-row-2 {

    margin-top: 50px;

}

.col-sm-3.side-box h3.summery {

    font-size: 26px;

    margin-top: 20px;

}

.search_result_product {

    padding: 60px 0;

}

.search_result_product .product-title a {

    font-size: 25px;

    font-weight: 600;

}

.product-link button {

    padding: 10px 25px;box-shadow: 0 5px 15px #e7558178;

}

.shop_section.order_pg_section {

    padding: 60px 0;

}

.single_banner.b_right2 {

    margin-top: 31px;

}

.contact_information ul {margin: 0px;padding: 0px;}

.contact_information ul li {

    line-height: 30px;display: flex;    margin: 15px 0;

}

.contact_information ul li span i {

    font-size: 19px;    color: #053c50;

    margin-right: 10px;

}

.inner_Banner_Section {

    background: #f8faff;

    padding: 30px 0;

}

.inner_Banner_Section .inner_title_head h1 {

    margin-bottom: 0px;

    font-size: 35px;

    font-weight: 400;

    color: #053c50;

}

 section.contact-us {

    padding: 70px 0;

}

form.appointment_form .form-group input {

    width: 100%;

    height: 50px;

    border-color: #f0efef;

}

form.appointment_form .form-group {

    margin-bottom: 25px;

}



.contact-us_form .section-titles h3 {

    margin-bottom: 20px;

    font-size: 25px;

}

@media only screen and (max-width: 1000px) {
  .header_area .header_middle .logo a img {
    width: 145px;
  }
}
