/* body #00ffff */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital@0;1&display=swap');



#page-navigation {
  display: none;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.loader {
  display: flex;
  justify-content: space-between;
  width: 80px;
}

.loader div {
  width: 16px;
  height: 16px;
  background-color: #FF5C35;
  border-radius: 50%;
  animation: grow-shrink 1.5s infinite;
}

.loader div:nth-child(1) {
  animation-delay: 0s;
}

.loader div:nth-child(2) {
  animation-delay: 0.3s;
}

.loader div:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes grow-shrink {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

a {
  text-decoration: none !important;
  color: #bb1c8b;
}

a:hover {
  text-decoration: underline;
  color: #bb1c8b;
}



.breadcrumb-item.active {
  color: #25001a;
}

.bg_color_container {
  background-color: rgb(255, 166, 255, 0.3);
  padding-bottom: 5%;
}

.padding_b {
  padding-bottom: 5%;
}

.float-right {
  float: right;
}

@font-face {
  font-family: nadoco;
  src: url(../fonts/Nadoco-Medium.woff);
}

@font-face {
  font-family: Nadira;
  src: url(../fonts/Nadira.woff);
}

@font-face {
  font-family: 'PF Reminder Pro';
  src: url('../fonts/PFReminderPro-Regular.woff2') format('woff2'),
    url('../fonts/PFReminderPro-Regular.woff') format('woff'),
    url('../fonts/PFReminderPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


body {

  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: black;
  font-family: 'nadoco', serif;
  font-family: 'Nadira', serif;
  font-family: 'Brygada 1918', serif;
  font-family: 'PF Reminder Pro';
}

header {
  height: 5rem;
  background: rgb(255, 215, 246);
  background: linear-gradient(90deg, rgba(255, 215, 246, 1) 0%, rgba(252, 186, 232, 1) 50%, rgba(251, 155, 230, 1) 100%);
  display: flex;
  align-content: space-between;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.color_bg {
  background-color: rgb(255, 166, 255, 0.3);
}

.display_not {
  display: none;
}

.fa-stack[data-count]:after {
  position: absolute;
  right: 0%;
  top: 0%;
  content: attr(data-count);
  font-size: 40%;
  padding: .4em;
  border-radius: 999px;
  line-height: .75em;
  color: #bb1c8b;
  text-align: center;
  min-width: 2em;
  font-weight: bold;
  background: white;
  border-style: solid;
}

.fa-circle {
  color: #bb1c8b;
}

.red-cart {
  color: #DF0000;
  background: white;
}

.menu_bar {
  display: flex;
  padding: 0 0 0 3%;
}

.menubar {
  color: #bb1c8b;
  cursor: pointer;
}


.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #ffa6ff;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 22px;
  }
}

.container_center {
  min-height: 1100px;
}




/* Στυλ για το banner */
#construction-banner {
  width: 100%;
  height: 5rem;
  background-color: #ffc107;
  /* Κίτρινο χρώμα */
  color: #212529;
  font-size: 1.4rem;
  /* Σκούρο κείμενο */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}


/***** Sidebar *****/


.sidebar {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #ffeafa;
  color: #bb1c8b;
  transition: all .3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
  overflow: auto;
  display: none;

}

.sidebar.active {
  left: 0;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all .3s;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.dismiss:hover,
.dismiss:focus {
  background: rgba(255, 215, 246, 1);
}

.sidebar .logo {

  border-bottom: 2px solid rgb(253, 0, 198);
  transition: all .3s;
}

.sidebar .logo a {
  display: inline-block;
  width: 110px;
  height: 110px;
  background: url(../img/arteripng.png) left top no-repeat;
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {

  border-bottom: 2px solid rgb(253, 0, 198);
  transition: all .3s;

}

.sidebar ul li {
  float: none;
  padding: 0px;
}

.sidebar ul li a {
  display: block;
  padding: 20px 20px;
  border: 0;
  color: #bb1c8b;
  line-height: 2px;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active>a:hover,
.sidebar ul li.active>a:focus {
  outline: 0;
  color: #bb1c8b;
}

.sidebar ul li a i {
  margin-right: 5px;
}


.sidebar ul ul a {
  background: #ffd7f6;
  padding-left: 30px;
  font-size: 14px;
}

.sidebar ul ul li.active>a {
  background: #555;
}

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translateY(-50%);
}

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

.sidebar .dark-light-buttons {
  padding: 10px 20px 30px 20px;
  text-align: center;
}

/* sidebar light */

.sidebar.light {
  background: #fff;
  color: #888;
}

.sidebar.light .dismiss {
  background: #ddd;
  color: #888;
}

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light .logo {
  border-color: #eee;
}

.sidebar.light .logo a {
  background-image: url(../img/logo-dark.png);
}

.sidebar.light ul.menu-elements {
  border-color: #eee;
}

.sidebar.light ul li a {
  color: #888;
}

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active>a:hover,
.sidebar.light ul li.active>a:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li.active>a,
.sidebar.light a[aria-expanded="true"] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a {
  background: #ddd;
}

.sidebar.light ul ul li.active>a {
  background: #ccc;
}

.sidebar.light a.btn-customized-3 {
  background: #ddd;
  color: #888;
}

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
  background: #555;
}

.sidebar.light a.btn-customized-4.btn-customized-light {
  background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}


.btn_badge {
  background-color: #ffeafa;

}

.modal_success {

  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: none;
  background: rgba(0, 0, 0, 0.6);
}

.modal_success-content {
  background-color: #fefefe;
  margin: 10% auto;
  width: 50%;
  /* Could be more or less, depending on screen size */
}

.modal_success_close {
  color: #777;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
}

.close-classic:after {
  content: 'X';
  /* ANSI X letter */
}

.close-thin:after {
  content: '×';
  /* UTF-8 symbol */
}

.modal_success_close:after {
  content: '✖';
  /* UTF-8 symbol */
}

/***** Dark overlay *****/

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.navhor {
  background: #ffeafa;
  position: absolute;
  z-index: 999;
}

.navhor ul {
  background: darkorange;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.navhor li {
  color: #bb1c8b;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

.navhor li a {
  color: #bb1c8b;
}

.navhor li:hover,
.navhor li:focus-within {
  background: #ffd7f6;
  cursor: pointer;
}

.navhor li:focus-within a {
  outline: none;
}

.navhor ul li ul {
  background: orange;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}

.navhor ul li:hover>ul,
.navhor ul li:focus-within>ul,
.navhor ul li ul:hover,
.navhor ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.navhor ul li ul li {
  clear: both;
  width: 100%;
}


/***** Content *****/

.content {
  width: 100%;
  transition: all 0.3s;
}

.open-menu {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 997;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}


/***** Buttons *****/

a.btn-customized {
  margin-left: 5px;
  margin-right: 5px;
  padding: .75rem 1.5rem;
  background: #f35b3f;
  border: 0;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #cd533d;
  background: rgba(243, 91, 63, 0.7);
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-2 {
  margin-left: 5px;
  margin-right: 5px;
  padding: .75rem 1.5rem;
  background: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 300;
  color: #555;
  box-shadow: none;
}

a.btn-customized-2:hover,
a.btn-customized-2:active,
a.btn-customized-2:focus,
a.btn-customized-2:active:focus,
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #555;
  box-shadow: none;
}

a.btn-customized-3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .75rem 1.5rem;
  background: #444;
  border: 0;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i {
  margin-right: 5px;
}


a.btn-customized-4 {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  padding: 0;
  background: #444;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  text-indent: -999999px;
}

a.btn-customized-4.btn-customized-dark {
  background: #222;
}

a.btn-customized-4.btn-customized-light {
  background: #fff;
}

a.btn-customized-4.btn-customized-dark:hover,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}

a.btn-customized-4.btn-customized-light:hover,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  box-shadow: none;
}



.logo {

  padding: 0rem 2rem;
}

.imglogo {
  height: 4.5rem;
  width: 10rem;
}

.imglogo_review {
  height: 9.5rem;
  width: 15rem;
}

.product_search_home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65vw;
}


.check {
  font-size: 72px;
  color: green;
}

.nocheck {
  font-size: 72px;
  color: red;
}


.search {
  width: 90%;
  position: relative;
  display: flex;


}

.flright {
  height: 4rem;
  margin-left: auto;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchTerm {
  width: 100%;
  border: 1px solid #bb1c8b;
  border-right: none;
  padding: 3px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #bb1c8b;
}

.searchTerm:focus {
  color: #bb1c8b;
}

.searchButton {
  width: 40px;
  height: 40px;
  border: 1px solid #bb1c8b;
  background: #bb1c8b;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.searchprice {

  width: 40px;
  height: 40px;
  border: 1px solid #bb1c8b;
  background: #bb1c8b;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 22px;
}

.showfilter {
  border: 1px solid #bb1c8b;
  background: #bb1c8b;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 22px;
}


.flags {
  width: 10rem;
  margin-left: auto;
  display: flex;

}

.greek {
  height: 3rem;
  width: 3rem;
  padding: 0.1rem;
}

.uk {
  height: 3rem;
  width: 3rem;
  padding: 0.1rem;
}




.main-menu {
  display: block;
  position: relative;
  z-index: 40;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 4px 4px #1313133d;
}

.content-full-container {
  width: 100%;
}

.content-full-container .content-full {
  margin: 0 auto;
  max-width: 1500px;
  width: 92%;
}

.nav-bar {
  display: flex;
  justify-content: center;
  height: 3.5rem;
  background: #ffeafa;
  border-top: 0 0 0 1px solid #fae6f5;
  box-shadow: 0 4px 4px #1313133d;

}

.hr_menu {
  margin: 0px;
  padding: 0px;
}


.nav-container {
  margin: 0 auto;
}

nav {
  float: left;
}

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

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 1.2rem;
  line-height: 3.5rem;
  font-size: 22px;
  color: #bb1c8b;
  text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
  color: #bb1c8b;
  background: #ffd7f6;
  border-bottom: 1px solid;
  text-decoration: none !important;
}



nav ul li ul li {
  min-width: 200px;
  background-color: #ffd7f6;

}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}


.nav-mobile {
  display: none;
  position: absolute;
  top: 1vw;
  left: 0;
  background: transparent;
  height: 70px;
  width: 70px;
}

.nav-list {
  position: relative;
  z-index: 40;
  background: #ffeafa;
}

#header_container {
  display: flex;
  flex-direction: row;
  width: 100%;
}


@media only screen and (max-width: 1024px) {
  header {
    height: 10rem;

  }

  .nav-bar,
  .nav-list {
    display: none;

  }

  #header_container {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }


  .imglogo {
    height: 9vw;
    margin: 1vw 0;
  }

  .flright {
    position: absolute;
    top: 2vm;
    right: 1vw;
    height: auto;
    margin: 0px;
    padding: 0px;
  }

  .product_search_home {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  nav {
    width: 100%;
    padding: 20px 0 15px !important;

  }

  .nav-mobile {
    display: block;

  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
    padding-left: 25%;

  }

  nav ul li ul li a {
    padding-left: 30%;
  }

  .nav-dropdown {
    position: static;
  }

  .brand a img {
    max-height: 60px;
    margin-top: 5px;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

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

  .nav-list {
    display: block !important;
  }

  .imglogo {
    height: 20vw;
    margin: 1vw 0;
  }
}

#nav-toggle {
  position: absolute;
  right: 18px;
  top: 90px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #bb1c8b;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


#slider-with-blocks-1 {
  width: 100%;
}

.black {
  color: #000;
}

.portok {
  color: #b14848;
}

.img1_slide {
  width: 16%;
  margin-top: 8%;
  margin-left: 20%;
  float: left;

}

.img2_slide {
  width: 18%;
  margin-top: 0%;
  margin-left: 5%;
  float: left;
}

.img3_slide {
  width: 18%;
  margin-top: 6%;
  margin-left: 0%;
  float: left;
}



.img4_slide {
  width: 18%;
  margin-top: -1%;
  margin-left: 41%;
}

.img5_slide {
  width: 25%;
  margin-top: 18%;
  margin-left: 2%;
  float: left;
}

.img6_slide {
  width: 23%;
  margin-top: 16%;
  margin-left: 11%;
  float: left;
}

.img7_slide {
  width: 23%;
  margin-top: 13%;
  margin-left: 10%;
  float: left;
}

.img8_slide {
  width: 30%;
  margin-top: 5%;
  margin-left: 2%;
  float: left;
}

.img9_slide {
  width: 29%;
  margin-top: 5%;
  margin-left: 2%;
  float: left;
}

.img10_slide {
  width: 32%;
  margin-top: 4%;
  margin-left: 2%;
  float: left;
}

@media only screen and (max-width: 575px) {
  .img1_slide {
    width: 33%;
    margin-top: 10%;
    margin-left: 0%;
    float: left;
  }

  .img2_slide {
    width: 33%;
    margin-top: 2%;
    margin-left: 0%;
    float: left;
  }

  .img3_slide {
    width: 33%;
    margin-top: 10%;
    margin-left: -5%;
    float: left;
  }

  .img4_slide {
    width: 33% !important;
    margin-top: 0%;
    margin-left: 33%;
  }

  .img5_slide {
    width: 33% !important;
    margin-top: 40% !important;
    margin-left: 2% !important;
    float: left;
  }

  .img6_slide {
    width: 30% !important;
    margin-top: 35% !important;
    margin-left: 2% !important;
    float: left;
  }

  .img7_slide {
    width: 30% !important;
    margin-top: 35% !important;
    margin-left: 2% !important;
    float: left;
  }

  .img8_slide {
    width: 50%;
    margin-top: 5%;
    margin-left: -10%;
    float: left;
  }

  .img9_slide {
    width: 45%;
    margin-top: 6%;
    margin-left: -10%;
    float: left;
  }

  .img10_slide {
    width: 52%;
    margin-top: -50%;
    margin-left: 58%;
    float: left;
  }
}





.rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left;
}

.bContainer {
  position: relative;
}

.rsABlock {
  position: relative !important;
  display: block;
  left: auto;
  top: auto;
}

.blockHeadline {
  font-size: 38px;
  line-height: 50px;
}

.blockSubHeadline {
  font-size: 32px;
  line-height: 40px
}

.txtCent {
  text-align: center;
  width: 100%;
}

.slide1 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px;
}

.slide2 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px;
}

.slide3 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px;
}

.slide4 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px;
}

.photoCopy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: black;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}

.photoCopy a {
  color: #FFF;
}

.palmImg {
  left: 0;
  top: auto;
  bottom: -60px;
  position: absolute;
}





.cat-container {
  background-color: #FFF;
  padding: 1% 0 3% 0;
}

.tilte_cat {
  width: 100%;
  text-align: center;
  color: #bb1c8b !important;
  padding-bottom: 2%;
  height: 7.5rem;
  padding-top: 0.5rem;
}

@media only screen and (max-width: 575px) {
  .tilte_cat {
    height: 6rem;

  }
}

.tilte_categories {
  width: 100%;
  text-align: center;
  color: #bb1c8b !important;
  padding-bottom: 2%;
  padding-top: 0.5rem;
}

.hrcat {
  border: none;
  height: 20px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333;
  margin: -50px auto 10px;
}

.cat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1%;
}

.cat2 {
  margin-top: 10vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tile {
  display: inline-block;
  width: 90%;
  background: #ffffff;
  text-align: center;
  margin: 0 4%;
  min-height: 10rem;
}

.tile2 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  border-radius: 50%;
  padding: 0.7rem;

}

.info2 {
  margin: 0px;
}

.title2 {
  padding: 0 1%;
}

.tile:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(251, 166, 231, 1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(251, 166, 231, 1);
  box-shadow: 0px 0px 5px 1px rgba(251, 166, 231, 1);

}

.tile a .title {
  display: block;
  text-align: center;
  font-size: 20px;
  background-color: rgb(187, 28, 139);
  width: 100%;
  color: white;
}

@media screen and (max-width:560px) {
  .tile a .title {
    font-size: 18px !important;
  }
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40%;

}

.divover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}

.imagecat {

  display: block;
  width: 70%;
  height: auto;
  box-shadow: 4px 0 8px -4px rgba(187, 28, 139, 1), -5px 0 8px -4px rgba(187, 28, 139, 1);
  -webkit-box-shadow: 4px 0 8px -4px rgba(187, 28, 139, 1), -5px 0 8px -4px rgba(187, 28, 139, 1);
  -moz-box-shadow: 4px 0 8px -4px rgba(187, 28, 139, 1), -5px 0 8px -4px rgba(187, 28, 139, 1);
}

.overlayimg {
  cursor: pointer;
  position: absolute;
  background-color: rgb(255, 166, 255, 0.9);
  overflow: hidden;
  width: 70%;
  height: 0%;
  transition: .5s ease;

}

.text_box {
  color: #bb1c8b;
  text-align: center;
  font-size: 1.2rem;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;

}

.divover:hover .overlayimg {
  height: 100%;
}


.fa-h1 {
  font-size: 2vw !important;
}

/********************* Product Shopping Demo-4 **********************/

.slider-for {
  background-color: #fff;
  height: 60%;
  width: 100%;
}

.slider-for img {
  width: 100%;
  height: 30rem;
  object-fit: contain;
}

.slider-nav img {
  width: 90%;
  height: 7rem;
  object-fit: cover;
}

.slider-nav {
  height: 20%;
  width: 100%;

}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.slide-prev-arrow {
  left: -20px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.slide-next-arrow {
  right: -15px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.lb-close {
  background: url(../img/close_light.png) top right no-repeat !important;

}


.breadcrumb {
  padding: .75rem 2rem;
  background-color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.product-grid4,
.product-grid4 .product-image4 {
  position: relative
}

.product-grid4 {
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: all .3s ease 0s
}

.product-grid4:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.ratings .rating-wrap {
  font-size: 14px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  color: #CCCCCC;
}

.ratings .rating-wrap::before {
  font-family: FontAwesome;
  content: "\f005"" \f005"" \f005"" \f005"" \f005";
}

.ratings .rating-wrap .star {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #FF9806;
}

.ratings .rating-wrap .star::before {
  font-family: FontAwesome;
  content: "\f005"" \f005"" \f005"" \f005"" \f005";
}

.ratings .rating-num {
  font-size: 12px;
  line-height: 1;
  margin-left: 6px;
  color: #999999;
}

.product-summery .price-box .regular-price {
  font-size: 24px;
  font-weight: 600;
  margin-right: 5px;
  color: #cc6300;
}

.product-summery .price-box .old-price {
  font-size: 20px;
  color: #a3a3a3;
}

.product-summery .actions .action+.action {
  margin-top: 0px;
  margin-right: 0;
}

.product-summery .actions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  top: 0;
  right: 0;
}

.product-summery .actions .action {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: initial;
  height: initial;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  position: relative;
  margin-right: 30px;
}

.product-grid4 .social {
  width: 180px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease 0s
}

.product-grid4 .social li {
  display: inline-block;
  opacity: 0;
  transition: all .7s
}

.product-grid4 .social li:nth-child(1) {
  transition-delay: .15s
}

.product-grid4 .social li:nth-child(2) {
  transition-delay: .3s
}

.product-grid4 .social li:nth-child(3) {
  transition-delay: .45s
}

.product-grid4:hover .social li {
  opacity: 1
}

.product-grid4 .social li a {
  color: #222;
  background: #fff;
  font-size: 17px;
  line-height: 36px;
  width: 40px;
  height: 36px;
  border-radius: 2px;
  margin: 0 5px;
  display: block;
  transition: all .3s ease 0s
}

.product-grid4 .social li a:hover {
  color: #fff;
  background: #29a8e0
}

.product-grid4 .social li a:after,
.product-grid4 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px
}

.product-grid4 .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1
}

.product-grid4 .social li a:hover:after,
.product-grid4 .social li a:hover:before {
  opacity: 1
}

.product-grid4 .product-discount-label,
.product-grid4 .product-new-label {
  color: #fff;
  background-color: #29a8e0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 15px;
  transition: all .3s
}

.product-grid4 .product-discount-label {
  left: auto;
  right: 10px;
  background-color: #d7292a
}


.product-grid4 .product-content {
  padding: 25px;
}

@media only screen and (max-width: 575px) {
  .product-grid4 .product-content {
    padding: 5px 0px;
  }

  .product-grid4 .product-discount-label,
  .product-grid4 .product-new-label {
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    width: 30px;
    top: 10px;
    line-height: 30px;
  }


}

.product-summery .product-head .product-title {
  font-weight: 500;
  color: #bb1c8b;

}

.product-summery .desc-content {
  font-size: 1.2rem;
  color: #535353;
}

.product-summery .cart-btn .add-to_cart .btn {
  width: 35%;
  font-size: 1.3rem;

}

.product-grid4 .pic-1 {
  opacity: 1;
  transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-1 {
  opacity: 0
}

.product-grid4 .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease-out 0s;
  object-fit: cover;
  height: 100%;
}

.product-grid4:hover .pic-2 {
  opacity: 1
}

.product-grid4 .title {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 7px;
  min-height: 40px;
  transition: all .3s ease 0s
}



.product-grid4 .title a {
  color: #222;
  min-height: 70px;
  display: inline-block;
  text-align: center;
}



.product-grid4 .title a:hover {
  color: #bb1c8b;
}

.product-grid4 .price {
  color: #bb1c8b;
  font-size: 17px;
  font-weight: 700;
  margin: 0 2px 15px 0;
  display: block
}

.product-grid4 .price span {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  vertical-align: middle;
  display: inline-block
}

.showfilter {
  display: none;
}


.add-to-cart {
  background-color: #ee81c2 !important;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px 25px;
  color: #e7f8ff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  transition: all .3s
}

@media screen and (max-width:560px) {
  .add-to-cart {
    padding: 5px 10px;
    font-weight: 100;
    font-size: 12px;
  }
}

.add-to-cart:hover {
  border: 1px solid transparent;
  background: #29a8e0;
  color: #fff
}

.add-to-cart:hover {
  background-color: #fa3dae !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  text-decoration: none;
}

.product-grid4 i.fa {
  margin-top: 8px;
}

.product-list-action {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.btn-big {
  background: #e41e4d;
  color: #fff;
  padding: 13px;
  font-size: 13px;
  line-height: 12px;
  font-weight: bold;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.btn-big:hover {
  background: #e41e4d;
  color: #fff;
}

@media only screen and (max-width:990px) {
  .product-grid4 {
    margin-bottom: 30px;
    margin-left: 17%;
  }
}

.scrollable-product-list {
  padding: 0 9%;
}

.owl-stage {
  margin: 1% 0;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}


.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

@media only screen and (max-width: 575px) {
  .owl-carousel .nav-btn {
    top: 0px !important;

  }
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(images/nav-icon.png) no-repeat scroll 0 0;
  left: 3%;
}

.owl-carousel .next-slide {
  background: url(images/nav-icon.png) no-repeat scroll -24px 0px;
  right: 5%;

}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}

span.img-text:hover {
  color: #2caae1;
}



/*====================
    5.10 Cart Page CSS
====================*/
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pro-thumbnail {
  height: 1rem;
  max-width: 50px;

}

.cart-plus-minus-box {
  max-width: 50px;
}

.cart_synolo {
  font-size: 1.2rem;
  text-align: left;
}

.title_cart {
  background-color: #ffeafa;
  text-align: center;
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*==================== 
  Footer 
====================== */

/* Main Footer */
footer .main-footer {
  padding: 20px 0;
  background: #252525;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
  background: #222;
  padding: 5px 0;
}

.footer-copyright .logo {
  display: inherit;
}

.footer-copyright nav {
  float: right;
  margin-top: 5px;
}

.footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

.footer-copyright nav ul li a {
  color: #969696;
}

.footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

.footer-copyright p {
  color: #969696;
  margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
  background: #252525;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top,
footer.transparent .main-footer {
  background: transparent;
}

footer.transparent .footer-copyright {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
  background: #f9f9f9;
}

footer.light .main-footer {
  background: #f9f9f9;
}

footer.light .footer-copyright {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
  display: inline-block;
}

/*==================== 
  Widgets 
====================== */
.widget {
  padding: 20px;
  margin-bottom: 40px;
}

.widget.widget-last {
  margin-bottom: 0px;
}

.widget.no-box {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

.widget.subscribe p {
  margin-bottom: 18px;
}

.widget li a {
  color: #fff;
}

.widget li a:hover {
  color: #aaa;
  text-decoration: none;
}

.widget-title {
  margin-bottom: 20px;
  color: #5708bb;
}

.widget-title span {
  background: #839FAD none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-top: 25px;
  position: relative;
  width: 20%;
}

.widget-title span::after {
  background: inherit;
  content: "";
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.widget .badge {
  float: right;
  background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
  color: #fff;
}

ul.social-footer2 {
  margin: 0;
  padding: 0;
  width: auto;
}

ul.social-footer2 li {
  display: inline-block;
  padding: 0;
}

ul.social-footer2 li a:hover {
  background-color: #ff8d1e;
}

ul.social-footer2 li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
}




#subscribe-box .emailfield {
  margin: auto;
}


.thumb-content ::before {
  content: "\f190";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
  color: #ffffff;
}



/*====================
    5.2 Shop Page CSS
====================*/
/*-- Shop Toolbar Area Start Here --*/
.shop_toolbar_wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.shop_toolbar_wrapper .shop_toolbar_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_toolbar_wrapper .shop_toolbar_btn button {
  border: 0px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 6px 5px 4px;
  background-color: transparent;
}

.shop_toolbar_wrapper .shop_toolbar_btn button:last-child {
  margin-right: 0px;
}

.shop_toolbar_wrapper .shop_toolbar_btn button.active {
  color: #00c4cc;
}

.shop_toolbar_wrapper .shop_toolbar_btn button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop_toolbar_wrapper .shop_toolbar_btn button:hover {
  color: #00c4cc;
  border-color: #00c4cc;
}

.shop_toolbar_wrapper .shop_toolbar_btn button:first-child {
  padding-left: 0;
}

.shop_toolbar_wrapper .shop-top-bar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_toolbar_wrapper .shop-top-bar-right .title {
  font-size: 14px;
  color: #222222;
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-right .shop-short-by {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.shop_toolbar_wrapper .shop-top-bar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_toolbar_wrapper .shop-top-bar-left .shop-top-show span {
  color: #222222;
  font-size: 14px;
}

.shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
  margin-right: 60px;
}

@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
    margin-right: 20px;
  }
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by {
  margin-right: 0px;
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select {
  width: 200px;
  border: 1px solid #bb1c8b;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  color: #bb1c8b;
  background-color: #ffeafa;
  font-size: 1rem;
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .list,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .list {
  width: 200px;
  padding: 10px 0;
  border-radius: 0px;
  z-index: 99;
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li {
  margin: 0 10px;
  padding: 10px 0;
  background: transparent;
  line-height: 1;
  min-height: 20px;
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li:hover,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li:hover {
  padding-left: 5px;
  display: block;
  color: #00c4cc;
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select:focus,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select:focus {
  border-color: #00c4cc;
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .current,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .current {
  color: #222222;
  font-size: 14px;
}

/*-- Shop Toolbar Area End Here --*/
/* Shop Wrapper Start */
.shop_wrapper.grid_list {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.shop_wrapper.grid_list .product-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shop_wrapper.grid_4,
.shop_wrapper.grid_5,
.shop_wrapper.grid_3 {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  margin-bottom: -30px;
}

.shop_wrapper.grid_4 .product,
.shop_wrapper.grid_5 .product,
.shop_wrapper.grid_3 .product {
  margin-bottom: 30px;
}

.shop_wrapper.grid_4 .product .thumb img,
.shop_wrapper.grid_5 .product .thumb img,
.shop_wrapper.grid_3 .product .thumb img {
  width: 100%;
}

.shop_wrapper.grid_4 .product .content .price,
.shop_wrapper.grid_5 .product .content .price,
.shop_wrapper.grid_3 .product .content .price {
  margin-bottom: 0;
}

.shop_wrapper .content p {
  display: none;
}

.grid_list .product .product-inner {
  padding-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .grid_list .product .product-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.grid_list .product:last-child .product-inner {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.grid_list .product .thumb {
  width: 250px;
}

.grid_list .product .thumb img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .grid_list .product .thumb {
    width: 220px;
    height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .grid_list .product .thumb {
    width: 100%;
    height: 100%;
  }

}

.grid_list .product .content {
  width: calc(100% - 250px);
  text-align: start;
  padding-top: 10px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .grid_list .product .content {
    width: calc(100% - 220px);
  }
}

@media only screen and (max-width: 575px) {
  .grid_list .product .content {
    width: 100%;
    padding-left: 10px;
  }
}

.grid_list .product .content .title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .grid_list .product .content .title {
    margin-top: 20px;
  }
}

.grid_list .product .content .price {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.grid_list .product .content p {
  display: block;
  font-size: 18px;
}


/*==================== 2.3 Sidebar CSS ====================*/
/*-- Shop Sidebar Area Start --*/

.sidebar-body {
  margin-bottom: 25px;
}

.sidebar_widget .widget_inner .widget-title {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
}

.sidebar_widget .widget_inner .widget-title:after {
  background-color: #ebebeb;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}

.sidebar_widget .widget_inner .search-box {
  display: flex;
  flex-wrap: wrap;
}

.sidebar_widget .widget_inner .search-box .form-control {
  border: 1px solid #e1e1e1;
  padding: 10px;
  transition: 0.3s;
  display: block;
  border-radius: 0;
  height: 50px;
  font-size: 12px;
  width: calc(100% - 50px);
}

.sidebar_widget .widget_inner .search-box .form-control:focus {
  border-color: #e1e1e1;
  box-shadow: none;
}

.sidebar_widget .widget_inner .search-box .btn {
  border-radius: 0;
  color: #e1e1e1;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 20px;
}

.sidebar_widget .widget_inner .search-box .btn:focus {
  box-shadow: none;
}

.sidebar_widget .widget_inner .widget-list .category-menu {
  overflow: inherit;
}

.sidebar_widget .widget_inner .widget-list .category-menu>li {
  line-height: 1;
}

.sidebar_widget .widget_inner .widget-list .category-menu>li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.1rem;
}

.sidebar_widget .widget_inner .widget-list .category-menu>li>a i {
  transition: 0.3s;
}

.sidebar_widget .widget_inner .widget-list .category-menu>li>a:hover {
  color: #c74ea3;
}

.sidebar_widget .widget_inner .widget-list .category-menu>li.active>a i {
  transform: rotate(180deg);
  transition: 0.3s;
}

.sidebar_widget .widget_inner .widget-list .category-menu>li>.dropdown {
  padding-left: 10px;
}

.sidebar_widget .widget_inner .widget-list .category-menu>li>.dropdown li a {
  font-size: 1rem;
  font-weight: 400;
  padding-top: 15px;
  display: block;
}

.sidebar_widget .widget_inner .widget-list .category-menu>li>.dropdown li a:hover {
  color: #c74ea3;
}

.sidebar_widget .widget_inner .widget-list .sidebar-body .tags li {
  display: inline-block;
}

.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li {
  padding: 10px 0;
  line-height: 1;
}

.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li:last-child {
  padding-bottom: 0px;
}

.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-input {
  margin-right: 10px;
  cursor: pointer;
  color: #bb1c8b;
}

input[type='radio'] {
 
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 1px 0px black inset;
}

input[type='radio']:hover {
  border: 1px solid darkgray;
  box-shadow: 0 0 1px 0px #ffeafa inset;
}

input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;

}

input[type='radio']:checked:before {
  background: #bb1c8b;
}

input[type='checkbox'] {
  
  width: 15px;
  height: 15px;
  outline: none;
  box-shadow: 0 0 1px 0px black inset;
}

input[type='checkbox']:hover {
  border: 1px solid darkgray;
  box-shadow: 0 0 1px 0px #ffeafa inset;
}

input[type='checkbox']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;

}

input[type='checkbox']:checked:before {
  background: #bb1c8b;
}

.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label {
  color: #bb1c8b;
  text-transform: capitalize;
  cursor: pointer;
}

.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label:hover {
  color: #bb1c8b;
}

.sidebar_widget .widget_inner .widget-list .single-product-list .product-list-content .product-name {
  font-size: 14px;
}

.sidebar_widget .blog-list-wrapper .single-blog-list {
  display: flex;
  flex-wrap: wrap;
}

.sidebar_widget .blog-list-wrapper .single-blog-list .blog-thumb {
  width: 70px;
  border: 1px solid #e1e1e1;
  height: 100%;
}

.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content {
  width: calc(100% - 70px);
  padding-left: 10px;
}

.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name {
  font-size: 20px;
  font-weight: 400;
}

.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name a {
  color: #e1e1e1;
}

.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name a:hover {
  color: #e1e1e1;
  text-decoration: underline;
}

.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-meta p {
  color: #e1e1e1;
  font-size: 14px;
}

.sidebar-list>li>a {
  position: relative;
  display: block;
  padding: 5px 0;
}

.sidebar-list>li>a:hover {
  color: #e1e1e1;
}

.sidebar-list>li:last-child a {
  padding-bottom: 0;
}

.sidebar-body-archive .title {
  font-size: 14px;
  font-weight: 700;
  color: #e1e1e1;
}

.sidebar-body-archive .archive-list {
  padding-left: 10px;
}

.sidebar-body-archive .archive-list li {
  list-style: inherit;
  margin-top: 10px;
}

.sidebar-body-archive .archive-list li a {
  text-decoration: none;
}

.tags li button {
  border: 1px solid #ffeafa;
  padding: 6px 15px 4px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #bb1c8b;
  background: #fff;
}

.tags li button:hover {
  color: #bb1c8b;
  background: #ffeafa;
  border-color: #ffeafa;
}


.price-field {
  width: 85px;
  margin-left: 5px;
  padding: 6px 12px 7px;
  font-size: 22px;
  background-color: #ffeafa;
  display: inline-block;
  overflow: hidden;
  height: 41px;
  border-color: #5708bb;
  color: #bb1c8b;
}

.price-field:focus,
.price-field:focus-visible {
  outline: none;
}


.color-item {
  display: inline-block;
  vertical-align: middle;
}

.color-group-color label,
.color-group-size label {
  cursor: pointer;
}

.color-group-color .color-item-radio input,
.color-group-size .color-item-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  border: none;
  padding: 0;
  margin: 0;

}

.color-group-color label {
  display: block;
  width: 30px;
  height: 30px;
  padding: 4px;
  margin: 2px;
  border-radius: 50%;
  border: 1px solid rgb(0, 0, 0);
}

.color-group-color .circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


.color-group-color input:checked+label {
  border: 3px solid #bb1c8b;
}

.color-group-color input:focus+label {
  box-shadow: 0 0 7px #6da1fa;
}

/*==================== 5.2 Shop Page CSS ====================*/
/*-- Shop Toolbar Area Start Here --*/
.shop_toolbar_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

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

.shop_toolbar_wrapper .shop_toolbar_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shop_toolbar_wrapper .shop_toolbar_btn button {
  border: 0px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
  padding: 6px 5px 4px;
  background-color: transparent;
  color: #bb1c8b;
}

.shop_toolbar_wrapper .shop_toolbar_btn button:last-child {
  margin-right: 0px;
}

.shop_toolbar_wrapper .shop_toolbar_btn button.active {
  display: none;
  color: #fff;
}

.shop_toolbar_wrapper .shop_toolbar_btn button:focus {
  box-shadow: none;
  outline: none;
}

.shop_toolbar_wrapper .shop_toolbar_btn button:hover {
  color: rgb(255, 0, 0);
  border-color: #fff;
}

.shop_toolbar_wrapper .shop_toolbar_btn button:first-child {
  padding-left: 0;
}

.shop_toolbar_wrapper .shop-top-bar-right {
  display: flex;
  align-items: center;
}

.shop_toolbar_wrapper .shop-top-bar-right .title {
  font-size: 14px;
  color: #bb1c8b;
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-right .shop-short-by {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.shop_toolbar_wrapper .shop-top-bar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shop_toolbar_wrapper .shop-top-bar-left .shop-top-show span {
  color: #fff;
  font-size: 14px;
}

.shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
  margin-right: 60px;
}

@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
    margin-right: 20px;
  }
}

.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by,
.shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by {
  margin-right: 0px;
}



/*-- Shop Toolbar Area End Here --*/
/* Shop Wrapper Start */
.shop_wrapper.grid_list {
  transition: 0.3s;
  animation-duration: 1s;
  animation-name: fadeIn;
}

.shop_wrapper.grid_list .product-inner {
  display: flex;
}

.shop_wrapper.grid_4,
.shop_wrapper.grid_5,
.shop_wrapper.grid_3 {
  transition: 0.6s;
  animation-duration: 2s;
  animation-name: fadeIn;
  margin-bottom: -30px;
}

.shop_wrapper.grid_4 .product,
.shop_wrapper.grid_5 .product,
.shop_wrapper.grid_3 .product {
  margin-bottom: 30px;
}

.shop_wrapper.grid_4 .product .thumb img,
.shop_wrapper.grid_5 .product .thumb img,
.shop_wrapper.grid_3 .product .thumb img {
  width: 100%;
}

.shop_wrapper.grid_4 .product .content .price,
.shop_wrapper.grid_5 .product .content .price,
.shop_wrapper.grid_3 .product .content .price {
  margin-bottom: 0;
}

.shop_wrapper .content p {
  display: none;
}

.grid_list .product .product-inner {
  padding-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .grid_list .product .product-inner {
    flex-direction: column;
  }
}

.grid_list .product:last-child .product-inner {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.grid_list .product .thumb {
  width: 250px;
}

.grid_list .product .thumb img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .grid_list .product .thumb {
    width: 220px;
    height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .grid_list .product .thumb {
    width: 100%;
    height: 100%;
  }
}

.grid_list .product .content {
  width: calc(100% - 250px);
  text-align: start;
  padding-top: 10px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .grid_list .product .content {
    width: calc(100% - 220px);
  }
}

@media only screen and (max-width: 575px) {
  .grid_list .product .content {
    width: 100%;
    padding-left: 10px;
  }
}

.grid_list .product .content .title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .grid_list .product .content .title {
    margin-top: 20px;
  }
}

.grid_list .product .content .price {
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.grid_list .product .content p {
  display: block;
  font-size: 14px;
}

/*==================== rating ====================*/




.card {
  border-radius: 5px;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rating-box {
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FBC02D;
  color: #fff;
}

.rating-label {
  font-weight: bold;
}

/* Rating bar width */
.rating-bar {
  width: 300px;
  padding: 8px;
  border-radius: 5px;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 5px;
}

/* Individual bars */
.bar-5 {
  width: 70%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;

}

.bar-4 {
  width: 30%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;

}

.bar-3 {
  width: 20%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;

}

.bar-2 {
  width: 10%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;

}

.bar-1 {
  width: 0%;
  height: 13px;
  background-color: #FBC02D;
  border-radius: 20px;

}

.star-active {
  color: #FBC02D;
  margin-top: 10px;
  margin-bottom: 10px;
}

.star-active:hover {
  color: #F9A825;
  cursor: pointer;
}

.star-inactive {
  color: #CFD8DC;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blue-text {
  color: #0091EA;
}


.profile-pic {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-right: 30px;
}

.pic {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.vote {
  cursor: pointer;
}

.review_card {
  text-align: justify;
}


.categories-list {
  color: #bb1c8b;
  text-transform: capitalize;
  cursor: pointer;
}

/*==================== 2.6 Products CSS ====================*/
/* Product Style */
.product {
  overflow: hidden;
}

.product .thumb {
  position: relative;
  overflow: hidden;
}

.product .thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.product .thumb .image img {
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.product .thumb .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.product .thumb .image .second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product .thumb .badges {
  position: absolute;
  z-index: 8;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
}

.product .thumb .badges span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding: 4px 12px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  border-radius: 3px;
}

.product .thumb .badges span+span {
  margin-top: 6px;
}

.product .thumb .badges span.new {
  background-color: #00c4cc;
}

.product .thumb .badges span.sale {
  background-color: red;
}

.product .thumb .countdown-area {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
}

.product .thumb .add-cart-btn {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.product .thumb .add-cart-btn .btn {
  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, .1);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 25px;
}

.product .content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 20px 15px 0;
  transition: all 0.5s ease 0s;
  text-align: center;
  background-color: #fff;
}

.product .content .title {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #000;
}

.product .content .title a {
  text-decoration: none;
  color: #000;
}

.product .content .title a:hover {
  color: #cc6300;
}

.product .content .price {
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0 0 1em 0;
}

.product .content .price:not(:last-child) {
  margin-bottom: 20px;
}

.product .content .price span.new {
  color: #cc6300;
}

.product .content .price span.old {
  font-size: 22px;
  margin-left: 10px;
  text-decoration: line-through;
  color: red;
  opacity: 0.5;
}

.product:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.product:hover .thumb .image img {
  transform: scale(1.4);
}

.product:hover .thumb .image img.hover-image {
  opacity: 1;
}

.product:hover .thumb .image .second-image {
  opacity: 1;
}

.product:hover .thumb .actions .action {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.product:hover .thumb .add-cart-btn {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  bottom: 15px;
}

.actions {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease 0s;
}

.actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  background-color: #fff;
  visibility: hidden;
  transform: translateY(20px);
  opacity: 0;
  position: relative;
}

.actions .action i {
  font-size: 22px;
  line-height: 1;
}

.actions .action+.action {
  margin-top: 10px;
}

.actions .action.active {
  color: #f33;
}

.actions .action:hover:not(.active) {
  color: #fff;
  background-color: #00c4cc;
}

.actions .action:hover::before,
.actions .action:hover::after {
  visibility: visible;
  right: 100%;
  opacity: 1;
  transition: 0.3s;
}

.actions .action::before {
  position: absolute;
  right: 90%;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 8px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.actions .action::after {
  content: '';
  position: absolute;
  right: 90%;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #000;
  margin-right: 3px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.actions .action.wishlist::before {
  content: 'αγαπημένο';
}

.actions .action.quickview::before {
  content: 'Quickview';
}

.actions .action.compare::before {
  content: 'Compare';
}

/* Product Tab Nav Style */
.product-tab-nav>li>a {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
  margin-top: -5px;
  line-height: 30px;
  padding: 0px 16px;
}








@media only screen and (max-width: 767px) {
  .product-tab-nav>li>a {
    font-size: 24px;
  }
}

.product-tab-nav>li>a:hover {
  color: #00c4cc;
}

.product-tab-nav>li>a.active {
  color: #00c4cc;
}

/* Product List Style */
.product-list-wrapper {
  position: relative;
  overflow: hidden;
}

.product-list-title {
  position: relative;
}

.product-list-title::before {
  content: '';
  background-color: #efefef;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-list-title::after {
  content: '';
  background-color: #fff;
  width: 70px;
  height: 50px;
  right: 0;
  position: absolute;
}

.product-list-title .title {
  font-size: 20px;
  font-weight: 400;
  background-color: #fff;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-right: 5px;
}

.single-product-list {
  display: flex;
  flex-wrap: wrap;
}

.single-product-list .product {
  overflow: visible;
  width: 80px;
}

.single-product-list .product-list-content {
  padding-left: 10px;
  width: calc(100% - 80px);
}

.single-product-list .product-list-content .product-name {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.single-product-list .product-list-content .product-name:hover a {
  text-decoration: underline;
  color: #00c4cc;
}

.single-product-list .product-list-content .price {
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #000;
}

.single-product-list .product-list-content .price:not(:last-child) {
  margin-bottom: 20px;
}

.single-product-list .product-list-content .price span.new {
  color: #00c4cc;
}

.single-product-list .product-list-content .price span.old {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: red;
  opacity: 0.5;
}

.product-list-carousel,
.product-list-carousel-2 {
  position: relative;
  overflow: hidden;
  margin-top: -50px;
  padding-top: 50px;
}

.product-list-carousel .swiper-container,
.product-list-carousel-2 .swiper-container {
  margin-top: -50px;
  padding-top: 50px;
}

.product-list-carousel .swiper-button-prev,
.product-list-carousel-2 .swiper-button-prev,
.product-list-carousel .swiper-button-next,
.product-list-carousel-2 .swiper-button-next {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
}

.product-list-carousel .swiper-button-prev:focus,
.product-list-carousel-2 .swiper-button-prev:focus,
.product-list-carousel .swiper-button-next:focus,
.product-list-carousel-2 .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}

.product-list-carousel .swiper-button-prev:after,
.product-list-carousel-2 .swiper-button-prev:after,
.product-list-carousel .swiper-button-next:after,
.product-list-carousel-2 .swiper-button-next:after {
  display: none;
}

.product-list-carousel .swiper-button-prev i,
.product-list-carousel-2 .swiper-button-prev i,
.product-list-carousel .swiper-button-next i,
.product-list-carousel-2 .swiper-button-next i {
  opacity: 1;
  visibility: visible;
  font-size: 30px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}



.product-list-carousel .swiper-button-prev i:hover,
.product-list-carousel-2 .swiper-button-prev i:hover,
.product-list-carousel .swiper-button-next i:hover,
.product-list-carousel-2 .swiper-button-next i:hover {
  color: #00c4cc;
  transition: 0.3s;
}

.product-list-carousel .swiper-button-prev,
.product-list-carousel-2 .swiper-button-prev {
  left: auto;
  right: 42px;
}

.product-list-carousel .swiper-button-next,
.product-list-carousel-2 .swiper-button-next {
  right: 15px;
}



.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
}

.dropdown-menu .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropdown-menu .dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropdown-menu .dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropdown-menu .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu .dropdown-divider {
  height: 0;
  margin: 1px 0;
  overflow: hidden;
  border-top: 1px solid #fff;
}

.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #212529;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: #212529;
  text-decoration: none;
}

.dropdown-menu .dropdown-item.disabled,
.dropdown-menu .dropdown-item:disabled {
  color: #212529;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu .dropdown-menu.show {
  display: block;
}

.dropdown-menu .dropdown-header {
  display: block;
  padding: 1.4rem;
  margin-bottom: 0;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu .dropdown-item-text {
  display: block;
  padding: 0.5rem 0;
  color: #212529;
}

.dropdown-menu .dropdown-menu-dark {
  color: #000;
  background-color: #000;
  border-color: #000;
}

.dropdown-menu .dropdown-menu-dark .dropdown-item {
  color: #000;
}

.dropdown-menu .dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu .dropdown-menu-dark .dropdown-item:focus {
  color: #000;
}

.dropdown-menu .dropdown-menu-dark .dropdown-item.active,
.dropdown-menu .dropdown-menu-dark .dropdown-item:active {
  color: #000;
}

.dropdown-menu .dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu .dropdown-menu-dark .dropdown-item:disabled {
  color: #000;
}

.dropdown-menu .dropdown-menu-dark .dropdown-divider {
  border-color: #000;
}

.dropdown-menu .dropdown-menu-dark .dropdown-item-text {
  color: #000;
}

.dropdown-menu .dropdown-menu-dark .dropdown-header {
  color: #000;
}



.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #bb1c8b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #a00070;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 102, 198, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #bb1c8b;
  background-color: #ffeafa;
  border-color: #bb1c8b;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}







@media screen and (max-width: 900px) {
  footer {
    position: relative;
    bottom: 0px;
  }

  .main-content {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .main-content .box {
    margin: 5px 0;
  }

  .filter {
    display: none;
  }

  .showfilter {
    display: block;
  }

  .modal_success-content {
    margin: 0% auto;
    width: 90%;
  }
}

@media screen and (min-width: 0px) and (max-width: 960px) {
  .rsContent {
    font-size: 22px;
    line-height: 28px;
  }

  .blockHeadline {
    font-size: 25px;
    line-height: 32px;
  }

  .blockSubHeadline {
    font-size: 26px;
    line-height: 32px
  }

  .box {
    width: 100%;
    margin-left: 2vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 500px) {

  .royalSlider,
  .rsOverflow {
    height: 330px !important;
  }

  .rsContent {
    font-size: 22px;
    line-height: 26px;
  }

  .blockHeadline {
    font-size: 20px;
    line-height: 32px;
  }

  .blockSubHeadline {
    font-size: 22px;
    line-height: 32px
  }

  .cat {
    display: flex;
    flex-direction: column;
  }

  .cat2 {
    display: flex;
    flex-direction: column;
  }

  .box {
    width: 100%;
    margin-top: 5vw;
  }


}

@media screen and (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1190px !important;
  }
}

#cookie-consent,
#cookie-options {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(251, 155, 230, 1);
  padding: 15px;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#cookie-consent p,
#cookie-options p {
  font-size: 1.3rem;
  margin: 0 0 10px;
}

#cookie-options button,
#cookie-consent button {
  background-color: rgb(187, 28, 139);
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}

#cookie-options {
  display: none;
}

button#save-cookie-preferences {
  background-color: rgb(187, 28, 139);
}

button#save-cookie-preferences:hover {
  background-color: #3498db;
}

.newsletter-form {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 5%;
}

.newsletter-form h2 {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.newsletter-form p {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 30px;
}

.newsletter-form {
  border-radius: 30px;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  border: 2px solid #bb1c8b;
  transition: all 0.3s ease;
}

.newsletter-form {
  border-color: #bb1c8b;
  box-shadow: 0 0 10px rgba(212, 95, 58, 0.5);
}

.newsletter-btn {
  background-color: #bb1c8b;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 50px;
  padding: 12px 30px;
  border: none;
  transition: background-color 0.3s;
}

.newsletter-btn:hover {
  background-color: #bb1c8b;
  cursor: pointer;
}

.newsletter-icon {
  font-size: 40px;
  color: #bb1c8b;
  margin-bottom: 15px;
}

.newsletter-footer-text {
  font-size: 1.2rem;
  color: #bb1c8b;
  margin-top: 20px;
}

/* Βασικό στυλ */
.section-success {
  background: linear-gradient(135deg, #ffffff, #f0f4f7);
  padding: 50px 20px;
  border-radius: 20px;
  box-shadow: 0 2px 10px #bb1c8b;
  max-width: 700px;
  margin: 30px auto;
  text-align: center;
}

/* Περιτύλιγμα περιεχομένου */
.success-content-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

/* Εικονίδιο επιτυχίας */
.success-icon-wrapper {
  margin-bottom: 20px;
}

.success-check-icon {
  font-size: 4rem;
  color: #28a745; /* Πράσινο της επιτυχίας */
  animation: pop 0.6s ease-out;
}
.error-nocheck-icon{
  font-size: 4rem;
  color: red; /* Πράσινο της επιτυχίας */
  animation: pop 0.6s ease-out;
}

/* Τίτλος */
.success-title {
  font-size: 2rem;
  font-weight: 600;
  color: green;
  margin-bottom: 10px;
}
.error-title {
  font-size: 2rem;
  font-weight: 600;
  color: red;
  margin-bottom: 10px;
}

/* Μήνυμα */
.success-message {
  font-size: 1.5rem;
  color: green;
  line-height: 1.6;
  margin-top: 0;
}
.error-message {
  font-size: 1.5rem;
  color: red;
  line-height: 1.6;
  margin-top: 0;
}

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

  .section-success {
    padding: 20px 10px;
    width: 95%;
  }
  
  /* Περιτύλιγμα περιεχομένου */
  .success-content-wrapper {
    width: 95%;
    margin: 0 auto;
  }

  .success-title,.error-title {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .success-message,.error-message {
    font-size: 1rem;
  }

}

/* Κινούμενη εμφάνιση (animation) */
@keyframes pop {
  0% {
      transform: scale(0.8);
      opacity: 0.5;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.modal-content {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.modal-header .close {
  opacity: 0.8;
  font-size: 1.5rem;
}

.modal-body .fas {
  color: #28a745; /* Success Green */
}
.container_success {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  max-width: 400px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container_success .icon {
  font-size: 50px;
  color: #4CAF50;
  margin-bottom: 15px;
}

.container_success h1 {
  color: #4CAF50;
  font-size: 24px;
  margin-bottom: 15px;
}

.container_success p {
  font-size: 16px;
  margin-bottom: 10px;
}

.container_success .button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

.container_success .button:hover {
  background-color: #45a049;
}