.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  outline: none;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  z-index: 3;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
  outline: none;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
  outline: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
}

.slick-dots li {
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  font-size: 0px;
  line-height: 0;
  display: block;
  width: 15px;
  height: 10px;
  padding: 0 5px;
  cursor: pointer;
  color: red;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:after {
  content: "";
  width: 10px;
  height: 10px;
  border-color: transparent;
  background: #c9c9c9;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  outline: none;
}

.slick-dots li.slick-active button::after {
  background: #009688 !important;
}

/* Arrows */
.slick-prev,
.slick-next {
  cursor: pointer;
  height: 33px;
  width: 33px;
  text-align: center;
  line-height: 31px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  display: inline-block;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6e6e6e;
  padding: 0;
  outline: none;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
}

.slick-prev {
  left: -31px;
}

.slick-prev:before {
  content: "\f104";
  font-size: 16px;
}

.slick-next {
  right: -31px;
}

.slick-next:before {
  content: "\f105";
  font-size: 16px;
}

.ico-cart {
  display: inline-block;
  background: url("../img/sprites/cart-black.png") no-repeat 0 0/100% 100%;
  width: 20px;
  height: 20px;
}
.fixed-header .ico-cart{
  background: url("../img/sprites/cart.png") no-repeat 0 0/100% 100%;
}

.ico-phone {
  display: inline-block;
  background: url("../img/sprites/phone.png") no-repeat 0 0/100% 100%;
  width: 20px;
  height: 20px;
}

.ico-time {
  display: inline-block;
  background: url("../img/sprites/time.png") no-repeat 0 0/100% 100%;
  width: 19.5px;
  height: 19.5px;
}

.ico-email {
  display: inline-block;
  background: url("../img/sprites/email.png") no-repeat 0 0/100% 100%;
  width: 20.5px;
  height: 20.5px;
}

.ico-bar {
  display: inline-block;
  background: url("../img/sprites/bar.png") no-repeat 0 0/100% 100%;
  width: 45px;
  height: 34px;
}

.ico-cart-mobile {
  display: inline-block;
  background: url("../img/sprites/cart-mobile.png") no-repeat 0 0/100% 100%;
  width: 39px;
  height: 38px;
}

.ico-bar-white {
  display: inline-block;
  background: url("../img/sprites/bar-black.png") no-repeat 0 0/100% 100%;
  width: 35px;
  height: 24px;
}

.fixed-header .ico-bar-white {
  background: url("../img/sprites/bar-white.png") no-repeat 0 0/100% 100%;
}

.ico-cart-mobile-white {
  display: inline-block;
  background: url("../img/sprites/cart-black.png") no-repeat 0 0/100% 100%;
  width: 29px;
  height: 28px;
}
.fixed-header .ico-cart-mobile-white {
  background: url("../img/sprites/cart-mobile-white.png") no-repeat 0 0/100% 100%;
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center, .sub-menu ul.hidden-mobile, .sub-menu-2 ul {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

body {
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  color: #343434;
  font-size: 14px;
  /* padding-top: 68px; */
}

@media only screen and (min-width: 992px) {
  /* body { */
    /* padding-top: 121px; */
  /* } */
}

@media only screen and (min-width: 1200px) {
  /* body { */
    /* padding-top: 68px; */
  /* } */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4;
}

.header-top nav ul, .sub-menu ul.hidden-mobile, .box-sildebar ul, .channel-other ul, .sub-menu-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.page-inner {
  margin-top: 30px;
}

a {
  color: #343434;
}

a:hover, a:focus {
  color: #39b549;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 991px) {
  .shadow-bottom {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    -ms-box-shadow: 0 10px 15px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 15px -1px rgba(0, 0, 0, 0.6);
  }
  .shadow-bottom.over {
    margin: 0 -15px 15px;
    padding: 0 15px;
  }
}

.page {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 992px) {
  .page {
    margin-right: 0;
    margin-left: 0;
  }
}

.page .pagination {
  margin: 0;
}

.page .pagination li > a, .page .pagination li > span {
  color: #888888;
  font-size: 12px;
}

.page .pagination li > a:hover, .page .pagination li > a:focus, .page .pagination li > span:hover, .page .pagination li > span:focus {
  background-color: #39b549;
  color: #fff;
}

.page .pagination li.active > a, .page .pagination li.active > span {
  background-color: #39b549;
  color: #fff;
}

.nice-select {
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 0 12px;
  width: 100%;
}

.nice-select:after {
  border: none;
  background-color: #c5c8c8;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: url("../img/sprites/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 12px 11px;
  background-position: center;
  display: block;
  position: absolute;
  top: 8px;
  right: 7px;
  transform: rotate(0);
}

.nice-select:before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e2e3e3;
  right: 47px;
}

.nice-select.open:after {
  transform: rotate(0);
}

@media only screen and (min-width: 992px) {
  .nice-select.sm {
    width: 50%;
  }
}

.nice-select .list {
  width: 100%;
}

.datepicker {
  padding: 0;
  position: relative;
}

.datepicker .form-control {
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.datepicker:after {
  content: "";
  background-color: #c5c8c8;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: url("../img/sprites/ico_calc.svg");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}

.datepicker:before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e2e3e3;
  right: 47px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #2d2d2d;
  margin: 0 0 30px;
  background: #f0f0f0;
  border-bottom: 1px solid #8b8b8b;
  border-top: 1px solid #8b8b8b;
  text-align: left;
  padding: 10px 20px;
}

@media only screen and (min-width: 992px) {
  .title {
    font-size: 30px;
    text-transform: uppercase;
    background: transparent;
    border: none;
    text-align: center;
    color: #39b54a;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}

.has-background .title {
  margin-bottom: 0;
}

.btn-pager {
  background: #37b349;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  padding: 12px 25px 12px 64px;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  position: relative;
  border-radius: 26px;
}

.btn-pager:hover, .btn-pager:focus {
  background: #257831;
  color: #fff;
  text-decoration: none;
}

.btn-pager::before {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  background: url("../img/sprites/phone.png") no-repeat 0 0/100% 100%;
  width: 40px;
  height: 40px;
}

.view-more-bottom {
  background: #f0f0f0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #8b8b8b;
  text-align: center;
}

.view-more-bottom a {
  text-transform: uppercase;
  color: #29444f;
  font-weight: 700;
}

.btn-wifi {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}

.btn-green {
  background-color: #39b549;
  color: #fff;
}

.btn-green:hover, .btn-green:focus {
  background-color: #2d8e39;
  color: #fff;
}

.btn-green.btn-xs {
  padding: 7px 15px;
}

.btn-dark {
  background-color: #29444f;
  color: #fff;
}

.btn-dark:hover, .btn-dark:focus {
  background-color: #3a6171;
  color: #fff;
}

.form-validate input.error {
  border: 1px solid red !important;
}

.form-validate select.error {
  border: 1px solid red !important;
}

.form-validate textarea.error {
  border: 1px solid red !important;
}

.form-validate label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: normal;
}

.wrapper > header {
  position: relative;
}

.homepage .wrapper > header {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media only screen and (min-width: 992px) {
  .homepage .wrapper > header {
    margin-top: 5px;
  }
  #wrapper header nav{
    background: #39b54a;
  }
  #bs-example-navbar-collapse-1 > ul > li > a{
    color:#fff;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 30px;
  }
}
/* @media  only screen and (min-width: 1200px){*/
  /*.navbar-wrap .navbar-info{*/
    /*display: none;*/
  /*}*/
/*} */

.header-top {
  background-color: #29444f;
  font-size: 12px;
  color: #fff;
  padding: 10px 0;
}

.header-top a {
  color: #fff;
}

.header-top nav ul li {
  display: inline-block;
}

.header-top nav ul li + li {
  margin-left: 32px;
}

.dropdown.language button {
  border: none;
  cursor: pointer;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .dropdown.language button {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 7px;
  }
}

.dropdown.language button img {
  margin-left: 17px;
  max-width: 15px;
}

.dropdown.language button i {
  margin-left: 5px;
}

.dropdown.language .dropdown-menu {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .dropdown.language .dropdown-menu {
    background-color: transparent;
    position: static;
    border: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .dropdown.language .dropdown-menu li a {
    color: #fff;
  }
  .dropdown.language .dropdown-menu li a:hover, .dropdown.language .dropdown-menu li a:focus {
    background-color: transparent;
  }
}

.header-center {
  padding: 12px 0;
}

.header-center .hotline {
  background: url("../img/sprites/hotline.png") no-repeat 0 0/26px 26px;
  padding-left: 45px;
  font-size: 14px;
}

.header-center .hotline h4 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 16px;
}

.header-center .hotline h4 span {
  color: #39b549;
  font-weight: 700;
}

.header-center .hotline p {
  margin: 0;
  text-align: right;
}

.bg-navbar {
  background-color: #1d2225;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.bg-navbar .navbar-info .btn {
  display: inline-block;
}

.bg-navbar .ico-cart{
  background: url(../img/sprites/cart.png) no-repeat 0 0/100% 100%;
}

.bg-navbar.navbar-default .navbar-info .hotline h4 span{
  background: url(../img/sprites/hotline-white.png) no-repeat top left/21px 21px;
}

.bg-navbar .ico-bar-white{
  background: url(../img/sprites/bar-white.png) no-repeat 0 0/100% 100%;
}

.bg-navbar .ico-cart-mobile-white{
  background: url(../img/sprites/cart-mobile-white.png) no-repeat 0 0/100% 100%;
}

.navbar-default {
  border: none;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  -ms-box-shadow: none;
  box-shadow: none;
}

.navbar-default.bg-navbar {
  background-color: #1d2225;
}

.navbar-default .container {
  position: relative;
}

.navbar-default .navbar-collapse {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .navbar-default .navbar-collapse {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 33;
    background-color: #29444f;
    height: auto !important;
    transform: translate(-120%, 0);
    transition: all ease 0.5s;
    margin: 0;
  }
  .navbar-default .navbar-collapse.in {
    display: block !important;
    transform: translate(0, 0);
  }
}

.navbar-default .navbar-nav {
  float: none;
  margin-left: 7px;
}

@media only screen and (min-width: 992px) {
  .navbar-default .navbar-nav {
    float: left;
  }
}

.navbar-default .navbar-nav > li {
  float: none;
}

@media only screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li {
    float: left;
  }
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding: 10px 10px;
}

.bg-navbar.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #39b549;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
  background-color: transparent;
  color: #39b549;
}

.navbar-default .dropdown-cart {
  margin: 10px 0 0 15px;
}

.navbar-default .dropdown-cart a {
  position: relative;
  margin-right: 7px;
  display: inline-block;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .navbar-default .dropdown-cart a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.navbar-default .dropdown-cart a span {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #e50c12;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.navbar-default .dropdown-cart a .relative {
  position: relative;
  display: inline-block;
}

.navbar-default .dropdown-cart b {
  display: none;
}

@media only screen and (min-width: 992px) {
  .navbar-default .dropdown-cart.active a {
    padding: 0 15px;
    background-color: #39b549;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-default .dropdown-cart.active b {
    display: inline;
    margin-left: 10px;
  }
}

.navbar-default .navbar-toggle {
  display: block;
  border: none;
  margin: 4px 0 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

@media only screen and (min-width: 992px) {
  .navbar-default .navbar-toggle {
    display: none;
  }
}

.navbar-default .navbar-brand {
  height: auto;
}

.navbar-default .navbar-brand .short {
  display: none;
}

.sub-menu {
  border-bottom: 2px solid #adadad;
}

@media screen and (max-width: 991px) {
  .sub-menu {
    background-color: #39b549;
    border: none;
    padding: 30px 0 25px;
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) inset;
  }
}

.sub-menu ul.hidden-mobile {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .sub-menu ul.hidden-mobile {
    display: none !important;
  }
}

.sub-menu ul.hidden-mobile li {
  overflow: hidden;
  margin-bottom: -2px;
}

.sub-menu ul.hidden-mobile li a {
  color: #343434;
  font-weight: 700;
  padding: 10px 10px 9px;
  display: inline-block;
  position: relative;
  min-height: 100%;
}

.sub-menu ul.hidden-mobile li a:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #39b549;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translate(-120px, 0);
  transition: all ease 0.5s;
}

.sub-menu ul.hidden-mobile li a.active {
  color: #39b549;
  text-decoration: none;
}

.sub-menu ul.hidden-mobile li a.active:after {
  transform: translate(0, 0);
}

.sub-menu ul.hidden-mobile li a.active:hover, .sub-menu ul.hidden-mobile li a.active:focus {
  color: #39b549;
  text-decoration: none;
}

.sub-menu ul.hidden-mobile li a.active:hover:after, .sub-menu ul.hidden-mobile li a.active:focus:after {
  transform: translate(0, 0);
}

.sub-menu ul.hidden-mobile li a:hover, .sub-menu ul.hidden-mobile li a:focus {
  color: #39b549;
  text-decoration: none;
}

.sub-menu ul.hidden-mobile li a:hover:after, .sub-menu ul.hidden-mobile li a:focus:after {
  transform: translate(0, 0);
}

.sub-menu ul.hidden-mobile li + li {
  margin-left: 3px;
}

.sub-menu .dropdown button {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  border: none;
  background-color: transparent;
}

.sub-menu .dropdown button i {
  margin-left: 14px;
}

.sub-menu .dropdown .dropdown-menu {
  width: 100%;
}

.navbar-collapse.in {
  overflow-x: hidden;
}

.cart-header-mb,
.header-mb .dropdown-cart {
  display: none;
}

@media (max-width: 991px) {
  .header-mb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .header-mb:after, .header-mb:before {
    display: none;
  }
  .header-mb .cart-header-mb {
    display: block;
  }
  .header-mb.navbar-header {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .header-mb.navbar-header .dropdown-cart {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .navbar .ico-cart-mobile-white {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.navbar-info {
  display: none;
}

@media only screen and (min-width: 992px) {
  .navbar-info {
    display: block;
  }
}

.navbar-info .hotline {
  min-height: 21px;
  margin-left: 15px;
  font-size: 12px;
  text-align: right;
  font-weight: 700
}

.fixed-header .navbar-info .hotline,
.bg-navbar .navbar-info .hotline{
  color: #fff;
}

.navbar-info .hotline > * {
  margin: 0;
}

.navbar-info .hotline h4 {
  font-size: 15px;
}

.navbar-info .btn {
  font-weight: 700;
  font-size: 15px;
  padding: 3px 10px 2px;
  border-radius: 0;
  display: none;
  margin-top: 13px;
}

.navbar-info .language {
  margin-left: 15px;
  padding-top: 10px;
}

.navbar-info .language a {
  display: block;
  padding: 0 !important;
  font-weight: 400 !important;
  font-size: 16px;
}

.navbar-info .language a.active {
  color: #39b549;
}

.fixed-header header {
  position: fixed !important;
  animation: 250ms ease-out 0s normal none 1 running showStickyMenu;
  background-color: #1d2225;
  margin-top: 0 !important;
}
body.fixed-header {
  margin-top: 180px;
}

.fixed-header .navbar-default {
  background-color: #1d2225;
}

.fixed-header .navbar-default .navbar-brand .short {
  display: inline-block;
}

.fixed-header .navbar-default .navbar-brand .full {
  display: none;
}

.fixed-header .navbar-default .navbar-nav > li > a {
  font-weight: normal;
  color: #fff;
}

.fixed-header .navbar-default .navbar-info .btn {
  display: inline-block;
}

.fixed-header .new-header{
  display: none;
}

.navbar-default .navbar-info .hotline h4 span {
  background: url("../img/sprites/hotline-black.png") no-repeat top left/21px 21px;
  font-size: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 3px;
  vertical-align: middle;
}

.fixed-header .navbar-default .navbar-info .hotline h4 span{
  background: url("../img/sprites/hotline-white.png") no-repeat top left/21px 21px;
}

.fixed-header .sub-menu {
  display: none;
}

@keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

footer {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  footer {
    margin-top: 50px;
  }
}

.newsletter {
  background-color: #29444f;
  color: #fff;
  padding-top: 20px;
}

.newsletter h5 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

.subscription {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.subscription .subs-submit {
  background: #37b349;
  padding: 10px 12px;
  border: none;
}

.subscription .form-control {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.footer-top {
  background-color: #29444f;
  color: #fff;
  padding: 20px 0 30px;
}

@media only screen and (min-width: 768px) {
  .footer-top {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.footer-top h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  color: #39b549;
  text-transform: uppercase;
}

.footer-top .row > div[class*="col-"] {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .footer-top .row > div[class*="col-"] {
    margin-bottom: 60px;
  }
}

.links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.links li a:hover, .links li a:focus {
  color: #39b549;
}

.links li:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .social-ltf {
    text-align: center;
  }
}

.social-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .social-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.social-icon li {
  display: inline;
}

.social-icon li + li a {
  margin-left: 4px;
}

@media only screen and (min-width: 768px) {
  .social-icon li + li a {
    margin-left: 0;
  }
}

.social-icon a {
  float: left;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.social-icon a i {
  font-size: 18px;
  vertical-align: middle;
}

.social-icon a.social-fb {
  background-color: #395195;
}

.social-icon a.social-youtube {
  background-color: #d30b17;
}

.social-icon a.social-instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.footer-bottom {
  color: #426a7b;
  background-color: #17282f;
  padding: 12px 0;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .footer-bottom {
    text-align: right;
  }
}

/* loading */
.loader {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.6s ease-in-out;
  width: 100%;
  z-index: -1;
  display: none;
}

.loader.loading {
  opacity: 1;
  z-index: 500;
}

.loader-scene {
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader-scene img {
  max-width: 75px;
}

/* .wifi-form { */
  /* margin-top: -68px; */
  /* min-height: 500px; */
  /* background: rgba(245,245,245,1);
  background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(243,243,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(243,243,243,1)));
  background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(243,243,243,1) 100%);
  background: linear-gradient(to right, rgba(245,245,245,1) 0%, rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f3f3f3', GradientType=1 ); */
/* } */
.wifi-form-new {
  padding-top: 30px;
  background: rgba(249,176,136,1);
}

.wifi-form-new .btn-primary {
  background: rgba(57,181,74,1);
  border-color:rgba(57,181,74,1);
}

@media only screen and (min-width: 992px) {
  .wifi-form {
    /* background-color: transparent;
    background-image: url("../img/bg/bg-wifi-form-2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; */
    margin-bottom: 0;
    /* margin-top: -121px; */
    /* height: 100vh; */
    background: rgba(249, 176, 136, 1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-image-mb {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .wifi-form {
    background-position: 60% center;
  }
}

@media only screen and (min-width: 1200px) {
  /* .wifi-form { */
    /* margin-top: -68px; */
  /* } */
}

.wifi-form > .container {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1550px;
}

.wifi-form .form {
  color: #fff;
  padding: 50px 0;
}

@media only screen and (min-width: 992px){
.wifi-form .form {
    padding: 1rem 1rem 1rem 0;
    /* background-color: rgba(0, 0, 0, 0.25); */
}
}
.wifi-form .form .form-group {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .wifi-form .form .form-group {
    margin-bottom: 20px;
  }
}

.wifi-form .form label {
  display: block;
  font-weight: 700;
  color: #333;
}

@media only screen and (min-width: 992px) {
  .wifi-form .form label {
    margin-top: 5px;
    display: block;
    text-align: center;
  }
}

.wifi-form .form .form-control {
  border-color: #bec6ca;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  color: #29444f;
}

.wifi-form .form .form-control .form-control{
  border:none;
}

.wifi-form .form .form-control::-webkit-input-placeholder {
  color: #29444f;
}

.wifi-form .form .form-control:-moz-placeholder {
  color: #29444f;
  opacity: 1;
}

.wifi-form .form .form-control::-moz-placeholder {
  color: #29444f;
  opacity: 1;
}

.wifi-form .form .form-control:-ms-input-placeholder {
  color: #29444f;
}

.wifi-form .text {
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.wifi-form .text figure {
  margin-bottom: 15px;
}

.wifi-form .btn {
  background-color: #39b549;
  border: none;
  font-size: 16px;
  font-weight: 700;
  -ms-box-shadow: 0 -2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 -2px rgba(0, 0, 0, 0.3) inset;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .wifi-form .btn {
    margin-top: 0;
  }
}

.wifi-form .form-validate label.error {
  display: none !important;
}

.wifi-form .form-validate .error {
  border: 1px solid red !important;
}

.wifi-form .form-validate .error + .nice-select {
  border: 1px solid red !important;
}

.how-to-rent {
  font-size: 16px;
  margin-bottom: 46px;
}

.how-to-rent .note {
  text-align: center;
}

.how-to-rent .note h3 {
  margin: 0 0 9px;
  text-transform: uppercase;
  color: #39b549;
  font-size: 20px;
}

.tile-rent {
  max-width: 168px;
  margin: auto auto 32px;
}

.tile-rent .icons {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 2px solid #39b549;
  font-size: 0;
  line-height: 108px;
  margin: auto auto 17px;
}

.tile-rent .icons img {
  max-width: 108px;
  max-height: 108px;
  border-radius: 50%;
}

.tile-rent .desc {
  text-align: center;
}

.tile-rent .desc span {
  color: #29444f;
  font-size: 18px;
  font-weight: 700;
}

.tile-rent .desc strong {
  color: #39b549;
}

.place-travel {
  margin-bottom: 25px;
}

.place-travel .item {
  position: relative;
  color: #fff;
  padding: 25px 0;
  min-height: 470px;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
}

.place-travel .item a {
  color: #fff;
}

.place-travel .item .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.place-travel .item h2 {
  margin: 0 0 7px;
  text-transform: uppercase;
  color: #fff;
}

.place-travel .slick-dots {
  text-align: center;
  margin-top: 14px;
}

.place-travel .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}

.place-travel .slick-dots > li a {
  color: #fff;
  background-color: #29444f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  min-width: 100px;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
}

.place-travel .slick-dots > li a:hover, .place-travel .slick-dots > li a:focus {
  background-color: #39b549;
}

.place-travel .slick-dots > li.slick-active a {
  background-color: #39b549;
}

.place-travel .slick-dots > li:first-child {
  display: none;
}

.home-slider .slick-dots {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}

.home-slider .slick-prev {
    left: 50px;
    z-index: 1;
}
.home-slider .slick-next {
    right: 50px;
    z-index: 1;
}

.list-place {
  background-color: rgba(0, 0, 0, 0.3);
  width: 50%;
  margin-left: 50%;
  z-index: 2;
  min-height: 100%;
}

.list-place .list-place-container {
  padding-top: 30px;
  padding-bottom: 8%;
  margin-left: 11.9791666667%;
  max-width: 540px;
}

.list-place .list-place-container .list-unstyled li {
  color: #fff;
}

.list-block {
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-block li {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  margin-top: 10px;
  list-style: none;
  padding-right: 5px;
}

.list-block li::before {
  position: absolute;
  top: 6px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  content: '';
  width: 5px;
  height: 5px;
}

@media only screen and (min-width: 992px) {
  .list-block li {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .list-block li {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
  }
}

.play-and-where {
  margin-bottom: 25px;
}

.play-and-where .heading {
  margin-bottom: 15px;
}

.play-and-where .view-more {
  color: #29444f;
  text-decoration: underline;
}

.tile-news {
  color: #29444f;
  margin-bottom: 20px;
}

.tile-news figure {
  text-align: center;
}

.tile-news figure img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {
  .tile-news figure {
    padding: 0 20px;
    margin: auto auto 18px;
    height: 253px;
    line-height: 253px;
  }
  .tile-news figure img {
    max-height: 320px;
  }
}

@media only screen and (min-width: 1200px) {
  .tile-news figure {
    height: 320px;
    line-height: 320px;
  }
  .tile-news figure img {
    max-height: 320px;
  }
}

.tile-news h4 {
  margin: 0;
  font-weight: 700;
}

.tile-news h4 a {
  color: #29444f;
}

.tile-news h4 a:hover, .tile-news h4 a:focus {
  color: #39b549;
}

.tile-news .desc {
  line-height: 18px;
  max-height: 90px;
}

@media only screen and (min-width: 992px) {
  .section-favorite {
    margin-bottom: 32px;
  }
}

.section-favorite .favorite-btn {
  background: #f0f0f0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #8b8b8b;
}

.section-favorite .favorite-btn a {
  text-transform: uppercase;
  color: #29444f;
  font-weight: 700;
}

.section-favorite .favorites {
  background-color: #e1e1e1;
  background-image: url("../img/bg/bg-favorite-body-map.png");
  background-size: cover;
  background-position: top center;
}

.section-favorite .favorites.type-2 {
  margin-bottom: -20px;
}

@media only screen and (min-width: 992px) {
  .section-favorite .favorites.type-2 {
    margin-bottom: -50px;
  }
}

.section-favorite .favorites.type-2 .favorite-btn {
  padding: 0 0 40px;
  background: transparent;
  text-align: center;
  border: none;
}

.section-favorite .favorites.type-2 .favorite-btn a {
  background: #29444f;
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 12px 20px;
  text-transform: uppercase;
  color: #fff;
}

.section-favorite .favorites.type-2 .favorite-list .item {
  margin-bottom: 35px;
}

.section-favorite .favorite-content {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .section-favorite .favorite-content {
    padding-top: 40px;
  }
}

.section-favorite .favorite-list {
  margin-left: -15px;
  margin-right: -15px;
}

.section-favorite .favorite-list .item {
  border-right: 1px solid #8b8b8b;
}

.bg-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center top;
}

.item-tour {
  display: block;
  padding: 20px;
  background: #fff;
  transition: all ease-in-out 0.5s;
  position: relative;
}

@media screen and (max-width: 991px) {
  .item-tour {
    width: 218px;
  }
}

.item-tour figure {
  margin: 0;
}

.item-tour h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #29444f;
  margin: 0;
  background: #fff;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.item-tour .price-box {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.w-100 {
  display: block;
  width: 100%;
}

.discount {
  width: 40px;
  height: 22px;
  position: absolute;
  margin: 5px 0 0 0;
  top: 0;
  left: 0;
  background: url("../img/sprites/ico_discount.png") no-repeat 0 0;
  background-size: 42px 22px;
  line-height: 19px;
}

.discount span {
  display: inline-block;
  padding-left: 5px;
  font-style: italic;
  font-size: 12px;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .price-box {
    background: #284450;
    color: #fff;
    height: 42px;
    line-height: 42px;
    width: 100%;
    display: table;
  }
  .price-box .price {
    font-size: 18px;
  }
  .price-box .order-now {
    font-size: 22px;
    display: none;
  }
  .heading.has-background {
    background-attachment: fixed;
    background-size: cover;
    background-position: center 60%;
    background-repeat: no-repeat;
    padding: 32px 0;
  }
  .heading.has-background .title {
    color: #fff;
  }
  .section-favorite .has-background {
    background-image: url("../img/bg/bg-favorite-title.png");
  }
  .section-favorite .favorite-btn {
    background: #29444f;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
  }
  .section-favorite .favorite-btn a {
    color: #feffff;
    display: inline-block;
    line-height: 1;
    text-transform: inherit;
    border-bottom: 1px solid #feffff;
    font-weight: normal;
  }
  .item-tour {
    padding: 0;
    background: transparent;
    margin-left: 15px;
    margin-right: 15px;
  }
  .item-tour h4 {
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .item-tour:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  }
  .item-tour:hover .price-box {
    background: #39b54a;
  }
  .item-tour:hover .price-box .price {
    display: none;
  }
  .item-tour:hover .price-box .order-now {
    display: block;
  }
  .discount {
    margin-left: -5px;
  }
  .favorite-list {
    overflow: hidden;
  }
  .favorite-list .item {
    margin-bottom: 35px;
    vertical-align: top;
    border: none !important;
  }
}

@media screen and (max-width: 991px) {
  .item-tour .price-box .order-now {
    display: none;
  }
}

.ads-home {
  margin-bottom: 43px;
}

.ads-home img {
  display: block;
}

.tile-why {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .tile-why {
    margin-bottom: 47px;
  }
}

.tile-why .desc {
  color: #29444f;
  text-align: center;
  font-size: 16px;
}

.tile-why .icons {
  margin-left: 10.7638888889%;
  margin-right: 10.7638888889%;
  margin-bottom: 22px;
}

.tile-why .icons img {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 480px) {
  .tile-why .icons img {
    max-width: 150px;
  }  
}

@media only screen and (min-width: 768px) {
  .section-why-us .has-background {
    margin-bottom: 40px;
  }
  .section-why-us .col-sm-3 {
    width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .section-why-us .has-background {
    background-image: url("../img/bg/bg-whyus-title.jpg");
  }
}

.place-travel-mobile .slider-nav {
  text-align: center;
  max-width: 395px;
  margin: auto auto 24px;
}

.place-travel-mobile .slider-nav .item {
  font-size: 30px;
  font-weight: 700;
  color: #29444f;
}

.place-travel-mobile .slider-nav .slick-prev, .place-travel-mobile .slider-nav .slick-next {
  border: none;
  border-radius: 0;
  font-size: 0;
  width: 15px;
  height: 27px;
}

.place-travel-mobile .slider-nav .slick-prev:before, .place-travel-mobile .slider-nav .slick-next:before {
  display: none;
}

.place-travel-mobile .slider-nav .slick-prev {
  background: url(../img/sprites/prev.png) no-repeat 0 0/100% 100%;
  left: 0;
}

.place-travel-mobile .slider-nav .slick-next {
  background: url(../img/sprites/next.png) no-repeat 0 0/100% 100%;
  right: 0;
}

.place-travel-mobile .slider-nav .slick-dots {
  margin-top: 10px;
}

.place-travel-mobile .slider-for .d-flex .item {
  border-top: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 15px;
}

.place-travel-mobile .slider-for .d-flex .item:nth-child(2n+2) {
  border-right: none;
}

@media only screen and (min-width: 768px) {
  .place-travel-mobile .slider-for .d-flex .item {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .place-travel-mobile .slider-for .d-flex .item:nth-child(3n+3) {
    border-right: none;
  }
  .place-travel-mobile .slider-for .d-flex .item:nth-child(2n+2) {
    border-right: 1px solid #8b8b8b;
  }
}

@media screen and (max-width: 991px) {
  .place-travel-mobile .slider-for .item-tour {
    margin: auto;
    max-width: 100%;
  }
}

.favorites .item-tour figure {
  height: 0;
  background: white;
  padding-bottom: 100%;
  overflow: hidden;
}

.free-switch-area {
  margin-bottom: 65px;
  background: #DEDEDE;
  padding: 35px 0 55px;
}

.free-switch-area .wrap {
  padding-left: 290px;
  padding-bottom: 320px;
  background: url("../img/bg/free-switch-area.png") no-repeat bottom left/575px auto;
  text-align: right;
  padding-top: 35px;
}

@media only screen and (min-width: 1200px) {
  .free-switch-area .wrap {
    margin: auto;
  }
}

.free-switch-area h2 {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: normal;
}

.free-switch-area .desc {
  font-size: 20px;
}

.phone-mobile {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: block;
  background: url("../img/sprites/phone-mobile.png") no-repeat center/100%;
  width: 55px;
  height: 55px;
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .phone-mobile {
    display: none;
  }
}

.products .page {
  margin: 0 15px;
  padding: 15px 0;
}

@media only screen and (min-width: 992px) {
  .products .page {
    padding-bottom: 30px;
  }
}

.filter {
  margin: 20px 0 30px 0;
}

.filter .form-control {
  border-radius: 17px;
  border-color: #d5d6d6;
}

.filter .form-control:hover, .filter .form-control:focus {
  border-color: #ababab;
  box-shadow: 0 2px 5px rgba(40, 68, 80, 0.2), 2px 0 5px rgba(40, 68, 80, 0.2), 0 -2px 5px rgba(40, 68, 80, 0.2), -2px 0 5px rgba(40, 68, 80, 0.2);
}

.form-search {
  margin: 0;
  position: relative;
}

.form-search::before {
  content: '\e003';
  color: #818181;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 1;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-search input.form-control {
  padding-left: 26px;
}

.btn-search {
  float: right;
  cursor: pointer;
}

.btn-search .fa {
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .item-mb .item-tour {
    padding: 12px 10px;
    transition: all ease-in-out 0.5s;
    margin: 0;
    border-bottom: 1px solid #8b8b8b;
    width: auto;
  }
  .item-mb .item-tour::after, .item-mb .item-tour::before {
    display: table;
    content: '';
  }
  .item-mb .item-tour::after {
    clear: both;
  }
  .item-mb .item-tour figure {
    float: left;
    margin-right: 25px;
    width: 27.7777777778%;
  }
  .item-mb .item-tour h4 {
    text-align: left;
    margin-bottom: 10px;
  }
  .item-mb .price-box {
    text-align: left;
  }
  .item-mb .price-box .price {
    color: #ed1c24;
    font-size: 20px;
  }
  .item-mb .price-box .price-old {
    font-size: 15px;
    color: #5d5d5d;
    font-weight: normal;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
  }
  .discount {
    background-image: url("../img/sprites/ico_discount_2.png");
    text-align: right;
    left: inherit;
    right: 0;
  }
  .discount span {
    padding-left: 0;
    padding-right: 5px;
  }
}

.form-product-header {
  margin-bottom: 20px;
}

.sub-menu {
  position: relative;
}

.container-search-mb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
}

.container-search-mb .container-search-mb-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.container-search-mb a {
  float: right;
  font-size: 16px;
  position: relative;
  top: -10px;
  right: -10px;
  color: #ed1c24;
}

.container-search-mb a .fa {
  font-size: 16px;
}

.container-search-mb .container-form {
  border-radius: 17px;
  background: #fff;
  margin-right: 15px;
  padding: 0 15px;
}

.form-row {
  position: relative;
}

.form-row .form-control {
  width: 90%;
  background: transparent;
  border: 0 none;
  padding: 0;
}

.form-row .fa-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #29444f;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .item-mb .item-tour {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container-search-mb.is-active {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .products .has-background {
    background-image: url("../img/bg/bg-product-title.jpg");
  }
  .product-content .item-tour {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .product-content .item-tour h4 {
    font-size: 18px;
  }
  .product-content .item-tour figure {
    background: #fff;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }
  .product-content .price-box {
    font-size: 18px;
  }
  .product-content .price-box .order-now {
    font-size: 20px;
  }
  .product-content .price-box .order-now .save-cart {
    display: block;
    width: 36px;
    text-align: center;
    background: #284450;
    float: right;
  }
  .custom-width-dialog {
    max-width: 800px;
    width: auto;
  }
}

/* message box */
.message-box {
  display: none;
}

.message-box.is-active {
  display: block;
}

.message-box #close-message-box {
  position: absolute;
  top: 12px;
  right: 12px;
  background: url("../img/close.png") no-repeat 0 0/16px 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.message-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.message-container {
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
  cursor: default;
  padding: 4rem 2rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  min-width: 30rem;
  max-width: 40rem;
  position: relative;
}

.message-icon {
  margin-bottom: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.message-icon-box {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #39b549;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.message-icon-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font: normal normal normal 22px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  display: inline-block;
}

.toast__text {
  padding-top: 6px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.product-detail {
  background: #F7F7F7;
}

.product-detail .nav-mobile {
  border-bottom: 1px solid #8b8b8b;
  margin-bottom: 30px;
}

.product-detail .nav-mobile li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.product-detail .nav-mobile li a {
  display: block;
  text-align: center;
  color: #29444f;
  position: relative;
  font-weight: 500;
  font-size: 24px;
}

.product-detail .nav-mobile li a:hover, .product-detail .nav-mobile li a:focus {
  background-color: transparent;
}

.product-detail .nav-mobile li a:hover:after, .product-detail .nav-mobile li a:focus:after {
  content: "";
  display: block;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-color: #39b549;
  position: absolute;
}

.product-detail .nav-mobile li a.active a, .product-detail .nav-mobile li a.active a:hover, .product-detail .nav-mobile li a.active a:focus {
  background-color: transparent;
}

.product-detail .nav-mobile li a.active a:after, .product-detail .nav-mobile li a.active a:hover:after, .product-detail .nav-mobile li a.active a:focus:after {
  content: "";
  display: block;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-color: #39b549;
  position: absolute;
}

.product-detail .tab-content > .tab-pane:not(.active),
.product-detail .pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.product-detail .header {
  position: relative;
  margin: 40px 0 50px;
  background: -webkit-linear-gradient(right, #EA2D57 , #3E2265 40%);
  background: -o-linear-gradient(right, #EA2D57, #3E2265 40%);
  background: -moz-linear-gradient(right, #EA2D57, #3E2265 40%);
  background: linear-gradient(to right, #EA2D57 , #3E2265 40%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
}

.product-detail .header::after {
  content: '';
  height: 7px;
  background: #EA2D57;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 50px;
  border-radius: 5px;
}

.product-detail .content {
  padding: 25px 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
}

.product-detail .product-image span {
  background: #432769;
  color: #fff;
  font-weight: bold;
  padding: 13px 9px;
  position: absolute;
  border-radius: 50%;
  top: -12px;
  left: 8px;
  font-size: 12px;
}

.product-detail .product-price {
  margin: 20px 0;
}

.product-detail .product-price span {
  font-size: 22px;
  font-weight: bold;
}

.product-detail .old-price {
  text-decoration: line-through;
  color: #F9C2CE;
}

.product-detail .current-price {
  color: #E6325A;
  margin-left: 10px;
}

.product-detail .product-action {
  margin-bottom: 30px;
  overflow: hidden;
}

.product-detail .select-quantity input {
  width: 70px;
  float: left;
  border: 1px solid #000;
}

.product-detail .select-quantity input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.product-detail .select-quantity input::-webkit-inner-spin-button,
.product-detail .select-quantity input::-webkit-outer-spin-button {
  opacity: 1;
}

.product-detail .add-to-cart button {
  border: none;
  background: #EA335C;
  color: #fff;
  padding: 4px 55px;
  border-radius: 18px;
  font-size: 18px;
}

.product-detail .add-to-cart button:hover {
  background: #ee5d7d;
}

.product-detail .add-to-cart button:focus {
  outline: none;
}

.product-detail .product-link a {
  color: #EA335C;
}

.product-detail .product-description {
  margin-top: 30px;
}

.product-detail .product-description .nav {
  padding-left: 10px;
  border-bottom: none;
}

.product-detail .product-description .tab-content {
  border: 1px solid #ddd;
  padding: 25px;
  -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0 0 10px -5px rgba(0,0,0,0.75);
  border-radius: 5px;
}

.product-detail .product-relate {
  margin-top: 50px;
}

.product-detail .product-relate .relate-title {
  background: -webkit-linear-gradient(right, #EA2D57 , #3E2265 40%);
  background: -o-linear-gradient(right, #EA2D57, #3E2265 40%);
  background: -moz-linear-gradient(right, #EA2D57, #3E2265 40%);
  background: linear-gradient(to right, #EA2D57 , #3E2265 40%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  margin-bottom: 30px;
}

.product-detail .product-relate .item {
  border: 1px solid #E6E6E6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 30px;
}

.product-detail .product-relate .image span {
  background: #432769;
  color: #fff;
  font-weight: bold;
  padding: 13px 9px;
  position: absolute;
  border-radius: 50%;
  top: -12px;
  right: 8px;
  font-size: 12px;
}

.product-detail .product-relate .name {
  margin-top: 25px;
  font-weight: bold;
  padding: 0 10px;
}

.product-detail .product-relate .price {
  margin-top: 10px;
  font-weight: bold;
  padding: 0 10px;
}

.product-detail .product-relate .action {
  margin: 15px 0;
  padding: 0 10px;
  overflow: hidden;
}

.product-detail .product-relate .add-to-cart {
  background: #EA335C;
  color: #fff;
  padding: 6px 25px;
  font-weight: bold;
  border-radius: 18px;
  float: left;
}

@media only screen and (max-width: 1199px) {
  .product-detail .header {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .header {
    font-size: 24px;
    padding: 0 15px;
  }

  .product-detail .header::after {
    left: 15px;
  }

  .product-detail .product-relate .relate-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .product-detail .tab-content > .tab-pane.desktop {
    display: block;
    height: auto;
    overflow: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .product-detail .tab-content > .tab-pane.only-mobile {
    display: none;
  }
}

.product-img {
  margin-bottom: 32px;
  position: relative;
}

.product-img .product-slide-nav {
  -ms-flex: 0 0 114px;
  flex: 0 0 114px;
  max-width: 114px;
  background: #333333;
  padding: 24px 12px;
  text-align: center;
  max-height: 462px;
}

@media screen and (max-width: 991px) {
  .product-img .product-slide-nav {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
}

.product-img .product-slide-nav .slick-slide {
  margin: 0 0 48px;
  opacity: 0.5;
}

.product-img .product-slide-nav .slick-slide.slick-current {
  opacity: 1;
}

.product-img .product-slide-nav .slick-slide:last-child {
  margin-bottom: 0;
}

.product-img .product-slide-for {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .product-img .product-slide-for {
    -ms-flex: 0 0 calc(100% - 114px);
    flex: 0 0 calc(100% - 114px);
    max-width: calc(100% - 114px);
    border: 1px solid #d5d6d6;
  }
}

.product-img .product-slide-for img {
  margin: auto;
}

.product-tab .nav li {
  float: left;
}

.product-tab .nav li a {
  display: block;
  color: #fff;
  background-color: #29444f;
  padding: 7px 25px;
}

.product-tab .nav li a:hover, .product-tab .nav li a:focus {
  background-color: #39b549;
}

.product-tab .nav li.active a {
  padding-top: 9px;
  background-color: #39b549;
}

.product-tab .tab-content table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 0;
}

.product-tab .tab-content table td:last-child {
  border-left: 2px solid #888888;
}

.product-tab .tab-content table tr:nth-child(2n+2) td {
  background-color: #b2b2b2;
}

.form-product h2 {
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 500;
  color: #29444f;
}

.form-product .label, .form-product label {
  font-weight: 500;
  color: #29444f;
  font-size: 14px;
  padding: 0;
}

.form-product .sale {
  color: #888888;
}

.form-product .sale span {
  text-decoration: line-through;
}

.form-product hr {
  border-color: #888;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-product .info {
  margin-bottom: 15px;
}

.form-product .form-control {
  border-color: #888888;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}

.form-product .form-control[data-toggle="datepicker"] {
  background: url(../img/bg/calender-ip.png) center right no-repeat;
}

.form-product textarea.form-control {
  height: 158px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 10px;
}

.number-product .value-button {
  display: inline-block;
  border: 1px solid #888;
  margin: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}

.number-product .value-button:hover {
  cursor: pointer;
}

.number-product .decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.number-product .increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.number-product .input-wrap {
  margin: 0px;
  padding: 0px;
}

.number-product input.number {
  text-align: center;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  margin: 0px;
  width: 56px;
  height: 40px;
}

.number-product input[type=number]::-webkit-inner-spin-button,
.number-product input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal .form-validate label.error {
  display: none !important;
}

.page-title {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 30px;
}

.single-blog {
  padding: 20px;
  transition: all ease-in-out 0.5s;
  margin-bottom: 22px;
  margin: 0 -15px 22px;
  border-bottom: 1px solid #8b8b8b;
}

@media only screen and (min-width: 992px) {
  .single-blog {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .single-blog:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 5px 0 5px rgba(0, 0, 0, 0.2), 0 -5px 5px rgba(0, 0, 0, 0.2), -5px 0 5px rgba(0, 0, 0, 0.2);
  }
}

.single-blog h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px;
}

.single-blog .time {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}

.single-blog .desc {
  line-height: 18px;
  max-height: 54px;
}

.ads {
  margin-bottom: 30px;
}

.ads a, .ads img {
  display: block;
}

.box-sildebar {
  padding-bottom: 65px;
}

.box-sildebar h3 {
  margin: 0 0 18px;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .box-sildebar h3 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px;
    background-color: #f0f0f0;
    border-top: 1px solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
  }
}

.box-sildebar ul li a:hover, .box-sildebar ul li a:focus {
  text-decoration: underline;
}

.box-sildebar ul li + li {
  margin-top: 14px;
}

.single-blog-detail {
  padding-bottom: 35px;
}

.single-blog-detail h2 {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 30px;
}

.single-blog-detail .time {
  font-size: 15px;
}

.single-blog-detail .text {
  margin-top: 24px;
  line-height: 1.5;
}

.single-blog-detail .text p {
  margin-bottom: 23px;
}

.single-blog-detail .text p:last-child {
  margin-bottom: 0;
}

/* contact */
@media only screen and (min-width: 1200px) {
  .map-item {
    max-width: 525px;
  }
}

.channel-other {
  padding-top: 15px;
}

.channel-other h4 {
  font-size: 18px;
}

.channel-other ul li + li {
  margin-top: 5px;
}

.channel-other ul a {
  color: #337ab7;
  font-size: 16px;
}

.security_code_img {
  margin-left: 10px;
}

.maps {
  clear: both;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .contact-info {
    margin-left: -15px;
  }
}

/* FAQ */
.faqs .has-background {
  background-image: url("../img/bg/bg-product-title.jpg");
}

.faq_list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}

.faq_item {
  padding: 20px 0;
  border-bottom: 1px dotted #b2b2b2;
  display: block;
}

.faq_title {
  margin-bottom: 0;
}

.faq_title a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.faq_item a.is-active:link,
.faq_item a.is-active:visited {
  color: #39b549;
}

.faq_content {
  padding-top: 20px;
  font-size: 14px;
  display: none;
}

.faq_content a {
  color: #39b549;
}

/* coverage */
.coverage .has-background {
  background-image: url("../img/bg/bg-favorite-title.png");
}

.coverage_content {
  background-color: #ccc;
  background-image: url("../img/bg/bg-favorite-body-map.png");
  background-size: cover;
  background-position: top center;
}

.coverage-heading {
  background-color: #29444f;
}

.coverage-heading .nav {
  background: transparent;
}

.coverage-heading .nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

@media only screen and (min-width: 768px) {
  .coverage-heading .nav > li {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
  }
}

.coverage-heading .nav > li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 18px;
  text-align: center;
  display: block;
}

.coverage-heading .nav > li a:hover, .coverage-heading .nav > li a:focus {
  background-color: #39b549;
}

@media only screen and (min-width: 992px) {
  .coverage-heading .nav > li a {
    min-width: 100px;
  }
}

.coverage-heading .nav > li.active a {
  background-color: #39b549;
}

.coveragetab .tab-content {
  padding: 20px 0;
}

.sub-menu-2 {
  background: #fff;
  border-bottom: 2px solid #adadad;
}

.sub-menu-2 ul {
  display: -ms-flexbox;
  display: flex;
}

.sub-menu-2 ul li {
  overflow: hidden;
  margin-bottom: -2px;
}

.sub-menu-2 ul li a {
  color: #343434;
  font-weight: 700;
  padding: 10px 10px 9px;
  display: inline-block;
  position: relative;
  min-height: 100%;
}

.sub-menu-2 ul li a:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #39b549;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translate(-120px, 0);
  transition: all ease 0.5s;
}

.sub-menu-2 ul li a.active {
  color: #39b549;
  text-decoration: none;
}

.sub-menu-2 ul li a.active:after {
  transform: translate(0, 0);
}

.sub-menu-2 ul li a.active:hover, .sub-menu-2 ul li a.active:focus {
  color: #39b549;
  text-decoration: none;
}

.sub-menu-2 ul li a.active:hover:after, .sub-menu-2 ul li a.active:focus:after {
  transform: translate(0, 0);
}

.sub-menu-2 ul li a:hover, .sub-menu-2 ul li a:focus {
  color: #39b549;
  text-decoration: none;
}

.sub-menu-2 ul li a:hover:after, .sub-menu-2 ul li a:focus:after {
  transform: translate(0, 0);
}

.sub-menu-2 ul li + li {
  margin-left: 3px;
}

.coverage_country {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coverage_country li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1b1b1b;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 768px) {
  .coverage_country li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .coverage_country li {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.row-list {
  display: table;
  width: 100%;
  height: 100%;
}

.row-list .left {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.row-list .right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: right;
}

.row-list .flag {
  width: 30px;
  display: inline-block;
  margin-right: 8px;
  background-color: #fff;
}

.row-list .flag img {
  vertical-align: middle;
  max-width: 100%;
}

.breadcrumb.location {
  padding: 0;
  margin: -20px 0 7px 0;
  background: transparent;
  border-radius: 0;
}

.breadcrumb.location li, .breadcrumb.location a {
  color: #989898;
}

.breadcrumb.location a:hover {
  color: #39b54a;
}

.breadcrumb.location > li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #989898;
}

.tags {
  font-style: italic;
  color: #666769;
}

.tags label {
  margin-bottom: 0;
}

.tags h4, .tags .tag-item {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.tags .tag-item {
  color: inherit;
  padding: 0 2px;
}

.tags .tag-item:hover {
  color: #39b54a;
}

.steps {
  background-color: #39b54a;
}

.stepsnum {
  overflow: hidden;
  padding: 0;
  margin: 0 -15px;
  border-bottom: 1px solid #919191;
  list-style-type: none;
}

.step-item {
  float: left;
  width: 50%;
  border-bottom: 5px solid transparent;
}

.step-item.is-active {
  border-bottom-color: #fff;
}

.step-title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding: 18px 0 14px 0;
  text-align: center;
  margin: 0;
}

.title02 {
  color: #383838;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.delivery-info {
  padding-top: 20px;
}

.delivery-method-content {
  padding-bottom: 15px;
}

small {
  font-size: 85%;
}

.card-customer {
  margin-top: 30px;
}

.card-customer table td {
  padding: 8px 0;
}

.clr-link {
  color: #39b54a;
  text-decoration: underline;
}

.clr-link:hover, .clr-link:focus {
  color: #29444f;
}

.delivery-bill {
  padding: 0;
  margin: 15px 0;
  list-style-type: none;
}

.shadow-bottom-2 {
  height: 20px;
  overflow: hidden;
  background-color: #c0c0c0;
  border-bottom: 1px solid #919191;
  margin: 0 -15px;
  background-image: url("../img/bg/shadow-bottom-2.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}

@media only screen and (min-width: 768px) {
  .shadow-bottom-2 {
    background-color: transparent;
    border-bottom: none;
    margin: 0;
  }
}

.radio-form {
  position: relative;
  display: block;
}

.radio-form [type="radio"] {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.radio-form [type="radio"] + label {
  transition: .28s ease;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
}

.radio-form [type="radio"] + label::before, .radio-form [type="radio"] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  transition: .28s ease;
}

.radio-form [type="radio"] + label::after {
  transform: scale(0.5);
}

.radio-form [type="radio"]:not(:checked) + label::after, .radio-form [type="radio"]:not(:checked) + label::before {
  border-color: #ccc;
}

.radio-form [type="radio"]:not(:checked) + label::after {
  z-index: -1;
  transform: scale(0);
  background: #ccc;
}

.radio-form [type="radio"]:not(:checked) + label::before {
  border-color: #ccc;
}

.radio-form [type="radio"]:checked + label::before {
  border-color: #ccc;
}

.radio-form [type="radio"]:checked + label::after {
  border-color: #ccc;
  background: #ccc;
  transform: scale(0.5);
}

.summary-row {
  margin-bottom: 7px;
}

.summary-row > div {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.detail-transaction {
  margin-bottom: 20px;
}

.checkout-btn {
  margin-top: 12px;
}

.row-mb > [class*="col-"] {
  margin-bottom: 12px;
}

.box-inner textarea {
  resize: none;
}

.box-inner .address {
  padding-left: 10px;
}

.box-inner .table > tbody > tr > td,
.box-inner .table td {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.voucher-id {
  font-size: 16px;
  color: #9e0b0f;
  font-weight: bold;
}

@media only screen and (min-width: 992px) {
  .steps {
    background-color: #ccc;
  }
  .stepsnum {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
  }
  .step-item {
    width: 33.33333333%;
    position: relative;
    border-bottom: none;
  }
  .step-item:not(:first-child)::before {
    border-color: transparent #ccc;
    border-style: solid;
    border-width: 0 15px 27px 0;
    content: '';
    height: 0;
    left: -15px;
    position: absolute;
    top: 0;
    width: 0;
  }
  .step-item:not(:first-child)::after {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 0 0 27px 15px;
    bottom: 0;
    content: '';
    height: 0;
    left: -15px;
    position: absolute;
    width: 0;
    z-index: 9;
  }
  .step-item:not(:first-child).is-active::before {
    border-color: transparent #a1a1a1;
  }
  .step-item:not(:first-child).is-active::after {
    border-color: transparent transparent #a1a1a1;
  }
  .step-item.is-active {
    background-color: #a1a1a1;
  }
  .step-item.is-active .step-title {
    color: #3f3f3f;
  }
  .step-title {
    color: #5b5b5b;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0;
    position: relative;
  }
  .step-title::before {
    border-color: transparent #ccc;
    border-style: solid;
    border-width: 0 15px 27px 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
  .step-title::after {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 0 0 27px 15px;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 9;
  }
}

.successful-transaction {
  color: #383838;
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .successful-transaction {
    padding-bottom: 0;
  }
}

.price-product {
  font-size: 18px;
  font-weight: 700;
  color: #ff3425;
}

.price-product.big {
  font-size: 20px;
}

.note-transaction {
  margin-bottom: 25px;
}

.note-transaction h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}

.note-transaction p {
  margin: 0;
}

.note-transaction .name {
  font-weight: 500;
}

.detail-transaction .products-cart .product-item {
  padding: 10px;
  margin-bottom: 4px;
}

.detail-transaction .products-cart .product-item h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.detail-transaction .products-cart .product-item p {
  margin: 0;
}

.detail-transaction .products-cart .product-item:nth-child(2n+2) {
  background-color: #ebebeb;
}

.detail-transaction .summary-price {
  padding: 10px 10px 0;
}

.detail-transaction .summary-price p {
  margin: 0;
}

.detail-transaction .summary-price strong {
  font-weight: 500;
}

.detail-transaction .summary-price hr {
  border-color: #888;
  margin: 10px 0;
}

.detail-transaction .summary-price .text-left strong {
  font-size: 16px;
}

.product-item .summary-row {
  margin-bottom: 0;
  margin-top: 5px;
}

.checkout-total-title {
  color: #29444f;
  padding-top: 10px;
}

.bold18 {
  font-size: 18px;
  font-weight: bold;
}

.note-01 {
  font-weight: normal;
  font-style: italic;
  color: #4f4f4f;
  font-size: 13px;
}

.note-02 {
  color: #969696;
  font-size: 13px;
}

.fee-tip {
  color: #888888;
}

.bold16 {
  font-weight: bold;
  font-size: 16px;
}

.info-transport {
  padding: 0 10px;
}

.info-transport h4 {
  margin: 0 0 6px;
  font-size: 16px;
}

.info-transport .d-flex {
  margin-bottom: 10px;
}

.has-border-top {
  display: inline-block;
  border-top: 1px solid #888888;
  padding-left: 12px;
  padding-top: 10px;
}

.title-cart {
  background-color: #39b549;
  padding: 15px 0;
}

@media only screen and (min-width: 992px) {
  .title-cart {
    background-color: transparent;
    padding: 7px 0;
  }
}

.title-cart h1 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 30px;
}

@media only screen and (min-width: 992px) {
  .title-cart h1 {
    text-transform: uppercase;
    color: #383838;
    font-weight: 500;
  }
}

.cart-item {
  padding: 10px 0;
  border-bottom: 1px solid #8b8b8b;
}

.cart-item:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .cart-item {
    border-bottom: none;
    padding: 10px;
  }
}

.cart-item .min-h {
  min-height: 115px;
}

.cart-item .text {
  position: relative;
}

.cart-item .text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-item .text .links a {
  font-size: 18px;
  color: #0072bc;
  text-decoration: underline;
}

.cart-item .text .links a + a {
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .cart-item .text .links .delete {
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 2;
    color: #c0c0c0;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
  }
}

.cart-item .text .price-old {
  text-decoration: line-through;
  color: #5d5d5d;
}

.cart-item .text .txt-left {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .cart-item .text .txt-left {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
  }
}

.cart-item .text .txt-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .cart-item .text .txt-right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .carts-list {
    padding-top: 42px;
  }
}

@media only screen and (min-width: 992px) {
  .carts-list .cart-item:nth-child(2n+2) {
    background-color: #ebebeb;
  }
}

@media screen and (max-width: 991px) {
  .summary-row.hidden-mobile {
    display: none !important;
  }
}

.summary-row .btn-xs {
  min-width: auto;
}

.summary-row .form-control {
  border-color: #888;
  border-radius: 17px;
}

.code-mobile {
  padding: 25px 10px 10px;
}

@media screen and (max-width: 991px) {
  .detail-transaction.shadow-bottom {
    padding: 20px 0 40px;
  }
}

.box-promotion {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 9999;
  vertical-align: middle;
  bottom: 0;
  right: 0;
}

.box-promotion.is-active {
  display: block;
}

.box-promotion .box-promotion-item {
  margin: 0 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  /*.box-promotion .box-promotion-item {
    max-width: 600px;
    max-height: 600px;
    width: 500px;
  }*/
}

.box-promotion .box-promotion-item .box-banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  /*.box-promotion .box-promotion-item .box-banner img {
    max-height: 500px;
  }*/
}

.box-promotion .promotion-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 999;
  text-indent: -99999px;
  background: url("../img/close.png") no-repeat 0 0;
  width: 29px;
  height: 28px;
  top: -30px;
}

.introduction {
  margin-bottom: -20px;
}

@media only screen and (min-width: 992px) {
  .introduction {
    margin-bottom: -50px;
  }
}

.intro-box h2 {
  font-size: 25px;
  margin: 0 0 20px 0;
  line-height: 1.2;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) {
  .intro-box h2 {
    font-size: 31px;
    margin-bottom: 29px;
  }
}

.intro-box .description {
  text-align: justify;
  line-height: 19px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 29px;
}

.intro-box .description p:last-child {
  margin-bottom: 0;
}
.intro-box {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.intro-box.intro-box1 {
  background-image: url("../img/bg/bg-intro-box1.png");
}

@media only screen and (min-width: 768px) {
  .intro-box.intro-box2 {
    background-image: url("../img/bg/bg-intro-box2.png");
  }
  .intro-box.intro-box3 {
    background-image: url("../img/bg/bg-intro-box3.png");
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .intro-box.intro-box3 {
    background-position: 45% center;
  }
}

.intro-box1 .intro-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .intro-box1 .intro-wrapper {
    padding-top: 164px;
    padding-bottom: 145px;
    width: 48.2608695622%;
  }
}

.intro-box2 .intro-wrapper {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 992px) {
  .intro-box2 h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) {
  .intro-box2 .intro-wrapper {
    padding-top: 165px;
    padding-bottom: 128px;
    padding-left: 70px;
  }
}

.intro-box2 .intro-wrapper ul {
  padding: 0 0 0 15px;
  margin: 0;
}

.intro-box2 .intro-wrapper ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}

.intro-box3 .intro-wrapper {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro-box3 h2 {
  margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
  .intro-box3 .intro-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 10px;
  }
}

.intro-box3 .intro-wrapper ol {
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
}

.intro-box3 .intro-wrapper ol li + li {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .intro-box.intro-box2 {
    background: #4f4f4f;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4f4f4f), color-stop(50%, #525251), color-stop(100%, #494849));
    background: linear-gradient(to bottom, #4f4f4f 0%, #525251 50%, #494849 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#494849', GradientType=0 );
  }
  .intro-box.intro-box3 {
    background: #0ec481;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0ec481), color-stop(100%, #1da666));
    background: linear-gradient(to bottom, #0ec481 0%, #1da666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ec481', endColorstr='#1da666', GradientType=0 );
  }
  .box-promotion .box-promotion-item {
    margin: 0 auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
  }
}

.bill-info .table > tbody > tr:first-child > td {
  border-top: none;
}

.bill-detail .table-bordered thead td {
  font-weight: bold;
  background-color: #ebebeb;
}

.bill-terms {
  margin-bottom: 15px;
}

.bill-hotline {
  margin-bottom: 15px;
}

.bill-hotline p {
  margin-bottom: 5px;
}

.clr-green {
  color: #39b549;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  body {
    padding-top: 0 !important;
  }
  .wrapper > header,
  .wrapper > footer {
    display: none !important;
  }
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *::before, *::after {
    background: transparent;
    box-shadow: none;
    color: #000;
    text-shadow: none;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: ' (" attr(href) ")';
  }
  a[href^='#']::after, a[href^='javascript:']::after {
    content: '';
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  abbr[title]::after {
    content: ' (" attr(title) ")';
  }
}
/* */
.section-why-us {
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .section-why-us {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #39b549;
  }
  .section-why-us .section-title h2,
  .tile-why .desc {
    color: #fff;
  }
  .section-why-us .btn-pager {
    background: #fff;
    color: #39b549;
    padding-left: 25px;
  }
  .section-why-us .btn-pager:before {
    display: none;
  }
  .section-why-us .btn-pager:hover, .section-why-us .btn-pager:focus {
    background: #e5e5e5;
  }
}
.section-title h2 {
  position: relative;
  font-size: 32px;
  /* color: #39b549; */
  text-transform: none;
  margin: 15px auto 15px auto;
  font-weight: bold;
}
.section-title h2 span {
  display: inline-block;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.why-us-col,
.how-to-col{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.how-to-col {
  width: 50%;
}
@media (min-width: 480px) {
  .why-us-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .why-us-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .how-to-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .why-us-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
/* testimonial */
.tile-testimonial .avatar{
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border:2px solid #fff;
  box-shadow: 0 0 5px rgb(255 141 26);
  line-height: 76px;
  text-align: center;
  margin:5px auto 0;
  position: relative;
  background: #fff;
  float: left;
  margin-left: 15px;
}

.tile-testimonial .avatar img{
  max-height: 76px;
   -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.tile-testimonial .text{
  padding:50px 25px 25px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  margin-top: -40px;
  background: #fff;
}
.tile-testimonial .text h4{
  border-bottom:2px solid #c9c9c9;
  padding-bottom: 3px;
  margin:0 0 13px;
  font-size: 16px;
}
.tile-testimonial .text .desc{
  height: 180px;
  overflow: hidden;
  text-align: justify;
}

.slide-testimonial .item{
  padding:0 5px 10px;
}

.slide-testimonial .slick-dots{
  padding-top: 27px;
}
.slide-testimonial .slick-dots li button{
  width: 26px;
  height: 16px;
}
.slide-testimonial .slick-dots li button:after{
  width: 12px;
  height: 12px;
  top:2px;
  background-color:#9c9c9c;
}

.slide-testimonial .slick-dots li.slick-active button::after{
  width: 16px;
  height: 16px;
  top:0;
  background-color:#9c9c9c !important;
}

@media screen and (max-width: 991px){
  .testimonial{
    background: #e1e1e1;
    border-bottom: 1px solid #8b8b8b;
    padding-bottom: 20px;
  }
  .testimonial .title{
    margin-bottom: 0;
  }
  .slide-testimonial .slick-slide{
    width: 218px;
  }

  .slide-testimonial .item{
    padding: 0;
    border-right: 1px solid #8b8b8b;
  }

  .tile-testimonial{
    background:#fff;
    padding-top:15px;
  }
  .tile-testimonial .avatar{
    margin-top: 0;
  }
  .tile-testimonial .avatar,
  .tile-testimonial .text{
    box-shadow: none;
  }
}

@media only screen and (max-width: 1400px)  {
  .wifi-form > .container
  {
    /* margin-top: 100px ; */
    max-width: 1200px !important
  }
 }

 @media only screen and (max-width: 991px)  {
  .wifi-form > .container
  {
    margin-top: -20px;
  }
 }
.list-unstyled-group {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-unstyled-group li {
  flex: 0 0 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%;
}
@media (min-width: 992px) {
  .list-unstyled-group li {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
  }
}
.tile-group-item {
  margin-bottom: 28px;
}
.tile-group-item .icon {
  display: block;
  text-align: center;
  font-size: 44px;
  font-weight: 300;
  height: 77px;
  line-height: 77px;
}
.tile-group-item .icon img {
  margin-left: auto;
  margin-right: auto;
}
.tile-group-item .icon .unit {
  font-size: 17px;
  position: relative;
  font-weight: 400;
}
.tile-group-item .icon .speed-download,
.tile-group-item .icon .speed-upload {
  padding-right: 11px;
}
.tile-group-item .icon .speed-download:after,
.tile-group-item .icon .speed-upload:after {
  width: 10px;
  height: 22px;
  content: " ";
  display: inline-block;
  background-image: url("../img/down-up.png");
  background-repeat: no-repeat;
}
.tile-group-item .icon .speed-download:after {
  background-position: 0 0;
}
.tile-group-item .icon .speed-upload:after {
  background-position: -10px 0;
}
.tile-group-item h3 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  line-height: 1.35;
}
/* secton-success */
.section-success {
  background-color: rgba(0,0,0,0.5);
  background: url("../img/bg/success-bg.jpg") no-repeat center center/cover;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -20px;
}
.success-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px 20px 50px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}
@media (min-width: 992px) {
  .section-success {
    margin-bottom: -50px;
  }
}
.success-container h3{
  margin-bottom: 35px;
}
.success-container .h4 {
  font-size: 24px;
}
.success-container p {
  font-size: 16px;
}

.success-container .icon{
  text-align: center;
  color: #39b549;
  text-align: center;
  line-height: 58px;
  font-size: 58px;
  margin: auto;
}

/* change header */
header .container{
  width: 100%;
}
header .dropdown-menu{
  width: 400px;
  border-radius:0;
  border:none;
  border-bottom:3px solid #39b54a;
  box-shadow: none;
  padding: 2px 0;
  /* margin-top: 7px !important; */
}
header .dropdown-menu li{
  float: none;
  width: auto;
}
header .dropdown-menu li a{
  padding-right: 15px;
  padding-left: 15px;
}
header .dropdown-menu li a:hover,
header .dropdown-menu li a:focus{
  background-color: transparent;
  color:#39b54a;
}

.fixed-header header .dropdown-menu, header .navbar-default.bg-navbar .dropdown-menu{
  margin-top: 15px !important;
}
@media (max-width: 767px){
  .navbar-default .navbar-nav > li > a{
      color: #fff;
  }
  header .dropdown-menu li{
      float: none;
      width: 100%;
  }
  header .dropdown-menu{
      width: 100%;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
      color:#39b54a;
  }
  .fixed-header header .dropdown-menu,
  header .navbar-default.bg-navbar .dropdown-menu,
  header .dropdown-menu{
      margin-top: 0 !important;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
      padding: 5px 15px;
  }
}


/* 



#main-content, footer{
  float: left;
  width: 100%;
}
.main-menu{
  float:left;
  width: 100%;
  background: #000;
  text-align: center;
  position: relative;
  z-index: 99;
}

.main-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li{
  display: inline-block;
  position: relative;
}
.main-menu ul > li > ul{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ccc;
  opacity: 0;
  visibility: hidden;
  transition:  all .5s ease;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	-ms-transition:  all .5s ease;
}
.main-menu ul > li.active > ul, .main-menu ul > li:hover > ul{
  opacity: 1;
  visibility: visible;
}
.main-menu ul li a{
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
}
*/

.new-header .navbar-brand{
  float: none;
}
.header-new{
  float: left;
  width: 100%;
}
.logo{
  float: left;
}
.group-right-header{
  margin-top: 20px;
  float: right;
}

.group-right-header .cart-header{
  margin-top: 10px;
}
.support-header{
  float: left;
}
.location-hotline{
  float: left;
  margin-right: 30px;
}
.location-hotline .icon{
  float: left;
  height: 40px;
  margin-right: 13px;
}
.location-hotline .icon img{
  height: 100%;
  width: auto;
}
.location-hotline .content{
  float: left;
  text-align: left;
}
.location-hotline .content p{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #ccc;
  margin-bottom: 0;
  font-weight: normal;
}
.location-hotline .content b{
  font-size: 20px;
}

.group-right-header .language {
  float:left;
}
.cart-header{
  float: right;
}
.languages{
  float: left;
  width: 40px;
}
.languages .item{
  float: left;
  width: 100%;
  height: 20px;
  background: #000;
  margin-bottom: 8px;
}
.dropdown-cart{
  float: right;
  margin-left: 30px;
  position: relative;
}
.dropdown-cart b{
  display: none;
}
.dropdown-cart span{
  position: absolute;
  right: -5px;
  top: -5px;
  background: red;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50px;
}

.btn-viewmore{
  margin-bottom: 15px;
  background: #ff8d1a;
  border-radius: 0;
  color: #fff;
  border: 1px solid #ff8d1a;
}
.btn-buy-now{
  border: 1px solid #ff8d1a;
  color: #ff8d1a;
  border-radius: 0;
  font-weight: bold;
}

.product-item {
  padding: 5px;
}
.product-item .thumbnail{
  box-shadow: 0 2px 2px #ccc;
  padding: 0;
}

@media(max-width:767px){
  body{
    padding-top: 0;
  }
  .support-header{
    display: none;
  }

  .button-menu-mobile{
    float: left;
    width: 100%;
    text-align: left;
  }
  .button-menu-mobile .icon-menu{
    float: left;
    width: 50px;
    height: 50px;
    background: red;
  }
  .button-menu-mobile b{
    color: #fff;
    float: left;
    margin-top: 15px;
  }


}

#mini-cart {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
}

#mini-cart .overlay {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  width: 100%;
  height: 100%;
}

#mini-cart .close {
  top: 10px;
  position: absolute;
  color: #fff;
  right: 10px;
  border-radius: 50%;
  background: #000;
  padding: 5px 10px;
  width: 32px;
  height: 32px;
  z-index: 1000;
}

#mini-cart .cart-main {
  width: 320px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -320px;
  transition: all .5s ease 0s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#mini-cart .cart-main::-webkit-scrollbar {
  display: none;
}

#mini-cart .header {
  text-align: center;
  padding: 15px;
  background: #39b54a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

#mini-cart .content {
  padding: 15px;
}

#mini-cart .item {
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(57, 181, 74, 0.3);
  padding: 15px 0;
}

#mini-cart .content .img {
  max-width: 60px;
}

#mini-cart .content .info {
  margin: 0 15px;
  width: 100%;
}

#mini-cart .content .info a {
  font-weight: 500;
}

#mini-cart .content .info a:hover {
  color: #39b54a;
}

#mini-cart .content .remove {
  position: absolute;
  right: 0;
}

#mini-cart .content .remove a {
  color: #666;
  font-size: 16px;
}

#mini-cart .content .remove a:hover {
  color: #ff0000;
}

#mini-cart .summary {
  text-align: center;
  border-bottom: 1px solid rgba(57, 181, 74, 0.3);
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

#mini-cart .summary p {
  text-align: right;
  color: #ff0000;
}

#mini-cart .summary span {
  color: #666;
  float: left;
}

#mini-cart .btn-mini-cart {
  background: #39b54a;
  float: left;
  width: 100%;
  color: #fff;
  margin-top: 15px;
  padding: 12px 0;
  border-radius: 25px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}