/*
@File: Comero Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Top Panel Area CSS
** - Top Header Area CSS
** - Navbar Area CSS
** - Modal CSS
** - Main Banner Area CSS
** - About Area CSS
** - Offer Area CSS
** - All Products Area CSS
** - Products QuickView Modal Area CSS
** - Category Products Area CSS
** - Trending Products Area CSS
** - Best Sellers Area CSS
** - Facility Area CSS
** - Testimonials Area CSS
** - Products Offer Area CSS
** - News Area CSS
** - News Details Area CSS
** - Subscribe Area CSS
** - Partner Area CSS
** - Instagram Area CSS
** - Page Title Area CSS
** - Products Collections Area CSS
** - Woocommerce Sidebar Area CSS
** - Products Filter Modal Area CSS
** - Gallery Area CSS
** - Look Book Area CSS
** - Sizing Guide Area CSS
** - 404 Error Area CSS
** - FAQs Area CSS
** - Contact Area CSS
** - Products Details Area CSS
** - Pagination Area CSS
** - Sidebar Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Compare Area CSS
** - Login Area CSS
** - Signup Area CSS
** - Customer Service Area CSS
** - Pagination CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Archivo:400,400i,500,500i,600,600i,700,700i&display=swap");
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: local('Jost'), local('Jost'), url(../fonts/jost/Jost-Regular.ttf) format('OpenType');
}
/*@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight:700;
  src: local('Jost'), local('Jost'), url(../fonts/jost/Jost-Bold.ttf) format('OpenType');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight:900;
  src: local('Jost'), local('Jost'), url(../fonts/jost/Jost-Black.ttf) format('OpenType');
}*/
body {
  padding: 0;
  margin: 0;
  font-family: "Jost",Arial, sans-serif;
  font-size: 14px;
}

p {
  color: #666666;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 15px;
}

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

a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

/*section-title*/
.section-title {
  margin-bottom: 25px;
  text-align: center;
  background-color: #f8f8f8;
  padding: 5px;
}

.section-title h2 {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}

.section-title h2 .dot {
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #222222;
}

.section-title h2 .dot::before {
  position: absolute;
  top: 0;
  content: '';
  font-size:6px;
  font-weight:bold;
  left: -1px;
  right: 0;
  bottom: 0;
  background: transparent;
  margin: 2px;
}

.section-title.without-bg {
  padding: 0;
  background-color: transparent;
}

/*btn(primary&light)*/
.btn {
  border: 1px solid transparent;
  padding: 11px 25px;
  line-height: initial;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: transparent;
  color: #222222;
  border-color: #222222;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-primary:hover, .btn-primary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: transparent;
  color: #222222;
  border-color: #222222;
}

.btn-light {
  background-color: transparent;
  color: #222222;
  border-color: #222222;
}

.btn-light.disabled, .btn-light:disabled {
  background-color: transparent;
  color: #222222;
  border-color: #222222;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-light:hover, .btn-light:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

/*owl-carousel-btn*/
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  line-height: initial;
}

.owl-theme .owl-dots .owl-dot {
  outline: 0;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #d2d2d2;
}

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

/*form-control*/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  background-color: #f5f5f5;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  line-height: initial;
  color: #222222;
  border: none;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius:5px
}

.form-control:focus {
  outline: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-ms-input-placeholder {
  color: #999999;
}

.form-control::placeholder {
  color: #999999;
}

/*================================================
Template Boxed Area CSS
=================================================*/
@media only screen and (min-width: 991px) {
	.mean-menu .navbar-nav{width:40% !important;}
	.mean-menu .navbar-brand{width:20% !important; text-align:center}
	.mean-menu .others-option{width:40% !important;}
}
.comero-boxed {
  background: #f7f8fa;
}

.comero-boxed body {
  background: #ffffff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.comero-boxed .navbar-area.is-sticky {
  right: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.comero-boxed .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  left: auto;
  right: 0;
}

.comero-boxed .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: auto;
  right: 240px;
}

.comero-boxed .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: auto;
  left: 240px;
}

.comero-boxed .comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  max-width: 1200px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.comero-boxed .main-banner-content {
  margin-left: 25px;
}

/*================================================
Top Panel Area CSS
=================================================*/
.top-panel {
  background-color: #222222;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.top-panel .panel-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-panel .panel-content p {
  margin-bottom: 0;
  line-height: initial;
  color: #ffffff;
  font-size: 15px;
  font-style: italic;
}

.top-panel .panel-content p b {
  font-size: 20px;
}

.top-panel .panel-content p a {
  display: inline-block;
  line-height: initial;
  color: #ffffff;
  position: relative;
  font-weight: 700;
  font-style: normal;
}

.top-panel .panel-content p a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
}

.top-panel .panel-content p a:hover::before, .top-panel .panel-content p a:focus::before {
  width: 100%;
}

.top-panel .container {
  position: relative;
}

.top-panel .panel-close-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.9;
}

.top-panel .panel-close-btn:hover, .top-panel .panel-close-btn:focus {
  color: #ffffff;
  opacity: 1;
}

.top-panel.hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.top-panel.hide .panel-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header {
  background-color: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.top-header-nav {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.top-header-nav li {
  display: inline-block;
  position: relative;
  margin-right: 17px;
  line-height: initial;
}

.top-header-nav li a {
  color: #222222;
  font-size: 13px;
  line-height: initial;
  position: relative;
}

.top-header-nav li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header-nav li a:hover, .top-header-nav li a:focus {
  color: #222222;
}

.top-header-nav li a:hover::before, .top-header-nav li a:focus::before {
  width: 100%;
}

.top-header-nav li::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 0.5px;
  width: 1px;
  height: 12px;
  background: #888888;
}

.top-header-nav li:last-child {
  margin-right: 0;
}

.top-header-nav li:last-child::before {
  display: none;
}

.top-header-right-nav {
  text-align: right;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.top-header-right-nav li {
  display: inline-block;
  position: relative;
  margin-right: 17px;
  line-height: initial;
}

.top-header-right-nav li a {
  color: #222222;
  font-size: 13px;
  line-height: initial;
  position: relative;
}

.top-header-right-nav li a i {
  margin-left: 2px;
}

.top-header-right-nav li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header-right-nav li a:hover, .top-header-right-nav li a:focus {
  color: #222222;
}

.top-header-right-nav li a:hover::before, .top-header-right-nav li a:focus::before {
  width: 100%;
}

.top-header-right-nav li::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 0.5px;
  width: 1px;
  height: 12px;
  background: #888888;
}

.top-header-right-nav li:last-child {
  margin-right: 0;
}

.top-header-right-nav li:last-child::before {
  display: none;
}

.top-header-right-nav .languages-list .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 13px;
  height: auto;
  top: 3px;
  line-height: initial;
  color: #222222;
  padding-left: 0;
  padding-right: 10px;
}

.top-header-right-nav .languages-list .nice-select:after {
  right: 0;
}

.top-header-right-nav .languages-list .nice-select .list {
  left: auto;
  right: 0;
  border: none;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  list-style-type: none;
  margin: 14px 0 0;
  border-radius: 0;
}

.top-header-right-nav .languages-list .nice-select .list li {
  display: block;
  margin-right: 0;
}

.top-header-right-nav .languages-list .nice-select .list li::before {
  display: none;
}

.top-header-right-nav .languages-list .nice-select .list li a::before {
  display: none;
}

.top-header-right-nav .languages-list .nice-select .option {
  line-height: initial;
  min-height: auto;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
}

.top-header-right-nav .languages-list .nice-select .option:hover, .top-header-right-nav .languages-list .nice-select .option.focus, .top-header-right-nav .languages-list .nice-select .option.selected.focus {
  background-color: #ffffff;
}

.top-header-logo {
  text-align: center;
}

.top-header-others-option {
  text-align: right;
}

.top-header-others-option .option-item {
  display: inline-block;
  position: relative;
  margin-right: 17px;
  line-height: initial;
}

.top-header-others-option .option-item a {
  color: #222222;
  text-transform: uppercase;
  position: relative;
}

.top-header-others-option .option-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header-others-option .option-item a:hover, .top-header-others-option .option-item a:focus {
  color: #222222;
}

.top-header-others-option .option-item a:hover::before, .top-header-others-option .option-item a:focus::before {
  width: 100%;
}

.top-header-others-option .option-item::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 0.5px;
  width: 1px;
  height: 12px;
  background: #888888;
}

.top-header-others-option .option-item:last-child {
  margin-right: 0;
}

.top-header-others-option .option-item:last-child::before {
  display: none;
}

.top-header-others-option .option-item .search-btn {
  cursor: pointer;
}

.top-header-others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
}

.top-header-others-option .option-item .close-btn.active {
  display: block;
}

.top-header-others-option .search-overlay.search-popup {
  margin-top: 20px;
}

.top-header-style-two {
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header-style-two .top-header-right-nav {
  text-align: left;
}

.top-header-social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.top-header-social li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.top-header-social li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #222222;
}

.top-header-social li a:hover {
  color: #666666;
}

.top-header-social li::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 3.2px;
  height: 10px;
  width: 1px;
  background: #222222;
}

.top-header-social li:last-child {
  margin-right: 0;
}

.top-header-social li:last-child::before {
  display: none;
}

.top-header-discount-info {
  text-align: center;
}

.top-header-discount-info p {
  margin-bottom: 0;
}

.top-header-discount-info p strong {
  color: #222222;
}

.top-header-discount-info p a {
  display: inline-block;
  color: #222222;
  font-weight: 700;
  position: relative;
}

.top-header-discount-info p a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #222222;
}

.top-header-discount-info p a:hover::before {
  width: 0;
}

/*================================================
Navbar Area CSS
=================================================*/
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

.comero-mobile-nav {
  display: none;
}

.comero-mobile-nav.mean-container .mean-nav ul li a.active {
  color: #222222;
}

.comero-mobile-nav .others-option {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
  margin-top: 5px;
  margin-right: 15px;
}

.comero-mobile-nav .others-option .option-item {
  display: inline-block;
  position: relative;
  margin-right: 17px;
  font-size: 13px;
  line-height: initial;
}

.comero-mobile-nav .others-option .option-item a {
  color: #222222;
  text-transform: uppercase;
  position: relative;
}

.comero-mobile-nav .others-option .option-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comero-mobile-nav .others-option .option-item a:hover, .comero-mobile-nav .others-option .option-item a:focus {
  color: #222222;
}

.comero-mobile-nav .others-option .option-item a:hover::before, .comero-mobile-nav .others-option .option-item a:focus::before {
  width: 100%;
}

.comero-mobile-nav .others-option .option-item::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 0.5px;
  width: 1px;
  height: 12px;
  background: #888888;
}

.comero-mobile-nav .others-option .option-item:last-child {
  margin-right: 0;
}

.comero-mobile-nav .others-option .option-item:last-child::before {
  display: none;
}

.comero-mobile-nav .others-option .option-item .search-btn {
  cursor: pointer;
}

.comero-mobile-nav .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
}

.comero-mobile-nav .others-option .option-item .close-btn.active {
  display: block;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.navbar-area.bg-black .comero-nav {
  background-color: rgba(0, 0, 0, 0.36);
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item:focus a, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item.active a {
  color: #ffffff;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #666666;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #222222;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #666666;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #222222;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #666666;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #222222;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #222222;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #222222;
}

.navbar-area.bg-black .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #222222;
}

.navbar-area.bg-black .comero-nav .others-option .option-item a {
  color: #ffffff;
}

.navbar-area.bg-black .comero-nav .others-option .option-item a::before {
  background: #ffffff;
}

.navbar-area.bg-black .comero-nav .others-option .option-item a:hover, .navbar-area.bg-black .comero-nav .others-option .option-item a:focus {
  color: #ffffff;
}

.navbar-area.bg-black .comero-nav .others-option .option-item::before {
  background: #ffffff;
}

.navbar-area.bg-black .comero-nav .others-option .option-item .search-btn {
  color: #ffffff;
}

.navbar-area.bg-black .comero-nav .others-option .option-item .close-btn {
  color: #ffffff;
}

.navbar-area.bg-black.is-sticky .comero-nav {
  background-color: black;
}

.navbar-brand {
  position: relative;
  top: -1px;
  padding-top: 0;
  padding-bottom: 0;
}

.comero-nav {
  background-color: #E6E8E7;
  padding-top: 3px;
  padding-bottom: 3px;
}

.comero-nav .navbar {
  position: inherit;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.comero-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.comero-nav .navbar .navbar-nav {
  margin: 0 auto;
}

.comero-nav .navbar .navbar-nav .nav-item {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.comero-nav .navbar .navbar-nav .nav-item.p-relative {
  position: relative;
}

.comero-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #222222;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  /*margin-left: 35px;*/
  font-weight:700;
  margin-right: 20px;
  letter-spacing: 0.3px;
}

.comero-nav .navbar .navbar-nav .nav-item a:hover, .comero-nav .navbar .navbar-nav .nav-item a:focus, .comero-nav .navbar .navbar-nav .nav-item a.active {
  color: #222222;
}

.comero-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.comero-nav .navbar .navbar-nav .nav-item:hover a, .comero-nav .navbar .navbar-nav .nav-item:focus a, .comero-nav .navbar .navbar-nav .nav-item.active a {
  color: #222222;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #666666;
  font-size: 14px;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #222222;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #666666;
  text-transform: capitalize;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #222222;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  position: relative;
  padding: 0;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #666666;
  font-size: 14px;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #222222;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: auto;
  right: 240px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
  text-transform: capitalize;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #222222;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #222222;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #222222;
}

.comero-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.comero-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.comero-nav .navbar .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  padding: 35px 0;
  position: absolute;
  top: auto;
  left: 0;
  margin-top: 23px;
  width: 100%;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
  color: #222222;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li {
  margin-top: 12px;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
  margin-top: 0;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  padding: 0;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu.top-brands {
  margin-left: -5px;
  margin-top: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu.top-brands li {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu.top-brands li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu.top-brands li:hover::before {
  border-color: #222222;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img, .comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:focus img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category, .comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:focus .category {
  bottom: 10px;
}

.comero-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
  margin-top: 15px;
}

.comero-nav .others-option {

  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.comero-nav .others-option .option-item {
  display: inline-block;
  position: relative;
  margin-right: 17px;
  line-height: initial;
  float:left;
  margin-top:15px;
}

.comero-nav .others-option .option-item a {
  color: #222222;
  text-transform: uppercase;
  position: relative;
  display: table-caption;
  text-align: center;
}
.comero-nav .others-option .option-item a img{
	width:22px;
	margin-bottom:0px
}

.comero-nav .others-option .option-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comero-nav .others-option .option-item a:hover, .comero-nav .others-option .option-item a:focus {
  color: #222222;
}

.comero-nav .others-option .option-item a:hover::before, .comero-nav .others-option .option-item a:focus::before {
  width: 100%;
}

.comero-nav .others-option .option-item::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 0.5px;
  width: 1px;
  height: 40px;
  /*background: #888888;*/
}

.comero-nav .others-option .option-item:last-child {
  /*margin-right: 0;*/
}

.comero-nav .others-option .option-item:last-child::before {
  display: none;
}

.comero-nav .others-option .option-item .search-btn {
  cursor: pointer;
}

.comero-nav .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
}

.comero-nav .others-option .option-item .close-btn.active {
  display: block;
}

.navbar-area.navbar-style-two .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-area.navbar-style-two .navbar-nav.me-auto {
  margin-left: auto !important;
  margin-right: unset !important;
}

/*================================================
Modal CSS
=================================================*/
.shoppingCartModal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.shoppingCartModal.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.shoppingCartModal.modal.right.fade .modal-dialog {
  right: -420px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingCartModal.modal.right.fade.show .modal-dialog {
  right: 0;
}

.shoppingCartModal .modal-content {
  border-radius: 0;
  border: none;
}

.shoppingCartModal .modal-content .modal-body {
  padding: 25px 15px;
}

.shoppingCartModal .modal-content .modal-body h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.shoppingCartModal .modal-content .modal-body .product-cart-content .product-cart {
  position: relative;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
  padding-left: 60px;
  padding-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .product-cart-content .product-cart .product-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}

.shoppingCartModal .modal-content .modal-body .product-cart-content .product-cart .product-content h3 {
  font-size: 13px;
  text-transform: initial;
  margin-bottom: 0px;
}

.shoppingCartModal .modal-content .modal-body .product-cart-content .product-cart .product-content h3 a {
  color: #222222;
}

.shoppingCartModal .modal-content .modal-body .product-cart-content .product-cart .product-content span {
  font-size: 12px;
  display: block;
  margin-bottom: 0px;
  color: #666666;
}

.shoppingCartModal .modal-content .modal-body .product-cart-content .product-cart .product-content .product-price span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  color: #666666;
}

.shoppingCartModal .modal-content .modal-body .product-cart-content .product-cart .product-content .product-price span.price {
  font-size: 14px;
  color: #222222;
}

.shoppingCartModal .modal-content .modal-body .product-cart-subtotal {
  overflow: hidden;
  margin-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .product-cart-subtotal span {
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
}

.shoppingCartModal .modal-content .modal-body .product-cart-subtotal span.subtotal {
  float: right;
}

.shoppingCartModal .modal-content .modal-body .product-cart-btn .btn {
  display: block;
}

.shoppingCartModal .modal-content .modal-body .product-cart-btn .btn.btn-light {
  margin-top: 12px;
}

.shoppingCartModal .close {
  color: #222222;
  font-size: 30px;
  outline: 0 !important;
  line-height: initial;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background-color: transparent !important;
  border: none !important;
}

.shoppingCartModal .close:not(:disabled):not(.disabled):hover, .shoppingCartModal .close:not(:disabled):not(.disabled):focus {
  color: #222222;
  text-decoration: none;
  opacity: 1;
}

.search-overlay {
  display: block;
}

.search-overlay.search-popup {
  position: relative;
  top: -5px;
  width: 200px;
  right: 0;
  background: transparent;
  z-index: 2;
  padding: 0px;
  margin-top:0;
  transition: width 2s ease, height 2s ease;
}
.search-overlay.search-popup:hover {
	 width: 300px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: initial;
  background:#E6E8E7;
  border: 1px solid #222222;
  padding-left: 10px;
  color: #222222;
  outline: 0;
  border-radius:500px
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  background: transparent;
  border: none;
  width: 40px;
  outline: 0;
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #222222;
}

.bts-popup {
  position: fixed;
  left: 0;
  display: none;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup.is-visible .bts-popup-container {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bts-popup .bts-popup-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: none;
  text-align: center;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding: 50px 130px;
  overflow: hidden;
}

.bts-popup .bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid #222222;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup .bts-popup-container a {
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup .bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.bts-popup .bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}

.bts-popup .bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}

.bts-popup .bts-popup-container .bts-popup-close::before, .bts-popup .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: #222222;
}

.bts-popup .bts-popup-container h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.bts-popup .bts-popup-container h3 p {
  margin-bottom: 25px;
  font-size: 13px;
}

.bts-popup .bts-popup-container ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.bts-popup .bts-popup-container ul li {
  display: inline-block;
}

.bts-popup .bts-popup-container ul li a {
  width: 33px;
  height: 33px;
  background-color: #222222;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50%;
}

.bts-popup .bts-popup-container ul li a.facebook {
  background-color: #3b5998;
  color: #ffffff;
}

.bts-popup .bts-popup-container ul li a.twitter {
  background-color: #1da1f2;
  color: #ffffff;
}

.bts-popup .bts-popup-container ul li a.linkedin {
  background-color: #0077b5;
  color: #ffffff;
}

.bts-popup .bts-popup-container ul li a.instagram {
  background-color: #e1306c;
  color: #ffffff;
}

.bts-popup .bts-popup-container .img-box img:nth-child(1) {
  position: absolute;
  left: -45px;
  bottom: 0;
  z-index: -1;
  width: 185px;
}

.bts-popup .bts-popup-container .img-box img:nth-child(2) {
  position: absolute;
  right: -45px;
  bottom: 0;
  z-index: -1;
  width: 185px;
}

.bts-popup .bts-popup-container form {
  position: relative;
}

.bts-popup .bts-popup-container form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border: none;
  background-color: #222222;
  color: #ffffff;
  outline: 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 20px;
}

.bts-popup .bts-popup-container form button:hover, .bts-popup .bts-popup-container form button:focus {
  background-color: #000000;
}

.bts-popup .bts-popup-container form .validation-danger {
  color: red;
  margin-top: 10px;
}

.bts-popup .bts-popup-container form .validation-success {
  margin-top: 10px;
}

.shoppingWishlistModal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.shoppingWishlistModal.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.shoppingWishlistModal.modal.right.fade .modal-dialog {
  right: -420px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingWishlistModal.modal.right.fade.show .modal-dialog {
  right: 0;
}

.shoppingWishlistModal .modal-content {
  border-radius: 0;
  border: none;
}

.shoppingWishlistModal .modal-content .modal-body {
  padding: 25px 15px;
}

.shoppingWishlistModal .modal-content .modal-body h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.shoppingWishlistModal .modal-content .modal-body .product-cart-content .product-cart {
  position: relative;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
  padding-left: 60px;
  padding-bottom: 15px;
}

.shoppingWishlistModal .modal-content .modal-body .product-cart-content .product-cart .product-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}

.shoppingWishlistModal .modal-content .modal-body .product-cart-content .product-cart .product-content h3 {
  font-size: 13px;
  text-transform: initial;
  margin-bottom: 5px;
}

.shoppingWishlistModal .modal-content .modal-body .product-cart-content .product-cart .product-content h3 a {
  color: #222222;
}

.shoppingWishlistModal .modal-content .modal-body .product-cart-content .product-cart .product-content span {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
  color: #666666;
}

.shoppingWishlistModal .modal-content .modal-body .product-cart-content .product-cart .product-content .product-price span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  color: #666666;
}

.shoppingWishlistModal .modal-content .modal-body .product-cart-content .product-cart .product-content .product-price span.price {
  font-size: 14px;
  color: #222222;
}

.shoppingWishlistModal .modal-content .modal-body .product-cart-btn .btn {
  display: block;
}

.shoppingWishlistModal .modal-content .modal-body .product-cart-btn .btn.btn-light {
  margin-top: 15px;
}

.shoppingWishlistModal .close {
  color: #222222;
  font-size: 30px;
  outline: 0 !important;
  line-height: initial;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background-color: transparent !important;
  border: none !important;
}

.shoppingWishlistModal .close:not(:disabled):not(.disabled):hover, .shoppingWishlistModal .close:not(:disabled):not(.disabled):focus {
  color: #222222;
  text-decoration: none;
  opacity: 1;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 600px;
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-banner.item-bg1 {
  background-image: url(../../assets/img/main-banner1.jpg);
}

.main-banner.item-bg2 {
  background-image: url(../../assets/img/main-banner2.jpg);
}

.main-banner.item-bg3 {
  background-image: url(../../assets/img/main-banner3.jpg);
}

.main-banner.item-bg4 {
  background-image: url(../../assets/img/main-banner4.jpg);
}

.main-banner.item-bg7 {
  background-image: url(../../assets/img/main-banner-image/bg1.jpg);
}

.main-banner.item-bg8 {
  background-image: url(../../assets/img/main-banner-image/bg2.jpg);
}

.main-banner.item-bg9 {
  background-image: url(../../assets/img/main-banner-image/bg3.jpg);
}

.main-banner.item-bg10 {
  background-image: url(../../assets/img/main-banner-image/bg4.jpg);
}

.main-banner.item-bg11 {
  background-image: url(../../assets/img/main-banner-image/bg5.jpg);
}

.main-banner.item-bg12 {
  background-image: url(../../assets/img/main-banner-image/bg6.jpg);
}

.main-banner.item-bg13 {
  background-image: url(../../assets/img/main-banner-image/bg7.jpg);
}

.main-banner.item-bg14 {
  background-image: url(../../assets/img/main-banner-image/bg8.jpg);
}

.main-banner.item-bg15 {
  background-image: url(../../assets/img/main-banner-image/bg9.jpg);
}

.main-banner.item-bg16 {
  background-image: url(../../assets/img/main-banner-image/bg10.jpg);
}

.main-banner.item-bg17 {
  background-image: url(../../assets/img/main-banner-image/bg11.jpg);
}

.main-banner.item-bg18 {
  background-image: url(../../assets/img/main-banner-image/bg12.jpg);
}

.main-banner.item-bg19 {
  background-image: url(../../assets/img/main-banner-image/bg13.jpg);
}

.main-banner.item-bg20 {
  background-image: url(../../assets/img/main-banner-image/bg14.jpg);
}

.main-banner.item-bg21 {
  background-image: url(../../assets/img/main-banner-image/bg15.jpg);
}

.main-banner.item-bg22 {
  background-image: url(../../assets/img/main-banner-image/bg16.jpg);
}

.main-banner-content {
  max-width: 520px;
}

.main-banner-content span {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 8px;
}

.main-banner-content h1 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.main-banner-content p {
  line-height: initial;
  font-size: 18px;
  color: #222222;
  margin-bottom: 15px;
}

.main-banner-content .btn-primary, .main-banner-content .btn-light{
  margin-right: 10px;
  margin-bottom: 25px;
  border-radius:5px;
}

.main-banner-content.white-color span {
  color: #ffffff;
}

.main-banner-content.white-color h1 {
  color: #ffffff;
}

.main-banner-content.white-color p {
  color: #ffffff;
}

.main-banner-content.white-color .btn-primary:hover, .main-banner-content.white-color .btn-primary:focus {
  background-color: #ffffff;
  color: #222222;
  border-color: #ffffff;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 160px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #959595;
  color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover, .home-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #222222;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 160px;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 100px;
}

.home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.main-banner-two {
  padding-top: 6px;
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
}

.main-banner-three {
  height: 820px;
}

.banner-image {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom:30px;
  height:80px;
  margin-top:-35px;
}

.banner-image img {
  width: unset !important;
  display: inline-block !important;
  width:300px !important;
  height:300px;
  object-fit:cover;
  object-position:top;
  border-radius:500px;
}

.banner-image .circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}

.banner-section {
  height: 850px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg5 {
  background-image: url(../../assets/img/main-banner5.jpg);
}

.item-bg6 {
  background-image: url(../../assets/img/main-banner6.jpg);
}

.banner-content {
  margin-top: 80px;
  max-width: 520px;
  position: relative;
  z-index: 1;
}

.banner-content .sub-title {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 11px;
}

.banner-content h1 {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.banner-content p {
  line-height: initial;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}

.banner-content .btn-primary:not(:disabled):not(.disabled).active, .banner-content .btn-primary:not(:disabled):not(.disabled):active, .show > .banner-content .btn-primary.dropdown-toggle {
  color: #222222;
  border-color: #222222;
  background-color: #ffffff;
}

.banner-content .btn-primary:hover, .banner-content .btn-primary:focus {
  color: #222222;
  border-color: #222222;
  background-color: #ffffff;
}

.banner-content::before {
  content: '';
  position: absolute;
  top: -50px;
  width: 100%;
  max-width: 380px;
  text-align: center;
  height: 285px;
  left: -50px;
  z-index: -1;
  border: 10px solid rgba(255, 255, 255, 0.2);
}

.home-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 30px;
  top: 58%;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.88);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.88);
  font-size: 20px;
  border-radius: 50%;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ffffff;
  color: #222222;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 30px;
}

.main-banner-content.white-color .btn-light {
  color: #ffffff;
  border-color: #ffffff;
}

.main-banner-content.white-color .btn-light:hover, .main-banner-content.white-color .btn-light:focus {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
}

.main-banner-content.text-center {
  margin-left: auto;
  margin-right: auto;
}

.home-slides-three.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.home-slides-three.owl-theme .owl-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-slides-three.owl-theme .owl-dots .owl-dot {
  display: block;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3px;
  margin-top: 3px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 2px;
  background-color: #ffffff;
}

.home-slides-three.owl-theme .owl-dots .owl-dot:hover span, .home-slides-three.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ffffff;
}

.home-slides-three.owl-theme.black-color-text .owl-dots .owl-dot span::before {
  background-color: #222222;
}

.home-slides-three.owl-theme.black-color-text .owl-dots .owl-dot:hover span, .home-slides-three.owl-theme.black-color-text .owl-dots .owl-dot.active span {
  border-color: #222222;
}

.home-slides-three.owl-theme.bottom-carousel-dots .owl-dots {
  right: 0;
  left: 0;
  top: auto;
  -webkit-transform: unset;
          transform: unset;
  bottom: 25px;
}

.home-slides-three.owl-theme.bottom-carousel-dots .owl-dots .owl-dot {
  display: inline-block;
}

.home-slides-three.owl-theme.bottom-carousel-dots .owl-dots .owl-dot span {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0;
  margin-top: 0;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.about-content .signature {
  margin-top: 35px;
}

.about-image {
  position: relative;
  padding-bottom: 160px;
}

.about-image .about-img1 {
  position: relative;
  right: -100px;
}

.about-image .about-img2 {
  position: absolute;
  left: 20px;
  bottom: 0;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*================================================
Offer Area CSS
=================================================*/
.offer-area .section-title {
  background-color: transparent;
  padding: 0;
}

.offer-area .section-title h2 {
  padding-left: 0;
  font-weight: 700;
}

.offer-area .section-title h2 .dot {
  display: none;
}

.offer-box {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.offer-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.offer-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #ffffff;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.offer-box .category {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  bottom: 25px;
  border: 1px solid #ececec;
  padding: 20px;
  margin-left: 40px;
  margin-right: 40px;
  font: 900 20px 'Jost',Arial,sans-serif;
}


.offer-box .category::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ededed;
  opacity: 0.94;
  z-index: 1;
  margin: 6px;
}

.offer-box .category h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
   font: 900 20px 'Jost',Arial,sans-serif;
}

.offer-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height:90.35vh
}

.offer-box .box-inner {
  position: absolute;
  top: 50px;
  left: 0;
  padding: 15px;
  right: 0;
  bottom: 0;
  border: 1px solid #ededed;
  margin: 30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.offer-box .box-inner .inner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}

.offer-box .box-inner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ededed;
  opacity: 0.94;
  z-index: 1;
  margin: 6px;
  z-index: -1;
}

.offer-box .box-inner h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font: 900 20px 'Jost',Arial,sans-serif;
}

.offer-box .box-inner ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.offer-box .box-inner ul li {
  margin-bottom: 5px;
}

.offer-box .box-inner ul li:last-child {
  margin-bottom: 0;
}

.offer-box .box-inner ul li a {
  font-size: 16x;
  color: #666666;
  position: relative;
  display: inline-block;
  text-transform:uppercase
}

.offer-box .box-inner ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.offer-box .box-inner ul li a:hover, .offer-box .box-inner ul li a:focus {
  color: #222222;
}

.offer-box .box-inner ul li a:hover::before, .offer-box .box-inner ul li a:focus::before {
  width: 100%;
}

.offer-box:hover img, .offer-box:focus img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.offer-box:hover::after, .offer-box:focus::after {
  left: 100%;
}

.offer-box:hover::before, .offer-box:focus::before {
  left: -100%;
}

.offer-box:hover .category, .offer-box:focus .category {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
}

.offer-box:hover .box-inner, .offer-box:focus .box-inner {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.single-offer-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 2px;
}

/*.single-offer-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;

  z-index: 2;
  border-radius: 2px;
}*/

.single-offer-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  width: 100%;
  overflow:hidden
}

.single-offer-box .offer-content {
  position: relative;
  bottom: 0%;
  /*-webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  padding-top:7px;
  height:35px;
}

.single-offer-box .offer-content h3 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.single-offer-box .offer-content h3 a{color:#000;font-size:9px;padding-top:7px;}

.single-offer-box .offer-content span {
  display: block;
  color: #000;
}

.single-offer-box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.single-offer-box:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.offer-slides.owl-theme .owl-dots {
  margin-top: 30px;
}

.offer-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.offer-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -5px;
  top: 0;
  height: 100%;
  width: 34px;
  background-color: #dedddc;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  border-radius: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.offer-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #222222;
  color: #ffffff;
}

.offer-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -5px;
}

.offer-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: -18px;
  opacity: 1;
  visibility: visible;
}

.offer-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -18px;
}


/*detail_couleur*/
.detail_couleur.owl-theme .owl-dots {
  margin-top: 0px;
}

.detail_couleur.owl-theme .owl-nav {
  margin-top: 0;
}

.detail_couleur.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -5px;
  top: 0;
  height: 100%;
  width: 34px;
  background-color: #dedddc;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  border-radius: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.detail_couleur.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #222222;
  color: #ffffff;
}
.detail_couleur.owl-theme{list-style:none}
.detail_couleur.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -5px;
}

.detail_couleurowl-theme:hover .owl-nav [class*=owl-] {
  left: -18px;
  opacity: 1;
  visibility: visible;
}

.detail_couleur.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -18px;
}
/*end detail_couleur*/

/*offer-slides_boutique*/
.offer-slides_boutique{display: flex !important;flex-direction: row; justify-content: center;}


/*end offer-slides_boutique*/
.offer-slides2{ display: flex !important;flex-direction: row; justify-content: center;}
.offer-slides2 .owl-item{padding:0 5px;}
.offer-slides2.owl-theme .owl-dots {
  margin-top: 30px;
}

.offer-slides2.owl-theme .owl-nav {
  margin-top: 0;
}

.offer-slides2.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -5px;
  top: 0;
  height: 100%;
  width: 34px;
  background-color: #dedddc;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  border-radius: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.offer-slides2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #222222;
  color: #ffffff;
}

.offer-slides2.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -5px;
}

.offer-slides2.owl-theme:hover .owl-nav [class*=owl-] {
  left: -18px;
  opacity: 1;
  visibility: visible;
}

.offer-slides2.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -18px;
}
.offer-slides2 .single-offer-box img{overflow:hidden;height:150px;object-fit:cover;}
.cart_table_desctop{Display:block}
.cart_table_mobile{Display:none}
.cart_tr{float:left;width:100%;height:140px;padding:20px;margin-bottom:20px;border-bottom:solid 1px #e1e1e1}
.cart_tr .product-thumbnail{float:left;width:30%;height:100px;}
.cart_tr .product-thumbnail img{float:left;width:100%;height:100px;object-fit:cover}
.cart_tr .product-namee{float:left;width:70%;height:100px;object-fit:cover;padding-left:10px;color:#000}
.cart_tr .product-namee a{color:#000}
@media only screen and (max-width: 480px) {
	.cart_table_desctop{Display:none}
	.cart_table_mobile{Display:block}
	.offer-slides2 .owl-item{width:60px;height:75px;border-radius:500px;}
	.offer-slides2 .owl-item .offer-content,.offer-slides .owl-item .offer-content{position:relative;bottom:0px}
	.offer-slides2 .owl-carousel .owl-item img{height:60px;border-radius:500px;}
	.offer-slides2 .single-offer-box,.offer-slides .single-offer-box{overflow:hidden;height:90px;}
	.offer-slides2 .single-offer-box::before,.offer-slides .single-offer-box::before{Display:none}
	.offer-slides2 .single-offer-box h3 a,.offer-slides .single-offer-box h3 a{color:#000;font-size:7px}
	.offer-slides2 .owl-item img{width:50px;height:50px;border-radius:5px;}
}
/*================================================
All Products Area CSS
=================================================*/
.all-products-area {
  padding-bottom: 30px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.products-category-tab .tabs {
  list-style-type: none;
  margin-bottom: 40px;
  text-align: center;
  background-color: #f8f8f8;
  padding: 15px;
}

.products-category-tab .tabs li {
  display: inline-block;
  margin: 0 10px;
}

.products-category-tab .tabs li a {
  display: inline-block;
  font-size: 18px;
  font-weight:700;
  position: relative;
  color: #858585;
}

.products-category-tab .tabs li a .dot {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #858585;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-category-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: '';
  font-size:6px;
  font-weight:bold;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  margin: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-category-tab .tabs li a:hover, .products-category-tab .tabs li a:focus {
  color: #222222;
}

.products-category-tab .tabs li a:hover .dot, .products-category-tab .tabs li a:focus .dot {
  border-color: #222222;
}

.products-category-tab .tabs li a:hover .dot::before, .products-category-tab .tabs li a:focus .dot::before {
  background: #222222;
}

.products-category-tab .tabs li.current a {
  color: #222222;
}

.products-category-tab .tabs li.current a .dot {
  border-color: #222222;
}

.products-category-tab .tabs li.current a .dot::before {
  background: transparent;
}

.products-category-tab .tabs.without-bg {
  padding: 0;
  background-color: transparent;
}

.products-category-tab .section-title {
  margin-bottom: 25px;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.products-category-tab .section-title h2 {
  padding-left: 0;
  font-size: 28px;
  font-weight: 700;
}

.single-product-box {
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}

.single-product-box .product-image {
  position: relative;
}

.single-product-box .product-image img {
  width: 100%;
}

  
.single-product-box .product-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-product-box .product-image ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-product-box .product-image ul li {
  margin-bottom: 8px;
}

.single-product-box .product-image ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #222222;
  border-radius: 50%;
  text-align:center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
		  
}

.single-product-box .product-image ul li a:hover, .single-product-box .product-image ul li a:focus {
	font-weight:bold;
  color: #222222;
  background-color: #ffffff;
  font-size:20px
}
.single-product-box .product-image ul li:last-child {
  margin-bottom: 0;
}
.add_favoris:hover,.add_favoris::focus{  opacity: 1; visibility: visible;}
.single-product-box .product-image .sale-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff2d2d;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  z-index: 2;
}

.single-product-box .product-image #timer {
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
}

.single-product-box .product-image #timer div {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 15px;
  color: #222222;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.single-product-box .product-image #timer div span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #666666;
}

.single-product-box .product-content {
  margin-top: 10px;
}

.single-product-box .product-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.single-product-box .product-content h3 a {
  color: #222222;
}

.single-product-box .product-content h3 a:hover, .single-product-box .product-content h3 a:focus {
  color: #222222;
}

.single-product-box .product-content .product-price {
  margin-top: 0px;
  margin-bottom: 0px;
  float:left;
  margin-top:5px;
  width:100%
}

.single-product-box .product-content .product-price span {
  font-size: 16px;
  display: inline-block;
  font-weight:bold
}

.single-product-box .product-content .product-price .old-price {
  color: #858585;
  font-size: 15px;
  text-decoration: line-through;
}

.single-product-box .product-content .rating {
  margin-bottom: 15px;
  color: #eac11d;
}

.single-product-box .product-content .btn {
  display: block;
  width: 100%;
}

.single-product-box:hover .product-image img:nth-child(2), .single-product-box:focus .product-image img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.single-product-box:hover .product-image ul, .single-product-box:focus .product-image ul {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

.single-product-box:hover .product-content .btn-light, .single-product-box:focus .product-content .btn-light {
  background-color: #222222;
  color: #ffffff;
}

.all-products-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.all-products-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -5px;
  top: 0;
  height: 65%;
  width: 34px;
  background-color: #dedddc;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  border-radius: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.all-products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #222222;
  color: #ffffff;
}

.all-products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -5px;
}

.all-products-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: -18px;
  opacity: 1;
  visibility: visible;
}

.all-products-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -18px;
}

.all-products-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  margin-bottom: 30px;
}

.product-box {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.product-box .product-image {
  overflow: hidden;
  position: relative;
}

.product-box .product-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.product-box .product-image ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 25px;
}

.product-box .product-image ul li {
  margin-bottom: 8px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.product-box .product-image ul li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #ffffff;
  color: #222222;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.product-box .product-image ul li a:hover, .product-box .product-image ul li a:focus {
  color: #ffffff;
  background-color: #222222;
}

.product-box .product-image ul li:last-child {
  margin-bottom: 0;
}

.product-box .product-image .sale-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff2d2d;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  z-index: 2;
}

.product-box .product-image #timer {
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
}

.product-box .product-image #timer div {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 15px;
  color: #222222;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.product-box .product-image #timer div span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #666666;
}

.product-box .product-content {
  margin-top: 20px;
}

.product-box .product-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.product-box .product-content h3 a {
  color: #222222;
}

.product-box .product-content h3 a:hover, .product-box .product-content h3 a:focus {
  color: #222222;
}

.product-box .product-content .product-price {
  margin-top: 8px;
  margin-bottom: 10px;
}

.product-box .product-content .product-price span {
  font-size: 17px;
  display: inline-block;
}

.product-box .product-content .product-price .old-price {
  color: #858585;
  font-size: 15px;
  text-decoration: line-through;
}

.product-box .product-content .rating {
  margin-bottom: 15px;
  color: #eac11d;
}

.product-box .product-content .btn {
  display: block;
  margin-left: 35px;
  margin-right: 35px;
}

.product-box:hover .product-image img, .product-box:focus .product-image img {
  -webkit-transform: scale(1.2) rotate(4deg);
          transform: scale(1.2) rotate(4deg);
}

.product-box:hover .product-image ul, .product-box:focus .product-image ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.product-box:hover .product-content .btn-light, .product-box:focus .product-content .btn-light {
  background-color: #222222;
  color: #ffffff;
}

.single-product-item {
  margin-bottom: 30px;
  position: relative;
}

.single-product-item .product-image {
  overflow: hidden;
  position: relative;
}

.single-product-item .product-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-product-item .product-image .sale-tag {
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff2d2d;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  z-index: 2;
}

.single-product-item .product-image #timer {
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
}

.single-product-item .product-image #timer div {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 15px;
  color: #222222;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.single-product-item .product-image #timer div span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #666666;
}

.single-product-item .product-content {
  margin-top: 20px;
}

.single-product-item .product-content h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}

.single-product-item .product-content h3 a {
  color: #222222;
}

.single-product-item .product-content h3 a:hover, .single-product-item .product-content h3 a:focus {
  color: #222222;
}

.single-product-item .product-content .product-price {
  margin-top: 8px;
  margin-bottom: 12px;
}

.single-product-item .product-content .product-price span {
  font-size: 17px;
  display: inline-block;
}

.single-product-item .product-content .product-price .old-price {
  color: #858585;
  font-size: 15px;
  text-decoration: line-through;
}

.single-product-item .product-content .btn {
  padding: 10px 20px;
}

.single-product-item .product-content ul {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-product-item .product-content ul li {
  display: inline-block;
  margin-left: 5px;
}

.single-product-item .product-content ul li a {
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  background-color: #ffffff;
  color: #222222;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.single-product-item .product-content ul li a:hover, .single-product-item .product-content ul li a:focus {
  color: #ffffff;
  background-color: #222222;
}

.single-product-item .product-content ul li:first-child {
  margin-left: 0;
}

.single-product-item:hover .product-image img, .single-product-item:focus .product-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.single-product-item:hover .product-content .btn-light, .single-product-item:focus .product-content .btn-light {
  background-color: #222222;
  color: #ffffff;
}

.popular-products-area {
  padding-bottom: 30px;
}

.products-category-tab-style-2 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.products-category-tab-style-2 .title {
  position: absolute;
  left: 20px;
  top: 0;
}

.products-category-tab-style-2 .title h2 {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
}

.products-category-tab-style-2 .title h2 .dot {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #222222;
}

.products-category-tab-style-2 .title h2 .dot::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #222222;
  margin: 1px;
}

.products-category-tab-style-2 .tabs {
  text-align: right;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}

.products-category-tab-style-2 .tabs li {
  display: inline-block;
  margin-right: 15px;
}

.products-category-tab-style-2 .tabs li a {
  color: #858585;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}

.products-category-tab-style-2 .tabs li a:hover {
  color: #222222;
}

.products-category-tab-style-2 .tabs li a:hover::before {
  width: 100%;
}

.products-category-tab-style-2 .tabs li a::before {
  height: 3px;
  width: 0;
  background-color: #222222;
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-category-tab-style-2 .tabs li.current a {
  color: #222222;
}

.products-category-tab-style-2 .tabs li.current a::before {
  width: 100%;
}

.products-category-tab-style-2 .tabs li:last-child {
  margin-right: 0;
}

.product-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.product-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  margin: 0;
  background-color: #ffffff;
  color: #999999;
  font-size: 17px;
  -webkit-box-shadow: 0px 15px 20px -12px #000000;
          box-shadow: 0px 15px 20px -12px #000000;
  line-height: 43px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.product-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #222222;
}

.product-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.product-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: -20px;
  opacity: 1;
  visibility: visible;
}

.product-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

.product-slides-count {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.product-slides-count .slider-counter {
  display: inline-block;
  background-color: #f1f1f1;
  padding: 2px 14px 1px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

/*================================================
Products QuickView Modal Area CSS
=================================================*/
.productQuickView .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}

.productQuickView .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}

.productQuickView .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
}

.productQuickView .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}

.productQuickView .modal-content .product-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.productQuickView .modal-content .product-content h3 a {
  color: #222222;
}

.productQuickView .modal-content .product-content h3 a:hover {
  color: #222222;
}

.productQuickView .modal-content .product-content .price {
  margin-bottom: 5px;
}

.productQuickView .modal-content .product-content .price span {
  display: inline-block;
  font-size: 18px;
  color: #222222;
}

.productQuickView .modal-content .product-content .product-review .rating {
  display: inline-block;
  padding-right: 5px;
}

.productQuickView .modal-content .product-content .product-review .rating i {
  color: #ffba0a;
}

.productQuickView .modal-content .product-content .product-review .rating-count {
  display: inline-block;
  color: #222222;
  border-bottom: 1px solid #222222;
  line-height: initial;
}

.productQuickView .modal-content .product-content .product-info {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.productQuickView .modal-content .product-content .product-info li {
  font-size: 16px;
  color: #222222;
  margin-bottom: 8px;
}

.productQuickView .modal-content .product-content .product-info li:last-child {
  margin-bottom: 0;
}

.productQuickView .modal-content .product-content .product-info li span {
  color: #666666;
}

.productQuickView .modal-content .product-content .product-info li a {
  display: inline-block;
  font-weight: 500;
  color: #222222;
}

.productQuickView .modal-content .product-content .product-info li a:hover {
  color: #222222;
}

.productQuickView .modal-content .product-content .product-color-switch {
  margin-top: 8px;
}

.productQuickView .modal-content .product-content .product-color-switch h4 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 6px;
}

.productQuickView .modal-content .product-content .product-color-switch ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: -4px;
  padding-left: 0;
}

.productQuickView .modal-content .product-content .product-color-switch ul li {
  display: inline-block;
  margin-left: 4px;
  margin-top: 4px;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a:hover, .productQuickView .modal-content .product-content .product-color-switch ul li a:focus {
  border-color: #222222;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-white::before {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-black::before {
  background: #222222;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-red::before {
  background: red;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-blue::before {
  background: blue;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-green::before {
  background: green;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-yellow::before {
  background: yellow;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
  background: yellowgreen;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-pink::before {
  background: pink;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-violet::before {
  background: violet;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-teal::before {
  background: teal;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-plum::before {
  background: plum;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-lime::before {
  background: lime;
}

.productQuickView .modal-content .product-content .product-color-switch ul li a.color-blueviolet::before {
  background: blueviolet;
}

.productQuickView .modal-content .product-content .product-color-switch ul li.active a {
  border-color: #222222;
}

.productQuickView .modal-content .product-content .product-size-wrapper {
  margin-top: 8px;
  margin-bottom: 25px;
}

.productQuickView .modal-content .product-content .product-size-wrapper h4 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}

.productQuickView .modal-content .product-content .product-size-wrapper ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -8px;
  margin-left: -8px;
  padding-left: 0;
}

.productQuickView .modal-content .product-content .product-size-wrapper ul li {
  display: inline-block;
  margin-left: 8px;
  margin-top: 8px;
}

.productQuickView .modal-content .product-content .product-size-wrapper ul li a {
  width: 40px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border: 1px solid #eeeeee;
  color: #858585;
  text-align: center;
}

.productQuickView .modal-content .product-content .product-size-wrapper ul li a:hover, .productQuickView .modal-content .product-content .product-size-wrapper ul li a:focus {
  border-color: #222222;
  color: #222222;
}

.productQuickView .modal-content .product-content .product-size-wrapper ul li.active a {
  border-color: #222222;
  color: #222222;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter span:hover {
  color: #222222;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter input {
  height: 45px;
  color: #222222;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #222222;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #222222;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #222222;
}

.productQuickView .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
  color: #222222;
}

.productQuickView .modal-content .product-content .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
}

.productQuickView .modal-content .product-content .product-add-to-cart .btn i {
  margin-right: 2px;
}

.productQuickView .modal-content .product-content .view-full-info {
  margin-top: 25px;
  color: #222222;
  line-height: initial;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}

.productQuickView .modal-content .product-content .view-full-info::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productQuickView .modal-content .product-content .view-full-info:hover::before {
  width: 100%;
}

/*================================================
Category Products Area CSS
=================================================*/
.category-products-area {
  padding-bottom: 30px;
}

.category-products-area.pt-60 {
  padding-bottom: 0;
  margin-bottom: -30px;
}

.single-category-box {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.single-category-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: .45;
  z-index: 2;
}

.single-category-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-category-box .category-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}

.single-category-box .category-content h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.single-category-box .category-content .btn {
  margin-top: 22px;
}

.single-category-box .category-content .btn-light {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.single-category-box .category-content .btn-light:not(:disabled):not(.disabled).active, .single-category-box .category-content .btn-light:not(:disabled):not(.disabled):active, .show > .single-category-box .category-content .btn-light.dropdown-toggle {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
}

.single-category-box .category-content .btn-light:hover, .single-category-box .category-content .btn-light:focus {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
}

.single-category-box .link-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.single-category-box:hover img, .single-category-box:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category-boxes-area {
  padding-bottom: 30px;
}

.single-category-boxes {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-category-boxes img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-category-boxes .link-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.single-category-boxes .shop-now-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 12px 30px;
  color: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 500;
}

.single-category-boxes .shop-now-btn:hover {
  background-color: #222222;
  color: #ffffff;
}

.single-category-boxes h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 18px;
  font-weight: 700;
}

.single-category-boxes:hover img {
  -webkit-transform: scale(1.1) rotate(4deg);
          transform: scale(1.1) rotate(4deg);
}

.single-category-boxes:hover .shop-now-btn {
  background-color: #222222;
  color: #ffffff;
}

.category-boxes-area .section-title {
  background-color: transparent;
  padding: 0;
}

.category-boxes-area .section-title h2 {
  padding-left: 0;
  font-weight: 700;
}

.category-boxes-area .section-title h2 .dot {
  display: none;
}

.category-boxes {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.category-boxes img {
  border-radius: 5px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-boxes .content {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.category-boxes .content p {
  margin-bottom: 10px;
  line-height: initial;
  color: #ffffff;
}

.category-boxes .content h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.category-boxes .content span {
  display: block;
  color: #ffffff;
  margin-top: 10px;
}

.category-boxes .content .shop-now-btn {
  margin-top: 15px;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 11px 25px;
  line-height: initial;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

.category-boxes .content .shop-now-btn:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

.category-boxes .content.black-text p {
  color: #222222;
}

.category-boxes .content.black-text h3 {
  color: #222222;
}

.category-boxes .content.black-text span {
  color: #222222;
}

.category-boxes .content.black-text .shop-now-btn {
  border-color: #222222;
  color: #222222;
}

.category-boxes .content.black-text .shop-now-btn:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

.category-boxes:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category-boxes:hover .content .shop-now-btn {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

.category-boxes:hover .content.black-text .shop-now-btn {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

.category-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.category-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.category-box .category-content {
  position: absolute;
  top: 50px;
  left: 30px;
}

.category-box .category-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.category-box:hover img {
  -webkit-transform: scale(1.2) rotate(4deg);
          transform: scale(1.2) rotate(4deg);
}

.category-box:hover .category-content .btn-light {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}

/*================================================
Trending Products Area CSS
=================================================*/
.trending-products-area {
  padding-bottom: 30px;
}

.trending-products-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.trending-products-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -5px;
  top: 0;
  height: 62%;
  width: 34px;
  background-color: #dedddc;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  border-radius: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.trending-products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #222222;
  color: #ffffff;
}

.trending-products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -5px;
}

.trending-products-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: -18px;
  opacity: 1;
  visibility: visible;
}

.trending-products-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -18px;
}

.trending-products-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}
.trending-products-slides-two{padding:0px;}

/*================================================
Best Sellers Area CSS
=================================================*/
.best-sellers-area {
  padding-bottom: 30px;
}

.best-sellers-products-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.best-sellers-products-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -5px;
  top: 0;
  height: 62.1%;
  width: 34px;
  background-color: #dedddc;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  border-radius: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.best-sellers-products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #222222;
  color: #ffffff;
}

.best-sellers-products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -5px;
}

.best-sellers-products-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: -18px;
  opacity: 1;
  visibility: visible;
}

.best-sellers-products-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -18px;
}

.best-sellers-products-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}

/*================================================
Facility Area CSS
=================================================*/
.facility-box {
  background-color: #f5f5f5;
  padding-top: 35px;
  padding-bottom: 35px;
}

.facility-area.black-bg {
  background-color: #222222;
}

.facility-area.black-bg .facility-box h3 {
  color: #ffffff;
}

.facility-box {
  text-align: center;
}

.facility-box .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 25px;
  color: #222222;
  line-height: 80px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.facility-box .icon::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  margin: 6px;
  border-radius: 50%;
}

.facility-box .icon i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.facility-box h3 {
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.facility-box p {
	padding-left:10px;padding-right:10px;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  height:60px;overflow:hidden
}
.facility-box:hover .icon i, .facility-box:focus .icon i {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/testimonials-bg.jpg);
}

.testimonials-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #222222;
  opacity: .70;
}

.testimonials-area.bg2 {
  background-image: url(../../assets/img/testimonials-bg2.jpg);
}

.single-testimonials {
  text-align: center;
  margin: 0 auto;
  max-width: 745px;
}

.single-testimonials .client-image {
  margin-bottom: 30px;
}

.single-testimonials .client-image img {
  width: 65px !important;
  border-radius: 50%;
  height: 65px;
  display: inline-block !important;
}

.single-testimonials p {
  color: #ffffff;
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.9;
}

.single-testimonials .client-info {
  margin-top: 25px;
}

.single-testimonials .client-info h4 {
  font-size: 18px;
  color: #ffffff;
}

.single-testimonials .client-info span {
  display: block;
  color: #ffffff;
  font-size: 13px;
  opacity: .95;
}

.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot {
  outline: 0;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #ffffff;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

/*================================================
Products Offer Area CSS
=================================================*/
.products-offer-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/offer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.products-offer-area.bg-image2 {
  background-image: url(../../assets/img/offer-bg2.jpg);
}

.products-offer-content {
  max-width: 550px;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 70px 40px;
  position: relative;
  z-index: 1;
}

.products-offer-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  margin: 10px;
}

.products-offer-content span {
  font-size: 16px;
  display: block;
}

.products-offer-content h1 {
  font-size: 55px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.products-offer-content p {
  line-height: initial;
  margin-bottom: 25px;
  font-size: 18px;
  color: #222222;
}

/*================================================
News Area CSS
=================================================*/
.single-news-post {
  margin-bottom: 30px;
}

.single-news-post .news-image a img {
  width: 100% !important;
  display: inline-block !important;
}

.single-news-post .news-content {
  position: relative;
  background: rgba(245, 245, 245, 0.95);
  z-index: 1;
  padding: 30px;
  margin-top: 0;
  margin-left: 0;
}

.single-news-post .news-content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 19px;
  font-weight: 600;
}

.single-news-post .news-content h3 a {
  color: #222222;
}

.single-news-post .news-content h3 a:hover, .single-news-post .news-content h3 a:focus {
  color: #222222;
}

.single-news-post .news-content .author {
  display: block;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 15px;
}

.single-news-post .news-content .author a {
  display: inline-block;
  color: #222222;
}

.single-news-post .news-content .author a:hover, .single-news-post .news-content .author a:focus {
  color: #222222;
}

.single-news-post .news-content p {
  margin-bottom: 20px;
}

.news-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.single-blog-post {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
}

.single-blog-post .blog-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .blog-image a {
  display: block;
}

.single-blog-post .blog-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-blog-post .blog-image .post-tag {
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-image .post-tag a {
  background: #222222;
  color: #ffffff;
  padding: 7px 20px;
}

.single-blog-post .blog-post-content {
  padding: 25px;
}

.single-blog-post .blog-post-content .date {
  color: #666666;
  display: block;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 13px;
}

.single-blog-post .blog-post-content h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 27px;
  font-size: 18px;
  font-weight: 600;
}

.single-blog-post .blog-post-content h3 a {
  color: #222222;
}

.single-blog-post .blog-post-content h3 a:hover, .single-blog-post .blog-post-content h3 a:focus {
  color: #222222;
}

.single-blog-post .blog-post-content p {
  margin-bottom: 15px;
}

.single-blog-post .read-more-btn {
  position: relative;
  font-weight: 500;
  color: #666666;
}

.single-blog-post .read-more-btn:hover {
  color: #222222;
  letter-spacing: 1px;
}

.single-blog-post:hover .blog-image a img, .single-blog-post:focus .blog-image a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-blog-post:hover .blog-image .post-tag, .single-blog-post:focus .blog-image .post-tag {
  top: 50px;
}

.single-blog-post:hover .blog-image .post-tag a, .single-blog-post:focus .blog-image .post-tag a {
  background: #222222;
  color: #ffffff;
}

.single-blog-post-box {
  margin-bottom: 30px;
}

.single-blog-post-box .post-content {
  margin-top: 25px;
}

.single-blog-post-box .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-blog-post-box .post-content .post-meta li {
  display: inline-block;
  margin-right: 25px;
  color: #666666;
  position: relative;
}

.single-blog-post-box .post-content .post-meta li::before {
  content: '';
  position: absolute;
  right: -20px;
  top: 10px;
  width: 10px;
  height: 1px;
  background-color: #222222;
}

.single-blog-post-box .post-content .post-meta li a {
  color: #666666;
  display: inline-block;
}

.single-blog-post-box .post-content .post-meta li a:hover {
  color: #222222;
}

.single-blog-post-box .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post-box .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post-box .post-content h3 {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 27px;
  font-size: 18px;
  font-weight: 600;
}

.single-blog-post-box .post-content h3 a {
  color: #222222;
}

.single-blog-post-box .post-content h3 a:hover, .single-blog-post-box .post-content h3 a:focus {
  color: #222222;
}

/*================================================
News Details Area CSS
=================================================*/
.blog-details .article-img img {
  width: 100%;
}

.blog-details .article-header {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 30px;
}

.blog-details .article-header .entry-meta {
  padding: 0;
  margin: 0 0 17px;
  list-style-type: none;
}

.blog-details .article-header .entry-meta li {
  display: inline-block;
  color: #777777;
  margin-right: 15px;
  font-size: 14px;
}

.blog-details .article-header .entry-meta li i {
  color: #222222;
  margin-right: 3px;
}

.blog-details .article-header .entry-meta li:last-child {
  margin-right: 0;
}

.blog-details .article-header .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.blog-details .article-header .entry-meta li a:hover {
  color: #222222;
}

.blog-details .article-header h3 {
  margin-bottom: 0;
  font-size: 19px;
}

.blog-details .article-content {
  padding: 30px 30px 35px;
  border: 1px solid #eeeeee;
  border-top: none;
}

.blog-details .article-content .entry-meta {
  padding: 0;
  margin: 0 0 17px;
  list-style-type: none;
}

.blog-details .article-content .entry-meta li {
  display: inline-block;
  color: #777777;
  margin-right: 15px;
  font-size: 14px;
}

.blog-details .article-content .entry-meta li i {
  color: #222222;
  margin-right: 3px;
}

.blog-details .article-content .entry-meta li:last-child {
  margin-right: 0;
}

.blog-details .article-content .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.blog-details .article-content .entry-meta li a:hover {
  color: #222222;
}

.blog-details .article-content .category {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
}

.blog-details .article-content .category li {
  display: inline-block;
  margin-right: 4px;
}

.blog-details .article-content .category li span {
  font-weight: 600;
}

.blog-details .article-content .category li a {
  border: 1px solid #222222;
  border-radius: 5px;
  padding: 4px 15px;
  font-size: 13px;
  color: #222222;
  position: relative;
  z-index: 1;
}

.blog-details .article-content .category li a::before {
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details .article-content .category li a:hover, .blog-details .article-content .category li a:focus {
  color: #ffffff;
}

.blog-details .article-content .category li a:hover::before, .blog-details .article-content .category li a:focus::before {
  opacity: 1;
  visibility: visible;
}

.blog-details .article-content h3 {
  margin-bottom: 17px;
  font-size: 19px;
}

blockquote {
  background-color: #fafafa;
  padding: 30px 30px 30px 72px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
}

blockquote::before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  position: absolute;
  left: 30px;
  top: 35px;
  color: #222222;
  font-size: 25px;
  font-weight: 900;
  font-style: normal;
}

blockquote p {
  font-weight: 600;
}

blockquote cite {
  position: relative;
  padding-left: 17px;
  font-weight: 700;
}

blockquote cite::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #222222;
  left: 0;
  width: 10px;
  height: 2px;
}

.post-controls-buttons {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #eeeeee;
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-controls-buttons div:first-child {
  float: left;
}

.post-controls-buttons div:last-child {
  float: right;
}

.post-controls-buttons div a {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 11px 20px 9px;
  color: #222222;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  font-size: 13px;
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
  border-color: #222222;
  color: #ffffff;
  background-color: #222222;
}

.comments-area .comments-title {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 25px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  margin-left: 65px;
  color: #222222;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #222222;
  color: #222222;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #222222;
}

.comments-area .comment-meta {
  margin-bottom: .8em;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.comments-area .comment-metadata a {
  color: #666666;
}

.comments-area .comment-metadata a:hover {
  color: #222222;
}

.comments-area .comment-content p {
  font-size: 14px;
}

.comments-area .comment-respond {
  background: #fafafa;
  padding: 30px 25px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.comments-area .comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}

.comments-area .comment-respond .comment-notes {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  margin-bottom: 10px;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  border-color: #222222;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
  text-transform: initial;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #222222;
  border: none;
  color: #ffffff;
  padding: 10.5px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  background-color: #222222;
  color: #ffffff;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  width:100%
}

.newsletter-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color:#fff;
}

.newsletter-form {
  position: relative;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border: none;
  background-color: #fff;
  color: #191919;
  outline: 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 20px;
}

.newsletter-form button:hover, .newsletter-form button:focus {
  background-color: #e7e7e7;
}

.newsletter-form .validation-danger {
  color: red;
  margin-top: 10px;
}

.newsletter-form .validation-success {
  margin-top: 10px;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.partner-item {
  text-align: center;
}

.partner-item a img {
  width: auto !important;
  display: inline-block !important;
}

/*================================================
Instagram Area CSS
=================================================*/
.instagram-box {
  text-align: center;
  position: relative;
}

.instagram-box::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.instagram-box .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  margin-top: 20px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.instagram-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.instagram-box:hover::before, .instagram-box:focus::before {
  visibility: visible;
  opacity: .65;
}

.instagram-box:hover .icon, .instagram-box:focus .icon {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  background-color: #f8f8f8;
  padding-top: 12px;
  padding-bottom: 12px;
}

.page-title-area ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.page-title-area ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #666666;
  font-size: 13px;
}

.page-title-area ul li a {
  color: #666666;
  font-size: 13px;
}

.page-title-area ul li a:hover, .page-title-area ul li a:focus {
  color: #222222;
}

.page-title-area ul li::before {
  content: '|';
  position: absolute;
  display: inline-block;
  left: -10px;
  top: 0;
}

.page-title-area ul li:first-child::before {
  display: none;
}

.page-title-area ul li:last-child {
  margin-right: 0;
}

/*================================================
Products Collections Area CSS
=================================================*/
.products-collections-area {
  padding-bottom: 30px;
}

.products-collections-area .container-fluid {
  width: 90%;
}

.collections-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 6px;
}
.products-collections-area .col-lg-3,.products-collections-area col-md-6{
padding-left:7px !important;padding-right:7px !important;
}
.collections-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.collections-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #ffffff;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.collections-box .category {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  bottom: 25px;
  border: 1px solid #ececec;
  padding: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.collections-box .category::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ededed;
  opacity: 0.94;
  z-index: 1;
  margin: 6px;
}

.collections-box .category h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}

.collections-box .category span {
  color: #666666;
  position: relative;
  display: block;
  z-index: 1;
}

.collections-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.collections-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.collections-box:hover img, .collections-box:focus img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.collections-box:hover::after, .collections-box:focus::after {
  left: 100%;
}

.collections-box:hover::before, .collections-box:focus::before {
  left: -100%;
}

.single-collections-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.single-collections-box .category {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.single-collections-box .category h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}

.single-collections-box .category span {
  color: #666666;
  position: relative;
  display: block;
  z-index: 1;
}

.single-collections-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-collections-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.single-collections-box:hover img, .single-collections-box:focus img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-collections-box:hover .category, .single-collections-box:focus .category {
  bottom: 10px;
}

.products-filter-options {
  margin-bottom: 15px;
}

.products-filter-options span {
  color: #222222;
  display: inline-block;
  padding-right: 5px;
}

.products-filter-options span a {
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  margin-right: 20px;
}

.products-filter-options span a i {
  font-size: 17px;
}

.products-filter-options .view-list-row {
  position: relative;
  top: 2.4px;
}

.products-filter-options .view-list-row .view-column a {
  display: inline-block;
}

.products-filter-options .view-list-row .view-column .icon-view-two span {
  cursor: pointer;
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: border .2s;
  transition: border .2s;
}

.products-filter-options .view-list-row .view-column .icon-view-two span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-two.active span, .products-filter-options .view-list-row .view-column .icon-view-two:hover span {
  border-color: #222222;
}

.products-filter-options .view-list-row .view-column .icon-view-three {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-three span {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: border .2s;
  transition: border .2s;
}

.products-filter-options .view-list-row .view-column .icon-view-three span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-three.active span, .products-filter-options .view-list-row .view-column .icon-view-three:hover span {
  border-color: #222222;
}

.products-filter-options .view-list-row .view-column .icon-view-four {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-four span {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: border .2s;
  transition: border .2s;
}

.products-filter-options .view-list-row .view-column .icon-view-four span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-four.active span, .products-filter-options .view-list-row .view-column .icon-view-four:hover span {
  border-color: #222222;
}

.products-filter-options .view-list-row .view-column .icon-view-five {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-five span {
  width: 5px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: border .2s;
  transition: border .2s;
}

.products-filter-options .view-list-row .view-column .icon-view-five span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-five.active span, .products-filter-options .view-list-row .view-column .icon-view-five:hover span {
  border-color: #222222;
}

.products-filter-options .view-list-row .view-column .icon-view-six {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-six span {
  width: 3px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: border .2s;
  transition: border .2s;
}

.products-filter-options .view-list-row .view-column .icon-view-six span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-six.active span, .products-filter-options .view-list-row .view-column .icon-view-six:hover span {
  border-color: #222222;
}

.products-filter-options .view-list-row .view-column .view-grid-switch {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span {
  width: 24px;
  height: 6px;
  display: block;
  position: relative;
  background-color: #d0d0d0;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  background-color: #ffffff;
  display: block;
  width: 2px;
  height: 6px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span:not(:first-child) {
  margin-top: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch.active span, .products-filter-options .view-list-row .view-column .view-grid-switch:hover span {
  background-color: #222222;
}

.products-filter-options p {
  text-align: center;
  font-size: 13px;
}

.products-filter-options .show-products-number .nice-select {
  height: auto;
  padding: 0 5px 0 0;
  border: none;
  width: auto;
  line-height: initial;
  position: relative;
  top: 3px;
  margin-right: 15px;
}

.products-filter-options .show-products-number .nice-select:after {
  right: 0;
}

.products-filter-options .show-products-number .nice-select .current {
  color: #666666;
  font-size: 13px;
}

.products-filter-options .show-products-number .nice-select .list {
  left: auto;
  right: 0;
  border-radius: 0;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.products-filter-options .show-products-number .nice-select .option {
  color: #666666;
  font-size: 13px;
  line-height: initial;
  min-height: auto;
  padding: 8px 20px;
}

.products-filter-options .show-products-number .nice-select .option:hover, .products-filter-options .show-products-number .nice-select .option.selected {
  background-color: transparent;
}

.products-filter-options .products-ordering-list .nice-select {
  height: auto;
  padding: 0 5px 0 0;
  border: none;
  width: auto;
  line-height: initial;
  position: relative;
  top: 3px;
}

.products-filter-options .products-ordering-list .nice-select:after {
  right: 0;
}

.products-filter-options .products-ordering-list .nice-select .current {
  color: #000;
  font-size: 14px;
}

.products-filter-options .products-ordering-list .nice-select .list {
  left: auto;
  right: 0;
  border-radius: 0;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.products-filter-options .products-ordering-list .nice-select .option {
  line-height: initial;
  min-height: auto;
  color: #666666;
  font-size: 13px;
  padding: 8px 20px;
}

.products-filter-options .products-ordering-list .nice-select .option:hover, .products-filter-options .products-ordering-list .nice-select .option.selected {
  background-color: transparent;
}

.products-filter-options .col:last-child {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.products-collections-listing.products-col-two .products-col-item {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.products-collections-listing.products-col-two .single-product-box .product-image a img {
  width: 100%;
}

.products-collections-listing.products-col-three .products-col-item {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.products-collections-listing.products-col-three .single-product-box .product-image a img {
  width: 100%;
}

.products-collections-listing.products-col-four .products-col-item {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.products-collections-listing.products-row-view .products-col-item {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.products-collections-listing.products-row-view .col-lg-3 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.products-collections-listing.products-row-view .col-lg-2 {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.products-collections-listing.products-row-view .single-product-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  background-color: #fdfdfd;
}

.products-collections-listing.products-row-view .single-product-box .product-content {
  text-align: left;
  padding-left: 25px;
}

.products-collections-listing .col-lg-2 .single-product-box .product-image a img {
  width: 100%;
}

.products-collections-area .woocommerce-pagination {
  margin-bottom: 30px;
}

.products-collections-listing.products-row-view .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #fdfdfd;
}

.products-collections-listing.products-row-view .product-box .product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.products-collections-listing.products-row-view .product-box .product-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 0;
  padding: 20px;
}

/*================================================
Woocommerce Sidebar Area CSS
=================================================*/
.woocommerce-sidebar-area .collapse-widget {
  margin-bottom: 10px;
  width:100%;
  float:left;
}

.woocommerce-sidebar-area .collapse-widget:last-child {
  margin-bottom: 0;
}

.woocommerce-sidebar-area .collapse-widget .collapse-widget-title {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	line-height: 1;
    color: #1c2035;
    border-bottom: 1px solid #1c2035;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.woocommerce-sidebar-area .collapse-widget .collapse-widget-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-sidebar-area .collapse-widget .collapse-widget-title i {
  position: relative;
  left: 3px;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #858585;
  top:-2px;
}

.woocommerce-sidebar-area .collapse-widget .collapse-widget-title:hover::before, .woocommerce-sidebar-area .collapse-widget .collapse-widget-title:focus::before {
  width: 40px;
}

.woocommerce-sidebar-area .collapse-widget .collapse-widget-title.active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.woocommerce-sidebar-area .collapse-widget .aside-widget-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 7px;
}

.woocommerce-sidebar-area .collapse-widget .aside-widget-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-sidebar-area .collapse-widget .aside-widget-title i {
  position: relative;
  left: 2px;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #858585;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -10px;
  margin-left: -10px;
  padding-left: 0;
  padding-top: 20px;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list ul li a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 4px 26px 4px 12px;
  color: #858585;
  position: relative;
  text-align: center;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list ul li a:hover, .woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list ul li a:focus {
  border-color: #222222;
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list ul li a:hover::before, .woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list ul li a:focus::before {
  color: red;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list ul li a::before {
  content: 'x';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list ul li.active a {
  border-color: #222222;
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list .delete-selected-filters {
  margin-top: 12px;
  cursor: pointer;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list .delete-selected-filters a {
  color: #666666;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list .delete-selected-filters a i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list .delete-selected-filters a span {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  text-decoration: underline;
}

.woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list .delete-selected-filters a:hover i, .woocommerce-sidebar-area .collapse-widget .selected-filters-wrap-list .delete-selected-filters a:focus i {
  color: red;
}

.woocommerce-sidebar-area .collapse-widget .collections-list-row {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 20px;
}

.woocommerce-sidebar-area .collapse-widget .collections-list-row li {
    list-style: none;
    font-size: 16px;
    line-height: 34px;
    color: #78797f;
    margin: 0;
}
.woocommerce-sidebar-area .collapse-widget .collections-list-row li a {
    color: inherit;
    padding: 0 0 0 34px;
    position: relative;
    display: inline-block;
    line-height: inherit;
}
.woocommerce-sidebar-area .collapse-widget .collections-list-row li a:before {
    content: '';
    width: 18px;
    height: 16px;
    border: 1px solid #e4e2e2;
    position: absolute;
    left: 0;
    top: 9px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}

.woocommerce-sidebar-area .collapse-widget .collections-list-row li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #1c2035;
    position: absolute;
    left: 6px;
    top: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}

.woocommerce-sidebar-area .collapse-widget .collections-list-row li a {
  color: #858585;
}

.woocommerce-sidebar-area .collapse-widget .collections-list-row li a:hover, .woocommerce-sidebar-area .collapse-widget .collections-list-row li a:focus {
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .collections-list-row li.active a {
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .collections-list-row li:last-child {
  margin-bottom: 0;
}

.woocommerce-sidebar-area .collapse-widget .brands-list-row {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 20px;
}

.woocommerce-sidebar-area .collapse-widget .brands-list-row li {
  margin-bottom: 12px;
}

.woocommerce-sidebar-area .collapse-widget .brands-list-row li a {
  color: #858585;
}

.woocommerce-sidebar-area .collapse-widget .brands-list-row li a:hover, .woocommerce-sidebar-area .collapse-widget .brands-list-row li a:focus {
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .brands-list-row li.active a {
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .brands-list-row li:last-child {
  margin-bottom: 0;
}

.woocommerce-sidebar-area .collapse-widget .size-list-row {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -10px;
  margin-left: -10px;
  padding-left: 0;
  padding-top: 20px;
}

.woocommerce-sidebar-area .collapse-widget .size-list-row li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
}

.woocommerce-sidebar-area .collapse-widget .size-list-row li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #eeeeee;
  color: #858585;
  text-align: center;
  font-size:11px
}

.woocommerce-sidebar-area .collapse-widget .size-list-row li a:hover, .woocommerce-sidebar-area .collapse-widget .size-list-row li a:focus {
  border-color: #222222;
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .size-list-row li.active a {
  border-color: #222222;
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .price-list-row {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 20px;
}

.woocommerce-sidebar-area .collapse-widget .price-list-row li {
  margin-bottom: 10px;
}

.woocommerce-sidebar-area .collapse-widget .price-list-row li a {
  color: #858585;
}

.woocommerce-sidebar-area .collapse-widget .price-list-row li a:hover, .woocommerce-sidebar-area .collapse-widget .price-list-row li a:focus {
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .price-list-row li.active a {
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .price-list-row li:last-child {
  margin-bottom: 0;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: -4px;
  padding-left: 0;
  padding-top: 20px;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li {
	float:left;
	width:50%;
  display: inline-block;
  margin-left: 0px;
  margin-top: 4px;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color:#000;
  border: solid 1px #e1e1e1;
  border-radius: 50%;
  padding: 2px;
  -webkit-transition: 0.5s;
}
.woocommerce-sidebar-area .collapse-widget .color-list-row li a span{padding-left:30px;}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a:hover, .woocommerce-sidebar-area .collapse-widget .color-list-row li a:focus {
  border-color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-white::before {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-black::before {
  background: #222222;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-red::before {
  background: red;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-blue::before {
  background: blue;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-green::before {
  background: green;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-yellow::before {
  background: yellow;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-yellowgreen::before {
  background: yellowgreen;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-pink::before {
  background: pink;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-violet::before {
  background: violet;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-teal::before {
  background: teal;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-plum::before {
  background: plum;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-lime::before {
  background: lime;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li a.color-blueviolet::before {
  background: blueviolet;
}

.woocommerce-sidebar-area .collapse-widget .color-list-row li.active a {
  border-color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .tags-list-row {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -10px;
  margin-left: -10px;
  padding-left: 0;
  padding-top: 20px;
}

.woocommerce-sidebar-area .collapse-widget .tags-list-row li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
}

.woocommerce-sidebar-area .collapse-widget .tags-list-row li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 5px 15px;
  color: #858585;
  text-align: center;
}

.woocommerce-sidebar-area .collapse-widget .tags-list-row li a:hover, .woocommerce-sidebar-area .collapse-widget .tags-list-row li a:focus {
  border-color: #222222;
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .tags-list-row li.active a {
  border-color: #222222;
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-image {
  overflow: hidden;
  width: 100px;
  margin-right: 15px;
  position: relative;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-content span a {
  color: #666666;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-content span a:hover {
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-content h3 {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 6px;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-content h3 a {
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-content h3 a:hover, .woocommerce-sidebar-area .collapse-widget .aside-single-products .products-content h3 a:focus {
  color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-content .product-price {
  margin-top: 5px;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-content .product-price span {
  font-size: 17px;
  display: inline-block;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products .products-content .product-price .old-price {
  color: #858585;
  font-size: 15px;
  text-decoration: line-through;
}

.woocommerce-sidebar-area .collapse-widget .aside-single-products:hover .products-image a img, .woocommerce-sidebar-area .collapse-widget .aside-single-products:focus .products-image a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.woocommerce-sidebar-area .collapse-widget .aside-trending-products {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-top: 25px;
}

.woocommerce-sidebar-area .collapse-widget .aside-trending-products .category {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.woocommerce-sidebar-area .collapse-widget .aside-trending-products .category h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}

.woocommerce-sidebar-area .collapse-widget .aside-trending-products .category span {
  color: #666666;
  position: relative;
  display: block;
  z-index: 1;
}

.woocommerce-sidebar-area .collapse-widget .aside-trending-products img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.woocommerce-sidebar-area .collapse-widget .aside-trending-products a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.woocommerce-sidebar-area .collapse-widget .aside-trending-products:hover img, .woocommerce-sidebar-area .collapse-widget .aside-trending-products:focus img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.woocommerce-sidebar-area .collapse-widget .aside-trending-products:hover .category, .woocommerce-sidebar-area .collapse-widget .aside-trending-products:focus .category {
  bottom: 10px;
}

.woocommerce-sidebar-area .collapse-widget .aside-trending-products:first-child {
  margin-top: 0;
}

.woocommerce-sidebar-area .collapse-widget .collection-filter-by-price {
  margin-top: 20px;
}

.woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs-handle {
  cursor: pointer;
}

.woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-from, .woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-to, .woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-single {
  background-color: #222222;
  padding: 1px 5px 1px 11.5px;
}

.woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-from::before, .woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-to::before, .woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-single::before {
  border-top-color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-from::after, .woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-to::after, .woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-single::after {
  content: '$';
  position: absolute;
  left: 5px;
  top: 0.5px;
}

.woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-bar {
  background-color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-handle > i:first-child {
  background-color: #222222;
}

.woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-min, .woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-max {
  padding: 1px 3px 1px 9.5px;
}

.woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-min::before, .woocommerce-sidebar-area .collapse-widget .collection-filter-by-price .irs--flat .irs-max::before {
  content: '$';
  position: absolute;
  left: 3px;
  top: 0.5px;
}

/*================================================
Products Filter Modal Area CSS
=================================================*/
.productsFilterModal.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.productsFilterModal.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.productsFilterModal.modal.left.fade.show .modal-dialog {
  left: 0;
}

.productsFilterModal .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.productsFilterModal .modal-content .modal-body {
  padding: 0;
}

.productsFilterModal button.close {
  position: absolute;
  left: 10px;
  top: 10px;
  outline: 0;
  text-shadow: unset;
  color: #666666;
  opacity: 1;
  line-height: initial;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  border: none;
}

.productsFilterModal button.close i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productsFilterModal button.close:hover, .productsFilterModal button.close:focus {
  color: #222222;
}

.productsFilterModal button.close:hover i, .productsFilterModal button.close:focus i {
  color: red;
}

/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
  position: relative;
  text-align: center;
}

.single-gallery-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.single-gallery-item .gallery-content {
  position: absolute;
  bottom: 0;
  left: 10px;
  border: 1px solid #ffffff;
  right: 10px;
  padding: 25px 15px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-gallery-item .gallery-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  background-color: #ffffff;
  z-index: -1;
}

.single-gallery-item .gallery-content span {
  display: block;
  color: #666666;
  font-size: 13px;
}

.single-gallery-item .gallery-content h3 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 5px;
}

.single-gallery-item:hover .gallery-content, .single-gallery-item:focus .gallery-content {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}

/*================================================
Look Book Area CSS
=================================================*/
.lookbook-area {
  padding-bottom: 30px;
}

.single-lookbook-box {
  position: relative;
  margin-bottom: 30px;
}

.single-lookbook-box .category {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-left: 10px;
  margin-top: -10px;
  margin-right: 10px;
}

.single-lookbook-box .category span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
}

.single-lookbook-box .category span a {
  display: inline-block;
  color: #222222;
  padding-right: 3px;
  font-weight: normal;
}

.single-lookbook-box .category span a:hover {
  color: #222222;
}

.single-lookbook-box .category span:last-child {
  margin-bottom: 0;
}

/*================================================
Sizing Guide Area CSS
=================================================*/
.sizing-guide-table h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.sizing-guide-table table {
  margin-bottom: 0;
}

.sizing-guide-table table thead {
  background-color: #222222;
  color: #ffffff;
}

.sizing-guide-table table thead th {
  border-bottom: none;
  color: #ffffff;
}

.sizing-guide-table table tr td, .sizing-guide-table table tr th {
  border-top: none;
}

.sizing-guide-table .sizing-guide-info {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.sizing-guide-table .sizing-guide-info li {
  margin-bottom: 10px;
}

.sizing-guide-table .sizing-guide-info li:last-child {
  margin-bottom: 0;
}

.sizing-guide-table .sizing-guide-info li span {
  font-weight: 700;
}

.sizing-guide-table:not(:first-child) {
  margin-top: 30px;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 520px;
}

.error-content h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.error-content p {
  margin-bottom: 25px;
}

/*================================================
FAQs Area CSS
=================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
  position: relative;
  color: #222222;
  font-size: 17px;
  padding-right: 20px;
  margin-top:10px;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f107";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  margin-top: 20px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-accordion .accordion .accordion-item .accordion-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-content ul li {
  color: #666666;
  position: relative;
  margin-bottom: 8px;
  line-height: 25px;
  padding-left: 12px;
}

.faq-accordion .accordion .accordion-item .accordion-content ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #222222;
  border-radius: 50%;
}

.faq-accordion .accordion .accordion-item .accordion-content ul li:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-content ul li a {
  display: inline-block;
  color: #666666;
}

.faq-accordion .accordion .accordion-item .accordion-content ul li a:hover {
  color: #222222;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-info p {
  margin-bottom: 0;
}

.contact-info .contact-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}

.contact-info .contact-list li {
  color: #666666;
  margin-bottom: 10px;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
}

.contact-info .contact-list li i {
  color: #222222;
  position: absolute;
  left: 0;
  top: 2px;
}

.contact-info .contact-list li a {
  color: #666666;
  display: inline-block;
}

.contact-info .contact-list li a:hover, .contact-info .contact-list li a:focus {
  color: #222222;
}

.contact-info .contact-list li:last-child {
  margin-bottom: 0;
}

.contact-info .opening-hours {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 25px;
  margin-top: 15px;
}

.contact-info .opening-hours li {
  margin-bottom: 8px;
  color: #666666;
  font-size: 13px;
}

.contact-info .opening-hours li span {
  color: #222222;
}

.contact-info .opening-hours li:last-child {
  margin-bottom: 0;
}

.contact-info .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 15px;
}

.contact-info .social li {
  display: inline-block;
  margin-right: 4px;
}

.contact-info .social li a {
  color: #666666;
  border: 1px solid #eeeeee;
  width: 35px;
  height: 35px;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.contact-info .social li a:hover, .contact-info .social li a:focus {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

.contact-info .social li:last-child {
  margin-right: 0;
}

.contact-form h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-form p {
  margin-bottom: 0;
}

.contact-form #contactForm {
  margin-top: 20px;
}

.contact-form #contactForm label {
  font-size: 13px;
  text-transform: uppercase;
  color: #666666;
}

.contact-form #contactForm label span {
  text-transform: lowercase;
}

.contact-form #contactForm .form-group {
  margin-bottom: 20px;
}

.contact-form #contactForm .form-control {
  font-size: 13px;
  height: 40px;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form #contactForm .form-control:focus {
  border-color: #222222;
  background-color: transparent;
}

.contact-form #contactForm textarea {
  height: auto !important;
  padding-top: 15px;
}

.contact-form #contactForm .list-unstyled {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 8px;
}

.contact-form #contactForm .list-unstyled li {
  font-size: 13px;
  color: red;
}

.contact-form #contactForm #msgSubmit {
  margin: 0;
  font-size: 18px;
}

.contact-form #contactForm #msgSubmit.text-danger, .contact-form #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

#map {
  height: 400px;
  width: 100%;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-page-gallery {
  text-align: center;
}

.products-page-gallery .product-page-gallery-main .slick-slide img {
  width: 100%;
}

.products-page-gallery .product-page-gallery-main .slick-prev, .products-page-gallery .product-page-gallery-main .slick-next {
  z-index: 1;
  width: 45px;
  height: 45px;
  line-height: 60px;
  padding: 0;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.products-page-gallery .product-page-gallery-main .slick-prev::before, .products-page-gallery .product-page-gallery-main .slick-next::before {
  content: '' !important;
  position: relative;
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border: 0.125rem solid;
  line-height: initial;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 0;
  border-left: 0;
  border-radius: 1px;
  border-color: #222222;
}

.products-page-gallery .product-page-gallery-main .slick-prev:hover, .products-page-gallery .product-page-gallery-main .slick-next:hover {
  background-color: #222222;
  color: #ffffff;
}

.products-page-gallery .product-page-gallery-main .slick-prev:hover::before, .products-page-gallery .product-page-gallery-main .slick-next:hover::before {
  border-color: #ffffff;
}

.products-page-gallery .product-page-gallery-main .slick-next {
  padding-right: 5px;
  right: 0;
}

.products-page-gallery .product-page-gallery-main .slick-next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.products-page-gallery .product-page-gallery-main .slick-prev {
  padding-left: 5px;
  left: 0;
}

.products-page-gallery .product-page-gallery-main .slick-prev::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.products-page-gallery .product-page-gallery-main:hover .slick-prev, .products-page-gallery .product-page-gallery-main:hover .slick-next {
  opacity: 1;
  visibility: visible;
}

.products-page-gallery .product-page-gallery-main:hover .slick-next {
  right: 15px;
}

.products-page-gallery .product-page-gallery-main:hover .slick-prev {
  left: 15px;
}

.products-page-gallery .slick-slide {
  outline: 0 !important;
}

.products-page-gallery .product-page-gallery-preview {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.products-page-gallery .product-page-gallery-preview .slick-slide {
  margin: 0 5px;
  cursor: pointer;
}

.products-page-gallery .product-page-gallery-preview .slick-slide span {
  display: block;
  position: relative;
}

.products-page-gallery .product-page-gallery-preview .slick-slide span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #222222;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-page-gallery .product-page-gallery-preview .slick-slide span:hover::before, .products-page-gallery .product-page-gallery-preview .slick-slide span:focus::before {
  visibility: visible;
  opacity: 1;
}

.products-page-gallery .product-page-gallery-preview .slick-slide.slick-current.slick-active span::before {
  visibility: visible;
  opacity: 1;
}

.product-details-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.product-details-content h3 a {
  color: #222222;
}

.product-details-content h3 a:hover {
  color: #222222;
}

.product-details-content p {
  margin-bottom: 0;
}

.product-details-content .price {
  margin-bottom: 5px;
}

.product-details-content .price span {
  display: inline-block;
  font-size: 18px;
  color: #222222;
}

.product-details-content .product-review {
  margin-bottom: 12px;
}

.product-details-content .product-review .rating {
  display: inline-block;
  padding-right: 5px;
}

.product-details-content .product-review .rating i {
  color: #ffba0a;
}

.product-details-content .product-review .rating-count {
  display: inline-block;
  color: #222222;
  border-bottom: 1px solid #222222;
  line-height: initial;
}

.product-details-content .product-info {
  list-style-type: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

.product-details-content .product-info li {
  font-size: 16px;
  color: #222222;
  margin-bottom: 8px;
}

.product-details-content .product-info li:last-child {
  margin-bottom: 0;
}

.product-details-content .product-info li span {
  color: #666666;
}

.product-details-content .product-info li a {
  display: inline-block;
  font-weight: 500;
  color: #222222;
}

.product-details-content .product-info li a:hover {
  color: #222222;
}

.product-details-content .wishlist-compare-btn {
  margin-top: 20px;
}

.product-details-content .wishlist-compare-btn .btn i {
  margin-right: 3px;
}

.product-details-content .wishlist-compare-btn .btn:not(:first-child) {
  margin-left: 10px;
}

.product-details-content .product-color-switch {
  margin-top: 8px;
}

.product-details-content .product-color-switch h4 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 6px;
}

.product-details-content .product-color-switch ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: -4px;
  padding-left: 0;
}

.product-details-content .product-color-switch ul li {
  display: inline-block;
  margin-left: 4px;
  margin-top: 4px;
}

.product-details-content .product-color-switch ul li a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.product-details-content .product-color-switch ul li a::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-content .product-color-switch ul li a:hover, .product-details-content .product-color-switch ul li a:focus {
  border-color: #222222;
}

.product-details-content .product-color-switch ul li a.color-white::before {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.product-details-content .product-color-switch ul li a.color-black::before {
  background: #222222;
}

.product-details-content .product-color-switch ul li a.color-red::before {
  background: red;
}

.product-details-content .product-color-switch ul li a.color-blue::before {
  background: blue;
}

.product-details-content .product-color-switch ul li a.color-green::before {
  background: green;
}

.product-details-content .product-color-switch ul li a.color-yellow::before {
  background: yellow;
}

.product-details-content .product-color-switch ul li a.color-yellowgreen::before {
  background: yellowgreen;
}

.product-details-content .product-color-switch ul li a.color-pink::before {
  background: pink;
}

.product-details-content .product-color-switch ul li a.color-violet::before {
  background: violet;
}

.product-details-content .product-color-switch ul li a.color-teal::before {
  background: teal;
}

.product-details-content .product-color-switch ul li a.color-plum::before {
  background: plum;
}

.product-details-content .product-color-switch ul li a.color-lime::before {
  background: lime;
}

.product-details-content .product-color-switch ul li a.color-blueviolet::before {
  background: blueviolet;
}

.product-details-content .product-color-switch ul li.active a {
  border-color: #222222;
}

.product-details-content .product-size-wrapper {
  margin-top: 8px;
  margin-bottom: 25px;
}

.product-details-content .product-size-wrapper h4 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}

.product-details-content .product-size-wrapper ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -8px;
  margin-left: -8px;
  padding-left: 0;
}

.product-details-content .product-size-wrapper ul li {
  display: inline-block;
  margin-left: 8px;
  margin-top: 8px;
}

.product-details-content .product-size-wrapper ul li a {
  width: auto;
  min-width:35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border: 1px solid #222;
  color: #222;
  text-align: center;
  padding:0 5px;
}

.product-details-content .product-size-wrapper ul li a:hover, .product-details-content .product-size-wrapper ul li a:focus {
  border-color: #222222;
  color: #222222;
}

.product-details-content .product-size-wrapper ul li.active a {
  border-color: #222222;
  color: #222222;
}

.product-details-content .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-content .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-content .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
  background-color:#191919;
}

.product-details-content .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
  background-color:#191919 !important;
}

.product-details-content .product-add-to-cart .input-counter span:hover {
  color: #222222;
}

.product-details-content .product-add-to-cart .input-counter input {
  height: 45px;
  color: #222222;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #222222;
}

.product-details-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #222222;
}

.product-details-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #222222;
}

.product-details-content .product-add-to-cart .input-counter input::placeholder {
  color: #222222;
}

.product-details-content .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  border-radius:25px;
}

.product-details-content .product-add-to-cart .btn i {
  margin-right: 2px;
}

.product-details-content .product-info-btn {
  margin-bottom: 25px;
}

.product-details-content .product-info-btn a {
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.product-details-content .product-info-btn a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-content .product-info-btn a i {
  color: #222222;
  margin-right: 3px;
  font-size: 15px;
}

.product-details-content .product-info-btn a:hover {
  color: #222222;
}

.product-details-content .product-info-btn a:hover::before {
  width: 100%;
}

.product-details-content .product-info-btn a:not(:first-child) {
  margin-left: 15px;
}

.product-details-content .buy-checkbox-btn {
  margin-top: 25px;
}

.product-details-content .buy-checkbox-btn input {
  display: none;
}

.product-details-content .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

.product-details-content .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-content .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-content .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-content .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #222222;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-content .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #666666;
}

.product-details-content .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #222222;
}

.product-details-content .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #222222;
  border-color: #222222;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-content .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-content .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-content .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-content .buy-checkbox-btn .btn {
  display: block;
}

.product-details-content .custom-payment-options {
  margin-top: 20px;
}

.product-details-content .custom-payment-options span {
  display: block;
  color: #666666;
  margin-bottom: 5px;
}

.product-details-content .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-content .custom-payment-options .payment-methods a img {
  width: 40px;
}

.products-details-tab {
  margin-top: 50px;
}

.products-details-tab .tabs {
  list-style-type: none;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 0;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 15px;
}

.products-details-tab .tabs li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products-details-tab .tabs li a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
  text-transform: uppercase;
  color: #666666;
}

.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #666666;
  margin: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #222222;
}

.products-details-tab .tabs li a:hover .dot, .products-details-tab .tabs li a:focus .dot {
  border-color: #222222;
}

.products-details-tab .tabs li a:hover .dot::before, .products-details-tab .tabs li a:focus .dot::before {
  background: #222222;
}

.products-details-tab .tabs li.current a {
  color: #222222;
}

.products-details-tab .tabs li.current a .dot {
  border-color: #222222;
}

.products-details-tab .tabs li.current a .dot::before {
  background: #222222;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content ul, .products-details-tab .tab_content .tabs_item .products-details-tab-content ol {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content ul li, .products-details-tab .tab_content .tabs_item .products-details-tab-content ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
  color: #666666;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content ul li::before, .products-details-tab .tab_content .tabs_item .products-details-tab-content ol li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #222222;
  border-radius: 50%;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content ul li:last-child, .products-details-tab .tab_content .tabs_item .products-details-tab-content ol li:last-child {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .table {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .table.table-striped tbody tr td {
  border-top: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .table.table-bordered tbody tr td {
  vertical-align: middle;
  color: #666666;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ebebeb;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  color: #ebebeb;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 8px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 20px;
  color: #666666;
  top: 40px;
  text-decoration: underline;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #222222;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  font-size: 13px;
  color: #666666;
  text-transform: uppercase;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
  height: 120px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
  margin-top: 10px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating {
  margin-bottom: 1rem;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating p {
  margin-bottom: 5px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-source {
  width: 0;
  height: 0;
  margin-top: 5px;
  visibility: hidden;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-source svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating label {
  cursor: pointer;
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating label .star {
  color: transparent;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating label:hover ~ label .star, .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating svg.star:hover, .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"]:focus ~ label .star, .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"]:checked ~ label .star {
  color: #f2b01e;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"] {
  display: inline-block;
  width: 0;
  opacity: 0;
  margin-left: -2px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"]:checked + label {
  -webkit-animation: scaleup 1s;
          animation: scaleup 1s;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"]:checked + label .star {
  -webkit-animation: starred 0.5s;
          animation: starred 0.5s;
}

.sizeGuideModal .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}

.sizeGuideModal .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}

.sizeGuideModal .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
}

.sizeGuideModal .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}

.sizeGuideModal .modal-content .modal-sizeguide {
  text-align: center;
}

.sizeGuideModal .modal-content .modal-sizeguide h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.sizeGuideModal .modal-content .modal-sizeguide p {
  margin-bottom: 25px;
}

.sizeGuideModal .modal-content .modal-sizeguide .table {
  margin-bottom: 0;
}

.sizeGuideModal .modal-content .modal-sizeguide .table thead {
  background-color: #222222;
  color: #ffffff;
}

.sizeGuideModal .modal-content .modal-sizeguide .table thead th {
  border-bottom: none;
  color: #ffffff;
}

.sizeGuideModal .modal-content .modal-sizeguide .table tr td, .sizeGuideModal .modal-content .modal-sizeguide .table tr th {
  border-top: none;
}

.productShippingModal .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}

.productShippingModal .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}

.productShippingModal .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
}

.productShippingModal .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}

.productShippingModal .modal-content .shipping-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.productShippingModal .modal-content .shipping-content h3:first-child {
  margin-top: 0;
}

.productShippingModal .modal-content .shipping-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.productShippingModal .modal-content .shipping-content ul li {
  margin-bottom: 12px;
  color: #666666;
  position: relative;
  padding-left: 11px;
}

.productShippingModal .modal-content .shipping-content ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222222;
}

.productShippingModal .modal-content .shipping-content ul li:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes wave {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes wave {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.related-products-area {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #eeeeee;
}

.related-products-area .trending-products-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: 0;
}

.col-lg-4.col-md-12:first-child .product-single-aside {
  border-right: 1px solid #ebebeb;
  border-left: none;
  padding-right: 15px;
  padding-left: 0;
}

.product-single-aside {
  height: 100%;
  border-left: 1px solid #ebebeb;
  padding-left: 15px;
}

.product-single-aside .aside-trending-products {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-top: 25px;
}

.product-single-aside .aside-trending-products .category {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.product-single-aside .aside-trending-products .category h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}

.product-single-aside .aside-trending-products .category span {
  color: #666666;
  position: relative;
  display: block;
  z-index: 1;
}

.product-single-aside .aside-trending-products img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.product-single-aside .aside-trending-products a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.product-single-aside .aside-trending-products:hover img, .product-single-aside .aside-trending-products:focus img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.product-single-aside .aside-trending-products:hover .category, .product-single-aside .aside-trending-products:focus .category {
  bottom: 10px;
}

.product-single-aside .aside-trending-products:first-child {
  margin-top: 0;
}

.product-single-aside .services-aside .facility-block {
  margin-bottom: 20px;
}

.product-single-aside .services-aside .facility-block h3 {
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
}

.product-single-aside .services-aside .facility-block h3 i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-single-aside .services-aside .facility-block:last-child {
  margin-bottom: 0;
}

.product-single-aside .products-payments-info {
  text-align: center;
  position: relative;
  margin-top: 45px;
  border: 1px solid #eeeeee;
  padding: 20px;
  padding-top: 45px;
}

.product-single-aside .products-payments-info span {
  display: inline-block;
  color: #858585;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
}

.product-single-aside .products-payments-info .payments-type a {
  display: inline-block;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 30px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #222222;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 16px;
  font-weight: 600;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #222222;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
Sidebar Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 30px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 18px;
}

.widget-area .widget_comero_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_comero_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.widget-area .widget_comero_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_comero_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_comero_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_comero_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog1.jpg);
}

.widget-area .widget_comero_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog3.jpg);
}

.widget-area .widget_comero_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog4.jpg);
}

.widget-area .widget_comero_posts_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_comero_posts_thumb .item .info time {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_comero_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
}

.widget-area .widget_comero_posts_thumb .item .info .title a {
  color: #222222;
}

.widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 15px;
  line-height: 1.5;
  font-size: 14px;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #222222;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.widget-area .widget_recent_entries ul li a {
  color: #222222;
}

.widget-area .widget_recent_comments ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 15px;
  line-height: 1.5;
  font-size: 14px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #222222;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.widget-area .widget_recent_comments ul li span {
  display: inline-block;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #222222;
}

.widget-area .widget_archive ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 15px;
  font-size: 14px;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #222222;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.widget-area .widget_archive ul li a {
  color: #222222;
}

.widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 15px;
  font-size: 14px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #222222;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.widget-area .widget_categories ul li a {
  display: inline-block;
  color: #222222;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 15px;
  font-size: 14px;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #222222;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .widget_meta ul li a {
  color: #222222;
}

.widget-area .tagcloud a {
  display: inline-block;
  font-size: 13px !important;
  color: #858585;
  padding: 7px 10px;
  border: 1px solid #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  text-align:center
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
   text-align:center;
   font-size:16px;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: auto;
  height:100px;
}
.cart-table table tbody tr td .remove i{color:#000;font-size:22px}
.cart-table table tbody tr td .remove:hover i{color:red;}
.cart-table table tbody tr td.product-name a {
  color: #000;
  font-weight: 600;
  display: inline-block;
  font-size: 18px;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #222222;
}

.cart-table table tbody tr td.product-name ul {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: none;
}

.cart-table table tbody tr td.product-name ul li {
  color: #858585;
  font-size: 12px;
  margin-bottom: 5px;
}

.cart-table table tbody tr td.product-name ul li:last-child {
  margin-bottom: 0;
}

.cart-table table tbody tr td.product-name ul li strong {
  font-weight: 600;
}

.cart-table table tbody tr td.product-price span {
  font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  width: 35px;
  height: 100%;
  line-height: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
    background-color: #191919 !important;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
  background-color: #191919 !important;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #fff;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 35px;
  color: #222222;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #222222;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #222222;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #222222;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #222222;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-totals {
  background: #ffffff;
  padding: 15px;
  max-width: 600px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 25px auto 0;
  width:33%
}

.cart-totals h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #222222;
  font-weight: 600;
  overflow: hidden;
  font-size:15px;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.cart-totals ul li span b {
  font-weight: 600;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
  border-top: 3px solid #222222;
}

.user-actions span {
  display: inline-block;
  font-weight: 600;
  color: #222222;
}

.user-actions span i {
  color: #222222;
  margin-right: 3px;
}

.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #666666;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: #222222;
}

.checkout-area .title {
  font-size: 18px;
  margin-bottom: 25px;
}

.billing-details .form-group label {
  display: block;
  color: #222222;
  margin-bottom: 8px;
  font-size: 14px;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .select-box .nice-select {
  line-height: 45px;
  float: unset;
  font-size: 13px;
}

.billing-details .form-group .select-box .nice-select .current {
  color: #666666;
}

.billing-details .form-group .select-box .nice-select .list {
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.billing-details .form-group .select-box .nice-select .list .option {
  line-height: 35px;
  min-height: 30px;
}

.billing-details .form-group .form-control {
  background: transparent;
  border: 1px solid #eeeeee;
}

.billing-details .form-group .form-control:focus {
  border-color: #222222;
}

.billing-details .form-group textarea {
  padding-top: 15px;
  height: 120px;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
  color: #666666;
}

.billing-details .form-check label {
  font-size: 14px;
  font-weight: 400;
}

.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  text-transform: uppercase;
  padding: 15px .75rem;
  font-weight: 600;
  font-size: 15px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
  font-size: 15px;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #222222;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #222222;
  font-weight: 600;
}

.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}

.order-details .payment-method p {
  font-size: 14px;
}

.order-details .payment-method p [type="radio"]:checked, .order-details .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #222222;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-method p [type="radio"]:checked + label::before, .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-method p [type="radio"]:checked + label::after, .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #222222;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .btn.order-btn {
  display: block;
  margin-top: 25px;
}

/*================================================
Compare Area CSS
=================================================*/
.products-compare-table table {
  margin-bottom: 0;
}

.products-compare-table table tr td {
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.products-compare-table table tr td:first-child {
  text-transform: uppercase;
  color: #666666;
}

.products-compare-table table tr td p {
  line-height: initial;
}

.products-compare-table table tr td p a {
  display: inline-block;
  color: #666666;
  font-size: 13px;
}

.products-compare-table table tr td p a:hover {
  color: #222222;
}

.products-compare-table table tr td .remove-btn {
  margin-bottom: 15px;
}

.products-compare-table table tr td .remove-btn a {
  color: red;
  display: inline-block;
}

.products-compare-table table tr td .single-product-box {
  text-align: left;
  margin-bottom: 0;
}

.products-compare-table table tr td .single-product-box .product-image a img {
  width: auto;
}

.products-compare-table table tr td .single-product-box .product-content .btn {
  display: inline-block;
  width: auto;
}

.products-compare-table table tr:first-child {
  background-color: transparent !important;
}

.products-compare-table table tr:first-child td {
  border-bottom: 1px solid #eeeeee;
}

/*================================================
Login Area CSS
=================================================*/
.login-area .section-title {
  margin-bottom: 25px;
}

.login-form {
  padding-right: 15px;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form .form-group label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.login-form .form-group .form-control {
  border: 1px solid #f5f5f5;
}

.login-form .form-group .form-control:focus {
  border-color: #222222;
}

.login-form .btn {
  display: block;
  width: 100%;
  padding: 14px 25px;
}

.login-form .forgot-password {
  display: inline-block;
  margin-top: 15px;
  color: #666666;
  position: relative;
  font-size: 15px;
}

.login-form .forgot-password::before {
  width: 100%;
  height: 1.5px;
  background: #666666;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
}

.login-form .forgot-password:hover {
  color: #222222;
}

.login-form .forgot-password:hover::before {
  width: 0;
}

.new-customer-content {
  padding-left: 15px;
}

.new-customer-content span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.new-customer-content p {
  margin-bottom: 20px;
}

/*================================================
Signup Area CSS
=================================================*/
.signup-area .section-title {
  margin-bottom: 25px;
}

.signup-content {
  max-width: 520px;
  margin: 0 auto;
}

.signup-form .form-group {
  margin-bottom: 20px;
}

.signup-form .form-group label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.signup-form .form-group .form-control {
  border: 1px solid #f5f5f5;
}

.signup-form .form-group .form-control:focus {
  border-color: #222222;
}

.signup-form .btn {
  display: block;
  width: 100%;
  padding: 14px 25px;
}

.signup-form .return-store {
  display: inline-block;
  margin-top: 15px;
  color: #666666;
  position: relative;
  font-size: 15px;
}

.signup-form .return-store::before {
  width: 100%;
  height: 1.5px;
  background: #666666;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
}

.signup-form .return-store:hover {
  color: #222222;
}

.signup-form .return-store:hover::before {
  width: 0;
}

/*================================================
Customer Service Area CSS
=================================================*/
.customer-service-content h3 {
  text-transform: uppercase;
  position: relative;
  padding-left: 23px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
}

.customer-service-content h3 i {
  position: absolute;
  top: 1px;
  left: 0;
}

.customer-service-content h3:not(:first-child) {
  margin-top: 30px;
}

.customer-service-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.customer-service-content ul li {
  color: #666666;
  margin-bottom: 10px;
  position: relative;
  padding-left: 11px;
}

.customer-service-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222222;
}

.customer-service-content ul li:last-child {
  margin-bottom: 0;
}

.customer-service-content ul li a {
  display: inline-block;
  color: #666666;
}

.customer-service-content ul li a:hover {
  color: #222222;
}

/*================================================
Pagination CSS
=================================================*/
.woocommerce-pagination {
  text-align: center;
  margin-top: 10px;
}

.woocommerce-pagination ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.woocommerce-pagination ul li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}

.woocommerce-pagination ul li .page-numbers {
  display: inline-block;
  width: 35px;
  line-height: 35px;
  height: 35px;
  color: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #666666;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-pagination ul li .page-numbers.dots {
  border-color: #666666 !important;
  background-color: transparent !important;
  color: #666666 !important;
}

.woocommerce-pagination ul li .page-numbers:hover, .woocommerce-pagination ul li .page-numbers.current {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #191919;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.single-footer-widget .logo {
  margin-bottom: 15px;
}

.single-footer-widget .logo a {
  display: inline-block;
}

.single-footer-widget h3 {
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 5px;
  color:#fff;
}

.single-footer-widget h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ebebeb;
  width: 45px;
  height: 2px;
}

.single-footer-widget p {
  font-size: 13px;
  color: #fff;
}

.single-footer-widget .quick-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .quick-links li {
  color: #fff;
  margin-bottom: 8px;
  font-size: 13px;
}

.single-footer-widget .quick-links li a {
  color: #fff;
  display: inline-block;
}

.single-footer-widget .quick-links li a:hover, .single-footer-widget .quick-links li a:focus {
  color: #fff;
  padding-left: 5px;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .information-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .information-links li {
  color: #fff;
  margin-bottom: 8px;
  font-size: 13px;
}

.single-footer-widget .information-links li a {
  color: #fff;
  display: inline-block;
}

.single-footer-widget .information-links li a:hover, .single-footer-widget .information-links li a:focus {
  color: #fff;
  padding-left: 5px;
}

.single-footer-widget .information-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
}

.single-footer-widget .footer-contact-info li i {
  color: #ffff;
  position: absolute;
  left: 0;
  top: 4px;
}

.single-footer-widget .footer-contact-info li a {
  color: #666666;
  display: inline-block;
}

.single-footer-widget .footer-contact-info li a:hover, .single-footer-widget .footer-contact-info li a:focus {
  color: #fff;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.copyright-area {
  margin-top: 40px;
  background-color: #191919;
  padding-top: 15px;
  padding-bottom: 15px;
  color:#fff;
}

.copyright-area .payment-card {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area .payment-card li {
  display: inline-block;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 25px;
  right: 15px;
  color: #ffffff;
  background-color: #222222;
  z-index: 4;
  display: none;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
/*# sourceMappingURL=style.css.map */



/*--maps--*/
.map{
							overflow: hidden;
						}

						.map--svg{
							width: 80%;
							float: left;
							margin-left:10%;
						}
						.map--svg path{
							fill: #d9d9d9;
							stroke:#FFF;
							stroke-width: 1px;
							transition: fill 0.3s; 
						}
						.map--svg path:hover{
							fill: #7e7e7e; 
						}
						.map--svg .is-active path{
							fill: #7e7e7e;
						}
						.map-title {
							width: 50%;
							float: left;
							margin-left:10%;
							margin-top:100px;
						}
						.map--list ul{
							list-style-type: none;
						}
						.map--list a{
							color: #000;
							text-decoration: none;
						}
						.map--list a.is-active{
							color: #7e7e7e;
						}
						/*--maps--*/

/*--responsive--*/
.left_filter{margin-top:100px}
@media only screen and (max-width: 991px) {
	.categoriesItem01{width:50% !important}
	.ci01Thumb img{object-fit:cover !important;}
	.banner-grid-right {width:100%}
	.map--svg{width: 40%;margin-left:0%;}
	.map-title {width: 60%;margin-left:0%;margin-top:50px;}
}
@media only screen and (max-width: 991px) {
	.categoriesItem01{width:50% !important}
	.categoriesItem01owl{width:100% !important}
	.ci01Thumb h3{font-size:16px;}
	.banner-grid-right {width:100%}
	.map--svg{width: 60%;margin-left:20%;}
	.map-title {display:none;}
	.col-xs-6{width:50%;}
	.pi01Thumb img{height:150px !important;}
	.pi01Details h3{height:30px;overflow:hidden}
	.left_filter{margin-top:15px}
}
.boutique_profil1_mobile{display:none;}
.boutique_profilright{float:right !important;margin-top:40px !important;display:block}
@media only screen and (max-width: 991px) { 
	ul.productDetailsTab li{width:auto !important}
	ul.productDetailsTabfooter li{width:33.33% !important}
	ul.productDetailsTabfooter li button{width:100% !important}
	ul.productDetailsTab li button{padding:0 22px 2px 22px;}
	.boutique_profil1_mobile{display:block;}
	.mobile_btn{Display:none}
	.boutique_profilright{float:left !important;margin-top:10px !important;}
	
	/*left category*/
	.woocommerce-sidebar-area .collapse-widget{display:inline-block;margin-right:30px;}
	.products-collections-area .container{padding:0}
	.woocommerce-sidebar-area .collapse-widget .collapse-widget-title{font-size:12px !important;}
	.woocommerce-sidebar-area .collapse-widget .collapse-widget-title i{left:2px;font-size:11px;}
	.woocommerce-sidebar-area .collapse-widget ul{position: absolute; width: 100%; z-index: 99999999999;background: #fff; padding-bottom: 20px;left:0;margin-left:0 !important;margin-top:0 !important;padding-left:15px}
	.favoris_center{max-width:200px;}
	/*end left category*/
}
/*--responsive--*/

.login-details a {
    color: #303030;
    display: block;
    font-size: 14px;
    /*margin-bottom: 20px;*/
    text-transform: capitalize;
}

.login-btn {
    background: #333 none repeat scroll 0 0;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px 8px;
    text-transform: uppercase;
}

.login-btn:hover {
    background: #353535;
    color: #fff;
}
.footer_mobile{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    height: 55px;
	width:100%;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,0.12);
}
.footer_mobile_block{float:left;width:20%}
.footer_mobile_icon{transition: all .25s ease;width:100%;}
.footer_mobile_icon img{width:20px;height:20px;margin:0 auto;display: block;margin-top: 5px;}
.footer_mobile_label{text-align:center;font-weight: 600;font-size: 11px;width:100%;Display:block;margin-top:2px;color:#191919}
.footer_mobile{Display:none;}
.boutique_profil h3{width:100%;text-align:center}
.maps_boutique{width:100%;height:25px;line-height:25px;border-radius:0px;background:#000;Display:block;color:#fff;text-align:center;border-radius:5px;}
.boutique_profil1{width:80%;margin-right:5%;margin-top:10px;float:left;}
.maps_boutique:hover{color:#fff !important;}
.menuToggler_mobile{display:none}
@media only screen and (max-width: 991px) {
	.menuToggler_mobile{display:none}
	.btn_boutiquemobile{display:none;}
	.maps_boutique{padding:0 15px;}
}
@media only screen and (max-width: 991px) {
	.logo img{height:40px;}
	.grid-image-box img{margin-top: 0;height: 26.2vh;object-fit: contain;}
	.grid-image-box {border-bottom: solid 3px #fff;}
	.grid-text-box {background: transparent; position: absolute;  width: 100%;  z-index: 99; margin-top: -70px;}
	.inner-grid-text-box{padding-left:0;text-align:center}
	.categoriesSection .secTitle{margin:0}
	.headerAccessLinks a.halCart{font-size:22px;}
	.headerAccessLinks a{font-size:18px;}
	.footer_mobile{Display:block; z-index:9999}
	.ci01Thumb, .ci01Thumb img{width:100% !important;height:100% !important}
	ul.productDetailsTab li {width: 33.33%;}
	.owl-item .categoriesItem01{width:100% !important}
	.categoriesItem01 .ci01Thumb img { height: 130px !important;object-fit: cover !important; width:100%}
}

.btn_boutique{background:#E2E2E1;color:#191919;border-radius:25px;padding:10px 20px;font-weight:bold;}
.tab_produit{border-top:solid 2px #cdcdcd}
.categoriesItem01 .ci01Thumb11{height:70px !important;width:70px !important;border-radius:500px;background:#fff;padding:0px;margin-left:20px;}
.categoriesItem01 .ci01Thumb11 img{height:70px !important;width:70px !important;background:#fff}
.testimonialGrdiSection{padding:25px !important;}
		.btn_boutique{display:block}
			.btn_boutiquemobile{display:none}
			.desctop_span{display:block}
			.mobile_span{display:none}
			@media only screen and (max-width: 991px) {
			.categoriesItem01 .ci01Thumb11{height:50px !important;width:50px !important;border-radius:500px;background:#fff;padding:5px;}
			.categoriesItem01 .ci01Thumb11 img{height:40px !important;width:40px !important;background:#fff}
			.pi01Thumbboutique{display:none}
			.pi01Details{padding:0 !important}
			.singleTestimonial img{width:100% !important;height:55px !important;}
			.btn_boutique_div{width:auto !important;padding-top:20 !important;float:right !important;}
			.stHeader{padding-top:25px !important}
			.singleTestimonial img{margin:0 !important}
			.btn_boutique{display:none}
			.btn_boutiquemobile{display:none}
			.pageBanner{min-height:120px !important}
			.pi01Detailsboutique{width:100%}
			.testimonialGrdiSection{padding:0px !important;}
			.productItem011{height:60px;}
			
			.shopWidgetWraper {margin-bottom:25px;float:left;width:100%}
			.shopWidgetWraper ul{margin-left:-40px;}
			.shopWidgetWraper li{float:left;width:25%;list-style:none;text-align:center;border-bottom:solid 1px #000}
			.desctop_span{display:none}
			.mobile_span{display:block}
		}
		
		
		
figure.snip0015 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 90vh;
  width: 100%;
  background: #E6E8E7;
  text-align: center;
}
figure.snip0015 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0015 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  height:95vh
}
figure.snip0015 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.snip0015 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015 h2,
figure.snip0015 li,
figure.snip0015 p {
  margin: 0 0 0px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0015 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015 li {
	line-height:2;
	text-align:left;
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015 h2 span {
  font-weight: 800;
}
figure.snip0015 p {
  font-weight: 200	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/*figure.snip0015 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}*/
figure.snip0015:hover img {
  opacity: 0.35;
}
figure.snip0015 a {
	color:#fff;
}
figure.snip0015:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015:hover figcaption ul {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015:hover figcaption li {
    opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}
figure.snip0015:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip0015:hover figcaption{background:rgba(0,0,0,0.5);}
figure.snip0015:hover .grid-text-box{display:none;}
@media only screen and (max-width:991px) { 
	figure.snip0015 h2{margin-top:5vh}
	figure.snip0015 img{height:26.5vh;border-top:3px solid #f2f4f3;object-fit:contain}
	figure.snip0015 ul{Display:none;}
	.mobile_hidden_icone{display:none;}
	figure.snip0015 .grid-text-box{display:none;}
}
.title--spacing {
  margin-top: 16px;
}
.tooltipmaps {
  font-size: 16px;
  font-weight: normal;
  margin-top: 2px;
  position: relative;
}
.tooltipmaps:hover {
  cursor: pointer;
}
.tooltipmaps-spacing {
  height: 20px;
  margin: 8px;
  position: relative;
  width: 20px;
}

.bubble {

  filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 3px 6px)
    drop-shadow(rgba(0, 0, 0, 0.23) 0px 3px 6px);
  left: 28px;
  opacity: 0.5;
  position: absolute;
  top: -30px;
  transition: transform 400ms, clip-path 400ms, opacity 400ms;
  transform: rotate(10deg);
  transform-origin: -10% 50%;
}

.bubble-rects {
  clip-path: path(
    "M 220.41818,50.596475 H 220.42935 C 220.43075,50.596475 220.43188,50.597602 220.43188,50.599002 V 50.607633 C 220.43188,50.609033 220.43075,50.61016 220.42935,50.61016 H 220.41818 C 220.41678,50.61016 220.41565,50.609033 220.41565,50.607633 V 50.599002 C 220.41565,50.597602 220.41678,50.596475 220.41818,50.596475 Z M 207.09587,16.57393 H 207.10704 C 207.10844,16.57393 207.10957,16.575057 207.10957,16.576457 V 16.585088 C 207.10957,16.586488 207.10844,16.587615 207.10704,16.587615 H 207.09587 C 207.09447,16.587615 207.09334,16.586488 207.09334,16.585088 V 16.576457 C 207.09334,16.575057 207.09447,16.57393 207.09587,16.57393 Z M 171.9734,53.513078 H 171.98457 C 171.98597,53.513078 171.9871,53.514205 171.9871,53.515605 V 53.524236 C 171.9871,53.525636 171.98597,53.526763 171.98457,53.526763 H 171.9734 C 171.972,53.526763 171.97087,53.525636 171.97087,53.524236 V 53.515605 C 171.97087,53.514205 171.972,53.513078 171.9734,53.513078 Z M 168.9456,2.0404937 H 168.95677 C 168.95817,2.0404937 168.9593,2.0416208 168.9593,2.0430209 V 2.0516521 C 168.9593,2.0530522 168.95817,2.0541793 168.95677,2.0541793 H 168.9456 C 168.9442,2.0541793 168.94307,2.0530522 168.94307,2.0516521 V 2.0430209 C 168.94307,2.0416208 168.9442,2.0404937 168.9456,2.0404937 Z M 126.55641,48.063039 H 126.56758 C 126.56898,48.063039 126.57011,48.064166 126.57011,48.065566 V 48.074197 C 126.57011,48.075597 126.56898,48.076724 126.56758,48.076724 H 126.55641 C 126.55501,48.076724 126.55388,48.075597 126.55388,48.074197 V 48.065566 C 126.55388,48.064166 126.55501,48.063039 126.55641,48.063039 Z M 112.02298,11.012696 H 112.03415 C 112.03555,11.012696 112.03668,11.013823 112.03668,11.015223 V 11.023854 C 112.03668,11.025254 112.03555,11.026381 112.03415,11.026381 H 112.02298 C 112.02158,11.026381 112.02045,11.025254 112.02045,11.023854 V 11.015223 C 112.02045,11.013823 112.02158,11.012696 112.02298,11.012696 Z M 68.828384,53.513078 H 68.839559 C 68.840959,53.513078 68.842086,53.514205 68.842086,53.515605 V 53.524236 C 68.842086,53.525636 68.840959,53.526763 68.839559,53.526763 H 68.828384 C 68.826984,53.526763 68.825857,53.525636 68.825857,53.524236 V 53.515605 C 68.825857,53.514205 68.826984,53.513078 68.828384,53.513078 Z M 56.917034,3.7459782 H 56.928208 C 56.929608,3.7459782 56.930736,3.7471053 56.930736,3.7485054 V 3.7571366 C 56.930736,3.7585367 56.929608,3.7596638 56.928208,3.7596638 H 56.917034 C 56.915634,3.7596638 56.914506,3.7585367 56.914506,3.7571366 V 3.7485054 C 56.914506,3.7471053 56.915634,3.7459782 56.917034,3.7459782 Z M 6.0334827,41.474006 H 6.0446573 C 6.0460574,41.474006 6.0471845,41.475133 6.0471845,41.476533 V 41.485164 C 6.0471845,41.486564 6.0460574,41.487691 6.0446573,41.487691 H 6.0334827 C 6.0320826,41.487691 6.0309555,41.486564 6.0309555,41.485164 V 41.476533 C 6.0309555,41.475133 6.0320826,41.474006 6.0334827,41.474006 Z M -9.6945443,5.1404177 H -9.6833697 C -9.6819696,5.1404177 -9.6808425,5.1415448 -9.6808425,5.1429449 V 5.1515761 C -9.6808425,5.1529762 -9.6819696,5.1541033 -9.6833697,5.1541033 H -9.6945443 C -9.6959444,5.1541033 -9.6970715,5.1529762 -9.6970715,5.1515761 V 5.1429449 C -9.6970715,5.1415448 -9.6959444,5.1404177 -9.6945443,5.1404177 Z"
  );
  left: 37px;
  top: -22px;
}
.bubble-text {
  color: white;
  left: 68px;
  position: absolute;
  top: 28px;
}
.bubble-text-triangles {
  left: 62px;
}
.bubble-text-rects {
  left: 68px;
}
.tooltipmaps:hover .bubble {
  clip-path: path(
    "M 231.23262,50.748829 A 30,30 0 0 1 201.23262,80.748829 30,30 0 0 1 171.23262,50.748829 30,30 0 0 1 201.23262,20.748829 30,30 0 0 1 231.23262,50.748829 M 221.85368,17.069946 A 30,30 0 0 1 191.85368,47.069946 30,30 0 0 1 161.85368,17.069946 30,30 0 0 1 191.85368,-12.930054 30,30 0 0 1 221.85368,17.069946 M 191.58533,52.880402 A 30,30 0 0 1 161.58533,82.880402 30,30 0 0 1 131.58533,52.880402 30,30 0 0 1 161.58533,22.880402 30,30 0 0 1 191.58533,52.880402 M 168.56433,11.101538 A 30,30 0 0 1 138.56433,41.101538 30,30 0 0 1 108.56433,11.101538 30,30 0 0 1 138.56433,-18.898462 30,30 0 0 1 168.56433,11.101538 M 143.83806,50.322514 A 30,30 0 0 1 113.83806,80.322514 30,30 0 0 1 83.838058,50.322514 30,30 0 0 1 113.83806,20.322514 30,30 0 0 1 143.83806,50.322514 M 132.32755,21.333096 A 30,30 0 0 1 102.32755,51.333096 30,30 0 0 1 72.327553,21.333096 30,30 0 0 1 102.32755,-8.6669044 30,30 0 0 1 132.32755,21.333096 M 94.385521,55.864605 A 30,30 0 0 1 64.385521,85.864605 30,30 0 0 1 34.385521,55.864605 30,30 0 0 1 64.385521,25.864605 30,30 0 0 1 94.385521,55.864605 M 93.106575,17.496262 A 30,30 0 0 1 63.106575,47.496262 30,30 0 0 1 33.106575,17.496262 30,30 0 0 1 63.106575,-12.503738 30,30 0 0 1 93.106575,17.496262 M 57.192234,49.857197 A 30,30 0 0 1 27.192234,79.857197 30,30 0 0 1 -2.807766,49.857197 30,30 0 0 1 27.192234,19.857197 30,30 0 0 1 57.192234,49.857197 M 44.303602,18.772854 A 30,30 0 0 1 14.303602,48.772854 30,30 0 0 1 -15.696398,18.772854 30,30 0 0 1 14.303602,-11.227146 30,30 0 0 1 44.303602,18.772854"
  );
  opacity: 1;
  transform: rotate(0deg);
}
.tooltipmaps:hover .bubble-triangles {
  clip-path: path(
    "M 180.95134,-20.140107 H 262.90149 L 221.92642,51.116808 Z M 152.15134,-14.940107 H 234.10149 L 193.12642,56.316808 Z M 101.75134,-19.740107 H 183.70149 L 142.72642,51.516808 Z M 251.3157,68.499549 H 169.36555 L 210.34062,-2.7573658 Z M 203.3157,73.299549 H 121.36555 L 162.34062,2.0426342 Z M 155.3157,73.299549 H 73.365555 L 114.34062,2.0426342 Z M 100.5157,73.299549 H 18.565555 L 59.540627,2.0426342 Z M 47.751341,-12.540106 H 129.70149 L 88.726414,58.716808 Z M 37.7157,75.699549 H -44.234445 L -3.2593726,4.4426344 Z M -14.398913,-9.5309691 H 67.551233 L 26.57616,61.725945 Z M -45.598913,-9.5309691 H 36.351233 L -4.6238398,61.725945 Z"
  );
}
.tooltipmaps:hover .bubble-rects {
  clip-path: path(
    "M 192.48716,16.389187 H 248.36037 C 255.36066,16.389187 260.99627,22.024798 260.99627,29.025086 V 72.181548 C 260.99627,79.181836 255.36066,84.817448 248.36037,84.817448 H 192.48716 C 185.48687,84.817448 179.85126,79.181836 179.85126,72.181548 V 29.025086 C 179.85126,22.024798 185.48687,16.389187 192.48716,16.389187 Z M 179.16485,-17.633358 H 235.03806 C 242.03835,-17.633358 247.67396,-11.997747 247.67396,-4.9974585 V 38.159003 C 247.67396,45.159292 242.03835,50.794903 235.03806,50.794903 H 179.16485 C 172.16456,50.794903 166.52895,45.159292 166.52895,38.159003 V -4.9974585 C 166.52895,-11.997747 172.16456,-17.633358 179.16485,-17.633358 Z M 144.04238,19.30579 H 199.91559 C 206.91588,19.30579 212.55149,24.941401 212.55149,31.941689 V 75.098151 C 212.55149,82.09844 206.91588,87.734051 199.91559,87.734051 H 144.04238 C 137.04209,87.734051 131.40648,82.09844 131.40648,75.098151 V 31.941689 C 131.40648,24.941401 137.04209,19.30579 144.04238,19.30579 Z M 141.01458,-32.166794 H 196.88779 C 203.88808,-32.166794 209.52369,-26.531183 209.52369,-19.530894 V 23.625567 C 209.52369,30.625856 203.88808,36.261467 196.88779,36.261467 H 141.01458 C 134.01429,36.261467 128.37868,30.625856 128.37868,23.625567 V -19.530894 C 128.37868,-26.531183 134.01429,-32.166794 141.01458,-32.166794 Z M 98.625386,13.855751 H 154.4986 C 161.49889,13.855751 167.1345,19.491362 167.1345,26.491651 V 69.648112 C 167.1345,76.648401 161.49889,82.284012 154.4986,82.284012 H 98.625386 C 91.625098,82.284012 85.989487,76.648401 85.989487,69.648112 V 26.491651 C 85.989487,19.491362 91.625098,13.855751 98.625386,13.855751 Z M 84.091954,-23.194592 H 139.96517 C 146.96546,-23.194592 152.60107,-17.55898 152.60107,-10.558692 V 32.59777 C 152.60107,39.598058 146.96546,45.233669 139.96517,45.233669 H 84.091954 C 77.091666,45.233669 71.456055,39.598058 71.456055,32.59777 V -10.558692 C 71.456055,-17.55898 77.091666,-23.194592 84.091954,-23.194592 Z M 40.897363,19.30579 H 96.770576 C 103.77086,19.30579 109.40648,24.941401 109.40648,31.941689 V 75.098151 C 109.40648,82.09844 103.77086,87.734051 96.770576,87.734051 H 40.897363 C 33.897074,87.734051 28.261463,82.09844 28.261463,75.098151 V 31.941689 C 28.261463,24.941401 33.897074,19.30579 40.897363,19.30579 Z M 28.986014,-30.461309 H 84.859227 C 91.859516,-30.461309 97.495127,-24.825698 97.495127,-17.82541 V 25.331052 C 97.495127,32.33134 91.859516,37.966951 84.859227,37.966951 H 28.986014 C 21.985726,37.966951 16.350115,32.33134 16.350115,25.331052 V -17.82541 C 16.350115,-24.825698 21.985726,-30.461309 28.986014,-30.461309 Z M -21.897536,7.2667179 H 33.975677 C 40.975965,7.2667179 46.611576,12.902329 46.611576,19.902617 V 63.059079 C 46.611576,70.059368 40.975965,75.694979 33.975677,75.694979 H -21.897536 C -28.897825,75.694979 -34.533436,70.059368 -34.533436,63.059079 V 19.902617 C -34.533436,12.902329 -28.897825,7.2667179 -21.897536,7.2667179 Z M -37.625564,-29.06687 H 18.247649 C 25.247938,-29.06687 30.883549,-23.431259 30.883549,-16.43097 V 26.725492 C 30.883549,33.72578 25.247938,39.361391 18.247649,39.361391 H -37.625564 C -44.625852,39.361391 -50.261463,33.72578 -50.261463,26.725492 V -16.43097 C -50.261463,-23.431259 -44.625852,-29.06687 -37.625564,-29.06687 Z"
  );
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

		.snip1273 {
  position: relative;
  margin: 10px;
  min-width: 310px -60px;
  max-width: 310px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.snip1273 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  width: 1px;
  height: 0;
}
.snip1273 figcaption:before {
  right: 0;
  top: 0;
}
.snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}
.snip1273 h3,
.snip1273 p {
  line-height: 1.5em;
}
.snip1273 h3 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.snip1273 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
.snip1273 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  position: absolute;
  content: '';
  background-color: #e7e7e7;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.snip1273:before,
.snip1273:after {
  height: 1px;
  width: 0%;
}
.snip1273:before {
  top: 0;
  left: 0;
}
.snip1273:after {
  bottom: 0;
  right: 0;
}
.snip1273:hover img,
.snip1273.hover img {
  opacity: 0.4;
}
.snip1273:hover figcaption,
.snip1273.hover figcaption {
  opacity: 1;
}
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  height: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
  width: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  opacity: 0.1;
}

figure.snip1256 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0.2%;
  max-height: 330px;
  height: 330px;
  width: 24.6%;
  color: #ffffff;
  text-align: left;
  background-color: #07090c;
  font-size: 16px;
  -webkit-perspective: 50em;
  perspective: 50em;
  float:left;
  text-align: center;
}
figure.snip1256 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1256 img {
  opacity: 1;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
figure.snip1256 figcaption {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
figure.snip1256 h3,
figure.snip1256 p {
  line-height: 1.5em;
}
figure.snip1256 h3 {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  color:#fff;
}
figure.snip1256 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
figure.snip1256 .read-more {
  border: 2px solid #ffffff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  margin-top:15px
}
figure.snip1256 .read-more:hover {
  background-color: #ffffff;
  color: #000 !important;
}
figure.snip1256:hover img,
figure.snip1256.hover img {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}
figure.snip1256:hover figcaption,
figure.snip1256.hover figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.widget_filter{
	padding: 1rem !important;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}

.admall3{border:solid 1px #ECECEC;padding:15px;width:100%;float:left;margin:10px 0;border-radius: 1rem;  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1); }
		.logo_admall{float:left;width:auto}
		.logo_admall img{width:100px; height:100px;border-radius:500px;}
		.text_admall{float:left;width:100%;font-weight:bold;}
		.p_admall{float:left;width:100%;font-size:80%;border-bottom:solid 1px #ECECEC}
		.p_admall2{float:left;width:100%;font-size:80%}
@media only screen and (max-width: 991px) {
		.admall3{border:solid 1px #ECECEC;padding:15px;width:100%;float:left;margin-bottom:10px;}
		/*.admall3 .logo_admall,.admall3 .text_admall center{Display:none}*/
		.logo_admall img{width:100px; height:100px;border-radius:500px;}
		.text_admalltop{float:left;width:auto;font-weight:bold;margin-top:0px;margin-left:0px}
		.text_admall{float:left;width:100%;font-weight:bold;}
		.p_admall{float:left;width:25%;font-size:80%;border-bottom:solid 0px #ECECEC}
		.p_admall2{float:left;width:25%;font-size:80%}
		.mobile_span{text-align:center}
		.single-offer-box .offer-content h3 {font-size:11px}
}


.footerSocial{
    position: relative;
}
.footerSocial a{
    float: left;
    width: 41px;
    height: 41px;
    background: transparent;
    font-size: 20px;
    line-height: 41px;
    color: #fff;
    text-align: left;
    margin: 0;
	transform: scale(1);
    transition: all 0.5s ease-out 0s;
}
.footerSocial a:hover{
    color: #FFF;
    background: transparent;
	transform: scale(1.2);
}
.container-full-width{width:100% !important;max-width:100% !important;}
.inner-content h3 a{color:#191919 !important;}


.pi01Action{
    position: absolute;
    left: 0px;
    bottom: 0px;
	width:100%;
}
.pi01Action .color_div{
	width: 100%;
    min-height: 50px;
    background: #FFF;
    text-align: center;
    display: block;
    color: #0a0909;
    font-size: 22px;
    line-height: 50px;
    padding: 2px 0 0;
    margin: 0 0 0px;
    opacity: 0;
    visibility: hidden;
	border-bottom:solid 1px #e7e7e7
}
.pi01Action .color_div{
    -webkit-transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 350ms, visibility ease 350ms, background ease 350ms, color ease 350ms, border ease 350ms;
    -moz-transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 350ms, visibility ease 350ms, background ease 350ms, color ease 350ms, border ease 350ms;
    -ms-transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 350ms, visibility ease 350ms, background ease 350ms, color ease 350ms, border ease 350ms;
    -o-transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 350ms, visibility ease 350ms, background ease 350ms, color ease 350ms, border ease 350ms;
    transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 350ms, visibility ease 350ms, background ease 350ms, color ease 350ms, border ease 350ms;

    transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -webkit-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    -o-transform: translate3d(0, 60px, 0);
}
.productItem01:hover .pi01Action .color_div{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.fonti{font-size:18px;}
.affich_mobile_home{Display:none;}
.affich_mobile_home2{Display:none !important;}
.affich_desctop_home{Display:block;}
.categorie_home_item{width: 11.5%;float:left; margin: 0.5%;}
.affich_mobile_home{background:#E6E8E7}
.menu_mobile_home{position:fixed;top:70px;width:100%;margin-top:0;background:#f2f2f2;z-index:9999}
@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 991px) {
	#modal_menu_recherche .modal-dialog{width:100% !important;}
	.navbar-area{background:#E6E8E7}
	.offer-box img {height:26.7vh;border-top:solid 2px #fff; object-fit: contain !important; object-position: top;}
	.mean-container .mean-nav,.mean-container .mean-bar{background:#E6E8E7}
	.padding-xs-left{padding-left:5px}
	.padding-xs-right{padding-right:5px}
	.col-sm-1{flex:0 0 auto;width:8.33333333%}
	.col-sm-2{flex:0 0 auto;width:16.66666667%}
	.col-sm-3{flex:0 0 auto;width:25%;}
	.col-sm-4{flex:0 0 auto;width:33.33333333%;}
	.col-sm-6{flex: 0 0 auto; width: 50%;}
	.col-sm-7{flex:0 0 auto;width:58.33333333%}
	.col-sm-8{flex:0 0 auto;width:66.66666667%}
	.col-sm-9{flex:0 0 auto;width:75%}
	.col-sm-10{flex:0 0 auto;width:83.33333333%}
	.col-sm-11{flex:0 0 auto;width:91.66666667%}
	.col-sm-12{flex:0 0 auto;width:100%}
	.products-collections-listing.products-col-four .products-col-item{-ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%;}
	
	.affich_mobile_home{Display:block;}
	.affich_mobile_home2{Display:block !important;}
	.affich_desctop_home{Display:none;}
	.menu_mobile_home a{font-size: 16px; color: #222222; text-transform: uppercase;font-weight:900}
	.categorie_home_item{width: 24%;float:left; margin: 0.5%;}
	.single-offer-box .offer-content h3{font-size:9px; margin-bottom:0 !important;height:20px;}
	.offer-box .category h4{letter-spacing:0.5px}
	.offer-box .category{padding: 12px 20px;border:none;}	
	.offer-box .box-inner{display:none}
	.footerSocial a{width:23px;height:23px;text-align:left}
	.single-footer-widget h3{font-size:12px;}
	.footer li,.footer p,.single-footer-widget p,.single-footer-widget .quick-links li, .single-footer-widget .information-links li{font-size:11px}
	.single-footer-widget p{margin-bottom:25px}
	ul.productDetailsTab{width:70%}
	.padding_right_mobile{padding-right:0px}
	.category_mobile{width:100%;margin-top:120px;}
	.menu_mobile_home{padding:0 15px;padding-top:10px;}
	.menu_mobile_home .collapse-widget-title,.menu_mobile_home .collapse-widget-title h3,.woocommerce-sidebar-area .collapse-widget .collapse-widget-title{margin:0 !important;border-bottom:0;text-transform:uppercase;}
	.offer-area{padding-bottom:0 !important}
}
.content_blockresp{text-align:center;font-size:20px !important}
.content_blockdesctop{display:block;font-size:20px !important;}
.content_blockresponsive{display:none}
@media only screen and (max-width: 575px) {
	.col-xs-1{flex:0 0 auto;width:8.33333333%}
	.col-xs-2{flex:0 0 auto;width:16.66666667%}
	.col-xs-3{flex:0 0 auto;width:25%;}
	.col-xs-4{flex:0 0 auto;width:33.33333333%;}
	.col-xs-6{flex: 0 0 auto; width: 50%;}
	.col-xs-7{flex:0 0 auto;width:58.33333333%}
	.col-xs-8{flex:0 0 auto;width:66.66666667%}
	.col-xs-9{flex:0 0 auto;width:75%}
	.col-xs-10{flex:0 0 auto;width:83.33333333%}
	.col-xs-11{flex:0 0 auto;width:91.66666667%}
	.col-xs-12{flex:0 0 auto;width:100%}
	.offset-xs-1{  margin-left: 4.33333333%;margin-right: 4%;}
	.offer-box img {height:26.7vh;border-top:solid 2px #fff; object-fit: cover !important; object-position: top;}
	.content_blockresp{text-align:justify;font-size:16px !important}
	.content_blockdesctop{display:none}
	.content_blockresponsive{display:block}
}
.boutique_nombre{padding:10px 0;text-align:center}
.boutique_nombre span{font-weight:bold;}

/* ---------------- Desc AddInfo Rev ---------------- */
.admall3{border:solid 1px #ECECEC;padding:15px;width:100%;float:left;}
		.logo_admall{float:left;width;auto !important}
		.logo_admall img{width:100px; height:100px;border-radius:500px;}
		.text_admall{width:100%;font-weight:bold;float:left;}
		.text_admall .link{width:auto;display:inline-block;float:left;text-decoration:underline;color:#000}
		.p_admall{float:left;width:100%;font-size:80%;border-bottom:solid 1px #ECECEC;margin-top:15px;}
		.p_admall2{float:left;width:100%;font-size:80%}
		.p_admall a,.p_admall2 a {
    color: #191919;
    text-decoration: none;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
		.p_admall a:hover,.p_admall a:focus,.p_admall2 a:hover,.p_admall2 a:focus {
    color: #191919;
    text-decoration: none;
    outline: 0;
    font-weight: bold;
}
@media only screen and (max-width: 991px) {
		.p_admall{float:left;width:25%;font-size:80%;border-bottom:solid 0px #ECECEC}
		.p_admall2{float:left;width:25%;font-size:80%}
		.mobile_span{text-align:center}
		.block_responsive_table{float:left;width:100% !important;margin-left:0% !important;margin-top:15px}
}
ul.productDetailsTab {
    border: none;
    background: #fafafa;
}
ul.productDetailsTab li{
    border: 0;
    margin-right: 5px;
}
ul.productDetailsTab li:last-of-type{
    margin-right: 0;
}
ul.productDetailsTab li button{
    font-size: 16px;
    line-height: 40px;
    color: #0a0909;
    background: #f0f0f0;
    height: 40px;
    font-weight: 500;
    padding: 0 26px 2px 26px;
    margin: 0;
    border-radius: 0;
    border: none;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
	
}
ul.productDetailsTab li:after{
	content: "";
  top: 1px;
  bottom: 1px;
  right: 0;
  width: 0px;
  background-color: black;
	border-bottom:solid 1px #000 !important;
}
ul.productDetailsTab li:last-child:after{
	border-right:none !important;
}
ul.productDetailsTab li button.active,
ul.productDetailsTab li button:hover{
    border: none;
    color: #FFF;
    background: #0a0909;
    border-radius: 0;
}

.slick-list{height:810.8px !important}

.menu_modal{width:33.33%;float:left;height:90%;border-right:solid 1px #e7e7e7}
.menu_modal:last-child{border-right:0}
.menu_modal ul{margin-left:0;padding-left:0px}
.menu_modal{margin-left:0;padding-left:15px}
.menu_modal:first-child {margin-left:0;padding-left:0px}
.menu_modal li{list-style:none}
.menu_title_modal{font-weight:700;font-size:16px;color:#000}
.menu_link_modal{font-size:15px;color:#666666;text-transform:uppercase}

.homepagelink1,.homepagelink2{padding:0}
.homepagelink2_2{padding-right:0}
.homepagelink2_3{padding-right:0}
.boutique_100{padding-left:0;padding-right:0}
.homepagelinkdesctop{display:block;}
.homepagelinkmobile{display:none;}
.affich_desctop_home .section-title{padding-left:10px !important;}
.revendeur_block{position:relative;background:#fff;margin-top:-150px;width:100%;padding:25px 25px;}

.table_filter{width:100%;}
		.table_filter td{width:25%;text-align:center;height:25px;line-height:25px;}
		ul.productDetailsTab{margin: 0 auto; display: table;background:transparent;margin-top:-2px;}
		ul.productDetailsTab li{margin-right:0;float:left;display:inline-flex;}
		ul.productDetailsTab li:before{content:"|";margin-top:13px}
		ul.productDetailsTab li:first-child:before{content:"";}
		ul.productDetailsTab li button{padding:5px 5px;border:none;}
		ul.productDetailsTab li button{ border-right: 0px !important;}
		ul.productDetailsTab li button.active, ul.productDetailsTab li button:hover{font-weight:bold; border-bottom:solid 2px #000}
		ul.productDetailsTab li button.active, ul.productDetailsTab li button:hover, ul.productDetailsTab li button{background:transparent;color:#191919}
		.dir_inner{padding:15px;border:0}
		.tab_produit{border-top:0}
.homepagelink2_1{padding-right:7.5px;}
.homepagelink2_2{padding-left:7.5px;}
.homepagelink2_1 .single-category-box,.homepagelink2_2 .single-category-box{margin-bottom:15px;}
.productLabels{
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    justify-content: flex-start;
}
.productLabels span{
    font-size: 13px;
    line-height: 1;
    background: #fb761d;
    color: #FFF;
    text-transform: uppercase;
    padding: 3px 7px 3px;
    margin: 0 4px 0 0;
	border-radius:10px;
}
.productLabels span.plSale{
    background: red;
}
.productLabels span.plDis{
    background: red;
}
.table_left td{text-align:left;font-size:18px;}
.table_left td h4{font-size:18px !important;}
.table_center td,.table_center td h4{font-size:18px !important;}
@media only screen and (max-width: 991px) {
	.container_full_width{max-width:100%}
	td h4{font-size:0.625rem !important}
	.homepagelink2_1{padding-left:0; padding-right:10px;}
	.homepagelink0{padding-left:0}
	.homepagelink0 img{height:220px}
	.homepagelink2_2{padding-left:0; padding-right:10px;}
	.homepagelink2_3{padding-left:0; padding-right:10px;}
	.homepagelink2_1 .single-category-box,.homepagelink2_2 .single-category-box{margin-bottom:10px;}
	.homepagelink1 img{height:320px}
	.homepagelink1 img{object-fit:contain !important}
	.slick-list,.products-page-gallery .slick-track .slick-slide img{height:auto !important;}
	.img_detail_left img{height:50px !important;}
	.product-details-content h3{font-size:1rem !important}
	.product-details-content h4{font-size:0.9rem !important}
	.product-details-content .product-add-to-cart .input-counter{max-width: 70px !important;min-width: 70px !important;}
	.product-details-content .product-add-to-cart .input-counter span{width:25px !important}
	.product-details-content .product-add-to-cart .btn{padding: 7px 9px !important;width:80%;font-size:13px;}
	.testimonialGrdiSection .row{width:100%}
	.boutique_100{padding-left:0;padding-right:0}
	.offer-box:hover .category, .offer-box:focus .category{opacity:1;visibility:visible;}
	.homepagelinkdesctop{display:none !important;}
	.homepagelinkmobile{display:block;}
	.homepagelinkmobile .btn-light{display:none;}
	.menu_desctop,.menu_mobile_hidden{display:none !important}
	.revendeur_block{padding:25px 15px;}
	.padding_none{padding:0}
	.pricing-table .pricing-header{padding:30px 0px}
	table td{padding: 0.5rem 0rem !important;}
	.pricing-table .pricing-header h3 {font-size: 0.6755rem !important;  font-weight: bold;}
	.table td{font-size:0.675rem !important;}
	#boutique .container,#boutique .tab_produit,#boutique .content_boutique{padding:0}
	ul.productDetailsTab li:after{margin-left:7px;}
	#boutique .dir_inner{padding:0;padding-top:15px}
	#desInfoRev_content{padding:0}
	.dir_content{padding: 0 5px;}
	.dir_content .col-sm-6,.dir_content .col-xs-6{padding-right:5px;padding-left:5px}
	.banner_boutique{height:120px !important}
	.boutique_profil1_mobile{width:90px;}
	.boutique_profil1_mobile img{ margin-right: 7.5px !important;}
	.boutique_profil1_mobile img.img_boutique_right{ margin-right:0 !important;}
	.facility-box p{height:105px}
}
@media only screen and (max-width: 480px) {
	.revendeur_block{padding:0;padding-top:20px;}
	.stepwizard-step p{margin-top:0 !important;margin-bottom:15px;}
	ul.productDetailsTab{width:auto}
	ul.productDetailsTabfooter{width:100% !important}
	.table td {font-size: 0.435rem !important;}
	.table_pack td{Display:block; height:28px;}
	.table_pack td strong{Display:block; }
	.height_posts{lin-height:1;Display:block;margin-top:-5px;overflow:hidden}
	.height_posts strong{lin-height:1;}
	.pageBannerPath{margin-top:10px}
	.pageBannerPath img{height:auto !important}
}
@media only screen and (max-width: 400px) {
	ul.productDetailsTab{width:auto}
}

/*menu revendeur**/
.btn-primary {font-size:0.875rem;}
.banner_vendeur ul{list-style:none;padding:0}
.banner_vendeur ul li a,.banner_vendeur ul li a:hover{color:#fff;}
.banner_vendeur ul li{color:#fff;float:left;width:33.33%;text-align:center;font-size:20px;height:50px;line-height:50px;}
.banner_vendeur ul li.active{border-bottom:solid 1px #fff;}

.pricing-table{text-align:center;box-shadow:0 1px 20px 0 rgba(0,0,0,.06);border-radius:5px;padding-bottom:0px}
.pricing-table,.pricing-table .pricing-header{background:#fff;transition:.5s;margin-bottom:0px;color:#fff}

.pricing-table .pricing-header{background:#191919;color:#fff !important}
.pricing-table .pricing-header{position:relative;padding:20px 20px;border-radius:5px 5px 0 0;border-bottom:1px solid #eee;z-index:1}
.pricing-table .pricing-header:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:5px 5px 0 0;background:linear-gradient(135deg,#E5E7E7,#E5E7E7);opacity:0;visibility:hidden;transition:.5s;z-index:-1;color:#191919;}
.pricing-table .pricing-header h3{font-size:22px;text-transform:uppercase;transition:.5s;margin-bottom:0;color:#fff;}
.pricing-table .pricing-header h3:hover{color:#191919}
.pricing-table .price{margin-bottom:15px}
.pricing-table .price span{color:#ec1c24;font-size:30px;font-weight:600}
.pricing-table .price span sup{font-weight:500}
.pricing-table .price span span{font-size:14px;font-weight:500}
.pricing-table .pricing-features ul{padding:0;list-style-type:none;margin-bottom:30px}
.pricing-table .pricing-features ul li{color:#b5b5b5;margin-bottom:12px;text-decoration:line-through}
.pricing-table .pricing-features ul li:last-child{margin-bottom:0}
.pricing-table .pricing-features ul li.active{color:#6084a4;text-decoration:none}
.pricing-table:hover{transform:translateY(-10px)}
.pricing-table:hover .pricing-header:before{opacity:1;visibility:visible}
.pricing-table:hover .pricing-header h3{color:#191919}
.pricing-table.active-plan .pricing-header:before{opacity:1;visibility:visible}
.pricing-table.active-plan .pricing-header h3{color:#fff}
.pricing-table.active-plan .btn-primary{background:#c679e3;box-shadow:0 13px 27px 0 rgba(198,121,227,.25)}
.pricing-table.active-plan .btn-primary:after,.pricing-table.active-plan .btn-primary:before{background:#ec1c24;box-shadow:0 13px 27px 0 rgba(68,206,111,.25)}
.single-pricing-table{text-align:center;background:#fff;box-shadow:0 1px 20px 0 rgba(0,0,0,.06);border-radius:5px;padding:35px;transition:.5s;margin-bottom:30px}
.single-pricing-table .pricing-header i{transition:.5s}
.single-pricing-table .pricing-header i:before{font-size:45px}
.single-pricing-table .pricing-header h3{font-size:18px;font-weight:500;text-transform:uppercase;margin:15px 0 20px}
.single-pricing-table .price{margin-bottom:20px}.single-pricing-table .price span{color:#ec1c24;font-size:30px;font-weight:600}
.single-pricing-table .price span sup{font-weight:500}.single-pricing-table .price span span{font-size:14px;font-weight:500}
.single-pricing-table .pricing-features ul{padding:0;margin:0 0 30px;list-style-type:none}
.single-pricing-table .pricing-features ul li{color:#6084a4;margin-bottom:12px}
.single-pricing-table .pricing-features ul li:last-child{margin-bottom:0}
.single-pricing-table .pricing-features ul li svg{width:15px}
/*.pricing-table .pricing-features .table td{border:solid 1px #474644}*/
.pricing-table .pricing-features .table thead td{padding:25px 0;}
.pricing-table .pricing-features .table .btn-primary,.pricing-footer .btn-primary{padding:10px 40px;border-radius:5px;background:#000;border:solid 1px #000;box-shadow:0 13px 27px 0 rgba(198,121,227,.25)}
.pricing-table .pricing-features .table .btn-primary:after,.pricing-table .pricing-features .table .btn-primary:hover,.pricing-table .pricing-features .table .btn-primary:before,.pricing-footer .btn-primary:after,.pricing-footer .btn-primary:hover,.pricing-footer .btn-primary:before{background:#fff;box-shadow:0 13px 27px 0 rgba(68,206,111,.25);color:#000}
/*.pricing-table,.pricing-table .pricing-header,.pricing-table,.pricing-table .pricing-header:hover,.pricing-table:hover .pricing-header:before{background:transparent;}*/
.pricing-table thead td,.pricing-table:hover thead td{background:#474644;color:#fff;}
.pricing-table2,.pricing-table2 .pricing-header,.pricing-table2,.pricing-table2 .pricing-header:hover,.pricing-table2:hover .pricing-header:before{background:transparent;}
.pricing-table2{box-shadow: none !important;boder:0 !important;background-color:transparent !important}
.banner_position{width: 100%; min-width: 100%; height: 350px; object-fit: cover;object-position:bottom;}
.title_revendeur{margin-top:0px;padding-bottom:60px;padding-top:0px;background-color:#fff;}
.btn_reponsive_inscri{width:100% !important}
.btn_reponsive_inscri2{margin-top:30px;}
@media only screen and (min-width: 768px) {
	/*.woocommerce-sidebar-area .collapse-widget .collapse-widget-title::before{
		width: 100%;
		height: 1px;
		background: #000;
	}*/
	
	.woocommerce-sidebar-area .collapse-widget .collapse-widget-title:hover::before, .woocommerce-sidebar-area .collapse-widget .collapse-widget-title:focus::before{
		width:100%
	}
	.woocommerce-sidebar-area .collapse-widget .collapse-widget-title i{
		position:absolute;
		left:auto;
		right:0
	}
}
@media only screen and (max-width: 480px) {
	.pricing-table .pricing-features .table .btn-primary,.pricing-footer .btn-primary{padding:5px 15px;margin-top:10px;margin-bottom:15px;}
	.table td strong,.table td{padding-left: 5px;font-size: 0.475rem !important;}
	.table_left td h4{}
	.facility-box h3{font-size:14px !important;}
	.pricing-table .pricing-header{padding:15px 0;border-left:solid 1px #fff;border-radius:0; margin-bottom:0}
	.banner_vendeur ul li{font-size:13px !important;}
	.pricing-table .pricing-footer .btn{padding:10px 10px;font-size:1.25em;}
	.pricing-features .table{margin-bottom:0}
	.facility-box h3{padding-bottom:0 !important}
	.title_revendeur{margin-top:0px;padding-bottom:0px;}
	.facility-box p{text-transform:inherit}
	.facility-box{padding-top:15px;padding-bottom:15px;}
	.text-center-responsive{ text-align: center!important;}
	.login_submit{width:auto !important;}
	.btn_reponsive_inscri{font-size:13px !important;padding:10px 18px 8px !important}
	.title_responsive,.title_responsive{margin-top:15px;}
	.btn_reponsive_inscri2{margin-top:0px;}
	.padding_vendeur{padding:0}
}
@media only screen and (max-width: 400px) {
	.banner_vendeur ul li{font-size:12px;}
}
.bloc_menu_compte{background:#F8F8F8 !important;margin-top:0 !important}
.productDetailsTabcompte{background:#F8F8F8 !important;margin-top:0 !important}
.productDetailsTabcompte li button{padding:5px 20px !important;}

.mon_compte_desctop{display:block}
.mon_compte_mobile{display:none}
.contact_left{background:#000;width:100%;height:320px;color:#fff;padding:50px;padding-top:50px;font-size:20px;text-align: justify;}
.echange_text{padding:15px;font-size:18px;text-align:justify;line-height:2;}
.echange_p{font-size:18px;text-align:justify;}
.echange_center{margin-top:25px;}
.img_left_detail{width:10%;float:left;}
.img_right_detail{width:88%;margin-left:2%;float:left;height:100%}
.products-page-gallery .single-product-box {margin-bottom:0 !important;height:100%}
#search_boutique_tt{Display:block;}
#search_boutique{Display:none;}
#search_boutique_ville{Display:none;}
@media only screen and (max-width: 991px) {
	.mon_compte_desctop{display:none}
	.mon_compte_mobile{display:block}
	.login-form label{display:none !important;}
	.login-area .section-title{margin-bottom:15px;}
	.contact_left{padding:15px;height:115px;font-size:14px;}
	.echange_text,.echange_p{font-size:0.825rem;line-height:2;text-align:justify;}
	.echange_text{margin-top:20px;}
	.echange_center{margin-top:30px;}
	.woocommerce-sidebar-area .collapse-widget { width:auto;float:none;}
	.trending-products-look-two .single-product-box img{height:40px !important;border-radius:5px;}
	.products-page-gallery .single-product-box {margin-bottom:0 !important;}

}




.shopSidebar{
    position: relative;
    padding: 11px 0 0;
}
.shopSidebar .widget{
    margin: 0 0 43px;
    padding: 0;
}
.shopWidgetWraper{
    position: relative;
    top: 0;
}
.shopSidebar .widget .widgetTitle{
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: #1c2035;
    border-bottom: 1px solid #1c2035;
    padding: 0 0 10px;
    margin: 0 0 20px;
    cursor: pointer;
}
.shopSidebar .widget .widgetTitle:after{
    content: '\f106';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    font-size: 15px;
    line-height: 1;
    top: 6px;
    right: 5px;
}
.shopSidebar .widget ul{
    padding: 0; 
    margin: 0;
}
.shopSidebar .widget ul li{
    list-style: none;
    font-size: 16px;
    line-height: 34px;
    color: #78797f;
    margin: 0;
}
.shopSidebar .widget ul li a{
    color: inherit;
    padding: 0 0 0 34px;
    position: relative;
    display: inline-block;
    line-height: inherit;
}
.shopSidebar .widget ul li a:before{
    content: '';
    width: 18px;
    height: 16px;
    border: 1px solid #e4e2e2;
    position: absolute;
    left: 0;
    top: 9px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.shopSidebar .widget ul li a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #1c2035;
    position: absolute;
    left: 6px;
    top: 14px;

    opacity: 0;
    visibility: hidden;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.shopSidebar .widget ul li:hover a,
.shopSidebar .widget ul li.current-menu-item a{
    color: #1c2035;
}
.shopSidebar .widget ul li:hover a:before,
.shopSidebar .widget ul li.current-menu-item a:before{
    border-color: #1c2035;
}
.shopSidebar .widget ul li:hover a:after,
.shopSidebar .widget ul li.current-menu-item a:after{
    opacity: 1;
    visibility: visible;
}
.shopSidebar .widget.colorFilterWidget ul li a:after{
    display: none;
}
.shopSidebar .widget.colorFilterWidget ul li a:before{
    background: #f9ac73;
    border-color: transparent;
}
.shopSidebar .widget.colorFilterWidget ul li a.black:before{
    background: #000
}
.shopSidebar .widget.colorFilterWidget ul li a.blue:before{
    background: #0000ff;
}
.shopSidebar .widget.colorFilterWidget ul li a.gray:before{
    background: #e6e6e5;
}
.shopSidebar .widget.colorFilterWidget ul li a.green:before{
    background: #2b8d18;
}
.shopSidebar .widget.colorFilterWidget ul li a.red:before{
    background: #fb2828;
}
.shopSidebar .ui-slider{
    height: 4px;
    width: 100%;
    position: relative;
    margin: 0;
    background: #e4e2e2;
}
.shopSidebar .ui-slider .ui-slider-range{
    background: #1c2035;
    position: absolute;
    height: 100%;
    top: 0;
}
.shopSidebar .ui-slider .ui-slider-handle{
    width: 24px;
    height: 22px;
    border: 1px solid #ccc9c9;
    background: #FFF;
    position: absolute;
    top: -9px;
    cursor: pointer;

    transition: border-color ease 350ms;
    -moz-transition: border-color ease 350ms;
    -webkit-transition: border-color ease 350ms;
}
.shopSidebar .ui-slider .ui-slider-handle:last-child{
    margin-left: -24px;
}
.shopSidebar .ui-slider .ui-slider-handle:focus, 
.shopSidebar .ui-slider .ui-slider-handle:focus-visible{
    outline: 0;
    box-shadow: none;
}
.shopSidebar .ui-slider .ui-slider-handle:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    background: #1c2035;

    transition: background ease 350ms;
    -moz-transition: background ease 350ms;
    -webkit-transition: background ease 350ms;
}
.shopSidebar .ui-slider .ui-slider-handle:hover{
    border-color: #f9ac73;
}
.shopSidebar .ui-slider .ui-slider-handle:hover:before{
    background: #f9ac73;
}
.pfsWrap{
    position: relative;
    line-height: 1;
    font-size: 18px;
    color: #3f4252;
    font-weight: 500;
    text-align: center;
    margin: -1px 0 20px;
}
.shopSidebar .ui-slider .ui-slider-handle span{
    font-size: 18px;
    line-height: 1;
    color: #3f4252;
    font-weight: 500;
    position: absolute;
    text-align: left;
    top: 27px;
    left: 0;
}
.shopSidebar .ui-slider .ui-slider-handle:last-of-type span{
    left: auto;
    right: 0;
    text-align: right;
}
.priceFilterSlider{
    position: relative;
    padding: 0 0 30px;
}
.shopPageWithSidebar{
    padding: 97px 0 99px;
}

.shopHasSidebarSmallContainer .productFeatures{
    display: none;
}
.shopHasSidebarSmallContainer .pi02Action a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    padding: 3px 0 0;
}
.shopLargeContainer.container{
    max-width: 1470px;
}
.shopLargeContainer > .row > .col-lg-9{
    flex: 0 0 auto;
    width: 81.6%;
}
.shopLargeContainer > .row > .col-lg-3{
    flex: 0 0 auto;
    width: 18.4%;
}
.cartPageSection{
    position: relative;
    padding: 102px 0 92px;
}
.cartContainer{
    position: relative;
}
.shop_table.cart_table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
    margin: 0;
}
.shop_table.cart_table thead tr th{
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #1c2035;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 10px;
}
.shop_table.cart_table tbody tr td{
    vertical-align: middle;
    padding-top: 31px;
    padding-bottom: 34px;
    border-bottom: 1px solid #eaeaea;
}
.shop_table.cart_table thead tr th.product-subtotal,
.shop_table.cart_table tbody tr td.product-subtotal{
    width: 103px;
    padding-left: 21px;
}
.shop_table.cart_table thead tr th.product-price,
.shop_table.cart_table tbody tr td.product-price{
    width: 100px;
    padding-left: 0;
}
.shop_table.cart_table thead tr th.product-quantity,
.shop_table.cart_table tbody tr td.product-quantity{
    text-align: center;
    width: 237px;
    padding-right: 80px;
}
@media only screen and (min-width: 1200px) {
	.img_produit_single{object-fit:cover;height:310px;}
}
@media only screen and (min-width: 1400px) {
	.img_produit_single{object-fit:cover;height:375px;}
}
@media only screen and (min-width: 1800px) {
	.img_produit_single{object-fit:cover;height:490px;}
}




@media only screen and (max-width: 991px) {
	.img_produit_single{object-fit:cover;height:420px !important;}
	.single-product-box img{height:420px !important}
	.slick-list{height:500px !important}
}
@media only screen and (max-width: 767px) {
	.img_produit_single{object-fit:cover;height:310px !important;}
	.single-product-box img{height:310px !important}
	.slick-list{height:500px !important}
}
@media only screen and (max-width: 511px) {
	.slick-list{height:500px !important}
}
@media only screen and (max-width: 425px) {
	.img_produit_single{object-fit:cover;height:240px !important;}
	.single-product-box img{height:240px !important}
	.slick-list{height:409px !important}
}
@media only screen and (max-width: 376px) {
	.img_produit_single{object-fit:cover;height:210px !important;}
	.single-product-box img{height:210px !important}
	.slick-list{height:354px !important}
}