/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/***************/
@font-face {
  font-family: "Fira Sans Con";
  font-style: normal;
  font-weight: 300; /* Light */
  src: local("Fira Sans Condensed"),
    url("../fonts/FiraSansCondensed-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans Con";
  font-style: normal;
  font-weight: 400; /* Normal */
  src: local("Fira Sans Condensed"),
    url("../fonts/FiraSansCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans Con";
  font-style: normal;
  font-weight: 500; /* Medium */
  src: local("Fira Sans Condensed"),
    url("../fonts/FiraSansCondensed-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans Con";
  font-style: normal;
  font-weight: 600; /* Semi-Bold */
  src: local("Fira Sans Condensed"),
    url("../fonts/FiraSansCondensed-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans Con";
  font-style: normal;
  font-weight: 700; /* Bold */
  src: local("Fira Sans Condensed"),
    url("../fonts/FiraSansCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans Con";
  font-style: normal;
  font-weight: 900; /* Black */
  src: local("Fira Sans Condensed"),
    url("../fonts/FiraSansCondensed-Black.ttf") format("truetype");
}


@font-face {
  font-family: "Camilla";
  font-style: normal;
  font-weight: 400;
  src: local("Camilla"),
    url("../fonts/camilla-camilla-regular-400-webfont.woff2") format("woff2");
}

* {
  font-family: "Fira Sans Con";
}

[class^="ti-"], [class*=" ti-"] {
    font-weight: 100 !important;
}
/***************/

.container {
  /*max-width: 1300px;*/
  padding: 0;
}
.my-container {
  margin: 0 auto;
  max-width: 1300px;
}



@media (max-width: 992px) {
    .container {
        width: unset;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

.div-center {
  margin: 0 auto;
}

.center{
text-align:center;
}


.frameimg:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  right: 0;
  bottom: 0;
  border: 2px solid #e9ac98;
  transition: all 0.4s;
}
.whitebg {
  background: #fff;
}

.frameimg:after {
  border: 2px solid #e31c93 !important;
}

.frameimg img {
  z-index: 2;
  position: relative;
}

body {
  padding: 0 !important;
  /*  background: #231F20 !important; */
  /*color: #fff!important; */
}
#content {
  background: none;
}

#wrapper {
  background: #231F20;
  padding-top: 30px;
}



.page-header h1 {
  font-size: 40px;
  font-weight: 600;
}
.error-msg {
  background: #1a1a1a !important;
  padding: 15px 15px !important;
}

option {
  color: #fff;
  background: #292929;
}

.opacity0 {
  opacity: 0;
}

/*****************TYPOGRAPHY******************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit !important;
  color: white;
  font-weight: normal;
}



.hidden-heading , .hidden-heading .ApRow  , .hidden-heading h2{
visibility: hidden;
    height: 0;
    line-height: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}



label,
.label {
  color: #fff !important;
}

span {
  color: white;
}

a.hover-bold:hover {
  font-weight: 600;
  color: #EE6FBB!important;
}

.nav-tabs .nav-link.active span {
  color: #e157ae !important;
  font-weight: 600 !important;
}

p {
  color: white;
  font-size: 16px;
  font-weight: 200;
}
.nav-tabs > li > a {
  color: #fff !important;
  text-transform: none !important;
  font-weight: normal !important;
}
a:hover {
  color: #EE6FBB !important;
}
.zoomimg {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zoomimg {
  vertical-align: top;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.flexright {
  display: flex;
  justify-content: flex-end;
}

.zoomimg:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(0.8);
}

.page-home .ApImage img {
  transition-duration: 0.8s;
}
a.btn:hover,
.log-in:hover {
  color: #fff !important;
  text-decoration: none !important;
}


/*****************HEADER******************/
/*DESKTOP MOBILE*/
.top-desktop {
  display: block;
}
.top-mobile {
  display: none;
}

/* Switch for smaller screens */
@media (max-width: 976px) {
  .top-desktop {
    display: none;
  }
  .top-mobile {
    display: block;
  }
}

/*icons sta deksia*/
.col-info{
   display: flex;
    align-items: center;
    padding: 10px 0px;
    justify-content: flex-end;
}

@media (min-width: 1200px) {
.col-info{
   display: flex;
    align-items: center;
    padding: 10px 10px;
    justify-content: flex-end;
}
}

.blockcart .header .cart-products-count , .wislish-button a.ap-btn-wishlist .ap-total , .leo-blockcart .header .cart-products-count {
    background: #EE6FBB !important;
}

.wislish-button a.ap-btn-wishlist , .leo-blockcart .header{
    height: auto !important;
    line-height: normal !important;

}

/*grammh katw apo to section tou logo*/
.box-vogatop3:before {
    content: none !important;
}


/* velaki dipla apo ta link sto menu */
.leo-megamenu .navbar-nav > li > a.dropdown-toggle:after{ 
color: #fff;
}

/*Background girw apo to header on sticky*/
div.cus-sticky {
  background: #ce3890 !important;
}

div.cus-sticky {
  box-shadow: 0px 10px 20px rgba(45, 44, 66, 0.1) !important;
}

/*LOGO***/
@media (max-width: 600px) {
  .logosvg {
    max-height: 85px;
  }
}



/*SEARCH***/

/*SEARCH widget in pages***/
#main #search_widget input[type=text] {
    padding: 0px 50px 0 15px;
}
/**/

.ac_results.lps_results{
  width: 30vw !important;
}

.leoproductsearch-result .ac_results .no-products {
    background: #231f20;
    color: #fff;
}

#leo_search_block_top{
    margin: 0 auto;
    background: #ce3890;
    border-radius: 0;
    padding: 0 15px;
}

@media (max-width: 991px){

#leo_search_block_top{
    margin: 0 auto;
    background: #d6469b;
    border-radius: 0;
    padding: 0 15px;
}

.leoproductsearch-result .ac_results{
width:100% !important;
}


}




#leo_search_block_top .form-control{    
    box-shadow: none;
padding: 0px;

}





#leo_search_block_top .form-control,
#leo_search_block_top .btn {
  border-radius: 0 !important;
background: transparent !important;
width: auto;
}
#leo_search_block_top .block_content{
}

#leo_search_query_top::placeholder {
    color: #fff;
   opacity:0.6;
}

.leoproductsearch-result .search-in-product li:hover {
  background: #231F20 !important;
}
.search-in-cat,
.ac_results .search-in-suggest ul,
.leoproductsearch-result .search-in-product ul,
.all-search-product a {
  background: #231F20;
}
.leoproductsearch-result .search-in-product li .lps-result-title,
.leoproductsearch-result .search-in-product li .lps-result-price {
  color: #fff !important;
}
.search-value-title {
  background: #231F20 !important;
  color: #fff !important;
}

.ti-shopping-cart:before{
color:#fff;
}
/*menu header***/

.leo-megamenu .navbar-nav>li>a {
    font-size: 16px !important;
    font-weight: 300;
    padding: 10px 10px !important;
}

@media (min-width: 1200px) {
  div.cus-sticky {
    padding: 0 40px !important;
  }
}
@media (max-width: 480px) {
  .h-logo img {
    max-width: 80% !important;
  }
  .box-vogatop2 .h-logo {
    left: 70px !important;
  }
}


.box-vogatop2 .popup-over a.popup-title,
.blockcart .header i {
  color: white !important;
}


.popup-over .popup-content {
border-radius: 0px !important;
    box-shadow: 0 9px 56px 0px #00000052;
    top: 80%;
    min-width: 145px;
}

.popup-over .popup-content a:hover span,
.popup-over .popup-content a:hover i {
    color: #e66bb4;
}

.popup-over .popup-content:before, .popup-over .popup-content:after{
display:none;
}
.popup-over .popup-content li a i {
    color: #ffffff;
}

.popup-over .popup-content li:has(.btn-wishlist) {
 display:none;
}
.ti-user{
font-size:20px;
}

#main .page-header {
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
}

.header-nav .wrapper{
position: relative !important;
}

.header-nav .col-xl-8.col-lg-8.col-md-2.col-sm-2.col-xs-2.col-sp-2.ApColumn {
position: static !important;
}


.dropdown-sub.dropdown-menu{
width: 100% !important;
background: transparent !important;
box-shadow: 0 !important;
margin-top: -5px;
}

/*
.dropdown-sub.dropdown-menu:not(:has(.tabs-container)) {
width: 100% !important;
}


.dropdown-sub.dropdown-menu{
   margin: 0 auto !important;
min-width : unset !important;
width:1300px;
}
*/

.leo-megamenu.dropdown-menu {
    margin-top: -3px !important;
}

.tabs-container{
background: #231f20;
}

.navbar {
    position: unset!important;
}

.leo-megamenu .dropdown-menu {
    background: transparent !important;
    box-shadow: none !important;
}

.off-canvas-nav-megamenu  .tabs-container , .off-canvas-nav-megamenu  .menu-tab-content{

  width:100% !important;
}

.off-canvas-nav-megamenu  .menu-tabs{
 background:  #ce3890;;
}

.off-canvas-nav-megamenu .tabs-container{

box-shadow: none !important;
}

.off-canvas-nav-megamenu .menu-tab-content{
  box-shadow: none !important;
}


/**************MOBILE************/

@media (max-width: 992px) {
  .box-top {
    display: flex;
    max-height: 50px;
  }

  .navbar-header .navbar-toggler:before {
    background: #fff !important;
    height: 1px !important;
  }

  .navbar-header .navbar-toggler:after {
    border-width: 1px 0 !important;
    border-color: white;
  }
   .box-vogamenu3 .navbar-header .navbar-toggler {

        position: unset !important;
    }
}

@media (max-width: 480px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 481px) {
.desktop-hidden{
display:none;
}
}


@media (max-width: 767px) {
  .box-vogaft2 {
    padding: 40px 30px 20px !important;
  }
}

.nav-item.parent.dropdown.open-sub > a {
  color: #e31c93 !important;
}

.off-canvas-nav-megamenu .dropdown-menu ul li {
  line-height: 45px !important;
}

.off-canvas-nav-megamenu .navbar-nav .dropdown-sub div.menu-title {
  display: none;
}

.off-canvas-nav-megamenu .offcanvas-mainnav {
  background: #231F20 !important;
  width: 80vw !important;
}
.off-canvas-nav-megamenu .nav li.dropdown .caret:before,
.off-canvas-button-megamenu .off-canvas-nav:before {
  color: #fff !important;
}

.off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
    background: #2d2d2d;
}

.off-canvas-nav-megamenu .navbar-nav > li {
  border: 0 !important;
	position: relative;
}

.off-canvas-nav-megamenu .navbar-nav > li > a {
  font-weight: normal !important;
}

/************************************/



@media (max-width: 480px) {
  .subcategory-block {
    margin: 0 0 30px;
    width: 50%;
    float: left;
  }

  .box-vogacopy {
    padding: 25px 0 75px !important;
  }
}
@media (max-width: 991px) {
  .block-category-inner {
    display: block !important;
  }
  .block-category #category-description {
    padding: 25px 5px;
  }
}

#category #search_filter_toggler,
#category .sidebar #search_filter_controls button {
  background: #ce3890 !important;
  border-radius: 0 !important;
}
#category .sidebar #search_filters_wrapper {
  background: #231F20 !important;
}

@media (max-width: 767px) {
  #category .sidebar #search_filters {
    margin-top: 0;
  }
}
#category .sidebar #search_filters .facet,
#category .sidebar #search_filters .facet ul li,
#category .sidebar #search_filters {
  border: 0 !important;
}

#products .hidden-sm-down {
  display: block !important;
}

.plist-dsimple .thumbnail-container .pro3-btn .leo-wishlist-button i:before {
  color: #ce3890;
}

.plist-center .thumbnail-container .product-meta,
.plist-center .thumbnail-container .pro-btn .btn-product {
  background: none !important;
}
.plist-center .thumbnail-container .pro-info {
  text-align: left !important;
  padding: 0 !important;
}
.plist-center .thumbnail-container .product-title {
  margin: 0px 0 5px !important;
  text-transform: none !important;
}
.plist-center .thumbnail-container .product-price-and-shipping {
  margin: 0px !important;
  text-align: left !important;
}
.plist-center .thumbnail-container .pro-btn > div.button-container {
  width: auto !important;
}
.plist-center .thumbnail-container .pro-btn .btn-product.add-to-cart span span {
  display: inline !important;
}
.plist-center .thumbnail-container .pro-btn .btn-product:not(.add-to-cart) i {
  color: #ce3890;
}

.thumbnail-container .leo_cart_quantity,
.plist-dsimple .thumbnail-container .pro3-btn {
  display: none;
}
.thumbnail-container a.product-thumbnail img {
  height: auto !important;
  transform: scale(1.01);
}

.thumbnail-container a.product-thumbnail {
  padding-bottom: 100% !important;
}

.thumbnail-container .p-price .add-to-cart {
  top: 8px;
}

.thumbnail-container .p-price {
  padding: 10px 0px 0 0;
}

.mobile-header-row{
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 10px;
}



/***********************************/

 .iview-nextNav, .iview-prevNav{
background: none !important;
}

@media (max-width: 991px) {
  .slider-container {
    margin-top: -30px;
  }
}
/*******PRODUCT LIST**********/
/**ARXIKH***/

#category-description {
  margin-bottom: 40px;
}
.products-sort-order,
.sort-by {
  width: auto !important;
}
.sidebar #search_filters_wrapper {
  border: none !important;
}

.plist-modern .thumbnail-container,
.plist-modern .thumbnail-container:hover {
  box-shadow: none !important;
}

.active_filters {
  background: none !important;
}

.subcategory-meta {
  text-align: center;
}

.block-category .category-cover {
  margin: 0 auto !important;
  display: none;
}


.sidebar .block {
  border: 0 !important;
}

.block-category.card {
  background: none !important;
}


.cart-summary-line .value {
    color: #ffffff;
}

.block-category #category-description p {
  color: #fff;
  font-weight: 100;
  font-size: 14px;
}
li.product-flag {
    background: #ce3890!important;
    border-radius: 2px!important;
    font-weight: 100;
    box-shadow: none !important;
    padding: 5px 7px!important;
    font-size: 10px;
}
.product-flags .product-flag.on-sale {
  display: none;
}

.list-barcode {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.thumbnail-container .product-title a {
  color: #fff !important;
  font-size: 18px;
  text-align: left;
  font-weight: 100;
}

.owl-item .thumbnail-container .product-title a{
    color: #fff !important;
    font-size: 14px;
    font-weight: 400 !important;
}



.leo-productscompare-item .thumbnail-container .btn-product,
.leo-wishlist-product .thumbnail-container .btn-product {
  background: none !important;
}
.leo-productscompare-item .thumbnail-container .product-price-and-shipping,
.leo-wishlist-product .thumbnail-container .product-price-and-shipping {
  text-align: left !important;
}
.thumbnail-container .p-name .leo-wishlist-button i {
  color: #fff;
}

.thumbnail-container .product-price-and-shipping .price {
  color: #fff;
  font-size: 16px !important;
}
.leo-bt-cart-content {
  color: #e157ae;
}
.block-category.card h1 {
  margin: 50px 0 10px !important;
  color: white;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  font-size: 53px !important;
}

.products-section-title, .block-category.card h1, #search_filters>.h6, .sidebar .block .title_block {
    border-bottom: 0;
}
.block-category.card h1:before{
display:none;
}
.block-category #category-description p, .block-category #category-description strong {
    color: #fff;
}

@media (max-width: 991px) {
  .block-category.card h1 {
    margin: 0 0 10px !important;
    font-size: 35px !important;
  }
}

.display {
  display: none;
}
.products-sort-order .select-title {
  background: no-repeat;
  color: #ffffff !important;
}
.products-sort-order .select-list:hover {
  background: #3d3d3d !important;
}
.products-selection {
    padding: 0 !important;
    border-bottom: 0 !important;
    margin: 50px 0 35px 0 !important;
    padding-left: 7px !important;
}

body #search_filters .facet .facet-title {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}
#search_filters > .h6 {
  font-size: 36px !important;
  color: white;
  font-weight: 400;
  text-transform: none !important;
}
body #search_filters .facet .facet-label a,
body #search_filters .facet .custom-checkbox a {
  color: white;
  font-size: 16px;
  font-weight: 100;
}

#search_filters {
  margin-top: 250px;
}

.pagination .current a {
  color: #e157ae !important;
}

.pagination .text-md-left {
  display: none;
}
.pagination > div {
  width: 100% !important;
}

.pagination .page-list li a {
  font-size: 16px;
  color: #ffffff;
}

.products-sort-order .select-list {
  color: #ffffff !important;
}

.block-categories .category-sub-menu li > a {
  color: #fff !important;
}
.block-categories .category-sub-menu li:after {
  display: none !important;
}
.block-categories .collapse-icons:before {
  color: #fff;
}

.list-stock {
  color: #9d9d9d;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .list-stock {
    color: #9d9d9d;
    position: relative;
    top: 0px;
    display: flex !important;
  }
}

/****SUB CATEGORIES****/
.category-carousel .title {
  margin-top: 5px;
  color: #fff;
  text-align: center;
}

/****QUICK VIEW*****/
.quickview .modal-content {
  background: #231F20;
}
.thumbnail-container .functional-buttons a.quick-view,
.thumbnail-container .functional-buttons .btn-product {
  background: rgb(40 40 40 / 53%) !important;
  height: 25px !important;
  line-height: 27px !important;
}

.quickview h1.h1,
.product-prices .current-price span[itemprop="price"] {
  color: white;
}
.description-short {
  font-size: 16px;
  color: #fff;
}
.quickview .modal-footer {
  border-top: 0 !important;
}
.quickview .modal-body {
  min-height: unset !important;
}

.active_filters .active-filter-title,
.sidebar .js-search-filters-clear-all {
  color: #fff !important;
}
.active_filters .filter-block {
  color: #231F20 !important;
}
.pagination {
  border-top: 0 !important;
  color: white;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 20px !important;
  height: 20px !important;
}
body #search_filters .facet .collapse {
  max-height: unset !important;
}
.name-btn-product {
  color: #e157ae !important;
}

.thumbnail-container .product-price-and-shipping .discount-percentage,
.thumbnail-container .product-price-and-shipping .discount-product,
.has-discount .discount {
  background: #ce3890 !important;
  border-radius: 0 !important;
}

.leo-quickview-bt-content {
  color: #000;
}


/***CARPARTS LIST PROFILE***/

.plist-autoparts .thumbnail-container{
border: 0;
    border-radius: 0;

}


.plist-autoparts .thumbnail-container .product-title {
    text-transform: none;
    margin: 0;
    line-height: initial;
    border-bottom: 0;
}

.plist-autoparts .thumbnail-container a.product-thumbnail {
    border-radius: 0;
}
.plist-autoparts .thumbnail-container .product-meta .add-to-cart {
    width: 100%;
    background: transparent;
    padding: 0;
    border-radius: 0;
}
    .plist-autoparts .thumbnail-container .product-meta {
        padding: 0;
    }

/****/

/*****MODERN PROFILE****/
.plist-modern .thumbnail-container .product-meta {
    padding: 0;
}


/**/


/****FILTERS*****/

.products-section-title:before, .block-category.card h1:before, #search_filters>.h6:before, .sidebar .block .title_block:before{
  display:none;
}

/*
#search_filters .facet {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px !important;
    margin-bottom: 10px !important;
    margin-top: 25px !important;
    padding-top: 0px !important;
}
*/
#search_filters .facet {
border-bottom: 0;
    padding-bottom: 25px !important;
    /* margin-bottom: 10px !important; */
    /* margin-top: 25px !important; */
    padding-top: 0px !important;
}

@media (max-width: 768px) {
.products-selection .row.sort-by-row {
    flex-wrap: wrap;
    justify-content: center;
}
}

.filter-button{
      width: 100%;
    margin: 20px 15px;
}


.filter-button button{
      width: 100%;
    background: #ce3890;
    border-radius: 0;
    padding: 8px;
}

.products-selection .total-products p {
    margin: 0;
    line-height: 25px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}
@media (max-width: 768px) {
.products-selection .total-products p {
 text-align: center;
}
}



.active_filters {
    background: #191516 !important;
    padding: 18px 25px 10px 25px;
}

/******************PROFILE PARTS********************************************************************/
.ApColumn .block {
    margin-bottom: unset !important;
}

.homepage-images-mobile{
padding: 0 40px !important;
}


/*****SLIDER*******/
.box-vogaslider {
  padding-bottom: 0 !important;
}



.owl-theme .owl-buttons div:before {
  color: #fff !important;
}

@media (max-width: 991px) {
  .iview-prevNav {
    opacity: 1 !important;
    left: 10px !important;
    transform: none !important;
  }
  .iview-nextNav {
    opacity: 1 !important;
    right: 10px !important;
    transform: none !important;
  }
}
/**********/



/**********/
/**Get the Look**/
.getthelook {
  background: #e31c93;
  padding: 20px;
}
.getthelook a {
  color: #fff;
  text-decoration: underline;
}
.getthelook p,
.getthelook h3 {
  color: #fff;
}
/**********/
.slick-arrow {
  background: #101010 !important;
  color: #ffffff !important;
  border-radius: 50%;
}



.box-vogabn61 .ApImage .title_block:after {
  content: "\f178";
  font-family: "FontAwesome";
  margin: 0 5px;
}

.box-vogabn61 .ApImage .title_block {
  text-align: left !important;
  font-size: 1.6em;
  margin: 10px 0;
}

.box-tabproducts .ApProductCarousel {
  border-bottom: 0 !important;
}

.nav-tabs .nav-link {
  border: 0 !important;
  font-size: 16px !important;
  background: none !important;
}
.nav-tabs .nav-link.active {
  background: none !important;
}
  .box-tabproducts .ApProductCarousel {
    padding-bottom: 0 !important;
  }
@media (max-width: 600px) {
  .ApTabs,
  .ApBlog,
  .ApBlockCarousel {
    padding: 0 20px;
  }


}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #000000!important;
}

.owl-theme .owl-controls span {
    background:   #00000045!important;
}

.block-carousel-image-container .title {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}

.box-shipping,
.box-shipping .ApRawHtml i,
.box-shipping .ApRawHtml h3 {
  font-size: 18px !important;

  line-height: 1.5 !important;
  font-weight: 500;
  color: white;
}
.box-shipping .ApRawHtml h3 {
  margin-top: 20px !important;
  margin-bottom: 8px !important;
}




/***dimiourgies*****/

.dimiourgies .title {
     background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(189, 76, 142, 1) 98%, rgba(188, 71, 141, 1) 91%, rgba(188, 71, 141, 1) 100%);
    padding: 40px 15px 13px 15px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
  .dimiourgies .title {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: -74px;

  }
}

@media (max-width: 480px) {
    .dimiourgies .title {
        display: flex
;
        align-items: flex-end;
        justify-content: center;
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: -96px;
        overflow-wrap: anywhere;
        min-height: 96px;
    }
}

/***katigories*****/

.katigories .title {
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0%) 0%,
    rgba(189, 76, 142, 1) 72%,
    rgba(188, 71, 141, 1) 91%,
    rgba(188, 71, 141, 1) 100%
  );
  transform: translateY(-72px);
  padding: 40px 15px 13px 15px;
  color: white;
  text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}

.katigories img{
    width: 100%;
}

@media (max-width: 600px) {
  .katigories .title {
    transform: translateY(-87px) !important;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}


/***sinergasies*****/

.sinergasies img {
  max-height: 200px;
}

/***h4*****/
.hp-heading2 {
  /* padding: 2em 0 10px !important;*/
    margin: 0 !important;
    color: #fff;
    text-align: center;
    font-size: 43px;
    font-weight: 500;

}
@media (max-width: 600px) {
 .hp-heading2 {
    font-size: 28px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.ApColumn .sub-title-widget,
.sub-title-widget.sub-title-ap-group {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}



/***Home Banners*****/
@media (max-width: 1920px) {
  .halfbanners .ApSlideShow {
      min-height: 10vw;
  }
}

.halfbanners{
text-align:center;
}

.halfbanners .iviewSlider{
  /*width: 630px !important;*/
  background-size: auto !important;
  }
  .halfbanners .ApColumn{
    margin-top:30px;
  }
   
  .halfbanners img{
border-radius: 4px;
  }


  @media (max-width: 991px) {
    .halfbanners img {
      max-width: 90%;
    }
  }

/***HOME CAROUSELS****/

  /*.my-container  .ApColumn .block {
     padding: 0 20px; 

}\*/
.box-tabproducts   .ApColumn .block {
     padding: 0 45px; 

}
 
.ApColumn .block.ApBlog {
    padding: 0 55px;

}

.ApColumn .block.reviews-carousel{
    padding: 0 45px;
}


.img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    width: 100%;
}

    .owl-carousel .owl-item {
        padding: 0 10px !important;
    }

.ApColumn .block.ApBlog .owl-theme .owl-buttons div.owl-next {
    right: -33px  !important;
}

.ApColumn .block.ApBlog .owl-theme .owl-buttons div.owl-prev{
    left: -33px   !important;
}

.ApProductCarousel .owl-theme .owl-buttons div.owl-next {
    right: -39px  !important;
}

.ApProductCarousel .owl-theme .owl-buttons div.owl-prev{
    left: -39px   !important;
}

.ApBlockCarousel  .owl-theme .owl-buttons div.owl-next{

}
.ApBlockCarousel  .owl-theme .owl-buttons div.owl-prev{

}

@media (max-width: 1199px) {

.ApProductCarousel .owl-theme .owl-buttons div.owl-next {
    right: -15px  !important;
}

.ApProductCarousel .owl-theme .owl-buttons div.owl-prev{
    left: -15px   !important;
}
.ApBlockCarousel  .owl-theme .owl-buttons div.owl-next{
 right: -15px  !important;
}
.ApBlockCarousel  .owl-theme .owl-buttons div.owl-prev{
 left: -15px   !important;
}

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

.owl-theme .owl-controls .owl-pagination {
    margin: 25px 0;
}


.ApProductCarousel .owl-carousel {
    padding: 0 20px;
}

.hp-h2-gap{
height:30px !important;
}

}

/***Home Collections*****/
.home-collections {
  display: flex;
}

.home-collection {
  width: 50%;
  padding: 40px 45px 30px 45px;
  min-height: 425px;
  color: white;
  background-size: cover !important;
  background-position-x: right !important;
}
.home-collection h2 ,.home-collection h3 {
  color: white;
    font-size: 40px;
    max-width: 85%;
    font-weight: 500;
    line-height: 1.1;
}

.home-collection p {
  max-width: 65%;
  margin-top: 10px;
  font-size: 18px;
}
.home-collection a {
  max-width: 280px;
  margin-top: 10px;
  text-decoration: underline !important;
  font-weight: 600;
  font-size: 16px;
}

.home-collection img{
width: 70%;
 max-width: 200px; 
height: auto; 
margin-bottom: 30px;
}

@media (max-width: 992px) {

.home-collection p {
    max-width: 100%;
}
}
@media (max-width: 576px) {

.home-collection {
    min-height: 330px;
}


  .home-collections {
    display: block;

  }
  .home-collection {
    width: 100% !important;
    background-position: right !important;
        margin:  0;
  }
  .home-collection p,
  .home-collection h2 {
    max-width: unset;
    /*background:#ffffffba;
    padding: 10px;
color: #ce3890!important;*/
  }
  .home-collection h2 {
    font-size: 32px;
  }
  .home-collection p {
    font-size: 16px;
  }
}

/***/

/******HOME RATINGS REVIEWS*******************/

.reviews-box h4{
  font-size: 20px;
  font-weight: 600;
  font-size: 20px;
}
.reviews-box{
  text-align: center;
  padding: 20px;
  border: 1px solid #fff;
  height: 270px;
  margin-left: 15px;

}
.reviews-box a{
  text-decoration: underline;
  color: #e157ae;
  font-size: 16px;
  font-weight: 600;
}

.reviews-box .rating-box{
  margin: 20px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  background: #ce3890;
  width: fit-content;
} 

.reviews-box .rating-box span{
  color: #fff;
  font-weight: bold;
} 

.reviews-box .rating-box img{
  max-width: 20px;
  background:#fff;
  border-radius: 100%;
  padding: 3px;
  margin-right: 5px;
} 


.reviews-carousel .descript{
  color: #fff;
  font-size: 16px;
text-align:center;
    padding: 8px 25px;
}

.reviews-carousel .title{
color: #ee6fbb;
}

.reviews-carousel .carousel .direction {
  display: none;
}


.reviews-carousel .row > div{
    padding: 30px;
    background: #00000036;
    border: 8px solid #221f20;
}

.reviews-carousel .row{
display :flex;
}


/********CART**********************************************/

.cart-content a.btn,
.product-add-to-cart .product-quantity .add-to-cart,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block,
.checkout.cart-detailed-actions.card-block .btn {
  background: #ce3890 !important;
}
.checkout.cart-detailed-actions .btn {
    width: fit-content;
    padding: 10px 20px;
    font-weight: 100;
}
.product-image.media-middle img{
    max-height: 130px;
}

.block-promo .promo-name {
  color: #ce3890 !important;
  font-size: 16px;
  padding: 10px 0;
}

.card-block.block-promo {
  padding: 0px 13px;
}

.pscartbanner .card-block{
    background: #1a1a1a;
    margin-top: -30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    width: 100vw;
}

 .promo-code {
  padding: 10px 0 !important;
}

.leo-fly-cart-slidebar {
  background: #231F20 !important;
}
.leo-fly-cart-slidebar.active-scroll .leo-dropdown-bottom {
  background: #231F20 !important;
}

.leo-fly-cart-icon-wrapper a {
  background-color: #101010 !important;
}
.leo-fly-cart-total {
  background: #ce3890 !important;
}
.leo-fly-cart-slidebar.active-scroll .leo-dropdown-bottom {
  position: inherit !important;
}

.leo-fly-cart-icon-wrapper a:after,
.ti-bag:before {
  color: white;
}



.leo-fly-cart-slidebar .leo-cart-dropdown-action {
  display: block !important;
    width: 80%;
}


.leo-remove-from-cart {
    color: #231f20;
}

.leo-remove-from-cart:hover {
    color: #fff !important;
    background: #eb57ae;
}



.leo-dropdown-bottom{
      position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
height: auto !important;
    margin-bottom: 30px;
}

.leo-dropdown-cart-content {
  box-shadow: none !important;
  background: #231F20;
}

.leo-cart-item-info .product-name a {
  color: #fff !important;
}
.leo-cart-item-info .product-price {
  font-size: 13px;
  color: #ce3890 !important;
}


.cart-item .bootstrap-touchspin .input-group-btn-vertical > .btn, .product-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 50%;
    color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: center;

}
.leo-dropdown-cart-subtotals .value,
.leo-dropdown-cart-total .value {
  color: #ffffff !important;
}
.leo-dropdown-cart-subtotals .label,
.leo-dropdown-cart-total .label {
  color: white !important;
}
.leo-dropdown-cart-item {
  background: #231F20 !important;
}

#cart-points-summary .card {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 25px 0 !important;
  font-size: 16px;
}

#lrp-summary {
  font-size: 16px;
}

#lrp-summary i,
#cart-points-summary i {
  font-size: 20px;
}
#lrp-points {
  padding: 25px 0;
}

.cart-detailed-totals {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .product-line-image {
    max-width: 90px;
  }

  .block-promo .promo-code form {
    justify-content: center;
  }

  .block-promo .promo-code {
    padding: 20px 0;
  }

  .checkout-block {
    margin: 0 10px !important;
  }

  .checkout-block .inner-area {
    padding: 0px !important;
  }

  #thecheckout-login-form {
    border-bottom: 1px solid;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    border-top: 1px solid;
  }
}



.already-account-label {
  font-size: 20px;
}

.checkout-block {
  padding: 0 !important;
}




#main .modal-content {
  padding: 0;
  background-color:  #1b1819;
}


.gift-popup-btn {
  float: left;
  margin-top: 20px;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 11px 35px 9px 33px;
}
.gift-popup-btn svg{
  height: 20px;
  margin-top: -6px;
}

#mdgifts-panel .modal-content {
  background-color: #1c1c1c !important ;
  border-radius: 5px;
}

.gift-popup-btn:hover {
  color: #fff !important;
  opacity: 1;
  background: #dd3698;
}


#checkout #checkout-personal-information-step .nav .nav-item .nav-link.active{
color:#fff !important;
background: #1b1819;
}
#checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover{
color:#fff !important;
}

body#checkout section.checkout-step .address-item {
  background: #1b1819;
}



/*******************Account*************/
.page-my-account #content .links a:hover i {
  color: #ce3890 !important;
}

.page-my-account #content .links a span.link-item {
  background: #231F20 !important;
  box-shadow: none !important;
}

.page-my-account #content .links a {
  color: white;
  font-size: 16px;
  font-weight: 100 !important;
  text-transform: none !important;
}
.input-group .input-group-btn > .btn {
 
  background: #211f20 !important;
  border-left: 0;
}
.page-footer .account-link span {
  color: white;
}

.table th,
.table td {
  background: none;
  color: white;
  font-size: 16px;
}
.table thead th {
  border-bottom: 1px solid #eceeef !important;
}
.page-customer-account #content .order-actions a {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
.page-order-detail .box {
  background: none !important;
  color: white;
  font-size: 16px;
}
.page-order-detail h3 {
  font-size: 16px !important;
  color: #ffffff !important;
}

.myacc_left .myacc_name {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;

}

.myacc_left{
  margin-top: 30px;
}

#customer-form{
  background: #191617;
  padding: 50px 20px;
}

.page-content .form-control, .page-content select.form-control-select.form-control {
  background: #231F20 !important;
  border: 0;
}

.view-order-details-link{
  margin-bottom: 10px;
  display: block;
}

#customfieldsblock_summary {
  padding: 10px;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: transparent;
}

#my-account #main p a {
  text-decoration: none;
}

.myacc_left .links a {
  font-size: 16px;
}


/************SINGLE PRODUCT************/

.product-pack-price {
  display: none;
}
.pack-product-name a {
  color: #fff;
}
.product-description {
  font-size: 16px;
}
.product-actions .control-label {
  color: #fff !important;
}
.product-manufacturer a {
  color: #ffffff;
}

.product-variants-item .radio-label {
background: #231F20;
}

.product-variants-item .input-radio:checked+span{
    border: 2px solid #ce3890;
    transform: scale(1.2);
    background: #ce3890;
}

.single-product-description-row {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.single-product-description-row.fouks a {
  color: #fff;
  text-decoration: underline;
}

.single-product-description-row.fouks a:hover {
  color: #fff !important;
}

.single-product-description-row h2 {
  font-size: 25px;
}

.single-product-description-row h3 {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .single-product-description-row {
    display: block;
    padding: 25px;
  }

  .single-product-description-row img {
    margin-top: 20px;
  }
}

.description-squares {
  padding: 90px;
}

@media (max-width: 1199px) {
  .description-squares {
    padding: 25px;
  }
  .description-squares-with-background {
    min-height: 350px !important;
  }
}

.product-actions .product-variants .product-variants-item{
background: #1b1819;
padding: 20px;
}

/******SAME COLOR*******/
.same-shade {
  display: flex;
  margin-top: 15px;
}
.shade p {
  margin-top: 5px;
  font-size: 12px;
}

.shade {
  margin-right: 20px;
  text-align: center;
}

/*****/

.breadcrumb li a {
  color: #fff !important;
}
.media-body .product-name,
.media-body .product-price {
  color: #fff !important;
  font-size: 16px;
}

nav.breadcrumb {
  text-align: center;
}


.product-detail.product-image-gallery .product-thumb-images .thumb-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 0px !important;
}
.product-detail-name {
  color: white;
  font-size: 40px !important;
  margin: 0 !important;
}
.product-detail .product-prices {
  margin: 0 !important;
}
.product-prices .current-price span[itemprop="price"] {
  color: white;
  font-weight: 100;
  font-size: 22px;
}
.product-detail .description-short {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  margin-top: 30px;
}
.p-reference label {
  font-weight: 200 !important;
  color: #fff;
  margin-right: 5px;
}
.p-reference > div {
  padding-left: 0 !important;
  border-left: 0 !important;
  margin: 0 !important;
}
.product-thumb-images .thumb {
  border: none !important;
}
.tax-label {
  display: none;
}

.customer-reassurance ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.customer-reassurance ul li svg {
  width: 30px;
  margin-right: 10px;
}
.category-products,
.product-accessories,
.viewed-products {
  background: #231F20 !important;
  padding: 30px 30px 0px !important;
}

.product-quantity #quantity_wanted {
border: 2px solid #fff !important;
    border-radius: 0 !important;
}
.product-quantity .input-group-btn-vertical .btn {
    background: none !important;
}
.product-quantity .input-group-btn-vertical .btn i {
    color: white;
    top: 4px;
left: unset;
}
.p-cartwapper .leo-compare-wishlist-button {
    width: auto !important;
}
.p-cartwapper .leo-compare-wishlist-button {

padding-left: 0 !important;
}
.p-cartwapper {  margin: 0 !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
gap:15px;
}



.product-quantity .add {
    flex: none !important;
    width: fit-content !important;
}
.p-cartwapper .leo-compare-wishlist-button {
    margin: unset !important;
}
.product-add-to-cart .product-quantity .qty {
    margin: unset !important;
    width: auto !important;
}
#product-availability {
    padding: 10px 0px;
}


.product-prices .tax-shipping-delivery-label{
    display: none;
}

.leo-compare-wishlist-button .btn-product {
    padding: 0 !important;
}

.cart-item .bootstrap-touchspin input.form-control, .product-quantity .bootstrap-touchspin input.form-control {
    border-radius: 0 !important;
    border: 1px solid #fff !important;
height: 38px;
}.

.cart-item .bootstrap-touchspin .input-group-btn-vertical > .btn:hover, .product-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
    color: #ee6fbb;
}


.product-features {
  display: none;
}
.box-vogaspring .ApImage > a:before {
  border: 2px solid #e31c93 !important;
}
.box-vogaspring .ApImage .image_description a:before {
  border: 2px solid #e31c93 !important;
}

.box-vogaspring .ApImage .image_description a {
  background: #e31c93 !important;
}



.product-actions .add-to-cart {
  height: 40px !important;
  line-height: 40px !important;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 240px;
    min-width: 200px;
width: fit-content !important;
    font-weight: 100;
border-radius:0;
}

.product-add-to-cart {
  padding-bottom: 0 !important;
}

.product-quantity #quantity_wanted {
  color: #fff;
}


.card {
  background: #231F20 !important;
  color: #fff;
}
.card, .card-block, section.js-current-step, .promo-code {
    border: none !important;
}
.products-accordion .card-header a {
  color: #fff !important;
  font-weight: 400;
}

.social-sharing li {
  color: #ffffff;
}

.products-accordion .card-header a {
  line-height: 1 !important;
}

.leo-compare-wishlist-button .leo-compare-button.added i.material-icons,
.leo-compare-wishlist-button .leo-wishlist-button.added i.material-icons {
  color: #ce3890 !important;
}

.color-choose:hover {
  border: 2px solid white;
  transform: scale(1.2);
}
.products-accordion .card-header a:before {
  background: #fff !important;
}
.products-accordion .card-header a:after {
  background: #fff !important;
}
.product-discount .regular-price {
  font-weight: 100 !important;
}



/********MODAL**********/

#blockcart-modal .cart-content button.btn {
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
}

/***********MEGA MENU**********/
.leo-megamenu .navbar-nav > li > a {
    text-transform: none;
}
.leo-megamenu .navbar-nav {
  text-align: center !important;
}

.leo-megamenu .dropdown-menu {

  border: 0 !important;
  box-shadow: 5px 5px 20px 0 #000;
  border-radius:0;
}

.dropdown-menu {
  background-color: #231F20 !important;
}
.off-canvas-nav-megamenu .navbar-nav .dropdown-sub div.menu-title {
  font-weight: normal !important;
  border-left: 1px solid white;
  padding-left: 15px;
}
.nav-item.parent.dropdown.open-sub {
  background: #231F20;
}

.menunew,
.menuhot,
.menusale {
  position: relative;
  width: fit-content;
}

.menusale:after {
  content: "SALES" !important;
background: #ee6fbb;
    color: white;
    position: absolute;
    right: -49px;
    top: 8px;
    font-size: 10px;
    padding: 3px 9px 0px 9px;
}



.menunew:after {
  content: "NEW" !important;
background: #ce3890;
    color: white;
    position: absolute;
    right: -45px;
    top: 8px;
    font-size: 10px;
    padding: 3px 9px 0px 9px;
}
.menuhot:after {
  content: "HOT" !important;
background: #ce3890;
    color: white;
    position: absolute;
    right: -45px;
    top: 8px;
    font-size: 10px;
    padding: 3px 9px 0px 9px;
}


  @media (max-width: 992px) {
.menunew:after,.manusale:after,.menuhot:after {
    background: #ee6fbb;
}
}

.leo-megamenu .dropdown-menu li a {
  color: #fff !important;
  padding: 10px 0 !important;
  font-weight: 100 !important;
  font-size: 16px !important;
}
.off-canvas-nav-megamenu .dropdown-menu ul li > a {
  color: #fff !important;
}

.leo-megamenu .navbar-nav > li.parent:hover > a span.menu-title:before,
.leo-megamenu .navbar-nav > li.parent:hover > a span.menu-title:after {
  display: none !important;
}

.widget-tab,
.widget-tab .nav-tabs {
  border: 0 !important;
}
.dropdown .active {
  overflow-y: visible;
}

.widget-tab .nav-tabs li a.active,
.widget-tab .nav-tabs li a {
  border: 0 !important;
}

.megamenu .nav.nav-tabs {
  background: #1a1a1a;
}

 .menu-tabs {
          cursor: pointer;
          
    background: #191617;
    padding: 20px 20px 20px 6%;
    }

    .menu-tab {
   padding: 15px 20px;
    color: #fff;
display: flex;
    justify-content: space-between;
font-size: 14px;
    }
    .menu-tab:after{
content:"→";
}


    .menu-tab.active {
    }

    .menu-tab-content {
      display: none;
          padding: 52px;
    }

    .menu-tab-content.active {
      display: block;
    }
.dropup, .dropdown{
position:static;	
}
    .leo-megamenu .dropdown-menu {
        min-width: 100%;
    }
.leo-megamenu .navbar-nav > li > b.caret{
	top:220px !important;
}

.leo-megamenu .navbar-nav > li > b.caret {
        opacity: 0.5 !important;
}

.menu-tab-content a:hover {
    margin-left: 4px;
   
}
.leo-widget .widget-html {
    color: #ffffff;
}
.menu-tab-content a {
    display: block;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1em;
    font-weight: 100;
    transition: all 0.5s ease; /* Smooth transition for all properties */
	cursor:pointer;
}



.menu-tab-content a.all {
    color: #e157ae;
	margin-top:8px;
    font-weight: 600;
}
.menu-tab-content .nav-menu-title , .nav-menu-heading {
    cursor: default;
    font-weight: 500;
    font-size: 1.3em;
     margin-bottom: 5px;
}

.menu-tab-content .nav-menu-title:not(:first-child) , .nav-menu-heading:not(:first-child) {
   
    margin-top: 33px !important;
}

.off-canvas-nav-megamenu .nav-menu-heading{
  margin-top: 33px !important;
}


.menu-tab-content a.isImage:hover {
	margin-left: 0;
    transform: scale(0.97);
}



    .leo-megamenu .dropdown-menu {
        padding:  0;
}
.dropdown .active {
    max-height: unset;
}



.menu-back{
	display:none;
}

.menu-tab-content{
background: #231F20;
}

@media (max-width: 992px) {

	 .menu-tab-content .nav-menu-title{
	margin-top:25px;	


	}
	
	
.nav-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.off-canvas-nav-megamenu .nav li.dropdown .caret {
width: 100%;
        display: flex
;
        justify-content: flex-end;
        padding: 0 20px;
    
}

.dropdown-sub.dropdown-menu {
    margin-left: 0!important;
}
	
	.menu-tab-content {
        padding: 28px;

    background: #ce3890;
	
	
}
		.menu-tab-content a.all {
color:#fff !important;
	
	
}
	
			.menu-tab-content a.isImage {
display:none;
	
	
}
	.off-canvas-nav-megamenu .dropdown-menu {
    padding: 0;
	}


.menu-back{
	display:block;
	background: none;
    border: none;
    color: #fff;
    margin-bottom: 10px;
}
}

@media (max-width: 1400px) {
.menu-tab-content a.isImage img{
  height: auto !important;
}

}

@media (max-width: 1200px) {
.hidden-1200-down{
  display: none;
}
}


/********CHECKOUT*************/
#checkout #checkout-personal-information-step .tab-content .form-control {
  border: 0 !important;
  color: #fff !important;
      outline: 0;
  border-radius: 0;
  background: #211f20 !important;
}
body#checkout section.checkout-step .content {
  border: 0 !important;
}

.product-line-info .value {
  color: #fff !important;
}
.form-control:focus {
  box-shadow: none !important;
}
.search-in-suggest li a {
  background: #ce3890 !important;
  color: white;
  margin-top: 5px;
}



body#checkout section.checkout-step .step-title:before {
  left: 15% !important;
}

body#checkout section.checkout-step .step-title.h3{
width:100%;
padding:30px !important;
}

#js-checkout-summary {
  border-radius: 0;
  border: 0 !important;
  padding-bottom: 40px !important;
}
body#checkout #cart-summary-product-list img {
  border: 0 !important;
  border-radius: 0;
}
#checkout #checkout-personal-information-step .nav .nav-item .nav-link {
  border: 0 !important;
  padding: 15px 30px;

}
#checkout #checkout-personal-information-step .nav .nav-item {
  border-right: 0 !important;
  margin: 0;
}

.nav-inline.my-2 li:nth-child(2) {
  display: none;
}
label.required:after {
  color: #e31c93 !important;
}
body#checkout #cart-summary-product-list .media-body .product-quantity {
  color: #e31c93 !important;
}
.static-customer-info {
  color: white;
  font-size: 16px;
}
.page-content .form-control,
.page-content select.form-control-select.form-control {
  background: #231F20 !important;
}
.form-control {
  color: #ffffff !important;
  background: transparent!important;
}

.custom-radio{
border-color: #fff !important;
}
.carrier-name,
.payment-options > div > .payment-option .h6 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.carrier-delay {
  font-size: 16px;
  font-weight: 100;
}
.delivery-option-delay {
  max-width: 280px;
}

.custom-radio input[type="radio"]:checked + span {
  background-color: #ce3890 !important;
}
.carrier-price {
  color: #ce3890;
  font-size: 16px;
}

.condition-label {
  font-weight: 300;
}
.condition-label a {
  color: white;
}

.block-header {
  padding: 7px;
  font-size: 30px !important;
  font-weight: 400;
  margin-bottom: 25px !important;
}

@media (max-width: 600px) {
  .block-header {
    font-size: 25px !important;
  }
}

.block-promo .promo-input {
  background: #231F20;
  color: white;
border-radius:0 !important;
}
body.compact-cart #tc-container .cart-summary-line > span {
  font-size: 16px !important;
}
.block-promo .promo-input + button {
  border: 1px solid;
  background: #231F20 !important;
  padding: 9px 20px;
font-weight: 100;
    border-radius: 0;
}

.has-float-label :not(:placeholder-shown):not(:focus) {
  border-color: inherit !important;
}

.mark-required .form-group.checkbox label.required span.label::before,
.mark-required .form-group.radio-buttons label.required .field-label::after,
.mark-required .form-group.text label.required .field-label::after,
.mark-required .form-group.text.need-dni label .field-label::after,
.mark-required .form-group.email label.required .field-label::after,
.mark-required .form-group.password label.required .field-label::after,
.mark-required .form-group.tel label.required .field-label::after,
.mark-required .form-group.select label.required .field-label::after,
.mark-required .form-group.countrySelect label.required .field-label::after {
  color: #ce3890 !important;
}
.page-content .custom-checkbox input[type="checkbox"]:checked + span {
  filter: hue-rotate(120deg);
}

.has-float-label :not(:placeholder-shown):not(:focus) {
  color: white;
}

.address-block-container .address-block,
.customer-block-container,
.shipping-method-container {
  border: 1px solid #ce3890 !important;
}


body#checkout section.checkout-step.js-current-step .step-title {
  color: #fff !important;
  font-size: 25px;
  position: initial;
  padding: 10px 30px 0 30px;
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value,
.cart-summary-line .label {
  font-size: 16px;
}

#separate-payment-order-review #edit-button-block {
  display: none;
}
.remove-from-cart .non-material-icon.delete-from-cart,
.cart-voucher .icon-delete {
  filter: invert(1);
}

a.cart-line-product-quantity-up,
input.cart-line-product-quantity,
a.cart-line-product-quantity-down {
  border: 0 !important;
  filter: brightness(2.5);
  width: 16px !important;
}

#separate-payment-order-review {
  display: none;
}

#checkout #wrapper {
  padding: 30px 0 !important;
}

.js-address-form a {
    color: #fff !important;
}

.cart-grid-body .card.cart-container .cart-overview .cart-item {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 0;
    
}

.cart-grid-body .card.cart-container .cart-overview .cart-item .row{
    align-items: center;
    background: #191516;
    justify-content: space-between;
    
}

@media (min-width: 768px) {
 .cart-grid-body .card.cart-container .cart-overview .cart-item .row{
    flex-wrap: nowrap;
            padding-right: 10px;
}
}

@media (max-width: 768px) {
.product-line-grid.row{
padding: 20px 10px 13px 10px;
}
.product-line-grid.row .col-xs-6 {
    width: fit-content;
}

.product-line-grid.row .col-xs-6  .col-xs-2{
   width: fit-content;
}


    .cart-grid-body .card.cart-container .cart-overview .cart-item .product-line-grid > div:nth-child(1) {
        margin-bottom: 20px;
    }
     .product-line-grid.row .hidden-md-up{
      display: none;
    }

    .product-line-grid .row::after{
      display: none;
    }

  }

@media (min-width: 768px) {
    .cart-grid-body .card.cart-container .cart-overview .cart-item .product-line-grid > div:nth-child(1) {
        padding: 0;
    }
   
}




.product-line-grid-right .price{

    text-align: right;
}

.cart-grid-body .card.cart-container + a.label {
    line-height: normal;
    color: #222;
    background: #231f20;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .4s;
}

.product-line-grid.row{
  margin: 0;
}

.cart-grid-body .card.cart-container .cart-overview { 
    margin-bottom: 13px;
}

.cart-grid-body .card.cart-container + a.label i {
    display: inline !important;
}


.cart-summary-line.cart-total .value{
    font-size: 22px;

}

.cart-detailed-actions .text-sm-center {
    text-align: right !important;
}



.checkout .btn-outline, .btn, .btn-primary {
    border-radius: 0 !important;
        font-weight: 400 !important;
    letter-spacing: 0.4px !important;
}

#blockcart-modal .cart-content a.btn, .product-add-to-cart .product-quantity .add-to-cart, .leo-cart-dropdown-action a.btn.cart-dropdow-checkout, .continue.btn, button.btn.btn-primary.center-block, .checkout.cart-detailed-actions.card-block .btn{
  border-radius: 0;
}

.cart-grid .card.cart-summary{
      margin-top: 50px !important;
}

.mdgift-label strong {
    background: #ee6fbb !important;
    color: #fff !important;
    padding: 3px 6px;
    font-size: 12px;
}

.cart-summary-products .mdgift-label::before {
  background-color: transparent;
}

#mdgifts-panel .gift-widget-wrapper {
    background: transparent;
    border: 0;
    color: #fff;
}

.message-availability .label.label-warning {
    background-color: #00000042;
    border: 1px solid #000000;
}

.gift-widget-wrapper .giftProduct .rbutton {
    right: 10px;
    top: 10px;
}

    #mdgifts-panel .gift-widget-wrapper .giftProduct .rbutton {
        height: 16px !important;
        width: 16px !important;
    }

#mdgifts-panel .gift-widget-title {
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}


.gifts-panel {
    margin-top: 60px;
    margin-bottom: 100px;
}

#mdgifts-panel .gift-widget-wrapper {
    background: #ce3890;
  padding: 5px 32px;
}


.splide__arrow {
    background: transparent;

}

.gift-widget-wrapper .splide__arrow svg{
  fill: #fff;
}

.gift-widget-wrapper .splide__arrow--next {
    right: -30px;
}

.gift-widget-wrapper .splide__arrow--prev {
    left: -30px;
}


body#checkout .custom-radio input[type="radio"]:checked + span {
  
    border: 2px solid #ffffff !important;
}

body#checkout section.checkout-step #customer-form .radio-inline{
  margin: 0;
}


.input-group.focus {
    outline: 0;
}


.input-group, .form-control {
    caret-color: #ffffff;
}

select.form-control:not([size]):not([multiple]) {
  background:#221f20 !important;
  border: 0;
  border-radius: 0;
}

#delivery-address input[type="checkbox"]:checked ,  body#checkout section#checkout-addresses-step .content input[type="checkbox"]:checked {
  background-color: #ce3890;
  border-color: #ce3890;
  position: relative;
  top: 4px;
  border-radius: 0;
}
#delivery-address input[type="checkbox"], body#checkout section#checkout-addresses-step .content input[type="checkbox"] {
  background-color: #211f20;
  border-color: #211f20;
  position: relative;
  top: 4px;
  border-radius: 0;
}


#delivery-address input[type="checkbox"]:checked::after, body#checkout section#checkout-addresses-step .content input[type="checkbox"]:checked::after {
    top: -2px;
    left: 1px;
}
label[for="use_same_address"] {
  margin-left: 4px;
}

textarea#delivery_message {
  border: 0 !important;
  background: #231f20;
  color: #fff;
}

.cart-item .bootstrap-touchspin .input-group-btn-vertical i, .product-quantity .bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin: -16px 0 0 !important;
}

#payment-option-3-additional-information{
display: none !important;
}

body#checkout .order-options #delivery{
  background: #1b1819;
  padding: 20px;
  margin-bottom: 20px;
}

.btn.btn-primary.center-block{
  background: #ce3890;
}
.done {
  color: #ee6fbb;
}

@media (max-width: 768px) {
.summary-selected-carrier .logo-container{
    width: 30px;
    margin-bottom: 10px;
}
}
/************BLOG**************/

#search_filters_suppliers , #search_filters_brands ,#blog-nav{
display:none;
}
.blog-menu ul > li > a {
    padding: 3px 0;
}

 .sidebar .block .title_block:before {
    background: unset;
}

.blog-container .blog-desc {
  text-align: left !important;
}

.blog-detail .blog-image {
  text-align: left;
  max-width: 600px;
}

.blog-detail {
  padding: 30px;
}

.share_button li a {
  background: #292929;
  color: white;
  padding: 3px 12px;
}
.blog-detail .blog-description {
  background: none !important;
  padding: 30px 0 !important;
}
.blog-container .blog-meta > span:last-child {
  color: white;
}
.box-latestnews2 .latest-blogs .blog-container .right-block {
  background-color: #ce3890 !important;
  padding-bottom: 20px !important;
}

.blog-container .left-block {
  width: 100% !important;
}

.blog-container .right-block {
  width: 100% !important;
  padding: 20px 20px 20px 20px !important;
  background: #ce3890;
  color: white;
}

@media (max-width: 600px) {
  .blog-container .left-block {
    margin-bottom: 0px !important;
  }

  .blog-container .blog-title a {
    font-size: 18px !important;
  }
}

.blog-container .left-block {
  padding: 0 !important;
}
.blog-container .blog-title {
  overflow: visible !important;
  min-height: 85px;
}

.blog-container .blog-title a {
color: #fff !important;
    text-transform: none;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.blog-container .blog-title a {
}

/*.blog-container .blog-desc:after{
content:"Δες το tutorial"  ;
font-size: 16px;
font-weight:600;
text-decoration:underline;
text-align: left ;
display:block;
margin-top:10px;

}
*/

.sidebar .block {
  background: none !important;
}
.sidebar .block .title_block a {
  color: #fff !important;
  font-size: 18px;
}
.form-control:focus {
  background: #fff !important;
}
.form-control:focus-visible {
      outline-style: solid;
    outline-color: #fff;
}
.blog-detail .blog-meta,
.social-wrap {
  display: none;
}
.extra-blogs ul li {
  border-bottom: 0 !important;
}
.extra-blogs ul li a {
  color: #fff;
}

.blog-item .share_button {
  position: relative !important;
}

.childrens img {
  display: none;
}
#blog-category > .inner > h3 {
  display: none;
}
.blog-menu .collapse-icons .add,
.blog-menu .collapse-icons .remove {
  color: #ffffff !important;
}

.blog-detail .blog-title {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 35px;
}

.blog-item .title a {
  font-size: 25px;
  color: #fff !important;
}
.blog-item .blog-shortinfo {
  font-size: 16px;
  color: #fff;
}

#blog-listing > h1 {
  display: none;
}

.blog-img {
  max-width: 1200px;
}

.blog-description h2 {
  font-size: 27px;
  margin-top: 50px;
}

.blog-description a {
  color: #e342a0 !important;
}

/*******FOOTER***********/

.box-footerlink2 #block-newsletter-label {
  display: none;
}

#authentication .custom-checkbox label {
  padding: 0 !important;
}
#authentication .custom-checkbox span {
  float: none !important;
}
.box-footerlink2 {
    padding: 25px 25px !important;
    margin: 0;
}
.footer-container .ApLink li a {
  color: #fff;
font-weight: 100;
}
.box-footerlink2 .block_newsletter .input-wrapper input {
  border: 1px solid !important;
  color: white;
  padding-left: 10px !important;
  height: 38px;
}

.box-footerlink2 .block_newsletter .input-wrapper button {
  font-size: 21px !important;
  color: #fff !important;
}

.custom-checkbox input[type="checkbox"] + span,
.custom-checkbox input[type="radio"] + span {
  border: 0 !important;
  background: white;
    margin-right: 4px;
    margin-left: 1px;
    border-radius:0 !important;

}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked,
.custom-checkbox input[type="radio"] + span .checkbox-checked {
  color: #ce3890;
}




  .footer-lniks ul {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 20px;
}

@media (max-width: 576px) {

  .footer-lniks ul {
    display: flex;
gap:0;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}



}


.block_newsletter .ti-arrow-right:before {
  content: "\e75a" !important;
}
.block_newsletter .input-wrapper button {
  height: 43px !important;
}


.footer-column-fixer{
max-width: 1.66%;
    padding: 0;
}

@media (max-width: 1199px) {
.footer-column-fixer{
display:none;
}
}

@media (max-width: 991.90px){
 .ap-popup2{
        display: flex
;
        justify-content: flex-start;
        gap: 20px;
        margin-top: 70px !important;
        align-items: flex-end;
}

.footer-column-newsletter{

        margin-bottom: 30px ;
}



}

@media (max-width: 767px) {
 .ap-popup2{
        display: flex;
        justify-content: flex-start;
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
}

}

/*************KATASTIMATA***************/

.tabs-katastimata {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  /*height: 589px;*/
}

.tabs-katastimata .nav-tabs {
  list-style: none !important;
  width: 100% !important;
  text-align: center;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
}

.tabs-katastimata .nav-tabs .nav-item a:not(.active) {
  color: white !important;
  border: 1px solid white !important;
  border-radius: 0;
  margin: 8px;
}
.tabs-katastimata .nav-tabs .nav-item a.active {
  border: 0;
  background: #ce3890 !important;
  color: white !important;
  border-radius: 0;
  margin: 8px;
}

.tabs-katastimata h2,
.tabs-katastimata h3,
.tabs-katastimata h4 {
  font-weight: 600;
}

.tabs-katastimata h4 {
  margin-top: 35px;
  font-size: 18px;
}

.tabs-katastimata h3 {
  margin-bottom: 35px;
  margin-top: 36px;
  color: #e157ae;
  font-size: 25px;
}

.tabs-katastimata .nav-tabs .nav-link.active span {
  color: #ffffff !important;
}

.tabs-katastimata p {
  margin-bottom: 0px;
}

/****WHISHLIST****/
.leo-save-wishlist-bt {
  background: #ce3890 !important;
}
.wishlist-table-head th {
  color: #fff !important;
}
.table th,
.table td {
  border-top: 0 !important;
}

.list-wishlist table th,
.list-wishlist table td {
  background: #231F20;
  color: white;
}
.view-wishlist {
  color: white !important;
}


div.leo-quicklogin-modal .lql-form-content input:focus,
.form-control:focus {
  border-color: #fff !important;
}
.view-wishlist-product {
  color: white;
}


#mywishlist .footer_links li .btn {
  background: #231F20 !important;
  color: #ffffff !important;
  text-transform: none;
  font-weight: 100;
}
.list-group-item {
  border: 0 !important;
}
.leo-wishlist-button-dropdown .move-wishlist-item.added,
.leo-wishlist-button-dropdown .wishlist-item.added,
.leo-wishlist-button-dropdown .move-wishlist-item,
.leo-wishlist-button-dropdown .wishlist-item {
  background: #ce3890 !important;
  color: #fff !important;
}



#mywishlist input.form-control {
    border: 0;
    background: #211f20 !important;
    border-radius: 0 !important;
}


#mywishlist{
  margin-top: 50px;
}

#mywishlist .form-check-input:only-child{
  position: relative;
}

#mywishlist input[type="checkbox"]:checked::after {
  top: -3px;
  left: 2px;
}

.leo-save-wishlist-bt {
background: #ce3890 !important;
    border-radius: 0 !important;
    padding: 8px !important;
    min-width: 125px !important;
}

.new-wishlist {
    margin-bottom: 120px;
    background: #191617;
    padding: 20px;
}


#mywishlist section#products {
  background: #1a1718;
  padding: 20px;
  margin-bottom: 85px;
}

h5.modal-title a {
    color: #ffffff !important;
}

/************GDPR************/
.psgdprinfo17 {
  background: #231F20 !important;
  color: white;
}
/*********LOGIN**********/
.login-form{
  background: #1b1819 !important;
	padding: 58px;
	
}
.forgot-password a,
.no-account a {
  color: #fff;
}
#submit-login {
  background: #ce3890;
}

a {
    color: #ffffff;
}

.modal-content {
    border-radius: 0px !important;
    background: #1b1819;
}


.leo-quicklogin-modal .modal-header {
    height: 130px;
    background: #1b1819;
}

.form-group .btn-outline,  .form-group  .btn-primary {
    border-radius: 0px !important;
    background: #CE3890 !important;
    letter-spacing: 1px;
}

.leo-quicklogin-modal .modal-header .close {
    background: transparent;
    color: #ffffff;
}


body .leo-login-title, body .leo-register-title {
    text-align: center;
    color: #ffffff;
}



.leo-quicklogin-modal .lql-form-content input {
    border: 0;
    background: #211f20 !important;
    outline: 0;
    border-radius: 0;
}

.leo-login-title, .leo-register-title {
    font-size: 18px !important;
}

.lql-form-bt {
    margin-top: 33px;
}

.leo-form.full-width .lql-callregister, .leo-form.full-width .lql-calllogin {
    text-align: center;
    text-decoration: none;
}


a.leoquicklogin-forgotpass {
    text-decoration: none;
}

.leo-form.full-width .lql-callregister, .leo-form.full-width .lql-calllogin a {
    text-decoration: none;
}




/***********REGISTER**********/
.register-form p a {
  color: #ce3890;
}
#authentication .login-form .form-footer .btn,
#authentication .register-form .form-footer .btn {
  background: #ce3890;
}

/*CHECKBOX***/
/* Remove default checkbox styling */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background-color: white;
  transition: background-color 0.2s, border-color 0.2s;
}

/* Add custom checkmark when checked */
input[type="checkbox"]:checked {
  background-color: #4caf50; /* Green color */
  border-color: #4caf50;
}

/* Create a checkmark */
input[type="checkbox"]:checked::after {
  content: '\2714'; /* Unicode checkmark symbol */
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 14px;
  color: white;
}


div.leo-quicklogin-modal .lql-form-content input:focus, .form-control:focus, div.leo-quicklogin-modal .lql-form-content input:focus, .form-control:focus {
    border: none !important;
    box-shadow: none;
}

input[type="checkbox"]:checked::after {
    content: 'check';
    position: absolute;
    top: -1px;
    left: 4px;
    font-size: 14px;
    color: white;
    font-family: 'Material Icons';
}



.leo-register-form input[type="checkbox"]{
    top: 5px;
    margin: 0 5px 0 0;
}

.leo-login-form input[type="checkbox"] {
    top: -1px;
    margin: 0 5px 0 0;
}


.leo-register-form label span{
    color: #EE6FBB !important;
}


/******* CONTACT***********/

.contact-rich .block .data,
.contact-rich .block .data a {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 100;
}
.contact-rich .block .icon {
  color: #ffffff;
}
.form-footer .btn {
  background: #ce3890 !important;
}


.contact-rich h4{
display:none;
}


.contact-rich hr{
border: 0;
}
.contact-rich{
padding:20px;
}

.contact-form .form-control{
  background : #211f20 !important;
}

.contact-form{
  background: #1b1819;
  padding: 40px;
}

/*****EKPAIDEUSH*********/


#contact-box .col-lg-6 {
  padding: 0 !important;
}
.ekpaideush-dwro {
  display: block;
}
@media (min-width: 1160px) {
  .ekpaideush-dwro {
    display: inline-block;
  }
}


/*******MENU HIDDEN*********/

@media (max-width: 1597px) {
  .menu-epikoinwnia {
    display: none !important;
  }
}

@media (max-width: 1467px) {
  .menu-about-us {
    display: none !important;
  }
}

@media (max-width: 1308px) {
  .menu-katastimata {
    display: none !important;
  }
}

@media (max-width: 1099px) {
  .menu-sulloges {
    display: none !important;
  }
}
.head-leosearch-product .search-value-title {
  color: #fff !important;
}

.lgcookieslaw-section-description-content p {
  color: black !important;
}



/************FAQ***************/
.ap-accordion.panel-group {
  padding: 30px 0;
}

.ap-accordion .panel-default .panel-heading {
  background: #ce3890;
  border: 0 !important;
}

.ap-accordion .panel-default .panel-title {
  background: #ce3890 !important;
  padding: 10px;
}

.panel-title a {
  color: #fff;
}

.panel-title a:hover {
  color: #fff !important;
}

.panel-body {
  border: 0 !important;
  color: #dfdfdf;
  font-size: 16px;
  margin-bottom: 20px;
}

/*******COUNTDOWN***********/
.ApCountdown ul li {
  border: 1px solid #ad2831 !important;
  border-radius: 8px !important;
  border-top-color: #ad2831 !important;
  border-right-color: #ad2831!important;
  color: #fff;
  background: #CE3890;

}

#countdown-form_8972416925390279 {
  max-width: 100%;
}

.ApCountdown ul li b {
  font-size: 30px !important;
  color: #fff !important;
}

.ApCountdown ul {
justify-content: center;
    padding: 0;
    list-style: none!important;
    display: flex;
    align-content: center;
margin-bottom: 0 !important;
}




#countdown-form_8972416925390279 ul {
  list-style: none;
  padding-left: 0;
  margin-left: -25px;
}

.countdown-group {
  background-position: right !important;
}

.countdown-box {
  padding: 50px 10px;
  
}


@media (max-width: 900px) {
.ApCountdown ul li b {
  font-size: 20px !important;
}

.ApCountdown .z-depth-1 {
      padding: 3px 1px !important;
  margin: 0 0px;
}
}
@media (max-width: 768px) {
.ApCountdown ul {
    height: 80px;
    padding-left: 0 !important;
}
}


@media (min-width: 768px) {
.ApCountdown ul {
    height: 107px;
    padding-left: 0 !important;
}
}




.ApCountdown .z-depth-1 {
      padding: 5px 10px !important;
  margin: 0 2px;
}

.ApCountdown ul li b{
min-width: fit-content !important;
}

.ApCountdown .z-depth-1::marker{
display:none;
}

@media (max-width: 1113px) {

.ApCountdown .z-depth-1 {
      padding: 3px 5px !important;
  margin: 0 1px;
}
}

/********GIFT CARD***********/



.gc-receptmode-option input:checked + label {
    background: #ce3890 !important;
    border: 0;
}


.gc-receptmode-option label {
    border: 0 !important;
    background: #1b1819;
  
}

.gc-receptmode-option svg{
  display: none;
}

.gc-receptmode-option label:hover {
    background: #ce3890;
}

.gc-receptmode-option {
   margin-top: 25px;
}

#formgiftcard section{

    margin-top: 70px;
}
#gc-step-information >  .form-group, #recepmode-mail-additional-information{ 
    background: #1b1819;
    padding: 40px 40px;
        margin-top: 25px;
}

#choicegiftcard section h2{
  margin:0;
}





/*********ANIMATIONS********/

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-out-left {
  -webkit-animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

.slide-top {
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}




/****************************/

/**********Collection Page**********/
.toogle-steps {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}
.toogle-steps:hover {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

/****************************/

body#checkout section.checkout-step .address-item.selected,
body#checkout section.checkout-step .delivery-option {
  background: #1b1819;
  border: 0;
}

#checkout #content > .row > div.col-md-8 {
  padding-top: 100px !important;
}
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  color: #ffffff;
  font-size: 16px;
}

.product-line-grid-right .bootstrap-touchspin {
  box-shadow: none !important;
}

.mdgift-item .product-line-grid-right .qty::before {
  display: none;
}
.product-price.mdgift-label {
  display: flex ;
      align-items: center;
      background-color: #ce3890;
}

.form-control:focus {
  background: #272727 !important;
}

#checkout #checkout-personal-information-step .nav .nav-item .nav-link {
  background: #1b181959;
 
}
section.checkout-step .content ul.nav {
  border-bottom: 0;
}

body#checkout section.checkout-step {
  background-color: #231f20 !important;
  padding: 50px 20px;
}

body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address,  body#checkout section#checkout-addresses-step .content, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    background: #1b1819 !important;
    margin: 0 !important;
    padding: 50px 35px !important;
    border-radius: 0 !important;
}
.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}

.leo-cart-dropdown-action a.btn {
  display: block !important;
  background: #eb57ae !important;
  margin: 5px;
    padding: 10px 0 !important;
    font-weight: 500;
border-radius:0;
}


@media (max-width: 1199px) {
  .product-line-grid-right.product-line-actions col-md-10.col-xs-6 {
    width: 100%;
  }

  .product-line-grid.row {
    display: flex;
  }

  .product-line-grid-left {
    width: 70%;
  }
}

.leo-cart-dropdown-action .cart-dropdow-checkout {
  display: none !important;
}


.gift-widget-wrapper[data-id="5"]:before {
  content: "Για να διαλέξεις το stand αφαίρεσε το προηγούμενο δώρο από το καλάθι σου";
  color: #fff;
  font-weight: 300;
}
.gift-widget-wrapper[data-id="6"]:before {
  content: "Για να διαλέξεις το stand αφαίρεσε το προηγούμενο δώρο από το καλάθι σου";
  color: #fff;
  font-weight: 300;
}


.form-informations{
  margin-top: 80px;
  border-top: 1px solid #fff;
    padding: 30px;
}
.field-password-policy{
  margin-bottom: 80px;
  border-bottom: 1px solid #fff;
    padding: 30px;
}


/***********************CAMPAIGN-PAGES**************/

.campaign-stam-banner{
    background-size:cover; 
    background-repeat: no-repeat; 
    background-position: left; 
    height:470px;  
    display: flex; 
    align-items: center; 
    justify-content: space-around;
}

.campaign-stam-banner img{
        display: none;
}
.campaign-stam-banner > div{
        width: 50%;
    }

@media (max-width: 1050px) {
    .campaign-stam-banner{
        background: none !important;
        display: initial;
    }
    .campaign-stam-banner > div{
        width: 100%;
        margin: 0 auto;
    }
    .campaign-stam-banner img{
        display: block;
        margin: 0 auto;
    }

}

.campaign-stam-product-row{
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


@media (max-width: 1050px) {
    .campaign-stam-product-row{
        background: none !important;
        display: initial;
    }
    .campaign-stam-product-row > div{
        width: 100%;
        max-width: fit-content;
        margin: 50px auto;
    }

}


.campaign-stam-button{
    padding: 10px 20px;
        border: 1px solid;
        margin-top: 20px;
        font-size: 18px;
}
.campaign-stam-button:hover{
    color: #000;
    background: #fff;
}
.more-colors{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 55px;
}

.more-colors img:hover{
    transform: scale(1.03);
    transition-duration: 1s;
    }




@media (max-width: 1050px) {
    .more-colors{
        display: block;
    }
    .more-colors img{
        margin-top: 15px;
    }
}

.campaign-stam-product-row ul li{
    margin-top: 15px;
}

.campaign-stam-product-row ul li img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid;
    padding: 5px;
    margin-right: 13px;
}

/******SPIN WHEEL**********/


.wk-voucher-button {
    background: #ce3890 !important;
    border: 1px solid #ce3890 !important;
    padding: 13px 10px !important;
}

.wk-spin-bottom-right {
    right: 26px!important;
    bottom: 145px!important;
}

#spindiv{
background: url('https://star-nails.gr/img/cms/spin-back-2.jpg') !important;
    max-width: 1250px;

box-shadow: 0 0 53px 0 black;
border-radius: 13px;
}

input#wkEmailSpin, input#wkNameSpin {
    border-radius: 5px;
    box-shadow: 4px 4px 13px 0 rgba(0,0,0,.2);
    background: #ffffffd1 !important;
    border: 0;
    color: #000000!important;
}

.wk-spin-content-left-p {
    max-width: 513px;
    background: #ce3890e0;
    height: 100%;
    padding: 30px 30px;
border-radius: 10px;
}


@media (min-width: 653px){
.row.wk-spin-mobile{
display: flex;
    align-items: center;
}
}


@media (max-width: 652px){
#spindiv{
width:90% !important;
}
.wk-spin-bottom-right {
    right: 6px!important;
    bottom: 20px!important;
}

.wk-spin-content-left-p {
    max-width: unset;
}
}

@media (max-width: 470px){
#spindiv canvas {
    height: 425px !important;
}
#spindiv {
    max-height: 632px;
}
}



/**************REMOVE TAGS******/

.home-gifts .product-flags{
display:none;

}

/**************BLOG NAILS******/
.blog-nails{
display: inline-block;
position:relative;
    width: fit-content;
margin-top:20px;
    cursor: pointer;
}


.des-ta-ulika{
background: #ce38907d;
    width: 100%;
    padding: 9px 18px;
    font-size: 13px;
    color: #fff;
    position: absolute;
    bottom: 0;
    height: auto;
}
.ulika{
display:none;
border-top: 1px solid #ffffff3b;
    padding: 10px 10px;
}


/***********SNOW********/

.snowflake {
  color: #fff;
  font-size: 2em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
	color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #000;		
}

/*COOKIE BANNER*/
#cookiesplus-modal th {
    background-color: #231f20;
}
#cookiesplus-modal, #header #cookiesplus-modal.row, #cookiesplus-modal-not-available {
    border: 0;
    border-radius: 3px;
}

div#cookiesplus-modal, #cookiesplus-modal>div, #cookiesplus-modal p {
    padding: 15px;
}
/*COOKIE BANNER*/

body#checkout #order-summary-content .summary-selected-carrier, body#checkout #order-summary-content .order-confirmation-table {
    background: transparent !important;
    border: 0;
}
body#checkout #order-summary-content h4.h4, body#checkout #order-summary-content #order-items h3.h3,body#checkout #order-summary-content h4.black,body#checkout #order-summary-content .col-md-12>h4.black {
    color: #fff  !important;
}
body#checkout #order-summary-content {
  border: 1px solid #fff;
  padding: 25px;
  margin-top: 60px;
    margin-bottom: 60px;
}




@media (max-width:767){
body#checkout section.checkout-step {
    display: block !important;
}
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number{
display:none;
}


body#checkout section.checkout-step .address-footer {
    text-align: left;
}

body#checkout section.checkout-step .delete-address:hover, body#checkout section.checkout-step .edit-address:hover {
    color: #ee6fbb !important;
}
.checkout-step input.form-control {
    border: 0;
    background: #211f20 !important;
    border-radius: 0;
}

body#checkout .additional-information{
  background: #1b1819 !important;
  border: 0 !important;
  
}
body#checkout section.checkout-step .payment-options .payment-option{
  background: #1b1819 !important;
  border: 0 !important;
}

.payment-options{
  background: #1b1819 !important;
} 

body#checkout section.checkout-step hr {
    display: none;
}

/****************ORDER CONFIRMATION PAGE*************/

#ps_cashondelivery-displayOrderConfirmation a {
    font-weight: 500;
}

.order-confirmation-table {
    color: #fff !important;

}

.order-confirmation-table .font-weight-bold {
    color: #ffffff !important;
}
    .page-order-confirmation #order-items .order-confirmation-table {
        border-top:0 !important;
    }

    #order-confirmation .page-order-confirmation .card-block>.row #order-items>.row {
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        border-bottom: 1px solid;
        padding-bottom: 15px;
    margin-bottom: 24px;
    }
    #order-confirmation .page-order-confirmation .card-block>.row #order-items>.row:after {
        content: none;
    }

    #order-confirmation .page-order-confirmation .card-block>.row #order-items>.row h3:first-of-type {
        min-width: 49.33%;
        padding: 0;
    }

    #order-confirmation .page-order-confirmation .card-block>.row #order-items>.row h3:last-of-type {
        padding: 0;
        text-align: right !important;
    }

#content-hook_order_confirmation{
  background: rgb(76 175 80 / 7%) !important;
    border: 1px solid #4cbb6c !important;
    margin: 20px auto 60px auto;

}

.page-order-confirmation .card-block > .row #order-details{
min-width:unset !important;
} 
 #order-confirmation #order-items
 {
        width: 81.66% !important;
}

@media (max-width: 991px) {
    #order-confirmation .page-order-confirmation .card-block>.row {
        flex-direction : column-reverse;
        align-items: center;
        display: flex;
    }

    #order-confirmation #order-items {
        width: 100% !important;
    }

    #order-confirmation #order-details {
        width: 100% !important;
        border-left: 0 !important;
        margin: 0 0 50px 0;
    }


   
    .page-order-confirmation #order-items .order-confirmation-table .order-line.row {
        display: flex;
        align-items: flex-start;

    }

    .page-order-confirmation #order-details h3 {
        display: none;
    }

    .page-order-confirmation #order-items .order-confirmation-table .order-line.row>div {
        margin: 15px 0;
    }



    #order-items .card-title {
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }





}


@media (max-width: 575px) {
    .page-order-confirmation #order-items .order-confirmation-table .order-line.row>.col-sm-2:first-of-type {
        display: none;
    }
}

@media (max-width: 625px) {
    #order-confirmation .page-order-confirmation .card-block>.row #order-items>.row {
        display: none;
    }
 .page-order-confirmation #order-items .order-confirmation-table .order-line.row>div.qty div:nth-child(2)::before {
        content: "x";
    }

}


#content-hook_order_confirmation .card-title i {
    color: #4cbb6c;
}

/***********SALES PAGE****************/

.sales-image-link{
  box-shadow: 0;
  margin: 10px;
  height: 300px;
  width: 300px;
  display: inline-block;
}

.sales-image-link img{
  width: 100%;
}

.sales-image-link:hover{
  box-shadow: 6px 7px 0 0 #ce3890;
  transform: translateY(-7px);
  transform: translatex(-6px);
}

/********THEEIS ERGASIAS**********/


.job-position ul{
  list-style:none !important;
}

.job-position ul li{
  font-size: 16px;
  color: #fff;
}


.job-position{
  text-align: center;
}


.job-position h4{
  color: #df0c90;
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
  }


/************AUTO COMPLETE********/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px #211f20 inset !important;
}
/************ABOUT US PAGE ************/
@media (max-width: 1199px) {

 .tablet-reverse{
    display: flex
;
    flex-direction: column-reverse;
    margin-top: 130px;
}

 .page-cms-4 .col-lg-4 img{
    max-width: 300px;
    margin-bottom: 60px;
    margin-top: 0px !important;
}
 .page-cms-4 .col-lg-4{
    text-align: center;
}

}
/*******WARNINGS******/
.alert-warning {
    color: #ffffff;
}
.alert-warning {
    background-color: rgb(0 0 0 / 8%);
    border-color: #0e0c0d;
}

.alert:before {
    top: 11px !important;
}

.alert-danger {
    background-color: #191919;
    border-color: #ac3333;
    color: #ffffff;
}

/****GDPR FORMS*******/
.gdpr_consent{
margin-top:6px;
}

/***/

.modal-backdrop.in {
    opacity: 0.7 !important;
}


/*** MY CAROUSEL****/
.scroll-wrapper {
  position: relative;
  width: 95%;
  margin: 0 auto;
}

.category-scroll {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem 0;
  cursor: grab;
  user-select: none;
  
}
.category-scroll.dragging {
  cursor: grabbing;
}
.category-scroll * {
  user-select: none;
}


/* SCROLLBAR STYLES */
.category-scroll::-webkit-scrollbar {
  height: 8px;
}
.category-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* ITEM LINK BLOCK */
.category-scroll a.img {
  flex: 0 0 auto;
  text-align: center;
  width: 125px;
  text-decoration: none;
  color: #fff;
      display: flex
;
    flex-direction: column;
    
}

.category-scroll img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
  
}

/* ITEM TITLE */


.block-category-inner .category-scroll a{
 
  background: #ce3890;
  border-radius: 5px;
}

.category-scroll .title {
    color: white;
    font-size: 12px;
    font-weight: 400;
    z-index: 1;
    padding: 0px 10px 8px 10px;
    transition: transform 0.2s  ease-in-out;
    padding-top: 8px;
}

.category-scroll .ombre {
transition: background-size 0.2s, background-position 0.5s;
    background-position: bottom;
    margin-top: -100%;
    z-index: 1;
    position: relative;
    height: 125px;
    background: linear-gradient(360deg, rgb(206 56 144) 63%, rgb(206 56 144) 44%, rgba(208, 72, 152, 0) 87%);
    background-size: 1% 300%;
}

/*

.category-scroll a:hover .ombre {
 background: linear-gradient(360deg, rgb(208 72 152) 0%, rgba(208, 72, 152, 1) 14%, rgba(208, 72, 152, 0) 210%)
}


.category-scroll a:hover .title{
    transform: translateY(-100%);
}
*/

/* SCROLL ARROWS */
.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: transparent;
  border: none;
  font-size: 13px;
  cursor: pointer;
  padding: 0.5rem;
  transition: background 0.2s;
  color: #fff;
}

.scroll-arrow.left {
  left: -35px;
}

.scroll-arrow.right {
  right: -35px;
}

@media (max-width: 767px){

  .scroll-arrow.left {
    left: -30px;
  }
  
  .scroll-arrow.right {
    right: -30px;
  }
}

@media (max-width: 576px){

  .scroll-arrow.left {
    left: -27px;
  }
  
  .scroll-arrow.right {
    right: -27px;
  }
}

.category-scroll img, 
.category-scroll a.img {
  -webkit-user-drag: none; /* Prevent native drag on images and links */
  user-drag: none;
  pointer-events: auto; /* keep pointer events */

}

.category-scroll {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.category-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


.scroll-arrow:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.category-scroll.dragging {
  cursor: grabbing;
  transform: scale(1.01);
  transition: transform 0.1s ease;
}


/***CUSTOM FIELDS*******/

#customfieldsblock_payment .page-subheading{
display: none;
}


#customfieldsblock_payment{
    box-shadow: none;
    margin-bottom: 45px;
    padding-top: 10px;
    padding-bottom: 0px;
    background: #1b1819 !important;
}


#checkout-payment-step .form-control{
  border-radius: 0;
  border: 0;
  background: #211f20 !important;
}

#checkout-payment-step .input_label.required span{
  display: none;
}

#checkout-payment-step  [type="radio"] {
    display: none;
}

#checkout-payment-step input[type="radio"]:checked:not(old) + label > span > span  {
  margin-left: -2px;
  margin-top: -2px;
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid;
  border-radius: 1.125em;
  background: rgb(208 72 152);
  background-image: -moz-linear-gradient( rgb(179, 217, 140), rgb(153, 204, 102) );
  background-image: -ms-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
  background-image: -o-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
  background-image: -webkit-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
  background-image: linear-gradient(rgb(208 72 152), rgb(208 72 152));
}


#checkout-payment-step input[type="checkbox"]:not(old) + label > span, 
#checkout-payment-step input[type="radio"]:not(old) + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 25px;
    margin-bottom: -3px;
    border: 2px solid;
    border-radius: 100%;
    background: #fff;
	margin-left:25px;
}



#checkout-payment-step .cart-payment-step-refreshed-info{
  display: none;
}



#customfieldsblock_payment .input_wrapper{
      display: flex;
    flex-direction: column;
    align-items: flex-start;
}


#customfieldsblock_payment .col-md-3.form-control-label {
    /* display: block; */
    width: auto;
}



#customfieldsblock_payment .type_multiboxes#radio-1{
  margin-top: 18px;
}
/*******/


/******404 page*********/
#products .page-not-found, #pagenotfound .page-not-found {
    background: transparent;
}
#pagenotfound .page-content #search_widget .popup-content input[type=text] {
    background: #211f20;
    border: 0;
    color: #fff;
}

#search_widget .search-inner button[type="submit"] i {
    color: #ffffff;
}

/******CUSTOMER ACCOUNT PAGE******/

.page-addresses .address{

background: #1b1819 !important;
color: #fff !important;
box-shadow: none !important;
}
.page-addresses .address .address-footer {
   border: 0;
}

.page-addresses .address .address-footer a i, .page-addresses .addresses-footer a i {

    color: #fff;
}

.myacc_content .address-form{
  background: #1b1819 ;
  padding: 30px;
}

/**** LOGIN PAGE ******/

#authentication #wrapper, #password #wrapper{
    min-height: 100vh;
}

.forgotten-password{
	padding: 28px 58px 58px 58px;
	max-width: 700px;
	margin: 0 auto;
}
 .renew-password{
	padding: 50px;
	max-width: 700px;
	margin: 0 auto;
	background: #1b1819; 
}

 .renew-password .row.form-group{
	 display: flex;
  flex-direction: column;
  width: 100%;
}


 .renew-password .row.form-group label, .renew-password .row.form-group .col-md-4{
margin-left: 0;
  text-align: left;
  width: 100%;
}

.renew-password .row.form-group .offset-md-5{
	margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}


.renew-password .email{
	margin:0 0 20px 0;
  padding-left: 15px;
  padding-right: 15px;
	font-size: 16px;
}


.renew-password .row.form-group .btn.btn-outline{
	width: 100%;
}

#password .item i{
width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 8px;
}

#password .item p{
  display: inline-block;
}

#password .ps-alert-error{
margin-bottom: 25px;
  text-align: center;
}


.page-footer{
	text-align: center;
}

ul.ps-alert-success i {
  width: 24px;
  height: 24px;
  margin: 7px 10px 0 0;
  padding: 4px;
background: #CE3890;
}

.forgotten-password ul li i svg path {
  fill: #fff;
}



/****** PRODUCT LIST QUANTITY****/



.leo-touchspin .input-group{
	display: flex;
  flex-direction: row;
  align-items: center;
border: 1px solid #191516;
margin-top: 18px;
}


.leo-touchspin .leo_cart_quantity{
color: #fff;
  font-size: 14px;
  display: block;
  width: 61%;
  height: 32px;
  border: 0;
/*border-right: 1px solid #fff;*/
  text-align: center;
/*  background: #292929 !important;*/
  margin: 0px !important;
  padding: 20px;
}


.leo-touchspin .input-group-btn-vertical{

height: 40px;
  display: flex;
  flex-direction: row;
}

.leo-touchspin .input-group-btn-vertical button{
background: #191516;
  height: 50%;

  height: 100%;
  display: flex;
  align-items: center;
font-size: 18px;
}

.leo-touchspin .input-group-btn-vertical button first child{
border-right: 1px solid #292929;
}


.product-miniature .btn.btn-product.add-to-cart.leo-bt-cart.leo-enable{
background: #ce3890;
  margin-top: 6px;
  width: 100%;
  padding: 11px;

}
.product-miniature .btn.btn-product.add-to-cart.leo-bt-cart.leo-enable span{
color: #fff !important;
}

.plist-modern .thumbnail-container {
  margin-bottom: 70px;
}