/*padding*/
/* line 23, ../../sass/partials/_layout.scss */
.pt-0 {
  padding-top: 0px;
}

/* line 26, ../../sass/partials/_layout.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 29, ../../sass/partials/_layout.scss */
.pt-20 {
  padding-top: 20px;
}

/* line 32, ../../sass/partials/_layout.scss */
.pt-30 {
  padding-top: 30px;
}

/* line 35, ../../sass/partials/_layout.scss */
.pt-40 {
  padding-top: 40px;
}

/* line 38, ../../sass/partials/_layout.scss */
.pt-50 {
  padding-top: 50px;
}

/* line 41, ../../sass/partials/_layout.scss */
.pt-80 {
  padding-top: 80px;
}

/* line 44, ../../sass/partials/_layout.scss */
.pt-100 {
  padding-top: 100px;
}

/* line 47, ../../sass/partials/_layout.scss */
.pb-0 {
  padding-bottom: 0px;
}

/* line 50, ../../sass/partials/_layout.scss */
.pb-10 {
  padding-bottom: 10px;
}

/* line 53, ../../sass/partials/_layout.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 56, ../../sass/partials/_layout.scss */
.pb-30 {
  padding-bottom: 30px;
}

/* line 59, ../../sass/partials/_layout.scss */
.pb-40 {
  padding-bottom: 40px;
}

/* line 62, ../../sass/partials/_layout.scss */
.pb-50 {
  padding-bottom: 50px;
}

/* line 65, ../../sass/partials/_layout.scss */
.pb-80 {
  padding-bottom: 80px;
}

/* line 68, ../../sass/partials/_layout.scss */
.pb-100 {
  padding-bottom: 100px;
}

/* line 71, ../../sass/partials/_layout.scss */
.ptb-0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

/* line 75, ../../sass/partials/_layout.scss */
.ptb-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 79, ../../sass/partials/_layout.scss */
.ptb-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 83, ../../sass/partials/_layout.scss */
.ptb-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

/* line 87, ../../sass/partials/_layout.scss */
.ptb-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

/* line 91, ../../sass/partials/_layout.scss */
.ptb-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

/* line 95, ../../sass/partials/_layout.scss */
.ptb-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

/* line 99, ../../sass/partials/_layout.scss */
.ptb-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

/* line 103, ../../sass/partials/_layout.scss */
.p-0 {
  padding: 0;
}

/* line 106, ../../sass/partials/_layout.scss */
.p-100 {
  padding: 100px;
}

/* line 109, ../../sass/partials/_layout.scss */
.p-20 {
  padding: 20px;
}

/* line 112, ../../sass/partials/_layout.scss */
.p-30 {
  padding: 30px;
}

/* line 115, ../../sass/partials/_layout.scss */
.p-40 {
  padding: 40px;
}

/*margin*/
/* line 119, ../../sass/partials/_layout.scss */
.m-0 {
  margin: 0;
}

/* line 122, ../../sass/partials/_layout.scss */
.ml-5 {
  margin-left: 5px;
}

/* line 125, ../../sass/partials/_layout.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 128, ../../sass/partials/_layout.scss */
.mr-5 {
  margin-right: 5px;
}

/* line 131, ../../sass/partials/_layout.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 1, ../../sass/partials/_menu.scss */
.categories-menu {
  border-top: solid 1px #EFEFEF;
  background-color: #c93f71;
  border-bottom: solid 1px #EFEFEF;
  box-shadow: 0px 1px 3px #EFEFEF;
  margin-bottom: 10px;
}
/* line 7, ../../sass/partials/_menu.scss */
.categories-menu > h2 {
  padding: 25px 15px 25px 30px;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}
/* line 14, ../../sass/partials/_menu.scss */
.categories-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 21, ../../sass/partials/_menu.scss */
.categories-menu > ul > li {
  display: block;
  border-right: solid 1px #EFEFEF;
}
/* line 24, ../../sass/partials/_menu.scss */
.categories-menu > ul > li:last-child {
  border: none;
}
/* line 27, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > a {
  display: block;
  padding: 8px 30px;
  color: #333;
  font-size: 13px;
  position: relative;
  line-height: 32px;
  font-weight: 500;
  position: relative;
}
/* line 36, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > a:hover {
  text-decoration: none;
  background-color: #F8F8F8;
  color: #6d1c6a;
}
/* line 40, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > a:hover .icon-menu-ico {
  color: inherit;
}
/* line 55, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > a .icon-menu-ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #888;
  position: absolute;
  left: 30px;
  top: 10px;
}
/* line 66, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 260px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.48) !important;
  z-index: 10;
}
/* line 77, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > ul li {
  position: relative;
}
/* line 81, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > ul li.has-children > a span {
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 9px;
}
/* line 86, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > ul li.has-children > a span:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
}
/* line 94, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > ul li a {
  display: block;
  color: #333;
  padding: 10px 15px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 99, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > ul li a:hover {
  text-decoration: none;
  background-color: #EFEFEF;
}
/* line 105, ../../sass/partials/_menu.scss */
.categories-menu > ul > li > ul li:hover > ul {
  display: block;
}

/* line 117, ../../sass/partials/_menu.scss */
.menu-container {
  background-color: #fff;
}
/* line 119, ../../sass/partials/_menu.scss */
.menu-container > .container {
  display: flex;
}
/* line 121, ../../sass/partials/_menu.scss */
.menu-container > .container form {
  margin: 0;
  padding: 25px 20px;
  flex-grow: 1;
  display: flex;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
/* line 131, ../../sass/partials/_menu.scss */
.menu-container > .container form .initial-form {
  display: flex;
}
/* line 133, ../../sass/partials/_menu.scss */
.menu-container > .container form .initial-form input {
  height: 50px;
  border-radius: 0px;
  padding: 10px 20px;
  flex-grow: 1;
  background-color: #FFFFFF;
  border: solid 1px #E3E3E3;
  box-shadow: 2px 3px 0px #e9e9e9 inset;
  font-size: 13px;
}
/* line 143, ../../sass/partials/_menu.scss */
.menu-container > .container form .initial-form input:focus {
  outline: none;
}
/* line 148, ../../sass/partials/_menu.scss */
.menu-container > .container form .initial-form button {
  display: inline-block;
  background-color: #6d1c6a;
  background-image: linear-gradient(to right, #6d1c6a, #c93f71);
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 15px 15px;
  height: 50px;
  line-height: 20px;
  font-size: 16px;
}
/* line 160, ../../sass/partials/_menu.scss */
.menu-container > .container form .initial-form button:focus {
  outline: none;
}
/* line 164, ../../sass/partials/_menu.scss */
.menu-container > .container form .initial-form button > span {
  display: none;
}
@media screen and (max-width: 991px) {
  /* line 174, ../../sass/partials/_menu.scss */
  .menu-container > .container {
    flex-direction: column;
  }
  /* line 177, ../../sass/partials/_menu.scss */
  .menu-container > .container form {
    display: none;
  }
  /* line 182, ../../sass/partials/_menu.scss */
  .menu-container > .container.show-search form {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    border-top: solid 1px #E3E3E3;
    max-width: none;
    padding: 10px;
  }
  /* line 190, ../../sass/partials/_menu.scss */
  .menu-container > .container.show-search form input {
    margin: 0;
    border-radius: 25px;
  }
  /* line 196, ../../sass/partials/_menu.scss */
  .menu-container > .container.show-search form button {
    display: none;
  }
  /* line 202, ../../sass/partials/_menu.scss */
  .menu-container > .container .cart-widget-container {
    padding: 15px 0;
  }
  /* line 205, ../../sass/partials/_menu.scss */
  .menu-container > .container .cart-widget-container .cart-widget {
    display: block;
    float: none;
  }
}

/* line 213, ../../sass/partials/_menu.scss */
.main-menu {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 218, ../../sass/partials/_menu.scss */
.main-menu li {
  display: inline-block;
  font-size: 13px;
}
/* line 221, ../../sass/partials/_menu.scss */
.main-menu li a {
  color: #333;
  display: inline-block;
  padding: 8px 10px;
}

/* line 228, ../../sass/partials/_menu.scss */
.header-top {
  color: #fff;
  background-image: linear-gradient(to right, #c93f71, #6d1c6a);
  background-color: #c93f71;
  padding: 8px 0;
  line-height: 40px;
  font-size: 12px;
}
/* line 236, ../../sass/partials/_menu.scss */
.header-top .phones > span, .header-top .account-panel > span {
  display: inline-block;
  margin-right: 15px;
}
/* line 240, ../../sass/partials/_menu.scss */
.header-top .phones span, .header-top .account-panel span {
  vertical-align: middle;
}
/* line 243, ../../sass/partials/_menu.scss */
.header-top .phones i, .header-top .account-panel i {
  vertical-align: middle;
  filter: brightness(6);
}
/* line 249, ../../sass/partials/_menu.scss */
.header-top .social a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 16px;
  padding: 5px;
  color: #c93f71;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
/* line 261, ../../sass/partials/_menu.scss */
.header-top a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  /* line 265, ../../sass/partials/_menu.scss */
  .header-top .fa-envelope, .header-top .fa-phone {
    font-size: 20px;
    display: inline-block;
    vertical-align: sub;
  }
}
@media screen and (max-width: 767px) {
  /* line 228, ../../sass/partials/_menu.scss */
  .header-top {
    text-align: center !important;
    display: none;
  }
  /* line 274, ../../sass/partials/_menu.scss */
  .header-top .account-panel {
    text-align: center !important;
  }
}

/* line 280, ../../sass/partials/_menu.scss */
.top-right-menu {
  display: flex;
  justify-content: end;
  align-items: center;
}
/* line 284, ../../sass/partials/_menu.scss */
.top-right-menu .languages-flags {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 289, ../../sass/partials/_menu.scss */
.top-right-menu .languages-flags li {
  display: flex;
}
/* line 291, ../../sass/partials/_menu.scss */
.top-right-menu .languages-flags li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin: 1px;
  color: #333333;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 310, ../../sass/partials/_menu.scss */
.top-header-container {
  position: relative;
}

/* line 313, ../../sass/partials/_menu.scss */
.cart-fav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  /* line 313, ../../sass/partials/_menu.scss */
  .cart-fav {
    position: absolute;
    right: 57px;
    top: 0;
    align-items: center;
  }
  /* line 321, ../../sass/partials/_menu.scss */
  .cart-fav .btn-favorites-top {
    margin-left: 10px;
  }
  /* line 325, ../../sass/partials/_menu.scss */
  .cart-fav .cart-widget {
    padding-top: 14px;
  }
  /* line 327, ../../sass/partials/_menu.scss */
  .cart-fav .cart-widget .icones-cart {
    margin-right: 0;
  }
  /* line 330, ../../sass/partials/_menu.scss */
  .cart-fav .cart-widget .cart-title {
    display: none;
  }
}

/* line 339, ../../sass/partials/_menu.scss */
.main-parent-category {
  position: relative;
}
/* line 342, ../../sass/partials/_menu.scss */
.main-parent-category:hover .category-panel {
  display: block;
}
/* line 346, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel {
  padding-left: 0px;
  left: 0;
  display: none;
  position: absolute;
  z-index: 10;
  top: 48px;
}
/* line 353, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner {
  width: auto;
  min-width: 260px;
  padding: 0px;
  height: auto;
  font-size: 12px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.48) !important;
  z-index: 9;
  border-radius: 0 !important;
}
/* line 363, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block {
  padding-left: 0px;
  position: relative;
}
/* line 366, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block > a {
  display: block;
  color: #333;
  padding: 10px 15px;
  border-bottom: solid 1px #E3E3E3;
  padding-right: 30px;
}
/* line 375, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block.has-children > a span {
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 9px;
}
/* line 380, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block.has-children > a span:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
}
/* line 389, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 260px;
  right: -260px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.48) !important;
  z-index: 10;
}
/* line 401, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block ul li {
  position: relative;
}
/* line 405, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block ul li.has-children > a span {
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 9px;
}
/* line 410, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block ul li.has-children > a span:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
}
/* line 418, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block ul li a {
  display: block;
  color: #333;
  padding: 10px 15px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 423, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block ul li a:hover {
  text-decoration: none;
  background-color: #EFEFEF;
}
/* line 429, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block ul li:hover > ul {
  display: block;
}
/* line 436, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block:hover > a {
  text-decoration: none;
  background-color: #EFEFEF;
}
/* line 440, ../../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block:hover > ul {
  display: block;
}

/* line 1, ../../sass/partials/_footer.scss */
.section-services {
  padding: 30px 0;
}
/* line 3, ../../sass/partials/_footer.scss */
.section-services .services-container {
  padding: 80px 50px;
  background: #fff;
  border-radius: 12px;
}
/* line 8, ../../sass/partials/_footer.scss */
.section-services .service-item {
  text-align: center;
}
/* line 10, ../../sass/partials/_footer.scss */
.section-services .service-item h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
}
/* line 16, ../../sass/partials/_footer.scss */
.section-services .service-item p {
  color: #727272;
}

/* line 22, ../../sass/partials/_footer.scss */
.section-newsletter {
  padding: 30px 0;
  margin-bottom: 20px;
}
/* line 25, ../../sass/partials/_footer.scss */
.section-newsletter .social-icons {
  text-align: right;
}
/* line 27, ../../sass/partials/_footer.scss */
.section-newsletter .social-icons a {
  font-size: 2em;
  color: #0F75BC;
  text-decoration: none;
  display: inline-block;
  margin-left: 30px;
}
/* line 36, ../../sass/partials/_footer.scss */
.section-newsletter .newsletter-container .news-title {
  line-height: 20px;
  margin-bottom: 30px;
}
/* line 39, ../../sass/partials/_footer.scss */
.section-newsletter .newsletter-container .news-title span {
  color: #727272;
}
/* line 43, ../../sass/partials/_footer.scss */
.section-newsletter .newsletter-container .newsletter-form {
  display: flex;
}
/* line 45, ../../sass/partials/_footer.scss */
.section-newsletter .newsletter-container .newsletter-form input {
  max-width: 400px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0px 3px 20px #F6F9FC;
  border-radius: 12px;
  opacity: 1;
  border: none;
  margin-right: 10px;
  padding: 10px 20px;
}
/* line 57, ../../sass/partials/_footer.scss */
.section-newsletter .newsletter-container .newsletter-form button {
  max-width: 220px;
  height: 50px;
  box-shadow: 0px 3px 20px #F6F9FC;
  border-radius: 12px;
  opacity: 1;
  line-height: 30px;
  padding: 5px 20px;
  text-align: center;
  border: none;
  background-color: #0F75BC;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 71, ../../sass/partials/_footer.scss */
  .section-newsletter .newsletter-container .newsletter-form input {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  /* line 78, ../../sass/partials/_footer.scss */
  .section-newsletter .social-icons {
    padding-top: 15px;
    text-align: center !important;
  }
}

/* line 84, ../../sass/partials/_footer.scss */
.footer-top {
  padding: 80px 0;
  text-align: center;
}
/* line 87, ../../sass/partials/_footer.scss */
.footer-top img {
  margin: 0 auto;
  opacity: 0.6;
}

/* line 92, ../../sass/partials/_footer.scss */
.footer-container {
  font-size: 16px;
  color: #333;
}
/* line 96, ../../sass/partials/_footer.scss */
.footer-container .footer-links {
  background-color: #ffffff;
  padding: 60px 0;
}
/* line 103, ../../sass/partials/_footer.scss */
.footer-container .menu-footer {
  padding: 15px 15px;
  text-align: center;
  background-color: #c5d1d6;
  border-top: solid 1px #b6c5cb;
}
/* line 108, ../../sass/partials/_footer.scss */
.footer-container .menu-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 112, ../../sass/partials/_footer.scss */
.footer-container .menu-footer ul li {
  display: inline-block;
  padding: 0px 10px;
}
/* line 115, ../../sass/partials/_footer.scss */
.footer-container .menu-footer ul li a {
  color: #1d1d1d;
}
/* line 122, ../../sass/partials/_footer.scss */
.footer-container .footer-copyright {
  padding: 20px;
  font-size: 14px;
  color: #fff;
  background: #222;
}
/* line 129, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc {
  padding: 20px 0;
}
/* line 131, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc .online-payment {
  font-size: 12px;
}
/* line 133, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc .online-payment h3 {
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 10px;
}
/* line 139, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc h3 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  padding-bottom: 7px;
  color: #111;
  font-weight: bold;
}
/* line 149, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc > p {
  font-size: 12px;
  margin: 0;
  margin-bottom: 7px;
  padding: 0;
}
/* line 155, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc > form {
  display: flex;
}
/* line 157, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc > form input {
  flex-grow: 1;
  height: 34px;
  border: solid 1px #fff;
  border-radius: 5px 0 0 5px;
  padding: 5px 10px;
}
/* line 164, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc > form button {
  display: block;
  border: none;
  background-color: #6d1c6a;
  color: #fff;
  width: 60px;
  border-radius: 0px 5px 5px 0;
  height: 34px;
}
/* line 174, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc .follow-us {
  padding-top: 10px;
}
/* line 176, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc .follow-us a {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #596771;
  color: #3b4b57;
  background: #d8e1e4;
  font-size: 12px;
}
/* line 185, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 189, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc ul li {
  display: block;
  padding: 5px 0 5px;
}
/* line 192, ../../sass/partials/_footer.scss */
.footer-container .footer-bloc ul li a {
  color: #333;
}
@media screen and (max-width: 767px) {
  /* line 92, ../../sass/partials/_footer.scss */
  .footer-container {
    text-align: center;
  }
  /* line 201, ../../sass/partials/_footer.scss */
  .footer-container .footer-bloc img {
    margin: 0 auto;
  }
}

/* line 1, ../../sass/partials/_account.scss */
.account-content {
  background-color: #fff;
  min-height: 600px;
}
/* line 4, ../../sass/partials/_account.scss */
.account-content .account-title {
  padding: 15px;
  border-bottom: solid 1px #E3E3E3;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
/* line 11, ../../sass/partials/_account.scss */
.account-content .inner-container {
  padding: 15px;
}

/* line 1, ../../sass/partials/_mm_menu.scss */
.mm-menu {
  background-color: #fff;
  z-index: 150;
  box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.5);
}

/* line 6, ../../sass/partials/_mm_menu.scss */
.mm-navbars_top {
  background: rgba(255, 255, 255, 0.15);
  border-bottom: none;
  transform: translateY(-100%);
  transition: transform 0.3s ease 0.3s;
}

/* line 13, ../../sass/partials/_mm_menu.scss */
.mm-wrapper_opening .mm-navbars_top {
  transform: translateY(0%);
}

/* line 17, ../../sass/partials/_mm_menu.scss */
.mm-navbar,
.mm-panels,
.mm-panels > .mm-panel {
  background: #fff !important;
}

/* line 23, ../../sass/partials/_mm_menu.scss */
.mm-navbar .mm-btn_prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 40px;
}

/* line 32, ../../sass/partials/_mm_menu.scss */
.mm-searchfield {
  height: 60px;
  padding: 0 0 0 20px;
  position: relative;
}

/* line 37, ../../sass/partials/_mm_menu.scss */
.mm-searchfield__input {
  padding-left: 10px !important;
}

/* line 41, ../../sass/partials/_mm_menu.scss */
.mm-searchfield input {
  background: none !important;
  border-radius: 0 !important;
  color: #454545 !important;
  height: 45px;
}

/* line 47, ../../sass/partials/_mm_menu.scss */
.mm-wrapper__blocker {
  z-index: 140;
}

/* line 50, ../../sass/partials/_mm_menu.scss */
.mm-panels > .mm-panel {
  padding-top: 20px;
}

/* line 53, ../../sass/partials/_mm_menu.scss */
.mm-listitem {
  border-bottom: solid 1px #E3E3E3;
}

/* line 56, ../../sass/partials/_mm_menu.scss */
.mm-listview {
  border-top: solid 1px #E3E3E3;
  margin-top: 2px !important;
}

/* line 60, ../../sass/partials/_mm_menu.scss */
.mm-listitem > a,
.mm-listitem > span {
  font-size: 16px;
  padding: 15px 10px 15px 40px;
}

/* line 66, ../../sass/partials/_mm_menu.scss */
.mm-divider {
  padding-left: 40px;
  background: transparent;
}

/* line 72, ../../sass/partials/_mm_menu.scss */
#mm-menu .close-mm {
  display: block;
  position: absolute;
  z-index: 10;
  padding: 10px;
  width: 44px;
  height: 44px;
  background-color: #c56a69;
  text-align: center;
  line-height: 24px;
  font-size: 26px;
  color: #fff;
  right: 0;
}

/* line 87, ../../sass/partials/_mm_menu.scss */
.mm-listitem {
  border-bottom: none;
}
/* line 89, ../../sass/partials/_mm_menu.scss */
.mm-listitem .mm-listitem__btn:not(.mm-listitem__text) {
  border: none;
}
/* line 92, ../../sass/partials/_mm_menu.scss */
.mm-listitem > a {
  position: relative;
  padding-left: 50px;
  font-size: 14px;
}
/* line 96, ../../sass/partials/_mm_menu.scss */
.mm-listitem > a .icon-menu-ico {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  top: 15px;
}
/* line 103, ../../sass/partials/_mm_menu.scss */
.mm-listitem > a > b {
  display: inline-block;
  vertical-align: middle;
}

/* line 4, ../../sass/_custum_bootstrap.scss */
.form-control {
  border-radius: 3px;
  box-shadow: none;
  height: 34px;
}

/* line 9, ../../sass/_custum_bootstrap.scss */
.btn {
  border-radius: 3px;
}
/* line 11, ../../sass/_custum_bootstrap.scss */
.btn.large-btn {
  height: 45px;
  padding: 1px 15px;
}

/* line 17, ../../sass/_custum_bootstrap.scss */
.panel {
  border-color: #E7E7E7;
  box-shadow: 0 1px 0 #cfcfcf;
  border-radius: 0px;
}

/* line 22, ../../sass/_custum_bootstrap.scss */
.panel-default {
  margin-bottom: 10px;
}
/* line 27, ../../sass/_custum_bootstrap.scss */
.panel-default .panel-heading h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 2;
  font-weight: normal;
  color: #A7A7A7;
}

/* line 37, ../../sass/_custum_bootstrap.scss */
.panel-default > .panel-heading {
  color: #8e8e8e;
  font-family: 'Roboto', sans-serif;
  background-color: #FFFFFF;
  border-color: #EEE;
  padding: 5px 10px;
}

@media screen and (max-width: 740px) {
  /* line 47, ../../sass/_custum_bootstrap.scss */
  .annonce-details .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* line 55, ../../sass/_custum_bootstrap.scss */
pre {
  font-size: 6px;
  color: #000;
  font-weight: bold;
}

/* line 61, ../../sass/_custum_bootstrap.scss */
.row-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 64, ../../sass/_custum_bootstrap.scss */
.row-gutter-5 .col-sm-4, .row-gutter-5 .col-md-3, .row-gutter-5 .col-lg-3, .row-gutter-5 .col-sm-9, .row-gutter-5 .col-sm-3 {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 69, ../../sass/_custum_bootstrap.scss */
.d-flex {
  display: flex;
  flex-direction: row;
}
/* line 72, ../../sass/_custum_bootstrap.scss */
.d-flex .btn-details {
  flex-grow: 1;
}

/* line 76, ../../sass/_custum_bootstrap.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 79, ../../sass/_custum_bootstrap.scss */
.align-items-center {
  align-items: center;
}

/* CSS Multiple Whatsapp Chat */
/* line 2, ../../sass/partials/_whatsapp_widget.scss */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

/* line 10, ../../sass/partials/_whatsapp_widget.scss */
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

/* line 26, ../../sass/partials/_whatsapp_widget.scss */
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

/* line 42, ../../sass/partials/_whatsapp_widget.scss */
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

/* line 46, ../../sass/partials/_whatsapp_widget.scss */
.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

/* line 53, ../../sass/partials/_whatsapp_widget.scss */
.header-chat h3 {
  margin: 0 0 10px;
}

/* line 56, ../../sass/partials/_whatsapp_widget.scss */
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* line 61, ../../sass/partials/_whatsapp_widget.scss */
.info-avatar {
  position: relative;
}

/* line 64, ../../sass/partials/_whatsapp_widget.scss */
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

/* line 71, ../../sass/partials/_whatsapp_widget.scss */
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

/* line 78, ../../sass/partials/_whatsapp_widget.scss */
a.informasi:hover {
  background: #f1f1f1;
}

/* line 81, ../../sass/partials/_whatsapp_widget.scss */
.info-chat span {
  display: block;
}

/* line 84, ../../sass/partials/_whatsapp_widget.scss */
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

/* line 89, ../../sass/partials/_whatsapp_widget.scss */
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

/* line 96, ../../sass/partials/_whatsapp_widget.scss */
#get-label,
#get-nama {
  color: #fff;
}

/* line 100, ../../sass/partials/_whatsapp_widget.scss */
span.my-number {
  display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
/* line 110, ../../sass/partials/_whatsapp_widget.scss */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

/* line 121, ../../sass/partials/_whatsapp_widget.scss */
a#send-it {
  width: 40px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;
}
/* line 128, ../../sass/partials/_whatsapp_widget.scss */
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

/* line 135, ../../sass/partials/_whatsapp_widget.scss */
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
/* line 139, ../../sass/partials/_whatsapp_widget.scss */
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

/* line 150, ../../sass/partials/_whatsapp_widget.scss */
.start-chat .blanter-msg {
  display: flex;
}

/* line 153, ../../sass/partials/_whatsapp_widget.scss */
#get-number {
  display: none;
}

/* line 156, ../../sass/partials/_whatsapp_widget.scss */
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 215, ../../sass/partials/_whatsapp_widget.scss */
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
/* line 222, ../../sass/partials/_whatsapp_widget.scss */
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

/* line 229, ../../sass/partials/_whatsapp_widget.scss */
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

/* line 237, ../../sass/partials/_whatsapp_widget.scss */
.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

/* line 242, ../../sass/partials/_whatsapp_widget.scss */
.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

/* line 257, ../../sass/partials/_whatsapp_widget.scss */
.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}
/* line 261, ../../sass/partials/_whatsapp_widget.scss */
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

/* line 276, ../../sass/partials/_whatsapp_widget.scss */
.dAbFpq {
  display: flex;
  z-index: 1;
}

/* line 281, ../../sass/partials/_whatsapp_widget.scss */
.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

/* line 298, ../../sass/partials/_whatsapp_widget.scss */
.hFENyl {
  position: relative;
  display: flex;
}

/* line 303, ../../sass/partials/_whatsapp_widget.scss */
.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

/* line 318, ../../sass/partials/_whatsapp_widget.scss */
.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

/* line 334, ../../sass/partials/_whatsapp_widget.scss */
.kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/* line 347, ../../sass/partials/_whatsapp_widget.scss */
.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

/* line 361, ../../sass/partials/_whatsapp_widget.scss */
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

/* line 368, ../../sass/partials/_whatsapp_widget.scss */
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

/* line 375, ../../sass/partials/_whatsapp_widget.scss */
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

/* line 382, ../../sass/partials/_whatsapp_widget.scss */
.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

/* line 296, icones/*.png */
.icones-sprite, .icones-back, .icones-beaux-arts, .icones-cart-24-white, .cart-widget .icon-cart, .icones-cart, .icones-cash, .icones-check, .icones-envelope, .icones-fast-2, .option-lines .option-line > i span.icon-shipping, .icones-fast, .icones-fav, .icones-fourniture-de-bureau, .icones-informatique-accessoires, .icones-jeux-et-loisirs, .icones-livres-et-cultures, .icones-login, .icones-logout, .icones-online-payment, .icones-online, .icones-phone, .icones-plus, .icones-product-back, .icones-promo, .icones-scolaire, .icones-search, .icones-service-2, .option-lines .option-line > i span.icon-service, .icones-service, .icones-services-generaux, .icones-shipping, .icones-star, .icones-transport-2, .option-lines .option-line > i span.icon-transport, .icones-transport, .icones-user {
  background-image: url('../../images/icones-s6561f3b1cd.png');
  background-repeat: no-repeat;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-back {
  background-position: 0 0;
  height: 80px;
  width: 80px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-beaux-arts {
  background-position: 0 -80px;
  height: 21px;
  width: 20px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-cart-24-white, .cart-widget .icon-cart {
  background-position: 0 -101px;
  height: 24px;
  width: 24px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-cart {
  background-position: 0 -125px;
  height: 17px;
  width: 17px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-cash {
  background-position: 0 -142px;
  height: 80px;
  width: 80px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-check {
  background-position: 0 -222px;
  height: 23px;
  width: 24px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-envelope {
  background-position: 0 -245px;
  height: 12px;
  width: 15px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-fast-2, .option-lines .option-line > i span.icon-shipping {
  background-position: 0 -257px;
  height: 20px;
  width: 26px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-fast {
  background-position: 0 -277px;
  height: 32px;
  width: 32px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-fav {
  background-position: 0 -309px;
  height: 16px;
  width: 18px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-fourniture-de-bureau {
  background-position: 0 -325px;
  height: 18px;
  width: 19px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-informatique-accessoires {
  background-position: 0 -343px;
  height: 19px;
  width: 13px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-jeux-et-loisirs {
  background-position: 0 -362px;
  height: 19px;
  width: 19px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-livres-et-cultures {
  background-position: 0 -381px;
  height: 18px;
  width: 20px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-login {
  background-position: 0 -399px;
  height: 17px;
  width: 16px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-logout {
  background-position: 0 -416px;
  height: 16px;
  width: 16px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-online-payment {
  background-position: 0 -432px;
  height: 47px;
  width: 62px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-online {
  background-position: 0 -479px;
  height: 80px;
  width: 80px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-phone {
  background-position: 0 -559px;
  height: 15px;
  width: 15px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-plus {
  background-position: 0 -574px;
  height: 17px;
  width: 16px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-product-back {
  background-position: 0 -591px;
  height: 59px;
  width: 50px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-promo {
  background-position: 0 -650px;
  height: 40px;
  width: 40px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-scolaire {
  background-position: 0 -690px;
  height: 19px;
  width: 19px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-search {
  background-position: 0 -709px;
  height: 20px;
  width: 21px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-service-2, .option-lines .option-line > i span.icon-service {
  background-position: 0 -729px;
  height: 23px;
  width: 19px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-service {
  background-position: 0 -752px;
  height: 32px;
  width: 32px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-services-generaux {
  background-position: 0 -784px;
  height: 18px;
  width: 19px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-shipping {
  background-position: 0 -802px;
  height: 55px;
  width: 64px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-star {
  background-position: 0 -857px;
  height: 33px;
  width: 35px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-transport-2, .option-lines .option-line > i span.icon-transport {
  background-position: 0 -890px;
  height: 20px;
  width: 24px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-transport {
  background-position: 0 -910px;
  height: 32px;
  width: 32px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-user {
  background-position: 0 -942px;
  height: 16px;
  width: 16px;
}

/* line 19, ../../sass/_style.scss */
body {
  margin: 0;
  padding: 0px 0px 0px 0;
  background: transparent linear-gradient(136deg, #efefef 0%, #eff2f5 100%) 0% 0% no-repeat padding-box;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

/* line 27, ../../sass/_style.scss */
header {
  display: block;
  z-index: 120;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  /* line 27, ../../sass/_style.scss */
  header {
    position: relative;
    left: auto;
    top: auto;
  }
}

/* line 41, ../../sass/_style.scss */
.app-btn-primary, .form-login .btn {
  background-image: linear-gradient(88.88deg, #c93f71 9.16%, #6d1c6a 64.72%);
  background-color: #c93f71;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  outline: none;
}
/* line 60, ../../sass/_style.scss */
.app-btn-primary:hover, .form-login .btn:hover, .app-btn-primary:active, .form-login .btn:active, .app-btn-primary:focus, .form-login .btn:focus {
  outline: none;
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: .1s;
}

/* line 66, ../../sass/_style.scss */
.form-login {
  padding: 100px 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
/* line 73, ../../sass/_style.scss */
.form-login .btn {
  padding: 15px;
  width: 100%;
}
/* line 78, ../../sass/_style.scss */
.form-login .form-control {
  border-radius: 5px;
  padding: 10px 15px;
  height: 48px;
  border: solid 1px #E3E3E3;
}
/* line 85, ../../sass/_style.scss */
.form-login h2 {
  padding: 0 0 30px;
  margin: 0 0 15px;
  font-size: 25px;
  text-transform: uppercase;
}

/* line 93, ../../sass/_style.scss */
.breadcrumb-line {
  padding: 5px 0;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0px 1px 3px #EFEFEF;
}
/* line 99, ../../sass/_style.scss */
.breadcrumb-line .breadcrumb {
  margin-bottom: 0;
}

/* line 105, ../../sass/_style.scss */
.section-text-btn {
  padding: 160px 0 100px;
  text-align: center;
  background-color: #6d1c6a;
  background-image: url(../images/bg-green.jpg);
  background-position: center center;
  position: relative;
}
/* line 113, ../../sass/_style.scss */
.section-text-btn h2 {
  font-size: 42px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
/* line 123, ../../sass/_style.scss */
.section-text-btn .svg-top {
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
/* line 131, ../../sass/_style.scss */
.section-text-btn .svg-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 140, ../../sass/_style.scss */
.main-btn, .one-img-text-more-2 .inner-2 .content-container > a {
  display: inline-block;
  color: #fff;
  background-color: #c93f71;
  padding: 12px 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}
/* line 149, ../../sass/_style.scss */
.main-btn:hover, .one-img-text-more-2 .inner-2 .content-container > a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 156, ../../sass/_style.scss */
.container-slider {
  position: relative;
}
/* line 159, ../../sass/_style.scss */
.container-slider .search-form-container {
  z-index: 100;
  width: 60%;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  /* line 159, ../../sass/_style.scss */
  .container-slider .search-form-container {
    width: 100%;
    left: 0;
    transform: none;
  }
}

/* line 175, ../../sass/_style.scss */
.borderConfigs, .categories-menu > ul > li > ul, .main-parent-category .category-panel .category-panel-inner, .main-parent-category .category-panel .category-panel-inner .subcategory-block ul, .home-slider-container .panel-home, .product-details .card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 181, ../../sass/_style.scss */
.bloc-option {
  text-align: center;
  padding: 15px 0;
  border-bottom: solid 1px #E3E3E3;
}
/* line 186, ../../sass/_style.scss */
.bloc-option:last-child {
  border-bottom: none;
}
/* line 190, ../../sass/_style.scss */
.bloc-option .icon {
  display: inline-block;
}
/* line 194, ../../sass/_style.scss */
.bloc-option b {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

/* line 201, ../../sass/_style.scss */
.product-slider {
  border-radius: 5px;
  overflow: hidden;
}
/* line 205, ../../sass/_style.scss */
.product-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 5px 15px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.38);
  line-height: 15px;
}
/* line 218, ../../sass/_style.scss */
.product-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #E3E3E3;
  padding: 2px;
  border-radius: 50%;
  margin: 0px 3px;
  cursor: pointer;
}
/* line 228, ../../sass/_style.scss */
.product-slider .slick-dots li.slick-active {
  background-color: #6d1c6a;
}
/* line 232, ../../sass/_style.scss */
.product-slider .slick-dots li button {
  display: none;
}

/* line 239, ../../sass/_style.scss */
.whatsapp-message {
  background: #ffeeab;
  font-weight: bold;
}
/* line 243, ../../sass/_style.scss */
.whatsapp-message a {
  color: #00cc00;
}

/* line 248, ../../sass/_style.scss */
.products-section {
  margin-bottom: 20px;
}
/* line 251, ../../sass/_style.scss */
.products-section.products-section-color {
  border: solid 2px #E3E3E3;
}
/* line 254, ../../sass/_style.scss */
.products-section.products-section-color .products-section-title {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
/* line 258, ../../sass/_style.scss */
.products-section.products-section-color .products-section-title i {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 40px;
  color: inherit !important;
}
/* line 267, ../../sass/_style.scss */
.products-section.products-section-color .products-section-title span, .products-section.products-section-color .products-section-title b, .products-section.products-section-color .products-section-title a {
  color: inherit;
}
/* line 271, ../../sass/_style.scss */
.products-section.products-section-color .products-section-title .show-more {
  background-color: #fff;
  color: #131313 !important;
}
/* line 279, ../../sass/_style.scss */
.products-section .products-section-title {
  text-align: left;
  font-size: 26px;
  padding: 15px 0;
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}
/* line 286, ../../sass/_style.scss */
.products-section .products-section-title .show-more {
  position: absolute;
  display: inline-block;
  background-color: #c93f71;
  color: #fff !important;
  padding: 8px 15px;
  right: 10px;
  top: 13px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 25px;
  font-size: 13px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 286, ../../sass/_style.scss */
  .products-section .products-section-title .show-more {
    display: none;
  }
}
/* line 308, ../../sass/_style.scss */
.products-section .products-section-title a {
  text-decoration: none;
  color: inherit;
}
/* line 312, ../../sass/_style.scss */
.products-section .products-section-title a:hover {
  text-decoration: none;
}
/* line 316, ../../sass/_style.scss */
.products-section .products-section-title a.show-more span {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
/* line 324, ../../sass/_style.scss */
.products-section .products-section-title b {
  display: block;
  font-weight: bold;
  color: #c93f71;
}
/* line 330, ../../sass/_style.scss */
.products-section .products-section-title span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}
/* line 338, ../../sass/_style.scss */
.products-section .products-section-slick {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 341, ../../sass/_style.scss */
.products-section .products-section-slick .slick-product-container {
  padding: 0px 10px;
  text-align: center;
}
/* line 346, ../../sass/_style.scss */
.products-section .products-section-slick .slick-slider {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 350, ../../sass/_style.scss */
.products-section .products-section-slick .slick-slider .slick-arrow {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  position: absolute;
  padding: 8px;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100;
  overflow: hidden;
  border: solid 5px #f1fafe;
  text-align: center;
  border-radius: 28px;
  color: #0f75bd;
  z-index: 100;
}
/* line 368, ../../sass/_style.scss */
.products-section .products-section-slick .slick-slider .slick-arrow:after {
  content: "\f104";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  line-height: 38px;
  font-size: 27px;
  text-align: center;
}
/* line 381, ../../sass/_style.scss */
.products-section .products-section-slick .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: -24px;
}
/* line 385, ../../sass/_style.scss */
.products-section .products-section-slick .slick-slider .slick-arrow.slick-next:after {
  content: "\f105";
}
@media screen and (max-width: 767px) {
  /* line 346, ../../sass/_style.scss */
  .products-section .products-section-slick .slick-slider {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 399, ../../sass/_style.scss */
.home-slider-container {
  margin-bottom: 10px;
}
/* line 402, ../../sass/_style.scss */
.home-slider-container #products-slider {
  max-height: 400px;
  overflow: hidden;
}
/* line 405, ../../sass/_style.scss */
.home-slider-container #products-slider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #999999;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
/* line 415, ../../sass/_style.scss */
.home-slider-container #products-slider.slick-initialized {
  max-height: none;
}
/* line 417, ../../sass/_style.scss */
.home-slider-container #products-slider.slick-initialized:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  /* line 424, ../../sass/_style.scss */
  .home-slider-container #products-slider {
    max-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  /* line 429, ../../sass/_style.scss */
  .home-slider-container #products-slider {
    max-height: 200px;
  }
}
@media screen and (max-width: 400px) {
  /* line 434, ../../sass/_style.scss */
  .home-slider-container #products-slider {
    max-height: 150px;
  }
}
/* line 439, ../../sass/_style.scss */
.home-slider-container .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 443, ../../sass/_style.scss */
.home-slider-container .row .col-sm-3, .home-slider-container .row .col-sm-7, .home-slider-container .row .col-sm-2, .home-slider-container .row .col-sm-9 {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 449, ../../sass/_style.scss */
.home-slider-container .panel-home {
  min-height: 400px;
}
@media screen and (max-width: 991px) {
  /* line 455, ../../sass/_style.scss */
  .home-slider-container .panel-home {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 461, ../../sass/_style.scss */
  .home-slider-container .panel-home-deliveries {
    display: flex;
    flex-direction: row;
  }
  /* line 465, ../../sass/_style.scss */
  .home-slider-container .panel-home-deliveries .bloc-option {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
  }
}

/* line 475, ../../sass/_style.scss */
.two-slider-container {
  display: flex;
}
/* line 478, ../../sass/_style.scss */
.two-slider-container .w-75 {
  width: 75%;
  margin-right: 15px;
}
/* line 483, ../../sass/_style.scss */
.two-slider-container .w-25 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  /* line 475, ../../sass/_style.scss */
  .two-slider-container {
    flex-direction: column;
  }
  /* line 489, ../../sass/_style.scss */
  .two-slider-container .w-75, .two-slider-container .w-25 {
    margin: 0;
    width: 100%;
  }
}

/* line 496, ../../sass/_style.scss */
.home-slider-full {
  height: 360px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #E3E3E3;
}
/* line 503, ../../sass/_style.scss */
.home-slider-full .slick-list, .home-slider-full .slick-track {
  height: 360px;
  position: relative;
}
/* line 508, ../../sass/_style.scss */
.home-slider-full .slide-item {
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
}
/* line 515, ../../sass/_style.scss */
.home-slider-full .slide-item h3 {
  position: absolute;
  left: 50px;
  top: 30px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  right: 50px;
}
/* line 527, ../../sass/_style.scss */
.home-slider-full .slick-arrow {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  position: absolute;
  padding: 8px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100;
  overflow: hidden;
  border: solid 5px #f1fafe;
  text-align: center;
  border-radius: 28px;
  color: #0f75bd;
  z-index: 100;
}
/* line 545, ../../sass/_style.scss */
.home-slider-full .slick-arrow:after {
  content: "\f104";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  line-height: 38px;
  font-size: 27px;
  text-align: center;
}
/* line 558, ../../sass/_style.scss */
.home-slider-full .slick-arrow.slick-next {
  left: auto;
  right: 15px;
}
/* line 562, ../../sass/_style.scss */
.home-slider-full .slick-arrow.slick-next:after {
  content: "\f105";
}

/* line 570, ../../sass/_style.scss */
.home-slider {
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}
/* line 575, ../../sass/_style.scss */
.home-slider .mc-cycle {
  position: absolute;
  z-index: 1;
}
/* line 580, ../../sass/_style.scss */
.home-slider .slick-arrow {
  display: block;
  position: absolute;
  right: 14px;
  z-index: 10;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 80px;
  font-size: 76px;
  transition: all 0.3s;
  background-color: #c4c4c4;
}
/* line 599, ../../sass/_style.scss */
.home-slider .slick-arrow:hover {
  right: 5px;
  opacity: 0.3;
}
/* line 605, ../../sass/_style.scss */
.home-slider.slick-prev {
  right: auto;
  left: 14px;
}
/* line 609, ../../sass/_style.scss */
.home-slider.slick-prev:hover {
  left: 5px;
}
/* line 614, ../../sass/_style.scss */
.home-slider .slider-container {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  /* line 570, ../../sass/_style.scss */
  .home-slider {
    padding-top: 50px;
  }
}

/* line 625, ../../sass/_style.scss */
.slider-item .slider-text {
  color: #c93f71;
  font-weight: bold;
  text-align: center;
}
/* line 630, ../../sass/_style.scss */
.slider-item .slider-text h2 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 36px;
}
/* line 637, ../../sass/_style.scss */
.slider-item .slider-text p {
  font-weight: bold;
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  /* line 644, ../../sass/_style.scss */
  .slider-item .slider-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
  /* line 650, ../../sass/_style.scss */
  .slider-item .row {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
  }
  /* line 656, ../../sass/_style.scss */
  .slider-item .row .col-sm-6 {
    flex-grow: 1;
    width: 50%;
    align-items: stretch;
    position: relative;
  }
}

/* line 666, ../../sass/_style.scss */
.in-slide-content {
  color: #fff;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  left: 0;
  margin: 0 40px;
  padding: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 9999;
  text-shadow: 0 1px 0 #000;
  -webkit-font-smoothing: antialiased;
  transform: translateY(-50%);
}
/* line 684, ../../sass/_style.scss */
.in-slide-content h2 {
  margin-top: 2px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: -.6px;
  font-size: 60px;
  padding-bottom: 0;
  padding-top: 0;
  text-shadow: 1px 1px 1px #000;
  font-family: "Montserrat", sans-serif;
}
/* line 697, ../../sass/_style.scss */
.in-slide-content p {
  display: inline-block;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  letter-spacing: -.2px;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  /* line 666, ../../sass/_style.scss */
  .in-slide-content {
    margin: 0;
  }
  /* line 711, ../../sass/_style.scss */
  .in-slide-content h2 {
    font-size: 26px;
  }
  /* line 714, ../../sass/_style.scss */
  .in-slide-content p {
    font-size: 15px;
  }
}
/* line 719, ../../sass/_style.scss */
.in-slide-content .btn {
  border: none;
  background-color: #c93f71;
  padding: 15px 35px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}

/* line 730, ../../sass/_style.scss */
.light-text {
  color: #ddd;
  text-shadow: 0 1px 0 #666;
}

/* line 735, ../../sass/_style.scss */
.smaller-text {
  font-size: 30px;
}

/* line 743, ../../sass/_style.scss */
.content-grid .grid-col {
  padding: 0;
  border-right: 1px solid #f1f1f1;
}
/* line 756, ../../sass/_style.scss */
.content-grid .grid-item {
  position: relative;
  overflow: hidden;
  height: 340px;
  background: #fff;
  box-shadow: 0 1px 2px #E3E3E3;
}
/* line 763, ../../sass/_style.scss */
.content-grid .grid-item .animated-content {
  height: 240px;
  position: relative;
  overflow: hidden;
}
/* line 769, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content {
  padding: 10px 15px;
}
/* line 772, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content h2 {
  padding: 0;
  margin: 0;
  color: #262626;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 11px !important;
  height: 40px;
  line-height: 30px;
  overflow: hidden;
}
/* line 785, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content h2 a {
  color: #262626;
}
/* line 788, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content h2 a:hover {
  text-decoration: none;
}
/* line 794, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content .item-about {
  font-size: 13px;
  /* padding: 8px 0; */
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #888;
}
/* line 803, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content .properties {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 101;
}
/* line 809, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content .properties span {
  display: inline-block;
  text-align: center;
  min-width: 60px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.34);
  padding: 5px 5px;
  border-radius: 5px;
  color: #fff;
  z-index: 15000;
  vertical-align: top;
  margin: 10px;
  margin-right: 0px;
}
/* line 823, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content .properties span b {
  display: block;
  font-size: 13px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  font-weight: lighter;
  opacity: 0.8;
}
/* line 833, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content .properties span i {
  font-size: 1em;
}
/* line 847, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content .properties .difficulty .icon-shoes {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/shoes.png);
  background-repeat: no-repeat;
}
/* line 854, ../../sass/_style.scss */
.content-grid .grid-item .footer-item-content .properties .difficulty .icon-shoes + b {
  margin-top: -5px;
}
@media screen and (max-width: 400px) {
  /* line 756, ../../sass/_style.scss */
  .content-grid .grid-item {
    height: 300px;
  }
  /* line 869, ../../sass/_style.scss */
  .content-grid .grid-item .animated-content {
    height: 200px;
  }
}
/* line 875, ../../sass/_style.scss */
.content-grid .grid-item:hover .item-title {
  color: #c93f71;
}
/* line 879, ../../sass/_style.scss */
.content-grid .grid-item:hover .item-more {
  border: 1px solid #c93f71;
  color: #c93f71;
}
/* line 885, ../../sass/_style.scss */
.content-grid .grid-item .item-footer {
  position: absolute;
  opacity: 0;
  bottom: -37px;
  right: 0;
  left: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 894, ../../sass/_style.scss */
.content-grid .grid-item .item-footer .product-actions a {
  width: 50%;
  padding: 0 10px;
  display: block;
  float: left;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}
/* line 905, ../../sass/_style.scss */
.content-grid .grid-item .item-footer .product-actions .product-book {
  border-left: solid 1px rgba(255, 255, 255, 0.55);
}
/* line 912, ../../sass/_style.scss */
.content-grid .grid-item:hover .item-footer {
  opacity: 1;
  bottom: 25px;
}
/* line 917, ../../sass/_style.scss */
.content-grid .grid-item:hover .item-details {
  opacity: 0;
  margin-top: -20px;
}
/* line 925, ../../sass/_style.scss */
.content-grid .item-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 933, ../../sass/_style.scss */
.content-grid .item-thumbnail img {
  width: 100%;
  height: 100%;
}
/* line 938, ../../sass/_style.scss */
.content-grid .item-thumbnail:hover + .item-content:before {
  top: 0;
  border-width: 0 22px 0 22px;
}
/* line 945, ../../sass/_style.scss */
.content-grid .item-content {
  padding: 15px 15px 0;
  position: absolute;
  height: 180px;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 954, ../../sass/_style.scss */
.content-grid .item-title {
  margin-top: 0;
  color: #413f41;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 963, ../../sass/_style.scss */
.content-grid .item-title a {
  text-decoration: none !important;
  color: #ffffff;
  font-weight: lighter;
}
/* line 969, ../../sass/_style.scss */
.content-grid .item-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.58);
  margin-top: 10px;
}
/* line 980, ../../sass/_style.scss */
.content-grid .item-details {
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #ffffff;
  overflow: hidden;
  line-height: 20px;
  font-size: 11px;
  opacity: 1;
  margin-top: 0px;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 993, ../../sass/_style.scss */
.content-grid .item-price {
  display: none;
  line-height: 1;
}
/* line 997, ../../sass/_style.scss */
.content-grid .item-price .price-label {
  font-size: 12px;
  color: rgba(254, 253, 255, 0.57);
}
/* line 1002, ../../sass/_style.scss */
.content-grid .item-price .price-number {
  display: block;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 1011, ../../sass/_style.scss */
.content-grid .item-price .price-currency {
  font-size: 15px;
  vertical-align: super;
  font-weight: normal;
  color: #fb8508;
}
/* line 1022, ../../sass/_style.scss */
.content-grid .item-more {
  display: inline-block;
  padding: 4px 15px 10px;
  text-decoration: none;
  border: 1px solid #b7b3a6;
  color: #b7b3a6;
  font-size: 36px;
  line-height: 16px;
  height: 45px;
  letter-spacing: -1px;
  position: relative;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 1036, ../../sass/_style.scss */
.content-grid .item-more:hover {
  background: #c93f71;
  color: #fff !important;
  border-color: #c93f71;
}
/* line 1042, ../../sass/_style.scss */
.content-grid .item-more:hover:before {
  top: 0;
}
/* line 1048, ../../sass/_style.scss */
.content-grid .item-more:before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
/* line 1065, ../../sass/_style.scss */
.content-grid .item-title-title {
  font-size: 18px;
  margin-top: 0;
  width: 100%;
  height: 19px;
  overflow: hidden;
}

/* line 1075, ../../sass/_style.scss */
.default-title, .home-about-us h2 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #6d1c6a;
  font-weight: bold;
}
/* line 1085, ../../sass/_style.scss */
.default-title:after, .home-about-us h2:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 3px;
  background-color: #6d1c6a;
  width: 120px;
}

/* line 1096, ../../sass/_style.scss */
.simple-title {
  margin: 0 0 10px;
  font-size: 26px;
}

/* line 1100, ../../sass/_style.scss */
.main-title, .contact-map-container h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 46px;
  text-shadow: none;
  margin: 0 0 15px;
  color: #333;
  background-color: #FFFFFF66;
  padding: 30px;
}
/* line 1110, ../../sass/_style.scss */
.main-title i, .contact-map-container h2 i {
  display: inline-block;
  margin-right: 10px;
}
/* line 1116, ../../sass/_style.scss */
.main-title span, .contact-map-container h2 span {
  display: inline-block;
  margin-left: 15px;
  font-size: 22px;
  opacity: 0.8;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

/* line 1127, ../../sass/_style.scss */
.inner-page-search-holder {
  background-color: #E3E3E3;
  padding: 50px 0;
  background-image: url(../images/search-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 1137, ../../sass/_style.scss */
.home-products .article-item, .products-list .article-item {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}
/* line 1142, ../../sass/_style.scss */
.home-products .article-item h3, .products-list .article-item h3 {
  background-color: #c93f71;
  color: #000;
  font-size: 16px;
  display: block;
  margin: 0;
  margin-bottom: 1px;
  padding: 15px;
  font-weight: bold;
}
/* line 1153, ../../sass/_style.scss */
.home-products .article-item .short-description, .products-list .article-item .short-description {
  display: block;
  margin: 0;
  padding: 15px 10px;
  background-color: #fff;
  margin-bottom: 1px;
  line-height: 15px;
}
/* line 1161, ../../sass/_style.scss */
.home-products .article-item .short-description > div, .products-list .article-item .short-description > div {
  height: 90px;
  overflow: hidden;
}
/* line 1167, ../../sass/_style.scss */
.home-products .article-item img, .products-list .article-item img {
  width: 100%;
  margin-bottom: 1px;
}

/* line 1176, ../../sass/_style.scss */
.checkbox-size {
  display: inline-block;
}
/* line 1179, ../../sass/_style.scss */
.checkbox-size input {
  display: none;
}
/* line 1183, ../../sass/_style.scss */
.checkbox-size input:checked + label {
  background-color: #c93f71;
  color: #fff;
  border: solid 1px #a62f5a;
}

/* line 1192, ../../sass/_style.scss */
.form-fields {
  display: none;
}
/* line 1195, ../../sass/_style.scss */
.form-fields .form-control {
  border: solid 1px #E3E3E3;
  padding: 5px 10px;
}
/* line 1200, ../../sass/_style.scss */
.form-fields label {
  font-size: 13px;
}

/* line 1206, ../../sass/_style.scss */
.product-details .card {
  padding: 15px;
  line-height: 1.5em;
  margin: 0;
  background-color: #fff;
  margin-bottom: 15px;
}
/* line 1215, ../../sass/_style.scss */
.product-details .product-details-row {
  display: flex;
}
/* line 1218, ../../sass/_style.scss */
.product-details .product-details-row .options {
  width: 200px;
  padding-left: 15px;
  border-left: solid 1px #E3E3E3;
}
/* line 1224, ../../sass/_style.scss */
.product-details .product-details-row .preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding-right: 15px;
}
/* line 1238, ../../sass/_style.scss */
.product-details .product-details-row .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 15px;
  width: 50%;
}
/* line 1251, ../../sass/_style.scss */
.product-details .product-details-row .details .price {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #E4E4E4;
  border-radius: 11px;
  background-color: #F8F8F8;
  font-size: 24px;
  font-weight: bold;
  color: #888;
  font-weight: normal;
}
/* line 1262, ../../sass/_style.scss */
.product-details .product-details-row .details .price span {
  color: #6d1c6a;
  font-weight: bold;
}
/* line 1270, ../../sass/_style.scss */
.product-details img {
  max-width: 100%;
}
/* line 1275, ../../sass/_style.scss */
.product-details .preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}
/* line 1280, ../../sass/_style.scss */
.product-details .preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}
/* line 1285, ../../sass/_style.scss */
.product-details .preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}
/* line 1290, ../../sass/_style.scss */
.product-details .preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}
/* line 1295, ../../sass/_style.scss */
.product-details .preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}
/* line 1299, ../../sass/_style.scss */
.product-details .tab-content {
  overflow: hidden;
}
/* line 1303, ../../sass/_style.scss */
.product-details .tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
/* line 1312, ../../sass/_style.scss */
.product-details .colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 1319, ../../sass/_style.scss */
.product-details .product-title, .product-details .price, .product-details .sizes, .product-details .colors {
  text-transform: UPPERCASE;
  font-weight: bold;
}
/* line 1324, ../../sass/_style.scss */
.product-details .checked, .product-details .price span {
  color: #ff9f1a;
}
/* line 1328, ../../sass/_style.scss */
.product-details .product-title, .product-details .rating, .product-details .product-description, .product-details .price, .product-details .vote, .product-details .sizes {
  margin-bottom: 15px;
}
/* line 1332, ../../sass/_style.scss */
.product-details .product-title {
  margin-top: 0;
}
/* line 1336, ../../sass/_style.scss */
.product-details .separator {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  height: 6px;
  border-bottom: solid 1px #EFEFEF;
}
/* line 1344, ../../sass/_style.scss */
.product-details .size {
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #EFEFEF;
  border: solid 1px #E3E3E3;
  border-radius: 3px;
  display: inline-block;
  margin-top: 7px;
  cursor: pointer;
  font-size: 12px;
}
/* line 1356, ../../sass/_style.scss */
.product-details .color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px;
}
/* line 1365, ../../sass/_style.scss */
.product-details .color:first-of-type {
  margin-left: 20px;
}
/* line 1369, ../../sass/_style.scss */
.product-details .add-to-cart, .product-details .like {
  background: #6d1c6a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  border-radius: 12px;
}
/* line 1382, ../../sass/_style.scss */
.product-details .add-to-cart:hover, .product-details .like:hover {
  background: #441243;
  color: #fff;
}
/* line 1387, ../../sass/_style.scss */
.product-details .not-available {
  text-align: center;
  line-height: 2em;
}
/* line 1392, ../../sass/_style.scss */
.product-details .not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}
/* line 1398, ../../sass/_style.scss */
.product-details .orange {
  background: #ff9f1a;
}
/* line 1402, ../../sass/_style.scss */
.product-details .green {
  background: #85ad00;
}
/* line 1406, ../../sass/_style.scss */
.product-details .blue {
  background: #0076ad;
}
/* line 1410, ../../sass/_style.scss */
.product-details .tooltip-inner {
  padding: 1.3em;
}
@media screen and (max-width: 991px) {
  /* line 1415, ../../sass/_style.scss */
  .product-details .product-details-row {
    flex-direction: column;
  }
  /* line 1418, ../../sass/_style.scss */
  .product-details .product-details-row .preview {
    width: 100%;
    padding: 0;
  }
  /* line 1423, ../../sass/_style.scss */
  .product-details .product-details-row .details {
    width: 100%;
    padding: 0;
  }
  /* line 1428, ../../sass/_style.scss */
  .product-details .product-details-row .options {
    display: none;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 1462, ../../sass/_style.scss */
.products-list {
  padding-bottom: 0;
  margin-bottom: 30px;
}
/* line 1466, ../../sass/_style.scss */
.products-list .grid-item {
  margin-bottom: 30px;
}
/* line 1470, ../../sass/_style.scss */
.products-list .product-location {
  color: #b7b3a6 !important;
  font-size: 12px;
}
/* line 1475, ../../sass/_style.scss */
.products-list .product-location .icons-marker-small {
  margin-right: 10px;
  vertical-align: top;
}

/* line 1484, ../../sass/_style.scss */
.to-hover {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 1489, ../../sass/_style.scss */
.to-hover img {
  width: 100%;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 1494, ../../sass/_style.scss */
.to-hover:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
/* line 1505, ../../sass/_style.scss */
.to-hover .on-hover {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  color: #c93f71;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1520, ../../sass/_style.scss */
.to-hover .on-hover span {
  position: absolute;
  z-index: 10;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1534, ../../sass/_style.scss */
.to-hover:hover .on-hover {
  background-color: #000;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
/* line 1541, ../../sass/_style.scss */
.to-hover:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/* line 1551, ../../sass/_style.scss */
.site-container {
  width: 980px;
  margin: 0 auto;
}

/* line 1559, ../../sass/_style.scss */
.orderby.active.desc::after {
  content: "\e156";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 14px;
  vertical-align: top;
  color: #555;
  font-family: 'Glyphicons Halflings';
}

/* line 1573, ../../sass/_style.scss */
.form-recherche {
  background: #0073c0;
  padding: 20px;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
  margin-bottom: 5px;
}

/* line 1583, ../../sass/_style.scss */
#form-r-index {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 1589, ../../sass/_style.scss */
#form-r-index input, #form-r-index select {
  display: block;
  float: left;
  padding: 10px;
  width: 200px;
  height: 20px;
  font-size: 14px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: solid 1px #CCCCCC;
  margin-left: 20px;
}

/* line 1603, ../../sass/_style.scss */
#form-r-index select {
  height: 40px;
}

/* line 1607, ../../sass/_style.scss */
.menu {
  padding: 10px 0px;
  text-align: right;
  background: #FFF;
  margin-bottom: 5px;
}

/* line 1614, ../../sass/_style.scss */
.menu a {
  display: inline-block;
  padding: 0px 10px;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}

/* line 1622, ../../sass/_style.scss */
.navbar-nav > li > a {
  font-size: 15px;
  font-weight: bold;
}

/* line 1627, ../../sass/_style.scss */
.liste-annonces {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  float: left;
  width: 530px;
  margin-right: 10px;
  box-shadow: 0px 1px 2px #999999;
  min-height: 800px;
  height: auto;
  overflow: hidden;
}

/* line 1643, ../../sass/_style.scss */
.categoy_home {
  min-height: 107px;
  border-top-color: #555 !important;
  border-left-color: #555 !important;
  border-bottom-color: #f9a22e !important;
  border-right-color: #f9a22e !important;
}
/* line 1650, ../../sass/_style.scss */
.categoy_home h5 {
  color: #5a5a5a;
  font-size: 13px;
  font-weight: bold;
}
/* line 1656, ../../sass/_style.scss */
.categoy_home:hover {
  border-top-color: #f9a22e !important;
  border-left-color: #f9a22e !important;
  border-bottom-color: #555 !important;
  border-right-color: #555 !important;
  text-decoration: none;
}

/* line 1666, ../../sass/_style.scss */
.plus-infos-ann {
  width: 300px;
  height: 400px;
  float: left;
  line-height: 1.4;
  color: #333;
  margin-left: 20px;
}

/* line 1675, ../../sass/_style.scss */
.annonce {
  padding: 10px 0px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #CCCCCC;
  height: 70px;
}

/* line 1682, ../../sass/_style.scss */
.annonce .img-ann {
  display: block;
  float: left;
  width: 115px;
  height: 70px;
}

/* line 1689, ../../sass/_style.scss */
.annonce .ttr-ann {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  line-height: 1.4;
}

/* line 1699, ../../sass/_style.scss */
.desc-cnt-ann {
  width: 450px;
}

/* line 1703, ../../sass/_style.scss */
.annonce .desc-ann {
  font-size: 11px;
  text-decoration: none;
  color: #666666;
  display: block;
  line-height: 1.4;
}

/* line 1711, ../../sass/_style.scss */
.form-add-annonce {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  float: left;
  width: 530px;
  margin-right: 10px;
  box-shadow: 0px 1px 2px #999999;
  min-height: 700px;
  height: auto;
  overflow: hidden;
}

/* line 1727, ../../sass/_style.scss */
.menu-top-cat {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  float: left;
  width: 200px;
  margin-right: 10px;
  box-shadow: 0px 1px 2px #999999;
  height: 410px;
}

/* line 1741, ../../sass/_style.scss */
.menu-top-cat h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 2px #CCCCCC;
  color: #666;
  font-size: 26px;
}

/* line 1751, ../../sass/_style.scss */
.menu-top-cat ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 350px;
  overflow: hidden;
}

/* line 1760, ../../sass/_style.scss */
.menu-top-cat ul li {
  display: block;
}

/* line 1764, ../../sass/_style.scss */
.menu-top-cat ul li a {
  color: #333333;
  font-size: 13px;
  border-bottom: solid 1px #E3E3E3;
  font-weight: bold;
  display: block;
  padding: 4px 0px;
  text-decoration: none;
}

/* line 1774, ../../sass/_style.scss */
.menu-top-cat ul li a:hover {
  color: #FF3300;
}

/* line 1778, ../../sass/_style.scss */
.last-annonce {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  float: left;
  width: 300px;
  margin-right: 10px;
  box-shadow: 0px 1px 2px #999999;
  height: 410px;
}

/* line 1791, ../../sass/_style.scss */
.min_img_si {
  height: 120px;
}

/* line 1795, ../../sass/_style.scss */
.min_img_si span {
  display: block;
  position: relative;
  width: 110px;
  float: left;
  margin: 2px;
  height: 80px;
  border: solid 1px #CCCCCC;
}

/* line 1806, ../../sass/_style.scss */
.min_img_si span a {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 0px;
}

/* line 1813, ../../sass/_style.scss */
.panel-contact-form {
  padding: 30px;
}
/* line 1816, ../../sass/_style.scss */
.panel-contact-form legend {
  padding: 10px 0;
  border-bottom: solid 1px #6d1c6a;
  color: #6d1c6a;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  /* line 1813, ../../sass/_style.scss */
  .panel-contact-form {
    padding: 40px;
  }
}
/* line 1829, ../../sass/_style.scss */
.panel-contact-form form input, .panel-contact-form form select {
  height: 40px;
  border: solid 1px #999;
}
/* line 1834, ../../sass/_style.scss */
.panel-contact-form form textarea {
  border: solid 1px #999;
}

/* line 1840, ../../sass/_style.scss */
.btn-add-photo {
  height: auto;
  font-size: 1em;
  width: 140px;
  height: 140px;
  padding-top: 30px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
/* line 1850, ../../sass/_style.scss */
.btn-add-photo span {
  font-size: 4em;
}

/* line 1855, ../../sass/_style.scss */
.category-description {
  padding: 15px;
  font-size: 13px;
  font-weight: 400;
  background: #fff;
  box-shadow: 0px 1px 3px #00000024;
  border-radius: 3px;
  margin-bottom: 15px;
}

/* line 1865, ../../sass/_style.scss */
.btn-more-ads {
  padding: 20px 0px 10px 0px;
  display: block;
  text-align: center;
  color: #D1D1D1;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 1872, ../../sass/_style.scss */
.btn-more-ads:hover {
  color: #c4c4c4;
  text-decoration: none;
}
/* line 1876, ../../sass/_style.scss */
.btn-more-ads:hover:before {
  text-decoration: none;
  background-color: #e2e2e2;
  color: #000;
}
/* line 1883, ../../sass/_style.scss */
.btn-more-ads:before {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  display: block;
  width: 30px;
  height: 30px;
  content: '+';
  line-height: 30px;
  background-color: #EFEFEF;
  color: #BCBCBC;
  font-size: 21px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 3px;
  text-align: center;
  text-decoration: none;
}

/* line 1901, ../../sass/_style.scss */
.breadcrumb {
  padding-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  font-size: 13px;
  font-weight: normal;
}
/* line 1908, ../../sass/_style.scss */
.breadcrumb a {
  color: #c93f71;
}

@media screen and (max-width: 767px) {
  /* line 1916, ../../sass/_style.scss */
  .product-details .breadcrumb li a {
    display: none;
  }
  /* line 1919, ../../sass/_style.scss */
  .product-details .breadcrumb li:last-child, .product-details .breadcrumb li:first-child {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
    height: 20px;
    text-overflow: ellipsis;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
  }
  /* line 1920, ../../sass/_style.scss */
  .product-details .breadcrumb li:last-child a, .product-details .breadcrumb li:first-child a {
    display: block;
  }
}

/* line 1936, ../../sass/_style.scss */
.page-top-container {
  padding: 30px 0px;
  background-color: #555;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 460px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 15px;
}
/* line 1947, ../../sass/_style.scss */
.page-top-container h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.38);
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 1963, ../../sass/_style.scss */
.article-description {
  font-size: 14px;
}
/* line 1966, ../../sass/_style.scss */
.article-description hr {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 1972, ../../sass/_style.scss */
.seller-infos {
  margin: 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #efefef;
  border-right: solid 1px #efefef;
}
/* line 1978, ../../sass/_style.scss */
.seller-infos .article-desc-line {
  font-size: 16px;
  padding: 20px;
  border-top: solid 1px #efefef;
  border-left: solid 1px #efefef;
}

/* line 1986, ../../sass/_style.scss */
.text-default-gry {
  font-size: 12px !important;
  line-height: 34px;
  color: #AEAEAE;
}

/* line 1993, ../../sass/_style.scss */
.panel-img-preview .panel-body {
  padding: 5px;
  text-align: center;
}
/* line 1997, ../../sass/_style.scss */
.panel-img-preview .panel-body img {
  margin-bottom: 5px;
}

/* line 2003, ../../sass/_style.scss */
.client-description {
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 2004, ../../sass/_style.scss */
.client-description h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #E3E3E3;
  font-size: 18px;
  color: #888;
}

/* line 2020, ../../sass/_style.scss */
.panel-ads-line {
  border: none;
  margin: 0 -15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #E3E3E3;
  box-shadow: 0 0 0 #ffffff;
}
/* line 2027, ../../sass/_style.scss */
.panel-ads-line .panel-body {
  padding: 0px 15px 15px;
}
/* line 2032, ../../sass/_style.scss */
.panel-ads-line .media-heading {
  font-size: 14px;
  font-weight: bold;
}
/* line 2037, ../../sass/_style.scss */
.panel-ads-line .ads-date {
  color: #999;
  font-size: 12px;
  padding: 3px 0;
  line-height: 12px;
}
/* line 2044, ../../sass/_style.scss */
.panel-ads-line .ads-line-thumb {
  position: relative;
}
/* line 2047, ../../sass/_style.scss */
.panel-ads-line .ads-line-thumb span {
  display: block;
  position: absolute;
  width: 28px;
  height: 20px;
  background-image: url('../../images/ico-image.png?1765911093');
  background-repeat: no-repeat;
  left: 5px;
  bottom: 5px;
  padding: 5px;
  line-height: 10px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
/* line 2070, ../../sass/_style.scss */
.panel-ads-line .by-author {
  margin: 0;
}
@media (min-width: 360px) {
  /* line 2020, ../../sass/_style.scss */
  .panel-ads-line {
    margin-bottom: 5px;
  }
  /* line 2076, ../../sass/_style.scss */
  .panel-ads-line .panel-body {
    padding: 0px 5px 5px;
  }
  /* line 2080, ../../sass/_style.scss */
  .panel-ads-line .panel-body .row .col-xs-5 {
    width: 30%;
  }
  /* line 2084, ../../sass/_style.scss */
  .panel-ads-line .panel-body .row .col-xs-7 {
    width: 70%;
    font-size: 11px;
  }
  /* line 2088, ../../sass/_style.scss */
  .panel-ads-line .panel-body .row .col-xs-7 .media-heading {
    font-size: 12px;
  }
  /* line 2095, ../../sass/_style.scss */
  .panel-ads-line .ads-price-list {
    margin-right: -10px;
  }
}

/* line 2102, ../../sass/_style.scss */
.no-padding-right {
  padding-right: 0px;
}

@media (min-width: 991px) {
  /* line 2108, ../../sass/_style.scss */
  .no-padding-right-sm {
    padding-right: 0;
  }

  /* line 2111, ../../sass/_style.scss */
  .no-padding-left-sm {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 2119, ../../sass/_style.scss */
  .no-padding-right-xs {
    padding-right: 0;
  }

  /* line 2122, ../../sass/_style.scss */
  .no-padding-left-xs {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 2129, ../../sass/_style.scss */
  .form-group-search {
    margin-bottom: 5px;
  }
  /* line 2132, ../../sass/_style.scss */
  .form-group-search input, .form-group-search select {
    height: 36px;
  }
}
/* line 2138, ../../sass/_style.scss */
.ads-price-list {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  background: #cb4777;
  color: #000000;
  border: solid 1px #f9a22e;
  padding: 4px 10px;
  margin-right: -20px;
}
@media (max-width: 460px) {
  /* line 2138, ../../sass/_style.scss */
  .ads-price-list {
    font-size: 12px;
    float: none;
    margin-bottom: 5px;
  }
}

/* line 2155, ../../sass/_style.scss */
.annonce-details {
  padding-top: 10px;
}
/* line 2158, ../../sass/_style.scss */
.annonce-details h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #E3E3E3;
  font-size: 18px;
}
/* line 2167, ../../sass/_style.scss */
.annonce-details .img-annonce-carousel {
  margin: 0 auto;
}

/* line 2172, ../../sass/_style.scss */
.bg-success {
  background: #5CB85C;
}

/* line 2176, ../../sass/_style.scss */
.bg-default {
  background: #EFEFEF;
}

/* --------------------------------

Primary style

-------------------------------- */
/* line 2186, ../../sass/_style.scss */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
/* line 2197, ../../sass/_style.scss */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* line 2206, ../../sass/_style.scss */
.navbar {
  min-height: 50px;
}
/* line 2209, ../../sass/_style.scss */
.navbar .navbar-nav {
  padding: 1px 0px;
}
/* line 2212, ../../sass/_style.scss */
.navbar .navbar-nav a {
  height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  color: #c93f71;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  /* line 2212, ../../sass/_style.scss */
  .navbar .navbar-nav a {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  /* line 2212, ../../sass/_style.scss */
  .navbar .navbar-nav a {
    border-top: solid 1px #E3E3E3;
    text-align: center;
    line-height: 20px;
  }
}
/* line 2231, ../../sass/_style.scss */
.navbar .navbar-nav a:hover, .navbar .navbar-nav a:active, .navbar .navbar-nav a:focus {
  background-color: transparent;
  color: #6d1c6a;
}

/* line 2239, ../../sass/_style.scss */
.main-slide-header {
  position: relative;
}
/* line 2242, ../../sass/_style.scss */
.main-slide-header .slide-content {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 34px;
  text-transform: uppercase;
  color: #c93f71;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 2255, ../../sass/_style.scss */
  .main-slide-header .slide-content {
    font-size: 18px;
  }
}

/* line 2261, ../../sass/_style.scss */
.navbar-toggle .icon-bar {
  background: #555;
}

/* line 2265, ../../sass/_style.scss */
.navbar-toggle {
  padding: 23px 10px;
  background: #E5E5E5;
}
@media (max-width: 768px) {
  /* line 2265, ../../sass/_style.scss */
  .navbar-toggle {
    float: none;
    padding: 5px;
    margin: 0 auto;
    border-radius: 0;
    text-align: center;
    width: 100%;
    background: #fff;
  }
  /* line 2276, ../../sass/_style.scss */
  .navbar-toggle span {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 2288, ../../sass/_style.scss */
.search-form-container {
  background: #FFF;
  margin-bottom: 10px;
}

/* line 2293, ../../sass/_style.scss */
.navbar-brand {
  padding-right: 0;
  height: 80px;
  padding: 10px 15px;
}
/* line 2298, ../../sass/_style.scss */
.navbar-brand img {
  max-width: 360px;
}
@media (max-width: 468px) {
  /* line 2293, ../../sass/_style.scss */
  .navbar-brand {
    width: 220px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 5px;
    display: block;
    float: none;
  }
  /* line 2309, ../../sass/_style.scss */
  .navbar-brand img {
    width: 100%;
  }
}

/* line 2315, ../../sass/_style.scss */
.contact-section-address {
  background-color: #f1fafe;
}
/* line 2318, ../../sass/_style.scss */
.contact-section-address .address-row {
  display: flex;
}
/* line 2321, ../../sass/_style.scss */
.contact-section-address .address-row .address-info {
  width: 50%;
  padding: 50px;
  background-color: #fff;
}
/* line 2326, ../../sass/_style.scss */
.contact-section-address .address-row .address-info h2 {
  font-weight: bold;
  font-size: 22px;
  color: #6d1c6a;
}
/* line 2333, ../../sass/_style.scss */
.contact-section-address .address-row .address-bg {
  width: 50%;
  background-color: #1d1d1d;
  background-image: url(../images/contact.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  /* line 2318, ../../sass/_style.scss */
  .contact-section-address .address-row {
    flex-direction: column;
  }
  /* line 2345, ../../sass/_style.scss */
  .contact-section-address .address-row .address-info {
    width: 100%;
  }
  /* line 2348, ../../sass/_style.scss */
  .contact-section-address .address-row .address-bg {
    width: 100%;
  }
}

/* line 2355, ../../sass/_style.scss */
.why-us {
  background-color: #6d1c6a;
  color: #fff;
  padding: 140px 0;
  position: relative;
}
/* line 2361, ../../sass/_style.scss */
.why-us .top-svg, .why-us .bottom-svg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}
/* line 2369, ../../sass/_style.scss */
.why-us .bottom-svg {
  top: auto;
  bottom: 0;
  z-index: 3;
}
/* line 2375, ../../sass/_style.scss */
.why-us .why-us-container {
  position: relative;
}
/* line 2378, ../../sass/_style.scss */
.why-us .why-us-container .avatar {
  width: 400px;
  position: absolute;
  right: 0px;
  bottom: -140px;
  z-index: 2;
}
/* line 2386, ../../sass/_style.scss */
.why-us .why-us-container h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
/* line 2392, ../../sass/_style.scss */
.why-us .why-us-container ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
/* line 2397, ../../sass/_style.scss */
.why-us .why-us-container ul li {
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 2401, ../../sass/_style.scss */
.why-us .why-us-container ul li:before {
  font-family: fontawesome;
  content: "\f00c";
  color: #fff;
  background-color: #aa2ca5;
  padding: 0 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  text-align: center;
}

/* line 2419, ../../sass/_style.scss */
.section-testimonials {
  background-color: #f1fafe;
  padding: 50px 0;
}
/* line 2423, ../../sass/_style.scss */
.section-testimonials .testimonials-slick-inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
/* line 2429, ../../sass/_style.scss */
.section-testimonials .testimonials-slick-inner h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  color: #6d1c6a;
}
/* line 2438, ../../sass/_style.scss */
.section-testimonials .testimonials-slick-inner h4 {
  margin-top: 15px;
  font-size: 18px;
  color: #c93f71;
}

/* line 2447, ../../sass/_style.scss */
.testimonial-slick .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 2453, ../../sass/_style.scss */
.testimonial-slick .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #E3E3E3;
  margin: 3px;
  border-radius: 50%;
}
/* line 2461, ../../sass/_style.scss */
.testimonial-slick .slick-dots li.slick-active {
  background-color: #999;
}
/* line 2465, ../../sass/_style.scss */
.testimonial-slick .slick-dots li button {
  display: none;
}

/* line 2472, ../../sass/_style.scss */
.section-partners {
  background-color: #f1fafe;
  padding: 50px 0;
}
/* line 2476, ../../sass/_style.scss */
.section-partners .slick-arrow {
  display: none !important;
}

/* line 2481, ../../sass/_style.scss */
.add-ad-mobile {
  padding: 9px;
  float: right;
  display: none;
}
/* line 2486, ../../sass/_style.scss */
.add-ad-mobile .btn {
  height: 60px;
  padding: 20px;
}
@media (max-width: 468px) {
  /* line 2486, ../../sass/_style.scss */
  .add-ad-mobile .btn {
    padding: 20px 8px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  /* line 2481, ../../sass/_style.scss */
  .add-ad-mobile {
    display: block;
  }
}
@media (max-width: 468px) {
  /* line 2481, ../../sass/_style.scss */
  .add-ad-mobile {
    clear: both;
    float: none;
    background: #EFEFEF;
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
  }
  /* line 2505, ../../sass/_style.scss */
  .add-ad-mobile .btn {
    margin: 0 auto;
    padding: 10px;
    height: 40px;
    line-height: 20px;
    display: block;
    width: 160px;
    text-align: center;
  }
}

/* line 2518, ../../sass/_style.scss */
.animate {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

/* line 2522, ../../sass/_style.scss */
.footer-logo {
  text-align: center;
  padding: 25px 0;
  background: #83357e;
}
/* line 2527, ../../sass/_style.scss */
.footer-logo img {
  width: 160px;
  opacity: 0.5;
}

/* line 2532, ../../sass/_style.scss */
.section-logo-list {
  display: flex;
  padding: 80px 20px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
}
/* line 2538, ../../sass/_style.scss */
.section-logo-list img {
  display: inline-block;
}
/* line 2541, ../../sass/_style.scss */
.section-logo-list a {
  display: inline-block;
}

/* line 2545, ../../sass/_style.scss */
footer {
  background-color: #953c8f;
  color: #e3c2df;
  padding: 50px 0 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #86b94c;
}
/* line 2553, ../../sass/_style.scss */
footer .footer-top {
  margin-bottom: 50px;
}
/* line 2556, ../../sass/_style.scss */
footer .footer-top h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #fff;
}
/* line 2568, ../../sass/_style.scss */
footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
/* line 2575, ../../sass/_style.scss */
footer a {
  color: #e3c2df;
}
/* line 2578, ../../sass/_style.scss */
footer a:hover {
  color: #e3c2df;
}
@media screen and (max-width: 767px) {
  /* line 2545, ../../sass/_style.scss */
  footer {
    text-align: center;
  }
}

/* line 2588, ../../sass/_style.scss */
.footer-map {
  position: relative;
}
/* line 2591, ../../sass/_style.scss */
.footer-map .top-svg-map {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 2599, ../../sass/_style.scss */
.footer-map .bottom-svg-map {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* line 2609, ../../sass/_style.scss */
.footer-form {
  background-color: #006567;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 2618, ../../sass/_style.scss */
.event-footer-form h3 {
  font-size: 36px;
  text-align: center;
}
/* line 2623, ../../sass/_style.scss */
.event-footer-form h4 {
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: normal;
}

/* line 2632, ../../sass/_style.scss */
.icon-social {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 2px;
}
/* line 2637, ../../sass/_style.scss */
.icon-social:hover {
  text-decoration: none;
}
/* line 2640, ../../sass/_style.scss */
.icon-social:hover > i {
  background-color: #bf5fb8;
}
/* line 2645, ../../sass/_style.scss */
.icon-social > i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
}
/* line 2652, ../../sass/_style.scss */
.icon-social > i:after {
  display: block;
  font-family: FontAwesome;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  font-style: normal;
  color: #1d1d1d;
}
/* line 2663, ../../sass/_style.scss */
.icon-social > i.social-facebook:after {
  content: '\f09a';
}
/* line 2669, ../../sass/_style.scss */
.icon-social > i.social-instagram:after {
  content: '\f16d';
}
/* line 2675, ../../sass/_style.scss */
.icon-social > i.social-twitter:after {
  content: '\f099';
}
/* line 2681, ../../sass/_style.scss */
.icon-social > i.social-googleplus:after {
  content: '\f0d5';
}
/* line 2687, ../../sass/_style.scss */
.icon-social > i.social-youtube:after {
  content: "\f167";
}

/* line 2696, ../../sass/_style.scss */
.copyrights {
  text-align: center;
  padding: 30px 0;
  font-size: 13px;
  background-color: #83357e;
}

/**
** ACCOUNT
*/
/* line 2707, ../../sass/_style.scss */
ul.errors {
  list-style: none;
  margin: 0px;
  padding: 0;
  font-size: 12px;
  color: #ee0000;
}

/**
* CONTACT
*/
/* line 2719, ../../sass/_style.scss */
.modal-dialog {
  width: 430px;
}
@media screen and (max-width: 500px) {
  /* line 2719, ../../sass/_style.scss */
  .modal-dialog {
    max-width: 330px;
    margin: 30px auto;
  }
}

/* line 2727, ../../sass/_style.scss */
.form-contact-seller {
  width: 400px;
  height: auto;
  overflow: hidden;
}
/* line 2732, ../../sass/_style.scss */
.form-contact-seller .form-sliding {
  width: 1200px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 2738, ../../sass/_style.scss */
.form-contact-seller.contact-loading .form-sliding {
  margin-left: -400px;
}
/* line 2744, ../../sass/_style.scss */
.form-contact-seller.contact-ok .form-sliding {
  margin-left: -800px;
}

/* line 2750, ../../sass/_style.scss */
.download-section {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}

/* line 2756, ../../sass/_style.scss */
.pdf-download {
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding-left: 60px;
  background-image: url(../images/pdf.jpg);
  background-repeat: no-repeat;
}

/* line 2766, ../../sass/_style.scss */
.top-navbar {
  background: #cb4777;
  color: #FFFFFF;
  padding: 5px 0;
}
/* line 2771, ../../sass/_style.scss */
.top-navbar .list-inline {
  margin-bottom: 0;
  color: #555;
  font-size: 13px;
  line-height: 30px;
}
/* line 2777, ../../sass/_style.scss */
.top-navbar .list-inline a {
  color: #FFFFFF;
}
/* line 2780, ../../sass/_style.scss */
.top-navbar .list-inline a:hover, .top-navbar .list-inline a:active, .top-navbar .list-inline a:focus {
  text-decoration: none;
}
/* line 2785, ../../sass/_style.scss */
.top-navbar .list-inline a.phone .fa {
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
/* line 2792, ../../sass/_style.scss */
.top-navbar .list-inline a.phone .fa-phone {
  padding: 4px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}
/* line 2800, ../../sass/_style.scss */
.top-navbar .list-inline a.whatsapp {
  background-color: #38ab26;
  padding: 11px;
}
/* line 2804, ../../sass/_style.scss */
.top-navbar .list-inline a.whatsapp .fa-whatsapp {
  padding: 4px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}
/* line 2816, ../../sass/_style.scss */
.top-navbar:after {
  clear: both;
  content: '';
  display: block;
}

/* line 2823, ../../sass/_style.scss */
#top-nav-info {
  float: right;
}

/* line 2827, ../../sass/_style.scss */
#navbar-lang {
  float: right;
}
/* line 2832, ../../sass/_style.scss */
#navbar-lang > .navbar-nav > li > .menu-item {
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  padding: 0 5px;
  margin: 2px;
}
/* line 2839, ../../sass/_style.scss */
#navbar-lang > .navbar-nav > li > .menu-item:hover, #navbar-lang > .navbar-nav > li > .menu-item:active, #navbar-lang > .navbar-nav > li > .menu-item:focus {
  background-color: transparent;
}

/* line 2848, ../../sass/_style.scss */
.option-group {
  margin-bottom: 15px;
}
/* line 2851, ../../sass/_style.scss */
.option-group h4 {
  margin: 0;
  padding: 8px 10px;
  font-size: 12px;
  color: #555;
  border-bottom: solid 1px #EFEFEF;
  background-color: #EFEFEF;
}
/* line 2860, ../../sass/_style.scss */
.option-group .label-option {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 2865, ../../sass/_style.scss */
.option-group .label-option span {
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  display: inline-block;
  line-height: 16px;
  padding: 10px 10px;
  font-size: 12px;
  color: #333;
  border: solid 2px #EFEFEF;
  cursor: pointer;
  height: 36px;
}
/* line 2878, ../../sass/_style.scss */
.option-group .label-option span:hover {
  border: solid 2px #E3E3E3;
}
/* line 2884, ../../sass/_style.scss */
.option-group .label-option.label-option-color span {
  line-height: 50;
  overflow: hidden;
  width: 40px;
  box-shadow: 0px 0px 0px 1px #fff inset;
}
/* line 2892, ../../sass/_style.scss */
.option-group .label-option input {
  display: none;
}
/* line 2896, ../../sass/_style.scss */
.option-group .label-option input:checked + span {
  border-color: #1d1d1d !important;
}

/* line 2905, ../../sass/_style.scss */
.navbar-header {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
/* line 2910, ../../sass/_style.scss */
.navbar-header .navbar-brand {
  padding: 12px 0px;
  display: block;
  width: 280px;
  float: none;
  margin: 0 auto;
}
/* line 2917, ../../sass/_style.scss */
.navbar-header .main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  max-width: 240px;
  height: 120px;
}
/* line 2924, ../../sass/_style.scss */
.navbar-header .main-logo img {
  height: 100px;
}
@media screen and (max-width: 991px) {
  /* line 2905, ../../sass/_style.scss */
  .navbar-header {
    width: 100%;
    margin: 0 !important;
  }
  /* line 2932, ../../sass/_style.scss */
  .navbar-header .navbar-toggle {
    float: right;
    padding-top: 0px;
    clear: none;
    width: auto;
    margin-right: 0;
  }
  /* line 2939, ../../sass/_style.scss */
  .navbar-header .main-logo {
    width: 180px;
    padding-top: 7px;
    height: 80px;
    display: flex;
    align-items: center;
  }
  /* line 2946, ../../sass/_style.scss */
  .navbar-header .main-logo img {
    width: 140px;
    height: auto;
  }
}

/* line 2954, ../../sass/_style.scss */
.animbrand {
  width: 664px;
  height: 130px;
  padding: 13px 30px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  /* line 2954, ../../sass/_style.scss */
  .animbrand {
    width: 466px;
  }
}
@media screen and (max-width: 991px) {
  /* line 2954, ../../sass/_style.scss */
  .animbrand {
    width: 100%;
    margin: 0 auto;
    background-color: #f9a22e;
    background-image: none;
  }
  /* line 2968, ../../sass/_style.scss */
  .animbrand .navbar-brand {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  /* line 2975, ../../sass/_style.scss */
  .navbar-header {
    width: 100%;
  }
}

/* line 2981, ../../sass/_style.scss */
.navbar {
  margin-bottom: 0;
}

/* line 2985, ../../sass/_style.scss */
.search-form-container {
  margin-bottom: 0px;
  padding: 0px 20px;
}

@media (min-width: 768px) {
  /* line 2991, ../../sass/_style.scss */
  .navbar-nav {
    float: none;
    text-align: center;
  }
  /* line 2995, ../../sass/_style.scss */
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  /* line 3002, ../../sass/_style.scss */
  #site-navbar-collapse {
    border-radius: 0px;
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 3002, ../../sass/_style.scss */
  #site-navbar-collapse {
    padding-right: 15px;
    width: 100%;
    clear: both;
  }
  /* line 3014, ../../sass/_style.scss */
  #site-navbar-collapse .navbar-nav {
    width: 100%;
  }
}

/* line 3021, ../../sass/_style.scss */
.navbar-site {
  border: none;
}
/* line 3024, ../../sass/_style.scss */
.navbar-site > .container {
  position: relative;
}

/* line 3030, ../../sass/_style.scss */
.form-transport {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 20px;
  border-top: solid 10px #c93f71;
}
/* line 3036, ../../sass/_style.scss */
.form-transport img {
  border-radius: 8px;
}
/* line 3040, ../../sass/_style.scss */
.form-transport .btn {
  padding: 15px 30px;
  font-size: 16px;
}

/* line 3055, ../../sass/_style.scss */
.main-btns {
  position: absolute;
  right: 20px;
  top: -40px;
  z-index: 120;
}
/* line 3061, ../../sass/_style.scss */
.main-btns a {
  display: inline-block;
  padding: 7px 10px 5px;
  position: relative;
  padding-left: 40px;
  background-color: #E5E5E5;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  border-radius: 0px 0px 7px 7px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 3073, ../../sass/_style.scss */
.main-btns a b {
  display: block;
  font-size: 12px;
}
/* line 3078, ../../sass/_style.scss */
.main-btns a:hover {
  text-decoration: none;
  box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.3) inset;
}
/* line 3083, ../../sass/_style.scss */
.main-btns a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 6px;
  top: 6px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 3096, ../../sass/_style.scss */
.main-btns .assitance {
  background-color: #5f9bff;
}
/* line 3099, ../../sass/_style.scss */
.main-btns .assitance:after {
  background-image: url(../images/menu-phone-icon.png);
}
/* line 3104, ../../sass/_style.scss */
.main-btns .quote {
  background-color: #f8bd1c;
}
/* line 3107, ../../sass/_style.scss */
.main-btns .quote:after {
  background-image: url(../images/menu-quote-icon.png);
}
/* line 3112, ../../sass/_style.scss */
.main-btns .publish {
  background-color: #85c655;
}
/* line 3115, ../../sass/_style.scss */
.main-btns .publish:after {
  background-image: url(../images/menu-plus-icon.png);
}
/* line 3120, ../../sass/_style.scss */
.main-btns .newpart {
  background-color: #f8751c;
}
/* line 3123, ../../sass/_style.scss */
.main-btns .newpart:after {
  background-image: url(../images/menu-part-icon.png);
}
@media screen and (max-width: 1199px) {
  /* line 3055, ../../sass/_style.scss */
  .main-btns {
    top: -40px;
  }
  /* line 3131, ../../sass/_style.scss */
  .main-btns a {
    border-radius: 0px 0px 7px 7px;
  }
}
@media screen and (max-width: 991px) {
  /* line 3055, ../../sass/_style.scss */
  .main-btns {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
  /* line 3140, ../../sass/_style.scss */
  .main-btns a {
    display: block;
    float: left;
    border-radius: 0;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  /* line 3149, ../../sass/_style.scss */
  .main-btns a {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  /* line 3154, ../../sass/_style.scss */
  .main-btns a {
    width: 100%;
  }
}

/* line 3160, ../../sass/_style.scss */
.glyphicon {
  margin-right: 5px;
}

/* line 3164, ../../sass/_style.scss */
.thumbnail {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 3172, ../../sass/_style.scss */
.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}

/* line 3179, ../../sass/_style.scss */
.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
  background: #428bca;
}

/* line 3183, ../../sass/_style.scss */
.item.list-group-item .list-group-image {
  margin-right: 10px;
}

/* line 3187, ../../sass/_style.scss */
.item.list-group-item .thumbnail {
  margin-bottom: 0px;
}

/* line 3191, ../../sass/_style.scss */
.item.list-group-item .caption {
  padding: 9px 9px 0px 9px;
}

/* line 3195, ../../sass/_style.scss */
.item.list-group-item:nth-of-type(odd) {
  background: #eeeeee;
}

/* line 3199, ../../sass/_style.scss */
.item.list-group-item:before, .item.list-group-item:after {
  display: table;
  content: " ";
}

/* line 3204, ../../sass/_style.scss */
.item.list-group-item img {
  float: left;
}

/* line 3208, ../../sass/_style.scss */
.item.list-group-item:after {
  clear: both;
}

/* line 3212, ../../sass/_style.scss */
.list-group-item-text {
  margin: 0 0 11px;
}

/* line 3216, ../../sass/_style.scss */
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  /* line 3229, ../../sass/_style.scss */
  .preview {
    margin-bottom: 20px;
  }
}
/* line 3240, ../../sass/_style.scss */
.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

/* line 3245, ../../sass/_style.scss */
.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}

/* line 3250, ../../sass/_style.scss */
.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

/* line 3255, ../../sass/_style.scss */
.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

/* line 3260, ../../sass/_style.scss */
.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

/* line 3264, ../../sass/_style.scss */
.tab-content {
  overflow: hidden;
}

/* line 3268, ../../sass/_style.scss */
.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

/* line 3276, ../../sass/_style.scss */
.card {
  background: #eee;
  line-height: 1.5em;
  margin-bottom: 30px;
}

@media screen and (min-width: 997px) {
  /* line 3283, ../../sass/_style.scss */
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 3291, ../../sass/_style.scss */
.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
/* line 3303, ../../sass/_style.scss */
.details .product-title {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 120px;
}

@media screen and (max-width: 767px) {
  /* line 3312, ../../sass/_style.scss */
  .details .product-title {
    padding-right: 0px;
  }
}
/* line 3318, ../../sass/_style.scss */
.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 3325, ../../sass/_style.scss */
.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold;
}

/* line 3330, ../../sass/_style.scss */
.checked, .price span {
  color: #ff9f1a;
}

/* line 3334, ../../sass/_style.scss */
.rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px;
}

/* line 3339, ../../sass/_style.scss */
.size {
  margin-right: 10px;
}

/* line 3343, ../../sass/_style.scss */
.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px;
}

/* line 3352, ../../sass/_style.scss */
.color:first-of-type {
  margin-left: 20px;
}

/* line 3356, ../../sass/_style.scss */
.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

/* line 3367, ../../sass/_style.scss */
.add-to-cart:hover, .like:hover {
  background: #b36800;
  color: #fff;
}

/* line 3372, ../../sass/_style.scss */
.not-available {
  text-align: center;
  line-height: 2em;
}

/* line 3377, ../../sass/_style.scss */
.not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}

/* line 3383, ../../sass/_style.scss */
.orange {
  background: #ff9f1a;
}

/* line 3387, ../../sass/_style.scss */
.green {
  background: #85ad00;
}

/* line 3391, ../../sass/_style.scss */
.blue {
  background: #0076ad;
}

/* line 3395, ../../sass/_style.scss */
.tooltip-inner {
  padding: 1.3em;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 3427, ../../sass/_style.scss */
.singlePackage .carousel {
  margin-bottom: 30px;
}

/* line 3431, ../../sass/_style.scss */
.singlePackage .carousel-indicators {
  display: none;
}

/* line 3435, ../../sass/_style.scss */
.singlePackage .hotelTitle h2 {
  font-size: 26px;
  color: #222222;
  line-height: 26px;
  margin: 25px 0;
  font-weight: 400;
}

/* line 3443, ../../sass/_style.scss */
.singlePackage .hotelTitle p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}

/* line 3449, ../../sass/_style.scss */
.singleHotelSidebar .panel-heading {
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  background: #6d1c6a;
  padding: 35px 0px;
  color: #fff;
}

/* line 3459, ../../sass/_style.scss */
.singleHotelSidebar .form-control {
  border-color: #6d1c6a;
}

@media (min-width: 992px) {
  /* line 3465, ../../sass/_style.scss */
  .singleHotelSidebar .panel-heading {
    font-size: 26px;
    line-height: 40px;
  }
}
/* line 3471, ../../sass/_style.scss */
.singlePackage .carousel-control {
  background-image: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* line 3480, ../../sass/_style.scss */
.singlePackage .carousel-control .icon-prev, .singlePackage .carousel-control .glyphicon-menu-left {
  margin-left: 0;
  left: 20px;
}

/* line 3485, ../../sass/_style.scss */
.singlePackage .carousel-control .icon-next, .singlePackage .carousel-control .glyphicon-menu-right {
  right: 20px;
  margin-right: 0;
}

/* line 3490, ../../sass/_style.scss */
.singlePackage .carousel-control .glyphicon-menu-left, .singlePackage .carousel-control .glyphicon-menu-right, .singlePackage .carousel-control .icon-next, .singlePackage .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 5;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  /* line 3503, ../../sass/_style.scss */
  .singlePackage .carousel-control .glyphicon-menu-left, .singlePackage .carousel-control .glyphicon-menu-right, .singlePackage .carousel-control .icon-next, .singlePackage .carousel-control .icon-prev {
    display: inline-block;
  }
}
/* line 3508, ../../sass/_style.scss */
.singleHotelSidebar .panel-heading {
  font-size: 22px;
  line-height: 35px;
  text-align: center;
}

@media (min-width: 992px) {
  /* line 3515, ../../sass/_style.scss */
  .singleHotelSidebar .panel-heading {
    font-size: 26px;
    line-height: 40px;
  }
}
/* line 3521, ../../sass/_style.scss */
.singleHotelSidebar .control-label {
  font-weight: 400;
  color: #808080;
  font-size: 14px;
}

/* line 3527, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .ed-datepicker {
  border-bottom: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 0;
}

/* line 3535, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .searchFilter .sbHolder {
  border-bottom: none;
  border: 1px solid #dedede;
  border-radius: 3px;
}

@media (min-width: 768px) {
  /* line 3542, ../../sass/_style.scss */
  .singleHotelSidebar .datepickerWrap .searchFilter .sbHolder {
    margin: 0;
  }
}
/* line 3547, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .searchFilter .sbHolder .sbSelector {
  left: 10px;
  text-align: left;
}

/* line 3552, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .searchFilter .sbHolder .sbToggle {
  right: 10px;
  top: 18px;
}

/* line 3557, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .searchFilter .sbHolder .sbOptions a {
  text-align: left;
  padding: 11px 5px;
}

/* line 3562, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .count-input {
  position: relative;
  width: 150px;
}

@media (min-width: 768px) {
  /* line 3568, ../../sass/_style.scss */
  .singleHotelSidebar .datepickerWrap .count-input {
    margin: auto;
  }
}
@media (min-width: 992px) {
  /* line 3574, ../../sass/_style.scss */
  .singleHotelSidebar .datepickerWrap .count-input {
    margin-left: 0;
  }
}
/* line 3579, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .count-input .incr-btn {
  color: #666666;
  display: block;
  font-size: 30px;
  font-weight: 300;
  height: 48px;
  line-height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 48px;
}

/* line 3594, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .count-input .incr-btn:first-child {
  left: 0;
  right: auto;
  border-right: 1px solid #eaeaea;
}

/* line 3600, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .count-input .incr-btn:last-child {
  border-left: 1px solid #eaeaea;
}

/* line 3604, ../../sass/_style.scss */
.singleHotelSidebar .datepickerWrap .count-input input {
  -moz-appearance: none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  height: 48px;
  font-weight: 700;
  color: #666666;
  text-align: center;
  width: 100%;
}

/* line 3616, ../../sass/_style.scss */
.singleHotelSidebar .totalCost {
  border-top: 1px solid;
  border-bottom: 1px solid;
  overflow: hidden;
  padding: 15px 0;
  border-color: #dedede;
  margin-bottom: 15px;
}

/* line 3625, ../../sass/_style.scss */
.singleHotelSidebar .totalCost .totalCostLeft {
  padding: 0;
}

/* line 3629, ../../sass/_style.scss */
.singleHotelSidebar .totalCost .totalCostLeft p {
  margin: 0;
  color: #222222;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
}

/* line 3637, ../../sass/_style.scss */
.singleHotelSidebar .totalCost .totalCostRight {
  text-align: right;
  color: #ff891e;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

/* line 3645, ../../sass/_style.scss */
.datepicker {
  background-image: url(../images/calendar-grey.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
}

/* line 3651, ../../sass/_style.scss */
.alert-success {
  background-color: #49bf19;
  border-color: #49bf19;
  color: #fff;
  box-shadow: 0px 3px 0px #317d13;
}

/* line 3658, ../../sass/_style.scss */
.product-info {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 2px;
}
/* line 3663, ../../sass/_style.scss */
.product-info:after, .product-info:before {
  display: block;
  clear: both;
  content: '';
}
/* line 3670, ../../sass/_style.scss */
.product-info .properties span {
  display: inline-block;
  text-align: center;
  min-width: 60px;
  height: 50px;
  background-color: #cb4777;
  padding: 5px 5px;
  border-radius: 5px;
  margin-right: 5px;
  color: #fff;
  z-index: 15000;
  vertical-align: top;
  margin-bottom: 10px;
}
/* line 3684, ../../sass/_style.scss */
.product-info .properties span b {
  display: block;
  font-size: 13px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  font-weight: lighter;
  opacity: 0.8;
}
/* line 3694, ../../sass/_style.scss */
.product-info .properties span i {
  font-size: 1em;
}
/* line 3708, ../../sass/_style.scss */
.product-info .properties .difficulty .icon-shoes {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/shoes.png);
  background-repeat: no-repeat;
}
/* line 3715, ../../sass/_style.scss */
.product-info .properties .difficulty .icon-shoes + b {
  margin-top: -5px;
}

/* line 3727, ../../sass/_style.scss */
.product-info-booking {
  background-color: #fff;
  min-height: 200px;
}
/* line 3731, ../../sass/_style.scss */
.product-info-booking h2 {
  padding: 20px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  background-color: #c93f71;
}
/* line 3741, ../../sass/_style.scss */
.product-info-booking .info-booking-about {
  padding: 15px;
}

/* line 3747, ../../sass/_style.scss */
.info-line {
  padding-left: 40px;
  background-color: #d6c48a;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.17);
  margin-bottom: 10px;
  position: relative;
  border: solid 1px #fff;
}
/* line 3755, ../../sass/_style.scss */
.info-line .fa {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  left: 0;
  top: 0;
}
/* line 3767, ../../sass/_style.scss */
.info-line .info {
  padding: 10px 15px;
  font-size: 13px;
  background-color: #fff;
}

/* line 3774, ../../sass/_style.scss */
.product-custom-1 {
  padding-top: 40px;
}
/* line 3777, ../../sass/_style.scss */
.product-custom-1:after, .product-custom-1:before {
  display: block;
  content: '';
  clear: both;
}
/* line 3783, ../../sass/_style.scss */
.product-custom-1 .content-container {
  min-height: 220px;
}
/* line 3787, ../../sass/_style.scss */
.product-custom-1 h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #c93f71;
}

/* line 3798, ../../sass/_style.scss */
.why-section {
  padding: 40px 0;
  margin-bottom: 40px;
  background-color: #fff;
  text-align: center;
}
/* line 3804, ../../sass/_style.scss */
.why-section h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #c93f71;
}
/* line 3812, ../../sass/_style.scss */
.why-section h3:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 3px;
  background-color: #c93f71;
  width: 120px;
}
/* line 3827, ../../sass/_style.scss */
.why-section .why-icons .why-icon-holder {
  width: 25%;
  float: left;
  text-align: center;
}
/* line 3832, ../../sass/_style.scss */
.why-section .why-icons .why-icon-holder .why-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 3em;
  line-height: 100px;
  border: solid 2px #333;
  color: #c93f71;
  border-radius: 50%;
}
/* line 3843, ../../sass/_style.scss */
.why-section .why-icons .why-icon-holder .why-text {
  clear: both;
  padding-top: 15px;
  font-size: 14px;
}
/* line 3848, ../../sass/_style.scss */
.why-section .why-icons .why-icon-holder .why-text h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

/* line 3863, ../../sass/_style.scss */
.one-line-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
/* line 3869, ../../sass/_style.scss */
.one-line-items li {
  display: block;
  padding: 8px 0px;
  border-bottom: solid 1px #CDCDCD;
}
/* line 3874, ../../sass/_style.scss */
.one-line-items li b {
  display: block;
}

/* line 3880, ../../sass/_style.scss */
.top-product-section {
  background-color: #FFFFFF;
  padding-top: 15px;
}
/* line 3884, ../../sass/_style.scss */
.top-product-section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
  padding: 0px 15px;
  font-size: 28px;
  color: #444;
}

/* line 3895, ../../sass/_style.scss */
.book-now-container {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 3901, ../../sass/_style.scss */
.book-now-container a.book-now-btn {
  background-color: #c93f71;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 35px;
  border-radius: 30px;
}

/* line 3911, ../../sass/_style.scss */
.slider-thumbnails {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: solid 1px #E3E3E3;
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 3921, ../../sass/_style.scss */
.slider-thumbnails:after, .slider-thumbnails:before {
  display: block;
  clear: both;
  content: '';
}
/* line 3927, ../../sass/_style.scss */
.slider-thumbnails > li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 5px;
  width: 10%;
}

/* line 3936, ../../sass/_style.scss */
#package-carousel {
  bottom: 0;
  padding-bottom: 5px;
  background-color: #fff;
  margin-bottom: 3px;
  border-bottom: solid 1px #bfbfbf;
}

/* line 3944, ../../sass/_style.scss */
.contact-logo-bg {
  padding-top: 200px;
  background-image: url(../images/contact-logo-bg.png);
  background-repeat: no-repeat;
  background-position: center 20px;
}
/* line 3950, ../../sass/_style.scss */
.contact-logo-bg h3 {
  color: #555;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: solid 1px #b9b9b9;
}

/* line 3960, ../../sass/_style.scss */
.container-ctt-social {
  text-align: center;
  background-color: #544b39;
  padding: 60px 0;
  box-sizing: border-box;
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 3971, ../../sass/_style.scss */
.container-ctt-social h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 40px;
  padding-top: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}
/* line 3981, ../../sass/_style.scss */
.container-ctt-social .btn {
  background-color: #c93f71;
  border-color: #c93f71;
  color: #fff;
  padding: 15px 20px;
}
/* line 3987, ../../sass/_style.scss */
.container-ctt-social .btn:hover {
  background-color: #c93f71;
  border-color: #c93f71;
  color: #fff;
}
/* line 3994, ../../sass/_style.scss */
.container-ctt-social #home-contact-form {
  max-width: 600px;
  margin: 0 auto;
}

/* line 4000, ../../sass/_style.scss */
#back-top {
  bottom: 65px;
  right: 0px;
  position: fixed;
  margin: 0;
  font-family: Calibri, arial;
  font-size: 11px;
  font-weight: 700;
  z-index: 9999;
  display: none;
}

/* line 4012, ../../sass/_style.scss */
.home-about-us {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1fafe;
  line-height: 18px;
  text-align: justify;
  font-size: 14px;
}
/* line 4025, ../../sass/_style.scss */
.home-about-us h3 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

/* line 4034, ../../sass/_style.scss */
.stock {
  font-size: 12px;
  padding: 5px 0;
  font-weight: bold;
}
/* line 4039, ../../sass/_style.scss */
.stock.stock-ok {
  color: #009700;
}
/* line 4043, ../../sass/_style.scss */
.stock.stock-ko {
  color: #cc0000;
}

/* line 4049, ../../sass/_style.scss */
.products-section-light .products-section-title {
  background-color: #FFFFFF86;
  padding: 40px;
  color: #000000;
  font-size: 16px;
}
/* line 4055, ../../sass/_style.scss */
.products-section-light .products-section-title a {
  color: inherit;
}
/* line 4059, ../../sass/_style.scss */
.products-section-light .products-section-title span {
  color: #555;
  display: inline-block;
  margin-right: 10px;
}
/* line 4065, ../../sass/_style.scss */
.products-section-light .products-section-title b {
  display: inline-block;
  margin-right: 10px;
}
/* line 4070, ../../sass/_style.scss */
.products-section-light .products-section-title .show-more {
  font-weight: lighter;
  float: right;
}
/* line 4074, ../../sass/_style.scss */
.products-section-light .products-section-title .show-more > span {
  font-size: 12px;
}
/* line 4078, ../../sass/_style.scss */
.products-section-light .products-section-title .show-more i.fa {
  color: #6d1c6a;
  font-size: 16px;
}
/* line 4083, ../../sass/_style.scss */
.products-section-light .products-section-title .show-more:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  /* line 4090, ../../sass/_style.scss */
  .products-section-light .products-section-title {
    padding: 20px;
  }
  /* line 4093, ../../sass/_style.scss */
  .products-section-light .products-section-title .show-more {
    float: none;
    text-align: left;
    padding-top: 10px;
    display: block;
  }
}

/* line 4104, ../../sass/_style.scss */
.products-slick-light .slick-product-container {
  padding: 0px 10px;
}

/* line 4109, ../../sass/_style.scss */
.product-item-light {
  background-color: #fff;
  margin-bottom: 30px;
}
/* line 4113, ../../sass/_style.scss */
.product-item-light .product-item-light-inner {
  position: relative;
  text-align: center;
  padding-bottom: 60px;
}
/* line 4118, ../../sass/_style.scss */
.product-item-light .product-item-light-inner .product-img {
  padding: 40px 40px 30px;
  display: block;
}
/* line 4122, ../../sass/_style.scss */
.product-item-light .product-item-light-inner .product-img img {
  width: 100%;
}
/* line 4127, ../../sass/_style.scss */
.product-item-light .product-item-light-inner h3 {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  line-height: 20px;
  height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 4136, ../../sass/_style.scss */
.product-item-light .product-item-light-inner h3 a {
  text-decoration: none;
  color: inherit;
}
/* line 4142, ../../sass/_style.scss */
.product-item-light .product-item-light-inner h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
/* line 4149, ../../sass/_style.scss */
.product-item-light .product-item-light-inner .rating span {
  display: none;
}
/* line 4153, ../../sass/_style.scss */
.product-item-light .product-item-light-inner .rating i {
  font-size: 14px;
  color: #FFD500;
}
/* line 4159, ../../sass/_style.scss */
.product-item-light .product-item-light-inner .btn-favorites {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 991px) {
  /* line 4159, ../../sass/_style.scss */
  .product-item-light .product-item-light-inner .btn-favorites {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0);
  }
}
/* line 4175, ../../sass/_style.scss */
.product-item-light .product-item-light-inner .stock {
  padding: 15px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
}
/* line 4182, ../../sass/_style.scss */
.product-item-light .product-item-light-inner .stock.stock-ok {
  color: #3BB54C;
}
/* line 4186, ../../sass/_style.scss */
.product-item-light .product-item-light-inner .stock.stock-ko {
  color: #FF0000;
}
/* line 4192, ../../sass/_style.scss */
.product-item-light .product-item-light-inner .btn-cart {
  padding: 15px 20px;
  background: #6d1c6a;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 4113, ../../sass/_style.scss */
  .product-item-light .product-item-light-inner {
    padding-bottom: 100px;
  }
  /* line 4205, ../../sass/_style.scss */
  .product-item-light .product-item-light-inner .product-img {
    padding: 20px;
  }
  /* line 4208, ../../sass/_style.scss */
  .product-item-light .product-item-light-inner .btn-cart {
    width: 100%;
    text-align: center;
    left: 0;
  }
  /* line 4213, ../../sass/_style.scss */
  .product-item-light .product-item-light-inner .stock {
    bottom: 45px;
  }
}

/* line 4221, ../../sass/_style.scss */
.product-item {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  border: solid 1px #E3E3E3;
  border-radius: 5px;
}
/* line 4233, ../../sass/_style.scss */
.product-item .product-item-inner h3 {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 4242, ../../sass/_style.scss */
.product-item .product-item-inner h3 a {
  color: #333;
  font-weight: bold;
}
/* line 4248, ../../sass/_style.scss */
.product-item .product-item-inner h5 {
  font-size: 14px;
  font-weight: bold;
  color: #6d1c6a;
}
/* line 4254, ../../sass/_style.scss */
.product-item .product-item-inner .rating {
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 4258, ../../sass/_style.scss */
.product-item .product-item-inner .rating a {
  color: #555;
}
/* line 4262, ../../sass/_style.scss */
.product-item .product-item-inner .rating i {
  color: #fc0;
}
/* line 4268, ../../sass/_style.scss */
.product-item .product-item-inner .actions .btn {
  display: block;
  border: solid 1px #E3E3E3;
  margin-bottom: 5px;
  font-size: 13px;
  color: #222;
  padding: 10px;
  border-radius: 3px;
}
/* line 4278, ../../sass/_style.scss */
.product-item .product-item-inner .actions .btn-cart {
  background-color: #c93f71;
  border: solid 1px #c93f71;
  color: #fff;
}
/* line 4284, ../../sass/_style.scss */
.product-item .product-item-inner .actions .btn-details {
  margin-left: 5px;
}
/* line 4289, ../../sass/_style.scss */
.product-item .product-item-inner .actions .btn-favorites.active {
  color: #fc0;
}
@media screen and (max-width: 767px) {
  /* line 4221, ../../sass/_style.scss */
  .product-item {
    padding: 10px;
  }
}

/* line 4307, ../../sass/_style.scss */
.panel-bordered {
  background: #FFFFFF;
  border: 1px solid #f3f3f3;
  padding: 40px 30px 40px 30px;
  margin-bottom: 30px;
  border-radius: 25px;
  box-shadow: 0px 5px 15px #0000000a;
}

/* line 4315, ../../sass/_style.scss */
.box-shadow-box, .cart-item-list .cart-line-total {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

/* line 4321, ../../sass/_style.scss */
.product-overview {
  display: flex;
  margin-bottom: 10px;
}
/* line 4325, ../../sass/_style.scss */
.product-overview .product-content {
  flex-grow: 1;
  padding-right: 20px;
}
/* line 4328, ../../sass/_style.scss */
.product-overview .product-content .box-shadow-box, .product-overview .product-content .cart-item-list .cart-line-total, .cart-item-list .product-overview .product-content .cart-line-total {
  border-radius: 12px;
}
/* line 4333, ../../sass/_style.scss */
.product-overview .app-options {
  min-width: 300px;
}
/* line 4336, ../../sass/_style.scss */
.product-overview .app-options > .box-shadow-box, .product-overview .cart-item-list .app-options > .cart-line-total, .cart-item-list .product-overview .app-options > .cart-line-total {
  padding: 30px;
}
/* line 4339, ../../sass/_style.scss */
.product-overview .app-options > .box-shadow-box img, .product-overview .cart-item-list .app-options > .cart-line-total img, .cart-item-list .product-overview .app-options > .cart-line-total img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 4321, ../../sass/_style.scss */
  .product-overview {
    flex-direction: column;
  }
  /* line 4348, ../../sass/_style.scss */
  .product-overview .product-content {
    margin-bottom: 15px;
    padding-right: 0px !important;
  }
  /* line 4352, ../../sass/_style.scss */
  .product-overview .app-options {
    margin-bottom: 15px;
  }
}

/* line 4358, ../../sass/_style.scss */
.option-lines {
  margin-bottom: 30px;
}
/* line 4361, ../../sass/_style.scss */
.option-lines .option-line {
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
  height: 46px;
  font-size: 12px;
  color: #555;
  display: flex;
  align-items: center;
}
/* line 4371, ../../sass/_style.scss */
.option-lines .option-line > span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #c93f71;
}
/* line 4378, ../../sass/_style.scss */
.option-lines .option-line > i {
  display: inline-block;
  width: 48px;
  height: 45px;
  background-color: #6d1c6a;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 11px;
}
/* line 4390, ../../sass/_style.scss */
.option-lines .option-line > i span {
  display: inline-block;
}

/* line 4410, ../../sass/_style.scss */
.addthis_inline_share_toolbox {
  margin-top: 15px;
  padding-top: 15px;
}
/* line 4414, ../../sass/_style.scss */
.addthis_inline_share_toolbox .at-icon-wrapper {
  border-radius: 50% !important;
}

/* line 4420, ../../sass/_style.scss */
.product-cart-modal .btn {
  border-radius: 12px;
  padding: 15px 25px;
}
/* line 4425, ../../sass/_style.scss */
.product-cart-modal .table-bordered {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 1px 6px #0000003b;
}
/* line 4431, ../../sass/_style.scss */
.product-cart-modal .table-bordered h4 {
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 4436, ../../sass/_style.scss */
.product-cart-modal .table-bordered h4 a {
  color: #000;
}
@media screen and (max-width: 767px) {
  /* line 4442, ../../sass/_style.scss */
  .product-cart-modal .text-right, .product-cart-modal .text-left {
    text-align: center !important;
    margin-bottom: 10px;
  }
}

/* line 4449, ../../sass/_style.scss */
.quantity-control {
  display: inline-block;
}
/* line 4451, ../../sass/_style.scss */
.quantity-control.quantity-control-loading {
  position: relative;
}
/* line 4453, ../../sass/_style.scss */
.quantity-control.quantity-control-loading input {
  color: #fff;
}
/* line 4456, ../../sass/_style.scss */
.quantity-control.quantity-control-loading:after {
  display: block;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 4469, ../../sass/_style.scss */
.quantity-control .btn-control-minus, .quantity-control .btn-control-plus {
  height: 30px;
  display: inline-block;
  width: 30px;
  background-color: #6d1c6a;
  color: #fff;
  border-radius: 6px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
/* line 4479, ../../sass/_style.scss */
.quantity-control .btn-control-minus:active, .quantity-control .btn-control-minus:hover, .quantity-control .btn-control-minus:focus, .quantity-control .btn-control-plus:active, .quantity-control .btn-control-plus:hover, .quantity-control .btn-control-plus:focus {
  text-decoration: none;
}
/* line 4483, ../../sass/_style.scss */
.quantity-control input {
  transition: color 0.3s;
  height: 30px;
  width: 60px;
  border: solid 1px #E3E3E3;
  padding: 5px 8px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
}

/* line 4495, ../../sass/_style.scss */
.quantity-box {
  user-select: none;
  margin-right: 10px;
}
/* line 4499, ../../sass/_style.scss */
.quantity-box span {
  cursor: pointer;
}
/* line 4503, ../../sass/_style.scss */
.quantity-box .minus, .quantity-box .plus {
  width: 30px;
  height: 52px;
  background: #f2f2f2;
  padding: 8px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 12px;
  font-size: 26px;
  line-height: 34px;
}
/* line 4517, ../../sass/_style.scss */
.quantity-box input {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  padding: 10px;
}

/* line 4526, ../../sass/_style.scss */
.input-card-qtty {
  height: 52px;
  border: solid 1px #E3E3E3;
  padding: 10px 15px;
  line-height: 30px;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
}

/* line 4538, ../../sass/_style.scss */
.product-months {
  background-color: #fff;
  padding: 10px;
}
/* line 4542, ../../sass/_style.scss */
.product-months h4 {
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
  text-decoration: underline;
}
/* line 4549, ../../sass/_style.scss */
.product-months .row {
  background-color: #fff;
  margin: 0;
}
/* line 4553, ../../sass/_style.scss */
.product-months .row .col-xs-1 {
  padding: 0;
}
/* line 4556, ../../sass/_style.scss */
.product-months .row .col-xs-1 span {
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 11px;
  background-color: #E3E3E3;
  color: #999;
  cursor: pointer;
  border: solid 1px #fff;
}
/* line 4566, ../../sass/_style.scss */
.product-months .row .col-xs-1 span.active {
  background-color: #1e9821;
  color: #fff;
}

/* line 4575, ../../sass/_style.scss */
.about-img-text-more {
  background-color: #f3f3f3;
  padding: 40px 0px 20px;
}
/* line 4580, ../../sass/_style.scss */
.about-img-text-more .container-section-desc > h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #c93f71;
}
/* line 4591, ../../sass/_style.scss */
.about-img-text-more .container-section-desc > p {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
/* line 4600, ../../sass/_style.scss */
.about-img-text-more .container-section-desc > p:before {
  top: auto;
  bottom: 0;
}

/* line 4609, ../../sass/_style.scss */
.shadow-box, .one-img-text-more {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/* line 4619, ../../sass/_style.scss */
.one-img-text-more {
  margin-bottom: 40px;
}
/* line 4623, ../../sass/_style.scss */
.one-img-text-more .img-container {
  position: relative;
  display: block;
  background-color: #111;
}
/* line 4628, ../../sass/_style.scss */
.one-img-text-more .img-container .title-bloc {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
}
/* line 4640, ../../sass/_style.scss */
.one-img-text-more .img-container .title-bloc span {
  position: absolute;
  display: inline-block;
  z-index: 10;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
/* line 4647, ../../sass/_style.scss */
.one-img-text-more .img-container .title-bloc:after {
  z-index: 9;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  content: '';
  background-color: #6d1c6a;
  width: 50px;
  height: 50px;
}
/* line 4662, ../../sass/_style.scss */
.one-img-text-more .img-container img {
  width: 100%;
  opacity: 1;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 4669, ../../sass/_style.scss */
.one-img-text-more .img-container:hover img {
  opacity: 0.5;
}
/* line 4675, ../../sass/_style.scss */
.one-img-text-more .content-container {
  text-align: center;
  padding: 15px;
}
/* line 4679, ../../sass/_style.scss */
.one-img-text-more .content-container h2 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 22px;
}
/* line 4690, ../../sass/_style.scss */
.one-img-text-more .content-container p {
  font-size: 14px;
}
/* line 4694, ../../sass/_style.scss */
.one-img-text-more .content-container hr {
  border-color: #EFEFEF;
  width: 70%;
  margin: 15px auto;
}
/* line 4700, ../../sass/_style.scss */
.one-img-text-more .content-container a {
  display: inline-block;
  padding: 10px 25px;
  border: solid 1px #c93f71;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c93f71;
}
/* line 4709, ../../sass/_style.scss */
.one-img-text-more .content-container a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #c93f71;
}

/* line 4718, ../../sass/_style.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 4722, ../../sass/_style.scss */
.one-img-text-more-2 {
  margin-bottom: 40px;
  padding-top: 120px;
}
/* line 4726, ../../sass/_style.scss */
.one-img-text-more-2 .inner-2 {
  border: 5px solid #e4f1fe;
}
/* line 4729, ../../sass/_style.scss */
.one-img-text-more-2 .inner-2 .img-container {
  background-color: #e4f1fe;
  height: 120px;
}
/* line 4733, ../../sass/_style.scss */
.one-img-text-more-2 .inner-2 .img-container img {
  margin-top: -120px;
  max-width: 100%;
}
/* line 4739, ../../sass/_style.scss */
.one-img-text-more-2 .inner-2 .content-container {
  padding: 40px;
}
/* line 4742, ../../sass/_style.scss */
.one-img-text-more-2 .inner-2 .content-container > h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #6d1c6a;
}
/* line 4753, ../../sass/_style.scss */
.one-img-text-more-2 .inner-2 .content-container > p {
  margin-bottom: 20px;
}
/* line 4757, ../../sass/_style.scss */
.one-img-text-more-2 .inner-2 .content-container > a {
  min-width: 200px;
}

/* line 4765, ../../sass/_style.scss */
.img-and-content {
  padding: 25px 0;
}
/* line 4769, ../../sass/_style.scss */
.img-and-content .inner-content .container {
  display: flex;
  flex-direction: row;
}
/* line 4774, ../../sass/_style.scss */
.img-and-content .inner-content .img-container {
  align-items: center;
  display: flex;
}
/* line 4778, ../../sass/_style.scss */
.img-and-content .inner-content .img-container img {
  max-width: 500px;
  align-items: center;
}
/* line 4784, ../../sass/_style.scss */
.img-and-content .inner-content .content-container {
  padding: 50px 0 50px 50px;
  text-align: justify;
  text-align-last: left;
}
/* line 4789, ../../sass/_style.scss */
.img-and-content .inner-content .content-container h2, .img-and-content .inner-content .content-container h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}
/* line 4800, ../../sass/_style.scss */
.img-and-content .inner-content .content-container h3 {
  font-size: 18px;
  text-align: left;
}
/* line 4808, ../../sass/_style.scss */
.img-and-content.img-and-content-inverse .container {
  display: flex;
  flex-direction: row-reverse;
}
/* line 4813, ../../sass/_style.scss */
.img-and-content.img-and-content-inverse .content-container {
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  /* line 4765, ../../sass/_style.scss */
  .img-and-content {
    padding: 30px 0;
  }
  /* line 4822, ../../sass/_style.scss */
  .img-and-content .inner-content .container {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  /* line 4828, ../../sass/_style.scss */
  .img-and-content .inner-content .content-container {
    padding: 40px;
    text-align: center;
  }
  /* line 4832, ../../sass/_style.scss */
  .img-and-content .inner-content .content-container h2 {
    text-align: center;
  }
  /* line 4837, ../../sass/_style.scss */
  .img-and-content .inner-content .img-container img {
    margin: 0;
    width: 100%;
  }
  /* line 4843, ../../sass/_style.scss */
  .img-and-content.img-and-content-inverse .container {
    flex-direction: column;
  }
  /* line 4847, ../../sass/_style.scss */
  .img-and-content.img-and-content-inverse .content-container {
    padding: 40px;
    text-align: center;
  }
}

/* line 4856, ../../sass/_style.scss */
#form-add-to-cart .action {
  display: flex;
}

/* line 4862, ../../sass/_style.scss */
.product-attribute {
  padding: 10px 15px;
  font-size: 13px;
  margin-bottom: 5px;
  background: #fff;
  border: solid 1px #E4E4E4;
  border-radius: 4px;
  display: inline-block;
  border-radius: 12px;
}
/* line 4872, ../../sass/_style.scss */
.product-attribute.product-attribute-stock {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
}
/* line 4878, ../../sass/_style.scss */
.product-attribute.product-attribute-stock b {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 4885, ../../sass/_style.scss */
  .product-attribute.product-attribute-stock {
    position: initial;
  }
}
/* line 4892, ../../sass/_style.scss */
.section-banners .row-banners {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 4896, ../../sass/_style.scss */
.section-banners .row-banners .col-sm-3, .section-banners .row-banners .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 4900, ../../sass/_style.scss */
.section-banners .row-banners .col-sm-3 a, .section-banners .row-banners .col-xs-6 a {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 4908, ../../sass/_style.scss */
.section-banners-colors {
  margin-bottom: 15px;
}
/* line 4911, ../../sass/_style.scss */
.section-banners-colors .container-inner {
  border: solid 2px #fc0;
}
/* line 4915, ../../sass/_style.scss */
.section-banners-colors .title-ban {
  background-color: #fc0;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
/* line 4923, ../../sass/_style.scss */
.section-banners-colors .title-ban h2 {
  margin: 0;
}
/* line 4927, ../../sass/_style.scss */
.section-banners-colors .title-ban p {
  margin-bottom: 0;
}
/* line 4932, ../../sass/_style.scss */
.section-banners-colors .banner-container {
  padding: 15px;
}
/* line 4936, ../../sass/_style.scss */
.section-banners-colors .row-banners {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 4940, ../../sass/_style.scss */
.section-banners-colors .row-banners .col-sm-3, .section-banners-colors .row-banners .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 4944, ../../sass/_style.scss */
.section-banners-colors .row-banners .col-sm-3 a, .section-banners-colors .row-banners .col-xs-6 a {
  display: inline-block;
}

/* line 4952, ../../sass/_style.scss */
.container-menu-kids .navbar-header .navbar-toggle {
  padding-top: 17px;
  padding-bottom: 17px;
}

/* line 4958, ../../sass/_style.scss */
.section-gallery {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 0;
}
/* line 4963, ../../sass/_style.scss */
.section-gallery .row-gallery {
  margin: 0;
}
/* line 4966, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 {
  padding: 5px;
}
/* line 4969, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 a {
  display: block;
  position: relative;
}
/* line 4973, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 a img {
  position: relative;
  z-index: 5;
}
/* line 4978, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 a:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.56);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 8;
  opacity: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 4992, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 a:before {
  content: '\f002';
  background-color: rgba(255, 255, 255, 0.26);
  position: absolute;
  display: block;
  left: 50%;
  top: 60%;
  z-index: 9;
  opacity: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
}
/* line 5015, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 a:hover:after {
  opacity: 1;
}
/* line 5019, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 a:hover:before {
  opacity: 1;
  top: 50%;
}
/* line 5025, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 a span.gal-desc {
  display: block;
  padding: 10px 0;
  box-shadow: 0px 0px 3px #cacaca;
  font-size: 12px;
  color: #150e00;
}
/* line 5032, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 a span.gal-desc b {
  display: block;
  border-bottom: solid 1px #EFEFEF;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
/* line 5039, ../../sass/_style.scss */
.section-gallery .row-gallery .col-sm-3 a span.gal-desc i {
  font-style: normal;
}

/* line 5048, ../../sass/_style.scss */
.carousel-inner > .item > h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  padding: 0px 20px;
  background: #d46c00;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

/* line 5062, ../../sass/_style.scss */
.call-us-container {
  padding: 30px;
  text-align: center;
  background-color: #c93f71;
  color: #000;
}
/* line 5068, ../../sass/_style.scss */
.call-us-container h4 {
  font-size: 26px;
}
/* line 5072, ../../sass/_style.scss */
.call-us-container h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 5078, ../../sass/_style.scss */
.call-us-container h2 span {
  display: inline-block;
  vertical-align: middle;
}
/* line 5083, ../../sass/_style.scss */
.call-us-container h2:after, .call-us-container h2:before {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #000;
  content: '';
  margin: 0 10px;
  vertical-align: middle;
}
/* line 5094, ../../sass/_style.scss */
.call-us-container p {
  font-size: 30px;
}

/* line 5099, ../../sass/_style.scss */
.top-products-container {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 5107, ../../sass/_style.scss */
.top-products-container .main-title, .top-products-container .contact-map-container h2, .contact-map-container .top-products-container h2 {
  font-weight: bolder;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
}
/* line 5113, ../../sass/_style.scss */
.top-products-container .main-title span, .top-products-container .contact-map-container h2 span, .contact-map-container .top-products-container h2 span {
  font-size: 15px;
}

/* line 5119, ../../sass/_style.scss */
.search-panel {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
  padding: 25px 40px;
  border-radius: 12px;
}
/* line 5126, ../../sass/_style.scss */
.search-panel > h2 {
  margin: 0;
  padding: 15px 0px;
  font-size: 18px;
  border-bottom: solid 1px #eaeaea;
  font-weight: bold;
}
/* line 5134, ../../sass/_style.scss */
.search-panel > .navbar-collapse {
  padding: 0;
}
/* line 5138, ../../sass/_style.scss */
.search-panel .search-bloc {
  padding: 15px 0;
}
/* line 5141, ../../sass/_style.scss */
.search-panel .search-bloc h3 {
  font-size: 14px;
  font-weight: normal;
  color: #888;
  margin: 0;
  padding: 0 0 10px 0;
}
/* line 5149, ../../sass/_style.scss */
.search-panel .search-bloc .form-control {
  height: 40px;
  border-radius: 12px;
  border: none;
  background: #F8F8F8;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 5159, ../../sass/_style.scss */
.search-panel .search-bloc .form-control:focus, .search-panel .search-bloc .form-control:active {
  box-shadow: none;
  border: none;
}
/* line 5166, ../../sass/_style.scss */
.search-panel .search-bloc #prices_search_html {
  float: right;
  color: #111;
}
/* line 5171, ../../sass/_style.scss */
.search-panel .search-bloc #prices_search {
  margin-left: 10px;
  margin-right: 10px;
  height: 10px;
  border: none;
}
/* line 5177, ../../sass/_style.scss */
.search-panel .search-bloc #prices_search .ui-state-default {
  width: 21px;
  height: 21px;
  background: #c93f71;
  border: 3px solid #FFFFFFC2;
  border-radius: 50%;
}
/* line 5185, ../../sass/_style.scss */
.search-panel .search-bloc #prices_search .ui-slider-range {
  height: 10px;
  background-color: #6d1c6a;
  border: none;
}
/* line 5193, ../../sass/_style.scss */
.search-panel .search-bloc .brands-list-search > div, .search-panel .search-bloc .categories-list-search > div {
  display: block;
  margin-bottom: 2px;
  border: solid 1px #E3E3E3;
  position: relative;
  padding: 8px 12px;
  padding-right: 25px;
  font-size: 12px;
  border-radius: 18px;
}
/* line 5207, ../../sass/_style.scss */
.search-panel .search-bloc .brands-list-search > div a, .search-panel .search-bloc .categories-list-search > div a {
  position: absolute;
  right: 8px;
  top: 7px;
  width: 20px;
  height: 20px;
  background-color: #E3E3E3;
  color: #222;
  display: inline-block;
  border-radius: 10px;
  font-size: 11px;
  padding: 3px 0;
  text-align: center;
}
/* line 5263, ../../sass/_style.scss */
.search-panel .search-bloc .options-list-search {
  display: block;
  margin-bottom: 2px;
  border: solid 1px #E3E3E3;
  position: relative;
  padding: 0;
  font-size: 12px;
  border-radius: 12px;
  box-shadow: 0px 1px 5px #0000001f;
  max-height: 165px;
  overflow: hidden;
}
/* line 5275, ../../sass/_style.scss */
.search-panel .search-bloc .options-list-search > input {
  height: 36px;
  border: none;
  display: block;
  width: 100%;
  padding: 5px 15px;
  line-height: 26px;
  font-size: 12px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 5285, ../../sass/_style.scss */
.search-panel .search-bloc .options-list-search > input:focus {
  outline: none;
}
/* line 5290, ../../sass/_style.scss */
.search-panel .search-bloc .options-list-search .scrollable-options {
  max-height: 130px;
  width: 110%;
  overflow: hidden;
  overflow-y: auto;
}
/* line 5297, ../../sass/_style.scss */
.search-panel .search-bloc .options-list-search .check-box-line {
  display: block;
  margin: 0;
  padding: 5px 10px;
  border-bottom: solid 1px #EFEFEF;
}

/* line 5307, ../../sass/_style.scss */
.categories-section {
  margin-bottom: 15px;
}
/* line 5310, ../../sass/_style.scss */
.categories-section .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
/* line 5316, ../../sass/_style.scss */
.categories-section .flex-row .flex-column {
  width: 16.6%;
  padding: 5px 0;
}
/* line 5322, ../../sass/_style.scss */
.categories-section .category-thumb {
  background-color: #fff;
  border: solid 1px #EFEFEF;
  box-shadow: 0px 1px 2px #EFEFEF;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  height: 100%;
}
/* line 5332, ../../sass/_style.scss */
.categories-section .category-thumb h3 {
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
  margin-top: 5px;
  border-top: solid 1px #EFEFEF;
  font-weight: bold;
}
/* line 5340, ../../sass/_style.scss */
.categories-section .category-thumb h3 a {
  color: #111;
}

/* line 5348, ../../sass/_style.scss */
.categories-list .row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-flow: wrap;
}
/* line 5354, ../../sass/_style.scss */
.categories-list .row > div {
  position: relative;
  margin-bottom: 10px;
}
/* line 5360, ../../sass/_style.scss */
.categories-list .category-thumb {
  background-color: #fff;
  border: solid 1px #EFEFEF;
  box-shadow: 0px 1px 2px #EFEFEF;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  height: 100%;
}
/* line 5370, ../../sass/_style.scss */
.categories-list .category-thumb h3 {
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
  margin-top: 5px;
  border-top: solid 1px #EFEFEF;
  font-weight: bold;
}
/* line 5378, ../../sass/_style.scss */
.categories-list .category-thumb h3 a {
  color: #111;
}

@media screen and (max-width: 400px) {
  /* line 5387, ../../sass/_style.scss */
  .top-products-list .col-xs-6 {
    width: 100%;
  }
}

/* line 5394, ../../sass/_style.scss */
.product-gallery-container .product-thumbs-preview {
  padding: 1px;
  border: solid 1px #E3E3E3;
  margin-bottom: 10px;
  border-radius: 5px;
}

/* line 5403, ../../sass/_style.scss */
.product-thumbs > a {
  display: inline-block;
  padding: 1px;
  border: solid 1px #E3E3E3;
  width: 82px;
  border-radius: 5px;
}

/* line 5412, ../../sass/_style.scss */
.btn-favorites-top {
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 12px;
}
/* line 5422, ../../sass/_style.scss */
.btn-favorites-top:hover {
  background-color: #EFEFEF;
}
/* line 5426, ../../sass/_style.scss */
.btn-favorites-top i {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 5412, ../../sass/_style.scss */
  .btn-favorites-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* line 5436, ../../sass/_style.scss */
.cart-widget-container {
  padding: 25px 0px;
  flex-grow: 1;
}

/* line 5441, ../../sass/_style.scss */
.cart-widget {
  display: inline-block;
  float: right;
  background: #fff;
  padding: 12px 15px;
  height: 50px;
  font-size: 12px;
  color: #727272;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
}
/* line 5454, ../../sass/_style.scss */
.cart-widget:hover {
  background-color: #EFEFEF;
  color: #555;
  text-decoration: none;
}
/* line 5460, ../../sass/_style.scss */
.cart-widget .cart-title {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  font-weight: normal;
  line-height: 26px;
}
/* line 5471, ../../sass/_style.scss */
.cart-widget .cart-widget-content {
  display: inline-block;
  vertical-align: middle;
}
/* line 5475, ../../sass/_style.scss */
.cart-widget .cart-widget-content .cart-price {
  line-height: 25px;
  font-size: 15px;
}
/* line 5481, ../../sass/_style.scss */
.cart-widget .icon-cart {
  display: inline-block;
  vertical-align: middle;
}
/* line 5487, ../../sass/_style.scss */
.cart-widget .icones-cart {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}
/* line 5493, ../../sass/_style.scss */
.cart-widget .icones-cart .cart-has-product {
  top: -10px;
  right: -10px;
  background-color: #6d1c6a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  font-style: normal;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}

/* line 5511, ../../sass/_style.scss */
.cart-empty-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 5516, ../../sass/_style.scss */
.cart-empty-content .alert-warning {
  width: 100%;
  text-align: center;
  padding: 55px;
}
/* line 5521, ../../sass/_style.scss */
.cart-empty-content .btn-default {
  padding: 20px 50px;
  border-radius: 12px;
  font-size: 18px;
}

/* line 5528, ../../sass/_style.scss */
.cart-details-container .cart-inner {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 500px;
  border-radius: 12px;
}
/* line 5534, ../../sass/_style.scss */
.cart-details-container .cart-inner .table-bordered {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 5539, ../../sass/_style.scss */
  .cart-details-container .cart-inner {
    padding: 0px;
    background-color: transparent;
  }
}

/* line 5547, ../../sass/_style.scss */
.cart-inner-forms label.radio-check {
  display: flex;
  padding: 5px;
  border: solid 1px #E3E3E3;
}
/* line 5552, ../../sass/_style.scss */
.cart-inner-forms label.radio-check input {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
/* line 5558, ../../sass/_style.scss */
.cart-inner-forms label.radio-check span {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}
/* line 5566, ../../sass/_style.scss */
.cart-inner-forms h2 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
  font-size: 24px;
}
/* line 5572, ../../sass/_style.scss */
.cart-inner-forms h2:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 3px;
  background-color: #6d1c6a;
}
/* line 5584, ../../sass/_style.scss */
.cart-inner-forms .form-control {
  border-radius: 0;
  box-shadow: 2px 2px 0px #E3E3E3;
  border: solid 1px #cccccc;
  padding: 10px;
  height: 45px;
  line-height: 25px;
}
/* line 5594, ../../sass/_style.scss */
.cart-inner-forms .form-group label {
  font-weight: normal;
  font-size: 13px;
}
/* line 5600, ../../sass/_style.scss */
.cart-inner-forms .form-registration-panel {
  padding: 70px;
}
@media screen and (max-width: 767px) {
  /* line 5605, ../../sass/_style.scss */
  .cart-inner-forms .form-registration-panel {
    padding: 0px;
    margin-bottom: 50px;
  }
}

/* line 5612, ../../sass/_style.scss */
.line-text-cart {
  line-height: 53px;
}
@media screen and (max-width: 767px) {
  /* line 5612, ../../sass/_style.scss */
  .line-text-cart {
    line-height: 20px;
    font-size: 14px;
  }
}

/* line 5620, ../../sass/_style.scss */
.cart-product-line {
  font-size: 13px;
}
/* line 5623, ../../sass/_style.scss */
.cart-product-line .cart-product-img {
  display: inline-block;
  width: 53px;
  float: left;
  margin-right: 10px;
  padding: 1px;
  border: solid 1px #E3E3E3;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  /* line 5633, ../../sass/_style.scss */
  .cart-product-line .cart-product-options {
    clear: both;
  }
}

/* line 5640, ../../sass/_style.scss */
.cart-total-line {
  font-weight: bold;
  font-size: 15px;
}
/* line 5644, ../../sass/_style.scss */
.cart-total-line > td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-align: right;
}

/* line 5651, ../../sass/_style.scss */
.btn-login, .btn-login-facebook {
  display: block;
  padding: 10px 20px;
  background-color: #6d1c6a;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 100%;
}

/* line 5661, ../../sass/_style.scss */
.btn-login-facebook {
  background-color: #4672e5;
}

/* line 5665, ../../sass/_style.scss */
.google-button, .facebook-button {
  height: 46px;
  border-width: 0;
  background: white;
  color: #313131;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  padding: 5px;
  display: block;
  /* border: solid 1px #EFEFEF; */
  margin-bottom: 10px;
}
/* line 5681, ../../sass/_style.scss */
.google-button:focus, .google-button:hover, .facebook-button:focus, .facebook-button:hover {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
/* line 5688, ../../sass/_style.scss */
.google-button:active, .facebook-button:active {
  background-color: #e5e5e5;
  box-shadow: none;
  transition-duration: 10ms;
}

/* line 5695, ../../sass/_style.scss */
.google-button__icon, .facebook-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}

/* line 5704, ../../sass/_style.scss */
.google-button__icon--plus, .facebook-button__icon--plus {
  width: 27px;
}

/* line 5708, ../../sass/_style.scss */
.google-button__text, .facebook-button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto', arial, sans-serif;
}

/* line 5717, ../../sass/_style.scss */
.my-lg-btn, .btn-pay-now {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #6d1c6a;
  color: #fff;
}
/* line 5724, ../../sass/_style.scss */
.my-lg-btn:hover, .btn-pay-now:hover {
  text-decoration: none;
  color: #fff;
}

/* line 5730, ../../sass/_style.scss */
.btn-pay-now {
  background-color: #f15e26;
  color: #fff;
}

/* line 5736, ../../sass/_style.scss */
.top-product-line {
  margin-bottom: 30px;
  box-shadow: 0px 5px 5px #EFEFEF;
  border: solid 1px #E3E3E3;
}
/* line 5742, ../../sass/_style.scss */
.top-product-line .img-container img {
  width: 100%;
}
/* line 5747, ../../sass/_style.scss */
.top-product-line .footer-top-product {
  text-align: center;
  background-color: #fff;
  padding: 5px 20px 15px;
  position: relative;
}
/* line 5753, ../../sass/_style.scss */
.top-product-line .footer-top-product h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 20px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}
/* line 5762, ../../sass/_style.scss */
.top-product-line .footer-top-product h2 a {
  color: #333;
  text-decoration: none;
}
/* line 5767, ../../sass/_style.scss */
.top-product-line .footer-top-product h2:after {
  display: block;
  width: 40%;
  height: 2px;
  background-color: #c93f71;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 5779, ../../sass/_style.scss */
.top-product-line .footer-top-product h3 {
  font-size: 11px;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
  position: absolute;
  right: 20px;
  top: 10px;
  text-align: right;
}
/* line 5790, ../../sass/_style.scss */
.top-product-line .footer-top-product h3 b {
  font-size: 22px;
  display: block;
  color: #c93f71;
}
/* line 5795, ../../sass/_style.scss */
.top-product-line .footer-top-product h3 b span {
  font-size: 16px;
  color: #555;
  font-weight: lighter;
  vertical-align: top;
}
/* line 5803, ../../sass/_style.scss */
.top-product-line .footer-top-product h3:after {
  display: block;
  width: 40%;
  height: 2px;
  background-color: #555;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 5815, ../../sass/_style.scss */
.top-product-line .footer-top-product .top-product-about {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: justify;
  text-align-last: center;
}
/* line 5822, ../../sass/_style.scss */
.top-product-line .footer-top-product .btn-info-product {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  background-color: #a62f5a;
  width: 100%;
  border-radius: 4px;
}
/* line 5831, ../../sass/_style.scss */
.top-product-line .footer-top-product .btn-info-product span {
  display: inline-block;
  padding: 0px 10px;
}

/* line 5839, ../../sass/_style.scss */
.btn-app-style {
  text-align: center;
  color: #fff;
  background-color: #c93f71;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 40px;
  min-width: 200px;
}
/* line 5851, ../../sass/_style.scss */
.btn-app-style:hover, .btn-app-style:active, .btn-app-style:focus {
  background-color: #a62f5a;
}

/* line 5856, ../../sass/_style.scss */
.contact-map-container {
  padding: 15px;
  border-color: #E7E7E7;
  box-shadow: 0 1px 0 #cfcfcf;
  border-radius: 0px;
  margin-bottom: 15px;
  background-color: #fff;
}
/* line 5864, ../../sass/_style.scss */
.contact-map-container h2 {
  font-size: 26px;
  margin: 0;
  padding: 10px;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
/* line 5874, ../../sass/_style.scss */
.contact-map-container h2:after {
  display: block;
  content: '';
  background-color: #999;
  height: 2px;
  width: 150px;
  left: 50%;
  bottom: 0px;
  position: absolute;
  transform: translateX(-50%);
}

/**********
start our menus
**********/
/* line 5892, ../../sass/_style.scss */
.text-then-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

/* line 5900, ../../sass/_style.scss */
.image-then-text {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 30px;
  margin-bottom: 60px;
}

/* line 5910, ../../sass/_style.scss */
.text-then-image .menu-text-card-inner {
  position: absolute;
  z-index: 1;
  top: 9%;
  min-height: 370px;
}
/* line 5917, ../../sass/_style.scss */
.text-then-image .menu-image-card {
  float: right;
  right: 0;
}

/* line 5924, ../../sass/_style.scss */
.image-then-text .menu-image-card-inner {
  position: absolute;
}
/* line 5928, ../../sass/_style.scss */
.image-then-text .menu-image-card {
  float: left;
  left: 0;
}
/* line 5933, ../../sass/_style.scss */
.image-then-text .menu-text-card-inner {
  z-index: 1;
  min-height: 370px;
  float: right;
  right: 0;
}
/* line 5940, ../../sass/_style.scss */
.image-then-text .menu-text-card {
  margin-top: 9%;
}

@media screen and (max-width: 767px) {
  /* line 5946, ../../sass/_style.scss */
  .text-then-image .menu-text-card-inner,
  .image-then-text .menu-image-card-inner,
  .image-then-text .menu-text-card,
  .image-then-text .menu-text-card-inner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    min-height: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* line 5961, ../../sass/_style.scss */
.menu-text-card {
  background-color: #fff;
  border: 1px solid rgba(152, 152, 152, 0.25);
  padding: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 5969, ../../sass/_style.scss */
.menu-text-card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
/* line 5975, ../../sass/_style.scss */
.menu-text-card h2 {
  color: #333;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 5981, ../../sass/_style.scss */
.menu-text-card h2 span {
  color: #c93f71;
  font-weight: bold;
  float: right;
}
/* line 5988, ../../sass/_style.scss */
.menu-text-card .feedback-stars {
  margin-bottom: 5px;
  display: inline-block;
}
/* line 5992, ../../sass/_style.scss */
.menu-text-card .feedback-stars li {
  float: left;
}
/* line 5995, ../../sass/_style.scss */
.menu-text-card .feedback-stars li .fa {
  font-size: 14px;
  color: #f6cd61;
  margin-right: 5px;
}
/* line 6003, ../../sass/_style.scss */
.menu-text-card .about {
  font-size: 15px;
  margin-bottom: 10px;
}
/* line 6008, ../../sass/_style.scss */
.menu-text-card .menu-features {
  margin-bottom: 15px;
}
/* line 6011, ../../sass/_style.scss */
.menu-text-card .menu-features li {
  margin: 0 5px 10px 0;
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #999;
  color: rgba(74, 78, 77, 0.8);
  font-size: 14px;
}
/* line 6017, ../../sass/_style.scss */
.menu-text-card .menu-features li:last-child {
  margin-bottom: 0;
}
/* line 6024, ../../sass/_style.scss */
.menu-text-card .menu-features li .fa {
  color: #3da4ab;
  font-size: 14px;
  margin-right: 5px;
}
/* line 6032, ../../sass/_style.scss */
.menu-text-card .btn-dark {
  display: inline-block;
  padding: 10px 25px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #c93f71;
}

/**********
end our menus
**********/
/* line 6046, ../../sass/_style.scss */
.page-top-content {
  text-align: center;
  margin: 30px;
  padding: 15px 50px;
}
/* line 6051, ../../sass/_style.scss */
.page-top-content h2 {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  /* line 6046, ../../sass/_style.scss */
  .page-top-content {
    margin: 0;
    padding: 15px 10px;
  }
}

/* line 6064, ../../sass/_style.scss */
.toggle-search {
  display: none;
  float: right;
  padding: 25px 9px;
  font-size: 21px;
  color: #555555;
}
@media screen and (max-width: 768px) {
  /* line 6064, ../../sass/_style.scss */
  .toggle-search {
    display: none;
    padding: 12px 15px;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    background: #fff;
    margin-top: 15px;
    font-size: 17px;
  }
}

/* line 6082, ../../sass/_style.scss */
.top-header-container form {
  display: flex;
  flex-direction: column;
  position: relative;
}
/* line 6086, ../../sass/_style.scss */
.top-header-container form .suggestion-list {
  display: none;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  border: solid 1px #E3E3E3;
  position: absolute;
  top: 76px;
  left: 20px;
  width: calc(100% - 40px);
}
/* line 6096, ../../sass/_style.scss */
.top-header-container form .suggestion-list > button {
  display: block;
  border: none !important;
  background: #fff;
  text-align: center;
  color: #c93f71;
  padding: 10px;
  width: 100%;
  font-size: 12px;
}
/* line 6107, ../../sass/_style.scss */
.top-header-container form .suggestion-list .suggestions-control {
  background-color: #EFEFEF;
  padding: 10px;
  font-size: 12px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 6113, ../../sass/_style.scss */
.top-header-container form .suggestion-list .suggestions-control > a {
  float: right;
  font-size: 18px;
  color: #ff2f00;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 6px;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  margin: -8px;
}
/* line 6130, ../../sass/_style.scss */
.top-header-container .product-list-item {
  display: block;
  padding: 10px;
  padding-left: 65px;
  min-height: 60px;
  border-bottom: solid 1px #E3E3E3;
  position: relative;
  text-decoration: none;
  height: 60px;
  overflow: hidden;
}
/* line 6141, ../../sass/_style.scss */
.top-header-container .product-list-item:hover {
  background-color: #EFEFEF;
}
/* line 6145, ../../sass/_style.scss */
.top-header-container .product-list-item > img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: 5px;
  border: solid 1px #E3E3E3;
}
/* line 6154, ../../sass/_style.scss */
.top-header-container .product-list-item > h4 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  overflow: hidden;
  color: #555;
  max-height: 32px;
  overflow: hidden;
}
/* line 6167, ../../sass/_style.scss */
.top-header-container .product-list-item > span {
  display: block;
  color: #6d1c6a;
  font-size: 15px;
}

/* line 6175, ../../sass/_style.scss */
.icones-ico {
  display: inline-block;
}

@media (min-width: 1440px) {
  /* line 6180, ../../sass/_style.scss */
  .container {
    width: 1400px;
  }
}
/* line 6184, ../../sass/_style.scss */
.cart-item-list {
  padding: 10px 0;
}
/* line 6186, ../../sass/_style.scss */
.cart-item-list .cart-product-line-outer {
  border: solid 1px #E3E3E3;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0px 1px 4px #00000026;
  background-color: #fff;
}
/* line 6194, ../../sass/_style.scss */
.cart-item-list .cart-product-line-outer .cart-product-line {
  border-bottom: solid 1px #E3E3E3;
  padding: 10px 45px 10px 10px;
  position: relative;
}
/* line 6198, ../../sass/_style.scss */
.cart-item-list .cart-product-line-outer .cart-product-line .btn-danger {
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 6205, ../../sass/_style.scss */
.cart-item-list .cart-product-line-outer .product-line-bottom {
  padding: 10px;
  display: flex;
  align-items: center;
}
/* line 6209, ../../sass/_style.scss */
.cart-item-list .cart-product-line-outer .product-line-bottom > b {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
/* line 6214, ../../sass/_style.scss */
.cart-item-list .cart-product-line-outer .product-line-bottom .line-text-cart {
  margin-left: auto;
  line-height: 30px;
  font-weight: bold;
  color: #6d1c6a;
}
/* line 6222, ../../sass/_style.scss */
.cart-item-list .cart-line-total {
  text-align: right;
  border-radius: 12px;
}
/* line 6226, ../../sass/_style.scss */
.cart-item-list .cart-line-total .cart-total-price {
  font-weight: bold;
  color: #6d1c6a;
}

/* line 6232, ../../sass/_style.scss */
.panel-command-form {
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 50px;
  font-size: 13px;
}
/* line 6238, ../../sass/_style.scss */
.panel-command-form .form-control {
  border-radius: 4px;
  box-shadow: 0px 1px 6px inset #00000030;
  height: 38px;
  background: #ffffff;
  border: solid 1px #b1b1b1;
}
/* line 6245, ../../sass/_style.scss */
.panel-command-form h2 {
  font-size: 26px;
}
