/*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: #fff;
  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: #c93f71;
}
/* 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 115, ../sass/partials/_menu.scss */
.menu-container {
  background-color: #fff;
}
/* line 117, ../sass/partials/_menu.scss */
.menu-container > .container {
  display: flex;
}
/* line 119, ../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 129, ../sass/partials/_menu.scss */
.menu-container > .container form .initial-form {
  display: flex;
}
/* line 131, ../sass/partials/_menu.scss */
.menu-container > .container form .initial-form input {
  height: 50px;
  border-radius: 12px;
  padding: 10px 20px;
  margin-right: 10px;
  flex-grow: 1;
  background-color: #EFEFEF;
  border: solid 1px #E3E3E3;
  font-size: 13px;
}
/* line 141, ../sass/partials/_menu.scss */
.menu-container > .container form .initial-form input:focus {
  outline: none;
}
/* line 146, ../sass/partials/_menu.scss */
.menu-container > .container form .initial-form button {
  display: inline-block;
  background-color: #c93f71;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 15px 15px;
  height: 50px;
  line-height: 20px;
}
/* line 156, ../sass/partials/_menu.scss */
.menu-container > .container form .initial-form button:focus {
  outline: none;
}
/* line 160, ../sass/partials/_menu.scss */
.menu-container > .container form .initial-form button > span {
  display: none;
}
@media screen and (max-width: 991px) {
  /* line 170, ../sass/partials/_menu.scss */
  .menu-container > .container {
    flex-direction: column;
  }
  /* line 173, ../sass/partials/_menu.scss */
  .menu-container > .container form {
    display: none;
  }
  /* line 178, ../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 186, ../sass/partials/_menu.scss */
  .menu-container > .container.show-search form input {
    margin: 0;
    border-radius: 25px;
  }
  /* line 192, ../sass/partials/_menu.scss */
  .menu-container > .container.show-search form button {
    display: none;
  }
  /* line 198, ../sass/partials/_menu.scss */
  .menu-container > .container .cart-widget-container {
    padding: 15px 0;
  }
  /* line 201, ../sass/partials/_menu.scss */
  .menu-container > .container .cart-widget-container .cart-widget {
    display: block;
    float: none;
  }
}

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

/* line 224, ../sass/partials/_menu.scss */
.header-top {
  color: #fff;
  background-color: #c93f71;
  padding: 8px 0;
  line-height: 40px;
  font-size: 12px;
}
/* line 231, ../sass/partials/_menu.scss */
.header-top .phones > span, .header-top .account-panel > span {
  display: inline-block;
  margin-right: 15px;
}
/* line 235, ../sass/partials/_menu.scss */
.header-top .phones span, .header-top .account-panel span {
  vertical-align: middle;
}
/* line 238, ../sass/partials/_menu.scss */
.header-top .phones i, .header-top .account-panel i {
  vertical-align: middle;
  filter: brightness(6);
}
/* line 244, ../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 256, ../sass/partials/_menu.scss */
.header-top a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  /* line 260, ../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 224, ../sass/partials/_menu.scss */
  .header-top {
    text-align: center !important;
    display: none;
  }
  /* line 269, ../sass/partials/_menu.scss */
  .header-top .account-panel {
    text-align: center !important;
  }
}

/* line 275, ../sass/partials/_menu.scss */
.top-right-menu {
  display: flex;
  justify-content: end;
  align-items: center;
}
/* line 279, ../sass/partials/_menu.scss */
.top-right-menu .languages-flags {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 284, ../sass/partials/_menu.scss */
.top-right-menu .languages-flags li {
  display: flex;
}
/* line 286, ../sass/partials/_menu.scss */
.top-right-menu .languages-flags li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 1px;
  color: #333333;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

/* line 335, ../sass/partials/_menu.scss */
.main-parent-category {
  position: relative;
}
/* line 338, ../sass/partials/_menu.scss */
.main-parent-category:hover .category-panel {
  display: block;
}
/* line 342, ../sass/partials/_menu.scss */
.main-parent-category .category-panel {
  padding-left: 0px;
  left: 0;
  display: none;
  position: absolute;
  z-index: 10;
  top: 48px;
}
/* line 349, ../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 359, ../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block {
  padding-left: 0px;
  position: relative;
}
/* line 362, ../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 371, ../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 376, ../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 385, ../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 397, ../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block ul li {
  position: relative;
}
/* line 401, ../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 406, ../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 414, ../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 419, ../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 425, ../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block ul li:hover > ul {
  display: block;
}
/* line 432, ../sass/partials/_menu.scss */
.main-parent-category .category-panel .category-panel-inner .subcategory-block:hover > a {
  text-decoration: none;
  background-color: #EFEFEF;
}
/* line 436, ../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: #c93f71;
  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 304, icones/*.png */
.icones-sprite, .icones-back, .icones-beaux-arts, .icones-cart-24-white, .cart-widget .icon-cart, .icones-cart, .icones-cash, .icones-check, .icones-delivery, .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-s67a6775de2.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../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, ../../../../../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, ../../../../../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, ../../../../../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, ../../../../../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, ../../../../../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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icones-delivery {
  background-position: 0 -245px;
  height: 80px;
  width: 80px;
}

/* line 84, ../../../../../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 -325px;
  height: 12px;
  width: 15px;
}

/* line 84, ../../../../../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 -337px;
  height: 20px;
  width: 26px;
}

/* line 84, ../../../../../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 -357px;
  height: 32px;
  width: 32px;
}

/* line 84, ../../../../../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 -389px;
  height: 16px;
  width: 18px;
}

/* line 84, ../../../../../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 -405px;
  height: 18px;
  width: 19px;
}

/* line 84, ../../../../../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 -423px;
  height: 19px;
  width: 13px;
}

/* line 84, ../../../../../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 -442px;
  height: 19px;
  width: 19px;
}

/* line 84, ../../../../../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 -461px;
  height: 18px;
  width: 20px;
}

/* line 84, ../../../../../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 -479px;
  height: 17px;
  width: 16px;
}

/* line 84, ../../../../../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 -496px;
  height: 16px;
  width: 16px;
}

/* line 84, ../../../../../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 -512px;
  height: 47px;
  width: 62px;
}

/* line 84, ../../../../../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 -559px;
  height: 80px;
  width: 80px;
}

/* line 84, ../../../../../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 -639px;
  height: 15px;
  width: 15px;
}

/* line 84, ../../../../../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 -654px;
  height: 17px;
  width: 16px;
}

/* line 84, ../../../../../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 -671px;
  height: 59px;
  width: 50px;
}

/* line 84, ../../../../../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 -730px;
  height: 40px;
  width: 40px;
}

/* line 84, ../../../../../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 -770px;
  height: 19px;
  width: 19px;
}

/* line 84, ../../../../../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 -789px;
  height: 20px;
  width: 21px;
}

/* line 84, ../../../../../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 -809px;
  height: 23px;
  width: 19px;
}

/* line 84, ../../../../../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 -832px;
  height: 32px;
  width: 32px;
}

/* line 84, ../../../../../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 -864px;
  height: 18px;
  width: 19px;
}

/* line 84, ../../../../../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 -882px;
  height: 55px;
  width: 64px;
}

/* line 84, ../../../../../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 -937px;
  height: 33px;
  width: 35px;
}

/* line 84, ../../../../../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 -970px;
  height: 20px;
  width: 24px;
}

/* line 84, ../../../../../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 -990px;
  height: 32px;
  width: 32px;
}

/* line 84, ../../../../../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 -1022px;
  height: 16px;
  width: 16px;
}

/* line 20, ../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 28, ../sass/style.scss */
header {
  display: block;
  z-index: 120;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  /* line 28, ../sass/style.scss */
  header {
    position: relative;
    left: auto;
    top: auto;
  }
}

/* line 42, ../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 49, ../sass/style.scss */
.form-login .btn {
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  background-color: #c93f71;
  color: #fff;
  border: none;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
}
/* line 57, ../sass/style.scss */
.form-login .btn:hover {
  background-color: #a62f5a;
}
/* line 61, ../sass/style.scss */
.form-login .form-control {
  border-radius: 5px;
  padding: 10px 15px;
  height: 48px;
  border: solid 1px #E3E3E3;
}
/* line 68, ../sass/style.scss */
.form-login h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

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

/* line 87, ../sass/style.scss */
.section-text-btn {
  padding: 160px 0 100px;
  text-align: center;
  background-color: #c93f71;
  background-image: url(../images/bg-green.jpg);
  background-position: center center;
  position: relative;
}
/* line 95, ../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 105, ../sass/style.scss */
.section-text-btn .svg-top {
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
/* line 113, ../sass/style.scss */
.section-text-btn .svg-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 122, ../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 131, ../sass/style.scss */
.main-btn:hover, .one-img-text-more-2 .inner-2 .content-container > a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 138, ../sass/style.scss */
.container-slider {
  position: relative;
}
/* line 141, ../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 141, ../sass/style.scss */
  .container-slider .search-form-container {
    width: 100%;
    left: 0;
    transform: none;
  }
}

/* line 157, ../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 163, ../sass/style.scss */
.bloc-option {
  text-align: center;
  padding: 15px 0;
  border-bottom: solid 1px #E3E3E3;
}
/* line 168, ../sass/style.scss */
.bloc-option:last-child {
  border-bottom: none;
}
/* line 172, ../sass/style.scss */
.bloc-option .icon {
  display: inline-block;
}
/* line 176, ../sass/style.scss */
.bloc-option b {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

/* line 183, ../sass/style.scss */
.product-slider {
  border-radius: 5px;
  overflow: hidden;
}
/* line 187, ../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 200, ../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 210, ../sass/style.scss */
.product-slider .slick-dots li.slick-active {
  background-color: #c93f71;
}
/* line 214, ../sass/style.scss */
.product-slider .slick-dots li button {
  display: none;
}

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

/* line 230, ../sass/style.scss */
.products-section {
  margin-bottom: 20px;
}
/* line 233, ../sass/style.scss */
.products-section.products-section-color {
  border: solid 2px #E3E3E3;
}
/* line 236, ../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 240, ../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 249, ../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 253, ../sass/style.scss */
.products-section.products-section-color .products-section-title .show-more {
  background-color: #fff;
  color: #131313 !important;
}
/* line 261, ../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 268, ../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 268, ../sass/style.scss */
  .products-section .products-section-title .show-more {
    display: none;
  }
}
/* line 290, ../sass/style.scss */
.products-section .products-section-title a {
  text-decoration: none;
  color: inherit;
}
/* line 294, ../sass/style.scss */
.products-section .products-section-title a:hover {
  text-decoration: none;
}
/* line 298, ../sass/style.scss */
.products-section .products-section-title a.show-more span {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
/* line 306, ../sass/style.scss */
.products-section .products-section-title b {
  display: block;
  font-weight: bold;
  color: #c93f71;
}
/* line 312, ../sass/style.scss */
.products-section .products-section-title span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}
/* line 320, ../sass/style.scss */
.products-section .products-section-slick {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 323, ../sass/style.scss */
.products-section .products-section-slick .slick-product-container {
  padding: 0px 10px;
  text-align: center;
}
/* line 328, ../sass/style.scss */
.products-section .products-section-slick .slick-slider {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 332, ../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 350, ../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 363, ../sass/style.scss */
.products-section .products-section-slick .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: -24px;
}
/* line 367, ../sass/style.scss */
.products-section .products-section-slick .slick-slider .slick-arrow.slick-next:after {
  content: "\f105";
}
@media screen and (max-width: 767px) {
  /* line 328, ../sass/style.scss */
  .products-section .products-section-slick .slick-slider {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 381, ../sass/style.scss */
.home-slider-container {
  margin-bottom: 10px;
}
/* line 384, ../sass/style.scss */
.home-slider-container #products-slider {
  max-height: 400px;
  overflow: hidden;
}
/* line 387, ../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 397, ../sass/style.scss */
.home-slider-container #products-slider.slick-initialized {
  max-height: none;
}
/* line 399, ../sass/style.scss */
.home-slider-container #products-slider.slick-initialized:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  /* line 406, ../sass/style.scss */
  .home-slider-container #products-slider {
    max-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  /* line 411, ../sass/style.scss */
  .home-slider-container #products-slider {
    max-height: 200px;
  }
}
@media screen and (max-width: 400px) {
  /* line 416, ../sass/style.scss */
  .home-slider-container #products-slider {
    max-height: 150px;
  }
}
/* line 421, ../sass/style.scss */
.home-slider-container .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 425, ../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 431, ../sass/style.scss */
.home-slider-container .panel-home {
  min-height: 400px;
}
@media screen and (max-width: 991px) {
  /* line 437, ../sass/style.scss */
  .home-slider-container .panel-home {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 443, ../sass/style.scss */
  .home-slider-container .panel-home-deliveries {
    display: flex;
    flex-direction: row;
  }
  /* line 447, ../sass/style.scss */
  .home-slider-container .panel-home-deliveries .bloc-option {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
  }
}

/* line 457, ../sass/style.scss */
.two-slider-container {
  display: flex;
}
/* line 460, ../sass/style.scss */
.two-slider-container .w-75 {
  width: 75%;
  margin-right: 15px;
}
/* line 465, ../sass/style.scss */
.two-slider-container .w-25 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  /* line 457, ../sass/style.scss */
  .two-slider-container {
    flex-direction: column;
  }
  /* line 471, ../sass/style.scss */
  .two-slider-container .w-75, .two-slider-container .w-25 {
    margin: 0;
    width: 100%;
  }
}

/* line 478, ../sass/style.scss */
.home-slider-full {
  height: 360px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #E3E3E3;
}
/* line 485, ../sass/style.scss */
.home-slider-full .slick-list, .home-slider-full .slick-track {
  height: 360px;
  position: relative;
}
/* line 490, ../sass/style.scss */
.home-slider-full .slide-item {
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
}
/* line 497, ../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 509, ../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 527, ../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 540, ../sass/style.scss */
.home-slider-full .slick-arrow.slick-next {
  left: auto;
  right: 15px;
}
/* line 544, ../sass/style.scss */
.home-slider-full .slick-arrow.slick-next:after {
  content: "\f105";
}

/* line 552, ../sass/style.scss */
.home-slider {
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}
/* line 557, ../sass/style.scss */
.home-slider .mc-cycle {
  position: absolute;
  z-index: 1;
}
/* line 562, ../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 581, ../sass/style.scss */
.home-slider .slick-arrow:hover {
  right: 5px;
  opacity: 0.3;
}
/* line 587, ../sass/style.scss */
.home-slider.slick-prev {
  right: auto;
  left: 14px;
}
/* line 591, ../sass/style.scss */
.home-slider.slick-prev:hover {
  left: 5px;
}
/* line 596, ../sass/style.scss */
.home-slider .slider-container {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  /* line 552, ../sass/style.scss */
  .home-slider {
    padding-top: 50px;
  }
}

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

/* line 648, ../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 666, ../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 679, ../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 648, ../sass/style.scss */
  .in-slide-content {
    margin: 0;
  }
  /* line 693, ../sass/style.scss */
  .in-slide-content h2 {
    font-size: 26px;
  }
  /* line 696, ../sass/style.scss */
  .in-slide-content p {
    font-size: 15px;
  }
}
/* line 701, ../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 712, ../sass/style.scss */
.light-text {
  color: #ddd;
  text-shadow: 0 1px 0 #666;
}

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

/* line 725, ../sass/style.scss */
.content-grid .grid-col {
  padding: 0;
  border-right: 1px solid #f1f1f1;
}
/* line 738, ../sass/style.scss */
.content-grid .grid-item {
  position: relative;
  overflow: hidden;
  height: 340px;
  background: #fff;
  box-shadow: 0 1px 2px #E3E3E3;
}
/* line 745, ../sass/style.scss */
.content-grid .grid-item .animated-content {
  height: 240px;
  position: relative;
  overflow: hidden;
}
/* line 751, ../sass/style.scss */
.content-grid .grid-item .footer-item-content {
  padding: 10px 15px;
}
/* line 754, ../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 767, ../sass/style.scss */
.content-grid .grid-item .footer-item-content h2 a {
  color: #262626;
}
/* line 770, ../sass/style.scss */
.content-grid .grid-item .footer-item-content h2 a:hover {
  text-decoration: none;
}
/* line 776, ../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 785, ../sass/style.scss */
.content-grid .grid-item .footer-item-content .properties {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 101;
}
/* line 791, ../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 805, ../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 815, ../sass/style.scss */
.content-grid .grid-item .footer-item-content .properties span i {
  font-size: 1em;
}
/* line 829, ../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 836, ../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 738, ../sass/style.scss */
  .content-grid .grid-item {
    height: 300px;
  }
  /* line 851, ../sass/style.scss */
  .content-grid .grid-item .animated-content {
    height: 200px;
  }
}
/* line 857, ../sass/style.scss */
.content-grid .grid-item:hover .item-title {
  color: #c93f71;
}
/* line 861, ../sass/style.scss */
.content-grid .grid-item:hover .item-more {
  border: 1px solid #c93f71;
  color: #c93f71;
}
/* line 867, ../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 876, ../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 887, ../sass/style.scss */
.content-grid .grid-item .item-footer .product-actions .product-book {
  border-left: solid 1px rgba(255, 255, 255, 0.55);
}
/* line 894, ../sass/style.scss */
.content-grid .grid-item:hover .item-footer {
  opacity: 1;
  bottom: 25px;
}
/* line 899, ../sass/style.scss */
.content-grid .grid-item:hover .item-details {
  opacity: 0;
  margin-top: -20px;
}
/* line 907, ../sass/style.scss */
.content-grid .item-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 915, ../sass/style.scss */
.content-grid .item-thumbnail img {
  width: 100%;
  height: 100%;
}
/* line 920, ../sass/style.scss */
.content-grid .item-thumbnail:hover + .item-content:before {
  top: 0;
  border-width: 0 22px 0 22px;
}
/* line 927, ../sass/style.scss */
.content-grid .item-content {
  padding: 15px 15px 0;
  position: absolute;
  height: 180px;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 936, ../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 945, ../sass/style.scss */
.content-grid .item-title a {
  text-decoration: none !important;
  color: #ffffff;
  font-weight: lighter;
}
/* line 951, ../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 962, ../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 975, ../sass/style.scss */
.content-grid .item-price {
  display: none;
  line-height: 1;
}
/* line 979, ../sass/style.scss */
.content-grid .item-price .price-label {
  font-size: 12px;
  color: rgba(254, 253, 255, 0.57);
}
/* line 984, ../sass/style.scss */
.content-grid .item-price .price-number {
  display: block;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 993, ../sass/style.scss */
.content-grid .item-price .price-currency {
  font-size: 15px;
  vertical-align: super;
  font-weight: normal;
  color: #fb8508;
}
/* line 1004, ../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 1018, ../sass/style.scss */
.content-grid .item-more:hover {
  background: #c93f71;
  color: #fff !important;
  border-color: #c93f71;
}
/* line 1024, ../sass/style.scss */
.content-grid .item-more:hover:before {
  top: 0;
}
/* line 1030, ../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 1047, ../sass/style.scss */
.content-grid .item-title-title {
  font-size: 18px;
  margin-top: 0;
  width: 100%;
  height: 19px;
  overflow: hidden;
}

/* line 1057, ../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: #c93f71;
  font-weight: bold;
}
/* line 1067, ../sass/style.scss */
.default-title:after, .home-about-us h2:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 3px;
  background-color: #c93f71;
  width: 120px;
}

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

/* line 1082, ../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 1092, ../sass/style.scss */
.main-title i, .contact-map-container h2 i {
  display: inline-block;
  margin-right: 10px;
}
/* line 1098, ../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 1109, ../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 1119, ../sass/style.scss */
.home-products .article-item, .products-list .article-item {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}
/* line 1124, ../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 1135, ../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 1143, ../sass/style.scss */
.home-products .article-item .short-description > div, .products-list .article-item .short-description > div {
  height: 90px;
  overflow: hidden;
}
/* line 1149, ../sass/style.scss */
.home-products .article-item img, .products-list .article-item img {
  width: 100%;
  margin-bottom: 1px;
}

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

/* line 1174, ../sass/style.scss */
.form-fields {
  display: none;
}
/* line 1177, ../sass/style.scss */
.form-fields .form-control {
  border: solid 1px #E3E3E3;
  padding: 5px 10px;
}
/* line 1182, ../sass/style.scss */
.form-fields label {
  font-size: 13px;
}

/* line 1188, ../sass/style.scss */
.product-details .card {
  padding: 15px;
  line-height: 1.5em;
  margin: 0;
  background-color: #fff;
  margin-bottom: 15px;
}
/* line 1197, ../sass/style.scss */
.product-details .product-details-row {
  display: flex;
}
/* line 1200, ../sass/style.scss */
.product-details .product-details-row .options {
  width: 200px;
  padding-left: 15px;
  border-left: solid 1px #E3E3E3;
}
/* line 1206, ../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 1220, ../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 1233, ../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 1244, ../sass/style.scss */
.product-details .product-details-row .details .price span {
  color: #c93f71;
  font-weight: bold;
}
/* line 1252, ../sass/style.scss */
.product-details img {
  max-width: 100%;
}
/* line 1257, ../sass/style.scss */
.product-details .preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}
/* line 1262, ../sass/style.scss */
.product-details .preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}
/* line 1267, ../sass/style.scss */
.product-details .preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}
/* line 1272, ../sass/style.scss */
.product-details .preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}
/* line 1277, ../sass/style.scss */
.product-details .preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}
/* line 1281, ../sass/style.scss */
.product-details .tab-content {
  overflow: hidden;
}
/* line 1285, ../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 1294, ../sass/style.scss */
.product-details .colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 1301, ../sass/style.scss */
.product-details .product-title, .product-details .price, .product-details .sizes, .product-details .colors {
  text-transform: UPPERCASE;
  font-weight: bold;
}
/* line 1306, ../sass/style.scss */
.product-details .checked, .product-details .price span {
  color: #ff9f1a;
}
/* line 1310, ../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 1314, ../sass/style.scss */
.product-details .product-title {
  margin-top: 0;
}
/* line 1318, ../sass/style.scss */
.product-details .separator {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  height: 6px;
  border-bottom: solid 1px #EFEFEF;
}
/* line 1326, ../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 1338, ../sass/style.scss */
.product-details .color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px;
}
/* line 1347, ../sass/style.scss */
.product-details .color:first-of-type {
  margin-left: 20px;
}
/* line 1351, ../sass/style.scss */
.product-details .add-to-cart, .product-details .like {
  background: #c93f71;
  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 1364, ../sass/style.scss */
.product-details .add-to-cart:hover, .product-details .like:hover {
  background: #a62f5a;
  color: #fff;
}
/* line 1369, ../sass/style.scss */
.product-details .not-available {
  text-align: center;
  line-height: 2em;
}
/* line 1374, ../sass/style.scss */
.product-details .not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}
/* line 1380, ../sass/style.scss */
.product-details .orange {
  background: #ff9f1a;
}
/* line 1384, ../sass/style.scss */
.product-details .green {
  background: #85ad00;
}
/* line 1388, ../sass/style.scss */
.product-details .blue {
  background: #0076ad;
}
/* line 1392, ../sass/style.scss */
.product-details .tooltip-inner {
  padding: 1.3em;
}
@media screen and (max-width: 991px) {
  /* line 1397, ../sass/style.scss */
  .product-details .product-details-row {
    flex-direction: column;
  }
  /* line 1400, ../sass/style.scss */
  .product-details .product-details-row .preview {
    width: 100%;
    padding: 0;
  }
  /* line 1405, ../sass/style.scss */
  .product-details .product-details-row .details {
    width: 100%;
    padding: 0;
  }
  /* line 1410, ../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 1444, ../sass/style.scss */
.products-list {
  padding-bottom: 0;
  margin-bottom: 30px;
}
/* line 1448, ../sass/style.scss */
.products-list .grid-item {
  margin-bottom: 30px;
}
/* line 1452, ../sass/style.scss */
.products-list .product-location {
  color: #b7b3a6 !important;
  font-size: 12px;
}
/* line 1457, ../sass/style.scss */
.products-list .product-location .icons-marker-small {
  margin-right: 10px;
  vertical-align: top;
}

/* line 1466, ../sass/style.scss */
.to-hover {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 1471, ../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 1476, ../sass/style.scss */
.to-hover:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
/* line 1487, ../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 1502, ../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 1516, ../sass/style.scss */
.to-hover:hover .on-hover {
  background-color: #000;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
/* line 1523, ../sass/style.scss */
.to-hover:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

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

/* line 1541, ../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 1555, ../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 1565, ../sass/style.scss */
#form-r-index {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 1571, ../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 1585, ../sass/style.scss */
#form-r-index select {
  height: 40px;
}

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

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

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

/* line 1609, ../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 1625, ../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 1632, ../sass/style.scss */
.categoy_home h5 {
  color: #5a5a5a;
  font-size: 13px;
  font-weight: bold;
}
/* line 1638, ../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 1648, ../sass/style.scss */
.plus-infos-ann {
  width: 300px;
  height: 400px;
  float: left;
  line-height: 1.4;
  color: #333;
  margin-left: 20px;
}

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

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

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

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

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

/* line 1693, ../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 1709, ../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 1723, ../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 1733, ../sass/style.scss */
.menu-top-cat ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 350px;
  overflow: hidden;
}

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

/* line 1746, ../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 1756, ../sass/style.scss */
.menu-top-cat ul li a:hover {
  color: #FF3300;
}

/* line 1760, ../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 1773, ../sass/style.scss */
.min_img_si {
  height: 120px;
}

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

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

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

/* line 1822, ../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 1832, ../sass/style.scss */
.btn-add-photo span {
  font-size: 4em;
}

/* line 1837, ../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 1847, ../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 1854, ../sass/style.scss */
.btn-more-ads:hover {
  color: #c4c4c4;
  text-decoration: none;
}
/* line 1858, ../sass/style.scss */
.btn-more-ads:hover:before {
  text-decoration: none;
  background-color: #e2e2e2;
  color: #000;
}
/* line 1865, ../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 1883, ../sass/style.scss */
.breadcrumb {
  padding-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  font-size: 13px;
  font-weight: normal;
}
/* line 1890, ../sass/style.scss */
.breadcrumb a {
  color: #c93f71;
}

@media screen and (max-width: 767px) {
  /* line 1898, ../sass/style.scss */
  .product-details .breadcrumb li a {
    display: none;
  }
  /* line 1901, ../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 1902, ../sass/style.scss */
  .product-details .breadcrumb li:last-child a, .product-details .breadcrumb li:first-child a {
    display: block;
  }
}

/* line 1918, ../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 1929, ../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 1945, ../sass/style.scss */
.article-description {
  font-size: 14px;
}
/* line 1948, ../sass/style.scss */
.article-description hr {
  margin-bottom: 10px;
  margin-top: 10px;
}

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

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

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

/* line 1985, ../sass/style.scss */
.client-description {
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 1986, ../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 2002, ../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 2009, ../sass/style.scss */
.panel-ads-line .panel-body {
  padding: 0px 15px 15px;
}
/* line 2014, ../sass/style.scss */
.panel-ads-line .media-heading {
  font-size: 14px;
  font-weight: bold;
}
/* line 2019, ../sass/style.scss */
.panel-ads-line .ads-date {
  color: #999;
  font-size: 12px;
  padding: 3px 0;
  line-height: 12px;
}
/* line 2026, ../sass/style.scss */
.panel-ads-line .ads-line-thumb {
  position: relative;
}
/* line 2029, ../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?1593511028');
  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 2052, ../sass/style.scss */
.panel-ads-line .by-author {
  margin: 0;
}
@media (min-width: 360px) {
  /* line 2002, ../sass/style.scss */
  .panel-ads-line {
    margin-bottom: 5px;
  }
  /* line 2058, ../sass/style.scss */
  .panel-ads-line .panel-body {
    padding: 0px 5px 5px;
  }
  /* line 2062, ../sass/style.scss */
  .panel-ads-line .panel-body .row .col-xs-5 {
    width: 30%;
  }
  /* line 2066, ../sass/style.scss */
  .panel-ads-line .panel-body .row .col-xs-7 {
    width: 70%;
    font-size: 11px;
  }
  /* line 2070, ../sass/style.scss */
  .panel-ads-line .panel-body .row .col-xs-7 .media-heading {
    font-size: 12px;
  }
  /* line 2077, ../sass/style.scss */
  .panel-ads-line .ads-price-list {
    margin-right: -10px;
  }
}

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

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

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

  /* line 2104, ../sass/style.scss */
  .no-padding-left-xs {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 2111, ../sass/style.scss */
  .form-group-search {
    margin-bottom: 5px;
  }
  /* line 2114, ../sass/style.scss */
  .form-group-search input, .form-group-search select {
    height: 36px;
  }
}
/* line 2120, ../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 2120, ../sass/style.scss */
  .ads-price-list {
    font-size: 12px;
    float: none;
    margin-bottom: 5px;
  }
}

/* line 2137, ../sass/style.scss */
.annonce-details {
  padding-top: 10px;
}
/* line 2140, ../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 2149, ../sass/style.scss */
.annonce-details .img-annonce-carousel {
  margin: 0 auto;
}

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

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

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

Primary style

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

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

Modules - reusable parts of our design

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

/* line 2188, ../sass/style.scss */
.navbar {
  min-height: 50px;
}
/* line 2191, ../sass/style.scss */
.navbar .navbar-nav {
  padding: 1px 0px;
}
/* line 2194, ../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 2194, ../sass/style.scss */
  .navbar .navbar-nav a {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  /* line 2194, ../sass/style.scss */
  .navbar .navbar-nav a {
    border-top: solid 1px #E3E3E3;
    text-align: center;
    line-height: 20px;
  }
}
/* line 2213, ../sass/style.scss */
.navbar .navbar-nav a:hover, .navbar .navbar-nav a:active, .navbar .navbar-nav a:focus {
  background-color: transparent;
  color: #c93f71;
}

/* line 2221, ../sass/style.scss */
.main-slide-header {
  position: relative;
}
/* line 2224, ../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 2237, ../sass/style.scss */
  .main-slide-header .slide-content {
    font-size: 18px;
  }
}

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

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

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

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

/* line 2297, ../sass/style.scss */
.contact-section-address {
  background-color: #f1fafe;
}
/* line 2300, ../sass/style.scss */
.contact-section-address .address-row {
  display: flex;
}
/* line 2303, ../sass/style.scss */
.contact-section-address .address-row .address-info {
  width: 50%;
  padding: 50px;
  background-color: #fff;
}
/* line 2308, ../sass/style.scss */
.contact-section-address .address-row .address-info h2 {
  font-weight: bold;
  font-size: 22px;
  color: #c93f71;
}
/* line 2315, ../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 2300, ../sass/style.scss */
  .contact-section-address .address-row {
    flex-direction: column;
  }
  /* line 2327, ../sass/style.scss */
  .contact-section-address .address-row .address-info {
    width: 100%;
  }
  /* line 2330, ../sass/style.scss */
  .contact-section-address .address-row .address-bg {
    width: 100%;
  }
}

/* line 2337, ../sass/style.scss */
.why-us {
  background-color: #c93f71;
  color: #fff;
  padding: 140px 0;
  position: relative;
}
/* line 2343, ../sass/style.scss */
.why-us .top-svg, .why-us .bottom-svg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}
/* line 2351, ../sass/style.scss */
.why-us .bottom-svg {
  top: auto;
  bottom: 0;
  z-index: 3;
}
/* line 2357, ../sass/style.scss */
.why-us .why-us-container {
  position: relative;
}
/* line 2360, ../sass/style.scss */
.why-us .why-us-container .avatar {
  width: 400px;
  position: absolute;
  right: 0px;
  bottom: -140px;
  z-index: 2;
}
/* line 2368, ../sass/style.scss */
.why-us .why-us-container h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
/* line 2374, ../sass/style.scss */
.why-us .why-us-container ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
/* line 2379, ../sass/style.scss */
.why-us .why-us-container ul li {
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 2383, ../sass/style.scss */
.why-us .why-us-container ul li:before {
  font-family: fontawesome;
  content: "\f00c";
  color: #fff;
  background-color: #da7b9d;
  padding: 0 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  text-align: center;
}

/* line 2401, ../sass/style.scss */
.section-testimonials {
  background-color: #f1fafe;
  padding: 50px 0;
}
/* line 2405, ../sass/style.scss */
.section-testimonials .testimonials-slick-inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
/* line 2411, ../sass/style.scss */
.section-testimonials .testimonials-slick-inner h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  color: #c93f71;
}
/* line 2420, ../sass/style.scss */
.section-testimonials .testimonials-slick-inner h4 {
  margin-top: 15px;
  font-size: 18px;
  color: #c93f71;
}

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

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

/* line 2463, ../sass/style.scss */
.add-ad-mobile {
  padding: 9px;
  float: right;
  display: none;
}
/* line 2468, ../sass/style.scss */
.add-ad-mobile .btn {
  height: 60px;
  padding: 20px;
}
@media (max-width: 468px) {
  /* line 2468, ../sass/style.scss */
  .add-ad-mobile .btn {
    padding: 20px 8px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  /* line 2463, ../sass/style.scss */
  .add-ad-mobile {
    display: block;
  }
}
@media (max-width: 468px) {
  /* line 2463, ../sass/style.scss */
  .add-ad-mobile {
    clear: both;
    float: none;
    background: #EFEFEF;
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
  }
  /* line 2487, ../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 2500, ../sass/style.scss */
.animate {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

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

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

/* line 2527, ../sass/style.scss */
footer {
  background-color: #953c8f;
  color: #e3c2df;
  padding: 50px 0 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #86b94c;
}
/* line 2535, ../sass/style.scss */
footer .footer-top {
  margin-bottom: 50px;
}
/* line 2538, ../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 2550, ../sass/style.scss */
footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
/* line 2557, ../sass/style.scss */
footer a {
  color: #e3c2df;
}
/* line 2560, ../sass/style.scss */
footer a:hover {
  color: #e3c2df;
}
@media screen and (max-width: 767px) {
  /* line 2527, ../sass/style.scss */
  footer {
    text-align: center;
  }
}

/* line 2570, ../sass/style.scss */
.footer-map {
  position: relative;
}
/* line 2573, ../sass/style.scss */
.footer-map .top-svg-map {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 2581, ../sass/style.scss */
.footer-map .bottom-svg-map {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

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

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

/* line 2614, ../sass/style.scss */
.icon-social {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 2px;
}
/* line 2619, ../sass/style.scss */
.icon-social:hover {
  text-decoration: none;
}
/* line 2622, ../sass/style.scss */
.icon-social:hover > i {
  background-color: #bf5fb8;
}
/* line 2627, ../sass/style.scss */
.icon-social > i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
}
/* line 2634, ../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 2645, ../sass/style.scss */
.icon-social > i.social-facebook:after {
  content: '\f09a';
}
/* line 2651, ../sass/style.scss */
.icon-social > i.social-instagram:after {
  content: '\f16d';
}
/* line 2657, ../sass/style.scss */
.icon-social > i.social-twitter:after {
  content: '\f099';
}
/* line 2663, ../sass/style.scss */
.icon-social > i.social-googleplus:after {
  content: '\f0d5';
}
/* line 2669, ../sass/style.scss */
.icon-social > i.social-youtube:after {
  content: "\f167";
}

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

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

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

/* line 2709, ../sass/style.scss */
.form-contact-seller {
  width: 400px;
  height: auto;
  overflow: hidden;
}
/* line 2714, ../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 2720, ../sass/style.scss */
.form-contact-seller.contact-loading .form-sliding {
  margin-left: -400px;
}
/* line 2726, ../sass/style.scss */
.form-contact-seller.contact-ok .form-sliding {
  margin-left: -800px;
}

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

/* line 2738, ../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 2748, ../sass/style.scss */
.top-navbar {
  background: #cb4777;
  color: #FFFFFF;
  padding: 5px 0;
}
/* line 2753, ../sass/style.scss */
.top-navbar .list-inline {
  margin-bottom: 0;
  color: #555;
  font-size: 13px;
  line-height: 30px;
}
/* line 2759, ../sass/style.scss */
.top-navbar .list-inline a {
  color: #FFFFFF;
}
/* line 2762, ../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 2767, ../sass/style.scss */
.top-navbar .list-inline a.phone .fa {
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
/* line 2774, ../sass/style.scss */
.top-navbar .list-inline a.phone .fa-phone {
  padding: 4px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}
/* line 2782, ../sass/style.scss */
.top-navbar .list-inline a.whatsapp {
  background-color: #38ab26;
  padding: 11px;
}
/* line 2786, ../sass/style.scss */
.top-navbar .list-inline a.whatsapp .fa-whatsapp {
  padding: 4px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}
/* line 2798, ../sass/style.scss */
.top-navbar:after {
  clear: both;
  content: '';
  display: block;
}

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

/* line 2809, ../sass/style.scss */
#navbar-lang {
  float: right;
}
/* line 2814, ../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 2821, ../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 2830, ../sass/style.scss */
.option-group {
  margin-bottom: 15px;
}
/* line 2833, ../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 2842, ../sass/style.scss */
.option-group .label-option {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 2847, ../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 2860, ../sass/style.scss */
.option-group .label-option span:hover {
  border: solid 2px #E3E3E3;
}
/* line 2866, ../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 2874, ../sass/style.scss */
.option-group .label-option input {
  display: none;
}
/* line 2878, ../sass/style.scss */
.option-group .label-option input:checked + span {
  border-color: #1d1d1d !important;
}

/* line 2887, ../sass/style.scss */
.navbar-header {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
/* line 2892, ../sass/style.scss */
.navbar-header .navbar-brand {
  padding: 12px 0px;
  display: block;
  width: 280px;
  float: none;
  margin: 0 auto;
}
/* line 2899, ../sass/style.scss */
.navbar-header .main-logo {
  display: inline-block;
  padding: 10px 0;
  max-width: 240px;
}
@media screen and (max-width: 991px) {
  /* line 2887, ../sass/style.scss */
  .navbar-header {
    width: 100%;
    margin: 0 !important;
  }
  /* line 2907, ../sass/style.scss */
  .navbar-header .navbar-toggle {
    float: right;
    padding-top: 0px;
    clear: none;
    width: auto;
    margin-right: 0;
  }
  /* line 2914, ../sass/style.scss */
  .navbar-header .main-logo {
    width: 180px;
    padding-top: 7px;
    height: 80px;
    display: flex;
    align-items: center;
  }
  /* line 2921, ../sass/style.scss */
  .navbar-header .main-logo img {
    width: 140px;
    height: 47px;
  }
}

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

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

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

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

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

/* line 2996, ../sass/style.scss */
.navbar-site {
  border: none;
}
/* line 2999, ../sass/style.scss */
.navbar-site > .container {
  position: relative;
}

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

/* line 3030, ../sass/style.scss */
.main-btns {
  position: absolute;
  right: 20px;
  top: -40px;
  z-index: 120;
}
/* line 3036, ../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 3048, ../sass/style.scss */
.main-btns a b {
  display: block;
  font-size: 12px;
}
/* line 3053, ../sass/style.scss */
.main-btns a:hover {
  text-decoration: none;
  box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.3) inset;
}
/* line 3058, ../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 3071, ../sass/style.scss */
.main-btns .assitance {
  background-color: #5f9bff;
}
/* line 3074, ../sass/style.scss */
.main-btns .assitance:after {
  background-image: url(../images/menu-phone-icon.png);
}
/* line 3079, ../sass/style.scss */
.main-btns .quote {
  background-color: #f8bd1c;
}
/* line 3082, ../sass/style.scss */
.main-btns .quote:after {
  background-image: url(../images/menu-quote-icon.png);
}
/* line 3087, ../sass/style.scss */
.main-btns .publish {
  background-color: #85c655;
}
/* line 3090, ../sass/style.scss */
.main-btns .publish:after {
  background-image: url(../images/menu-plus-icon.png);
}
/* line 3095, ../sass/style.scss */
.main-btns .newpart {
  background-color: #f8751c;
}
/* line 3098, ../sass/style.scss */
.main-btns .newpart:after {
  background-image: url(../images/menu-part-icon.png);
}
@media screen and (max-width: 1199px) {
  /* line 3030, ../sass/style.scss */
  .main-btns {
    top: -40px;
  }
  /* line 3106, ../sass/style.scss */
  .main-btns a {
    border-radius: 0px 0px 7px 7px;
  }
}
@media screen and (max-width: 991px) {
  /* line 3030, ../sass/style.scss */
  .main-btns {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
  /* line 3115, ../sass/style.scss */
  .main-btns a {
    display: block;
    float: left;
    border-radius: 0;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  /* line 3124, ../sass/style.scss */
  .main-btns a {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  /* line 3129, ../sass/style.scss */
  .main-btns a {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3191, ../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 3204, ../sass/style.scss */
  .preview {
    margin-bottom: 20px;
  }
}
/* line 3215, ../sass/style.scss */
.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

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

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

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

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

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

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

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

@media screen and (min-width: 997px) {
  /* line 3258, ../sass/style.scss */
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 3266, ../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 3278, ../sass/style.scss */
.details .product-title {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 120px;
}

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

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

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

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

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

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

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

/* line 3331, ../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 3342, ../sass/style.scss */
.add-to-cart:hover, .like:hover {
  background: #b36800;
  color: #fff;
}

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

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

/* line 3358, ../sass/style.scss */
.orange {
  background: #ff9f1a;
}

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

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

/* line 3370, ../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 3402, ../sass/style.scss */
.singlePackage .carousel {
  margin-bottom: 30px;
}

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

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

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

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

/* line 3434, ../sass/style.scss */
.singleHotelSidebar .form-control {
  border-color: #c93f71;
}

@media (min-width: 992px) {
  /* line 3440, ../sass/style.scss */
  .singleHotelSidebar .panel-heading {
    font-size: 26px;
    line-height: 40px;
  }
}
/* line 3446, ../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 3455, ../sass/style.scss */
.singlePackage .carousel-control .icon-prev, .singlePackage .carousel-control .glyphicon-menu-left {
  margin-left: 0;
  left: 20px;
}

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

/* line 3465, ../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 3478, ../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 3483, ../sass/style.scss */
.singleHotelSidebar .panel-heading {
  font-size: 22px;
  line-height: 35px;
  text-align: center;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 3543, ../sass/style.scss */
  .singleHotelSidebar .datepickerWrap .count-input {
    margin: auto;
  }
}
@media (min-width: 992px) {
  /* line 3549, ../sass/style.scss */
  .singleHotelSidebar .datepickerWrap .count-input {
    margin-left: 0;
  }
}
/* line 3554, ../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 3569, ../sass/style.scss */
.singleHotelSidebar .datepickerWrap .count-input .incr-btn:first-child {
  left: 0;
  right: auto;
  border-right: 1px solid #eaeaea;
}

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

/* line 3579, ../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 3591, ../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 3600, ../sass/style.scss */
.singleHotelSidebar .totalCost .totalCostLeft {
  padding: 0;
}

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

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

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

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

/* line 3633, ../sass/style.scss */
.product-info {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 2px;
}
/* line 3638, ../sass/style.scss */
.product-info:after, .product-info:before {
  display: block;
  clear: both;
  content: '';
}
/* line 3645, ../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 3659, ../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 3669, ../sass/style.scss */
.product-info .properties span i {
  font-size: 1em;
}
/* line 3683, ../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 3690, ../sass/style.scss */
.product-info .properties .difficulty .icon-shoes + b {
  margin-top: -5px;
}

/* line 3702, ../sass/style.scss */
.product-info-booking {
  background-color: #fff;
  min-height: 200px;
}
/* line 3706, ../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 3716, ../sass/style.scss */
.product-info-booking .info-booking-about {
  padding: 15px;
}

/* line 3722, ../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 3730, ../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 3742, ../sass/style.scss */
.info-line .info {
  padding: 10px 15px;
  font-size: 13px;
  background-color: #fff;
}

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

/* line 3773, ../sass/style.scss */
.why-section {
  padding: 40px 0;
  margin-bottom: 40px;
  background-color: #fff;
  text-align: center;
}
/* line 3779, ../sass/style.scss */
.why-section h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #c93f71;
}
/* line 3787, ../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 3802, ../sass/style.scss */
.why-section .why-icons .why-icon-holder {
  width: 25%;
  float: left;
  text-align: center;
}
/* line 3807, ../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 3818, ../sass/style.scss */
.why-section .why-icons .why-icon-holder .why-text {
  clear: both;
  padding-top: 15px;
  font-size: 14px;
}
/* line 3823, ../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 3838, ../sass/style.scss */
.one-line-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
/* line 3844, ../sass/style.scss */
.one-line-items li {
  display: block;
  padding: 8px 0px;
  border-bottom: solid 1px #CDCDCD;
}
/* line 3849, ../sass/style.scss */
.one-line-items li b {
  display: block;
}

/* line 3855, ../sass/style.scss */
.top-product-section {
  background-color: #FFFFFF;
  padding-top: 15px;
}
/* line 3859, ../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 3870, ../sass/style.scss */
.book-now-container {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 3876, ../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 3886, ../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 3896, ../sass/style.scss */
.slider-thumbnails:after, .slider-thumbnails:before {
  display: block;
  clear: both;
  content: '';
}
/* line 3902, ../sass/style.scss */
.slider-thumbnails > li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 5px;
  width: 10%;
}

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

/* line 3919, ../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 3925, ../sass/style.scss */
.contact-logo-bg h3 {
  color: #555;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: solid 1px #b9b9b9;
}

/* line 3935, ../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 3946, ../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 3956, ../sass/style.scss */
.container-ctt-social .btn {
  background-color: #c93f71;
  border-color: #c93f71;
  color: #fff;
  padding: 15px 20px;
}
/* line 3962, ../sass/style.scss */
.container-ctt-social .btn:hover {
  background-color: #c93f71;
  border-color: #c93f71;
  color: #fff;
}
/* line 3969, ../sass/style.scss */
.container-ctt-social #home-contact-form {
  max-width: 600px;
  margin: 0 auto;
}

/* line 3975, ../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 3987, ../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 4000, ../sass/style.scss */
.home-about-us h3 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

/* line 4009, ../sass/style.scss */
.stock {
  font-size: 12px;
  padding: 5px 0;
  font-weight: bold;
}
/* line 4014, ../sass/style.scss */
.stock.stock-ok {
  color: #009700;
}
/* line 4018, ../sass/style.scss */
.stock.stock-ko {
  color: #cc0000;
}

/* line 4024, ../sass/style.scss */
.products-section-light .products-section-title {
  background-color: #FFFFFF86;
  padding: 40px;
  color: #000000;
  font-size: 16px;
}
/* line 4030, ../sass/style.scss */
.products-section-light .products-section-title a {
  color: inherit;
}
/* line 4034, ../sass/style.scss */
.products-section-light .products-section-title span {
  color: #555;
  display: inline-block;
  margin-right: 10px;
}
/* line 4040, ../sass/style.scss */
.products-section-light .products-section-title b {
  display: inline-block;
  margin-right: 10px;
}
/* line 4045, ../sass/style.scss */
.products-section-light .products-section-title .show-more {
  font-weight: lighter;
  float: right;
}
/* line 4049, ../sass/style.scss */
.products-section-light .products-section-title .show-more > span {
  font-size: 12px;
}
/* line 4053, ../sass/style.scss */
.products-section-light .products-section-title .show-more i.fa {
  color: #c93f71;
  font-size: 16px;
}
/* line 4058, ../sass/style.scss */
.products-section-light .products-section-title .show-more:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  /* line 4065, ../sass/style.scss */
  .products-section-light .products-section-title {
    padding: 20px;
  }
  /* line 4068, ../sass/style.scss */
  .products-section-light .products-section-title .show-more {
    float: none;
    text-align: left;
    padding-top: 10px;
    display: block;
  }
}

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

/* line 4084, ../sass/style.scss */
.product-item-light {
  background-color: #fff;
  margin-bottom: 30px;
}
/* line 4088, ../sass/style.scss */
.product-item-light .product-item-light-inner {
  position: relative;
  text-align: center;
  padding-bottom: 60px;
}
/* line 4093, ../sass/style.scss */
.product-item-light .product-item-light-inner .product-img {
  padding: 40px 40px 30px;
  display: block;
}
/* line 4097, ../sass/style.scss */
.product-item-light .product-item-light-inner .product-img img {
  width: 100%;
}
/* line 4102, ../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 4111, ../sass/style.scss */
.product-item-light .product-item-light-inner h3 a {
  text-decoration: none;
  color: inherit;
}
/* line 4117, ../sass/style.scss */
.product-item-light .product-item-light-inner h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
/* line 4124, ../sass/style.scss */
.product-item-light .product-item-light-inner .rating span {
  display: none;
}
/* line 4128, ../sass/style.scss */
.product-item-light .product-item-light-inner .rating i {
  font-size: 14px;
  color: #FFD500;
}
/* line 4134, ../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 4134, ../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 4150, ../sass/style.scss */
.product-item-light .product-item-light-inner .stock {
  padding: 15px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
}
/* line 4157, ../sass/style.scss */
.product-item-light .product-item-light-inner .stock.stock-ok {
  color: #3BB54C;
}
/* line 4161, ../sass/style.scss */
.product-item-light .product-item-light-inner .stock.stock-ko {
  color: #FF0000;
}
/* line 4167, ../sass/style.scss */
.product-item-light .product-item-light-inner .btn-cart {
  padding: 15px 20px;
  background: #c93f71;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 4088, ../sass/style.scss */
  .product-item-light .product-item-light-inner {
    padding-bottom: 100px;
  }
  /* line 4180, ../sass/style.scss */
  .product-item-light .product-item-light-inner .product-img {
    padding: 20px;
  }
  /* line 4183, ../sass/style.scss */
  .product-item-light .product-item-light-inner .btn-cart {
    width: 100%;
    text-align: center;
    left: 0;
  }
  /* line 4188, ../sass/style.scss */
  .product-item-light .product-item-light-inner .stock {
    bottom: 45px;
  }
}

/* line 4196, ../sass/style.scss */
.product-item {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  border: solid 1px #E3E3E3;
  border-radius: 5px;
}
/* line 4208, ../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 4217, ../sass/style.scss */
.product-item .product-item-inner h3 a {
  color: #333;
  font-weight: bold;
}
/* line 4223, ../sass/style.scss */
.product-item .product-item-inner h5 {
  font-size: 14px;
  font-weight: bold;
  color: #c93f71;
}
/* line 4229, ../sass/style.scss */
.product-item .product-item-inner .rating {
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 4233, ../sass/style.scss */
.product-item .product-item-inner .rating a {
  color: #555;
}
/* line 4237, ../sass/style.scss */
.product-item .product-item-inner .rating i {
  color: #fc0;
}
/* line 4243, ../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 4253, ../sass/style.scss */
.product-item .product-item-inner .actions .btn-cart {
  background-color: #c93f71;
  border: solid 1px #c93f71;
  color: #fff;
}
/* line 4259, ../sass/style.scss */
.product-item .product-item-inner .actions .btn-details {
  margin-left: 5px;
}
/* line 4264, ../sass/style.scss */
.product-item .product-item-inner .actions .btn-favorites.active {
  color: #fc0;
}
@media screen and (max-width: 767px) {
  /* line 4196, ../sass/style.scss */
  .product-item {
    padding: 10px;
  }
}

/* line 4282, ../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 4290, ../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 4296, ../sass/style.scss */
.product-overview {
  display: flex;
  margin-bottom: 10px;
}
/* line 4300, ../sass/style.scss */
.product-overview .product-content {
  flex-grow: 1;
  padding-right: 20px;
}
/* line 4303, ../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 4308, ../sass/style.scss */
.product-overview .app-options {
  min-width: 300px;
}
/* line 4311, ../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 4314, ../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 4296, ../sass/style.scss */
  .product-overview {
    flex-direction: column;
  }
  /* line 4323, ../sass/style.scss */
  .product-overview .product-content {
    margin-bottom: 15px;
    padding-right: 0px !important;
  }
  /* line 4327, ../sass/style.scss */
  .product-overview .app-options {
    margin-bottom: 15px;
  }
}

/* line 4333, ../sass/style.scss */
.option-lines {
  margin-bottom: 30px;
}
/* line 4336, ../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 4346, ../sass/style.scss */
.option-lines .option-line > span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #c93f71;
}
/* line 4353, ../sass/style.scss */
.option-lines .option-line > i {
  display: inline-block;
  width: 48px;
  height: 45px;
  background-color: #c93f71;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 11px;
}
/* line 4365, ../sass/style.scss */
.option-lines .option-line > i span {
  display: inline-block;
}

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

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

/* line 4424, ../sass/style.scss */
.quantity-control {
  display: inline-block;
}
/* line 4426, ../sass/style.scss */
.quantity-control.quantity-control-loading {
  position: relative;
}
/* line 4428, ../sass/style.scss */
.quantity-control.quantity-control-loading input {
  color: #fff;
}
/* line 4431, ../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 4444, ../sass/style.scss */
.quantity-control .btn-control-minus, .quantity-control .btn-control-plus {
  height: 30px;
  display: inline-block;
  width: 30px;
  background-color: #c93f71;
  color: #fff;
  border-radius: 6px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
/* line 4454, ../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 4458, ../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 4470, ../sass/style.scss */
.quantity-box {
  user-select: none;
  margin-right: 10px;
}
/* line 4474, ../sass/style.scss */
.quantity-box span {
  cursor: pointer;
}
/* line 4478, ../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 4492, ../sass/style.scss */
.quantity-box input {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  padding: 10px;
}

/* line 4501, ../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 4513, ../sass/style.scss */
.product-months {
  background-color: #fff;
  padding: 10px;
}
/* line 4517, ../sass/style.scss */
.product-months h4 {
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
  text-decoration: underline;
}
/* line 4524, ../sass/style.scss */
.product-months .row {
  background-color: #fff;
  margin: 0;
}
/* line 4528, ../sass/style.scss */
.product-months .row .col-xs-1 {
  padding: 0;
}
/* line 4531, ../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 4541, ../sass/style.scss */
.product-months .row .col-xs-1 span.active {
  background-color: #1e9821;
  color: #fff;
}

/* line 4550, ../sass/style.scss */
.about-img-text-more {
  background-color: #f3f3f3;
  padding: 40px 0px 20px;
}
/* line 4555, ../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 4566, ../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 4575, ../sass/style.scss */
.about-img-text-more .container-section-desc > p:before {
  top: auto;
  bottom: 0;
}

/* line 4584, ../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 4594, ../sass/style.scss */
.one-img-text-more {
  margin-bottom: 40px;
}
/* line 4598, ../sass/style.scss */
.one-img-text-more .img-container {
  position: relative;
  display: block;
  background-color: #111;
}
/* line 4603, ../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 4615, ../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 4622, ../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: #c93f71;
  width: 50px;
  height: 50px;
}
/* line 4637, ../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 4644, ../sass/style.scss */
.one-img-text-more .img-container:hover img {
  opacity: 0.5;
}
/* line 4650, ../sass/style.scss */
.one-img-text-more .content-container {
  text-align: center;
  padding: 15px;
}
/* line 4654, ../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 4665, ../sass/style.scss */
.one-img-text-more .content-container p {
  font-size: 14px;
}
/* line 4669, ../sass/style.scss */
.one-img-text-more .content-container hr {
  border-color: #EFEFEF;
  width: 70%;
  margin: 15px auto;
}
/* line 4675, ../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 4684, ../sass/style.scss */
.one-img-text-more .content-container a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #c93f71;
}

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

/* line 4697, ../sass/style.scss */
.one-img-text-more-2 {
  margin-bottom: 40px;
  padding-top: 120px;
}
/* line 4701, ../sass/style.scss */
.one-img-text-more-2 .inner-2 {
  border: 5px solid #e4f1fe;
}
/* line 4704, ../sass/style.scss */
.one-img-text-more-2 .inner-2 .img-container {
  background-color: #e4f1fe;
  height: 120px;
}
/* line 4708, ../sass/style.scss */
.one-img-text-more-2 .inner-2 .img-container img {
  margin-top: -120px;
  max-width: 100%;
}
/* line 4714, ../sass/style.scss */
.one-img-text-more-2 .inner-2 .content-container {
  padding: 40px;
}
/* line 4717, ../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: #c93f71;
}
/* line 4728, ../sass/style.scss */
.one-img-text-more-2 .inner-2 .content-container > p {
  margin-bottom: 20px;
}
/* line 4732, ../sass/style.scss */
.one-img-text-more-2 .inner-2 .content-container > a {
  min-width: 200px;
}

/* line 4740, ../sass/style.scss */
.img-and-content {
  padding: 25px 0;
}
/* line 4744, ../sass/style.scss */
.img-and-content .inner-content .container {
  display: flex;
  flex-direction: row;
}
/* line 4749, ../sass/style.scss */
.img-and-content .inner-content .img-container {
  align-items: center;
  display: flex;
}
/* line 4753, ../sass/style.scss */
.img-and-content .inner-content .img-container img {
  max-width: 500px;
  align-items: center;
}
/* line 4759, ../sass/style.scss */
.img-and-content .inner-content .content-container {
  padding: 50px 0 50px 50px;
  text-align: justify;
  text-align-last: left;
}
/* line 4764, ../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 4775, ../sass/style.scss */
.img-and-content .inner-content .content-container h3 {
  font-size: 18px;
  text-align: left;
}
/* line 4783, ../sass/style.scss */
.img-and-content.img-and-content-inverse .container {
  display: flex;
  flex-direction: row-reverse;
}
/* line 4788, ../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 4740, ../sass/style.scss */
  .img-and-content {
    padding: 30px 0;
  }
  /* line 4797, ../sass/style.scss */
  .img-and-content .inner-content .container {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  /* line 4803, ../sass/style.scss */
  .img-and-content .inner-content .content-container {
    padding: 40px;
    text-align: center;
  }
  /* line 4807, ../sass/style.scss */
  .img-and-content .inner-content .content-container h2 {
    text-align: center;
  }
  /* line 4812, ../sass/style.scss */
  .img-and-content .inner-content .img-container img {
    margin: 0;
    width: 100%;
  }
  /* line 4818, ../sass/style.scss */
  .img-and-content.img-and-content-inverse .container {
    flex-direction: column;
  }
  /* line 4822, ../sass/style.scss */
  .img-and-content.img-and-content-inverse .content-container {
    padding: 40px;
    text-align: center;
  }
}

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

/* line 4837, ../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 4847, ../sass/style.scss */
.product-attribute.product-attribute-stock {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
}
/* line 4853, ../sass/style.scss */
.product-attribute.product-attribute-stock b {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 4860, ../sass/style.scss */
  .product-attribute.product-attribute-stock {
    position: initial;
  }
}
/* line 4867, ../sass/style.scss */
.section-banners .row-banners {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 4871, ../sass/style.scss */
.section-banners .row-banners .col-sm-3, .section-banners .row-banners .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 4875, ../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 4883, ../sass/style.scss */
.section-banners-colors {
  margin-bottom: 15px;
}
/* line 4886, ../sass/style.scss */
.section-banners-colors .container-inner {
  border: solid 2px #fc0;
}
/* line 4890, ../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 4898, ../sass/style.scss */
.section-banners-colors .title-ban h2 {
  margin: 0;
}
/* line 4902, ../sass/style.scss */
.section-banners-colors .title-ban p {
  margin-bottom: 0;
}
/* line 4907, ../sass/style.scss */
.section-banners-colors .banner-container {
  padding: 15px;
}
/* line 4911, ../sass/style.scss */
.section-banners-colors .row-banners {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 4915, ../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 4919, ../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 4927, ../sass/style.scss */
.container-menu-kids .navbar-header .navbar-toggle {
  padding-top: 17px;
  padding-bottom: 17px;
}

/* line 4933, ../sass/style.scss */
.section-gallery {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 0;
}
/* line 4938, ../sass/style.scss */
.section-gallery .row-gallery {
  margin: 0;
}
/* line 4941, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 {
  padding: 5px;
}
/* line 4944, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 a {
  display: block;
  position: relative;
}
/* line 4948, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 a img {
  position: relative;
  z-index: 5;
}
/* line 4953, ../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 4967, ../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 4990, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 a:hover:after {
  opacity: 1;
}
/* line 4994, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 a:hover:before {
  opacity: 1;
  top: 50%;
}
/* line 5000, ../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 5007, ../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 5014, ../sass/style.scss */
.section-gallery .row-gallery .col-sm-3 a span.gal-desc i {
  font-style: normal;
}

/* line 5023, ../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 5037, ../sass/style.scss */
.call-us-container {
  padding: 30px;
  text-align: center;
  background-color: #c93f71;
  color: #000;
}
/* line 5043, ../sass/style.scss */
.call-us-container h4 {
  font-size: 26px;
}
/* line 5047, ../sass/style.scss */
.call-us-container h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 5053, ../sass/style.scss */
.call-us-container h2 span {
  display: inline-block;
  vertical-align: middle;
}
/* line 5058, ../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 5069, ../sass/style.scss */
.call-us-container p {
  font-size: 30px;
}

/* line 5074, ../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 5082, ../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 5088, ../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 5094, ../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 5101, ../sass/style.scss */
.search-panel > h2 {
  margin: 0;
  padding: 15px 0px;
  font-size: 18px;
  border-bottom: solid 1px #eaeaea;
  font-weight: bold;
}
/* line 5109, ../sass/style.scss */
.search-panel > .navbar-collapse {
  padding: 0;
}
/* line 5113, ../sass/style.scss */
.search-panel .search-bloc {
  padding: 15px 0;
}
/* line 5116, ../sass/style.scss */
.search-panel .search-bloc h3 {
  font-size: 14px;
  font-weight: normal;
  color: #888;
  margin: 0;
  padding: 0 0 10px 0;
}
/* line 5124, ../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 5134, ../sass/style.scss */
.search-panel .search-bloc .form-control:focus, .search-panel .search-bloc .form-control:active {
  box-shadow: none;
  border: none;
}
/* line 5141, ../sass/style.scss */
.search-panel .search-bloc #prices_search_html {
  float: right;
  color: #111;
}
/* line 5146, ../sass/style.scss */
.search-panel .search-bloc #prices_search {
  margin-left: 10px;
  margin-right: 10px;
  height: 10px;
  border: none;
}
/* line 5152, ../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 5160, ../sass/style.scss */
.search-panel .search-bloc #prices_search .ui-slider-range {
  height: 10px;
  background-color: #c93f71;
  border: none;
}
/* line 5168, ../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 5182, ../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 5238, ../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 5250, ../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 5260, ../sass/style.scss */
.search-panel .search-bloc .options-list-search > input:focus {
  outline: none;
}
/* line 5265, ../sass/style.scss */
.search-panel .search-bloc .options-list-search .scrollable-options {
  max-height: 130px;
  width: 110%;
  overflow: hidden;
  overflow-y: auto;
}
/* line 5272, ../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 5282, ../sass/style.scss */
.categories-section {
  margin-bottom: 15px;
}
/* line 5285, ../sass/style.scss */
.categories-section .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
/* line 5291, ../sass/style.scss */
.categories-section .flex-row .flex-column {
  width: 16.6%;
  padding: 5px 0;
}
/* line 5297, ../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 5307, ../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 5315, ../sass/style.scss */
.categories-section .category-thumb h3 a {
  color: #111;
}

/* line 5323, ../sass/style.scss */
.categories-list .row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-flow: wrap;
}
/* line 5329, ../sass/style.scss */
.categories-list .row > div {
  position: relative;
  margin-bottom: 10px;
}
/* line 5335, ../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 5345, ../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 5353, ../sass/style.scss */
.categories-list .category-thumb h3 a {
  color: #111;
}

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

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

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

/* line 5387, ../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 5397, ../sass/style.scss */
.btn-favorites-top:hover {
  background-color: #EFEFEF;
}
/* line 5401, ../sass/style.scss */
.btn-favorites-top i {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 5387, ../sass/style.scss */
  .btn-favorites-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

/* line 5416, ../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 5429, ../sass/style.scss */
.cart-widget:hover {
  background-color: #EFEFEF;
  color: #555;
  text-decoration: none;
}
/* line 5435, ../sass/style.scss */
.cart-widget .cart-title {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  font-weight: normal;
  line-height: 26px;
}
/* line 5446, ../sass/style.scss */
.cart-widget .cart-widget-content {
  display: inline-block;
  vertical-align: middle;
}
/* line 5450, ../sass/style.scss */
.cart-widget .cart-widget-content .cart-price {
  line-height: 25px;
  font-size: 15px;
}
/* line 5456, ../sass/style.scss */
.cart-widget .icon-cart {
  display: inline-block;
  vertical-align: middle;
}
/* line 5462, ../sass/style.scss */
.cart-widget .icones-cart {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}
/* line 5468, ../sass/style.scss */
.cart-widget .icones-cart .cart-has-product {
  top: -10px;
  right: -10px;
  background-color: #c93f71;
  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 5486, ../sass/style.scss */
.cart-empty-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 5491, ../sass/style.scss */
.cart-empty-content .alert-warning {
  width: 100%;
  text-align: center;
  padding: 55px;
}
/* line 5496, ../sass/style.scss */
.cart-empty-content .btn-default {
  padding: 20px 50px;
  border-radius: 12px;
  font-size: 18px;
}

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

/* line 5522, ../sass/style.scss */
.cart-inner-forms label.radio-check {
  display: flex;
  padding: 5px;
  border: solid 1px #E3E3E3;
}
/* line 5527, ../sass/style.scss */
.cart-inner-forms label.radio-check input {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
/* line 5533, ../sass/style.scss */
.cart-inner-forms label.radio-check span {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}
/* line 5541, ../sass/style.scss */
.cart-inner-forms h2 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
  font-size: 24px;
}
/* line 5547, ../sass/style.scss */
.cart-inner-forms h2:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 3px;
  background-color: #c93f71;
}
/* line 5559, ../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 5569, ../sass/style.scss */
.cart-inner-forms .form-group label {
  font-weight: normal;
  font-size: 13px;
}
/* line 5575, ../sass/style.scss */
.cart-inner-forms .form-registration-panel {
  padding: 70px;
}
@media screen and (max-width: 767px) {
  /* line 5580, ../sass/style.scss */
  .cart-inner-forms .form-registration-panel {
    padding: 0px;
    margin-bottom: 50px;
  }
}

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

/* line 5595, ../sass/style.scss */
.cart-product-line {
  font-size: 13px;
}
/* line 5598, ../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 5608, ../sass/style.scss */
  .cart-product-line .cart-product-options {
    clear: both;
  }
}

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

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

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

/* line 5640, ../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 5656, ../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 5663, ../sass/style.scss */
.google-button:active, .facebook-button:active {
  background-color: #e5e5e5;
  box-shadow: none;
  transition-duration: 10ms;
}

/* line 5670, ../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 5679, ../sass/style.scss */
.google-button__icon--plus, .facebook-button__icon--plus {
  width: 27px;
}

/* line 5683, ../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 5692, ../sass/style.scss */
.my-lg-btn, .btn-pay-now {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #c93f71;
  color: #fff;
}
/* line 5699, ../sass/style.scss */
.my-lg-btn:hover, .btn-pay-now:hover {
  text-decoration: none;
  color: #fff;
}

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

/* line 5711, ../sass/style.scss */
.top-product-line {
  margin-bottom: 30px;
  box-shadow: 0px 5px 5px #EFEFEF;
  border: solid 1px #E3E3E3;
}
/* line 5717, ../sass/style.scss */
.top-product-line .img-container img {
  width: 100%;
}
/* line 5722, ../sass/style.scss */
.top-product-line .footer-top-product {
  text-align: center;
  background-color: #fff;
  padding: 5px 20px 15px;
  position: relative;
}
/* line 5728, ../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 5737, ../sass/style.scss */
.top-product-line .footer-top-product h2 a {
  color: #333;
  text-decoration: none;
}
/* line 5742, ../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 5754, ../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 5765, ../sass/style.scss */
.top-product-line .footer-top-product h3 b {
  font-size: 22px;
  display: block;
  color: #c93f71;
}
/* line 5770, ../sass/style.scss */
.top-product-line .footer-top-product h3 b span {
  font-size: 16px;
  color: #555;
  font-weight: lighter;
  vertical-align: top;
}
/* line 5778, ../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 5790, ../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 5797, ../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 5806, ../sass/style.scss */
.top-product-line .footer-top-product .btn-info-product span {
  display: inline-block;
  padding: 0px 10px;
}

/* line 5814, ../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 5826, ../sass/style.scss */
.btn-app-style:hover, .btn-app-style:active, .btn-app-style:focus {
  background-color: #a62f5a;
}

/* line 5831, ../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 5839, ../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 5849, ../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 5867, ../sass/style.scss */
.text-then-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

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

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

/* line 5899, ../sass/style.scss */
.image-then-text .menu-image-card-inner {
  position: absolute;
}
/* line 5903, ../sass/style.scss */
.image-then-text .menu-image-card {
  float: left;
  left: 0;
}
/* line 5908, ../sass/style.scss */
.image-then-text .menu-text-card-inner {
  z-index: 1;
  min-height: 370px;
  float: right;
  right: 0;
}
/* line 5915, ../sass/style.scss */
.image-then-text .menu-text-card {
  margin-top: 9%;
}

@media screen and (max-width: 767px) {
  /* line 5921, ../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 5936, ../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 5944, ../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 5950, ../sass/style.scss */
.menu-text-card h2 {
  color: #333;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 5956, ../sass/style.scss */
.menu-text-card h2 span {
  color: #c93f71;
  font-weight: bold;
  float: right;
}
/* line 5963, ../sass/style.scss */
.menu-text-card .feedback-stars {
  margin-bottom: 5px;
  display: inline-block;
}
/* line 5967, ../sass/style.scss */
.menu-text-card .feedback-stars li {
  float: left;
}
/* line 5970, ../sass/style.scss */
.menu-text-card .feedback-stars li .fa {
  font-size: 14px;
  color: #f6cd61;
  margin-right: 5px;
}
/* line 5978, ../sass/style.scss */
.menu-text-card .about {
  font-size: 15px;
  margin-bottom: 10px;
}
/* line 5983, ../sass/style.scss */
.menu-text-card .menu-features {
  margin-bottom: 15px;
}
/* line 5986, ../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 5992, ../sass/style.scss */
.menu-text-card .menu-features li:last-child {
  margin-bottom: 0;
}
/* line 5999, ../sass/style.scss */
.menu-text-card .menu-features li .fa {
  color: #3da4ab;
  font-size: 14px;
  margin-right: 5px;
}
/* line 6007, ../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 6021, ../sass/style.scss */
.page-top-content {
  text-align: center;
  margin: 30px;
  padding: 15px 50px;
}
/* line 6026, ../sass/style.scss */
.page-top-content h2 {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  /* line 6021, ../sass/style.scss */
  .page-top-content {
    margin: 0;
    padding: 15px 10px;
  }
}

/* line 6038, ../sass/style.scss */
.school-item {
  background-color: #fff;
  padding: 15px;
  border: solid 1px #EFEFEF;
  box-shadow: 0px 2px 3px #EFEFEF;
  margin-bottom: 15px;
  font-size: 13px;
}
/* line 6046, ../sass/style.scss */
.school-item h3 {
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 6053, ../sass/style.scss */
.school-item h3 a {
  color: #c93f71;
}
/* line 6058, ../sass/style.scss */
.school-item h3 b a {
  color: #c93f71;
}

/* line 6065, ../sass/style.scss */
.toggle-search {
  display: none;
  float: right;
  padding: 25px 9px;
  font-size: 21px;
  color: #555555;
}
@media screen and (max-width: 768px) {
  /* line 6065, ../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 6083, ../sass/style.scss */
.top-header-container form {
  display: flex;
  flex-direction: column;
  position: relative;
}
/* line 6087, ../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 6097, ../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 6108, ../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 6114, ../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 6131, ../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 6142, ../sass/style.scss */
.top-header-container .product-list-item:hover {
  background-color: #EFEFEF;
}
/* line 6146, ../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 6155, ../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 6168, ../sass/style.scss */
.top-header-container .product-list-item > span {
  display: block;
  color: #c93f71;
  font-size: 15px;
}

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

@media (min-width: 1440px) {
  /* line 6181, ../sass/style.scss */
  .container {
    width: 1400px;
  }
}
/* line 6185, ../sass/style.scss */
.cart-item-list {
  padding: 10px 0;
}
/* line 6187, ../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 6195, ../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 6199, ../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 6206, ../sass/style.scss */
.cart-item-list .cart-product-line-outer .product-line-bottom {
  padding: 10px;
  display: flex;
  align-items: center;
}
/* line 6210, ../sass/style.scss */
.cart-item-list .cart-product-line-outer .product-line-bottom > b {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
/* line 6215, ../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: #c93f71;
}
/* line 6223, ../sass/style.scss */
.cart-item-list .cart-line-total {
  text-align: right;
  border-radius: 12px;
}
/* line 6227, ../sass/style.scss */
.cart-item-list .cart-line-total .cart-total-price {
  font-weight: bold;
  color: #c93f71;
}

/* line 6233, ../sass/style.scss */
.panel-command-form {
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 50px;
  font-size: 13px;
}
/* line 6239, ../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 6246, ../sass/style.scss */
.panel-command-form h2 {
  font-size: 26px;
}
