<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

* {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  margin: 0;
  color: #242424;
  padding: 0;
  background-color: #ffffff;
  
}
.body-bg-light{
  background-color: #f9f9f9;
}
b,strong{font-weight:600}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}


ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}

figure {
  padding: 0;
  margin: 0;
}


@media only screen and (max-width: 767px) {
  .container {
    max-width: 576px;
  }
}

/*------------------- Common Classes Hero Style Start ---------------------*/
.hero {
  background: linear-gradient(to bottom, #f70958, #f70958);
  color: #fff;
  text-align: center;
  padding: 3rem 0;
  margin-top: -2px;
}

.hero h1 {
  font-size: 2rem;
  margin: 0;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .hero {
    padding: 1rem 15px;
  }

  .hero h1 {
    font-size: 20px;    
  }
}

/*------------------- Common Classes Hero Style End ---------------------*/

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

@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 &gt; .col,
.no-gutters &gt; [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%;
}


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: #f70958 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
}

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

/* Default Styles */
.section-ptb {
  padding: 100px 0;
}

.section-pt {
  padding-top: 100px;
}

.section-pt-70 {
  padding-top: 70px;
}

.section-pb-70 {
  padding-bottom: 80px;
}

.section-pb {
  padding-bottom: 100px;
}

/* Extra Large Devices (992px - 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-ptb {
    padding: 90px 0;
  }
  .section-pt {
    padding-top: 90px;
  }
  .section-pt-70 {
    padding-top: 60px;
  }
  .section-pb-70 {
    padding-bottom: 60px;
  }
  .section-pb {
    padding-bottom: 90px;
  }
}

/* Medium Devices (768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 80px 0;
  }
  .section-pt {
    padding-top: 80px;
  }
  .section-pt-70 {
    padding-top: 50px;
  }
  .section-pb-70 {
    padding-bottom: 50px;
  }
  .section-pb {
    padding-bottom: 80px;
  }
}

/* Small Devices (Up to 767px) */
@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 70px 0;
  }
  .section-pt {
    padding-top: 70px;
  }
  .section-pt-70 {
    padding-top: 40px;
  }
  .section-pb-70 {
    padding-bottom: 40px;
  }
  .section-pb {
    padding-bottom: 70px;
  }
}

/* Extra Small Devices (Up to 479px) */
@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
  .section-pt {
    padding-top: 60px;
  }
  .section-pt-70 {
    padding-top: 30px;
  }
  .section-pb-70 {
    padding-bottom: 30px;
  }
  .section-pb {
    padding-bottom: 60px;
  }
}


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

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

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

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

.mt-60 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

.mt-35 {
  margin-bottom: 35px;
}

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

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

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

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

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

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

.mb-70 {
  margin-bottom: 70px;
  /* min-height: 250px; */
}

/* 02. Element */
.button {
  background: #f70958;
  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 */
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #242424;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
  }
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}

.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 31px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.canvas_close a:hover {
  background: #f70958;
  border-color: #f70958;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_header {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main_header {
    padding-bottom: 10px;
  }
}

.main_header.header_padding {
  padding-bottom: 0;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -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;
  display: block;
}

.sticky_header_area {
  display: none;
}

.header_top {
  border-bottom: 1px solid #ebebeb;
  background: #f8f9f9;
}

@media only screen and (max-width: 767px) {
  .header_top {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    display: none;
  }
}

.support_info p {
  line-height: 43px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support_info p {
    line-height: 22px;
    text-align: center;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .support_info p {
    line-height: 22px;
    text-align: center;
    font-size: 12px;
  }
}

.support_info p a:hover {
  color: #f70958;
}

.top_right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .top_right {
    text-align: center !important;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_right {
    text-align: center !important;
    margin-bottom: 16px;
  }
}

.top_right &gt; ul &gt; li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

.top_right &gt; ul &gt; li:hover &gt; a {
  color: #f70958;
}

@media only screen and (max-width: 767px) {
  .top_right &gt; ul &gt; li {
    padding-right: 15px;
    margin-right: 15px;
  }
}

.top_right &gt; ul &gt; li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.top_right &gt; ul &gt; li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #1b1b1b;
  top: 50%;
  right: 0px;
  transform: translatey(-50%);
}

.top_right &gt; ul &gt; li:last-child::before {
  display: none;
}

.top_right &gt; ul &gt; li &gt; a {
  color: #242424;
  text-transform: capitalize;
  line-height: 43px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .top_right &gt; ul &gt; li &gt; a {
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_right &gt; ul &gt; li &gt; a {
    line-height: 30px;
  }
}

.top_right &gt; ul &gt; li:hover a:not([href]):not([tabindex]) {
  color: #f70958;
}

/* ========================================= */
/* =========== HEADER STRUCTURE ============ */
/* ========================================= */

.header_middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 25px 0;
  z-index: 99 !important;
}

.logo-now img {
  width: 250px;
  max-height: 60px;
  padding-left: 20px;
}

.header_middle,
.logo,
.search_container_now,
.burger_menu,
.main_menu_area {
  position: relative;
  z-index: 5;
}

/* ========================================= */
/* ============ BURGER MENU ================ */
/* ========================================= */

.burger_menu {
  display: none;
  cursor: pointer;
}

.burger_menu div {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 5px;
}

.navbar-toggler.burger_menu[aria-expanded="true"] div:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 0;
}

.navbar-toggler.burger_menu[aria-expanded="true"] div:nth-child(2) {
  transform: rotate(-45deg);
  transform-origin: 14px 8px;
}

.navbar-toggler.burger_menu[aria-expanded="true"] div:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}

/* ========================================= */
/* =========== SEARCH CONTAINER ============ */
/* ========================================= */

.search_container_now {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

.search_container_now #autocomplete-results-pow {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
}

.search_container_now #autocomplete-results-pow div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}

.the_big_search {
  display: flex;
  justify-content: center;
  position: relative;
}

.the_big_search input {
  width: 100%;
  padding: 10px 100px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  color: black;
}

.the_big_search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #f70958;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.the_big_search button:hover {
  background-color: rgb(247, 9, 88);
}

/* ========================================= */
/* ============ MAIN MENU AREA ============= */
/* ========================================= */

.main_menu_area {
  position: relative;
  z-index: 10;
  padding: 0;
  background: #f70958;
}

.main_menu {
  position: relative;
  z-index: 10;
}

.main_menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.main_menu ul li {
  margin: 0 15px;
  position: relative;
  white-space: nowrap;
}

.main_menu ul li a {
  color: white;
  font-size: 18px;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  background: #f70958;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: block;
}

/* ========== Submenu ========== */

.main_menu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.main_menu ul li:hover &gt; ul {
  display: block;
}

.main_menu ul li ul li a {
  background: #fff;
  color: #242424;
  padding: 10px 20px;
  border-radius: 0;
}

.main_menu ul li ul li a:hover {
  background: #f1f1f1;
  color: #f70958;
}

/* Submenu layout */
.has-submenu ul li {
  margin: 0;
}

.has-submenu ul li a {
  font-size: 16px;
}

/* ========================================= */
/* ============ MEDIA QUERIES ============== */
/* ========================================= */

/* Large tablets */


/* Medium devices */
@media (max-width: 1143px) {
  .header_middle {        
      padding: 10px 0;
  }

  .logo-now img {
      width: 180px;
      height: auto;
      padding-left: 10px;
  }
}

/* Slightly smaller screens */
@media (max-width: 1199.98px) {
  .main_menu ul li {
      margin: 0;
  }

  .main_menu ul li a {
      font-size: 16px;
      padding: 10px 20px;
  }
}

/* Mobile view */
@media (max-width: 991.98px) {
  .logo a img {
      max-width: 120px;
  }
  .header_middle {
      padding: 10px 0 10px;
  }

  .search_container_now {
      display: none;
  }

  .burger_menu {
      display: block;
  }

  .burger_menu div {
      background-color: #f70958;
      width: 20px;
      height: 3px;
      margin: 6px;
      padding-right: 30px;
  }

  .main_menu_area .navbar-collapse {
      position: fixed;
      top: 0;
      left: -100%;
      width: 0;
      height: 100%;
      bottom: 0;
      margin: 0;
      padding: 80px 20px 20px;
      background: #fff;
      transition: 0.3s ease-in-out;
      overflow-y: auto;
  }

  .main_menu_area.collapse:not(.show) {
      display: block;
  }

  .main_menu_area .navbar-collapse.show {
      left: 0;
      width: 100%;
  }

  .main_menu_area .main_menu {
      margin: 0;
      width: 100%;
  }

  .main_menu ul {
      flex-direction: column;
      align-items: flex-start;
  }

  .main_menu ul li {
      width: 100%;
  }

  .main_menu ul li a {
      background: transparent;
      color: #242424;
      padding: 10px 0;
      display: block;
      width: 100%;
  }

  .main_menu ul li a:hover {
      color: #f70958;
      background: #f1f1f1;
      transform: none;
  }

  .main_menu ul li ul {
      position: static;
      display: none;
      box-shadow: none;
      width: 100%;
      background: #f9f9f9;
      margin-left: 15px;
  }

  .has-submenu.submenu-open &gt; ul {
      display: block;
  }
}


/*header top css end*/
/* 2.2 header middel css here */
.logo a img {
  max-width: 250px;
}





.middel_right {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .middel_right {
    justify-content: center;
    flex-direction: column;
  }
}

.mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 0 28px;
  background: #fff;
  border: 0;
  z-index: 999;
  right: 0;
  top: 142%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  border: 1px solid #ebebeb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart {
    display: none;
    transition: unset;
    max-height: 500px;
    padding: 10px 11px 20px;
    min-width: 260px;
    border: 1px solid #ebebeb;
    right: -50px;
    visibility: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .mini_cart {
    display: none;
    transition: unset;
    max-height: 500px;
    padding: 10px 11px 20px;
    min-width: 260px;
    border: 1px solid #ebebeb;
    right: -50px;
    visibility: inherit;
  }
}

.cart_img {
  width: 90px;
  margin-right: 10px;
  border: 1px solid transparent;
}

.cart_img:hover {
  border-color: #f70958;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .cart_img {
    width: 70px;
  }
}

/*header middel css end*/
/* 2.4 main menu css here */


.menu_position {
  position: relative;
}

.main_menu nav &gt; ul &gt; li {
  display: inline-block;
  position: relative;
  margin-right: 45px;
  padding: 14px 0;
}

.main_menu nav &gt; ul &gt; li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav &gt; ul &gt; li {
    margin-right: 36px;
  }
}

.main_menu nav &gt; ul &gt; li:hover ul.sub_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.main_menu nav &gt; ul &gt; li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.main_menu nav &gt; ul &gt; li:hover &gt; a::before {
  left: 0;
  right: 0;
  width: 100%;
}

.main_menu nav &gt; ul &gt; li &gt; a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}

.main_menu nav &gt; ul &gt; li &gt; a::before {
  background: #ffffff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  right: 50%;
  top: auto;
  width: 0;
  z-index: 9;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav &gt; ul &gt; li &gt; a {
    font-size: 13px;
  }
}

.main_menu nav &gt; ul &gt; li &gt; a i {
  margin-left: 3px;
}

.main_menu nav &gt; ul &gt; li &gt; a.active::before {
  left: 0;
  right: 0;
  width: 100%;
}

.main_menu nav &gt; ul &gt; li ul.sub_menu {
  position: absolute;
  min-width: 240px;
  padding: 24px 30px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}

.main_menu nav &gt; ul &gt; li ul.sub_menu li a {
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 32px;
  text-transform: capitalize;
  font-size: 13px;
}

.main_menu nav &gt; ul &gt; li ul.sub_menu li a:hover {
  color: #f70958;
}

.main_menu nav &gt; ul &gt; li.mega_items {
  position: static;
}

.main_menu nav &gt; ul &gt; li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 25px 30px 30px 30px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}

.mega_menu_inner {
  display: flex;
  justify-content: space-between;
}

.mega_menu_inner &gt; li &gt; a {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.mega_menu_inner &gt; li &gt; a:hover {
  color: #f70958;
}

.mega_menu_inner &gt; li ul li {
  display: block;
}

.mega_menu_inner &gt; li ul li a {
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 28px;
  text-transform: capitalize;
}

.mega_menu_inner &gt; li ul li a:hover {
  color: #f70958;
}

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

.categories_title {
  background: #f70958;
  padding: 0 30px;
  position: relative;
  cursor: pointer;
  height: 56px;
  line-height: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_title {
    height: 45px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_title {
    height: 43px;
    line-height: 43px;
  }
}

.categories_title::before {
  content: "\f394";
  color: #fff;
  display: inline-block;
  font-family: Ionicons;
  position: absolute;
  font-size: 22px;
  line-height: 0px;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
}

.categories_title h2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .categories_title h2 {
    font-size: 13px;
    line-height: 22px;
  }
}


@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 {
  color: #242424;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.categorie_sub_menu li a:hover {
  color: #f70958;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}


.categorie_sub {
  opacity: 0;
  z-index: 999;
  position: absolute;
  width: 101%;
  left: -1px;
  border: lef;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 65%;
  visibility: hidden;
}

@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_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*/
.header_bottom {
  margin-bottom: 30px;
}

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

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

.menu_two.text-right {
  text-align: right;
}

.menu_two nav &gt; ul &gt; li &gt; a {
  color: #242424;
}

.menu_two nav &gt; ul &gt; li &gt; a::before {
  background: #242424;
}

.categories_two .categories_title {
  height: 51px;
  line-height: 51px;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_two .categories_title {
    height: 45px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_two .categories_title {
    height: 43px;
    line-height: 43px;
  }
}

.middle_two {
  padding: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .middle_two {
    padding: 28px 0;
  }
}

@media only screen and (max-width: 767px) {
  .middle_two {
    padding: 23px 0 24px;
  }
}

/* 02. slider area css here */
@media only screen and (max-width: 767px) {
  .slider_section {
    /* margin-bottom: 10px; */
    margin-bottom: 30px;
  }
}

.slider_area .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translatex(-50%);
  display: block;
}

@media only screen and (max-width: 767px) {
  .slider_area .owl-dots {
    bottom: 10px;
  }
}

.slider_area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #ebebeb;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.slider_area .owl-dots .owl-dot.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_area .owl-dots .owl-dot.active::before {
  position: absolute;
  content: "";
  background: #f70958;
  width: 12px;
  height: 12px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
}

.slider_content h1 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 0;
}

.slider_content .button_group {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.slider_content .button {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.button.shopping {
  background-color: #f70958;
}

.button.selling {
  background-color: #62ab00;
}

.button:hover {
  transform: scale(1.05);
}

.slider_content a:hover {
  background: #333;
}

/* Slider Content Styles */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slider_content h1 {
    font-size: 35px;
    line-height: 48px;
  }
  .slider_content .button_group {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_content h1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}

/* Slider Sections */
@media only screen and (max-width: 767px) {
  .slider_section_two {
    margin-bottom: 55px;
  }
  .slider_section_three {
    margin-bottom: 60px;
  }
  .slider_section_four {
    margin-top: 0;
    margin-bottom: 57px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section_four {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section_five {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slider_section_five {
    margin-top: 0;
  }
}

/* Slider Section Four - Owl Dots */
.slider_section_four .slider_area .owl-dots {
  left: 6%;
}

@media only screen and (max-width: 767px) {
  .slider_section_four .slider_area .owl-dots {
    left: 50%;
  }
}

/* Slider C Four */
.slider_c_four {
  padding-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_c_four {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_c_four {
    padding-left: 0;
    width: 100%;
  }
}

/* Slider C Four Headings */
.slider_c_four h1,
.slider_c_four h2 {
  font-size: 36px;
  line-height: 38px;
  text-transform: capitalize;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_c_four h1 {
    font-size: 33px;
    line-height: 33px;
  }
  .slider_c_four h2 {
    font-size: 33px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four h1,
  .slider_c_four h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_c_four h1,
  .slider_c_four h2 {
    font-size: 25px;
    line-height: 25px;
  }
}

/* Banner Section */
@media only screen and (max-width: 767px) {
  .banner_area {
    display: none;
  }
  .banner_area.mb-70 {
    display: none;
  }
  
  .banner_two {
    margin-bottom: 30px;
  }
  .sidebar_banner5 {
    margin-top: 30px;
  }
  .banner_fullwidth5 {
    margin-bottom: 55px;
  }
}

/* 03. product section css here */
.tab-content &gt; .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tab-content &gt; .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.section_title {
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.section_title h2 {
  font-size: 20px;
  line-height: 17px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 18px;
  }
}

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

.product_thumb {
  position: relative;
}

.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.product_carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.product_carousel .owl-nav div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -35px;
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b0b0b0;
}

/* Responsive Adjustments */
@media only screen and (min-width: 768px) and (max-width: 1300px), only screen and (max-width: 767px) {
  .product_carousel .owl-nav div {
    left: 0;
  }

  .product_carousel .owl-nav div.owl-next {
    right: 0;
  }
}


.product_carousel .owl-nav div:hover {
  color: #f70958;
}

.product_carousel .owl-nav div.owl-next {
  right: -35px;
  left: auto;
}


.label_product {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.label_product span.label_sale {
  text-transform: capitalize;
  color: #ffffff;
  background: #62ab00;
  font-size: 10px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .single_product .label_product {
    top: 0px !important;
    right: 0px !important;
  }
}

.single_product {
  padding: 20px 15px;
  /* padding: 0; */
  border: 2px solid transparent;
  border-radius: 3px;
  background: #ffffff;
}

/* .single_product:hover {
  border-color: #ebebeb;
} */

.single_product:hover .action_links {
  opacity: 1;
  visibility: visible;
}

.single_product:hover .add_to_cart {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .single_product {
    padding: 5px;
  }

  .single_product .product_thumb a {
    display: block;
    text-align: center;
  }

  .single_product .product_thumb img {
    max-width: 200px;
  }

  .product_thumb a.secondary_img {
    right: 0;
  }

  .single_product .add_to_cart {
    position: relative;
    margin-top: 10px;
  }

  .single_product .add_to_cart a {
    display: inline-block;
  }
}

.product_content {
  margin-top: 16px;
  text-align: center;
}

.product_content h3 {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
}

.product_content h3 a:hover {
  color: #f70958;
}

.action_links {
  transition: all 0.5s ease;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
}

.action_links ul li {
  margin-bottom: 5px;
}

.action_links ul li:last-child {
  margin-bottom: 0;
}

.action_links ul li a {
  line-height: 34px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 17px;
  background: #f70958;
  color: #ffffff;
  display: block;
  transition: all 0.5s ease;
  border-radius: 50%;
}

.action_links ul li a:hover {
  background: #f70958;
}

.add_to_cart {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.5s ease;
}

.add_to_cart a {
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  padding: 12px 40px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s ease;
  background: #f70958;
  color: #ffffff;
  border-radius: 5px;
}

.add_to_cart a:hover {
  background: #f70958;
}

@media only screen and (max-width: 767px) {
  .add_to_cart a {
    font-size: 12px;
    padding: 10px 30px;
    line-height: 15px;
  }
}

.price_box {
  margin-bottom: 13px;
}

.price_box span.old_price {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
  margin-right: 5px;
}

.price_box span.current_price {
  color: #f70958;
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .price_box span.current_price {
    font-size: 14px;
  }
}

.product_timing {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.countdown_area {
  display: flex;
  justify-content: space-between;
  background: #f70958;
  padding: 8px 10px;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .countdown_area {
    padding: 6px 10px;
  }
}

.countdown_number {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

@media only screen and (max-width: 767px) {
  .countdown_number {
    font-size: 14px;
    line-height: 15px;
  }
}

.countdown_title {
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  line-height: 17px;
}

@media only screen and (max-width: 767px) {
  .countdown_title {
    font-size: 9px;
    line-height: 16px;
  }
}

/*top category css here*/
@media only screen and (max-width: 767px) {
  .top_category_product {
    margin-bottom: 40px;
  }
}

.top_category_container .col-lg-2 {
  flex: 0 0 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top_category_header {
    text-align: center;
    margin-bottom: 30px;
  }
}

.top_category_header h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top_category_header h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_category_header h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .top_category_header h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.top_category_header p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top_category_header p {
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_category_header p {
    font-size: 12px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .top_category_header p {
    font-size: 13px;
    line-height: 23px;
  }
}

.top_category_header a {
  margin-top: 20px;
}

.top_category_header a:hover {
  background: #242424;
}


@media only screen and (max-width: 991px) {
  .top_category_header a {
    margin-top: 12px;    
  }
}

.single_category {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.single_category:hover {
  border-color: #f70958;
}

.single_category:hover::before {
  border-color: #f70958;
}

.single_category::before {
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category_thumb {
  position: relative;
  z-index: 5;
}

.category_name {
  text-align: center;
  margin-top: 5px;
  position: relative;
  z-index: 5;
}

.category_name h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category_name h3 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .category_name h3 {
    font-size: 12px;
  }
}

.category_name h3 a:hover {
  color: #f70958;
}

/*featured product css here*/
.featured_product_area {
  background: #f8f8f8;
  padding: 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .featured_product_area {
    padding: 30px 0 30px;
    margin-bottom: 40px;
  }
}

.featured_container .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.featured_container .single_product {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid transparent;
}

.featured_container .single_product:hover {
  border-color: #ebebeb;
}

.featured_container .product_thumb {
  width: 48%;
  padding-right: 15px;
  float: left;
}

.featured_container .product_thumb a {
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured_container .product_thumb {
    width: 42%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured_container .product_thumb {
    width: 42%;
  }
}

@media only screen and (max-width: 767px) {
  .featured_container .single_product {
    justify-content: unset !important;
    margin-bottom: 0;
  }
}

.featured_container .product_content {
  float: left;
  padding: 15px 15px 15px 0;
  width: 52%;
  margin-top: 0;
  text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured_container .product_content {
    width: 56%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured_container .product_content {
    width: 56%;
  }
}

@media only screen and (max-width: 767px) {
  .featured_container .product_thumb {
    padding: 0 !important;
  }

  .featured_container .product_content {
    padding: 0;
  }
}

.featured_container .price_box {
  margin-bottom: 11px;
}

.featured_container .add_to_cart {
  position: inherit;
  margin-top: 15px;
}

.featured_container .add_to_cart a {
  display: block;
  padding: 9px 15px;
}

.featured_container:hover button {
  opacity: 1;
  visibility: visible;
}

.featured_container &gt; button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -35px;
  font-size: 40px;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b0b0b0;
  background: inherit;
  z-index: 9;
  width: 40px;
  padding: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .featured_container &gt; button {
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured_container &gt; button {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured_container &gt; button {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .featured_container &gt; button {
    left: 0;
  }
}

.featured_container &gt; button:hover {
  color: #f70958;
}

.featured_container &gt; button.next_arrow {
  right: -35px;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .featured_container &gt; button.next_arrow {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured_container &gt; button.next_arrow {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured_container &gt; button.next_arrow {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .featured_container &gt; button.next_arrow {
    right: 0;
  }
}

/*featured product css end*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_left_area {
    margin-bottom: 42px;
  }
}

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

/*home two css here*/
.product_slick:hover button {
  opacity: 1;
  visibility: visible;
}

.product_slick button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -35px;
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b0b0b0;
  border: 0;
  background: inherit;
  z-index: 9;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .product_slick button {
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_slick button {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_slick button {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product_slick button {
    left: 0;
  }
}

.product_slick button:hover {
  color: #f70958;
}

.product_slick button.next_arrow {
  right: -35px;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .product_slick button.next_arrow {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_slick button.next_arrow {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_slick button.next_arrow {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product_slick button.next_arrow {
    right: 0;
  }
}

/*custom product area css here*/
.custom_product_area {
  margin-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_product_area {
    margin-bottom: 24px;
  }
}

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

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

.small_product_container .single_product {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
  border: 0;
}

.small_product_container .single_product .product_content {
  width: 73%;
  padding-left: 18px;
  margin-top: 0;
  float: left;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small_product_container .single_product .product_content {
    width: 77%;
  }
}

.small_product_container .single_product .product_content h3 {
  margin-bottom: 12px;
}

.small_product_container .single_product .product_thumb {
  width: 27%;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small_product_container .single_product .product_thumb {
    width: 23%;
  }
}

.small_product_container .price_box {
  margin-bottom: 10px;
}

.small_product_container button {
  position: absolute;
  top: -70px;
  right: 24px;
  border: 0;
  background: inherit;
  font-size: 23px;
  color: #b0b0b0;
}

@media only screen and (max-width: 767px) {
  .small_product_container button {
    top: -56px;
  }
}

.small_product_container button:hover {
  color: #f70958;
}

.small_product_container button.next_arrow {
  right: 0;
}

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

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

.product_ratings {
  margin-bottom: 5px;
}

.product_ratings ul {
  display: flex;
}

.product_ratings ul li {
  line-height: 18px;
  margin-right: 3px;
}

.product_ratings ul li:last-child {
  margin-right: 0;
}

.product_ratings ul li a {
  color: #f70958;
  font-size: 21px;
}

.tab_btn_container {
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}

.tab_btn_container .section_title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tab_btn_container .section_title h2 {
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .tab_btn_container {
    flex-direction: column;
  }
}

.product_tab_btn ul li {
  margin-right: 18px;
}

.product_tab_btn ul li:last-child {
  margin-right: 0;
}

.product_tab_btn ul li a {
  line-height: 25px;
}

.product_tab_btn ul li a:hover {
  color: #f70958;
}

.product_tab_btn ul li a.active {
  color: #f70958;
}

@media only screen and (max-width: 767px) {
  .product_tab_btn ul li a {
    line-height: 30px;
  }
}

/*home three css here*/
.product_tab_btn3 {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
  .product_tab_btn3 {
    padding-bottom: 5px;
  }
}

.product_tab_btn3 ul li {
  position: relative;
  margin: 0 25px 10px 0;
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  .product_tab_btn3 ul li {
    margin: 0 19px 10px 0;
    padding-right: 0;
  }

  .product_tab_btn3 ul li::before {
    display: none;
  }
}

.product_tab_btn3 ul li::before {
  position: absolute;
  content: "";
  background: #ebebeb;
  width: 1px;
  height: 21px;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.product_tab_btn3 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.product_tab_btn3 ul li:last-child::before {
  display: none;
}

.product_tab_btn3 ul li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  color: #555;
}

@media only screen and (max-width: 767px) {
  .product_tab_btn3 ul li a {
    font-size: 16px;
    line-height: 25px;
  }
}

.product_tab_btn3 ul li a:hover {
  color: #242424;
}

.product_tab_btn3 ul li a.active {
  color: #242424;
}

.product_deals_three {
  background: #f8f8f8;
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .product_deals_three {
    padding: 56px 0 60px;
    margin-bottom: 56px;
  }
}

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

@media only screen and (max-width: 767px) {
  .deals_title_three {
    text-align: center;
    margin-bottom: 24px;
  }
}

.deals_title_three h2 {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deals_title_three h2 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_title_three h2 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .deals_title_three h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

.deals_title_three p {
  line-height: 25px;
  letter-spacing: -0.5px;
}

.product_deals_column4 .col-lg-3 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 12px;
}

.product_deals_column4 .owl-nav div {
  font-size: 15px;
  font-weight: 400;
  left: -19%;
  bottom: -10px;
  top: auto;
  opacity: inherit;
  visibility: inherit;
  background: #eee;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  min-width: 80px;
  border-radius: 4px;
  text-align: center;
  color: #242424;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_deals_column4 .owl-nav div {
    min-width: 63px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_deals_column4 .owl-nav div {
    right: 98px;
    left: auto;
    top: -64px;
    bottom: auto;
    min-width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .product_deals_column4 .owl-nav div {
    display: none;
  }
}

.product_deals_column4 .owl-nav div:hover {
  background: #f70958;
  border-color: #f70958;
  color: #ffffff;
}

.product_deals_column4 .owl-nav div.owl-next {
  left: -10%;
  right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_deals_column4 .owl-nav div.owl-next {
    right: 17px;
    left: auto;
  }
}

/*home four css here*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home_section_four .section_title h2 {
    font-size: 17px;
    line-height: 17px;
  }
}

.deals_product_four {
  margin-bottom: 43px;
}

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

.deals_product_four .owl-nav div {
  right: 25px;
  left: auto;
  top: -58px;
  opacity: inherit;
  visibility: inherit;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .deals_product_four .owl-nav div {
    top: -43px;
  }
}

.deals_product_four .owl-nav div.owl-next {
  right: 0;
}

.product_four_area button {
  right: 25px;
  left: auto;
  top: -56px;
  opacity: inherit;
  visibility: inherit;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .product_four_area button {
    top: -44px;
  }
}

.product_four_area button.next_arrow {
  right: 0;
}

.product_four_bottom {
  margin-bottom: 40px;
}

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

.product_four_bottom .owl-nav div {
  right: 25px;
  left: auto;
  top: -57px;
  opacity: inherit;
  visibility: inherit;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .product_four_bottom .owl-nav div {
    top: -45px;
  }
}

.product_four_bottom .owl-nav div.owl-next {
  right: 0;
}

.small_product_four {
  margin-bottom: 20px;
}

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

/* 05. blog area css here */
.blog_section {
  background: #f8f8f8;
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .blog_section {
    padding: 40px 0 30px;
    margin-bottom: 30px;
  }
}

.blog_carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.blog_carousel .owl-nav div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -25px;
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b0b0b0;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .blog_carousel .owl-nav div {
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_carousel .owl-nav div {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_carousel .owl-nav div {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog_carousel .owl-nav div {
    left: 0;
  }
}

.blog_carousel .owl-nav div:hover {
  color: #f70958;
}

.blog_carousel .owl-nav div.owl-next {
  right: -25px;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .blog_carousel .owl-nav div.owl-next {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_carousel .owl-nav div.owl-next {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_carousel .owl-nav div.owl-next {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog_carousel .owl-nav div.owl-next {
    right: 0;
  }
}

.blog_carousel .col-lg-3 {
  flex: 0 0 100%;
  width: 100%;
}

.blog_content {
  padding-top: 20px;
  text-align: center;
}

.blog_content p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 10px;
}

.blog_content p a {
  color: #f70958;
}

.blog_content p a:hover {
  text-decoration: underline;
}

.blog_content h3 {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 21px;
  margin-bottom: 0;
  font-weight: 500;
}

.blog_content h3 a:hover {
  color: #f70958;
}

/*home four css here*/
.blog_section_four {
  background: inherit;
  padding: 0;
}

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

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

.blog_section_four .blog_content {
  text-align: left;
}

.blog_section_four .blog_content p.post_desc {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 14px;
}

.blog_section_four .owl-nav div {
  right: 25px;
  left: auto;
  top: -57px;
  opacity: inherit;
  visibility: inherit;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .blog_section_four .owl-nav div {
    top: -42px;
  }
}

.blog_section_four .owl-nav div.owl-next {
  right: 0;
}

/*06. newsletter area css here*/
.newletter_area {
  padding: 40px 0;
  border-top: 1px solid #ebebeb;
}

.newletter_title {
  display: flex;
  align-items: center;
}

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

.newletter_title img {
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_title img {
    margin-right: 10px;
  }
}

.newletter_content h2 {
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_content h2 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_content h2 {
    font-size: 18px;
  }
}

.newletter_content p {
  font-size: 14px;
  margin: 13px 0 0;
  line-height: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_content p {
    font-size: 13px;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_content p {
    font-size: 13px;
    margin: 5px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_content p {
    font-size: 13px;
    margin: 5px 0 0;
  }
}

.newletter_subscribe form {
  position: relative;
  width: 550px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  float: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_subscribe form {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_subscribe form {
    width: 100%;
  }
}

.newletter_subscribe form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
}

.newletter_subscribe form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
}

.newletter_subscribe form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5;
}

.newletter_subscribe form input:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
}

.newletter_subscribe form input {
  width: 100%;
  border: 0;
  background: none;
  padding: 0 150px 0 20px;
  height: 50px;
  font-size: 14px;
  color: #a5a5a5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form input {
    padding: 0 125px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_subscribe form input {
    padding: 0 110px 0 20px;
    height: 40px;
  }
}

.newletter_subscribe form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  padding: 0 35px;
  background: #f70958;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 30px 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newletter_subscribe form button:hover {
  background: #2777d0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form button {
    font-size: 13px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .newletter_subscribe form button {
    padding: 0 15px;
  }
}

/*home two css here*/
.newletter_two {
  border-top: 1px solid #363636;
}

.newletter_two .newletter_content h2 {
  color: #fff;
}

.newletter_two .newletter_content p {
  color: #888888;
}

.newletter_two .newletter_subscribe form {
  background: #252525;
  border: 1px solid #363636;
}

/*home three css here*/
.newletter_three .newletter_subscribe form button {
  background: #f70958;
}

.newletter_three .newletter_subscribe form button:hover {
  background: #242424;
}

.shipping_area {
  margin-top: 70px;
  margin-bottom: 70px;
}

.single_shipping {
  display: flex;
}

.single_shipping .shipping_icone {
  flex-shrink: 0;
}

.single_shipping .shipping_icone .icon-images-pow {
  width: 35px;
  height: 35px;
}

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

@media (max-width: 991.98px) {
  .shipping_area .single_shipping {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }

  .shipping_area .single_shipping .shipping_icone {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_shipping:not(:last-child) {
    margin-bottom: 20px;
  }
}

.shipping_icone {
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_icone {
    margin-right: 12px;
  }
}

.shipping_content h2 {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 4px;
}

.shipping_content p {
  font-size: 13px;
  line-height: 18px;
}

/*home two css here*/
.shipping_two {
  margin-bottom: 48px;
}

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

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

/*home four css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_four {
    margin-bottom: 70px;
  }
}

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

.shipping_inner {
  border: 1px solid #ebebeb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_inner {
    padding: 11px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .shipping_inner {
    padding: 11px 0 15px;
  }
}

.shipping_inner .single_shipping {
  padding: 25px 25px 20px 25px;
  border-right: 1px solid #ebebeb;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_inner .single_shipping {
    padding: 22px 5px 19px 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_inner .single_shipping {
    border-right: 0;
    margin-bottom: 0;
    padding: 18px 25px 13px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .shipping_inner .single_shipping {
    border-right: 0;
    margin-bottom: 0;
    padding: 18px 25px 13px 25px;
  }
}

.shipping_inner .single_shipping.last_child {
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_inner .shipping_icone {
    margin-right: 12px;
  }
}

/*testimonial css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_are {
    margin-bottom: 18px;
  }
}

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

.testimonial_active .testimonial_thumb a img {
  width: inherit;
  display: inline-block;
  border-radius: 50%;
}

.testimonial_active .owl-dots {
  margin-top: 22px;
  text-align: center;
}

.testimonial_active .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #ebebeb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testimonial_active .owl-dots .owl-dot.active {
  background: #f70958;
}

.testimonial_active .owl-dots .owl-dot:hover {
  background: #f70958;
}

.testimonial_thumb {
  text-align: center;
}

.testimonial_thumb a {
  border: 10px solid #edf4fc;
  display: inline-block;
  height: 90px;
  margin: 10px 0;
  position: relative;
  vertical-align: middle;
  width: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_thumb a {
    margin: 5px 0;
  }
}

.testimonial_thumb a::before {
  border: 10px solid #fafcfe;
  bottom: -20px;
  content: "";
  left: -20px;
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.testimonial_content {
  text-align: center;
}

.testimonial_content p {
  margin: 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_content p {
    margin: 5px 0;
    margin: 7px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_content p {
    padding: 0 66px;
  }
}

.testimonial_content h3 {
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_content h3 {
    font-size: 13px;
  }
}

.testimonial_content h3 a {
  color: #f70958;
  font-weight: 500;
  margin-right: 10px;
}

/*brand css here*/
@media only screen and (max-width: 767px) {
  .brand_area {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .brand_area {
    margin-bottom: 34px;
  }
}

.brand_container .single_brand img {
  /* width: inherit;
  margin: 0 auto; */
  width: 80%;
  height: auto;
}

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

.brand_container:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.brand_container .owl-nav div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -35px;
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b0b0b0;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .brand_container .owl-nav div {
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand_container .owl-nav div {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_container .owl-nav div {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .brand_container .owl-nav div {
    left: 0;
  }
}

.brand_container .owl-nav div:hover {
  color: #f70958;
}

.brand_container .owl-nav div.owl-next {
  right: -35px;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .brand_container .owl-nav div.owl-next {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand_container .owl-nav div.owl-next {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_container .owl-nav div.owl-next {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .brand_container .owl-nav div.owl-next {
    right: 0;
  }
}

.single_brand {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 15px;
}

.single_brand:last-child {
  border-bottom: 0;
}

.brand_items {
  border-right: 1px solid #ebebeb;
}

/*home two css here*/
.brand_two {
  border-top: 1px solid #ebebeb;
}

.brand_two .brand_container {
  padding-top: 70px;
}

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

@media only screen and (max-width: 479px) {
  .brand_two .brand_container {
    padding-top: 38px;
  }
}

/*  07. footer area css here */
footer {
  background-color: #f70958;
  padding: 15px 0;
  font-size: 14px;
  color: #242424;
}

.footer_top {
  background: #ffffff;
  padding: 50px 0 43px;
}

.footer-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
  font-weight: 500;
}

.footer-menu-item p {
  margin: 0;
}

.footer-logo {
  margin-bottom: 18px;
}

.footer-logo img {
  max-width: 250px;
  height: auto;
}

.footer-contact span {
  color: #f70958;
  font-weight: 600;
}

.footer-menu-item ul li {
  margin-bottom: 6px;
}

.footer-menu-item a:hover,
.footer-menu-item a:focus {
  color: #f70958;
}

.footer_social_link {
  margin-bottom: 30px;
}

.footer_social_link ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer_social_link ul li:last-child {
  margin-right: 0;
}

.footer_social_link ul li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer_social_link ul li a:hover {
  opacity: 0.8;
}

.footer_social_link a.facebook {
  background: #3b5998;
}
.footer_social_link a.twitter {
  background: #00aced;
}
.footer_social_link a.instagram {
  background: #bc2a8d;
}
.footer_social_link a.linkedin {
  background: #007bb6;
}
.footer_social_link a.rss {
  background: #f26522;
}

.subscribe_form form {
  position: relative;
  width: 350px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
}

.subscribe_form form input {
  width: 100%;
  height: 48px;
  color: #888;
  font-size: 13px;
  background: none;
  border: 0;
  padding: 0 120px 0 15px;
}

.subscribe_form form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  background: #f70958;
  font-weight: 500;
  padding: 0 18px;
  border: 0;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.subscribe_form form button:hover {
  background: #242424;
}

.mailchimp-error,
.mailchimp-success {
  text-align: center;
  color: green;
}

.mailchimp-success {
  margin-top: 18px;
}

.copyright_area p {
  text-transform: capitalize;
  line-height: 25px;
  font-size: 14px;
}

.copyright_area p a:hover {
  text-decoration: underline;
  color: #f70958;
}

.footer_bottom {
  padding: 30px 0;
}

.footer_payment {
  text-align: right;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
  .footer_top {
    padding: 30px 0 6px;
  }

  .footer-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .footer-menu-item p {
    padding: 0 34px;
  }

  .footer-logo a img {
    max-width: 126px;
  }

  .footer-menu-item {
    margin-top: 30px;
  }

  .footer_social_link {
    margin-bottom: 25px;
  }

  .footer_social_link ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
  }

  .subscribe_form form {
    width: 100%;
  }

  .subscribe_form form input {
    padding: 0 105px 0 15px;
    height: 40px;
  }

  .subscribe_form form button {
    padding: 0 9px;
  }

  .copyright_area {
    text-align: center;
    margin-bottom: 14px;
  }

  .footer_bottom {
    padding: 20px 0;
  }

  .footer_payment {
    text-align: center !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe_form form {
    width: 100%;
  }
}


/*home two css here*/
.footer_top_inner {
  padding-top: 50px;
  border-top: 1px solid #ebebeb;
}

/*collection area css here*/
.collection_area {
  margin-bottom: 94px;
}
.collection_area {
  margin-bottom: 74px;
}

.collection_img {
  margin-bottom: 21px;
}

.collection_img img:hover {
  opacity: 0.7;
}

/* Medium to Extra Large Screens (1200px to 1600px) */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .collection_area {
    margin-bottom: 74px;
  }
}

/* Medium to Large Screens (992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .collection_area {
    margin-bottom: 74px;
  }
}

/* Tablet Screens (768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_area {
    margin-bottom: 55px;
  }

}

/* Mobile Screens (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .collection_area {
    margin-bottom: 53px;
  }

  .collection_img {
    margin-bottom: 21px;
  }

}
/* Categories Section CSS */
.categories_area .col-12 {
  padding: 0;
  color: #f0f0f0;
}

.categories_thumb {
  position: relative;
}

.categories_thumb a,
.categories_thumb img {
  height: 100%;
}

.categories_thumb img {
  object-fit: cover;
}

.categories_content {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.categories_content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories_content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.categories_content p {
  font-size: 17px;
  width: 440px;
  font-weight: 500;
  margin-top: 30px;
}

.categories_content a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #757575;
}

.categories_content a:hover {
  color: #f70958;
  border-color: #f70958;
}

#fp-nav {
  right: 31px;
}

.categories_content.content_left {
  left: 60px;
}

/* Medium Desktops: 992px to 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_content {
    right: 20px;
  }
}

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

  .categories_content {
    right: 30px;
  }

  .categories_content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .categories_content h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .categories_content p {
    width: 310px;
  }

  .categories_content.content_left {
    left: 30px;
  }
}

/* Mobile: max-width 767px */
@media only screen and (max-width: 767px) {
  .categories_thumb {
    height: 100vh;
  }

  .categories_content {
    right: 15px;
  }

  .categories_content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .categories_content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .categories_content p {
    font-size: 14px;
    width: 210px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .categories_content.content_left {
    left: 30px;
  }
}


/* 10. shop page css here */
.header_shop {
  border-bottom: 1px solid #ebebeb;
}

.header_shop .header_top {
  padding: 7px 0;
}

.header_shop .header_middel {
  padding: 40px 0 18px;
}

@media only screen and (max-width: 767px) {
  .header_shop .header_middel {
    padding: 21px 0 18px;
  }
}

.header_shop .header_bottom {
  padding: 0;
}

.canvas_padding {
  margin-bottom: 0;
}

.breadcrumbs_area {
  background: #f0f0f0;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs_area {
    padding: 12px 0;
  }
}

.breadcrumb_content ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 3px;
  padding-right: 13px;
  position: relative;
}

.breadcrumb_content ul li::before {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.breadcrumb_content ul li:last-child {
  margin-right: 0;
}

.breadcrumb_content ul li:last-child::before {
  display: none;
}

.breadcrumb_content ul li a {
  color: #999;
}

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

.widget_inner {
  background: #f8f8f8;
  padding: 55px 20px 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_inner {
    padding: 55px 12px 48px;
  }
}

.sidebar_widget .single_banner {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner {
    margin-bottom: 0;
  }

  .sidebar_widget .single_banner a {
    width: 100%;
  }

  .sidebar_widget .single_banner a img {
    width: 100%;
  }
}

.widget_list {
  margin-bottom: 56px;
}

.widget_list:last-child {
  margin-bottom: 0;
}

.widget_list h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list h2 {
    font-size: 18px;
  }
}

.widget_list &gt; ul &gt; li {
  border-bottom: 1px solid #ebebeb;
}

.widget_list &gt; ul &gt; li:first-child a {
  padding-top: 0;
}

.widget_list &gt; ul &gt; li &gt; a {
  font-size: 14px;
  display: block;
  line-height: 25px;
  padding: 10px 0;
}

.widget_list &gt; ul &gt; li &gt; a:hover {
  color: #f70958;
}

.widget_list &gt; ul &gt; li.widget_sub_categories &gt; a {
  position: relative;
}

.widget_list &gt; ul &gt; li.widget_sub_categories &gt; a::before {
  content: "\f107";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.widget_list &gt; ul &gt; li.widget_sub_categories &gt; a.active::before {
  content: "\f106";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.widget_list &gt; ul &gt; li ul {
  padding-left: 15px;
}

.widget_list &gt; ul &gt; li ul li {
  border-bottom: 1px solid #ebebeb;
}

.widget_list &gt; ul &gt; li ul li:first-child {
  border-top: 1px solid #ebebeb;
}

.widget_list &gt; ul &gt; li ul li:last-child {
  border-bottom: 0;
}

.widget_list &gt; ul &gt; li ul li a {
  padding-bottom: 10px;
  padding: 10px 0;
  display: block;
}

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

.ui-slider-horizontal {
  height: 3px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fff;
  border: 0;
  border-radius: 0;
  width: 19px;
  height: 19px;
  top: -7px;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #f70958;
}

.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: #242424;
  border: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget_list.widget_filter form button:hover {
  background: #f70958;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent_product_container {
    overflow: hidden;
  }
}

.recent_product_list {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent_product_list {
    width: 47%;
    float: left;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 25px;
  }

  .recent_product_list:first-child {
    margin-right: 30px;
  }
}

.recent_product_list:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent_product_list:last-child {
    border: 1px solid #ddd;
    padding: 20px;
  }
}

.recent_product_list .product_thumb {
  width: 68px;
  float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent_product_list .product_thumb {
    width: 57px;
  }
}

.recent_product_list .product_content {
  width: 70%;
  float: left;
  padding-left: 15px;
  text-align: left;
  margin-top: 0;
}

.recent_product_list .product_content h3 {
  margin-bottom: 6px;
}
.recent_product_list .price_box {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent_product_list .product_content h3 {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .recent_product_list .product_content {
    padding-left: 10px;
    width: 69%;
  }

  .recent_product_list .price_box span.current_price {
    font-size: 14px;
  }

  .recent_product_list .price_box span.old_price {
    font-size: 13px;
  }

  .recent_product_list .product_ratings {
    margin-bottom: 2px;
  }

  .recent_product_list .product_ratings ul li a {
    font-size: 18px;
  }
}


.tag_cloud a {
  margin: 0 5px 12px 0;
  padding: 5px 15px;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid #ebebeb;
  background: #ffffff;
  border-radius: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tag_cloud a {
    padding: 5px 10px;
  }
}

.tag_cloud a:hover {
  background: #f70958;
  border-color: #f70958;
  color: #ffffff;
}

.shop_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  margin: 0 0 40px;
}

.select_option {
  display: flex;
  align-items: center;
}

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

@media only screen and (max-width: 767px) {
  .shop_toolbar {
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }

  .select_option {
    flex-direction: column;
  }

  .niceselect_option {
    margin-bottom: 16px;
  }

  .page_amount {
    margin-bottom: 12px;
  }

  .page_amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}


.list_button ul li {
  margin-right: 12px;
}

.list_button ul li:last-child {
  margin-right: 0;
}

.list_button ul li a:hover {
  color: #f70958;
}

.list_button ul li a i {
  margin-right: 5px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.list_button ul li a.active {
  color: #f70958;
}

.list_button ul li a.active i {
  background: #f70958;
  color: #ffffff;
}

.product_ratting ul li {
  display: inline-block;
}

.product_ratting ul li a {
  color: #f70958;
}

@media only screen and (max-width: 767px) {
  .product_list_item .product_thumb {
    margin-bottom: 18px;
  }
  .pagination {
    margin-top: 19px;
  }
}

.product_list_item .product_content h3 {
  margin-bottom: 10px;
}

.product_list_item .product_ratting {
  margin-bottom: 10px;
}

.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: #f70958;
  color: #ffffff;
}

.pagination ul li.current {
  background: #f70958;
  color: #ffffff;
}

.pagination ul li.next {
  width: 40px;
}

.shop_toolbar.t_bottom {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar.t_bottom {
    margin-bottom: 60px;
  }

  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 40px;
  }

  .shop_toolbar.t_bottom .pagination {
    margin-top: 0;
  }

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

  .grid_view .quick_button a {
    line-height: 37px;
  }

  .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*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}

.row.shop_wrapper {
  flex-direction: row;
}

.shop_toolbar_btn &gt; button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}

.shop_toolbar_btn &gt; button.btn-grid-3 {
  background: url(../img/icon/bkg_grid.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}

.shop_toolbar_btn &gt; button.btn-grid-3.active {
  background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}

.shop_toolbar_btn &gt; 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 &gt; button.btn-grid-4 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar_btn &gt; button.btn-grid-4 {
    display: none;
  }
}

.shop_toolbar_btn &gt; button.btn-grid-4.active {
  background: url(../img/icon/bkg_grid4_hover.png) no-repeat scroll center
    center !important;
}

.shop_toolbar_btn &gt; button.btn-list {
  background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}

.shop_toolbar_btn &gt; 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_content .product_ratings {
  margin-bottom: 11px;
}

.grid_content .product_ratings ul {
  justify-content: center;
}

.grid_list {
  margin-bottom: 39px;
}

.grid_list .grid_name {
  display: none;
}

.grid_list .action_links {
  display: none;
}

.grid_list .add_to_cart {
  display: none;
}

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

.grid_list .product_content.list_content {
  /* flex: 0 0 66.666667%;
  max-width: 66.666667%; */

  flex: 0 0 80%;
  max-width: 80%;
  float: left;
  display: flex;
  align-items: center;
  padding-left: 25px;
  text-align: left;
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content {
    min-width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex-direction: column;
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: 0;
  }
}

.grid_list .product_content.list_content .product_name h3 {
  margin: 0 0 12px;
}

.grid_list .product_content.list_content .product_ratings {
  margin-bottom: 14px;
}

.grid_list .single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 0 15px 20px 15px;
}
/* Grid List Product Layout */
@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
    padding: 0 15px 20px 15px;
  }

  .grid_list .product_thumb {
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .col-cust-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 15px 10px 5px;
  }

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_thumb {
    min-width: 30%;
  }

  .col-cust-5 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}

@media only screen and (max-width: 479px) {
  .col-cust-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Product Thumbnail */
.grid_list .product_thumb {
  margin-bottom: 0;
  flex: 0 0 20%;
  max-width: 20%;
  float: left;
}

/* Custom Column Width */
.col-cust-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Shop Wrapper */
.shop_wrapper &gt; div {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* Toolbar Wrapper */
.shop_toolbar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin: 0 0 30px;
}

.shop_wrapper .single_product {
  position: relative;
  margin-bottom: 20px;
}

.shop_wrapper .label_product {
  bottom: 40px;
}

.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 .add_to_cart a {
  padding: 10px 30px;
}

/* shop page css end*/
/*shop fullwidth css here*/

/* 15. product details css here */
#img-1 {
  border: 1px solid #ebebeb;
}

.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: #f70958;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
}

.product_nav ul li a:hover {
  background: #242424;
}

.product_info_content p {
  line-height: 28px;
}

.product_d_table {
  padding: 10px 0 22px;
}

.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}

.product_d_table table tbody tr {
  border-bottom: 1px solid #ddd;
}

.product_d_table table tbody tr td {
  padding: 7px 17px;
}

.product_d_table table tbody tr td:first-child {
  border-right: 1px solid #ddd;
  width: 30%;
  font-weight: 700;
}

.product_d_inner {
  padding: 20px 30px 27px;
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
  .product_d_inner {
    padding: 20px 20px 27px;
  }
}

.comment_title {
  margin-bottom: 20px;
}

.star_rating {
  float: right;
}

.star_rating ul li {
  display: inline-block;
}

.star_rating ul li a {
  color: #f70958;
}

.s-tab-zoom.owl-carousel .owl-nav {
  display: block;
}

.s-tab-zoom.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;
}

.s-tab-zoom.owl-carousel .owl-nav div:hover {
  background: #f70958;
  color: #ffffff;
}

.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .product-details-tab {
    margin-bottom: 58px;
  }
}

.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.single-zoom-thumb {
  margin-top: 20px !important;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-zoom-thumb {
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .single-zoom-thumb {
    width: 101%;
  }
}

.single-zoom-thumb ul li {
  border: 1px solid #ddd;
}

.single-zoom-thumb ul li a {
  width: 100%;
}

.related_products {
  margin-bottom: 33px;
}

.upsell_products {
  margin-bottom: 34px;
}

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


.footer_widgets.sidebar_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}

.footer_widgets.sidebar_widgets .footer_top_inner {
  padding: 56px 0 52px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
  .footer_widgets.sidebar_widgets .footer_top_inner {
    padding: 56px 0 35px;
  }
}

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

.table_desc {
  border: 1px solid #ebebeb;
  margin-bottom: 60px;
  margin-top: 2px;
}

.checkout_btn {
  text-align: right;
}

.checkout_btn a {
  background: #f70958;
  color: #ffffff;
  font-size: 15px;
  padding: 3px 14px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0;
}

.checkout_btn a:hover {
  background: #242424;
  color: #ffffff;
}

.coupon_area {
  margin-bottom: 60px;
}

.footer_widgets.other_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}

.footer_widgets.other_widgets .footer_top_inner {
  padding: 55px 0 53px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 59px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 35px;
  }
}

/*cart page css end*/
/* 14. checkout page css here */
.user-actions {
  margin-bottom: 20px;
}

.user-actions h3 {
  font-size: 13px;
  font-weight: 400;
  background-color: #f7f6f7;
  padding: 15px 10px;
  border-top: 3px solid #f70958;
  margin-bottom: 0;
}

.user-actions h3 a {
  color: #f70958;
}

.form_group {
  margin-bottom: 20px;
}

.form_group label {
  font-size: 14px;
  display: block;
  line-height: 18px;
}

.form_group input {
  border: 1px solid #ebebeb;
  background: none;
  height: 45px;
  width: 350px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .form_group input {
    width: 100%;
  }
}

.form_group button {
  display: inline-block;
  width: 80px;
  background: #242424;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  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: #f70958;
}

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

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

.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 page css end*/
/* 22. wishlist css here */
.table_desc.wishlist table tbody tr:last-child td {
  border-bottom: 0;
}

.table_desc.wishlist table tbody tr td.product_total a {
  background: #f70958;
  font-size: 12px;
  font-weight: 500;
  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 {
  background: #242424;
}

.wishlist_share {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #ebebeb;
}

.wishlist_share h4 {
  font-size: 18px;
  font-weight: 500;
  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: #f70958;
}

.wishlist_area {
  padding-bottom: 60px;
}

/*wishlist css end*/
/* 15. contact page css here */
.contact_area {
  margin-bottom: 30px;
}

.contact_message h3 {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_message h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_message h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.contact_message p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.contact_message ul li {
  padding: 13px 0;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: baseline;
}

.contact_message ul li:last-child {
  padding-bottom: 0;
}

.contact_message ul li i {
  margin-right: 10px;
}

.contact_message ul li a:hover {
  color: #f70958;
}

.contact_message label {
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact_message input {
  border: 1px solid #ebebeb;
  height: 45px;
  background: #ffffff;
  width: 100%;
  padding: 0 20px;
  color: #757575;
}

.contact_message textarea {
  height: 170px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  resize: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px;
  color: #242424;
}

.contact_message button {
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: capitalize;
  border: none;
  background: #f70958;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.contact_message button:hover {
  background: #f70958;
}

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

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

.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;
  box-shadow: inherit;
}

@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 #f70958;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.card-header.card_accor button.btn-link.collapsed {
  background: #f2f2f2;
  border: 1px solid #ebebeb;
  width: 100%;
  text-align: left;
  color: #242424;
}

.card-header.card_accor button.btn-link i.fa-plus {
  display: none;
}

.card-header.card_accor button.btn-link.collapsed i.fa-plus {
  display: block;
}

.card-header.card_accor button.btn-link.collapsed i.fa-minus {
  display: none;
}

.faq_content_wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .faq_content_wrapper h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*faq page css end*/
/*  18. my account css here */
@media only screen and (max-width: 767px) {
  .dashboard_tab_button {
    margin-bottom: 20px;
  }
}

.dashboard_tab_button ul li {
  margin-bottom: 5px;
}

.dashboard_tab_button ul li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  background: #242424;
  border-radius: 3px;
}

.dashboard_tab_button ul li a:hover {
  background: #f70958;
  color: #ffffff;
}

.dashboard_tab_button ul li a.active {
  background: #f70958;
}

.main_content_area {
  padding: 60px 0 55px;
}

/* 
.table-responsive table thead {
  background: #f2f2f2;
}

.table-responsive table thead tr th {
  text-align: center;
}

.table-responsive table tbody tr td {
  border-right: 1px solid #ebebeb;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
} */

.table-responsive table tbody tr td:last-child a {
  color: #f70958;
}

.table-responsive .table {
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.input-radio span input[type="radio"] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.input-radio span {
  font-weight: 500;
  padding-right: 10px;
}


/*my account css end*/
/* 10. about page css here */
.about_section {
  padding-bottom: 54px;
  margin-top: 3rem;
}
/* About Section Responsive Styles */
@media only screen and (max-width: 767px) {
  .about_section {
    padding-bottom: 45px;
  }

  .about_content h2 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 11px;
  }

  .about_content p {
    margin-bottom: 8px;
  }

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }

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

/* About Section Default Styles */
.about_content {
  text-align: center;
}

.about_content h2 {
  display: inline-block;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
}

.about_content p {
  max-width: 890px;
  margin: 0 auto;
}

.about_thumb {
  margin-bottom: 20px;
}

/* Why Choose Us Section Styles */
.chose_content h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chose_content h3 {
    font-size: 16px;
    margin-bottom: 13px;
  }

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

@media only screen and (max-width: 767px) {
  .chose_content h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
  }

  .choseus_area {
    padding: 60px 0 28px;
  }

  .single_chose {
    margin-bottom: 25px;
  }

  .chose_icone {
    margin-bottom: 14px;
  }

  .single_gallery_section {
    margin-bottom: 25px;
  }
}

/* Default Styles */
.choseus_area {
  margin-bottom: 60px;
  background: #f9f9f9;
  padding: 60px 0 54px;
}

.single_chose {
  text-align: center;
}

.single_chose:hover .chose_icone {
  transform: rotatey(180deg);
}

.chose_icone {
  margin-bottom: 29px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about_gallery_section {
  margin-bottom: 55px;
}

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

.gallery_thumb {
  margin-bottom: 20px;
}

.about_gallery_content h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}


.team_area {
  margin-bottom: 54px;
}
/* Team Section Styles */

.team_area {
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .team_area h1 {
    font-size: 26px;
    line-height: 1.3;
  }
}

.team_member {
  text-align: center;
  margin-bottom: 28px;
}

.team_thumb {
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .team_thumb {
    margin-bottom: 18px;
  }
}



/*about page css end*/
.priceing_table {
  background: #ececec;
  padding: 60px 0 30px;
}

.single_priceing {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  text-align: center;
  margin-bottom: 30px;
}

.priceing_title {
  padding: 20px;
  background: #f70958;
}

.priceing_title h1 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.priceing_list {
  padding: 0 20px 30px;
}

.priceing_list h1 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 36px 0 24px;
  margin: 0;
  line-height: 20px;
}

.priceing_list h1 span {
  font-size: 40px;
}

.priceing_list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  line-height: 24px;
}

.priceing_list ul li:first-child {
  border-top: 1px solid #ebebeb;
}

.priceing_list a {
  margin: 30px 0 0;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #242424;
  color: #242424;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
}

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

.advantages_ecommerce {
  padding: 54px 0;
}

@media only screen and (max-width: 767px) {
  .advantages_ecommerce {
    padding: 55px 0 60px;
  }
  .advantages_content {
    text-align: center;
  }
}

/* Heading Styles */
.advantages_content h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}
.advantages_content h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .advantages_content h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .advantages_content p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .advantages_content h3 {
    font-size: 16px;
  }
}

/* Paragraph base style */
.advantages_content p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}



.advantages_button {
  text-align: center;
}

.advantages_button a {
  font-size: 14px;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #242424;
}

.advantages_button a:hover {
  background: #f70958;
  color: #fff;
  border-color: #f70958;
}

@media only screen and (max-width: 767px) {
  .advantages_button a {
    padding: 5px 11px;
    font-size: 13px;
    margin-top: 20px;
  }
}

/*services page css end*/
/* 11. blog page css here */
/* Blog Page Section */
.blog_page_section {
  /* Default can be blank or set if needed */
}

@media only screen and (max-width: 767px) {
  .blog_page_section {
    margin-top: 56px;
  }

  .blog_header {
    margin-bottom: 32px;
  }

  .blog_header h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .blog_wrapper .blog_thumb a,
  .blog_wrapper .blog_thumb a img {
    width: 100%;
  }

  .blog_wrapper .blog_content {
    padding-top: 20px;
  }

  .blog_wrapper .blog_content h3 {
    font-size: 17px;
    line-height: 24px;
  }

  .blog_wrapper .blog_meta {
    margin-bottom: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_page_section {
    margin-top: 57px;
  }

  .blog_wrapper .blog_thumb iframe {
    height: 200px;
  }

  .blog_wrapper .blog_content {
    padding-top: 25px;
  }

  .blog_wrapper .blog_content h3 {
    font-size: 17px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_page_section {
    margin-bottom: 60px;
  }

  .blog_wrapper .blog_thumb iframe {
    height: 200px;
  }

  .blog_wrapper .blog_content {
    padding-top: 26px;
  }

  .blog_wrapper .blog_content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

/* Blog Header */
.blog_header {
  text-align: center;
  margin-bottom: 40px;
}

.blog_header h1 {
  font-size: 42px;
  line-height: 38px;
  margin-bottom: 0;
  font-weight: 500;
}

/* Blog Thumb */
.blog_wrapper .blog_thumb iframe {
  height: 248px;
  width: 100%;
}

/* Blog Content */
.blog_wrapper .blog_content {
  padding-top: 22px;
  text-align: left;
}

.blog_wrapper .blog_content h3 {
  font-size: 27px;
  line-height: 36px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 2px;
}

.blog_wrapper .blog_content h3::before {
  display: none;
}

/* Blog Meta */
.blog_wrapper .blog_meta {
  margin-bottom: 17px;
}


.blog_wrapper .blog_meta span {
  font-size: 14px;
  line-height: 24px;
}

.blog_wrapper .blog_meta span a {
  color: #f70958;
}

.blog_wrapper .blog_meta span a:hover {
  text-decoration: underline;
}

.blog_wrapper .blog_meta span.author {
  margin-right: 8px;
}

.blog_wrapper .blog_meta span.author a {
  margin-right: 5px;
}

.blog_wrapper .blog_desc {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_desc {
    margin-bottom: 20px;
  }
}

.blog_wrapper .blog_desc p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.blog_bidio .blog_content {
  padding-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_bidio .blog_content {
    padding-top: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_bidio .blog_content {
    padding-top: 13px;
  }
}

.readmore_button a {
  height: 38px;
  line-height: 40px;
  background: #f70958;
  border: 0;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  border-radius: 3px;
  max-width: 170px;
}

.readmore_button a:hover {
  background: #242424;
}

@media only screen and (max-width: 767px) {
  .readmore_button a {
    max-width: 130px;
  }
}

.blog_sidebar_widget {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  padding: 57px 20px 54px 20px;
  border-radius: 4px;
}

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

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

.blog_sidebar_widget .widget_list &gt; h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_sidebar_widget .widget_list &gt; h3 {
    font-size: 18px;
  }
}

.blog_sidebar_widget .widget_list.comments .post_thumb a img {
  border-radius: 50%;
}

.blog_sidebar_widget .widget_list.comments .post_info span a {
  color: #f70958;
}

.blog_sidebar_widget .widget_categories ul li a {
  margin-left: 0;
}

.widget_search input {
  height: 35px;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #242424;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}

.widget_search button {
  color: #fff;
  display: inline-block;
  background: #242424;
  border: none;
  padding: 0 20px;
  height: 34px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.widget_search button:hover {
  background: #f70958;
}

.tag_widget ul li {
  display: inline-block;
}

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

.tag_widget ul li a:hover {
  background: #f70958;
  border-color: #f70958;
  color: #fff;
}

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

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

.post_wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post_info h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 14px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post_info h3 {
    font-size: 13px;
  }
}

.post_info h3 a:hover {
  color: #f70958;
}

.post_info span {
  font-size: 12px;
}

.blog_categories ul li {
  border-top: 1px solid #ddd;
}

.blog_categories ul li a {
  padding: 10px 0;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 0;
}

.blog_categories ul li a:hover {
  color: #f70958;
}

.blog_categories ul li:last-child a {
  padding-bottom: 0;
}

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

.blog_pagination {
  margin-bottom: 60px;
}

.blog_pagination .pagination {
  border: 1px solid #ebebeb;
  justify-content: center;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .blog_pagination .pagination {
    margin-top: 0;
  }
}

/*blog page css end*/
/*blog fullwidth css here*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_fullwidth {
    margin-bottom: 0;
  }
}

.blog_fullwidth .blog_thumb iframe {
  height: 550px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_fullwidth .blog_thumb iframe {
    height: 440px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_fullwidth .blog_thumb iframe {
    height: 440px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_fullwidth .blog_thumb iframe {
    height: 200px;
  }
}

.blog_thumb_active:hover .owl-nav &gt; div {
  left: 20px;
  opacity: 1;
  visibility: visible;
}

.blog_thumb_active:hover .owl-nav &gt; div.owl-next {
  right: 20px;
}

.blog_thumb_active .owl-nav &gt; div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  background: rgba(0, 99, 209, 0.6);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog_thumb_active .owl-nav &gt; div.owl-next {
  right: 40px;
  left: auto;
}

.blog_aduio_icone {
  margin-bottom: 14px;
  margin-top: 23px;
}

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

.blog_aduio_icone audio {
  width: 100%;
}

/* ==== Default Styles (Desktop First) ==== */
.blog_nosidebar .single_blog,
.blog_nosidebar .single_blog_gallery {
  overflow: hidden;
}

.blog_nosidebar .blog_thumb,
.blog_nosidebar .blog_thumb_active {
  float: left;
  width: 30%;
}

.blog_nosidebar .blog_content {
  float: left;
  width: 70%;
  padding-top: 0;
  padding-left: 25px;
}

.post_header {
  margin-bottom: 28px;
}

.post_header h3 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog_details {
  margin-bottom: 60px;
}

.blog_details .blog_meta {
  margin-bottom: 0;
}

.blog_details .blog_thumb::before {
  display: none;
}

.blog_details .post_content &gt; p {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
}

/* ==== 992px to 1199px ==== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_nosidebar {
    margin-bottom: 0;
  }

  .post_header h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 13px;
  }
}

/* ==== 768px to 991px ==== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_reverse .row,
  .blog_wrapper_sidebar .row {
    flex-direction: column-reverse;
  }

  .blog_wrapper_sidebar .row {
    flex-direction: row;
  }

  .blog_nosidebar .blog_thumb,
  .blog_nosidebar .blog_thumb_active {
    width: 35%;
  }

  .blog_nosidebar .blog_content {
    width: 65%;
  }

  .blog_nosidebar .blog_content h3 {
    line-height: 20px;
    margin-bottom: 9px;
  }

  .blog_nosidebar .blog_meta {
    margin-bottom: 9px;
  }

  .post_header {
    margin-bottom: 25px;
  }

  .post_header h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .blog_details {
    margin-top: 57px;
    margin-bottom: 0;
  }

  .blog_details .blog_sidebar,
  .blog_details .blog_wrapper {
    margin-bottom: 60px;
  }
}

/* ==== max-width: 767px ==== */
@media only screen and (max-width: 767px) {
  .blog_reverse .row,
  .blog_wrapper_sidebar .row {
    flex-direction: column-reverse;
  }

  .blog_nosidebar .blog_thumb,
  .blog_nosidebar .blog_thumb_active {
    width: 100%;
  }

  .blog_nosidebar .blog_content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .post_header {
    margin-bottom: 22px;
  }

  .post_header h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .blog_details {
    margin-top: 58px;
    margin-bottom: 0;
  }

  .blog_details .blog_sidebar,
  .blog_details .blog_wrapper {
    margin-bottom: 60px;
  }

  .blog_details .post_content &gt; p {
    font-size: 14px;
  }
}


.blog_details .post_content blockquote {
  margin: 31px 0 31px 40px;
  font-style: italic;
  padding: 30px 45px;
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  border-left: 4px solid #f70958;
}

.blog_details .post_content blockquote p {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .blog_details .post_content blockquote p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .blog_details .post_content blockquote {
    margin: 23px 0 23px 0;
    padding: 20px 12px 15px;
  }
}

.blog_details .social_sharing {
  display: flex;
  align-items: center;
}

.blog_details .social_sharing p {
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .blog_details .social_sharing p {
    font-size: 13px;
    margin-right: 10px;
  }
}

.blog_details .social_sharing ul li {
  display: inline-block;
}

.blog_details .social_sharing ul li a {
  background: #e6e6e6;
  border-radius: 100%;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
  text-align: center;
  width: 26px;
}

.blog_details .social_sharing ul li a:hover {
  color: #ffffff;
  background: #f70958;
}

@media only screen and (max-width: 767px) {
  .blog_details .social_sharing ul li a {
    margin-right: 2px;
  }
}

.blog_details .social_sharing ul li:first-child a {
  padding-left: 0;
  border-left: 0;
}

.entry_content {
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .entry_content {
    flex-direction: column;
    text-align: left;
    align-items: inherit;
  }
}

.entry_content .post_meta {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .entry_content .post_meta {
    margin-bottom: 10px;
  }
}

.entry_content .post_meta span {
  font-weight: 700;
}

.entry_content .post_meta span:hover {
  color: #f70958;
}

.comments_box {
  margin-bottom: 54px;
}

.comments_box h3 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 28px;
}

.comment_list {
  overflow: hidden;
  margin-bottom: 30px;
}

.comment_list:last-child {
  margin-bottom: 0;
}

.comment_list .comment_thumb {
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 767px) {
  .comment_list .comment_thumb {
    width: 40px;
  }
}

.comment_list .comment_content {
  margin-left: 70px;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .comment_list .comment_content {
    margin-left: 55px;
  }
}

.comment_list .comment_content h5 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.comment_list .comment_content h5 a:hover {
  color: #f70958;
}

.comment_list .comment_content span {
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}

.comment_list .comment_content p {
  margin-bottom: 0;
  font-size: 14px;
}

.comment_reply {
  position: absolute;
  top: 20px;
  right: 12px;
}

@media only screen and (max-width: 767px) {
  .comment_reply {
    top: 15px;
  }
}

.comment_reply a {
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
  background: #242424;
  display: block;
}

.comment_reply a:hover {
  background: #f70958;
}

.comments_form h3 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 28px;
}

.comments_form p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments_form form .row {
    flex-direction: row;
  }
}

.comments_form form label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.comments_form form textarea {
  width: 100%;
  height: 200px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  resize: none;
  padding: 10px;
}

.comments_form form input {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding: 0 20px;
}

.comments_form form button {
  border: 0;
  line-height: 36px;
  background: #242424;
  font-weight: 500;
}

.comments_form form button:hover {
  background: #f70958;
}
/* ==== Default Styles (Desktop First) ==== */
.comment_list.list_two {
  padding-left: 50px;
}

.related_posts {
  border-top: 1px solid #ebebeb;
  padding: 54px 0 50px;
}

.related_posts h3 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 28px;
}

.related_thumb {
  margin-bottom: 15px;
}

/* ==== 768px to 991px ==== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related_posts {
    padding: 54px 0 22px;
  }

  .related_posts .row {
    flex-direction: row !important;
  }

  .related_thumb img {
    width: 100%;
  }
}

/* ==== max-width: 767px ==== */
@media only screen and (max-width: 767px) {
  .comments_form form button {
    line-height: 38px;
    height: 38px;
    padding: 0 10px;
  }

  .comment_list.list_two {
    padding-left: 0;
  }

  .related_posts {
    padding: 53px 0 24px;
  }

  .related_thumb img {
    width: 100%;
  }
}


.related_content {
  text-align: center;
}

.related_content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 0;
}

.related_content h4 a {
  color: #242424;
}

.related_content h4 a:hover {
  color: #f70958;
}

.related_content span {
  font-size: 13px;
  line-height: 17px;
}

.related_content span i {
  margin-right: 3px;
}

.related_content .blog_meta {
  margin-bottom: 10px;
}

.related_content .blog_meta span {
  font-size: 12px;
  line-height: 22px;
}

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

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

/*blog details css end*/
/*  24. modal css here */
.modal-dialog.modal-dialog-centered {
  min-width: 1100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 1000px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 950px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 90%;
  }
}

.modal_tab_img {
  text-align: center;
  margin-bottom: 10px;
}

.modal_tab_img img {
  margin: 0 auto;
}

.modal_tab_button ul li a {
  padding: 0;
  border: 1px solid #ebebeb;
  margin: 0 2px;
}

.modal_tab_button ul li a img {
  width: 100%;
}

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

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

.modal_social ul li.twitter a {
  background: #1da1f2;
}

.modal_social ul li.twitter a:hover {
  background: #f70958;
}

.modal_social ul li.pinterest a {
  background: #bd081b;
}

.modal_social ul li.pinterest a:hover {
  background: #f70958;
}

.modal_social ul li.google-plus a {
  background: #dc5043;
}

.modal_social ul li.google-plus a:hover {
  background: #f70958;
}

.modal_social ul li.linkedin a {
  background: #010103;
}

.modal_social ul li.linkedin a:hover {
  background: #f70958;
}

.modal_price {
  margin-bottom: 12px;
}

.modal_price span {
  font-weight: 600;
  color: #f70958;
  font-size: 16px;
}

.modal_price span.old_price {
  color: #242424;
  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: 13px;
  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_body {
  padding: 29px 6px 38px;
}

@media only screen and (max-width: 767px) {
  .modal_body .modal_tab {
    margin-bottom: 60px;
  }
}

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

.modal-content button.close {
  position: absolute;
  left: 94%;
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #ebebeb;
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .modal-content button.close {
    left: 83%;
    width: 29px;
    height: 32px;
    top: 4px;
    margin-bottom: 14px;
  }
}

.modal-content button.close:hover {
  color: #f70958;
}

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

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

/*modal css end*/
/*  23. newsletter popup css here */
.newletter-popup {
  background: #fff;
  top: 50% !important;
  margin-top: -179px;
  position: fixed !important;
  padding: 50px;
  text-align: center;
  display: none;
}
/* Default Styles */
#boxes .newletter-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

#boxes .box-content label {
  font-weight: 400;
  font-size: 14px;
}

#boxes .box-content .newletter-label {
  width: 70%;
  margin-bottom: 36px;
}

#frm_subscribe form {
  width: 340px;
  margin: 0 auto;
  position: relative;
}

#frm_subscribe form input {
  background: #ebebeb;
  padding: 0 127px 0 20px;
  height: 45px;
  border: 0;
  width: 100%;
  color: #747474;
  margin-bottom: 0;
}

/* Mobile Styles */
@media only screen and (max-width: 767px) {
  .newletter-popup {
    padding: 30px 20px;
    width: 95%;
  }

  #boxes .newletter-title h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }

  #boxes .box-content .newletter-label {
    width: 100%;
  }

  #frm_subscribe form {
    width: 100%;
  }

  #frm_subscribe form input {
    padding: 0 104px 0 20px;
  }
}


#frm_subscribe form a.theme-btn-outlined {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 110px;
  background: #242424;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 45px;
}

#frm_subscribe form a.theme-btn-outlined:hover {
  background: #f70958;
}

@media only screen and (max-width: 767px) {
  #frm_subscribe form a.theme-btn-outlined {
    width: 90px;
  }
}

#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
  margin: 0;
  font-size: 13px;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

#boxes #frm_subscribe #notification {
  color: #f00;
}

#boxes #frm_subscribe #notification .success {
  color: #67d7bb;
}

#popup2 {
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  padding: 6px 12px;
  background: #242424;
  font-weight: 600;
  line-height: 17px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

#popup2:hover {
  background: #f70958;
}

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

.error_form {
  text-align: center;
}

.error_form h1 {
  font-size: 200px;
  font-weight: 700;
  color: #f70958;
  letter-spacing: 10px;
  line-height: 160px;
  margin: 0 0 54px;
}

@media only screen and (max-width: 767px) {
  .error_form h1 {
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 4px;
    margin: 0 0 40px;
  }
}

.error_form h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .error_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}

.error_form p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .error_form p {
    font-size: 14px;
    margin-bottom: 22px;
    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: #242424;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}

.error_form form button:hover {
  color: #f70958;
}

.error_form a {
  color: #fff;
  display: inline-block;
  background: #f70958;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;
  margin-top: 35px;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .error_form a {
    padding: 0 20px;
    margin-top: 25px;
  }
}

.error_form a:hover {
  background: #242424;
}

.error_section {
  padding-bottom: 70px;
  padding-top: 61px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error_section {
    padding-top: 31px;
  }
}

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

/*404 page css end*/
/*privacy policy css here*/
.privacy_policy_main_area {
  padding: 50px 0 30px;
}

.privacy_policy_header {
  text-align: center;
  margin-bottom: 50px;
}

.privacy_policy_header h1 {
  font-size: 42px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 0;
}

.privacy_content {
  margin-bottom: 24px;
}

.privacy_content h2 {
  font-size: 20px;
  font-weight: 500;
}

.privacy_content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.privacy_content p a {
  color: #a43d21;
}

.privacy_content p a:hover {
  color: #f70958;
}

.privacy_content.section_1 h2 {
  margin-bottom: 14px;
}

.privacy_content.section_2 h2,
.privacy_content.section_3 h2 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .privacy_policy_main_area {
    padding: 40px 0 6px;
  }

  .privacy_policy_header {
    margin-bottom: 25px;
  }

  .privacy_policy_header h1 {
    font-size: 25px;
    line-height: 25px;
  }

  .privacy_content h2,
  .privacy_content h3 {
    font-size: 18px;
  }

  .privacy_content.section_1 h2,
  .privacy_content.section_3 h2 {
    margin-bottom: 10px;
  }
}

/*privacy policy css end*/

/*--
     25. compare css here
-----------------------------------------*/
.compaer-page {
  margin: 60px 0;
}

@media only screen and (max-width: 767px) {
  .compaer-page {
    margin: 40px 0;
  }
}

.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.compare-table .table tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}

.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 305px;
  vertical-align: bottom;
}

.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
  clear: both;
  color: #454545;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-bottom: 7px;
  margin-top: 15px;
  text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #f70958;
}

.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}

.compare-table .table tbody tr td.pro-price {
  font-size: 15px;
  font-weight: 600;
}

.compare-table .table tbody tr td.pro-color {
  font-size: 15px;
  font-weight: 600;
}

.compare-table .table tbody tr td.pro-stock {
  font-size: 15px;
  font-weight: 600;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background: #f70958;
  border-radius: 4px;
  display: inline-block;
  width: 170px;
  padding: 10px 6px;
  transition: all 0.7s;
  color: #ffffff;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background: #242424;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}

.compare-table .table tbody tr td.pro-remove button:hover {
  color: #f70958;
}

.compare-table .table tbody tr td.pro-ratting a {
  font-size: 14px;
  color: #242424;
}

.compare-table .table tbody tr td.pro-ratting a:hover {
  color: #f70958;
}

@media (max-width: 767px) {
  .compare-table .table tbody tr td {
    padding: 10px;
  }

  .compare-table .table tbody tr td.first-column {
    font-size: 14px;
    min-width: 150px;
  }

  .compare-table .table tbody tr td.product-image-title {
    min-width: 100px;
  }

  .compare-table .table tbody tr td.pro-addtocart .add-to-cart {
    width: 150px;
    padding: 5px;
  }
}

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

/*************** Blog Style Start ****************/
.zigzag_header {
  padding-top: 20px;
}

.zigzag_wrapper {
  margin-top: 30px;  
  margin-bottom: 30px;  
}

.bubble_post {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 5;
  height: 100%;
}

.cloud_image {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 8px;
}

.rainbow_text {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 14px;
}

.rainbow_text .sparkle_button {
  margin-top: auto;
}
.sparkle_button .btn{
font-size: 14px;
}

.rainbow_text h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}


.rainbow_text .details {
  color: #666;
  margin-bottom: 8px;
}

.container-small {
  max-width: 800px;  
}


.blog-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.blog_thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767.98px) {
 
  .bubble_post {
    padding: 10px;
  }

}

/*************** Blog Style End ****************/

/************ Partners page style Start *****************/
.team_area {
  padding: 3rem 0;
  text-align: center;
}

.about_section h1,
.team_area h3 {
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .about_section,
  .team_area {
    padding: 15px 0;
  }

  .about_section h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  .team_area h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .team_area p {
    margin-bottom: 15px;
  }
}

/************ Partners page style End *****************/

/*********** Store Page Style Start ********************/
.store-image-container {
  height: 250px;
  /* Ensure consistent image height */
  overflow: hidden;
}

.store-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#storesearchInput {
  /* width: calc(100% - 120px); */
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  /* Rounded only on the left side */
  outline: none;
  z-index: 1000;
  position: relative;
  height: 44px;
  /* Ensure same height as button */
}

.card-body-alpha {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  box-sizing: border-box;
}

.card-body-alpha h3,
.card-body-alpha h5 {
  margin-bottom: 5px;
  /* Minimise space between title and subtitle */
}

.card-body-alpha p {
  margin: 0;
  line-height: 1.4;
}

.contact_map {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .store-item .store-heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .store-item .card-title {
    margin: 0;
  }

  .contact_map .map-area iframe {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .contact_map #map {
    height: 200px !important;
  }

  .store-image-container {
    height: 200px;
  }
}

/*********** Store Page Style End ********************/

/*********** Product Page Style Start *****************/
.splash-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;  
}

.alpha-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.alpha-image img {
  max-height: 450px;
  border-radius: 8px;
}

.beta-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.beta-thumbnails img {
  max-width: 80px;
  width: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.beta-thumbnails img:hover {
  border-color: #f70958;
}

.details-delta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.price-info {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f70958;
  margin-top: 15px;
}



.old-price {
  font-size: 1rem;
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
}

.description-box {
  font-size: 1rem;
  
}

.options-gamma {
  position: relative;
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
  z-index: 0;
}

.options-gamma label {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.options-gamma select {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 10;
}

.options-gamma .options-gamma-item {
  margin-bottom: 15px;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
}

.store-search {
  display: flex;
  gap: 10px;
}

.store-search input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.more-content-for-you {
  display: block;
  max-width: 1200px;
  margin: 40px auto;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}


.post-code-container {
  display: block;
  max-width: 1200px;
  margin: 40px auto;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}


.best-offer .add-postcode {
  margin-top: 10px;
}

.best-offer .add-postcode a {
  color: #f70958;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.best-offer .add-postcode a:hover {
  color: #c9064b;
}

.online-container,
.in-store-container {
  display: none; 
}

.online-container.active,
.in-store-container.active {
  display: block;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.comparison-table th {
  background-color: #f70958;
  color: #fff;
}

.comparison-table td {
  font-size: 0.95rem;
  
}

.comparison-table .price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #f70958;
}


.tab-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 10px;
  background-color: #f70958;
  color: white;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
}



.tab-buttons .tab-button.active {
  background-color: #c9064b;
  border-color: #c9064b;
  color: white;
}


.rabbit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.warranty-zebra {
  list-style: none;
  padding: 0;
}

.warranty-zebra li::before {
  content: "\2713";
  color: #f70958;
  padding-right: 10px;
}

.yellow-penguin-button {
  background-color: #f70958;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.warranty-it-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.warranty-it-image img {
  max-height: 350px;
  margin: 0 auto;
}



.best-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f70958;
}

@media (max-width: 991.98px) {
 
  .more-content-for-you {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .splash-container {
    display: block;
    padding: 20px;
  }

  .options-gamma {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
  }

  .options-gamma .options-gamma-item {
    width: 48.5%;
  }


  .options-gamma .action-buttons {
    display: block;
    width: 100%;
  }

  .online-container &gt; div {
    display: block !important;
  }

  .online-container .switch .slider {
    margin-left: auto;
  }

  .details-delta {
    gap: 10px;
  }

  .alpha-image img {
    max-height: 200px;
  }

  .description-box {
    font-size: 14px;
    line-height: 1.3;
  }

  .options-gamma label {
    margin-bottom: 0;
  }

  .options-gamma .options-gamma-item {
    margin-bottom: 10px;
  }
  .rabbit {
    display: block;
  }


  .warranty-triangle {
    max-width: 100%;
    margin-bottom: 20px;
  }

  
  

  .best-offer .offer-content strong {
    font-size: 16px;
    line-height: 1.3;
  }

  .options-gamma select {
    padding: 6px 10px;
  }

  .online-container {
    margin: 20px auto;
  }

  #best-offer p {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*********** Product Page Style End *****************/

/*********** Offer Page Style Start *****************/
form#user-details-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form#user-details-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

form#user-details-form button {
  align-self: flex-start;
}

/*********** Offer Page Style End *****************/

/********** Connect page Style Start *****************/

.connect-main .card h1 {
  font-size: 28px;
  font-weight: 600;
}

.connect-main .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.connect-main .logos img {  
  max-width: 200px;
}

.connect-main .arrow {
  display: flex;
  font-size: 24px;
  color: #f70958;
  animation: Arrowbounce 1s infinite;
  flex-direction: row;
  width: 55px;
}

@keyframes Arrowbounce {

  0%,
  100% {
      transform: translateX(0);
  }

  50% {
      transform: translateX(10px);
  }
}



@media (max-width: 767px) {
  .connect-main .logos {
    display: block;
  }

  .connect-main .logos img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .connect-main .arrow {
    display: block;
    width: auto;
  }

  .connect-main {
    padding: 0 15px;
  }

  .connect-main .animation-arrow {
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center;
    margin: 20px 0 30px 0;
  }


}

/********** Connect page Style End *****************/

/*********** Range Page Style Start ****************/
.shop_area {
  margin-top: 50px;
}

/*********** Range Page Style End ****************/

.offer-comparison-table {
  margin: 0;
}

.offer-comparison-table .comparison-table tbody tr td:not(:last-child) {
  border-right: 1px solid #ebebeb;
}

.offer-comparison-table tbody tr td img {
  max-width: 100px;
  max-height: 30px;
}

.offer-comparison-table thead tr th.seller {
  width: 12.931%;
}

.offer-comparison-table thead tr th.price-th {
  width: 21.5517%;
}

.offer-comparison-table thead tr th.rating {
  width: 11.2069%;
}

.offer-comparison-table thead tr th.condition {
  width: 13.3448%;
}

.offer-comparison-table thead tr th.stock {
  width: 10.6207%;
}

.offer-comparison-table thead tr th.location {
  width: 13.7931%;
}

.offer-comparison-table thead tr th.offer-btn {
  width: 15.5172%;
}

@media only screen and (max-width: 991px) {
  .offer-comparison-table thead {
    display: none;
  }

  .offer-comparison-table table,
  .offer-comparison-table tbody,
  .offer-comparison-table th,
  .offer-comparison-table td,
  .offer-comparison-table tr {
    display: block;
  }

  .offer-comparison-table tbody tr {
    border-bottom: 2px solid #f70958;
  }

  .offer-comparison-table tbody tr:last-child {
    border: none;
  }

  .offer-comparison-table .comparison-table tbody tr td:not(:last-child) {
    border-right: none;
  }

  .offer-comparison-table tbody tr td {
    position: relative;
    border: none;
    border-bottom: 1px solid #ddd;
    white-space: normal;
    text-align: left;
    padding-left: 32%;
    min-height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .offer-comparison-table tbody tr td:last-child {
    border: none;
  }

  .offer-comparison-table tbody tr td:before {
    content: attr(data-label);
    position: absolute;
    font-size: 16px;
    line-height: 1.2;
    color: #f70958;
    top: 10px;
    left: 6px;
    width: 30%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  
}

/*************** Search Reasult Start  ****************/
.search-section {
  padding: 20px 0;
}

.search-section .search-img-block {
  padding: 5px;
  text-align: center;
}

.search-section .search-img-block img {
  max-width: 60%;
  height: auto;
  object-fit: cover;
}

.bqoz-card {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s;
  text-decoration: none;
  color: inherit;
}

.bqoz-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.clxv-details {
  padding: 15px;
}

.yxpa-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 5px;
  
}

.uvnw-price {
  font-size: 16px;
  line-height: 1.1;
  color: #f70958;
}

.szqj-variants {
  margin-top: 10px;
  display: flex;
  gap: 5px;
}

@media (max-width: 767px) {
  .bqoz-card {
    height: auto;
  }
}

/*************** Search Reasult End  ****************/

.map-area {
  margin-bottom: 30px;
}

.offer-product-carousel .single_product .primary_img img {
  width: 80%;
  height: auto;
  margin: auto;
}

.text-assets {
  color: #f70958;
}

.slider_heading {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.text_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 350px;
  /* Adjust as needed */
}

@media (max-width: 768px) {
  .slider_heading {
    font-size: 1.5rem;
    will-change: opacity, transform;
    contain: layout paint;
  }
}

/* General Styles */
.slider_section {
  position: relative;
  height: 650px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: url("https://storage.refurbstore.co.uk/loading.png")
    center/cover no-repeat;
  /* Add a lightweight image */
}

.background_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.slider_content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}


ul strong{
  font-weight: 600;
}
/* Responsive Design */

/* SEO Content Section */
.seo-content {
  background-color: #ffffff;
  padding: 50px 0;
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 14px;
}

.seo-content ul{
  margin-bottom: 1rem;
  list-style: disc;
  padding-left: 1rem;
}
.seo-content ol{
padding-left: 1rem;
}

.seo-content h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.seo-content h2{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.seo-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.seo-content p { 
  margin-bottom: 10px;
}

.seo-content a {
  color: #f70958;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}

.seo-content a:hover {
  color: #d30748;
}

.about-video {
  width: 100%;
  height: auto;
  max-height: 500px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.about_thumb {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}


.rainbow_text h3 {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
}

.blog-content ul{
  margin-bottom: 1rem;
 }
.blog-content h2{ 
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 500;
 
}

.blog-content h3{ 
  font-size: 20px;
  font-weight: 500;
  
}



.holding-message {
  max-width: 600px;
  margin: 0 auto;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sub-title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.card-title{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.card-shadow{
  box-shadow: var(--bs-box-shadow) !important;
  border-radius: var(--bs-border-radius-lg) !important;
  border: 0 !important;
}

.integration-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.integration-logos img {
  height: 40px;
  object-fit: contain;
}

.list-gap{
  display: flex !important;
  flex-direction: column;
  gap: .5rem;
}
@media only screen and (max-width: 768px) {
  .blog-content h2 { 
    font-size: 18px;
  }
  .section-title{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .seo-content{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .seo-content h1 {
    font-size: 20px;
  }
  .seo-content h2{
    font-size: 20px;
  }

  .seo-content h3 {
    font-size: 18px;
  }
  .slider_section {
    height: auto;
  }

  .text_container {
    margin-top: 80px;
  }

  .slider_content {
    padding: 50px 30px 30px;
  }

  .slider_content .button_group {
    margin-top: 10px;
  }

  .button_group {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0px;
  }

  .button {
    flex: auto;
    font-size: 0.9rem;
  }
  .shipping_area {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .card-title {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }
  .slider_content .button {
    height: 42px;
    padding: 0 20px;
    line-height: 42px;   
  }
  
}</pre></body></html>