body {
  line-height: 24px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: 'Nunito Sans', sans-serif;
  color: #262626;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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, .form-control:focus {
    outline: none !important;
    box-shadow: 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;
}

.services_content h3 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 11px;
    line-height: 14px;
}

.services_thumb {
    margin-bottom: 20px;
}

.services_content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
/*-- 
    - Common Classes
-----------------------------------------*/
/*.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 1200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}
.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: 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: #02a8f3 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 40px;
  bottom: 100px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/
/*.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}*/

/*-- 
    - Section Padding
-------------------------------------*/
.section-ptb {
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-ptb {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
}

.section-pt {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-pt-70 {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt-70 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-70 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-70 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt-70 {
    padding-top: 30px;
  }
}

.section-pb-70 {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb-70 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-70 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-70 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb-70 {
    padding-bottom: 30px;
  }
}

.section-pb {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb {
    padding-bottom: 60px;
  }
}
/* 02. Element */
.button {
  background: #02a8f3;
  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 */
body.open-navigation{
  overflow: hidden;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #262626;
  top: 0;
  overflow-x: auto;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
  overflow: hidden;
}
.Offcanvas_menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
    margin: 0px;
    padding: 0px;
    height: 0;
  }
}
/*@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 25px;
  }
}*/

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 9999999999;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  /*padding: 30px 20px 30px;*/
  overflow-y: auto;
}
.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.userThumb .user-img {
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.58);
    height: 28px;
    width: 28px;
    border-radius: 100px;
    text-align: center;
    line-height: 27px;
}
/*.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.Offcanvas_menu_wrapper .top_right {
  display: block;
  padding-left: 0;
  text-align: center;
  margin-bottom: 19px;
}
.Offcanvas_menu_wrapper .top_right > ul > li {
  padding-right: 0;
  margin-right: 9px;
}
.Offcanvas_menu_wrapper .top_right > ul > li::before {
  display: none;
}
.Offcanvas_menu_wrapper .top_right > ul > li > a {
  line-height: 20px;
  font-size: 12px;
}*/
/*.Offcanvas_menu_wrapper .welcome_text {
  display: block;
  margin-bottom: 10px;
}
.Offcanvas_menu_wrapper .search-container {
  display: block;
}
.Offcanvas_menu_wrapper .mini_cart_wrapper {
  display: block;
  margin-bottom: 22px;
}
.Offcanvas_menu_wrapper .mini_cart_wrapper > a {
  display: inline-block;
  padding: 5px 20px;
  line-height: 25px;
}
.Offcanvas_menu_wrapper .mini_cart_wrapper > a i {
  font-size: 24px;
  margin-right: 5px;
}*/

.offcanvas_main_menu li {
  position: relative;
  padding: 15px 30px;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.userName-canvasMenu span.userName {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    
    margin-left: 9px;
}
ul.offcanvas_main_menu {
    border-top: 1px solid #e0e0e0;
}
ul.offcanvas_main_menu:first-child {
    border-top: none;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  /*padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;*/
}
.offcanvas_main_menu li a:hover {
  color: #02a8f3;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.Offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.Offcanvas_footer span a {
  font-size: 14px;
}
.Offcanvas_footer span a:hover {
  color: #02a8f3;
}
.Offcanvas_footer ul {
  margin-top: 20px;
}
.Offcanvas_footer ul li {
  display: inline-block;
  margin-right: 4px;
}
.Offcanvas_footer ul li:last-child {
  margin-right: 0;
}
.Offcanvas_footer ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #ffffff;
}
/*.Offcanvas_footer ul li.facebook a {
  background: #3c5b9b;
}
.Offcanvas_footer ul li.facebook a:hover {
  background: #02a8f3;
}
.Offcanvas_footer ul li.twitter a {
  background: #1DA1F2;
}
.Offcanvas_footer ul li.twitter a:hover {
  background: #02a8f3;
}
.Offcanvas_footer ul li.pinterest a {
  background: #BD081B;
}
.Offcanvas_footer ul li.pinterest a:hover {
  background: #02a8f3;
}
.Offcanvas_footer ul li.google-plus a {
  background: #DD4D42;
}
.Offcanvas_footer ul li.google-plus a:hover {
  background: #02a8f3;
}
.Offcanvas_footer ul li.linkedin a {
  background: #010103;
}
.Offcanvas_footer ul li.linkedin a:hover {
  background: #02a8f3;
}*/
.offcanvas-menu-head{
  background: #1688e4;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}
.mobile-logo-menu {
    /*margin: auto;*/
    text-align: center;
    max-width: 45px;
}
.user-account-info-menu {    
    display: flex;
    align-items: center;
}
.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: #02a8f3;
}
.mobile-right-bar{
  display: flex;
  justify-content: flex-end;
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 31px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.canvas_close a:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #fff;
}

/*.canvas_open {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 7px 20px 6px;
}*/
/*.canvas_open span {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}*/
.Offcanvas_two {
  margin-bottom: 0;
  margin-top: 30px;
}

.search-icon {
  font-size: 32px;
  color: dimgray;
  background-color: #eee;
  border: 0;
  outline: none;
}
.canvas_open a {
    font-size: 28px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    background: #4ba8f3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: block;
    text-align: center;
}
.canvas_open {
    vertical-align: middle;
}
.canvas_open a i{
  line-height: 40px;
}
/*.search-toggle .search-icon.icon-close {
  display: none;
}
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.mobile-search-container {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #eee;
}
.mobile-search-container.opened {
  max-height: initial;
}
.mobile-search-container input[type="text"] {
  outline: none;
  font-size: 1.6rem;
  margin: 18px;
  width: 300px;
  background-color: inherit;
  border: 0;
      border-radius: 50px;
}
.mobile-search-container .search-icon {
  vertical-align: middle;
}

.mobile-search-container {
  position: absolute;
  left: 15px;
  z-index: 9999;
}*/

@media only screen and (max-width: 767px) {
  .Offcanvas_two {
    margin-top: 25px;
  }
}

.Offcanvas_three {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .Offcanvas_three {
    margin-top: 25px;
  }
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(38, 38, 38, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

.header_top, .header_middle{
 /* border-bottom: 1px solid #e5e5e5;*/
  padding: 4px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #4ba8f3;
}
.header_top.fixed-menu-1:not(.fixed-menu),
.header_middle.mobile-fixed-menu-1:not(.mobile-fixed-menu)  {
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transform: translateY(-300px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.header_top.fixed-menu ,
.header_middle.mobile-fixed-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.10);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_top {
    border-bottom: 0;
  }
}

.top_inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .top_inner {
    border: 0;
  }
}

/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome_text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .welcome_text {
    display: none;
  }
}*/
.welcome_text p {
  font-size: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome_text p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .welcome_text p {
    text-align: center;
  }
}
/*.welcome_text p span {
  color: #02a8f3;
}
*/
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top_right {
    display: none;
  }
}*/
.top_right > ul > li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.top_right > ul > li:hover ul.dropdown_currency, .top_right > ul > li:hover ul.dropdown_language, .top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.top_right > ul > li:hover ul.dropdown_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
/*.top_right > ul > li:hover > a {
  color: #02a8f3;
}*/
@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 > a {
  text-transform: capitalize;
  line-height: 40px;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .top_right > ul > li > a {
    line-height: 22px;
  }
}
.top_right > ul > li > a i.ion-ios-arrow-down {
  margin-left: 6px;
  font-size: 11px;
}

.top_right > ul > li:hover a:not([href]):not([tabindex]) {
  color: #02a8f3;
}

.dropdown_currency, .dropdown_language, .dropdown_links {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 130px;
  text-align: left;
  top: 125%;
  left: -9px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  z-index: 9999;
  padding: 9px 18px 8px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e5e5e5;
}
.dropdown_links{
  min-width: 220px;
  padding: 8px 0;
}
ul.dropdown_links li {
    padding: 0px 18px;
    display: block;
}
a.accountLoginBtn.btn {
    border-radius: 25px;
    background: #02a8f3;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    padding: 6px 6px;
    margin-top: 10px;
    border: 1px solid #02a8f3;
}
a.accountLoginBtn.btn:hover {
    background: #fff;
    color: #02a8f3;
    border: 1px solid #02a8f3;
}
ul.dropdown_links li a {
    padding: 11px 0;
}
li.login-block {
    margin-top: 15px;
}
.dropdown_links li a.newUserRegister{
    color: #4ba9f3;
    border: none;
}
li.top_links a i.user-img {
    width: 27px;
    height: 27px;
    border-radius: 50px;
    padding: 4px;
    background-color: #fff;
    color: #4ba9f3;
    font-size: 20px;
    /* line-height: 15px; */
    text-align: center;
    margin-right: 5px;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_currency, .dropdown_language, .dropdown_links {
    left: 0;
    min-width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_currency, .dropdown_language, .dropdown_links {
    left: 0;
    min-width: 142px;
    padding: 0 6px;
    min-width: 115px;
  }
}
.dropdown_currency li, .dropdown_language li, .dropdown_links li a{
  border-bottom: 1px solid #e5e5e5;
}
.dropdown_currency li:last-child, .dropdown_language li:last-child, .dropdown_links li:last-child {
  border-bottom: 0;
}
.dropdown_currency li a, .dropdown_language li a, .dropdown_links li a {
  text-transform: capitalize;
  display: block;
  font-size: 13px;
  white-space: nowrap;
  padding: 7px 0;
  line-height: 20px;
}
.dropdown_currency li a:hover, .dropdown_language li a:hover, .dropdown_links li a:hover {
  color: #02a8f3;
}

.dropdown_language {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_language {
    left: -20px;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_language {
    left: -20px;
    right: auto;
  }
}

.dropdown_links {
  right: 0;
  left: auto;
}

/*header top css end*/
/* 2.2 header middel css here */
/*.header_middle {
  padding: 36px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 19px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 17px 0;
  }
}*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    display: inline-block;
    margin-left: 15px;
  }
}
/*@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
  }
}*/
@media only screen and (max-width: 767px) {
  .logo a img {
    max-width: 50px;
  }
}

.header_middle_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}

.hover_category {
  width: 155px;
  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: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .hover_category {
    width: 125px;
  }
}
.hover_category::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #a1a1a1;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hover_category::before {
    right: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .hover_category::before {
    right: -2px;
  }
}
.hover_category .select_option {
  border: 0;
  background: inherit;
  height: 49px;
  line-height: 49px;
  width: 100%;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hover_category .select_option {
    height: 34px;
    line-height: 35px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hover_category .select_option {
    height: 34px;
    line-height: 35px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 18px;
  }
}
.hover_category .select_option::after {
  top: 54%;
  right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hover_category .select_option::after {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hover_category .select_option::after {
    right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .hover_category .select_option::after {
    right: 6px;
  }
}
.hover_category .select_option ul.list {
  max-height: 300px;
  overflow: auto;
}

/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-container {
    margin-bottom: 25px;
    display: none;
  }
}*/
@media only screen and (max-width: 767px) {
  .search-container {
    margin-bottom: 25px;
    display: none;
  }
}
.search-container form {
  display: flex;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.search_box {
  position: relative;
  width: 415px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search_box {
    width: 335px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .search_box {
    width: 100%;
  }
}
.search_box input {
  border: 0;
  background: inherit;
  width: 100%;
  height: 38px;
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  padding: 0 80px 0 20px;
  opacity: 0.4;
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_box input {
    font-size: 12px;
    padding: 0 45px 0 10px;
    width: 100%;
    height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .search_box input {
    font-size: 12px;
    padding: 0 45px 0 10px;
    width: 100%;
    height: 34px;
  }
}*/
.search_box button {
  border: 0;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  background: #02a8f3;
  width: 62px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 0 35px 35px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search_box button:hover {
  background: #262626;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_box button {
    font-size: 20px;
    width: 40px;
  }
}
/*@media only screen and (max-width: 767px) {
  .search_box button {
    font-size: 20px;
    width: 40px;
  }
}*/

.mini_cart_wrapper {
  position: relative;
  text-align: center;
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart_wrapper {
    display: none;
  }
}*/
.top_right .mini_cart_wrapper:hover > a {
  color: #fff;
  background: #02a8f3;
  border-color: #02a8f3;
}
.mini_cart_wrapper:hover > a i {
  color: #fff;
}
.top_right > ul > li.mini_cart_wrapper > a {
  word-spacing: 3px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 5px 20px;
  line-height: 29px;
  /*border: 1px solid #e5e5e5;*/
  border-radius: 30px;
}
i.zmdi.zmdi-caret-down {
    font-size: 18px;
    vertical-align: sub;
}
.mini_cart_wrapper > a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
  line-height: 26px;
  margin-right: 7px;
}
.mini_cart_wrapper:hover .mini_cart {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 32px 28px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid #02a8f3;
  z-index: 999;
  right: 0;
  text-align: left;
  top: 130%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart {
    display: none;
    opacity: inherit;
    visibility: inherit;
    top: 100%;
    transition: unset;
    min-width: 255px;
    right: 0;
    padding: 18px 8px 33px;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart {
    min-width: 255px;
    right: 0;
    display: none;
    opacity: inherit;
    visibility: inherit;
    top: 100%;
    padding: 18px 8px 33px;
    transition: unset;
  }
}*/

.cart_img {
  width: 32%;
  margin-right: 20px;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    margin-right: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_img {
    margin-right: 11px;
  }
}

.cart_info {
  width: 56%;
}
.cart_info a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_info a {
    font-size: 13px;
  }
}
.cart_info a:hover {
  color: #02a8f3;
}
.cart_info span {
  display: block;
}
.cart_info span.quantity {
  margin-bottom: 5px;
  font-size: 12px;
}
.cart_info span.price_cart {
  font-weight: 600;
  color: #02a8f3;
}

.cart_remove {
  width: 10%;
  text-align: right;
}
.cart_remove a {
  font-size: 18px;
}
.cart_remove a:hover {
  color: #02a8f3;
}

.cart_item {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mini_cart_table {
  padding: 3px 0 23px;
}

.cart_total {
  display: flex;
  justify-content: space-between;
}
.cart_total span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 600;
}

.cart_button {
  display: flex;
}
.cart_button a {
  text-transform: capitalize;
  border-radius: 25px;
  background: #262626;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 0;
  line-height: 40px;
  padding: 0 25px;
  margin-right: 17px;
}
.cart_button a:last-child {
  margin-right: 0;
}
.cart_button a:hover {
  background: #02a8f3;
}

/*header middel css end*/
/* 2.4 main menu css here */
/*.header_bottom {
  background: #262626;
}*/
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom {
    background: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .header_bottom {
    background: inherit;
  }
}*/

.position-initial {
  position: initial;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu {
    margin-left: 32px;
  }
}
@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;
}
.main_menu nav > ul > li:hover .sub_menu{
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover > a{
  color: #02a8f3;
}
.main_menu nav > ul > li > a {
  display: block;
  padding: 7px 20px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #262626;
  
}
.main_menu nav > ul > li > a i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 5px;
  font-size: 16px;
  color: #02a8f3;
}
.main_menu nav > ul > li > a i.zmdi-caret-down {
  color: #262626;
  margin-right: 0;
  margin-left: 3px;
}
/*.main_menu nav > ul > li.active > a i {
  color: #ffffff;
}*/
.main_menu nav > ul > li .sub_menu {
  position: absolute;
  min-width: 100%;
  width: 100%;
  padding: 25px 20px;
  background: #fff;
  /*box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);*/
  /*-webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;*/
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  /*text-align: center;
  display: flex;
  justify-content: space-between;*/
    box-shadow: 0 4px 4px rgba(0,0,0,.18);
  border-top: 1px solid #eee;
}
.main_menu nav > ul > li .sub_menu .subMenu-item a {
  font-weight: 400;
  display: block;
  line-height: 30px;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
}
.main_menu nav > ul > li .sub_menu .subMenu-item a:hover {
  color: #02a8f3;
}
/*.main_menu nav > ul > li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 25px 20px 30px 20px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: center;
  width: 600px;
}*/
.main_menu nav > ul > li .sub_menu .subMenu-item a .main-product img {
    max-width: 140px;
    height: auto;
    display: block;
}
.main_menu nav > ul > li .sub_menu .subMenu-item a .main-product .menu-product-name{
  color: #424242;
  font-size: 16px;
  display: block;
}

.main_menu nav > ul > li .sub_menu .subMenu-item a .main-product .menu-product-price{
  display: block;
  color: #02a8f3;
  font-size: 14px;
}
.main_menu nav > ul > li .sub_menu .subMenu-item a .viewMore-icon svg {
    max-width: 70px;
    height: 140px;
    display: block;
    margin: auto;
}
.viewMore-icon:hover .viewicon0 {
    fill: #4ba8f3;
}
/*.mega_menu_inner {
  display: flex;
  justify-content: space-between;
}
.mega_menu_inner > li > a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
}
.mega_menu_inner > li > a:hover {
  color: #02a8f3;
}
.mega_menu_inner > li ul li {
  display: block;
}
.mega_menu_inner > li ul li a {
  font-weight: 400;
  display: block;
  line-height: 28px;
  text-transform: capitalize;
}
.mega_menu_inner > li ul li a:hover {
  color: #02a8f3;
}*/

/*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;
  }
}

/*-- 2.3 Categories menu css here --*/
.categories_menu {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu {
    margin-bottom: 23px;
  }
}

/*span.category-bus-label {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
    display: block;
    text-align: center;
    font-weight: 600;
}
.category-bus-img {
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    line-height: 180px;
    text-align: center;
    margin: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.category-bus-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-right: 4px solid #4ba8f3;
    border-bottom: 4px solid #4ba8f3;
}

.category-bus-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-left: 4px solid #4ba8f3;
    border-top: 4px solid #4ba8f3;
}

.category-bus-img:hover{
    border-radius: 0 20px 0 20px;
    border: 1px solid #4ba8f3;
    transform: scale(1.05);
}
.category-bus-img img {
    width: 100px;
    height: auto;
}

.accessories .category-bus-img img{
  width: 130px;
}*/

a.category-businesses {
    display: flex;
    justify-content: space-between;
    background: rgba(75, 168, 243, 0.18) ;
    min-height: 200px;
    padding: 20px;
    border-radius: 6px;
    color: #000;
    position: relative;
}
span.price-staring-text{
    margin-top: 33px;
    font-size: 16px;
}
span.category-startPrice {
    background: #4ba8f3;
    padding: 8px 10px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 18px;
    width: 140px;
    display: block;
    position: absolute;
    left: 0;
    top: 60%;
    text-align: center;
    color: #fff;
}
.category-bus-img {
    display: flex;
    align-items: flex-end;
}
.category-bus-img img {
    width: 160px;
    height: auto;
}
.categories_title {
  background: #02a8f3;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  height: 54px;
  line-height: 56px;
  border-radius: 4px 4px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_title {
    height: 46px;
    line-height: 46px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories_title {
    height: 44px;
    line-height: 44px;
    border-radius: 0;
  }
}
.categories_title::after {
  content: "\f23b";
  color: #fff;
  display: inline-block;
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  font-size: 18px;
  line-height: 0px;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
}
.categories_title h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.categories_menu_toggle {
  padding: 15px 0 9px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}
.categories_menu_toggle > ul > li {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
.categories_menu_toggle > ul > li > a {
  font-size: 14px;
  line-height: 47px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  cursor: pointer;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 35px;
  }
}
.categories_menu_toggle > ul > li > a span {
  margin-right: 8px;
}
.categories_menu_toggle > ul > li > a span i {
  font-size: 17px;
}
.categories_menu_toggle > ul > li > a i.fa-angle-right {
  float: right;
  color: #262626;
  font-size: 15px;
  line-height: 35px;
  transition: .3s;
  -webkit-transition: .3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > a i.fa-angle-right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a i.fa-angle-right {
    display: none;
  }
}
.categories_menu_toggle > ul > li:last-child > a {
  border-bottom: 0;
}
.categories_menu_toggle > ul > li:hover ul.categories_mega_menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
.categories_menu_toggle > ul > li:hover > a {
  background: #f9f9f9;
  color: #02a8f3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li:hover > a {
    background: inherit;
    color: #02a8f3;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li:hover > a {
    background: inherit;
    color: #02a8f3;
  }
}
.categories_menu_toggle > ul > li ul.categories_mega_menu {
  position: absolute;
  left: 120%;
  width: 630px;
  -webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px 16px;
  overflow: hidden;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100%;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100%;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 40px;
  }
}
.categories_menu_toggle > ul > li ul.categories_mega_menu.open {
  display: block;
  left: 0;
}
.categories_menu_toggle > ul > li ul.categories_mega_menu > li {
  padding: 0 15px;
  width: 33%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li {
    width: 100%;
    padding: 0;
  }
}
.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a {
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a:hover {
  color: #02a8f3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li.menu_item_children > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li.menu_item_children > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu {
    display: none;
    padding: 1px 0 9px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_sub_menu {
    display: none;
    padding: 1px 0 9px 30px;
  }
}

.categorie_sub_menu li a {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}
.categorie_sub_menu li a:hover {
  color: #02a8f3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
  width: 550px;
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3 > li {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 > li {
    width: 100%;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
  width: 400px;
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2 > li {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2 > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2 > li {
    width: 100%;
  }
}

.categorie_sub {
  opacity: 0;
  z-index: 999;
  position: absolute;
  width: 100%;
  left: 0;
  border: lef;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  top: 65%;
  visibility: hidden;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub {
    width: 100%;
    left: 0px;
  }
}
.categorie_sub.open {
  top: 95%;
  opacity: 1;
  visibility: visible;
}
.categorie_sub li a span {
  margin-right: 8px;
}

.categories_menu_toggle ul li.has-sub > a::before {
  position: absolute;
  content: "\f055";
  font-family: FontAwesome;
  top: 0;
  left: 15px;
  font-size: 18px;
  pointer-events: none;
}

.categories_menu_toggle ul li.has-sub > a.open::before {
  content: "\f056";
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  line-height: 43px;
  display: block;
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li {
  padding-bottom: 16px;
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a:hover {
  background: #f9f9f9;
  color: #02a8f3;
}

.categories_menu_toggle ul li.has-sub {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle ul li.has-sub {
    padding-bottom: 0;
  }
}
.categories_menu_toggle ul li.has-sub a {
  padding-left: 38px;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
  padding-left: 0;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:last-child {
  padding-right: 0;
}

.categorie_banner {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .categorie_banner {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_banner {
    display: none;
  }
}
.categorie_banner a img:hover {
  opacity: 0.8;
}

/*-- 2.7 Categories menu css end --*/
/*home two css here*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_two {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_two nav > ul > li > a {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categori_two {
    margin-bottom: 30px;
  }
}
.categori_two .categories_title {
  height: 59px;
  line-height: 59px;
  border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categori_two .categories_title {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .categori_two .categories_title {
    height: 42px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categori_two .categories_menu_toggle > ul > li > a {
    line-height: 44px;
  }
}

/*home three css here*/
.header_color .welcome_text p span {
  color: #ffb400;
}
.header_color .top_right > ul > li:hover > a {
  color: #ffb400;
}
.header_color .dropdown_currency li a:hover, .header_color .dropdown_language li a:hover, .header_color .dropdown_links li a:hover {
  color: #ffb400;
}
/*.header_color .header_middle {
  padding: 44px 0;
}*/
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_color .header_middle {
    padding: 28px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_color .header_middle {
    padding: 23px 0;
  }
}*/
.header_color .search_box button {
  background: #ffb400;
}
.header_color .search_box button:hover {
  background: #262626;
}
.header_color .mini_cart_wrapper:hover > a {
  background: #ffb400;
  border-color: #ffb400;
}
.header_color .mini_cart_wrapper:hover > a i {
  color: #fff;
}
.header_color .mini_cart_wrapper > a i {
  color: #ffb400;
}
.header_color .mini_cart {
  border-top: 1px solid #ffb400;
}
.header_color .cart_info a:hover {
  color: #ffb400;
}
.header_color .cart_remove a:hover {
  color: #ffb400;
}
.header_color .cart_button a:hover {
  background: #ffb400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categori_three {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categori_three {
    margin-bottom: 25px;
  }
}
.categori_three .categories_title {
  height: 59px;
  line-height: 59px;
  border-radius: 0;
  background: #ffb400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categori_three .categories_title {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .categori_three .categories_title {
    height: 44px;
    line-height: 44px;
  }
}
.categori_three .categories_menu_toggle {
  display: none;
}
.categori_three .categories_menu_toggle > ul > li:hover > a {
  color: #ffb400;
}
.categori_three .categories_menu_toggle > ul > li ul.categories_mega_menu > li > a:hover {
  color: #ffb400;
}
.categori_three .categories_menu_toggle > ul > li.has-sub ul.categorie_sub li a:hover {
  color: #ffb400;
}
.categori_three .categorie_sub_menu li a:hover {
  color: #ffb400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_three {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_three nav > ul > li > a {
    padding: 0 16px;
  }
}
.menu_three nav > ul > li > a i {
  color: #ffb400;
}
.menu_three nav > ul > li ul.sub_menu li a:hover {
  color: #ffb400;
}
.menu_three .mega_menu_inner li a:hover {
  color: #ffb400;
}

/*home four css here*/
/*.header_bottom_four {
  background: inherit;
}*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_four {
    margin-left: 0;
  }
}
.menu_four nav > ul > li.active > a {
  color: #02a8f3;
}
.menu_four nav > ul > li.active > a i {
  color: #02a8f3;
}
.menu_four nav > ul > li.active > a i.zmdi-caret-down {
  color: #02a8f3;
}
.menu_four nav > ul > li > a {
  color: #262626;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_four nav > ul > li > a {
    padding: 0 16px;
  }
}
.menu_four nav > ul > li > a i {
  color: #262626;
}
.menu_four nav > ul > li > a i.zmdi-caret-down {
  color: #262626;
}
.menu_four nav > ul > li:hover > a {
  color: #02a8f3;
}
.menu_four nav > ul > li:hover > a i {
  color: #02a8f3;
}
.menu_four nav > ul > li:hover > a i.zmdi-caret-down {
  color: #02a8f3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categori_four {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categori_four {
    margin-bottom: 25px;
  }
}
.categori_four .categories_title {
  height: 59px;
  line-height: 59px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categori_four .categories_title {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .categori_four .categories_title {
    height: 44px;
    line-height: 44px;
  }
}
.categori_four .categories_menu_toggle {
  display: none;
}

/*home five css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_five {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_five {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categorie_five .categories_title {
    height: 48px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categorie_five .categories_menu_toggle > ul > li > a {
    line-height: 36px;
  }
}

/*home six css here*/
.header_top_six .welcome_text p span {
  color: #ffb400;
}
.header_top_six .top_right > ul > li:hover > a {
  color: #ffb400;
}
.header_top_six .dropdown_currency li a:hover, .header_top_six .dropdown_language li a:hover, .header_top_six .dropdown_links li a:hover {
  color: #ffb400;
}
/*
.header_middle_six {
  background: #262626;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 44px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle_six {
    background: inherit;
    border-bottom: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle_six {
    background: inherit;
    border-bottom: 0;
    padding: 0;
  }
}*/
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle_six .logo {
    background: #262626;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle_six .logo {
    background: #262626;
    padding: 25px 0;
    margin-bottom: 25px;
  }
}
.header_middle_six .search_box button {
  background: #ffb400;
}
.header_middle_six .search_box button:hover {
  background: #262626;
}
.header_middle_six .mini_cart_wrapper:hover > a {
  background: #ffb400;
  border-color: #ffb400;
}
.header_middle_six .mini_cart_wrapper:hover > a i {
  color: #fff;
}
.header_middle_six .mini_cart_wrapper > a {
  color: #fff;
}
.header_middle_six .mini_cart_wrapper > a i {
  color: #ffb400;
}*/

.mini_cart_six {
  border-top: 1px solid #ffb400;
}
.mini_cart_six .cart_info a:hover {
  color: #ffb400;
}
.mini_cart_six .cart_remove a:hover {
  color: #ffb400;
}
.mini_cart_six .cart_button a:hover {
  background: #ffb400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_six {
    margin-left: 0;
  }
}
.menu_six nav > ul > li.active > a {
  color: #ffb400;
}
.menu_six nav > ul > li.active > a i {
  color: #ffb400;
}
.menu_six nav > ul > li:hover > a {
  color: #ffb400;
}
.menu_six nav > ul > li:hover > a i {
  color: #ffb400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_six nav > ul > li > a {
    padding: 0 17px;
  }
}
.menu_six nav > ul > li > a i {
  color: #fff;
}
.menu_six nav > ul > li ul.sub_menu li a:hover {
  color: #ffb400;
}
.menu_six .mega_menu_inner > li > a:hover {
  color: #ffb400;
}
.menu_six .mega_menu_inner > li ul li a:hover {
  color: #ffb400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_six {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_six {
    margin-bottom: 25px;
  }
}
.categorie_six .categories_title {
  height: 59px;
  line-height: 59px;
  background: #ffb400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_six .categories_title {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_six .categories_title {
    height: 44px;
    line-height: 44px;
  }
}
.categorie_six .categories_menu_toggle > ul > li:hover > a {
  color: #ffb400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categorie_six .categories_menu_toggle > ul > li > a {
    line-height: 38px;
    font-size: 13px;
  }
}
.categorie_six .categories_menu_toggle > ul > li ul.categories_mega_menu > li > a:hover {
  color: #ffb400;
}
.categorie_six .categories_menu_toggle > ul > li.has-sub ul.categorie_sub li a:hover {
  color: #ffb400;
}
.categorie_six .categorie_sub_menu li a:hover {
  color: #ffb400;
}

/*home seven css here*/
/*.header_seven {
  background: #262626;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_seven {
    background: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .header_seven {
    background: inherit;
  }
}

.header_top_seven {
  border: 0;
  background: #1b1b1b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top_seven {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_top_seven {
    display: none;
  }
}
.header_top_seven .welcome_text p {
  color: #ffffff;
}
.header_top_seven .welcome_text p span {
  color: #20a385;
}
.header_top_seven .top_right > ul > li:hover > a {
  color: #20a385;
}
.header_top_seven .top_right > ul > li > a {
  color: #ffffff;
}
.header_top_seven .dropdown_currency li a:hover, .header_top_seven .dropdown_language li a:hover, .header_top_seven .dropdown_links li a:hover {
  color: #20a385;
}*/

/*.header_middle_seven {
  padding: 44px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle_seven {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle_seven {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle_seven .logo {
    padding: 30px 0;
    margin-bottom: 30px;
    background: #262626;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle_seven .logo {
    padding: 25px 0;
    margin-bottom: 25px;
    background: #262626;
  }
}*/
.header_middle_seven .search_box button {
  background: #20a385;
}
.header_middle_seven .search_box button:hover {
  background: #262626;
}
.header_middle_seven .mini_cart_wrapper:hover > a {
  background: #20a385;
  border-color: #20a385;
}
.header_middle_seven .mini_cart_wrapper:hover > a i {
  color: #ffffff;
}
.header_middle_seven .mini_cart_wrapper > a {
  color: #ffffff;
}
.header_middle_seven .mini_cart_wrapper > a i {
  color: #20a385;
}

.mini_cart_seven {
  border-top: 1px solid #20a385;
}
.mini_cart_seven .cart_info a:hover {
  color: #20a385;
}
.mini_cart_seven .cart_remove a:hover {
  color: #20a385;
}
.mini_cart_seven .cart_button a:hover {
  background: #20a385;
}

/*.header_bottom_seven {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}*/

@media only screen and (max-width: 767px) {
  .categori_seven {
    margin-bottom: 25px;
  }
}
.categori_seven .categories_title {
  height: 59px;
  line-height: 59px;
  border-radius: 0;
  background: #20a385;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categori_seven .categories_title {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .categori_seven .categories_title {
    height: 44px;
    line-height: 44px;
  }
}
.categori_seven .categories_menu_toggle {
  display: none;
}
.categori_seven .categories_menu_toggle > ul > li:hover > a {
  color: #20a385;
}
.categori_seven .categories_menu_toggle > ul > li ul.categories_mega_menu > li > a:hover {
  color: #20a385;
}
.categori_seven .categories_menu_toggle > ul > li.has-sub ul.categorie_sub li a:hover {
  color: #20a385;
}
.categori_seven .categorie_sub_menu li a:hover {
  color: #20a385;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_seven {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_seven nav > ul > li > a {
    margin-left: 0;
    padding: 0 17px;
  }
}
.menu_seven nav > ul > li > a i {
  color: #20a385;
}
.menu_seven nav > ul > li ul.sub_menu li a:hover {
  color: #20a385;
}
.menu_seven .mega_menu_inner > li > a:hover {
  color: #20a385;
}
.menu_seven .mega_menu_inner > li ul li a:hover {
  color: #20a385;
}

/*home eight css here*/
/*.header_top_eight .welcome_text p span {
  color: #02a8f3;
}*/
.header_top_eight .welcome_text p {
  color: #fff;
}
/*.header_top_eight .top_right > ul > li:hover > a {
  color: #02a8f3;
}*/
.header_top_eight .dropdown_currency li a:hover, .header_top_eight .dropdown_language li a:hover, .header_top_eight .dropdown_links li a:hover {
  color: #02a8f3;
}
.header_top_eight .top_right > ul > li.mini_cart_wrapper:hover > a {
    color: #fff;
}
/*.middle_eight_container {
  display: flex;
  justify-content: center;
  align-items: center;
}*/

/*.menu_eight nav > ul > li:hover > a {
  color: #02a8f3;
}
.menu_eight nav > ul > li:hover > a i {
  color: #02a8f3;
}
.menu_eight nav > ul > li:hover > a i.zmdi-caret-down {
  color: #02a8f3;
}
.menu_eight nav > ul > li.active > a {
  color: #02a8f3;
}
.menu_eight nav > ul > li.active > a i {
  color: #02a8f3;
}
.menu_eight nav > ul > li.active > a i.zmdi-caret-down {
  color: #02a8f3;
}
.menu_eight nav > ul > li > a {
  color: #262626;
  padding: 0 12px;
}
.menu_eight nav > ul > li > a i {
  color: #262626;
}
.menu_eight nav > ul > li > a i.zmdi-caret-down {
  color: #262626;
}
.menu_eight nav > ul > li ul.sub_menu li a:hover {
  color: #02a8f3;
}
.menu_eight .mega_menu_inner > li > a:hover {
  color: #02a8f3;
}
.menu_eight .mega_menu_inner > li ul li a:hover {
  color: #02a8f3;
}*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_support {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_support {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_support {
    display: none;
  }
}
.header_support a {
  font-size: 14px;
}
.header_support a:hover {
  color: #02a8f3;
}
.header_support a i {
  font-size: 23px;
  color: #02a8f3;
  margin-right: 3px;
}

/*.search_version_eight {
  display: flex;
  justify-content: space-between;
  align-items: center;
}*/
.search_version_eight .search-container form {
  border: 1px solid #e5e5e5;
}
.search_version_eight .search_box button {
  top: -1px;
  bottom: -1px;
  right: -1px;
  background: #02a8f3;
}
.search_version_eight .search_box button:hover {
  background: #262626;
}
.search_version_eight .mini_cart_wrapper:hover > a {
  background: #02a8f3;
  border-color: #02a8f3;
}
.search_version_eight .mini_cart_wrapper:hover > a i {
  color: #ffffff;
}
/*.search_version_eight .mini_cart_wrapper > a {
  color: #ffffff;
  padding: 8px 20px;
}*/
.search_version_eight .mini_cart_wrapper > a i {
  color: #02a8f3;
}

.header_middle_eight {
  padding: 5px 0;
  position: relative;
  background: #fff;
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle_eight {
    padding: 8px 0;
  }
}*/
/*@media only screen and (max-width: 767px) {
  .header_middle_eight {
    padding: 25px 0;
  }
}*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categori_eight {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categori_eight {
    margin-bottom: 25px;
  }
}
.categori_eight .categories_title {
  height: 59px;
  line-height: 59px;
  border-radius: 0;
  background: #02a8f3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categori_eight .categories_title {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .categori_eight .categories_title {
    height: 44px;
    line-height: 44px;
  }
}
.categori_eight .categories_menu_toggle {
  display: none;
}
.categori_eight .categories_menu_toggle > ul > li:hover > a {
  color: #02a8f3;
}
.categori_eight .categories_menu_toggle > ul > li ul.categories_mega_menu > li > a:hover {
  color: #02a8f3;
}
.categori_eight .categories_menu_toggle > ul > li.has-sub ul.categorie_sub li a:hover {
  color: #02a8f3;
}
.categori_eight .categorie_sub_menu li a:hover {
  color: #02a8f3;
}

.mini_cart_eight {
  border-top: 1px solid #02a8f3;
}
.mini_cart_eight .cart_info a:hover {
  color: #02a8f3;
}
.mini_cart_eight .cart_remove a:hover {
  color: #02a8f3;
}
.mini_cart_eight .cart_button a:hover {
  background: #02a8f3;
}

/* 02. slider area css here */
.single_slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 510px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    height: 460px;
  }
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 420px;
  }
}*/
/*@media only screen and (max-width: 767px) {
  .single_slider {
    background-position: 10%;
    height: 350px;
  }
}*/
/*@media only screen and (max-width: 767px) {
  .single_slider.slider_bottom {
    background-position: 52%;
  }
}*/

.slider_area:hover .owl-dots {
  opacity: 1;
  visibility: visible;
}
.slider_area .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider_area .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider_area .owl-dots .owl-dot:hover {
  background: #262626;
}
.slider_area .owl-dots .owl-dot.active {
  background: #262626;
}
.slider_area .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.slider_content h1 {
  font-size: 44px;
  line-height: 44px;
  color: #02a8f3;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .slider_content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.slider_content h2 {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .slider_content h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
.slider_content > span {
  font-size: 30px;
  line-height: 30px;
  color: #02a8f3;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .slider_content > span {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
.slider_content a {
  text-transform: uppercase;
  padding: 6px 25px;
  background: #262626;
  color: #ffffff;
  border-radius: 30px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .slider_content a {
    padding: 5px 22px 6px;
    font-size: 12px;
  }
}
.slider_content a:hover {
  background: #ffffff;
  color: #262626;
}

.content_position_center {
  padding-top: 33px;
  margin-left: 70px;
  max-width: 370px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_position_center {
    margin-left: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .content_position_center {
    margin-left: 0;
    max-width: 100%;
  }
}

.content_position_left {
  text-align: left;
  margin-left: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .content_position_left {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content_position_left {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_position_left {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .content_position_left {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}
.content_position_left h1 {
  color: #ffffff;
}
.content_position_left h2 {
  color: #fdd600;
}
.content_position_left span {
  color: #ffffff;
}

.active .slider_content h1, .active .slider_content h2, .active .slider_content span, .active .slider_content a {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.active .slider_content span {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.active .slider_content h2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.active .slider_content a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/*home two css here*/
.slider_two .single_slider {
  height: 480px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_two .single_slider {
    height: 446px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_two .single_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_two .single_slider {
    height: 345px;
  }
}

.slider_content_two.content_position_center {
  max-width: inherit;
  width: 100%;
  text-align: right;
  margin-left: 0;
  margin-right: 30px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .slider_content_two.content_position_center {
    text-align: center;
    margin-right: 0;
  }
}
.slider_content_two.content_position_center a {
  background: #fff;
  color: #02a8f3;
}
.slider_content_two.content_position_center a:hover {
  color: #262626;
}
.slider_content_two h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .slider_content_two h1 {
    font-size: 30px;
  }
}
.slider_content_two > span {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .slider_content_two > span {
    font-size: 18px;
    margin-bottom: 9px;
  }
}
.slider_content_two h2 {
  color: #fff;
  font-size: 61px;
  line-height: 61px;
  font-weight: 600;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .slider_content_two h2 {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 16px;
  }
}
.slider_content_two h2 span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  position: relative;
  top: -28px;
}
@media only screen and (max-width: 767px) {
  .slider_content_two h2 span {
    font-size: 16px;
    top: -20px;
  }
}
.slider_content_two.content_position_left h2 {
  color: #efe20c;
}

/*home three css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section.mt-30 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section.mt-30 {
    margin-top: 25px;
  }
}

.slider_content_three {
  text-align: left;
  margin-left: 35%;
  padding-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_three {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_three {
    margin-left: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_three {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
.slider_content_three h1 {
  font-size: 40px;
  line-height: 40px;
  color: #262626;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_three h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_three h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_three h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_three h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.slider_content_three h1 span {
  font-weight: 600;
  font-size: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_three h1 span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_three h1 span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_three h1 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_three h1 span {
    font-size: 20px;
  }
}
.slider_content_three > span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_three > span {
    font-size: 21px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_three > span {
    font-size: 21px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_three > span {
    font-size: 21px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_three > span {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.slider_content_three h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_three h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_three h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_three h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_three h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
.slider_content_three h2 span {
  font-size: 24px;
  line-height: 24px;
  top: -26px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_three h2 span {
    font-size: 13px;
    line-height: 13px;
    top: -18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_three h2 span {
    font-size: 13px;
    line-height: 13px;
    top: -18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_three h2 span {
    font-size: 13px;
    line-height: 13px;
    top: -18px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_three h2 span {
    font-size: 13px;
    line-height: 13px;
    top: -15px;
  }
}
.slider_content_three.content_position_left h1 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_three.content_position_left h1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_three.content_position_left h1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_three.content_position_left h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_three.content_position_left h1 {
    font-size: 20px;
  }
}
.slider_content_three.content_position_left h1 span {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #262626;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_three.content_position_left h1 span {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_three.content_position_left h1 span {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_three.content_position_left h1 span {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_three.content_position_left h1 span {
    font-size: 24px;
    line-height: 24px;
  }
}
.slider_content_three.content_position_left h2 {
  color: #262626;
}
.slider_content_three.content_position_left h2 span {
  color: #262626;
}

.slider_three .single_slider {
  height: 508px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_three .single_slider {
    height: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_three .single_slider {
    height: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_three .single_slider {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_three .single_slider {
    height: 340px;
  }
}

/*home four css here*/
.slider_four .single_slider {
  height: 535px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_four .single_slider {
    height: 382px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_four .single_slider {
    height: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_four .single_slider {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_four .single_slider {
    height: 340px;
  }
}

.slider_content_four {
  margin-left: 35%;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_four {
    margin-left: 31%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_four {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_four {
    margin-left: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_four {
    margin-left: 0;
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
}
.slider_content_four.content_position_center {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .slider_content_four.content_position_center {
    text-align: center;
  }
}
.slider_content_four.content_position_center h1 {
  font-size: 36px;
  line-height: 36px;
  color: #262626;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_four.content_position_center h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_four.content_position_center h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_four.content_position_center h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_four.content_position_center h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.slider_content_four.content_position_center span {
  font-size: 18px;
  line-height: 25px;
  color: #262626;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_four.content_position_center span {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_four.content_position_center span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_four.content_position_center span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_four.content_position_center span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
.slider_content_four.content_position_center h2 {
  font-size: 40px;
  line-height: 40px;
  color: #02a8f3;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_four.content_position_center h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_four.content_position_center h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_four.content_position_center h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_four.content_position_center h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 18px;
  }
}
.slider_content_four.content_position_center h2 span {
  font-size: 13px;
  line-height: 25px;
  color: #262626;
  font-weight: 300;
  position: relative;
  top: -18px;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_four.content_position_center h2 span {
    top: -11px;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_four.content_position_center h2 span {
    top: -11px;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_four.content_position_center h2 span {
    top: -11px;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_four.content_position_center h2 span {
    font-size: 12px;
    line-height: 17px;
    top: -8px;
    margin-right: 7px;
  }
}
.slider_content_four.content_position_left h1 {
  font-size: 36px;
  line-height: 36px;
  color: #262626;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_four.content_position_left h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_four.content_position_left h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_four.content_position_left h1 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_four.content_position_left h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.slider_content_four.content_position_left span {
  font-size: 18px;
  line-height: 25px;
  color: #262626;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_four.content_position_left span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_four.content_position_left span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_four.content_position_left span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_four.content_position_left span {
    font-size: 15px;
  }
}

/*home five css here*/
.slider_five .single_slider {
  height: 560px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_five .single_slider {
    height: 443px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_five .single_slider {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_five .single_slider {
    height: 340px;
  }
}

.slider_content_five.content_position_left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .slider_content_five.content_position_left {
    text-align: center;
  }
}
.slider_content_five.content_position_left h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_five.content_position_left h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_five.content_position_left h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
.slider_content_five.content_position_left h1 span {
  font-weight: 600;
  text-transform: uppercase;
  color: #02a8f3;
}
.slider_content_five.content_position_left > span {
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_five.content_position_left > span {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_five.content_position_left > span {
    font-size: 18px;
    line-height: 18px;
  }
}
.slider_content_five.content_position_left a {
  background: inherit;
  border: 1px solid #fff;
}
.slider_content_five.content_position_left a:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #fff;
}
.slider_content_five.content_position_center {
  max-width: 100%;
  margin-left: 0;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_five.content_position_center {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_five.content_position_center {
    padding-top: 58px;
  }
}
.slider_content_five.content_position_center h1 {
  font-size: 44px;
  line-height: 44px;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_five.content_position_center h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_five.content_position_center h1 {
    font-size: 22px;
    line-height: 24px;
  }
}
.slider_content_five.content_position_center span {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_five.content_position_center span {
    font-size: 21px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_five.content_position_center span {
    font-size: 18px;
    line-height: 18px;
  }
}
.slider_content_five.content_position_center a:hover {
  background: #02a8f3;
  color: #fff;
}

/*home six css here*/
.slider_six .single_slider {
  height: 480px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_six .single_slider {
    height: 386px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_six .single_slider {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_six .single_slider {
    height: 330px;
  }
}

.slider_content_six.content_position_left {
  margin-left: 43%;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .slider_content_six.content_position_left {
    margin-left: 0;
    padding-top: 50px;
  }
}
.slider_content_six.content_position_center {
  margin-left: 0;
  width: 100%;
  max-width: inherit;
  padding-top: 0;
}
.slider_content_six h1 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_six h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_six h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_six h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
.slider_content_six h1 span {
  font-size: 20px;
  line-height: 22px;
  color: #262626;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_six h1 span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_six h1 span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_six h1 span {
    font-size: 16px;
    line-height: 16px;
  }
}
.slider_content_six > span {
  font-size: 26px;
  line-height: 28px;
  color: #262626;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_six > span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_six > span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_six > span {
    font-size: 18px;
    line-height: 20px;
  }
}
.slider_content_six h2 {
  font-size: 61px;
  line-height: 61px;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_six h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_six h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_six h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.slider_content_six h2 span {
  font-size: 18px;
  line-height: 18px;
  position: relative;
  top: -27px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_six h2 span {
    font-size: 16px;
    line-height: 18px;
    top: -16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_six h2 span {
    font-size: 16px;
    line-height: 18px;
    top: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_six h2 span {
    top: -15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.slider_content_six a {
  background: #ffb400;
  color: #262626;
}

/*home seven css here*/
.slider_seven .single_slider {
  height: 532px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_seven .single_slider {
    height: 466px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_seven .single_slider {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_seven .single_slider {
    height: 330px;
  }
}

.slider_content_seven.style_1 {
  margin-left: 60px;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_1 {
    margin-left: 0;
    padding-top: 50px;
    text-align: center;
  }
}
.slider_content_seven.style_1 h1 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_seven.style_1 h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_seven.style_1 h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_1 h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
.slider_content_seven.style_1 h1 span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_seven.style_1 h1 span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_seven.style_1 h1 span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_1 h1 span {
    font-size: 16px;
    line-height: 16px;
  }
}
.slider_content_seven.style_1 > span {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_seven.style_1 > span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_seven.style_1 > span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_1 > span {
    font-size: 18px;
    line-height: 20px;
  }
}
.slider_content_seven.style_1 h2 {
  font-size: 61px;
  line-height: 61px;
  color: #FED629;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_seven.style_1 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_seven.style_1 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_1 h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.slider_content_seven.style_1 h2 span {
  font-size: 18px;
  line-height: 18px;
  position: relative;
  top: -27px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_seven.style_1 h2 span {
    font-size: 16px;
    line-height: 18px;
    top: -16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_seven.style_1 h2 span {
    font-size: 16px;
    line-height: 18px;
    top: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_1 h2 span {
    top: -15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.slider_content_seven.style_1 a {
  background: #FED629;
  color: #262626;
}
.slider_content_seven.style_2 {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_2 {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
.slider_content_seven.style_2 > span {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_seven.style_2 > span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_seven.style_2 > span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_2 > span {
    font-size: 18px;
    line-height: 20px;
  }
}
.slider_content_seven.style_2 h1 {
  font-size: 48px;
  line-height: 48px;
  color: #262626;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_seven.style_2 h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_seven.style_2 h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_2 h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
.slider_content_seven.style_2 h2 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_seven.style_2 h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_seven.style_2 h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_seven.style_2 h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
.slider_content_seven.style_2 a {
  background: #20a385;
}
.slider_content_seven.style_2 a:hover {
  background: #fff;
}

/*home eight css here*/
.slider_eight .single_slider {
  height: 480px;
}
/*@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_eight .single_slider {
    height: 360px;
  }
}*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_eight .single_slider {
    height: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_eight .single_slider {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_eight .single_slider {
    height: 200px;
    background-position: 0;
    background-size: 238%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_eight {
    margin-left: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_eight {
    margin-left: 150px;
  }
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_eight {
    margin-left: 80px;
  }
}*/
@media only screen and (max-width: 767px) {
  .slider_content_eight {
    text-align: center;
  }
}
.slider_content_eight h1 {
    font-size: 60px;
    line-height: 72px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
/*@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_eight h1 {
    font-size: 34px;
    line-height: 44px;
  }
}*/
.single_slider.mainBanner-itemTwo {
    align-items: flex-start !important;
    text-align: center;
}
.mainBanner-itemTwo .slider_content_eight h1 {
    font-size: 48px;
    margin: 40px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_eight h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_eight h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_eight h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.slider_content_eight h2 {
  font-size: 48px;
  line-height: 58px;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_eight h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_eight h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_eight h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_eight h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.slider_content_eight h2 span {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_eight h2 span {
    font-size: 21px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_eight h2 span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_eight h2 span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_eight h2 span {
    font-size: 16px;
    line-height: 16px;
  }
}
.slider_content_eight > span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #262626;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_eight > span {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_eight > span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_eight > span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_eight > span {
    font-size: 16px;
    line-height: 20px;
  }
}
.slider_content_eight a {
  background: #02a8f3;
}

/*  04. banner section css here  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_banner_six {
    display: flex;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_banner_six {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_banner_six .single_banner {
    margin-bottom: 0;
    margin-right: 30px;
    width: 50%;
  }
  .sidebar_banner_six .single_banner:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_banner_six .single_banner a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_banner_six .single_banner a img {
    width: 100%;
  }
}

.sidebar_banner_thumb {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_banner_thumb {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_banner_thumb {
    text-align: center;
  }
}
.sidebar_banner_thumb a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .sidebar_banner_thumb a {
    width: 100%;
  }
}
.sidebar_banner_thumb a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sidebar_banner_thumb a img {
    width: 100%;
  }
}

.banner_thumb {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_thumb {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner_thumb {
    text-align: center;
  }
}
.banner_thumb a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .banner_thumb a {
    width: 100%;
  }
}
.banner_thumb a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .banner_thumb a img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner_column2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_column2 .single_banner {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_banner_eight {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_banner_eight {
    margin-top: 30px;
  }
}

/* 03. product section css here */
.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

/*category product css here*/
.category_product_carousel {
  border: 1px solid #e5e5e5;
}
.category_product_carousel .category_product_thumb {
  text-align: center;
}
.category_product_carousel .category_product_thumb a img {
  width: inherit;
  margin: 0 auto;
}

.owl-item.active.last .single_category_product {
  border-right: 0;
}

.single_category_product {
  border-right: 1px solid #e5e5e5;
}

.category_product_name {
  text-align: center;
  padding: 15px 0;
}
.category_product_name h2 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.category_product_name h2 a:hover {
  color: #02a8f3;
}

/*deals product area css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_product_container {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_product_container {
    margin-bottom: 50px;
  }
}

.deals_product_section {
  background: #f3f3f3;
  padding: 50px 0;
}

.deals_product_wrapper {
  margin-left: 113px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .deals_product_wrapper {
    margin-left: 0;
  }
}

.deals_tab_list {
  background: #fff;
  width: 102px;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 4px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .deals_tab_list {
    width: inherit;
    float: inherit;
    margin-bottom: 30px;
  }
}
.deals_tab_list ul.nav {
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .deals_tab_list ul.nav {
    flex-direction: row;
    justify-content: center;
  }
}
.deals_tab_list ul.nav li:last-child a {
  border-bottom: 0;
}
.deals_tab_list ul.nav li a {
  padding: 14px 0;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deals_tab_list ul.nav li a {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_tab_list ul.nav li a {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .deals_tab_list ul.nav li a {
    width: 65px;
    border-bottom: 0;
  }
}
.deals_tab_list ul.nav li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.deals_tab_list ul.nav li a::after {
  content: "";
  border-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.deals_tab_list ul.nav li a:hover {
  color: #02a8f3;
}
.deals_tab_list ul.nav li a:hover::before {
  border-color: #02a8f3;
}
.deals_tab_list ul.nav li a:hover::after {
  border-right-color: #02a8f3;
}
.deals_tab_list ul.nav li a.active {
  color: #02a8f3;
}
.deals_tab_list ul.nav li a.active::before {
  border-color: #02a8f3;
}
.deals_tab_list ul.nav li a.active::after {
  border-right-color: #02a8f3;
}
.deals_tab_list ul.nav li a i {
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deals_tab_list ul.nav li a i {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_tab_list ul.nav li a i {
    margin-bottom: 7px;
  }
}
.deals_tab_list ul.nav li a h3 {
  font-size: 13px;
  line-height: 17px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.section_title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 25px;
  }
}
.section_title h2 {
  font-size: 18px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title h2 {
    font-size: 16px;
  }
}
/*@media only screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 15px;
    line-height: 15px;
  }
}*/
.section_title h2 span {
  padding: 8px 15px 8px 3px;
  color: #02a8f3;
  border-color: #02a8f3;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  position: relative;
}
.section_title h2 span::before {
  content: "";
  border-left: 1px solid #02a8f3;
  height: 5px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section_title h2 span::after {
  content: "";
  border-left: 1px solid #02a8f3;
  height: 5px;
  width: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product_thumb {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .product_thumb {
    text-align: center;
    overflow: hidden;
    display: block;
  }
}

.single_deals_product {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  padding: 23px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_deals_product {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_deals_product {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single_deals_product {
    flex-direction: column;
  }
}
.single_deals_product:hover .quick_button {
  opacity: 1;
  visibility: visible;
}
.single_deals_product:last-child {
  border-bottom: 0;
}
.single_deals_product .product_thumb {
  width: 46%;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .single_deals_product .product_thumb {
    width: 100%;
    margin-bottom: 19px;
  }
}
.single_deals_product .product_content {
  width: 54%;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .single_deals_product .product_content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.product_name h3 {
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product_name h3 a:hover {
  color: #02a8f3;
}

.product_rating {
  margin-bottom: 10px;
}
.product_rating ul {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.product_rating ul li {
  display: inline-block;
}
.product_rating ul li a {
  font-size: 16px;
  color: #f9bb00;
}

.price_box {
  margin-bottom: 17px;
}
.price_box span.current_price {
  font-size: 24px;
  line-height: 25px;
  color: #02a8f3;
}
.price_box span.old_price {
  font-size: 13px;
  line-height: 25px;
  text-decoration: line-through;
  margin: 0 10px 0 4px;
}

.action_links ul li {
  display: inline-block;
  margin-right: 4px;
}
.action_links ul li:last-child {
  margin-right: 0;
}
.action_links ul li.wishlist a, .action_links ul li.compare a {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
}
.action_links ul li a, .together-pro-addtoCart a {
  text-transform: capitalize;
  border: 1px solid #e5e5e5;
  line-height: 39px;
  display: block;
  font-size: 14px;
  background: #fff;
}
.action_links ul li a:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #ffffff;
}
.action_links ul li.add_to_cart a,.together-pro-addtoCart a {
  padding: 0 20px;
  border-radius: 30px;
  word-spacing: 1px;
  background: #02a8f3;
  border-color: #02a8f3;
  color: #fff;
}
li.unavailable-product {
     width: 90%; 
}
.unavailable-thumb {
    filter: grayscale(1);
    opacity: 0.6;
}
.action_links ul li.unavailable-product a {
    border-radius: 30px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    color: #ff6161;
    font-size: 17px;
    text-align: center;
}
.action_links ul li.unavailable-product a:hover {
    background: #fff;
    border-color: #fff;
}
.action_links ul li.add_to_cart a i {
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .action_links ul li.add_to_cart a {
    padding: 0 15px;
  }
}

.product_timing {
  background: rgba(220, 220, 220, 0.9);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}

.countdown_area {
  display: flex;
  justify-content: space-around;
}

.countdown_title {
  text-transform: uppercase;
  font-size: 12px;
}

.quick_button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quick_button a {
  width: 41px;
  height: 41px;
  border: 1px solid #e5e5e5;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  display: block;
  background: #ffffff;
  margin: 0 auto;
  font-size: 16px;
}
.quick_button a:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #ffffff;
}

/*small product css here*/
.small_product_wrapper {
  background: #ffffff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.small_product_wrapper button {
  position: absolute;
  top: -63px;
  right: 40px;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.small_product_wrapper button:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #ffffff;
}
.small_product_wrapper button.next_arrow {
  right: 0;
}

.small_product_items {
  display: flex !important;
  padding: 17px 0;
  border-top: 1px solid #e5e5e5;
}
.small_product_items .product_thumb {
  width: 40%;
}
.small_product_items .product_content {
  width: 55%;
  margin-left: 20px;
}
.small_product_items .product_name h3 {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 8px;
}
.small_product_items .price_box {
  margin-bottom: 0;
}
.small_product_items .price_box span.current_price {
  font-size: 15px;
  line-height: 18px;
}
.small_product_items .product_rating {
  margin-bottom: 5px;
}

/*new product area css here*/
.product_carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.product_carousel .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 10px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.product_carousel .owl-nav div:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #fff;
}
.product_carousel .owl-nav div.owl-next {
  right: 10px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .product_carousel .action_links ul li.wishlist a, .product_carousel .action_links ul li.compare a {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .product_carousel .action_links ul li.add_to_cart a,
  .action_links ul li.add_to_cart a,
  .action_links ul li.unavailable-product a {
    padding: 0 10px;
    word-spacing: 0px;
    line-height: 33px;
    max-width: 90%;
    margin: auto;
  }
}
.product_carousel .product_thumb a img {
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .product_carousel .product_thumb a img {
    margin: 0 auto;
  }
}

.new_product_wrapper {
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new_product_wrapper {
    border: 0;
  }
}
.new_product_wrapper .single_product {
  padding: 0 10px 20px;
}
@media only screen and (max-width: 767px) {
  .new_product_wrapper .single_product.product_center {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new_product_wrapper .action_links ul li.wishlist a, .new_product_wrapper .action_links ul li.compare a {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new_product_wrapper .action_links ul li.add_to_cart a {
    padding: 0 12px;
    word-spacing: 0;
    font-size: 12px;
    line-height: 34px;
  }
}

.single_product:hover .quick_button {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links ul li.wishlist, .single_product:hover .action_links ul li.compare {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.single_product:hover .product_thumb {
  opacity: 0.7;
}
.single_product .product_content {
  text-align: center;
  padding-top: 10px;
  position: relative;
  background: #fff;
}
.single_product .product_name h3 {
    font-size: 15px;
    padding: 0 15px;
    font-weight: 400;
}
.single_product .price_box span.current_price {
  font-size: 18px;
}
.single_product .action_links ul li.wishlist, .single_product .action_links ul li.compare {
  /*transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;*/
  transition: all .4s ease-out;
}
.wishlist i.fa-heart{
  color: #e40046;
}
.action_links ul li a:hover i.fa-heart{
  color: #fff;
}
/*.add-wishlist:hover{
  color: #fff;
}*/
/*.single_product .action_links ul li.compare {
  transform: translate(-100%, 0);
  transition: all .4s ease-out;
}*/
.single_product .action_links ul li.add_to_cart {
  z-index: 2;
  position: relative;
}

.single_product_left_sidebar {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_left_sidebar {
    display: flex;
    border-right: 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
  }
}
.single_product_left_sidebar .single_product {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_left_sidebar .single_product {
    border-bottom: 0;
    width: 500%;
    border-right: 1px solid #e5e5e5;
  }
  .single_product_left_sidebar .single_product:last-child {
    border-right: 0;
  }
}
.single_product_left_sidebar .single_product:last-child {
  border-bottom: 0;
}

.single_product_right_sidebar {
  border-left: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_right_sidebar {
    display: flex;
    border-left: 0;
    border: 1px solid #e5e5e5;
  }
}
.single_product_right_sidebar .single_product {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_right_sidebar .single_product {
    border-bottom: 0;
    width: 500%;
    border-right: 1px solid #e5e5e5;
  }
  .single_product_right_sidebar .single_product:last-child {
    border-right: 0;
  }
}
.single_product_right_sidebar .single_product:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_center {
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_center .product_thumb {
    text-align: center;
  }
}
.product_center .product_content {
  margin-top: 40px;
}
.product_center .product_name h3 {
  font-size: 17px;
  line-height: 24px;
}
.product_center .price_box span.current_price {
  font-size: 24px;
}

.product_header {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .product_header {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .product_tab_button {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_button ul.nav {
    justify-content: center;
  }
}
.product_tab_button ul li {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_tab_button ul li {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_button ul li {
    margin-right: 5px;
  }
}
.product_tab_button ul li:last-child {
  margin-right: 0;
}
.product_tab_button ul li a {
  text-transform: capitalize;
  border: 1px solid transparent;
  border-radius: 20px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_tab_button ul li a {
    padding: 0 5px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_button ul li a {
    line-height: 26px;
    padding: 0 7px;
  }
}
.product_tab_button ul li a:hover {
  border-color: #02a8f3;
  color: #02a8f3;
}
.product_tab_button ul li a.active {
  border-color: #02a8f3;
  color: #02a8f3;
}

.owl-item.last .single_product {
  border-right: 0;
}

.product_carousel {
  border: 1px solid #e5e5e5;
}
.product_carousel .single_product {
  border-right: 1px solid #e5e5e5;
}
.product_carousel .single_product {
  padding: 20px 0;
}

.label_product {
  position: absolute;
  top: 0px;
  right: 20px;
}
.label_product span, .single_label_product span, .refurbished_label_product span.refurbished-category, .unboxed_label_product span.unbox-pro-category {
  line-height: 20px;
  padding: 0 10px;
  text-transform: uppercase;
  background: #02a8f3;
  color: #ffffff;
  display: block;
  font-size: 10px;
}
.refurbished_label_product span.refurbished-category, .unboxed_label_product span.unbox-pro-category {
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize;
}
.refurbished_label_product span.refurbished-category,
.single_label_product span.label_refurbished {
    background: #da2234;
}
.unboxed_label_product span.unbox-pro-category {
    background: #429f59;
}
.refurbished_label_product, .unboxed_label_product{
  padding-bottom: 10px;
}
span.label_refurbished, span.label_unbox-pro {
    vertical-align: middle;
}
a.teamAndCondition {
    color: #db2733;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.single_label_product span {
  display: inline-block;
  text-transform: capitalize;
  font-size: 12px;
}
span.hurry-product-alert.d-block {
    color: #ff6161;
}

/*custom paroduct css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product_area {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .custom_product_area {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product_area .small_product_area {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_product_area .small_product_area {
    margin-bottom: 50px;
  }
}
.custom_product_area .small_product_items {
  padding: 17px 15px;
}
.custom_product_area .product_thumb {
  width: 35%;
}
.custom_product_area .product_content {
  width: 58%;
}

/*home two css here*/
.deals_product_carousel .single_deals_product {
  flex-direction: column;
  border-right: 1px solid #e5e5e5;
  padding: 29px 0;
}
.deals_product_carousel .product_thumb {
  width: 100%;
  padding-top: 40px;
}
.deals_product_carousel .product_thumb a img {
  width: inherit;
  margin: 0 auto;
}
.deals_product_carousel .product_content {
  width: 100%;
  padding-left: 0;
  padding: 0 25px;
  position: relative;
}
.deals_product_carousel .product_timing {
  top: 0;
  bottom: auto;
}
.deals_product_carousel .action_links {
  position: absolute;
  right: 25px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .deals_product_carousel .action_links {
    position: inherit;
    right: 0;
  }
}
.deals_product_carousel .price_box {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .deals_product_carousel .price_box {
    margin-bottom: 17px;
  }
}
.deals_product_carousel .owl-nav div {
  position: absolute;
  top: -63px;
  right: 40px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.deals_product_carousel .owl-nav div:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .deals_product_carousel .owl-nav div {
    display: none;
  }
}
.deals_product_carousel .owl-nav div.owl-next {
  right: 0;
}
.deals_product_carousel .product_timing {
  max-width: 350px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .deals_product_carousel .product_timing {
    max-width: 260px;
  }
}
@media only screen and (max-width: 479px) {
  .deals_product_carousel .label_product {
    display: none;
  }
}

.deals_tab_two ul.nav li a {
  padding: 11px 0;
}
.deals_tab_two ul.nav li a i {
  font-size: 20px;
  margin-bottom: 6px;
}

.alarm_icone {
  width: 50px;
  float: left;
  border-right: 1px solid #ffffff;
  padding-right: 15px;
  margin-right: 15px;
}
.alarm_icone i {
  font-size: 38px;
  line-height: 48px;
  color: #02a8f3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_column3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product_column3 {
    margin-bottom: 30px;
  }
}
.product_column3 .owl-nav div,
.feature_area .product_column4 .owl-nav div,
.new_product_area .product_column4 .owl-nav div{
  top: -50px;
  right: 40px;
  opacity: inherit;
  visibility: inherit;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_column3 .owl-nav div {
    top: -55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_column3 .owl-nav div {
    top: -49px;
  }
}
@media only screen and (max-width: 767px) {
  .product_column3 .owl-nav div {
    top: -49px;
  }
  .product_column3 .owl-nav div,
  .feature_area .product_column4 .owl-nav div,
  .new_product_area .product_column4 .owl-nav div{
    top: -40px;
  }
  .bestSeller-product .product_column4 .owl-nav div{
    top: -95px;
    right: 40px;
    opacity: inherit;
    visibility: inherit;
    left: auto;
  }
  .bestSeller-product .tab_row_list ul.nav {
    margin-bottom: 15px;
    justify-content: center;
  }
  .bestSeller-product .tab_row_list ul.nav li a{
    border: 1px solid #d4d4d4;
    width: 96px;
  }
}
.product_column3 .owl-nav div.owl-next,
.feature_area .product_column4 .owl-nav div.owl-next,
.new_product_area .product_column4 .owl-nav div.owl-next {
  right: 0;
}
.product_column3 .single_product {
  padding: 23px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_column3 .single_product {
    padding: 5px 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_column3 .product_thumb a img {
    max-width: 196px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_column3 .action_links ul li.add_to_cart a {
    padding: 0 17px;
  }
}

.new_product_two_container .banner_thumb {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new_product_two_container .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .new_product_two_container .row {
    flex-direction: column-reverse;
  }
  .bestSeller-product .product_column4 .owl-nav div.owl-next {
    right: 0;
  }
}

/*home three css here*/
.section_title_two h2 {
  padding: 0 0 14px;
  position: relative;
}
.section_title_two h2::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #02a8f3;
  bottom: 0;
  left: 0;
}

.new_product_three_container .owl-nav div {
  top: -46px;
}
.new_product_three_container .single_product {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new_product_three_container .banner_thumb {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .new_product_three_container .banner_thumb {
    text-align: center;
  }
}
/*.new_product_three_container .label_product span {
  background: #ffb400;
}*/
.new_product_three_container .owl-nav div:hover {
  border-color: #ffb400;
  background: #ffb400;
}
.new_product_three_container .quick_button a:hover {
  background: #ffb400;
  border-color: #ffb400;
}
.new_product_three_container .product_name h3 a:hover {
  color: #ffb400;
}
.new_product_three_container .action_links ul li a:hover {
  background: #ffb400;
  border-color: #ffb400;
}

.deals_section_three {
  padding: 0;
  background: none;
}
.deals_section_three .deals_tab_list ul.nav li a.active {
  color: #ffb400;
}
.deals_section_three .deals_tab_list ul.nav li a.active::before {
  border-color: #ffb400;
}
.deals_section_three .deals_tab_list ul.nav li a.active::after {
  border-right-color: #ffb400;
}
.deals_section_three .deals_tab_list ul.nav li a:hover {
  color: #ffb400;
}
.deals_section_three .deals_tab_list ul.nav li a:hover::after {
  border-right-color: #ffb400;
}
.deals_section_three .deals_tab_list ul.nav li a:hover::before {
  border-color: #ffb400;
}
.deals_section_three .alarm_icone i {
  color: #ffb400;
}
/*.deals_section_three .label_product span {
  background: #ffb400;
}*/
.deals_section_three .quick_button a:hover {
  background: #ffb400;
  border-color: #ffb400;
}
.deals_section_three .product_name h3 a:hover {
  color: #ffb400;
}
.deals_section_three .action_links ul li a:hover {
  background: #ffb400;
  border-color: #ffb400;
}
.deals_section_three .owl-nav div:hover {
  background: #ffb400;
  border-color: #ffb400;
}

.home_product_three .product_tab_button ul li a.active {
  border-color: #ffb400;
  color: #ffb400;
}
.home_product_three .product_tab_button ul li a:hover {
  border-color: #ffb400;
  color: #ffb400;
}
/*.home_product_three .label_product span {
  background: #ffb400;
}*/
.home_product_three .quick_button a:hover {
  background: #ffb400;
  border-color: #ffb400;
}
.home_product_three .owl-nav div:hover {
  background: #ffb400;
  border-color: #ffb400;
}
.home_product_three .product_name h3 a:hover {
  color: #ffb400;
}
.home_product_three .action_links ul li a:hover {
  background: #ffb400;
  border-color: #ffb400;
}

.custom_product_three .small_product_wrapper button:hover {
  background: #ffb400;
  border-color: #ffb400;
}
.custom_product_three .product_name h3 a:hover {
  color: #ffb400;
}

.section_style_three h2 {
  padding: 0;
}
.section_style_three h2 span {
  border: 0;
}
.section_style_three h2 span::before {
  display: none;
}
.section_style_three h2 span::after {
  display: none;
}

.new_product_four:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.new_product_four .owl-nav div {
  top: 50%;
  left: 10px;
  opacity: 0;
  visibility: hidden;
}
.new_product_four .owl-nav div.owl-next {
  right: 10px;
  left: auto;
}
.new_product_four .single_product {
  padding: 20px 0;
}

.small_product_four button {
  top: -52px;
}
@media only screen and (max-width: 767px) {
  .small_product_four button {
    top: -42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_container_four {
    margin-top: 48px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .deals_container_four {
    margin-top: 48px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new_product_reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .new_product_reverse {
    flex-direction: column-reverse;
  }
}

.home_section_right_sidebar .product_column3 .owl-nav div {
  top: -39px;
}
@media only screen and (max-width: 767px) {
  .home_section_right_sidebar .product_column3 .owl-nav div {
    top: -30px;
  }
}

.product_timing_six {
  background: #ffb400;
  padding: 10px 0;
}
.product_timing_six .single_countdown {
  color: #fff;
}

.deals_product_column1:hover .quick_button {
  opacity: 1;
  visibility: visible;
}
.deals_product_column1 .owl-nav div {
  top: -58px;
  right: 40px;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.deals_product_column1 .owl-nav div:hover {
  color: #fff;
  background: #ffb400;
  border-color: #ffb400;
}
.deals_product_column1 .owl-nav div.owl-next {
  right: 0;
}
.deals_product_column1 .deals_product_list {
  border: 1px solid #e5e5e5;
}
.deals_product_column1 .product_content {
  text-align: center;
}
.deals_product_column1 .product_thumb {
  padding: 25px 0 33px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deals_product_column1 .product_thumb {
    padding: 18px 0 22px;
  }
}

.category_product_six .category_product_name h2 a:hover {
  color: #ffb400;
}

.product_color_six .quick_button a:hover {
  background: #ffb400;
  border-color: #ffb400;
}
/*.product_color_six .label_product span {
  background: #ffb400;
}*/
.product_color_six .product_name h3 a:hover {
  color: #ffb400;
}
.product_color_six .owl-nav div {
  top: -48px;
}
@media only screen and (max-width: 767px) {
  .product_color_six .owl-nav div {
    top: -42px;
  }
}
.product_color_six .owl-nav div:hover {
  background: #ffb400;
  border-color: #ffb400;
  color: #ffffff;
}
.product_color_six .action_links ul li a:hover {
  background: #ffb400;
  border-color: #ffb400;
}

.small_product_six button:hover {
  background: #ffb400;
  border-color: #ffb400;
  color: #ffffff;
}
.small_product_six .product_name h3 a:hover {
  color: #ffb400;
}

/*home seven css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_s_p_seven {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_s_p_seven {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.deals_s_p_seven .section_title_two h2::before {
  width: 40px;
  background: #20a385;
}
.deals_s_p_seven .owl-nav div:hover {
  background: #20a385;
  border-color: #20a385;
}
/*.deals_s_p_seven .label_product span {
  background: #20a385;
}*/
.deals_s_p_seven .product_name h3 a:hover {
  color: #20a385;
}
.deals_s_p_seven .quick_button a:hover {
  background: #20a385;
  border-color: #20a385;
}

.product_timing_seven {
  background: #20a385;
  padding: 10px 0;
}
.product_timing_seven .single_countdown {
  color: #ffffff;
}

.tab_button_seven {
  margin-bottom: 20px;
}
.tab_button_seven ul li {
  margin-right: 40px;
}
.tab_button_seven ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .tab_button_seven ul li {
    margin-right: 20px;
  }
}
.tab_button_seven ul li a {
  padding: 0 0 14px;
  border: 0;
  border-radius: 0;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tab_button_seven ul li a {
    margin-bottom: 10px;
    padding: 0 0 10px;
    font-size: 15px;
  }
}
.tab_button_seven ul li a:hover {
  color: inherit;
}
.tab_button_seven ul li a:hover::before {
  width: 40px;
}
.tab_button_seven ul li a.active {
  color: inherit;
}
.tab_button_seven ul li a.active::before {
  width: 40px;
}
.tab_button_seven ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #20a385;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product_style7 {
  border: 0;
}
.product_style7 .single_product {
  border: 1px solid #e5e5e5;
}
.product_style7 .owl-item.last .single_product {
  border-right: 1px solid #e5e5e5;
}
.product_style7.product_column4 .owl-nav div {
  top: -42px;
  right: 51px;
  left: auto;
  opacity: inherit;
  visibility: inherit;
}
@media only screen and (max-width: 767px) {
  .product_style7.product_column4 .owl-nav div {
    display: none;
  }
}
.product_style7.product_column4 .owl-nav div:hover {
  background: #20a385;
  border-color: #20a385;
}
.product_style7.product_column4 .owl-nav div.owl-next {
  right: 10px;
}
.product_style7:hover.product_column3 .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.product_style7.product_column3 .owl-nav div {
  top: 50%;
  left: 25px;
  opacity: 0;
  visibility: hidden;
}
.product_style7.product_column3 .owl-nav div:hover {
  background: #20a385;
  border-color: #20a385;
}
.product_style7.product_column3 .owl-nav div.owl-next {
  right: 25px;
  left: auto;
}
.product_style7 .product_thumb a img {
  max-width: 248px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_style7 .product_thumb a img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_style7 .product_thumb a img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product_style7 .product_thumb a img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_style7 .action_links ul li.wishlist a, .product_style7 .action_links ul li.compare a {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_style7 .action_links ul li.wishlist a, .product_style7 .action_links ul li.compare a {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .product_style7 .action_links ul li.wishlist a, .product_style7 .action_links ul li.compare a {
    width: 32px;
    height: 32px;
    line-height: 31px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_style7 .action_links ul li.add_to_cart a {
    padding: 0 14px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_style7 .action_links ul li.add_to_cart a {
    padding: 0 14px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .product_style7 .action_links ul li.add_to_cart a {
    padding: 0 10px;
    line-height: 31px;
  }
}

.product_carousel .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

/*.product_color_seven .label_product span {
  background: #20a385;
}*/
.product_color_seven .quick_button a:hover {
  background: #20a385;
  border-color: #20a385;
}
.product_color_seven .product_name h3 a:hover {
  color: #20a385;
}
.product_color_seven .action_links ul li a:hover {
  background: #20a385;
  border-color: #20a385;
}

.product_tab_button.button_color ul li a.active {
  border-color: #20a385;
  color: #20a385;
}
.product_tab_button.button_color ul li a:hover {
  border-color: #20a385;
  color: #20a385;
}

.section_title_seven h2 {
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row.home_product_reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .row.home_product_reverse {
    flex-direction: column-reverse;
  }
}

/*home eight css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_product_eight {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_product_eight {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
/*.deals_product_eight .section_title_two h2::before {
  background: #02a8f3;
}*/
.deals_product_eight .owl-nav div:hover {
  background: #02a8f3;
  border-color: #02a8f3;
}
/*.deals_product_eight .label_product span {
  background: #02a8f3;
}*/
.deals_product_eight .product_name h3 a:hover {
  color: #02a8f3;
}
.deals_product_eight .quick_button a:hover {
  background: #02a8f3;
  border-color: #02a8f3;
}

.product_version_eight .section_title_two h2::before {
  background: #02a8f3;
}
.product_version_eight .owl-nav div {
  top: -42px;
}
.product_version_eight .owl-nav div:hover {
  background: #02a8f3;
  border-color: #02a8f3;
}
/*.product_version_eight .single_product {
  padding: 8px 0;
}*/
.new_product_area .product_column3 .single_product a img {
    max-height: 261px;
    margin: auto;
    width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_version_eight .single_product {
    padding: 10px 0 21px;
  }
}
/*.product_version_eight .price_box {
  margin-bottom: 0px;
}*/
/*.product_version_eight .label_product span {
  background: #02a8f3;
}*/
.product_version_eight .quick_button a:hover {
  background: #02a8f3;
  border-color: #02a8f3;
}
.product_version_eight .product_name h3 a:hover {
  color: #02a8f3;
}

.tab_row_list {
  /*background: #fff;
  border: 1px solid #e5e5e5;*/
  text-align: center;
  border-radius: 4px;
  /*margin-bottom: 20px;*/
}
.tab_row_list ul.nav {
  justify-content: flex-end;
}
.tab_row_list ul.nav li a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #383838;
  font-size: 16px;
  
  padding: 7px 0;
  text-transform: uppercase;
  width: 106px;
  display: block;
  margin-right: 10px;
}
.tab_row_list ul.nav li:last-child a {
  margin-right: 0;
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab_row_list ul.nav li a {
    width: 92px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_row_list ul.nav li a {
    padding: 10px 0;
    width: 71px;
  }
}
@media only screen and (max-width: 767px) {
  .tab_row_list ul.nav li a {
    width: 70px;
    border: 0;
  }
}*/
.tab_row_list ul.nav li a:hover,
.tab_row_list ul.nav li a.active {
  color: #ffffff;
    background: #4ba9f3;
    border-color: #4ba9f3;
}
.tab_row_list ul.nav li a i {
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab_row_list ul.nav li a i {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_row_list ul.nav li a i {
    margin-bottom: 7px;
  }
}
.tab_row_list ul.nav li a h3 {
  font-size: 13px;
  line-height: 17px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.home_product_eight .section_title_two h2::before {
  background: #02a8f3;
}
/*.home_product_eight .label_product span {
  background: #02a8f3;
}*/
.home_product_eight .quick_button a:hover {
  background: #02a8f3;
  border-color: #02a8f3;
}
.home_product_eight .owl-nav div:hover {
  background: #02a8f3;
  border-color: #02a8f3;
}
.home_product_eight .product_name h3 a:hover {
  color: #02a8f3;
}
.home_product_eight .action_links ul li a:hover {
  background: #02a8f3;
  border-color: #02a8f3;
}
.home_product_eight .small_product_wrapper button:hover {
  background: #02a8f3;
  border-color: #02a8f3;
}

/*06. newsletter area css here*/
.newsletter_inner {
  display: flex;
  justify-content:space-around;
  padding: 20px 0;
  border-radius: 20px 20px 0 0;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .newsletter_inner {
    flex-direction: column;
    padding:  20px 0;
  }
}

.newsletter_content {
  position: relative;
  padding-left: 33px;
}
.newsletter_content h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_content h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter_content h2 {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter_form {
    margin-top: 18px;
    width: 100%;
  }
}
.newsletter_form form {
  display: flex;
  width: 550px;
  background: #fff;
  position: relative;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_form form {
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter_form form {
    justify-content: center;
    width: 100%;
  }
}
.newsletter_form form input {
  height: 50px;
  width: 100%;
  font-size: 14px;
  padding: 0 60px 0 20px;
  border: 0;
  border-radius: 30px;
}
.notification-bar-block .newsletter_form form input{
  height: 32px;
}
.notification-bar-block .newsletter_form form button{
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .newsletter_form form input {
    height: 43px;
  }
}
.newsletter_form form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border: 0;
  font-size: 24px;
  color: #fff;
  background: #02a8f3;
  /*text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 8px;*/
  border-radius: 0 30px 30px 0;
}
.newsletter_form form button:hover {
  color: #262626;
}
@media only screen and (max-width: 767px) {
  .newsletter_form form button {
    font-size: 13px;
  }
}

.newsletter_form form input[type="text"]::placeholder {
  color: #444444;
  opacity: 0.5;
}
.discount-newsletter-form form{
  display: flex;
}
.discount-newsletter-form input {
    width: 80%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px;
    font-size: 14px;
}
.discount-newsletter-form button {
    width: 20%;
    height: 40px;
    border: none;
    background: #02a8f3;
    color: #fff;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.discount-newsletter-form{
  margin-top: 30px;
}
.discountModal-wrapper {
    padding: 20px 40px 40px;
}
/*home three css here*/
/*.newsletter_three .newsletter_form form button {
  color: #ffb400;
}
.newsletter_three .newsletter_form form button:hover {
  color: #262626;
}*/

/*home five css here*/
.newsletter_five {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter_five {
    padding: 15px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_five {
    padding: 25px 20px 30px;
  }
}
.newsletter_area .newsletter_content:before {
      content: "\f159";
    display: block;
    position: absolute;
    left: 0;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 24px;
    top: 50%;
    transform: translatey(-50%);
}
/*.newsletter_five .newsletter_content {
  padding-left: 0;
}
.newsletter_five .newsletter_content::before {
  display: none;
}
.newsletter_five .newsletter_content h2 {
  font-size: 14px;
  margin-bottom: 12px;
}*/
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter_five .newsletter_content h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.newsletter_five .newsletter_form form {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.newsletter_five .newsletter_form form input {
  height: 41px;
}
.newsletter_five .newsletter_form form button {
  border-left: 1px solid #e5e5e5;
  width: 50px;
  font-size: 20px;
}*/

/*home six css here*/
/*.newsletter_six_area {
  background: #f3f3f3;
  padding-top: 50px;
}
.newsletter_six_area .newsletter_form form button {
  color: #ffb400;
}
.newsletter_six_area .newsletter_form form button:hover {
  color: #262626;
}*/

/*home seven css here*/
/*.newsletter_seven .newsletter_form form button {
  color: #20a385;
}
.newsletter_seven .newsletter_form form button:hover {
  color: #262626;
}*/

/*home eight css here*/
/*.newsletter_eight .newsletter_form form button {
  color: #02a8f3;
}
.newsletter_eight .newsletter_form form button:hover {
  color: #262626;
}*/

/* 21. shipping css here */
.shipping_area {
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_area {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_area {
    margin-bottom: 24px;
  }
}

.single_shipping {
  display: flex;
  width: 33.33%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_shipping {
    width: 100%;
    justify-content: center;
    margin-bottom: 9px;
  }
  .single_shipping:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single_shipping {
    margin-bottom: 13px;
    width: 100%;
    justify-content: center;
  }
  .single_shipping:last-child {
    margin-bottom: 0;
  }
}

.shipping_icone {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_icone {
    margin-right: 4px;
  }
}
.shipping_icone i {
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_icone i {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_icone i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_icone i {
    font-size: 20px;
  }
}

.shipping_content p {
  line-height: 28px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_content p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_content p {
    font-size: 14px;
  }
}

/*home three css here*/
.shipping_area_two {
  background: url(../img/bg/banner9.jpg) no-repeat scroll center center/cover;
  position: relative;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_area_two {
    padding: 50px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_area_two {
    padding: 50px 0 20px;
  }
}
.shipping_area_two::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.single_shipping_box {
  display: flex;
  align-items: center;
  border: 5px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_shipping_box {
    padding: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_shipping_box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single_shipping_box {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.single_shipping_box:hover .shipping_box_icone {
  background: #ffb400;
  border-color: #ffb400;
}
.single_shipping_box:hover .shipping_box_icone i {
  color: #fff;
}

.shipping_box_icone {
  top: 50%;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_box_icone {
    width: 55px;
    height: 55px;
  }
}
.shipping_box_icone i {
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  line-height: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_box_icone i {
    line-height: 55px;
  }
}

.shipping_box_content {
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_box_content {
    margin-left: 9px;
  }
}
.shipping_box_content h3 {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_box_content h3 {
    font-size: 12px;
  }
}
.shipping_box_content p {
  font-size: 13px;
  line-height: 13px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_box_content p {
    font-size: 12px;
  }
}

/*home four css here*/
.shipping_area_four {
  background: #f3f3f3;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .shipping_area_four {
    padding: 50px 0 20px;
  }
}
.shipping_area_four .single_shipping_box {
  border: 0;
  background: 0;
  padding: 0;
}
.shipping_area_four .single_shipping_box:hover .shipping_box_icone {
  border-color: #02a8f3;
  background: inherit;
}
.shipping_area_four .single_shipping_box:hover .shipping_box_icone i {
  color: #02a8f3;
}
.shipping_area_four .shipping_box_icone {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e5e5e5;
}
.shipping_area_four .shipping_box_icone i {
  color: #02a8f3;
}
.shipping_area_four .shipping_box_content h3 {
  color: #262626;
}
.shipping_area_four .shipping_box_content p {
  color: #262626;
}

/*home five css here*/
.shipping_area_five {
  border: 1px solid #e5e5e5;
  padding: 0 15px;
}
.shipping_area_five .shipping_box_icone {
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shipping_area_five .shipping_box_icone i {
  color: #02a8f3;
}
.shipping_area_five .shipping_box_content h3 {
  color: #262626;
}
.shipping_area_five .shipping_box_content p {
  color: #262626;
}
.shipping_area_five .single_shipping_box {
  border: 0;
  background: inherit;
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
}
.shipping_area_five .single_shipping_box:last-child {
  border-bottom: 0;
}
.shipping_area_five .single_shipping_box:hover .shipping_box_icone {
  background: #02a8f3;
  border-color: #02a8f3;
}

.shipping_six .shipping_box_icone i {
  color: #ffb400;
}
.shipping_six .single_shipping_box:hover .shipping_box_icone {
  background: #ffb400;
  border-color: #ffb400;
}

/*testimonial css here*/
.testimonial_area {
  background: url(../img/bg/banner10.jpg) no-repeat scroll center center/cover;
  position: relative;
  padding: 70px 0;
}
.testimonial_area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.testimonial_area:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.testimonial_thumb {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .testimonial_thumb {
    float: inherit;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.testimonial_thumb a img {
  border-radius: 4px;
}

.testimonial_body {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 30px;
  padding-left: 60px;
  margin-left: 115px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testimonial_body {
    margin-left: 0;
    padding-left: 50px;
  }
}
.testimonial_body::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: 28px;
  top: 16px;
  z-index: 11;
  font-size: 22px;
  color: #02a8f3;
}
@media only screen and (max-width: 767px) {
  .testimonial_body::before {
    left: 20px;
  }
}
.testimonial_body p {
  color: #fff;
  line-height: 22px;
}
.testimonial_body p a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.testimonial_body p a:hover {
  color: #02a8f3;
}
.testimonial_body p span {
  text-transform: capitalize;
  font-style: italic;
}

.testimonial_Carousel .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -40px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonial_Carousel .owl-nav div {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_Carousel .owl-nav div {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_Carousel .owl-nav div {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_Carousel .owl-nav div {
    left: 0;
  }
}
.testimonial_Carousel .owl-nav div:hover {
  background: #02a8f3;
  color: #fff;
  border-color: #02a8f3;
}
.testimonial_Carousel .owl-nav div.owl-next {
  right: -40px;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonial_Carousel .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_Carousel .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_Carousel .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_Carousel .owl-nav div.owl-next {
    right: 0;
  }
}
section.service-we-provide {
    background: #f7f7f7;
    padding: 50px 0;
}
.provide-item {
    text-align: center;
    background: #fff;
    padding: 25px;
    border: 1px solid #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.provide-item h3.provide-title {
    font-size: 18px;
    line-height: normal;
}
.provide-area-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #02a8f3;
    font-size: 45px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin:0 auto 30px auto;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    z-index: 3;
}
.provide-item:hover {
    border: 1px solid #4ba8f3;
    border-radius: 6px;
}
.provide-item:hover i:after {
    transform: rotate(360deg);
    background: rgba(0, 176, 255, 0.30)
}
.provide-area-icon i:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 20px;
    background: rgba(2, 168, 243, 0.15);
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.4s;
}
.provide-area-icon img {
    width: 50px;
    height: auto;
}
/*.provide-item:hover i:after {
    background: #02a8f3;
    transform: rotate(0deg);
}*/
/** Process Area ***/
.process_area .single-process {
    padding: 25px;
    background: #f3f3f3;
    margin-bottom: 30px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.02);
    border-radius: 4px;
}
.process_area .process-area-icon img {
    max-width: 40px;
    padding-bottom: 14px;
}
.process_area .process_content h3 {
    font-size: 17px;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 6px;
    font-weight: 600;
}
.process_area .process_content p {
    
}

/*brand css here*/
.newsletter_area {
  background: #f3f3f3;
}

/*.brand_container {
  padding: 30px 0;
}*/
.brand_area {
    padding: 0 0 50px 0;
}

.brand_container .single_brand img {
  width: inherit;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: pointer;
}
.brand_container .single_brand img:hover{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

/*home five css here*/
.brand_carousel {
  border: 1px solid #e5e5e5;
  padding: 20px 0;
}
.brand_carousel .single_brand a img {
  width: inherit;
  margin: 0 auto;
}
.brand_carousel .owl-nav div {
  position: absolute;
  top: -54px;
  right: 40px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.brand_carousel .owl-nav div:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .brand_carousel .owl-nav div {
    top: -47px;
  }
}
.brand_carousel .owl-nav div.owl-next {
  right: 0;
}

/*home six css here*/
.brand_six .owl-nav div {
  top: -61px;
}
.brand_six .owl-nav div:hover {
  background: #ffb400;
  border-color: #ffb400;
}

/*  07. footer area css here */
.footer_top {
  padding: 44px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_top {
    padding: 44px 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_top {
    padding: 44px 0 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets_container {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container {
    margin-bottom: 37px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container.contact_us {
    margin-bottom: 44px;
  }
}
.widgets_container.contact_us > a {
  margin-bottom: 19px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .widgets_container.contact_us > a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container.contact_us > a img {
    max-width: 160px;
  }
}
.widgets_container > h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 15px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets_container > h3 {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container > h3 {
    margin-bottom: 15px;
  }
}

.footer_contact {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_contact {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact {
    margin-bottom: 18px;
  }
}
.footer_contact ul li {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #aaaaaa;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li {
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.footer_contact ul li:last-child {
  margin-bottom: 0;
}
.footer_contact ul li i {
  font-size: 20px;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_contact ul li i {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_contact ul li i {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li i {
    margin-right: 6px;
  }
}
.footer_contact ul li a:hover {
  color: #fff;
}
.footer_contact ul li span {
  font-weight: 700;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_contact ul li span {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li span {
    margin-right: 10px;
  }
}

.social_icon {
  overflow: hidden;
}
.social_icon ul {
    display: flex;
}
.social_icon ul li {
  margin: 15px 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social_icon ul li {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .social_icon ul li {
    margin-top: 24px;
    justify-content: center;
  }
}
.social_icon ul li i {
    margin: 0;
    font-size: 14px;
}
.social_icon ul li.share a {
  background: #ffb15a;
}
.social_icon ul li.twitter a {
  background: #00bff3;
}
.social_icon ul li.facebook a {
  background: #1b78c6;
}
.social_icon ul li.google_plus a {
  background: #f75a53;
}
.social_icon ul li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 200px;
  display: block;
  text-align: center;
  color: #fff;
}

.social_title {
  margin-left: 10px;
}
.social_title p {
  text-transform: capitalize;
  margin-bottom: 4px;
  line-height: 13px;
  color: #aaaaaa;
}
.social_title h3 {
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  color: #aaaaaa;
  margin-bottom: 0;
}

.footer_menu ul li {
  margin-bottom: 5px;
  position: relative;
}
.footer_menu ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer_menu ul li {
    margin-bottom: 4px;
  }
}
.footer_menu ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #aaaaaa;
  padding-left: 20px;
}
.footer_menu ul li a:before {
    border: 1px solid #696969;
    border-radius: 50px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 7px;
}
@media only screen and (max-width: 767px) {
  .footer_menu ul li a {
    line-height: 27px;
  }
}
.footer_menu ul li a:hover {
  color: #fff;
}
.footer_menu ul li a i {
  margin-right: 6px;
}

footer {
    background: #282828;
}

.footer_bottom {
  padding: 15px 0;
  background: #1b1b1b;
}
.footer_bottom_menu li a {
    color: #aaaa;
}
.footer_bottom_menu li a:hover{
  color: #fff;
}
.footer_bottom_menu li {
    display: inline-block;
    line-height: 1;
    margin-right: 20px;
}
.footer_bottom_menu li:first-child {
    margin-left: 0px;
}
.footer_bottom_menu li:last-child {
    margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .footer_bottom {
    padding: 17px 0 23px;
  }
}

@media only screen and (max-width: 767px) {
  .copyright_area {
    text-align: center;
    margin-bottom: 10px;
  }
}
.copyright_area p {
  color: #bcbcbc;
  text-transform: capitalize;
}
.copyright_area p a {
  color: #ffffff;
}
.copyright_area p a:hover {
  color: #02a8f3;
}

@media only screen and (max-width: 767px) {
  .footer_payment {
    text-align: center !important;
  }
}

/*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 {
  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 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h1 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}
.collection_content h4 {
  font-size: 18px;
  color: #262626;
  font-weight: 600;
  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: #bbbbbb;
  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: #bbbbbb;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #bbbbbb;
  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: #02a8f3;
  border-color: #02a8f3;
}

@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: #bbbbbb;
  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: #bbbbbb;
  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: #bbbbbb;
  font-size: 17px;
  width: 440px;
  font-weight: 600;
  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: #bbbbbb;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #bbbbbb;
}
.categories_content a:hover {
  color: #02a8f3;
  border-color: #02a8f3;
}

#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 */
.breadcrumbs_area {
  background: #f3f3f3;
}

.breadcrumb_content {
  padding: 18px 0;
}
.breadcrumb_content ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 3px;
  padding-right: 13px;
  position: relative;
  color: #02a8f3;
}
.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: #262626;
}
.breadcrumb_content ul li a:hover {
  text-decoration: underline;
}

.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: 45px;
}
.widget_list:last-child {
  margin-bottom: 0;
}
.widget_list h2 {
  font-size: 14px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5;
  color: #02a8f3;
  
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list h2 {
    font-size: 13px;
  }
}
.remember-group, .detaliFilter-group, .together-addon-cart{
  position: relative;
}

.cd-filter-block .checkbox-label, .remember-group .checkbox-label, .detaliFilter-group .checkbox-label-check{
    padding-left: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: initial;
}
.together-addon-cart input[type=checkbox], .cd-filter-block input[type=checkbox], .remember-group input[type=checkbox], .remember-group input[type=radio], .detaliFilter-group input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.remember-group .checkbox-label::before, .remember-group .checkbox-label::after,
.together-addon-cart label:before, .together-addon-cart label:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.remember-group .checkbox-label::before{
    width: 16px;
    height: 16px;
    left: 0;
}
.together-addon-cart label:before{
    width: 20px;
    height: 20px;
    left: 0;
}
.cd-filter-block input[type=checkbox]:checked + label::before,
.remember-group input[type=checkbox]:checked + label::before,
.remember-group input[type=radio]:checked + label::before,
.detaliFilter-group input[type=radio]:checked + label,
.together-addon-cart input[type=checkbox]:checked + label::before{
    border-color: #02a8f3;
    background-color: #02a8f3;
}
.detaliFilter-group input[type=radio]:checked + label{
    color: #fff;
}

.cd-filter-block input, .cd-filter-block .checkbox-label::before,
.remember-group input, .remember-group .checkbox-label::before,
.together-addon-cart input, .together-addon-cart label::before{
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
}
.detaliFilter-group .radiobox-label {
    padding: 10px 10px;
    border: 1px solid #e0e0e0;
    margin: 0;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    width: 120px;
    text-align: center;
    border-radius: 4px;
}
.cd-filter-block .checkbox-label::after,
.remember-group .checkbox-label::after,
.together-addon-cart label::after{
    display: none;
}
span.filter-prod-count {
    float: right;
}
.cd-filter-block input[type=checkbox]:checked + label::after,
.remember-group input[type=checkbox]:checked + label::after,
.remember-group input[type=radio]:checked + label::after,
.together-addon-cart input[type=checkbox]:checked + label::after{
    display: block;
}
.cd-filter-block .checkbox-label::after,
.remember-group .checkbox-label::after,
.together-addon-cart label::after{
    width: 16px;
    height: 16px;
    background: url(../img/icon/cd-check.png) no-repeat center center;
}
.together-addon-cart label::after{
    width: 20px;
    height: 20px;
}
.cd-filter-block h2::before {
    content: '\f107';
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 2px;   
    width: 16px;
    height: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-size: 18px;
    /*background: url(https://entrusters.com/templates/yoo_moustache/html/com_entrusters_shop/products/ui-img/cd-icon-arrow.svg) no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.cd-filter-block h2.closed::before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.widget_list > ul > li {
  margin-bottom: 20px;
  position: relative;
}
.widget_list > ul > li:last-child {
  margin-bottom: 0;
}
.widget_list > ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 16px;
}
.widget_list > ul > li > a:hover {
  color: #02a8f3;
}
.widget_list > ul > li > a span {
  float: right;
}

/*.widget_categories {
  border: 1px solid #e5e5e5;
}
.widget_categories h2 {
  background: #262626;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  padding: 15px 20px;
  border-bottom: 0;
}
.widget_categories ul {
  padding: 0 20px 25px;
}*/

.ui-slider-horizontal .ui-slider-range {
  background: #4ba9f3;
  height: 2px;
}

.ui-slider-horizontal {
  height: 2px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
  width: 15px;
  height: 15px;
  top: -7px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #02a8f3;
}

.widget_list.widget_filter form {
  padding-top: 10px;
}
.widget_list.widget_filter form input {
  background: none;
  border: none;
  font-size: 12px;
  float: right;
  text-align: right;
  line-height: 31px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list.widget_filter form input {
    width: 65px;
  }
}
.widget_list.widget_filter form button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: capitalize;
  color: #ffffff;
  background: #02a8f3;
  border: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #02a8f3;
}
.widget_list.widget_filter form button:hover {
  background: #fff;
  color: #02a8f3;
  border: 1px solid #02a8f3;
}
.filters-top-selected {
    margin-bottom: 10px;
    clear: both;
}
.btn-Adfilters .clear-all-filters:hover {
    background: #fff;
    color: #4ba9f3;
}
.filters-top-selected .filters {
    width: auto;
    float: left;
    height: auto;
    max-width: 87.5%;
}
.navFiltersPill {
    border-right: none;
    color: #999;
    font-weight: normal;
    font-size: 12px;
    display: inline;
    margin-right: 12px;
}
.navFiltersPill a {
    color: #5a5a59;
    display: inline-block;
    cursor: pointer;
    padding: 6px 15px;
    border: 1px solid #e5e5e5;
    margin:0 6px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.navFiltersPill span {
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    margin-left: 9px;
}
.navFiltersPill a:hover {
    color: #dbdbdb;
    text-decoration: line-through;
}
.btn-Adfilters .clear-all-filters {
    min-height: 38px;
    color: #fff;
    background: #4ba9f3;
    border: 1px solid #4ba9f3;
    border-radius: 100px;
    padding: 5px 22px;
}
.btn-Adfilters {
    float: right;
}
.recent_product {
  border: 1px solid #e5e5e5;
}
.recent_product h2 {
  background: #262626;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  padding: 15px 20px;
  border-bottom: 0;
  margin-bottom: 0;
}

.recent_product_container:hover button {
  opacity: 1;
  visibility: visible;
}
.recent_product_container button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.recent_product_container button:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #ffffff;
}
.recent_product_container button.next_arrow {
  right: 0;
  left: auto;
}

.recent_product_list {
  display: flex !important;
  border-bottom: 1px solid #e5e5e5;
  padding: 17px;
}

.recent_product_thumb {
  width: 30%;
}

.recent_product_content {
  width: 60%;
  margin-left: 15px;
}
.recent_product_content h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 3px;
}
.recent_product_content h3 a:hover {
  color: #02a8f3;
}
.recent_product_content .product_rating {
  margin-bottom: 0;
}
.recent_product_content .price_box {
  margin-bottom: 0;
}
.recent_product_content .price_box span.current_price {
  font-size: 15px;
  line-height: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}
.shop_sidebar_banner a img:hover {
  opacity: 0.7;
}

.shop_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar {
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }
}

.select_option {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .select_option {
    flex-direction: column;
  }
}
.select_option .nice-select {
  border: 0;
  height: 30px;
  line-height: 29px;
}
.select_option .nice-select ul.list {
  top: 114%;
  right: 0;
  width: 200px;
  max-height: 200px;
  overflow: auto;
}

.shop_title {
  margin-bottom: 20px;
}
.shop_title h1 {
  font-size: 33px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .niceselect_option {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page_amount {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page_amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.product_ratting ul li {
  display: inline-block;
}
.product_ratting ul li a {
  color: #02a8f3;
}

@media only screen and (max-width: 767px) {
  .product_list_item .product_thumb {
    margin-bottom: 18px;
  }
}
.product_list_item .product_content h3 {
  margin-bottom: 10px;
}
.product_list_item .product_ratting {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 19px;
  }
}
.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 3px;
  margin-left: 3px;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li a {
  display: block;
  border-radius: 3px;
}
.pagination ul li a:hover {
  background: #02a8f3;
  color: #ffffff;
}
.pagination ul li.current {
  background: #02a8f3;
  color: #ffffff;
}
.pagination ul li.next {
  width: 40px;
}

.shop_toolbar.t_bottom {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar.t_bottom {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom .pagination {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button {
    bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button a {
    line-height: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .action_button ul li a {
    width: 43px;
    height: 40px;
    line-height: 38px;
  }
}
.grid_view .hover_action a {
  width: 43px;
  height: 40px;
  line-height: 38px;
}

/* shop page css here*/
.shop_banner {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}

.shop_wrapper .product_thumb {
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 767px) {
  .shop_wrapper .product_thumb {
    text-align: center;
  }
}

.row.shop_wrapper {
  flex-direction: row;
}

.shop_toolbar_btn > button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}
.shop_toolbar_btn > button.btn-grid-3 {
  background: url(../img/icon/bkg_grid.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-grid-3.active {
  background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-grid-4 {
  background: url(../img/icon/bkg_grid4.png) no-repeat scroll center center;
  width: 26px;
  height: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
.shop_toolbar_btn > button.btn-grid-4.active {
  background: url(../img/icon/bkg_grid4_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-list {
  background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-list.active {
  background: url(../img/icon/bkg_list_hover.png) no-repeat scroll center center !important;
}

.product_content.list_content {
  display: none;
}

.grid_list .product_content.grid_content {
  display: none;
}

.grid_list .product_content.list_content {
  display: block;
  /*width: 60%;*/
  margin-left: 30px;
  text-align: left;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex: 0 0 100%;
    min-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.grid_list .product_content.list_content .product_name h3 {
  margin: 0 0 12px;
  padding: 0;
}
.grid_list .product_content.list_content .product_ratings {
  margin-bottom: 8px;
}
.grid_list .product_content.list_content .price_box {
  margin-bottom: 15px;
}
.grid_list .product_content.list_content .product_desc {
  margin-top: 16px;
}

.grid_list .single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
    padding: 10px 18px 18px 18px;
  }
}
.grid_list .single_product .action_links ul li.wishlist, .grid_list .single_product .action_links ul li.compare {
  transform: inherit;
  opacity: inherit;
  visibility: inherit;
}
.grid_list .single_product .action_links ul li.compare {
  transform: inherit;
}

.grid_list .product_thumb {
  margin-bottom: 0;
  min-width: 35%;
  overflow: hidden;
}
@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-bottom: 25px;
  }
}

.col-cust-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: max-width;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-cust-5 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 767px) {
  .col-cust-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .col-cust-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.shop_wrapper > div {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.shop_toolbar_wrapper {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 15px 10px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar_btn {
    margin-bottom: 20px;
  }
}

.shop_wrapper {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.shop_wrapper .single_product {
  position: relative;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_wrapper .action_links ul li.add_to_cart a {
    padding: 0 17px;
  }
}
/*.shop_wrapper .label_product {
  bottom: 40px;
}*/
.shop_wrapper.grid_list .single_product {
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .shop_wrapper.grid_list .single_product {
    padding: 10px 20px 20px;
  }
}
.shop_wrapper.grid_4 .price_box span.current_price {
  font-size: 15px;
  margin-right: 3px;
}
.shop_wrapper.grid_4 .price_box span.old_price {
  font-size: 14px;
}
.shop_wrapper.grid_4 .action_links ul li.wishlist a, .shop_wrapper.grid_4 .action_links ul li.compare a {
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.shop_wrapper.grid_4 .action_links ul li.add_to_cart a {
  padding: 0 14px;
  line-height: 36px;
}

/* shop page css end*/
/*shop fullwidth css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_fullwidth .shop_toolbar.t_bottom {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop_fullwidth .shop_toolbar.t_bottom {
    margin-bottom: 0;
  }
}

/* 15. product details css here */
#img-1 {
  border: 1px solid #e5e5e5;
}

.header_product {
  border-bottom: 1px solid #e5e5e5;
}

.product_d_right h1 {
  text-transform: capitalize;
    line-height: 30px;
    font-size: 21px;
    margin-bottom: 8px;
    font-weight: 600;
}
p.representative {
    color: #878787;
    font-size: 10px;
    margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right h1 {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .product_d_right .price_box {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_rating {
    margin-bottom: 12px;
  }
}
.comFeature-section .comFeature-icon {
    max-width: 45px;
    margin: auto;
}
.comFeature-section h3.comFeature-title {
    font-size: 13px;
    margin-top: 10px;
}
.comFeature-section {
    margin-top: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.product_d_right .product_rating ul li.review a {
  margin-left: 10px;
  color: #262626;
}
.product_d_right .product_rating ul li.review a:hover {
  color: #02a8f3;
}
.product_d_right .price_box, .mrp-discount {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box {
    margin-bottom: 9px;
  }
}
.product_d_right .price_box span.current_price {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.product_d_right .price_box span.old_price {
  color: #888;
  margin-left: 10px;
}
.product_d_right .price_box span.old_price,
.product_d_right .price_box span.price-label,
.product_d_right .price_box span.price-tax-copy,
.mrp-discount span{
  font-size: 15px;
}
.product_d_right .price_box span.price-tax-copy{
  margin-left: 10px;
}
.product_d_right .price_box {
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
/*.product_delivery_time{
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}*/
@media only screen and (max-width: 767px) {
  .product_d_right .product_desc {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }
}
.product_desc .product-feature-bullets ul {
    list-style: disc;
    padding-left: 15px;
}
.product_d_right .action_links {
  margin-bottom: 18px;
}
.product_d_right .action_links ul li {
  margin-right: 8px;
}
.product_d_right .action_links ul li.add_to_cart a {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #ffffff;
  padding: 0 27px;
}
.product_d_right li.add_to_cart a {
    text-align: center;
    font-size: 17px;
}
/*.product-details-tab .wishlist,
.product-details-tab .whatsapp-icon{
    position: absolute;
    right: 10px;
    top: 10px;
}*/
.singleProduct-action-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-details-tab .whatsapp-icon{
    top: 65px;
}
.product-details-tab .wishlist a,
.product-details-tab .whatsapp-icon a {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #e5e5e5;
    line-height: 39px;
    display: block;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}
.product_d_right .action_links ul li.add_to_cart a:hover {
  background: #262626;
  border-color: #262626;
}
.product-detali-filter ul.filter-listbox {
    display: inline-block;
}
.product-detali-filter ul.filter-listbox li {
    display: inline-block;
    margin: 0 5px;
}
.offers-block-item span.offer_label {
    font-weight: 600;
    color: #000;
}
.product_offers-wrapper .offers-block-item {
    display: flex;
}
span.offer_tag i {
    color: #4eba4d;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 9px;
}
.used_pro_alert {
    background: #f6fcfc;
    border: #4ba8f3 dotted 1px;
    padding: 10px 20px;
    margin: 15px 0;
}
span.product_des_highlights{
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.question-content-wrapper .question-left h2 {
    color: #666;
    font-size: 19px;
    line-height: 1.4em;
}

.question-content-wrapper .question-left p{
    color: #999;
    font-size: 13px;
    line-height: 1.3em;
    margin-top: 3px;
}

button.askQuestionButton,
button.btn.postQuestion-btn {
    font-size: 16px;
    color: #fff;
    width: 170px;
    line-height: 10px;
    padding: 15px 10px;
    display: block;
    background: #4ba8f3;
    margin: 0 0 0 auto;
}
button.btn.postQuestion-btn {
    margin: 0px 16px 16px 0;
    float: right;
    clear: both;
}
ul.postQuestion-list {
    padding-left: 15px;
}
ul.postQuestion-list li {
    padding-bottom: 10px;
    list-style: disc;
    display: list-item;
    font-size: 15px;
}
.modalTitle-wrap {
    padding: 22px 0 18px 30px;
    font-size: 20px;
}
.postYour-ques-left {
    background-color: #fafafa;
    padding: 24px 22px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #f0f0f0;
    width: 100%;
    height: 100%;
}
textarea.postTextarea {
    padding: 16px 30px;
    border-radius: 0;
    font-size: 16px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.dislike-icon-thumbs svg.disLikeIcon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.qna-question-wrapper span.ques-icon {
    font-weight: 600;
    margin-right: 4px;
}
.qna-question-wrapper span.qright-info.question,
.qna-question-wrapper span.right-info.answers {
    font-weight: 600;
    font-size: 14px;
}
.qna-question-wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
    padding: 0px 0px 15px 0px;
    margin-bottom: 20px;
}
.qna-vote-wrapper, .question-response-text {
    display: flex;
}
.qna-vote-wrapper .like-icon-thumbs {
    margin-right: 20px;
}
.qna-ques-userInfo {
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}



/***** Share Network *******/
.account-tab {
  position: relative;
}
.account-tab .account {
  cursor: pointer;
}
.account-tab .account .share-icon-block svg{
  width: 20px;
  height: 12px;
}
.account-tab .account-menu-wrapper .account-menu {
  opacity: 0;
  background: #fff;
  padding: 16px;
  width: 320px;
  position: absolute;
  top: 40px;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
          transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.account-tab .account-menu-wrapper .account-menu .account-close-icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 2px 5px;
}
.account-tab .account-menu-wrapper .account-menu .account-close-icon i {
  font-size: 15px;
  color: #d2d2d2;
}
.account-tab .account-menu-wrapper .account-menu .arrow-down {
  position: absolute;
    left: 2%;
    top: -11px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
}
.account-tab .account-menu-wrapper .onclick-account-menu {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.social-modal-icon .socialIcon-wrap{
  display: inline-block;
    margin: 0 12px;
    width: 24%;
    text-align: center;
}
.social-modal-icon .icon-item{
    border: 1px solid #f0f0f0;
    height: 45px;
    width: 45px;
    border-radius: 200px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 4px;
    font-size: 18px;
}
.face-icon.icon-item {
    color: #3b5898;
}
.twit-icon.icon-item {
    color: #54abee;
}
.email-icon.icon-item {
    color: #3f3f3f;
}
a.mobile-share-box {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    width: 35px;
    height: 35px;
    background: #fff;
    display: block;
    border-radius: 200px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #4ba8f3;
    font-weight: bold;
    position: absolute;
    right: 25px;
    top: 10px;
}
span.share-icon-block{
    transition: all 0.3s ease-in-out;
}
span.share-icon-block:hover span, span.share-icon-block:hover path {
    color: #4ba8f3;
    fill: #4ba8f3;
}

a.mobile-socialIcon-item {
    padding: 9px 0;
    font-size: 15px;
}
.socialNetwork-modal-box .modal-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.mobileSocial-icon{
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 200px;
    display: block;
        margin-right: 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.mobileSocial-icon.mob-face-icon {
    background: #3b5898;
}
.mobileSocial-icon.mob-twitter-icon{
    background: #54abee;
}
.mobileSocial-icon.mob-whatsapp-icon{
    background: #4cb841;
}
.mobileSocial-icon.mob-email-icon {
    background: #3f3f3f;
}
/*.product_d_right .priduct_social ul li {
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li {
    margin-right: 2px;
  }
}
.product_d_right .priduct_social ul li:last-child {
  margin-right: 0;
}
.product_d_right .priduct_social ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 3px;
  text-transform: capitalize;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li a {
    padding: 0 5px;
  }
}
.product_d_right .priduct_social ul li a:hover {
  opacity: 0.8;
}
.product_d_right .priduct_social ul li a.facebook {
  background: #3B5999;
}
.product_d_right .priduct_social ul li a.twitter {
  background: #1DA1F2;
}
.product_d_right .priduct_social ul li a.pinterest {
  background: #CB2028;
}
.product_d_right .priduct_social ul li a.google-plus {
  background: #fe6d4c;
}
.product_d_right .priduct_social ul li a.linkedin {
  background: #010103;
}*/
.product-detali-filter {
    padding: 30px 0;
}

.product-detali-filter span.detaliFilter-label {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 5px;
}
/*.product_nav {
  float: right;
  position: relative;
  top: -46px;
}
@media only screen and (max-width: 767px) {
  .product_nav {
    display: none;
  }
}
.product_nav ul li {
  display: inline-block;
  margin-left: 3px;
}
.product_nav ul li:first-child {
  margin-left: 0;
}
.product_nav ul li a {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
}
.product_nav ul li a:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #ffffff;
}

.product_variant.quantity {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity {
    margin-bottom: 16px;
  }
}
.product_variant.quantity label {
  color: #3E444A;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}
.product_variant.quantity input {
  width: 118px;
  border: 1px solid #ebebeb;
  background: none;
  height: 42px;
  padding: 0 20px;
  border-radius: 5px;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity input {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity input {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity input {
    width: 65px;
    margin-left: 10px;
    padding: 0 11px;
  }
}
.product_variant.color {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_variant.color {
    margin-bottom: 18px;
  }
}
.product_variant.color h3 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 40px;
}
.product_variant.color label {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.product_variant.color ul li {
  display: inline-block;
  padding: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.product_variant.color ul li:hover {
  border-color: #E88888;
}
.product_variant.color ul li:last-child {
  margin-right: 0;
}
.product_variant.color ul li a {
  width: 30px;
  height: 30px;
  display: block;
}
.product_variant.color ul li.color1 a {
  background: #000000;
}
.product_variant.color ul li.color2 a {
  background: #BEBEBE;
}
.product_variant.color ul li.color3 a {
  background: #FE0000;
}
.product_variant.color ul li.color4 a {
  background: #FFFF01;
}
.product_variant.size {
  margin-bottom: 30px;
}
.product_variant.size label {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.product_variant.size .niceselect_option {
  float: inherit;
  max-width: 200px;
}

.product_meta {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .product_meta {
    margin-bottom: 15px;
  }
}
.product_meta span {
  font-weight: 600;
  color: #242424;
}
.product_meta span a {
  color: #262626;
  margin-left: 10px;
  font-weight: 400;
}*/

.product_info_button {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  /*padding-bottom: 15px;*/
  /*margin-bottom: 22px;*/
}
.product_d-tab-content {
    padding: 22px 35px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.product_info_button ul li a {
    display: block;
    float: left;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    margin: 0 35px;
    line-height: 26px;
    position: relative;
    padding: 15px 15px;
    color: #999;
}
@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::before {
  content: "";
  width: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: 0;
  height: 2px;
  background: #02a8f3;
  position: absolute;
}
.product_info_button ul li a.active {
  color: #02a8f3;
}
@media only screen and (max-width: 479px) {
  .product_info_button ul li a.active {
    margin-bottom: 9px;
  }
}
.product_info_button ul li a.active::before,
.product_info_button ul li a:hover::before {
  width: 100%;
}
.product_info_button ul li a:hover {
  color: #02a8f3;
}
.product_info_button ul li:last-child a {
  margin-right: 0;
}

.product_review_form button {
  border: none;
  background: #262626;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
}
.product_review_form button:hover {
  background: #02a8f3;
  color: #ffffff;
}

.product_info_content p {
  line-height: 28px;
}
.product_d_table table th {
    padding: 12px;
    font-size: 16px;
    color: #212121;
    text-align: left;
    background: #f5f5f5;
    text-transform: uppercase;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.product_d_table table td {
    font-size: 13px;
    line-height: 22px;
    color: #000;
}
.product_d_table table td:first-child {
    color: #777777;
}
.product_d_table table {
  width: 100%;
}
.product_d_table table tbody tr td {
  padding: 8px 12px;
  border-left: 1px solid #dedede;
}
.product_d_table table tbody tr td:first-child {
  width: 30%;
}
.product_d_table table tbody tr td:last-child {
  border-right: 1px solid #dedede;
}
.product_delivery_time label {
    /* margin-bottom: 10px; */
    font-size: 14px;
}
.product_delivery_time .form-group{
    position: relative;
}
.product_delivery_time .form-group input.form-control, .couponsCode-input .form-group input.form-control {
    width: 70%;
    display: inline-block;
    font-size: 14px;
}
.checkdelivery-btn{
    background: #02a8f3;
    border: 1px solid #02a8f3;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: .25rem;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}
label.coupon-label{
  cursor: pointer;
}
label.coupon-label:after {
    content: "\f107";
    text-align: right;
    font-family: FontAwesome;
    float: right;
    margin: 0;
    font-size: 16px;
}
label.coupon-label.donw:after {
    content: "\f106";
}
.checkPinResult .change-pin {
    float: right;
}
.check-result.checkPinResult span, .check-result.checkPinResult a {
    font-size: 14px;
}
span.deliveryIcon svg {
    max-width: 40px;
    height: initial;
    vertical-align: middle;
    margin-right: 6px;
}
.product_delivery_time {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.check-result.checkPinResult a {
    color: #4ba8f3;
    font-weight: 600;
    text-decoration: underline;
}
.single-product-action-links{
  width: 80%;
}
.single-product-action-links a.add_to_cart{
    border-radius: 30px;
    background: #02a8f3;
    border-color: #02a8f3;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
}
.product_d_inner {
  /*padding: 0 35px 30px;*/
  /*border: 1px solid #e5e5e5;*/
}
.product_d-tab-content h2.product-d-head {
    border-bottom: 1px solid #e5e5e5;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
}
.product_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.product_info_inner .product_ratting {
  margin-bottom: 10px;
}
.product_info_inner .product_ratting p {
  margin-bottom: 5px;
}
.product_info_inner .product_ratting strong {
  margin-top: 10px;
  display: block;
  margin-bottom: 8px;
}

/*.reviews_wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}*/
.reviews_wrapper .product_ratting {
  margin-bottom: 20px;
}
.reviews_wrapper .product_ratting h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment_title {
  margin-bottom: 20px;
}

.product_review_form input {
  border: 1px solid #ddd;
  background: none;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
.product_review_form textarea {
  border: 1px solid #ddd;
  background: none;
  height: 120px;
  resize: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 0 20px;
}
.product_review_form p {
  margin-bottom: 7px;
}

.star_rating {
  float: right;
}
.star_rating ul li {
  display: inline-block;
}
.star_rating ul li a {
  color: #02a8f3;
}

/*.rating-histogram {
  padding: 5px 5px 5px 44px;
  text-align: left;
  width: 100%;
}*/

/*.rating-histogram .rating-bar-container {
  position: relative;
}*/

.rating-histogram .bar-label {
  margin-right: 10px;
  /*position: absolute;
  left: -44px;
  top: 2px;*/
}
.product-detalis-rating {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}
.rating-histogram-wrapper {
    width: 80%;
}
.pro-fullRating-section {
    text-align: center;
}
.rating-histogram .bar-label:after {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 16px;
  color: #000;
   display: inline-block; 
  margin-left: 5px;
}

.rating-histogram .bar {
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  transition: width 2s ease;
  display: inline-block;
  vertical-align: middle;
  width: 1%;
  height: 5px;
  margin-right: 3px;
}

.rating-histogram .five .bar,
.rating-histogram .four .bar,
.rating-histogram .three .bar {
    background: #388e3c;
}

.rating-histogram .two .bar{
  background: #ff9f00;
}

.rating-histogram .one .bar{
  background: #ff6161;
}

.rating-histogram .bar-number {
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    color: #878787;
}

.pro-fullRating-section .fullRating-text {
    font-size: 36px;
    color: #333;
    font-weight: 600;
}
.pro-fullRating-section {
    text-align: center;
    width: 20%;
    padding: 0 15px;
}
.pro-fullRating-section .total-review-txt {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
    padding: 8px 0;
    padding-bottom: 10px;
}

.hidden {
  display: none;
}

.product_d_info {
  margin-bottom: 48px;
}

.reviews_comment_box {
  display: flex;
  margin-bottom: 22px;
}
.reviews_comment_box .comment_text {
  width: 100%;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-left: 21px;
  padding: 12px;
  border-radius: 3px;
}
.reviews_comment_box .comment_text::before {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.reviews_meta p {
  font-size: 15px;
  margin-bottom: 15px;
}
.reviews_meta p strong {
  text-transform: uppercase;
  font-weight: 600;
}

.s-tab-zoom.owl-carousel .owl-nav {
  display: block;
}
.s-tab-zoom.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 100%;
  transform: translatey(-50%);
  text-align: center;
  line-height: 30px;
  left: -15px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.s-tab-zoom.owl-carousel .owl-nav div:hover {
  background: #02a8f3;
  border-color: #02a8f3;
  color: #ffffff;
}
.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
  right: -15px;
  left: auto;
}
.s-tab-zoom.owl-carousel .owl-item.last {
  margin-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  .product-details-tab {
    margin-bottom: 20px;
  }
}
.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.product-details-tab {
    position: sticky;
    top: 64px;
}
.single-zoom-thumb {
  margin-top: 20px !important;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-zoom-thumb {
    width: 90%;
  }
}
/*@media only screen and (max-width: 767px) {
  .single-zoom-thumb {
    width: 101%;
  }
}*/
.single-zoom-thumb ul li a .xzoom-gallery {
  border: 1px solid #ddd;
  padding: 4px;
  background: #fff;
}
.single-zoom-thumb ul li a .xzoom-gallery.xactive{
  border: 1px solid #02a8f3;
}
.single-zoom-thumb ul li a {
  width: 100%;
}

.related_products .section_title {
  margin-bottom: 25px;
}
.related_products .section_title h2 {
  padding: 0;
}
.related_products .product_column3:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.related_products .product_column3 .owl-nav div {
  top: 50%;
  transform: translatey(-50%);
  left: 10px;
  opacity: 0;
  visibility: hidden;
}
.related_products .product_column3 .owl-nav div.owl-next {
  right: 10px;
  left: auto;
}

/*.upsell_products .section_title {
  margin-bottom: 25px;
}
.upsell_products .section_title h2 {
  padding: 0;
}
.upsell_products .product_column3:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.upsell_products .product_column3 .owl-nav div {
  top: 50%;
  transform: translatey(-50%);
  left: 10px;
  opacity: 0;
  visibility: hidden;
}
.upsell_products .product_column3 .owl-nav div.owl-next {
  right: 10px;
  left: auto;
}*/

/* 12. product grouped css here */
/*.grouped_form {
  border: 1px solid #e5e5e5;
  margin-bottom: 25px;
  margin-top: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grouped_form {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .grouped_form {
    margin-bottom: 17px;
    margin-top: 17px;
  }
}
.grouped_form table {
  width: 100%;
}
.grouped_form table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.grouped_form table tbody tr td {
  border-right: 1px solid #ddd;
  padding: 11px 5px;
  text-align: center;
}
.grouped_form table tbody tr td input[type="checkbox"] {
  width: 20px;
  height: 21px;
}
.grouped_form table tbody tr td input[type="number"] {
  width: 50px;
  background: inherit;
  border: 1px solid #e5e5e5;
  padding: 0 5px;
  height: 40px;
}
.grouped_form table tbody tr td.grouped-product-list.quantity {
  min-width: 80px;
  text-align: center;
  line-height: 12px;
}
.grouped_form table tbody tr td.grouped-product-list.label {
  min-width: 188px;
  font-weight: 600;
  font-size: 14px;
}
.grouped_form table tbody tr td.grouped-product-list.label a:hover {
  color: #02a8f3;
}
.grouped_form table tbody tr td.grouped-product-list.price {
  font-size: 14px;
  font-weight: 600;
  min-width: 190px;
}
.grouped_form table tbody tr td.grouped-product-list.price p {
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.grouped_form table tbody tr td.grouped-product-list.price p::before {
  color: #ffb400;
  content: '\f058';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 40px;
}

.grouped_form table tbody tr td:last-child {
  border-right: 0;
}

.grouped_form table tbody tr:last-child {
  border-bottom: 0;
}

.box_quantity.group button {
  margin-left: 0;
}*/

/*product grouped css end*/
/*variabla product css here*/
/*.p_section1.related_product .slick-list {
  padding-bottom: 144px !important;
  margin-bottom: -135px;
}

.variable_product .niceselect_option .list {
  width: 100%;
}

.product_d_meta {
  margin-bottom: 20px;
}
.product_d_meta span {
  display: block;
  line-height: 18px;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 400;
}
.product_d_meta span:last-child {
  margin-bottom: 0;
}
.product_d_meta span a:hover {
  color: #02a8f3;
}*/

/*product sidebar css here*/
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .widget_list h2 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .product_section .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product_section .row {
    flex-direction: row;
  }
}
.product_sidebar .product_desc p {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .action_button ul li a {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .quick_button {
    bottom: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .quick_button a {
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .hover_action a {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}
.product_sidebar .product_variant.quantity input {
  width: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .product_variant.quantity input {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .product_variant.quantity input {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product_variant.quantity input {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product-details-tab {
    margin-bottom: 0;
  }
}
.product_sidebar .price_box span.current_price {
  font-size: 16px;
}
.product_sidebar .price_box span.old_price {
  font-size: 15px;
}
.product_sidebar .price_box span.regular_price {
  font-size: 16px;
}

.footer_widgets.sidebar_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}
.footer_widgets.sidebar_widgets .footer_top_inner {
  padding: 56px 0 52px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.sidebar_widgets .footer_top_inner {
    padding: 56px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widgets.sidebar_widgets .footer_top_inner {
    padding: 56px 0 35px;
  }
}

.product_right_sidebar {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .product_right_sidebar .product-details-tab {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_right_sidebar .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .product_right_sidebar .row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_right_sidebar .product_d_right h1 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_right_sidebar .priduct_social ul li {
    margin-right: 4px;
  }
}*/

/* 13. cart page css here */
/*.header_cart_page {
  border-bottom: 1px solid #e5e5e5;
}

.other_bread {
  padding-top: 41px;
  padding-bottom: 41px;
}

.table_desc {
  border: 1px solid #e5e5e5;
  margin-bottom: 60px;
  margin-top: 2px;
}
.table_desc .cart_page table {
  width: 100%;
}
.table_desc .cart_page table thead tr th {
  border-bottom: 3px solid #02a8f3;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 13px;
  color: #fff;
  text-align: center;
}
.table_desc .cart_page table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
}
.table_desc .cart_page table tbody tr td.product_remove {
  min-width: 100px;
}
.table_desc .cart_page table tbody tr td.product_remove a {
  font-size: 20px;
  color: #02a8f3;
}
.table_desc .cart_page table tbody tr td.product_remove a:hover {
  color: #262626;
}
.table_desc .cart_page table tbody tr td.product_thumb {
  max-width: 180px;
}
.cart_page td.product_thumb img {
    max-width: 110px;
}
.table_desc .cart_page table tbody tr td.product_name {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #02a8f3;
}
.table_desc .cart_page table tbody tr td.product-price {
  min-width: 130px;
  font-size: 16px;
  font-weight: 600;
}
.table_desc .cart_page table tbody tr td.product_quantity {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_quantity label {
  font-weight: 600;
  margin-right: 5px;
}
.table_desc .cart_page table tbody tr td.product_quantity input {
  width: 60px;
  height: 40px;
  padding: 0 5px 0 10px;
  background: none;
  border: 1px solid #e5e5e5;
}
.table_desc .cart_page table tbody tr td .product_total {
  min-width: 120px;
}

.cart_page table thead tr:last-child th, .table_desc table tbody tr td:last-child {
  border-right: 0;
}

.cart_submit {
  text-align: right;
  padding: 12px;
}
.cart_submit button {
  background: #262626;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.cart_submit button:hover {
  background: #02a8f3;
}

.coupon_inner {
  padding: 10px 20px 25px;
}
.coupon_inner p {
  font-size: 13px;
  margin-bottom: 20px;
}
.coupon_inner button {
  background: #262626;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.coupon_inner button:hover {
  background: #02a8f3;
}
.coupon_inner input {
  border: 1px solid #e5e5e5;
  height: 42px;
  background: none;
  padding: 0 20px;
  margin-right: 20px;
  font-size: 12px;
  color: #262626;
}
@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: #02a8f3;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  border-radius: 3px;
}

.coupon_code {
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .coupon_code.left {
    margin-bottom: 59px;
  }
}
.coupon_code h3 {
  color: #ffffff;
  line-height: 36px;
  padding: 5px 15px;
  background: #02a8f3;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .coupon_code h3 {
    line-height: 28px;
    padding: 5px 15px;
    font-size: 15px;
  }
}

.cart_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart_subtotal p {
  font-weight: 600;
  font-size: 14px;
}
.cart_subtotal p.cart_amount {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .cart_subtotal p.cart_amount {
    font-size: 14px;
  }
}
.cart_subtotal p span {
  margin-right: 30px;
}*/

.prebookingSection {
    padding: 2px 8px 0;
    border: 1px solid #27282c;
    margin: 5px 0 15px 0;
    background: #27282c;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
}
.prebookingSection span{
    margin: 0;
    font-size: 12px;
    margin-left: 5px;
}
/*.prebookingSection .inputArea{
  display: inline-block;
}
*/
/*.prebookingSection h6.price_rate {
    margin: 0;
    font-size: 12px;
    margin-left: 10px;
}*/
.prebookingSection .inputArea label {
    margin: 0;
}
.remove_pro_cart:hover{
  color: #da2234;
}
.cart_page.cart-wrapper {
    border: 1px solid #f0f0f0;
    background: #fff;
}
.cartPro-img img {
    max-width: 120px;
    text-align: center;
    margin: auto;
    display: block;
}
.userLocation-head {
    padding: 12px;
    display: flex;
    justify-content: space-between;
}
.cartHead-title h2 {
    font-size: 20px;
}
.cart_product_detalis, .cart_productPrice_detalis, .cart-totalAmount , .cart-saveAmount, .proceed-payment, .ordernotification-item{
    border-top: 1px solid #f0f0f0;
    padding: 20px;
}
.coupon-applied span.amount{
    color: #ff0000;
}
.delivery-wrapper input {
    border: none;
    border-bottom: 1px solid #bfbfbf;
    width: 180px;
}
.delivery-wrapper button.checkPin {
    border: none;
    border-bottom: 1px solid #bfbfbf;
    background: transparent;
    margin: 0 0 0 -5px;
    color: #696969;
    display: 0;
}
.cartPro-name a {
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    display: block;
}
.move-remove_wrapper{
  margin-top: 10px;
}
.move-remove_wrapper a {
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.quantity-box {
    margin: 10px 0;
}

.quantity-box .value-button {
  display: inline-block;
  border: 1px solid #ddd;
  width: 32px;
  height: 32px;
  text-align: center;
      padding: 3px;
    font-size: 10px;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity-box .value-button i{
  color: #7d7d7d;
  font-weight: normal;
}
.quantity-box .value-button:hover {
  cursor: pointer;
}

.quantity-box form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.quantity-box form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.quantity-box input#qtyNumber {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 32px;
  height: 32px;
  vertical-align: top;
}

.quantity-box input[type=number]::-webkit-inner-spin-button,
.quantity-box input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cartPro-price-wrapper span.special-price {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin-right: 8px;
    display: inline-block;
}
.cartPro-price-wrapper span.old-price {
    color: #878787;
    text-decoration: line-through;
    margin-right: 8px;
    display: inline-block;
}
p.order-totalAmount, .cart-saveAmount p {
    font-size: 15px;
    font-weight: 600;
}
.cart-saveAmount p, .mrp-discount .save-price, .mrp-discount .save-price-percentage{
  color: #4ba8f3;
}
.checkout-btn.btn, .checkout-login-submit button, .checkout-address-submit button {
  background: #02a8f3;
  border: 0;
  color: #ffffff;
  display: block;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.proceed-checkout.text-center.place-order a.checkout-btn.btn i {
    font-size: 16px;
    vertical-align: text-top;
}
.order-totalAmount.payOnDelivery-amount {
    color: #ff0000;
}
a.checkout-btn.btn.shoppingBtn{
    background: #27282C;
}
a.checkout-btn.btn.shoppingBtn span {
    display: block;
    font-size: 10px;
    margin-top: 2px;
}
button.btn-secondary {
    background: #6c757d;
}
.checkout-btn.btn:hover, .checkout-login-submit button:hover, .checkout-address-submit button:hover {
  background: #0084bf;
}
.checkout_info .nice-select {
    width: 100%;
}
/*.card-option-detalis{
    padding: 15px 24px;
}*/
.checkout-pay.pay-now {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.pay-now.checkout-pay button.checkout-btn {
    height: 42px;
}

.afterOrderLogin-box {
    background: #4ba8f3;
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

/***** Payment ***********/
ul.nav.nav-tabs.paymentMethod-left-tab {
    border: none;
    display: block;
}
ul.nav.nav-tabs.paymentMethod-left-tab li a {
    background: #f0f0f0;
    border-color: #f0f0f0 #f0f0f0 #fff #f0f0f0;
    padding: 22px 30px;
    font-size: 17px;
    border: 1px solid #fff;
    border-right: none;
    cursor: pointer;
    display: block;
}
ul.nav.nav-tabs.paymentMethod-left-tab li a.active {
    border-color: #fff;
    background: #fff;
    color: #4ba8f3;
    position: relative;
    z-index: 1;
    cursor: default;
}
.paymentMethod-right-tab{
  padding: 20px 20px 20px 0;
}
.banks-radio {
    width: 49%;
    height: 70px;
    border: 1px solid #eee;
    background: url("../img/net-banking.jpg") no-repeat center;
    cursor: pointer;
    display: inline-block;
}
.banks-radio.axisBank-radio{
    background-position: center 0px;
}
.banks-radio.sbiBank-radio{
    background-position: center -210px;
}
.banks-radio.hdfcBank-radio{
    background-position: center -140px;
}
.banks-radio.iciciBank-radio{
    background-position: center -350px;
}
.banks-radio.paytm-radio{
  background-position: center -1330px;
}
.banks-radio.phonepe-radio {
    background-position: center -1610px;
}
.banks-radio.googlepay-radio{
    background-position: center -1404px;
}
.banks-radio label.checkbox-label {
    width: 100%;
    height: 70px;
    padding: 0;
    cursor: pointer;
    display: block;
}
.banks-radio.remember-group .checkbox-label::before,
.banks-radio.remember-group .checkbox-label::after{
  left: 20px;
}
/*.checkout_btn {
  text-align: right;
}
.checkout_btn a {
  background: #02a8f3;
  color: #ffffff;
  font-size: 16px;
  padding: 3px 14px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0;
}
.checkout_btn a:hover {
  background: #262626;
}

.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 #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 59px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 35px;
  }
}
/*cart page css end*/

/* 14. checkout page css here */
/*.user-actions {
  margin-bottom: 20px;
}
.user-actions h3 {
  font-size: 13px;
  font-weight: 400;
  background-color: #f7f6f7;
  padding: 15px 10px;
  border-top: 3px solid #02a8f3;
  margin-bottom: 0;
}
.user-actions h3 a {
  color: #02a8f3;
}

.checkout_info {
  border: 1px solid #e5e5e5;
  margin-top: 25px;
  padding: 20px 30px;
}
.checkout_info p {
  margin-bottom: 15px;
}
.checkout_info a {
  color: #02a8f3;
  margin-top: 15px;
  display: block;
}

.form_group {
  margin-bottom: 20px;
}
.form_group label {
  font-size: 14px;
  display: block;
  line-height: 18px;
}
.form_group input {
  border: 1px solid #e5e5e5;
  background: none;
  height: 45px;
  width: 350px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form_group input {
    width: 100%;
  }
}
.form_group button {
  display: inline-block;
  width: 80px;
  background: #262626;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.form_group button:hover {
  background: #02a8f3;
}

.form_group input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.form_group.group_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_group.group_3 label {
  margin-bottom: 0;
  line-height: 34px;
  cursor: pointer;
}
.form_group.group_3 label:hover {
  color: #02a8f3;
}

#checkout_coupon input {
  background: none;
  border: 1px solid #e5e5e5;
  width: 200px;
  height: 45px;
  font-size: 12px;
  padding: 0 20px;
  color: #262626;
}
#checkout_coupon button {
  width: 130px;
  background: #262626;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #checkout_coupon button {
    margin-top: 20px;
  }
}
#checkout_coupon button:hover {
  background: #02a8f3;
}

.mb-20 {
  margin-bottom: 20px;
}

.checkout_form h3 {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  background: #262626;
  font-weight: 600;
}
.checkout_form input {
  border: 1px solid #e5e5e5;
  background: none;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #262626;
}
.checkout_form .nice-select {
  width: 100%;
}
.checkout_form .nice-select ul.list {
  width: 100%;
  height: 180px;
  overflow: auto;
}
.checkout_form .nice-select::after {
  top: 56%;
}
.checkout_form label {
  font-weight: 600;
}
.checkout_form label span {
  color: #02a8f3;
}
.checkout_form label.righ_0 {
  cursor: pointer;
  font-size: 15px;
  line-height: 27px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #262626;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .checkout_form label.righ_0 {
    font-size: 13px;
    line-height: 25px;
    padding: 3px 10px;
  }
}
.checkout_form label.righ_0:hover {
  background: #02a8f3;
}

.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: #02a8f3;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
.order_button button:hover {
  background: #262626;
}

@media only screen and (max-width: 767px) {
  .order-notes {
    margin-bottom: 58px;
  }
}
.order-notes textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 45px;
  max-width: 100%;
  padding: 0 30px 0 20px;
  background: none;
  font-size: 13px;
  resize: none;
  line-height: 45px;
  width: 100%;
  color: #262626;
}
.order-notes label {
  line-height: 13px;
}

.Checkout_section {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .Checkout_section {
    margin-bottom: 60px;
  }
}

.order_table {
  margin-bottom: 35px;
}
.order_table table {
  width: 100%;
}
.order_table table thead tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tbody tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.panel-default input[type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.panel-default img {
  width: 160px;
}

.order_button button {
  border: 0;
}

.card-body1 {
  margin-bottom: 15px;
}*/

.checkout-loginHead > a {
    background: #4ba8f3;
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.checkout_info {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 20px 30px;
}
.form-group.checkoutLogin-bottom {
    display: flex;
    justify-content: space-between;
}
img.paytmLogo {
    width: 50px;
    vertical-align: sub;
    margin: 0 10px;
}
/*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: #02a8f3;
  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: #262626;
}

.wishlist_share {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
}
.wishlist_share h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.wishlist_share ul li {
  display: inline-block;
}
.wishlist_share ul li a {
  padding: 0 10px;
  display: block;
}
.wishlist_share ul li a:hover {
  color: #02a8f3;
}

.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;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_message h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_message h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contact_message p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.contact_message ul li {
  padding: 12px 0;
  display: flex;
  align-items: baseline;
}
span.asterisks {
    color: #f00;
    font-size: 17px;
}
.contact_message ul li:last-child {
  padding-bottom: 0;
}
.contact_message ul li i {
  margin-right: 10px;
  font-size: 16px;
}
.contact_message ul li a {
  color: #313131;
}
.contact_message ul li a:hover {
  color: #02a8f3;
}
.contact_message label {
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact_message input {
  border: 1px solid #e5e5e5;
  height: 45px;
  background: #ffffff;
  width: 100%;
  padding: 0 20px;
  color: #262626;
}
.contact_message textarea {
  height: 170px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  resize: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px;
  color: #262626;
}
.contact_message button {
  font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    text-transform: uppercase;
    border: none;
    background: #02a8f3;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
}
.contact_message button:hover {
  background: #2a8bda;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_message.content {
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_message.content {
    margin-bottom: 52px;
  }
}
.contact_message.form p.form-messege {
  margin-bottom: 0;
}

.contact_map {
  margin-bottom: 57px;
}

.map-area #googleMap {
  height: 460px;
  width: 100%;
}

/*contact page css end*/
/* 17. login page css here */
.account_form h2 {
  font-size: 28px;
  text-transform: capitalize;
}
.account_form h2:after {
    content: "";
    display: block;
    width: 65px;
    background: #4ba9f3;
    height: 2px;
    margin: auto;
    margin-top: 10px;
}
.login-bottom-area {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
/*.account_form form {
  border: 1px solid #e5e5e5;
  padding: 23px 20px 29px;
  border-radius: 5px;
}*/
.account_form label {
  font-size: 15px;
}
.account_form input {
  border: 1px solid #e5e5e5;
}
.account_form button {
  background: #02a8f3;
  border: 1px solid #02a8f3;
  color: #ffffff;
  padding: 7px 46px;
  text-transform: uppercase;
  border-radius: 100px;
}
.account_form button:hover {
  background: #fff;
  color: #02a8f3;
}
.customer_login {
  padding-bottom: 60px;
}

.account_form p {
  margin: 20px 0;
}
a.forgot-pass, .createAcc-btn {
    color: #02a8f3;
    font-weight: 600;
}
.divided-sec{
  position: relative;
}
.divided-sec span:after, .divided-sec span:before{
    content: "";
    width: 44%;
    background: #dadada;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
}
.divided-sec span:after{
  right: 0;
}
.divided-sec span:before {
    left: 0;    
}
a.btn.googleBtn, a.btn.facebookBtn, a.btn.linkedinBtn, a.btn.twitterBtn {
    color: #fff;
    border-radius: 100px;
    text-align: center;
    /*width: 44px;*/
    /*height: 44px;*/
    /*line-height: 30px;*/
    margin: 0 10px;
    padding: 8px 20px;
}
a.btn.googleBtn {
    background: #DD4B39;
}
a.btn.facebookBtn {
    background: #4267b2;
}
a.btn.linkedinBtn {
    background: #0077B5;
}
a.btn.twitterBtn {
    background: #38A1F3;
}
/*@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: 56px;
}
@media only screen and (max-width: 767px) {
  .faq_content_area {
    margin-top: 53px;
  }
}

.accordion_area {
  padding-bottom: 60px;
}

.card.card_dipult {
  border: none;
  margin-bottom: 10px;
}

.card.card_dipult:last-child {
  margin-bottom: 0;
}

.card-header.card_accor {
  padding: 0;
  border: none;
}
.card-header.card_accor button {
  height: 45px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: initial;
}
@media only screen and (max-width: 767px) {
  .card-header.card_accor button {
    height: 60px;
  }
}
.card-header.card_accor button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
}
@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 #e5e5e5;
  width: 100%;
  text-align: left;
  color: #262626;
  font-size: 14px;
  font-weight: 600;
}
.card-header.card_accor button.btn-link.collapsed {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  width: 100%;
  text-align: left;
}

.card-header.card_accor button.btn-link i.fa-plus {
  display: none;
}

.card-header.card_accor button.btn-link.collapsed i.fa-plus {
  display: block;
}

.card-header.card_accor button.btn-link.collapsed i.fa-minus {
  display: none;
}

.faq_content_wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .faq_content_wrapper h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.faq_content_wrapper p {
  font-size: 15px;
}

/*faq page css end*/

/*  18. my account css here */
.dashboard_content.rightWrapper h3.account-tabTitle {
    font-size: 24px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.account_dashboard .leftWrapper {
    background: #fff;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);*/
    padding: 10px 0;
}
.account_dashboard .leftWrapper li.label-title {
    color: #757575;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    border-top: 1px solid #f0f0f0;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.dashboard_tab_button li.label-title ul li a{
    display: block;
    font-weight: 600;
    color: #757575;
    font-size: 12px;
    padding: 8px 10px 8px 40px;
}
.account_dashboard .leftWrapper li.label-title > span {
    padding: 10px 0;
    display: block;
}
.account_dashboard .leftWrapper li.label-title > span > i {
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    color: #02a8f3;
}
li.user-account-info {
    display: flex;
    align-items: center;
    padding: 8px 10px;
}
.leftWrapper li.user-account-info span.userName {
    font-size: 16px;
    font-weight: 600;
}
.leftWrapper li.user-account-info .userThumb i {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 7px;
    background-color: #4ba9f3;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}
.dashboard_tab_button li.label-title ul li a:hover,
.dashboard_tab_button li.label-title ul li a.active {
  background: rgba(2, 168, 243, 0.14);
  color: #02a8f3;
}
.orderNum-block a {
    font-size: 16px;
}
.orderData-item {
    border: 1px solid #e0e0e0;
}
.orderData-wrapper .order-header {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.orderData-wrapper .order-proName h2 {
    font-size: 16px;
}
.orderData-wrapper span.order-price {
    font-size: 36px;
}
.orderData-wrapper a.order-detlis-btn {
    padding: 7px 6px;
    border-radius: 30px;
    word-spacing: 1px;
    background: #02a8f3;
    border-color: #02a8f3;
    color: #fff;
    font-size: 14px;
    display: block;
    max-width: 130px;
    text-align: center;
    margin: 0 0 0 auto;
}
.order-content-wrapper {
    clear: both;
    display: block;
    padding: 15px;
}
span.orderStatus-content {
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    margin-left: 5px;
}
span.orderStatus-content.completed{
  background: #4aae50;
}
span.orderStatus-content.refunded{
  background: #f5c006;
}
span.orderStatus-content.canceled{
  background: #ed4135;
}
span.orderStatus-content.shipped{
  background: #52bdd3;
}
span.orderStatus-content.pending{
  background: #7c848f;
}
.fullOrderDetalis-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
        margin-bottom: 10px;
}
.fullOrderDetalis-number span {
    font-size: 17px;
}
.fullOrderDetalis-cancelbtn a {
    padding: 7px 26px;
    border-radius: 30px;
    word-spacing: 1px;
    background: #fff;
    border: 1px solid #757575;
    color: #757575;
    transition: all 0.3s ease-in-out;
}
.fullOrderDetalis-cancelbtn a:hover {
    background: #02a8f3;
    border-color: #02a8f3;
    color: #fff;
}
.fullOrderDetalis-right h5.fullOrderDetalis-title {
    font-size: 18px;
}
span.fullOrderDetalis-price {
    display: block;
    font-size: 15px;
}
.fullOrderDetalis-status span.orderStatus-text span,
.fullOrderDetalis-estDelivery span.orderestDelivery-text span {
    color: #61c26e;
    font-size: 15px;
    font-weight: 600;
}

.fullOrderDetalis-track , .fullOrderDetalis-deliveryAddress{
  border-bottom: 1px solid #ddd;
}

.deliveryAddress-des .table td, .deliveryAddress-des .table th {
    color: #757783;
    padding: 7px 0;
}
.deliveryAddress-des .table th {
    width: 17%;
}
.deliveryAddress-title h2 {
     font-size: 23px; 
    font-weight: 600;
    margin: 0;
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #61c26e;
  z-index: 99;
}
.multi-steps > li:before {
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #61c26e;
  border-radius: 50%;
  position: relative;
  z-index: 99;
}
.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #61c26e;
  position: absolute;
  top: 16px;
  left: 61%;
  z-index: 1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #61c26e;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}

.cancelOrder-box .modal_body p.subtitle {
    font-size: 22px;
    text-align: center;
}
.cancelOrder-box .modal_body {
    padding: 30px 30px 20px;
}
.cancelOrder-box.product-quickView-box .modal-content button.close{
  top: 37px;
  line-height: 0;
}
.cancelOrder-box.product-quickView-box .modal-content button.close span{
  margin-left: -4px;
}
/*** Address ****/
.orderAddress-item {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 2px 0;
    display: block;
}
.addNew-address a.addAddress-btn.btn {
    border-radius: 30px;
    word-spacing: 1px;
    background: #02a8f3;
    border-color: #02a8f3;
    color: #fff;
    padding: 9px 30px;
    font-size: 18px;
}
section.myAccount-content-area {
    background: #f5f5f5;
}
.dashboard_content.rightWrapper {
    background: #fff;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);*/
    padding: 30px 25px;
    height: 100%;
}
.orderAddress-detalis span.orderUser-name {
    font-size: 16px;
    color: #212121;
    font-weight: bold;
}
.orderAddress-detalis span.orderUser-phoneNum {
    margin: 5px 0;
}
.orderAddress-item .addressType {
    text-transform: capitalize;
    font-size: 11px;
    color: #878787;
    padding: 2px 7px;
    background-color: #f0f0f0;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.orderAddress-item .addressType.default {
    color: #fff;
    background: #60bf79;
}
.orderAddress-item span.address {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.orderAddress-item .addressType{
  display: inline-block;
}
.orderAddress-editOption {
    display: inline-block;
    float: right;
    font-size: 20px;
}
.orderAddress-editOption li.dropdown ul.dropdown-menu {
    right: 0;
    left: initial !important;
    padding: 10px;
    min-width: 80px;
}
.orderAddress-editOption li.dropdown ul.dropdown-menu li{
    padding: 3px 0;
    font-size: 14px;
}
.orderAddress-editOption li.dropdown a:after {
    content: none;
}


/**** Save Card Detalis ****/
.saveCard-detalis span.cardNumber {
    color: #212121;
    margin-left: 25px;
    letter-spacing: 5px;
    font-size: 16px;
    vertical-align: sub;
}
.saveCard-detalis span.saveCard-delete-action {
    font-size: 15px;
    color: #757575;
}

.main_content_area {
  padding: 60px 0 55px;
}

/*** WishList ***/
.cartPro-price-wrapper span.save-price-percentage {
    color: #4ba9f3;
    font-size: 13px;
}
.orderwishlist-wrapper a.addCart-wish.btn {
    padding: 6px 20px;
    border-radius: 30px;
    word-spacing: 1px;
    background: #02a8f3;
    border-color: #02a8f3;
    color: #fff;
}
/*.orderwishlist-wrapper .cartPro-name {
    display: inline-block;
}*/
/*.orderwishlist-wrapper .move-remove_wrapper {
    display: inline-block;
    text-align: right;
    float: right;
}*/
.orderwishlist-content-wrap .cartPro-name a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
}
.orderwishlist-content-wrap .move-remove_wrapper{
    display: flex;
    border-top: 1px solid #f4f4f4;
    display: flex;
    font-weight: 400;
    justify-content: space-around;
    margin-top: 15px;
}
.orderwishlist-content-wrap .cartPro-price-wrapper {
    padding: 10px 15px 0;
}
.orderwishlist-content-wrap .move-remove_wrapper a {
    font-size: 12px;
    width: 50%;
    display: block;
    margin: 0;
    background: #ffffff;
    text-align: center;
    width: 50%;
    border-right: 1px solid #f4f4f4;
    overflow: hidden;
    padding: 10px 0;
}
.orderwishlist-content-wrap .move-remove_wrapper a:hover{
   background: #4ba9f3;
    color: #fff;
}
.orderwishlist-item .cartPro-img img {
    max-width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}
.orderwishlist-item .cartPro-img{
  padding: 15px;
}
.orderwishlist-item {
    border: 1px solid #f4f4f4;
    margin-bottom: 20px;
}
.notification-detalis a {
    color: #4ba9f3;
    font-size: 14px;
    font-weight: 600;
}
h5.notification-title {
    font-size: 15px;
    font-weight: 600;
}

/*.dashboard_content h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.dashboard_content h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dashboard_content a {
  color: #02a8f3;
  font-weight: 600;
}
.dashboard_content p a {
  color: #02a8f3;
  font-weight: 600;
}*/

/*.save_button button {
  color: #02a8f3;
  font-weight: 600;
  border: 0;
  background: none;
}
.save_button button:hover {
  color: #262626;
}

.table-responsive table thead {
  background: #02a8f3;
}
.table-responsive table thead tr th {
  text-align: center;
}
.table-responsive table tbody tr td {
  border-right: 1px solid #e5e5e5;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.table-responsive table tbody tr td:last-child a {
  color: #02a8f3;
}
.table-responsive .table {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.dashboard_content address {
  font-weight: 600;
}

.input-radio span input[type="radio"], .account_login_form form span input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.input-radio span {
  font-weight: 600;
  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: #262626;
}*/

/*my account css end*/
/*  24. modal css here */
.modal-dialog.modal-dialog-centered {
  min-width: 1100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 1000px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 950px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 90%;
  }
}

.modal_tab_img {
  text-align: center;
  margin-bottom: 10px;
}
.modal_tab_img img {
  margin: 0 auto;
}

.modal_tab_button ul li a {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: 0 4px;
}
.modal_tab_button ul li a img {
  width: 100%;
}

.modal_title h2 {
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 30px;
}

.modal_social h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 20px;
}
.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}
.modal_social ul li a {
  text-transform: 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: #02a8f3;
}
.modal_social ul li.twitter a {
  background: #1DA1F2;
}
.modal_social ul li.twitter a:hover {
  background: #02a8f3;
}
.modal_social ul li.pinterest a {
  background: #BD081B;
}
.modal_social ul li.pinterest a:hover {
  background: #02a8f3;
}
.modal_social ul li.google-plus a {
  background: #DC5043;
}
.modal_social ul li.google-plus a:hover {
  background: #02a8f3;
}
.modal_social ul li.linkedin a {
  background: #010103;
}
.modal_social ul li.linkedin a:hover {
  background: #02a8f3;
}

.modal_price {
  margin-bottom: 12px;
}
.modal_price span {
  font-weight: 600;
  color: #02a8f3;
  font-size: 24px;
}
.modal_price span.old_price {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_description p {
  line-height: 24px;
  font-size: 15px;
  margin: 0;
}

.variants_size h2, .variants_color h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: 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 #e5e5e5;
  background: none;
  padding: 0 10px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .modal_add_to_cart form input {
    width: 75px;
  }
}
.modal_add_to_cart button {
    border-radius: 30px;
    word-spacing: 1px;
    background: #02a8f3;
    border: 1px solid #02a8f3;
}
.modal_add_to_cart form button {
  margin-left: 10px;
  font-size: 15px;
  height: 45px;
  width: 180px;
  line-height: 18px;
  padding: 0px 15px;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal_add_to_cart form button {
    width: 130px;
  }
}
.modal_add_to_cart form button:hover {
  background: #02a8f3;
  color: #ffffff;
  border-color: #02a8f3;
}

.modal_body {
  padding: 29px 6px 38px;
}
.product-quickView-box .modal_body {
    padding: 50px 6px 25px 6px;
}
@media only screen and (max-width: 767px) {
  .modal_body .modal_tab {
    margin-bottom: 60px;
  }
}

.modal-content {
  border-radius: 0;
}

.product-quickView-box .modal-content button.close {
  position: absolute;
  right: 3%;
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #e5e5e5;
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .product-quickView-box .modal-content button.close {
    right: 2%;
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
  }
}
.modal-content button.close:hover {
  color: #02a8f3;
}

.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}

.modal_description.mb-15 {
  margin-bottom: 20px;
}

.product_navactive.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.product_navactive.owl-carousel .owl-nav {
  display: block;
}
.product_navactive.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  height: 32px;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.product_navactive.owl-carousel .owl-nav div:hover {
  background: #02a8f3;
  color: #ffffff;
}
.product_navactive.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

/*modal css end*/
/* 09. error page css heer   */
.header_error {
  border-bottom: 1px solid #e5e5e5;
}

.error_form {
  text-align: center;
}
.error_form h1 {
  font-size: 200px;
  font-weight: 700;
  color: #02a8f3;
  letter-spacing: 10px;
  line-height: 160px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .error_form h1 {
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 4px;
    margin: 0 0 18px;
  }
}
.error_form h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .error_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 23px;
  }
}
.error_form p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .error_form p {
    font-size: 15px;
    margin-bottom: 28px;
    line-height: 23px;
  }
}
.error_form form {
  width: 450px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .error_form form {
    width: 100%;
  }
}
.error_form form input {
  padding: 0 60px 0 30px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #262626;
  height: 40px;
  width: 100%;
  border-radius: 3px;
}
.error_form form button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  color: #262626;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}
.error_form form button:hover {
  color: #02a8f3;
}
.error_form a {
  color: #fff;
  display: inline-block;
  background: #02a8f3;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 41px;
  padding: 0 30px;
  text-transform: uppercase;
  margin-top: 35px;
  border-radius: 3px;
}
.error_form a:hover {
  background: #262626;
}

.error_section {
  padding-bottom: 70px;
  padding-top: 59px;
}
@media only screen and (max-width: 767px) {
  .error_section {
    padding-bottom: 60px;
    padding-top: 25px;
  }
}

/*404 page css end*/

/***** Notification ***/
.notification-wrapper {
    background: #4ba8f3;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0px 6px 15px #000;
}
.notification-bar-block .newsletter_inner {
    padding: 10px 0;
}
.delete-notify{
    position: absolute;
    left: 20px;
    top: 10px;
}
.notification-bar-block form button {
    background: #2675b5;
    right: -1px;
}
.delete-notify i{
    color: #fff;
    font-size: 25px;
}

.notification-bar-block .newsletter_content h2 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.notification-wrapper .newsletter_inner.newsletter_eight {
    justify-content: space-between;
}
/*Together Products Detalis*/
.together-product-wrapper {
    display: flex;
    padding: 20px 12px 20px 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    align-items: center;
    background: #fff;
}
h2.together-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.together-product-wrapper .product_name {
    display: inline-block;
}
.together-addon-cart {
    display: inline-block;
    float: right;
    clear: both;
    margin-right: 20px;
}
.together-product-wrapper .product_thumb {
    width: 30%;
    display: inline-block;
}
.together-product-content {
    width: 70%;
    display: inline-block;
}
.together-product-content .product_name h3 {
    margin-bottom: 5px;
}
.together-product-wrapper .product_thumb a {
    display: block;
    max-width: 90px;
    margin: auto;
    display: block;
}
.together-price_box .current_price {
    font-size: 15px;
}
.together-product-bottomPrice{
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.together-product-bottomPrice span.proPrice-text {
    color: #212121;
    font-weight: bold;
    font-size: 17px;
}
.together-product-bottomPrice span.proPrice-label {
    color: #878787;
    font-size: 14px;
    display: block;
}
.together-proPrice-icon .fa-equals:before,
.together-proPrice-icon .fa-plus-icon:before  {
    font-size: 22px;
    font-weight: 900;
    display: block;
    color: #000;
}
.together-proPrice-icon .fa-plus-icon:before {
    content: "+";
}
.together-proPrice-icon .fa-equals:before {
    content: "=";
}
@media (max-width: 991px){
  .single_product .action_links ul li{
    margin: 0;
    transform: translate(0, 0);
  }
  .single_product .action_links ul li.wishlist, .single_product .action_links ul li.compare{
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .action_links ul li.wishlist a, .action_links ul li.compare a{
    height: 34px;
    line-height: 34px;
    width: 34px;
  }
  .action_links ul li.add_to_cart a{
    padding: 0 15px;
  }
  .top_right > ul > li.mini_cart_wrapper > a{
    border: 1px solid #e5e5e5;
  }
  #scrollUp{
    right: 10px;
    bottom: 70px;
  }
  aside.sidebar_widget {
    margin-top: 40px;
  }
}

@media (max-width: 767px){
  .single_product .product_content{
    position: initial;
  }
  body{
    background: #fbfbfb;
  }
  .header_middle_eight {
    background: #1688e4;
    padding: 8px 0;
  }
  section.service-we-provide .provide-item {
    margin-bottom: 15px;
  }
  .footer_top .widgets_container {
    text-align: left;
  }
  .notification-wrapper{
    display: none;
  }
  .footer_bottom_menu {
    text-align: center !important;
  }
  .footer_bottom_menu li {
    margin: 0 10px;
  }
  .single_product .product_name h3, .price_box{
    text-align: left;
    padding: 0 9px;
    line-height: 20px;
  }
  .single_product .action_links ul li.compare, .quick_button{
    display: none;
  }
  .single_product .action_links ul li.wishlist {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .single_product .action_links ul li.wishlist a{
    border: none;
    background: transparent !important;
  }
  .action_links ul li a:hover{
    color: #02a8f3;
  }
  .action_links ul li a:hover i.fa-heart{
    color: #e40046;
  }
  .no-gutters > .col, .no-gutters > [class*="col-"]{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .no-gutters > [class*="col-"]:nth-child(odd){
    padding-right: 5px;
  }
  .no-gutters > [class*="col-"]:nth-child(even){
    padding-left: 5px;
  }
  .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  .shop_wrapper{
    border: none;
  }
  .shop_wrapper .single_product{
    border: none;
    background: #fff;
  }
  .action_links ul li.add_to_cart a ,
  .action_links ul li.unavailable-product a{
    padding: 8px 16px;
    line-height: initial;
    font-size: 14px;
  }
  li.unavailable-product{
    width: initial;
  }
  .shop_area.shop_sidebar.mt-50.mb-50 {
    margin-top: 10px;
  }
  .top_right_mob-cart a, .search-mobile-btn a{
    color: #fff;
    font-size: 25px;
    margin-left: 20px;
    vertical-align: sub;
  }
  .logo{
    display: none;
    padding-top: 8px;
  }
  .canvas_open a{
    height: 28px;
    width: 28px;
    margin-right: 10px;
    font-size: 24px;
  }
  .canvas_open a i{
    line-height: 28px;
  }
  .mobile_search_box {
    display: flex;
    align-items: initial;
  }
  .mobile_search_box input.form-control {
    display: block;
    border-radius: 4px 0 0 4px;
    border: none;
    height: 35px;
    font-size: 12px;
  }
  .mobile_search_box button[type=submit] {
    background: #fff;
    border: none;
    font-size: 20px;
    color: #878787;
    border-radius: 0 4px 4px 0;
  }
  .mobile-search-bar {
      /*margin-top: 15px;*/
      position: relative;
  }
  .action_links ul li.unavailable-product a{
    box-shadow: none;
    border: none;
  }
  .single_product .product_name h3{
    font-size: 13px;
  }
  /*.product-details-tab{
    position: initial;
  }*/
  .label_product{
    right: 10px;
    /*top: -10px;*/
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .label_product span, .single_label_product span{
    padding: 0 6px;
    font-size: 9px;
  }
  .discountModal-wrapper {
    padding: 20px 10px 40px;
  }
}


/*** Used Product ***/
.shop_wrapper .product_thumb a,
.product_carousel .single_product .product_thumb a {
  display: block;
  position: relative;
}
.used-product {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(75, 169, 243, 0.89);
    transform: translate(0px, 100%);
    transition: all 0.5s ease-in-out;
}
.used-product h2 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #fff;
}

.single_product:hover .used-product{
  transform: translate(0px, 0%);
}

/*** Used Product ***/


/***** Mobile Filter ****/
.plp-bottom-guides-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 7px 0;
    border-bottom: 1px solid #efefef;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
}

.plp-bottom-guides-wrap.no-guide {
    pointer-events: none;
    text-align: center;
    /*background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
}

.plp-bottom-guides-wrap .filter_h i,
.plp-bottom-guides-wrap .sortFilterHolder .sort-comp i {
    color: #fff;
    font-size: 15px;
}
.plp-bottom-guides-wrap .sortFilterHolder .sort-comp i{
    font-size: 11px;
}
.plp-bottom-guides-wrap.no-guide .sortFilterHolder {
    pointer-events: all;
}

.plp-bottom-guides-wrap .sortFilterHolder {
    display: inline-block;
    text-align: center;
}

.plp-bottom-guides-wrap .sortFilterHolder .sort-filter-comp {
    background: #333;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
}

.plp-bottom-guides-wrap .sortFilterHolder .sort-filter-comp .sort-comp {
    display: inline-block;
    position: relative;
}

.plp-bottom-guides-wrap .sortFilterHolder .sort-filter-comp>div {
    padding: 10px;
}

.plp-bottom-guides-wrap.no-guide .sort-comp {
    width: 120px;
}
.plp-bottom-guides-wrap .filter_h {
    width: 120px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.plp-bottom-guides-wrap.no-guide .sort-comp .sort-text {
    color: #fff;
    margin-left: 5px;
    font-size: 13px;
}
.plp-bottom-guides-wrap .filter_h .filter-text {
    color: #fff;
    margin-left: 13px;
    font-size: 13px;
}

.plp-bottom-guides-wrap .sortFilterHolder .sort-filter-comp .pdSorting {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

/***** Mobile filter Header ****/
.mobile-filter-header {
    background: #1688e4;
    padding: 16px 0;
    position: relative;
}
.filter-header-title h1 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.header-backBtn {
    color: #fff;
    font-size: 23px;
    position: absolute;
    top: -2px;
    bottom: 0;
}
/****** Mobile Filter bar ************/
ul.nav.filtersName-list-item {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    background: #f0f0f0;
    height: 100%;
}
.filtersModal-wrap{
  height: calc(100vh - 53px);
}
ul.nav.filtersName-list-item li.filtersName a {
    display: block;
    color: #999;
    background: #f0f0f0;
    padding: 10px 8px 12px 15px;
    border-left: 1.5px solid #f0f0f0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px;
    line-height: 18px;
    position: relative;
}

ul.nav.filtersName-list-item li.filtersName a.active {
    color: #fff;
    background: #2c2c2c;
    border-left: 1.5px solid #035391;
    border-bottom-color: transparent;
}

.tab-content.filtersDetail {
    padding: 0 10px 30px;
    background: #fff;
    height: 100%;
}

.tab-content.filtersDetail .widget_list > ul > li {
    margin: 0;
    padding: 12px 0;
}

.filtersApplyFix{
  left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    z-index: 5;
    position: fixed;
    padding: 10px;
    display: flex;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.filtersApplyFix button.filterBtn.btn {
    width: 48%;
    margin: 0 1%;
    color: #fff;
}

button.filterBtn.filterClear-btn.btn {
    background: #2c2c2c;
}
button.filterBtn.filterApply-btn.btn {
    background: #4ba8f3;
}

.filter-header .filters-top-selected .filters {
    max-width: 100%;
    float: none;
    margin-top: 10px;
}
.filter-header .navFiltersPill{
  margin: 0;
}
/****** Mobile Filter bar ************/



/****** Product Detalis Page Media ************/
@media (max-width: 991px){
  .single-product-action-links a.add_to_cart {
    padding: 9px 15px;
    font-size: 12px;
  }
  .product-details-tab {
    top: 20px;
  }
  .breadcrumb_content{
    padding: 10px 0;
  }
  .search_box input {
    padding: 0 40px 0 15px;
    opacity: 1;
  }
  .comFeature-section h3.comFeature-title{
    font-size: 12px;
  }
  .detaliFilter-group .radiobox-label {
    padding: 8px 10px;
    width: 95px;
  }
  .together-product-wrapper .product_name{
    width: 90%;
  }
  .product_name h3, .together-price_box .current_price{
    font-size: 15px;
    font-weight: 600;
  }
  .together-product-content .product_desc {
    font-size: 12px;
  }
  .together-product-bottomPrice {
    display: block;
    padding: 20px 12px;
    background: #fff;
  }
  .together-proPrice, .together-proPrice-icon, .together-addon-proPrice, .together-total-proPrice {
    display: inline-block;
  }
  .together-proPrice {
    margin-right: 15px;
  }
  .together-addon-proPrice {
    margin: 0 15px;
  }
  .together-total-proPrice{
    margin-left: 20px;
  }
  .together-pro-addtoCart {
    text-align: center;
    margin-top: 20px;
  }
  .product_d-tab-content{
    padding: 22px 15px;
  }
  .product_info_button ul li a{
    margin: 0 15px;
  }
  .product_d-tab-content:last-child{
    margin: 0;
  }
  .single-product-image{
    background: #fff;
  }
}

@media (max-width: 767px){
  .single-product-action-links a.add_to_cart{
    font-size: 16px;
  }
  .product-details-tab .wishlist, .product-details-tab .whatsapp-icon{
    right: 20px;
  }
  .together-total-proPrice{
    margin-left: 10px;
  }
  .comFeature-section {
    margin-top: 0;
    padding-bottom: 14px;
  }
  .product_d_table table tbody tr td:first-child {
    width: 40%;
    font-size: 12px;
  }
  .together-product-bottomPrice span.proPrice-text{
    font-size: 15px;
  }
  .together-product-bottomPrice span.proPrice-label{
    font-size: 12px;
  }
  .single-product-action-links, .proceed-checkout.place-order{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .product_d-tab-content, .product_carousel .single_product{
    background: #fff;
  }
  .product-details-tab{
    position: initial;
  }
  .single-product-action-links a.add_to_cart, .proceed-checkout.place-order .checkout-btn.btn {
    border-radius: 0;
    padding: 14px 15px;
  }
  .s-tab-zoom.owl-carousel .owl-nav div{
    opacity: 1;
    visibility: visible;
  }
  /**/
  .used-product h2{
    font-size: 12px;
  }
}
/****** Product Detalis Page Media ************/


@media (max-width: 991px){
  .cart_page.cart-wrapper.cart-detalis-section {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px){
  .userLocation-head{
    display: block;
  }
  .userLocation-head .delivery-wrapper {
    margin-top: 20px;
  }
  .checkout_info {
    padding: 20px 15px;
  }
  a.btn.googleBtn, a.btn.facebookBtn, a.btn.linkedinBtn, a.btn.twitterBtn {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .address-typeBlock {
    display: block !important;
  }
  .remember-group.conditions-block {
    display: flex;
  }
  .conditions-block.remember-group .checkbox-label::before{
    top: 25%;
  }
}


/**** About ***/
.about_content p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 22px;
}
.about_content ul {
    list-style: disc;
    padding-left: 15px;
    font-size: 15px;
    line-height: 30px;
}


/**** ThankYou Page *******/
.thanks-wrapper{
  padding: 100px 0
}
.thanks-wrapper .placedOrder-title h2 {
    color: #4ba8f3;
    font-size: 36px;
    font-weight: 600;
}
.thanks-wrapper a.btn.orderDetalis-btn {
    padding: 7px 26px;
    border-radius: 30px;
    word-spacing: 1px;
    background: #02a8f3;
    border-color: #02a8f3;
    color: #fff;
}
.plaedOrder-des p{
  font-size: 15px;
  margin-right: 30px;
}
.thanks-wrapper span.orderNumber-detalis {
    font-size: 18px;
    display: block;
    margin-top: 25px;
}

.thanks-wrapper span.orderNumber-detalis span {
    color: #02a8f3;
    font-weight: 600
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)  and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){
  .action_links ul li.wishlist a, .action_links ul li.compare a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
  }
}

@media(max-width: 991px){
  .mainBanner-itemTwo .slider_content_eight h1 {
    font-size: 32px;
  }
  .account_dashboard .leftWrapper li.label-title{
    font-size: 13px;
  }
  .leftWrapper li.user-account-info span.userMail {
    font-size: 11px;
  }
  .dashboard_content.rightWrapper h3.account-tabTitle{
    font-size: 19px;
  }
  .dashboard_content.rightWrapper h3.account-tabTitle:after {
    content: "";
    display: block;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 20px;
  }
  .account_dashboard-rightWrap {
    padding-left: 0;
  }
  .form-control {
    font-size: 14px;
  }
  .orderAddress-item{
    margin-bottom: 15px;
  }
  .orderwishlist-wrapper .orderwishlist-item:first-child .cart_product_detalis,
  .ordernotification-wrapper .ordernotification-item:first-child{
    border: none;
  }
  .orderwishlist-wrapper .orderwishlist-item .cart_product_detalis,
  .ordernotification-wrapper .ordernotification-item{
    padding: 15px 0;
  }
  .orderwishlist-item .cartPro-img img{
    height: 120px;
  }
  .orderData-wrapper a.order-detlis-btn{
    margin: 10px 0;
    padding: 5px 6px;
  }
  .orderNum-block a {
    font-size: 13px;
  }
  .orderData-wrapper span.order-price {
    font-size: 30px;
  }
  .fullOrderDetalis-cancelbtn a {
    padding: 5px 20px;
  }
  .fullOrderDetalis-right h5.fullOrderDetalis-title{
    font-size: 16px;
  }
  .deliveryAddress-des .table th {
    width: 27%;
  }
  .deliveryAddress-title h2 {
    font-size: 19px;
  }
  .fullOrderDetalis-deliveryAddress.mt-5 {
    margin-top: 25px !important;
  }
  .multi-steps > li{
    font-size: 12px;
  }
}

@media (max-width: 767px){
  .product_carousel .single_product {
    padding: 10px 0 20px 0;
  }
  .single_product .action_links ul li.add_to_cart,
  .single_product .action_links ul li.unavailable-product{
    display: block;
  }
  .price_box span.old_price{
    font-size: 11px;
  }
  .refurbished_label_product, .unboxed_label_product {
    text-align: left;
    padding: 0 9px 10px;
  }
  .singleProduct-action-page{
    justify-content: initial;
  }
  .singleProduct-action-page .wishlist {
    margin-right: 10px;
  }
  .product-details-tab.single-product-img-slider {
    margin: 0 0 9px 0;
  }
  .afterOrderLogin-box, .checkout-loginHead > a{
    padding: 15px 10px;
  }
  .afterOrderAddress-box .orderAddress-item {
    margin-bottom: 20px;
  }
  ul.nav.nav-tabs.paymentMethod-left-tab {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .banks-radio{
    width: 100%;
  }
  ul.nav.nav-tabs.paymentMethod-left-tab li a {
    padding: 20px 10px;
    font-size: 13px;
    min-width: 150px;
    text-align: center;
  }
  .paymentMethod-right-tab {
    padding: 20px 15px;
  }
  div#cod-option h3 {
    font-size: 20px;
  }
  .account_dashboard-rightWrap {
    padding-left: 15px;
    margin-top: 15px;
  }
  .saveCard-detalis span.cardNumber{
    margin-left: 0;
  }
  .ordernotification-item .notification-img,
  .orderData-wrapper .order-content-wrapper .order-proImg,
  .orderDetalis-dataWrapper .fullOrderDetalis-wrapper .fullOrderDetalis-img {
    max-width: 160px;
    margin: auto;
  }
  .check-orderDetalis.text-right,
  .fullOrderDetalis-estDelivery.text-right {
    text-align: left !important;
    margin-top: 10px;
  }
  .dashboard_content.rightWrapper {
    padding: 30px 15px;
  }
  .fullOrderDetalis-head{
    align-items: center;
  }
  .fullOrderDetalis-number span {
    font-size: 14px;
  }
  .cartPro-img img{
    max-width: 100%;
  }
}


@media screen and (device-aspect-ratio: 40/71) {
  .multi-steps > li {
    font-size: 10px;
  }
}

/*Quick View*/
.product-quickView-box .s-tab-zoom.owl-carousel .owl-nav div {
    opacity: 1;
    visibility: visible;
}

/**** Track My Order   *****/
button.trackNowBtn {
    background: #02a8f3;
    border: 0;
    color: #ffffff;
    display: block;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
}

.orderStatus-table-wrapper .table-responsive tr:nth-child(even) {
    background: #f8fcff;
}


/**** May You Also Like ***/
.warranty-title , .warrantyPrice-box{
    font-weight: 600;
    font-size: 18px;
    margin-left: 5px;
}
.warrantyPrice-box{
  color: #4ba8f3;
}
.remember-group.warranty-product-title {
    width: 80%;
    display: inline-block;
}
.youMayAlso-like-wrapper h1.tab_title {
    font-size: 20px;
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}

.warranty-custom-price {
    width: 19%;
    display: inline-block;
    text-align: right;
}
.product-warranty-wrapper{
  padding: 20px 12px;
}
.warranty-des {
    width: 80%;
    padding: 10px 0 0 30px;
}
.warranty-product-shop .warranty-des a {
    color: #4ba8f3;
}

.youMayAlso-like-wrapper .std {
    border: 1px solid #f0f0f0;
    background: #fff;
    margin-bottom: 20px;
}

/****** Refurbished Product page *******/
section.refurbished_banner_section {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.refurbished-banner-content{
  position: relative;
  z-index: 99;
}
section.refurbished_banner_section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.72);
}

section.refurbished_banner_section h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

section.refurbished_banner_section span {
    font-size: 30px;
    color: #fff;
}
.buyingSmart-pro-section{
  padding: 60px 0;
}
.smart-pro-item {
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 30px 20px 20px;
}
.process-sequence {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #43a6ff;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 0 4px 0 0;
}

.ins-suite-services-list {
    color: #000;
    display: block;
}
.ins-suite-services-list .head {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.ins-suite-services-list span.upimg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(75, 168, 243, 0.80);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(75, 168, 243, 0.31);
    margin: 0 auto 30px auto;
}
.ins-suite-services-list span.upimg img{
  max-width: 60px;
}
.prcss-details {
    text-align: center;
    display: block;
    color: #696969;
    margin: 10px 0;
    padding: 0 15px;
    line-height: 1.5;
}

h2.refur-title {
    font-size: 40px;
    font-weight: 600;
}

.why-refurbished-section, .grades-section{
  padding: 60px 0;
}

@media (max-width: 991px){
  .buyingSmart-pro-section, .why-refurbished-section, .grades-section{
    padding: 30px 0;
  }
  .ins-suite-services-list span.upimg img {
    max-width: 46px;
  }
  .ins-suite-services-list span.upimg {
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 0px 6px rgba(75, 168, 243, 0.31);
  }
  .mini_cart_wrapper > a i {
    color: #4ba8f3;
  }
  .mini_cart_wrapper > a span{
    color: #000;
  }
  a.category-businesses{
    padding: 20px 10px;
    flex-direction: column;
    min-height: 300px;
  }
  span.price-staring-text{
    margin-top: 20px;
  }
  span.category-startPrice{
    top: 30%;
  }
  a.category-businesses h2{
    font-size: 20px;
  }
  .category-bus-img img{
    margin: auto;
  }
}

@media (max-width: 767px){
  h2.refur-title, .buyingSmart-pro-section h2 {
    font-size: 25px;
  }
  .process_area .single-process{
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .process_area .process_content h3{
    font-size: 13px;
    margin-bottom: 0;
  }
  section.process_area.mb-50{
    margin-bottom: 0;
  }
  .process_area .process_content p {
    font-size: 12px;
  }
  span.price-staring-text{
    margin-top: 30px;
  }
  span.category-startPrice{
    top: 60%;
  }

  .smart-pro-item, a.category-businesses{
    margin-bottom: 20px;
  }
  a.category-businesses{
    min-height: 180px;
    flex-direction: row;
  }
  .category-bus-img img{
    margin: initial;
  }
  .warranty-product-shop .warranty-des p{
    font-size: 12px;
  }
  .product-warranty-wrapper .row.mb-5 {
    margin-bottom: 25px !important;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .process_area .process_content p {
    font-size: 10px;
  }
  .checkdelivery-btn{
    padding: 8px 12px; 
  }
}

/**** Header Search*****/
.autoSuggestor-container-shadow {
    position: absolute;
    display: block;
    bottom: 0;
    top: 49px;
    z-index: 50;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    left: 0;
    right: 0;
}

.topsearch-suggestionBox {
    font-size: 14px;
    border-radius: 0 0 2px 2px;
    background: white;
    box-shadow: 0 3px 3px 2px rgba(0,0,0,0.1);
}

.searchContainer .topsearches {
    font-size: 11px;
    font-weight: 600;
    color: #999 ;
    text-transform: uppercase;
    padding:8px 10px 8px 20px;
}

.autoSuggestor-container-shadow.topSearch-container ul li {
    clear: both;
    text-align: left;
    cursor: default;
}
.autoSuggestor-container-shadow.topSearch-container li:hover {
    background: #f6f6f6;
    cursor: pointer;
}
.autoSuggestor-container-shadow.topSearch-container ul li div a {
    line-height: 17px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
    border: none;
    padding: 8px 10px 8px 20px;
}
span.input-group-text{
  background: rgba(2, 168, 243, 0.14);
}
div#show_hide_password span.input-group-text {
    border-left-color: transparent;
    border-right-color: #ced4da;
}
form.createAccount-step span.input-group-text{
  border-right-color: none;
}
@media (max-width:991px){
  .thanks-wrapper{
    padding: 50px 0;
  }
  .placedOrder-box-wrapper{
    padding-top: 25px;
  }
}

@media (max-width: 767px){
  .autoSuggestor-container-shadow{
    top: 33px;
  }
  .proceed-checkout.text-center.place-order a.checkout-btn.btn i{
    vertical-align: middle;
  }
  .product-detalis-rating {
    display: block;
  }
  .pro-fullRating-section,
  .rating-histogram-wrapper,
  .remember-group.warranty-product-title,
  .warranty-custom-price,
  .warranty-des{
    width: 100%;
  }
  .warranty-custom-price,
  .warranty-des{
    text-align: left;
    padding: 0 0 0 24px;
  }
  button.askQuestionButton {
    margin: 15px 0 0 0;
  }
  .youMayAlso-like-wrapper h1.tab_title{
    font-size: 20px;
  }
  .warranty-title, .warrantyPrice-box{
    font-size: 15px;
  }
  .proceed-checkout.place-order {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .proceed-checkout.place-order .checkout-btn.btn {
    margin: 0 !important;
    font-size: 12px;
    width: 100%;
  }
  .proceed-checkout.place-order .checkout-btn.btn.shoppingBtn {
    background: #27282C;
    color: #fff;
  }
  .modalTitle-wrap, textarea.postTextarea {
    padding: 22px 15px;
  }
  textarea.form-control.postTextarea {
    max-height: 170px;
  }  

  .remember-group.warranty-product-title .warranty-title{
    display: flex;
    margin: 0;
  }
  .remember-group.warranty-product-title .checkbox-label::before,
  .remember-group.warranty-product-title .checkbox-label::after{
    top: 5px;
    transform: initial;
    left: 0;
    content: "";
  }

  .warrantyPrice-box{
    margin: 0;
  }

  .remember-group.warranty-product-title input[type=checkbox]:checked + label::before,
  .remember-group.warranty-product-title input[type=checkbox]:checked + label::after{
    top: 5px;
    transform: initial;
    left: 0;
    content: "";
  }

  .thanks-wrapper .success-img img {
    max-width: 70%;
  }

  .thanks-wrapper .placedOrder-title h2{
    font-size: 26px;
  }

  .thanks-wrapper .plaedOrder-des p{
    margin: 0;
  }

  .thanks-wrapper{
    padding: 25px 0 40px;
  }

  .customer_login.mt-60{
    margin-top: 30px;
  }
  .couponsCode-input .form-group input.form-control{
    width: 60%;
  }
  .cartPro-name a {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .quantity-box .value-button,
  .quantity-box input#qtyNumber{
    width: 26px;
    height: 26px;
    font-size: 8px;
    padding: 1px;
  }
  .quantity-box input#qtyNumber{
    font-size: 11px;
  }
  .delivery-note span {
    font-size: 12px;
  }
  .prebookingSection{
    display: block;
  }
  .prebookingSection span {
    /*display: block;
    margin-left: 24px;
    font-size: 10px;
    margin-top: -6px;*/
    font-size: 8px;
  }
  .prebookingSection .inputArea.remember-group .checkbox-label::before ,
  .prebookingSection .inputArea.remember-group .checkbox-label::after{
    top: 12px;
  }
  .move-remove_wrapper {
    display: flex;
    border-top: 1px solid #f4f4f4;
    display: flex;
    font-weight: 400;
    justify-content: space-around;
    margin-top: 15px;
  }
  .move-remove_wrapper a {
    font-size: 11px;
    width: 50%;
    display: block;
    margin: 0;
    background: #ffffff;
    text-align: center;
    width: 50%;
    border-right: 1px solid #f4f4f4;
    overflow: hidden;
    padding: 16px 0;
  }
  .move-remove_wrapper a.remove_pro_cart{
    border: none;
  }
  .cart_product_detalis{
    padding: 20px 0 0 0;
  }
  .cart-pro-detalis-right-wrap, .delivery-note{
    padding-left: 10px;
  }
  .cartPro-img{
    padding-right:8px;
  }
  div#reviewOrder .cart_product_detalis {
    padding: 20px 0;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .prebookingSection span {
    display: block;
    margin-left: 24px;
    font-size: 10px;
    margin-top: -6px;
  }
}