.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px
}

@media (max-width: 480px) {

  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15 {
    padding-left: 7px;
    padding-right: 7px
  }
}

.col-xs-15 {
  width: 20%;
  float: left
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

.awe-section-1 {
  margin-bottom: 0
}

.awe-section-2 {
  margin-bottom: 0
}

.awe-section-3 {
  margin-bottom: 0
}

.awe-section-4 {
  margin-bottom: 0
}

.awe-section-5 {
  margin-bottom: 0
}

.awe-section-6 {
  margin-bottom: 0
}

.awe-section-7 {
  margin-bottom: 0
}

.awe-section-8 {
  margin-bottom: 0
}

.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 700px 104px;
  position: relative
}

@media (min-width: 1199px) {
  .home-slider {
    min-height: 450px
  }
}

@media (max-width: 480px) {
  .home-slider {
    min-height: 150px
  }
}

@media (max-width: 376px) {
  .home-slider {
    min-height: 155px
  }
}

@media (max-width: 321px) {
  .home-slider {
    min-height: 132px
  }
}

.home-slider .swiper-pagination-bullets {
  text-align: center
}

.home-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 6px;
  height: 6px;
  background: #333f48;
  border-radius: 50%;
  border: 1px solid #333f48;
  padding: 0;
  font-size: 0;
  opacity: 0.8
}

.home-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all .2s;
  width: 30px;
  border-radius: 3px;
  background: #3f3fdb;
  border-color: #3f3fdb
}

.home-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #3f3fdb;
  border-color: #3f3fdb
}

.home-slider .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #3f3fdb;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  border-radius: 100%;
  right: 15px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.home-slider .swiper-button-next:hover {
  background: #272728
}

.home-slider .swiper-button-next:after {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  margin-left: 3px
}

@media (max-width: 767px) {
  .home-slider .swiper-button-next {
    width: 15px;
    height: 15px;
    line-height: 15px
  }

  .home-slider .swiper-button-next:after {
    font-size: 7px;
    line-height: 15px;
    margin-left: 1px
  }
}

.home-slider .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #3f3fdb;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  border-radius: 100%;
  left: 15px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.home-slider .swiper-button-prev:after {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  margin-right: 3px
}

.home-slider .swiper-button-prev:hover {
  background: #272728
}

@media (max-width: 767px) {
  .home-slider .swiper-button-prev {
    width: 15px;
    height: 15px;
    line-height: 15px
  }

  .home-slider .swiper-button-prev:after {
    font-size: 7px;
    line-height: 15px;
    margin-right: 1px
  }
}

.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
  border-radius: initial;
  width: 25px;
  height: 40px;
  display: none
}

.home-slider .swiper-button-next:after,
.home-slider .swiper-button-prev:after {
  font-size: 14px;
  margin-left: 1px
}

.home-slider .swiper-button-next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width: 767px) {
  .home-slider .swiper-button-next {
    width: 15px;
    height: 15px;
    line-height: 15px;
    right: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .home-slider .swiper-button-next:after {
    font-size: 7px;
    line-height: 15px;
    margin-left: 1px
  }
}

.home-slider .swiper-button-prev {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width: 767px) {
  .home-slider .swiper-button-prev {
    width: 15px;
    height: 15px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    left: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .home-slider .swiper-button-prev:after {
    font-size: 7px;
    line-height: 15px;
    margin-right: 1px
  }
}

.home-slider:hover .swiper-button-next {
  visibility: visible;
  opacity: 1
}

.home-slider:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35
}

.home-slider:hover .swiper-button-prev {
  visibility: visible;
  opacity: 1
}

.home-slider:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35
}

.home-slider .swiper-pagination-bullets {
  bottom: 40px !important
}

@media (max-width: 767px) {
  .home-slider .swiper-pagination-bullets {
    bottom: 0 !important
  }
}

.home-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px !important;
  width: 15px;
  height: 5px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: initial
}

.home-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 5px;
  border-radius: initial
}

.section_service {
  background: #3f3fdb;
  padding: 25px 0;
  margin: auto;
  margin-top: -30px;
  position: relative;
  z-index: 9;
  margin-bottom: 50px
}

@media (max-width: 767px) {
  .section_service {
    margin-bottom: 30px
  }
}

@media (min-width: 1200px) {
  .section_service {
    width: 1200px
  }
}

@media (min-width: 1300px) {
  .section_service {
    width: 1300px
  }
}

@media (min-width: 1600px) {
  .section_service {
    width: 1550px
  }
}

.section_service .service-swiper .item {
  text-align: center
}

.section_service .service-swiper .item .icon {
  margin-bottom: 15px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

.section_service .service-swiper .item .info h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff
}

.section_service .service-swiper .item .info p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 20px;
  color: #fff
}

.section_service .service-swiper .swiper-pagination {
  position: initial
}

@media (min-width: 1199px) {
  .section_service .service-swiper .swiper-pagination {
    display: none
  }
}

.section_service .service-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 4px;
  border-radius: initial;
  background: #fff;
  opacity: 1;
  margin: 0 2px
}

.section_service .service-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px
}

.section_service .service-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section_service .service-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fe6b5e
}

.section_product_new,
.section_best_sellers {
  margin-bottom: 50px
}

@media (max-width: 767px) {

  .section_product_new,
  .section_best_sellers {
    margin-bottom: 30px
  }
}

.section_product_new .block-title,
.section_best_sellers .block-title {
  text-align: center
}

.section_product_new .block-title h2,
.section_best_sellers .block-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #3f3fdb;
  letter-spacing: 0.2em;
  line-height: 48.76px;
  word-break: break-all
}

.section_product_new .block-title h2 a,
.section_best_sellers .block-title h2 a {
  position: relative;
  color: #3f3fdb
}

.section_product_new .block-title h2 a:before,
.section_best_sellers .block-title h2 a:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #3f3fdb;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}

.section_product_new .block-title h2 a:after,
.section_best_sellers .block-title h2 a:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #3f3fdb;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}

.section_product_new .block-title h2 a:hover,
.section_best_sellers .block-title h2 a:hover {
  color: #fe6b5e
}

.section_product_new .block-title h2 a:hover:before,
.section_product_new .block-title h2 a:hover:after,
.section_best_sellers .block-title h2 a:hover:before,
.section_best_sellers .block-title h2 a:hover:after {
  background: #fe6b5e
}

@media (max-width: 767px) {

  .section_product_new .block-title h2,
  .section_best_sellers .block-title h2 {
    font-size: 17px;
    line-height: 20.72px;
    margin-bottom: 10px
  }

  .section_product_new .block-title h2 a:before,
  .section_best_sellers .block-title h2 a:before {
    width: 6px;
    height: 6px;
    left: -20px
  }

  .section_product_new .block-title h2 a:after,
  .section_best_sellers .block-title h2 a:after {
    width: 6px;
    height: 6px
  }
}

.section_product_new .block-title p,
.section_best_sellers .block-title p {
  font-size: 16px;
  line-height: 19.5px;
  color: #616161;
  margin-bottom: 35px
}

@media (max-width: 767px) {

  .section_product_new .block-title p,
  .section_best_sellers .block-title p {
    font-size: 14px;
    margin-bottom: 15px
  }
}

.section_product_new .view-more,
.section_best_sellers .view-more {
  width: 245px;
  height: 60px;
  background: #3f3fdb;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  margin: auto;
  margin-top: 45px
}

@media (max-width: 767px) {

  .section_product_new .view-more,
  .section_best_sellers .view-more {
    margin-top: 10px;
    width: 137px;
    height: 32px;
    font-size: 12px;
    line-height: 32px
  }
}

.section_product_new .view-more a,
.section_best_sellers .view-more a {
  color: #fff;
  font-weight: bold;
  display: block
}

.section_product_new .view-more:hover,
.section_best_sellers .view-more:hover {
  background: #fe6b5e
}

.section_product_new .swiper-pagination-bullets,
.section_best_sellers .swiper-pagination-bullets {
  position: initial
}

@media (min-width: 767px) {

  .section_product_new .swiper-pagination-bullets,
  .section_best_sellers .swiper-pagination-bullets {
    display: none
  }
}

.section_product_new .swiper-pagination-bullets .swiper-pagination-bullet,
.section_best_sellers .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px !important;
  height: 4px;
  margin: 0 2px;
  border-radius: initial
}

.section_product_new .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section_best_sellers .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px !important;
  background: #fe6b5e
}

.section_product_new .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.section_best_sellers .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #fe6b5e
}

@media (min-width: 1199px) {

  .section_product_new .item_product_main .product-thumbnail .image_thumb,
  .section_best_sellers .item_product_main .product-thumbnail .image_thumb {
    height: 272px
  }
}

@media (max-width: 1199px) {

  .section_product_new .item_product_main .product-thumbnail .image_thumb,
  .section_best_sellers .item_product_main .product-thumbnail .image_thumb {
    height: 220px
  }
}

@media (max-width: 1199px) and (max-width: 991px) {

  .section_product_new .item_product_main .product-thumbnail .image_thumb,
  .section_best_sellers .item_product_main .product-thumbnail .image_thumb {
    height: 220px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) {

  .section_product_new .item_product_main .product-thumbnail .image_thumb,
  .section_best_sellers .item_product_main .product-thumbnail .image_thumb {
    height: 220px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) {

  .section_product_new .item_product_main .product-thumbnail .image_thumb,
  .section_best_sellers .item_product_main .product-thumbnail .image_thumb {
    height: 192px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) and (max-width: 375px) {

  .section_product_new .item_product_main .product-thumbnail .image_thumb,
  .section_best_sellers .item_product_main .product-thumbnail .image_thumb {
    height: 167px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) and (max-width: 375px) and (max-width: 320px) {

  .section_product_new .item_product_main .product-thumbnail .image_thumb,
  .section_best_sellers .item_product_main .product-thumbnail .image_thumb {
    height: 140px
  }
}

.section_best_sellers .banner-product {
  margin-bottom: 40px
}

.section_best_sellers .banner-product a {
  display: block;
  height: 364px;
  overflow: hidden;
  position: relative
}

@media (max-width: 1199px) {
  .section_best_sellers .banner-product a {
    height: 297px
  }
}

@media (max-width: 991px) {
  .section_best_sellers .banner-product a {
    height: 221px
  }
}

@media (max-width: 767px) {
  .section_best_sellers .banner-product a {
    height: 164px
  }
}

@media (max-width: 480px) {
  .section_best_sellers .banner-product a {
    height: 142px
  }
}

@media (max-width: 425px) {
  .section_best_sellers .banner-product a {
    height: 125px
  }
}

@media (max-width: 375px) {
  .section_best_sellers .banner-product a {
    height: 109px
  }
}

@media (max-width: 321px) {
  .section_best_sellers .banner-product a {
    height: 92px
  }
}

.section_best_sellers .banner-product a img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease
}

@media (max-width: 767px) {
  .section_best_sellers .banner-product {
    margin-bottom: 15px
  }
}

.block-tab-product {
  margin-bottom: 50px;
  background: #f6f6f6;
  padding: 40px 0
}

@media (max-width: 991px) {
  .block-tab-product {
    margin-bottom: 30px
  }
}

@media (max-width: 480px) {
  .block-tab-product {
    margin-top: 20px;
    margin-bottom: 30px
  }
}

.block-tab-product .block-title {
  text-align: center
}

.block-tab-product .block-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #3f3fdb;
  letter-spacing: 0.2em;
  line-height: 48.76px;
  word-break: break-all
}

.block-tab-product .block-title h2 span {
  position: relative
}

.block-tab-product .block-title h2 span:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #3f3fdb
}

.block-tab-product .block-title h2 span:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #3f3fdb
}

@media (max-width: 767px) {
  .block-tab-product .block-title h2 {
    font-size: 17px;
    line-height: 20.72px;
    margin-bottom: 10px
  }

  .block-tab-product .block-title h2 span:before {
    width: 6px;
    height: 6px;
    left: -20px
  }

  .block-tab-product .block-title h2 span:after {
    width: 6px;
    height: 6px
  }
}

.block-tab-product .block-title p {
  font-size: 16px;
  line-height: 19.5px;
  color: #616161;
  margin-bottom: 35px
}

@media (max-width: 767px) {
  .block-tab-product .block-title p {
    font-size: 14px;
    margin-bottom: 15px
  }
}

.block-tab-product .tabs-title {
  margin-bottom: 40px
}

.block-tab-product .tabs-title li {
  margin: 0 2px 6px
}

.block-tab-product .tabs-title li span {
  font-size: 16px;
  padding: 5px 10px;
  line-height: 19.5px
}

@media (max-width: 767px) {
  .block-tab-product .tabs-title li span {
    font-size: 12px
  }
}

.block-tab-product .tabs-title li.current span,
.block-tab-product .tabs-title li:hover span {
  background: #3f3fdb;
  color: #fff
}

@media (max-width: 767px) {
  .block-tab-product .tabs-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px
  }

  .block-tab-product .tabs-title li {
    flex-shrink: 0
  }
}

.block-tab-product .tab-content {
  opacity: 0;
  height: 0;
  overflow: hidden
}

.block-tab-product .tab-content.current {
  opacity: 1;
  height: auto;
  position: relative;
  min-height: 60px
}

.block-tab-product .tab-content.current .loading {
  position: absolute;
  top: 0;
  left: 50%
}

@media (min-width: 1199px) {
  .block-tab-product .tab-content .products-view-grid .product-block-item .product-transition {
    height: 273px
  }
}

@media (max-width: 1199px) {
  .block-tab-product .tab-content .products-view-grid .product-block-item .product-transition {
    height: 224px
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .block-tab-product .tab-content .products-view-grid .product-block-item .product-transition {
    height: 223px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) {
  .block-tab-product .tab-content .products-view-grid .product-block-item .product-transition {
    height: 218px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) {
  .block-tab-product .tab-content .products-view-grid .product-block-item .product-transition {
    height: 190px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) and (max-width: 375px) {
  .block-tab-product .tab-content .products-view-grid .product-block-item .product-transition {
    height: 165px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) and (max-width: 375px) and (max-width: 320px) {
  .block-tab-product .tab-content .products-view-grid .product-block-item .product-transition {
    height: 165px
  }
}

.block-tab-product .tab-content .swiper-button-next,
.block-tab-product .tab-content .swiper-button-prev {
  background: initial;
  position: initial;
  display: inline-block;
  height: initial;
  top: initial;
  width: initial;
  margin: 0 2px
}

@media (min-width: 767px) {

  .block-tab-product .tab-content .swiper-button-next,
  .block-tab-product .tab-content .swiper-button-prev {
    display: none
  }
}

.block-tab-product .tab-content .swiper-button-next:after,
.block-tab-product .tab-content .swiper-button-prev:after {
  display: none
}

.block-tab-product .tab-content .swiper-pagination-bullets {
  position: initial
}

.block-tab-product .tab-content .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px !important;
  height: 4px;
  margin: 0 2px;
  border-radius: initial
}

.block-tab-product .tab-content .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px !important;
  background: #fe6b5e
}

.block-tab-product .tab-content .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #fe6b5e
}

.block-tab-product .tab-content:hover .swiper-button-next {
  right: 5px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.block-tab-product .tab-content:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35
}

.block-tab-product .tab-content:hover .swiper-button-prev {
  left: 5px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.block-tab-product .tab-content:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35
}

@media (min-width: 1199px) {
  .block-tab-product .item_product_main .product-thumbnail .image_thumb {
    height: 272px
  }
}

@media (max-width: 1199px) {
  .block-tab-product .item_product_main .product-thumbnail .image_thumb {
    height: 220px
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .block-tab-product .item_product_main .product-thumbnail .image_thumb {
    height: 220px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) {
  .block-tab-product .item_product_main .product-thumbnail .image_thumb {
    height: 220px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) {
  .block-tab-product .item_product_main .product-thumbnail .image_thumb {
    height: 192px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) and (max-width: 375px) {
  .block-tab-product .item_product_main .product-thumbnail .image_thumb {
    height: 167px
  }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) and (max-width: 375px) and (max-width: 320px) {
  .block-tab-product .item_product_main .product-thumbnail .image_thumb {
    height: 140px
  }
}

.section_accessories {
  margin-bottom: 50px
}

@media (max-width: 991px) {
  .section_accessories {
    margin-bottom: 30px
  }
}

.section_accessories .block-title {
  text-align: center
}

.section_accessories .block-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #3f3fdb;
  letter-spacing: 0.2em;
  line-height: 48.76px;
  word-break: break-all
}

.section_accessories .block-title h2 span {
  position: relative
}

.section_accessories .block-title h2 span:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #3f3fdb
}

.section_accessories .block-title h2 span:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #3f3fdb
}

@media (max-width: 767px) {
  .section_accessories .block-title h2 {
    font-size: 17px;
    line-height: 20.72px;
    margin-bottom: 10px
  }

  .section_accessories .block-title h2 span:before {
    width: 6px;
    height: 6px;
    left: -20px
  }

  .section_accessories .block-title h2 span:after {
    width: 6px;
    height: 6px
  }
}

.section_accessories .block-title p {
  font-size: 16px;
  line-height: 19.5px;
  color: #616161;
  margin-bottom: 35px
}

@media (max-width: 767px) {
  .section_accessories .block-title p {
    font-size: 14px;
    margin-bottom: 15px
  }
}

@media (min-width: 767px) {
  .section_accessories .accessories-swiper .swiper-wrapper {
    display: block;
    margin-left: -10px;
    margin-right: -10px
  }

  .section_accessories .accessories-swiper .swiper-wrapper .swiper-slide {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width: 1199px) {
  .section_accessories .accessories-swiper .swiper-wrapper .swiper-slide.cate-2 {
    margin-bottom: 24px
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .section_accessories .accessories-swiper .swiper-wrapper .swiper-slide.cate-2 {
    margin-bottom: 19px
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .section_accessories .accessories-swiper .swiper-wrapper .swiper-slide.cate-2 {
    margin-bottom: 14px
  }
}

.section_accessories .accessories-swiper .cate-item {
  position: relative
}

.section_accessories .accessories-swiper .cate-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, transparent);
  z-index: 1;
  cursor: pointer
}

@media (min-width: 1199px) {
  .section_accessories .accessories-swiper .cate-item .image {
    overflow: hidden;
    display: block
  }

  .section_accessories .accessories-swiper .cate-item .image img {
    transition: all 0.5s
  }

  .section_accessories .accessories-swiper .cate-item:hover .image img {
    transform: scale(1.05)
  }
}

@media (min-width: 767px) {
  .section_accessories .accessories-swiper .cate-item .image {
    position: relative;
    display: block;
    overflow: hidden
  }
}

.section_accessories .accessories-swiper .cate-item .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9;
  width: calc(100% - 30px)
}

.section_accessories .accessories-swiper .cate-item .info h3 {
  font-size: 32px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 15px
}

.section_accessories .accessories-swiper .cate-item .info h3 a {
  color: #fff;
  display: block
}

.section_accessories .accessories-swiper .cate-item .info h3 a:hover {
  color: #fe6b5e
}

.section_accessories .accessories-swiper .cate-item .info .view-more {
  color: #fff;
  font-size: 12px;
  line-height: 20px
}

.section_accessories .accessories-swiper .cate-item .info .view-more:hover {
  color: #fe6b5e
}

.section_accessories .accessories-swiper .cate-item .info .view-more svg {
  margin-left: 3px
}

@media (max-width: 991px) {
  .section_accessories .accessories-swiper .cate-item .info {
    bottom: 10px;
    left: 10px
  }

  .section_accessories .accessories-swiper .cate-item .info h3 {
    font-size: 20px;
    margin-bottom: 0
  }
}

@media (min-width: 1199px) {
  .section_accessories .accessories-swiper .cate-1 .cate-item .image {
    height: 488px
  }

  .section_accessories .accessories-swiper .cate-2 .cate-item .image,
  .section_accessories .accessories-swiper .cate-3 .cate-item .image {
    height: 232px
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .section_accessories .accessories-swiper .cate-1 .cate-item .image {
    height: 395.31px
  }

  .section_accessories .accessories-swiper .cate-2 .cate-item .image,
  .section_accessories .accessories-swiper .cate-3 .cate-item .image {
    height: 188.28px
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .section_accessories .accessories-swiper .cate-1 .cate-item .image {
    height: 289.98px
  }

  .section_accessories .accessories-swiper .cate-2 .cate-item .image,
  .section_accessories .accessories-swiper .cate-3 .cate-item .image {
    height: 138.06px
  }
}

.section_accessories .view-all {
  text-align: center;
  margin-top: 45px
}

.section_accessories .view-all a {
  width: 245px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3f3fdb;
  font-size: 18px;
  color: #fff;
  font-weight: bold
}

.section_accessories .view-all a:hover {
  background: #fe6b5e
}

@media (max-width: 991px) {
  .section_accessories .view-all {
    margin-top: 30px
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .section_accessories .view-all {
    margin-top: 10px
  }
}

@media (max-width: 991px) {
  .section_accessories .view-all a {
    width: 137px;
    height: 32px;
    font-size: 11px
  }
}

.section_accessories .swiper-pagination-bullets {
  position: initial
}

@media (min-width: 767px) {
  .section_accessories .swiper-pagination-bullets {
    display: none
  }
}

.section_accessories .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px !important;
  height: 4px;
  margin: 0 2px;
  border-radius: initial
}

.section_accessories .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px !important;
  background: #3f3fdb
}

.section_accessories .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #3f3fdb
}

.section_feedback {
  padding: 80px 0;
  position: relative
}

.section_feedback:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(https://bizweb.dktcdn.net/100/423/630/files/background-feedback.jpg?v=1640052884750);
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  opacity: 0.2
}

.section_feedback:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1
}

@media (max-width: 767px) {
  .section_feedback {
    padding: 25px 0
  }
}

.section_feedback .block-title {
  text-align: center
}

.section_feedback .block-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 48.76px;
  word-break: break-all
}

.section_feedback .block-title h2 span {
  position: relative
}

.section_feedback .block-title h2 span:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff
}

.section_feedback .block-title h2 span:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff
}

@media (max-width: 767px) {
  .section_feedback .block-title h2 {
    font-size: 17px;
    line-height: 20.72px;
    margin-bottom: 10px
  }

  .section_feedback .block-title h2 span:before {
    width: 6px;
    height: 6px;
    left: -20px
  }

  .section_feedback .block-title h2 span:after {
    width: 6px;
    height: 6px
  }
}

.section_feedback .block-title p {
  font-size: 16px;
  line-height: 19.5px;
  color: #fff;
  margin-bottom: 35px;
  position: relative
}

@media (max-width: 767px) {
  .section_feedback .block-title p {
    font-size: 14px;
    margin-bottom: 15px
  }
}

.section_feedback .swiper-pagination-bullets {
  position: initial;
  margin-top: 30px
}

.section_feedback .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px !important;
  height: 5px;
  margin: 0 2px;
  border-radius: initial;
  background: #CECECE;
  opacity: 1
}

.section_feedback .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px !important;
  background: #3f3fdb
}

.section_feedback .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #3f3fdb
}

@media (max-width: 767px) {
  .section_feedback .swiper-pagination-bullets {
    margin-top: 10px
  }

  .section_feedback .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 11px !important;
    height: 4px
  }

  .section_feedback .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px !important
  }
}

.section_blog {
  padding: 50px 0
}

@media (max-width: 767px) {
  .section_blog {
    padding: 25px 0 10px
  }
}

.section_blog .block-title {
  text-align: center
}

.section_blog .block-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #3f3fdb;
  letter-spacing: 0.2em;
  line-height: 48.76px;
  word-break: break-all
}

.section_blog .block-title h2 a {
  position: relative;
  color: #3f3fdb
}

.section_blog .block-title h2 a:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #3f3fdb;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}

.section_blog .block-title h2 a:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #3f3fdb;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}

.section_blog .block-title h2 a:hover {
  color: #fe6b5e
}

.section_blog .block-title h2 a:hover:before,
.section_blog .block-title h2 a:hover:after {
  background: #fe6b5e
}

@media (max-width: 767px) {
  .section_blog .block-title h2 {
    font-size: 17px;
    line-height: 20.72px;
    margin-bottom: 10px
  }

  .section_blog .block-title h2 a:before {
    width: 6px;
    height: 6px;
    left: -20px
  }

  .section_blog .block-title h2 a:after {
    width: 6px;
    height: 6px
  }
}

.section_blog .block-title p {
  font-size: 16px;
  line-height: 19.5px;
  color: #616161;
  margin-bottom: 35px
}

@media (max-width: 767px) {
  .section_blog .block-title p {
    font-size: 14px;
    margin-bottom: 15px
  }
}

.section_blog .content_blog {
  margin-top: 15px
}

.section_blog .content_blog h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  margin-bottom: 10px;
  word-break: break-word
}

.section_blog .content_blog h3 a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #494949;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.section_blog .content_blog h3 a:hover {
  color: #fe6b5e
}

.section_blog .content_blog .time-post {
  margin-bottom: 10px
}

.section_blog .content_blog .time-post span {
  margin-right: 10px
}

.section_blog .content_blog .time-post span.posted,
.section_blog .content_blog .time-post span.author {
  color: #808080;
  font-size: 13px
}

.section_blog .content_blog .time-post span.posted svg,
.section_blog .content_blog .time-post span.author svg {
  margin-right: 3px;
  margin-top: -3px
}

@media (max-width: 767px) {
  .section_blog .content_blog .time-post span {
    display: block
  }

  .section_blog .content_blog .time-post span.posted svg,
  .section_blog .content_blog .time-post span.author svg {
    margin-top: -1px
  }
}

.section_blog .content_blog p {
  font-size: 14px;
  line-height: 20px;
  color: #656565;
  margin-bottom: 10px;
  word-break: break-word;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.section_blog .content_blog .view-more a {
  font-size: 12px;
  font-weight: 600;
  color: #303030
}

.section_blog .content_blog .view-more a:hover {
  color: #fe6b5e
}

.section_blog .content_blog .view-more a svg {
  margin-left: 5px
}

.section_blog .video_play:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%)
}

.section_blog .video_play:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #333;
  opacity: 0.5;
  z-index: 1
}

.section_blog .block-thumb {
  position: relative
}

@media (min-width: 767px) {
  .section_blog .thumb {
    position: relative;
    display: block;
    overflow: hidden
  }
}

@media (min-width: 767px) and (min-width: 1199px) {
  .section_blog .thumb {
    height: 240px
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .section_blog .thumb {
    height: 195px
  }
}

@media (min-width: 767px) and (max-width: 1199px) and (max-width: 991px) {
  .section_blog .thumb {
    height: 140px
  }
}

@media (min-width: 767px) and (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) {
  .section_blog .thumb {
    height: 220px
  }
}

@media (min-width: 767px) and (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) {
  .section_blog .thumb {
    height: 192px
  }
}

@media (min-width: 767px) and (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) and (max-width: 375px) {
  .section_blog .thumb {
    height: 167px
  }
}

@media (min-width: 767px) and (max-width: 1199px) and (max-width: 991px) and (max-width: 480px) and (max-width: 425px) and (max-width: 375px) and (max-width: 320px) {
  .section_blog .thumb {
    height: 140px
  }
}

@media (min-width: 767px) {
  .section_blog .thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s
  }
}

@media (max-width: 767px) {
  .section_blog .blogs_mobile_base .col-12 .item_blog_base {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
    margin-bottom: 15px
  }

  .section_blog .blogs_mobile_base .col-12:nth-child(3) .item_blog_base,
  .section_blog .blogs_mobile_base .col-12:nth-child(2) .item_blog_base {
    display: flex;
    padding-bottom: 15px
  }

  .section_blog .blogs_mobile_base .col-12:nth-child(3) .item_blog_base .block-thumb,
  .section_blog .blogs_mobile_base .col-12:nth-child(2) .item_blog_base .block-thumb {
    max-width: 130px;
    margin-right: 10px
  }

  .section_blog .blogs_mobile_base .col-12:nth-child(3) .item_blog_base .content_blog,
  .section_blog .blogs_mobile_base .col-12:nth-child(2) .item_blog_base .content_blog {
    margin-top: 0;
    width: calc(100% - 140px)
  }

  .section_blog .blogs_mobile_base .col-12:nth-child(3) .item_blog_base .content_blog h3,
  .section_blog .blogs_mobile_base .col-12:nth-child(2) .item_blog_base .content_blog h3 {
    line-height: 24px;
    margin-bottom: 5px
  }

  .section_blog .blogs_mobile_base .col-12:nth-child(3) .item_blog_base .content_blog h3 a,
  .section_blog .blogs_mobile_base .col-12:nth-child(2) .item_blog_base .content_blog h3 a {
    font-size: 15px
  }

  .section_blog .blogs_mobile_base .col-12:nth-child(3) .item_blog_base .content_blog .time-post span.posted,
  .section_blog .blogs_mobile_base .col-12:nth-child(3) .item_blog_base .content_blog .time-post span.author,
  .section_blog .blogs_mobile_base .col-12:nth-child(2) .item_blog_base .content_blog .time-post span.posted,
  .section_blog .blogs_mobile_base .col-12:nth-child(2) .item_blog_base .content_blog .time-post span.author {
    font-size: 10px
  }

  .section_blog .blogs_mobile_base .col-12:nth-child(3) .item_blog_base .content_blog p,
  .section_blog .blogs_mobile_base .col-12:nth-child(2) .item_blog_base .content_blog p {
    display: none
  }

  .section_blog .blogs_mobile_base .col-12:last-child .item_blog_base {
    border-bottom: initial;
    margin-bottom: 0
  }
}


/*cart*/
.cartpcstyle {
	min-height: 300px
}

.CartSideContainer .cart--empty-message {
	text-align: center
}

.CartSideContainer .cart--empty-message svg {
	width: 80px;
	margin: 15px
}

.cart-sidebar {
	position: fixed;
	width: 340px;
	top: 0 !important;
	bottom: 0;
	background-color: #fff;
	overflow: hidden;
	z-index: 999999;
	transform: translateX(100%);
	visibility: hidden;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	box-shadow: none;
	touch-action: manipulation;
	right: 0
}

@media (max-width: 767px) {
	.cart-sidebar {
		width: 100%
	}
}

.cart-sidebar.active {
	visibility: visible;
	transform: translateX(0)
}

.cart-sidebar .cart_heading {
	padding: 15px 15px;
	display: block;
	position: relative
}

.cart-sidebar .cart_heading .cart_title {
	margin-bottom: 0;
	text-align: left;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	color: #222;
	font-weight: 600
}

.cart-sidebar .cart_heading .cart_btn-close {
	position: absolute;
	margin-left: 0;
	right: 15px;
	top: 18px;
	line-height: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	border-radius: 0;
	z-index: 999;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}

.cart-sidebar .cart_heading .cart_btn-close svg {
	width: 15px;
	height: 15px;
	stroke-width: 1.5px
}

.cart-sidebar .drawer__inner {
	width: 100%;
	height: 100%;
	background: #fff
}

.cart-sidebar .cart_body {
	padding: 15px;
	height: calc(100vh - 210px);
	overflow-y: auto
}

.cart-sidebar .cart_body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #F5F5F5
}

.cart-sidebar .cart_body::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5
}

.cart-sidebar .cart_body::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #e5e5e5
}

.cart-sidebar .cart_body .cart_product {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: table;
	width: 100%
}

.cart-sidebar .cart_body .cart_image {
	display: table-cell;
	width: 24%;
	vertical-align: top;
	position: relative
}

.cart-sidebar .cart_body .cart_info {
	padding-left: 15px;
	vertical-align: top
}

.cart-sidebar .cart_body .cart_info .cart_name {
	margin-bottom: 5px
}

.cart-sidebar .cart_body .cart_info .cart_name a {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	display: block
}

.cart-sidebar .cart_body .cart_info .variant-title {
	display: block;
	font-size: 12px
}

.cart-sidebar .cart_body .grid {
	display: flex
}

.cart-sidebar .cart_body .grid .cart_item_name {
	width: 50%
}

.cart-sidebar .cart_body .grid .cart_item_name .cart_quantity {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
	color: #333
}

.cart-sidebar .cart_body .grid .cart_prices {
	width: 50%;
	text-align: right
}

.cart-sidebar .cart_body .grid .cart_prices .cart-price {
	font-weight: bold;
	display: block;
	font-size: 14px;
	color: red
}

.cart-sidebar .cart_body .grid .cart__btn-remove {
	font-size: 13px;
	color: #30656b
}

.cart-sidebar .cart_body .cart_select input {
	display: inline-block;
	padding: 0;
	text-align: center;
	border-radius: 0;
	width: 35px;
	min-height: 28px;
	border: 1px solid #e5e5e5;
	color: #222;
	height: 28px;
	font-size: 14px;
	margin: 0;
	float: left;
	border-left: none;
	border-right: none
}

.cart-sidebar .cart_body .cart_select button {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	border-color: #e5e5e5;
	color: #222;
	line-height: 26px;
	padding: 0;
	margin: 0;
	width: 28px;
	background-color: #fff;
	height: 28px;
	float: left
}

.cart-sidebar .cart_body .cart_select button.btn-minus {
	border-right: 0
}

.cart-sidebar .cart_body .cart_select button.btn-plus {
	border-left: 0
}

.cart-sidebar .ajaxcart__footer {
	padding: 10px
}

.cart-sidebar .ajaxcart__footer .cart__subtotal {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
	display: flex
}

.cart-sidebar .ajaxcart__footer .cart__subtotal .cart__col-6 {
	width: 50%;
	float: left
}

.cart-sidebar .ajaxcart__footer .cart__subtotal .cart__totle {
	width: 50%;
	float: left;
	text-align: right
}

.cart-sidebar .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
	color: red;
	font-weight: bold
}

.cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt {
	display: block;
	position: relative;
	padding-top: 0
}

.cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
	width: 100%;
	background-color: #3f3fdb;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border: initial
}

.cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
	background-color: #000
}

h1 {
	font-size: 22px;
	margin-bottom: 20px
}

.cart-page .cart--empty-message {
	text-align: center
}

.cart-page .cart--empty-message svg {
	width: 80px;
	margin: 15px
}

.cart-page .cart-header-info {
	display: flex;
	display: flex;
	padding: 7px 0;
	border: solid 1px #ebebeb;
	border-bottom: none;
	font-weight: bold
}

.cart-page .cart-header-info div:nth-child(1) {
	width: 51%;
	text-align: left;
	padding-left: 10px
}

.cart-page .cart-header-info div:nth-child(2) {
	width: 16%;
	text-align: center
}

.cart-page .cart-header-info div:nth-child(3) {
	width: 16%;
	text-align: center
}

.cart-page .cart-header-info div:nth-child(4) {
	width: 16%;
	text-align: center
}

.cart-page .cart_body {
	border: solid 1px #ebebeb
}

.cart-page .cart_body .ajaxcart__row {
	padding: 10px 0;
	border-top: solid 1px #ebebeb
}

.cart-page .cart_body .ajaxcart__row .cart_product {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center
}

.cart-page .cart_body .ajaxcart__row:first-child {
	border-top: none
}

.cart-page .cart_body .cart_image {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px
}

.cart-page .cart_body .cart_image img {
	max-width: 100%;
	max-height: 100%
}

.cart-page .cart_body .cart_info {
	padding-left: 15px;
	vertical-align: top;
	padding-right: 10px;
	display: flex;
	width: calc(100% - 110px);
	-webkit-width: calc(100% - 110px);
	-moz-width: calc(100% - 110px);
	-o-width: calc(100% - 110px);
	-os-width: calc(100% - 110px)
}

.cart-page .cart_body .cart_info .cart_name {
	width: 50%;
	margin-bottom: 5px
}

.cart-page .cart_body .cart_info .cart_name a {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	display: block
}

.cart-page .cart_body .cart_info .cart_name .remove-item-cart {
	display: block;
	color: red;
	font-weight: 300
}

.cart-page .cart_body .cart_info .cart_name p {
	margin: 0;
	font-style: italic;
	color: #9e9e9e
}

.cart-page .cart_body .cart_info .variant-title {
	display: block;
	font-size: 12px
}

.cart-page .cart_body .cart_item_name {
	width: 60%
}

.cart-page .cart_body .grid {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center
}

.cart-page .cart_body .grid .cart_prices .cart-price {
	font-weight: bold;
	display: block;
	font-size: 14px;
	color: red
}

.cart-page .cart_body .grid .cart__btn-remove {
	font-size: 13px;
	color: #30656b
}

.cart-page .cart_body .grid .cart_quantity {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
	color: #333
}

.cart-page .cart_body .cart_select input {
	display: inline-block;
	padding: 0;
	text-align: center;
	border-radius: 0;
	width: 35px;
	min-height: 28px;
	border: 1px solid #e5e5e5;
	color: #222;
	height: 28px;
	font-size: 14px;
	margin: 0;
	float: left;
	border-left: none;
	border-right: none
}

.cart-page .cart_body .cart_select button {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	border-color: #e5e5e5;
	color: #222;
	line-height: 26px;
	padding: 0;
	margin: 0;
	width: 28px;
	background-color: #fff;
	height: 28px;
	float: left
}

.cart-page .cart_body .cart_select button.btn-minus {
	border-right: 0
}

.cart-page .cart_body .cart_select button.btn-plus {
	border-left: 0
}

.cart-page .cart_body .cart_select input {
	display: inline-block;
	padding: 0;
	text-align: center;
	border-radius: 0;
	width: 35px;
	min-height: 28px;
	border: 1px solid #e5e5e5;
	color: #222;
	height: 28px;
	font-size: 14px;
	margin: 0;
	float: left;
	border-left: none;
	border-right: none
}

.cart-page .cart_body .cart_select button {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	border-color: #e5e5e5;
	color: #222;
	line-height: 26px;
	padding: 0;
	margin: 0;
	width: 28px;
	background-color: #fff;
	height: 28px;
	float: left
}

.cart-page .cart_body .cart_select button.btn-minus {
	border-right: 0
}

.cart-page .cart_body .cart_select button.btn-plus {
	border-left: 0
}

.cart-page .ajaxcart__footer {
	margin-top: 20px
}

.cart-page .ajaxcart__footer .cart__subtotal {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
	display: flex
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__col-6 {
	width: 50%;
	float: left
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__totle {
	width: 50%;
	float: left;
	text-align: right
}

.cart-page .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
	color: red;
	font-weight: bold
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt {
	display: block;
	position: relative;
	padding-top: 0
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
	width: 100%;
	background: #3f3fdb;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border: initial
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
	background: #000
}

.CartHeaderContainer {
	width: 340px;
	background-color: #fff
}

.CartHeaderContainer .cart--empty-message {
	text-align: center
}

.CartHeaderContainer .cart--empty-message svg {
	width: 80px;
	margin: 15px
}

.cartheader {
	margin-bottom: 0
}

.cartheader .cart_body {
	padding: 15px 15px 0;
	max-height: 360px;
	overflow-y: auto
}

.cartheader .cart_body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: #e5e5e5
}

.cartheader .cart_body .cart_product {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: table;
	width: 100%;
	border-bottom: solid 1px #ebebeb
}

.cartheader .cart_body .cart_image {
	display: table-cell;
	width: 24%;
	vertical-align: top;
	position: relative
}

.cartheader .cart_body .cart_info {
	padding-left: 15px;
	vertical-align: top
}

.cartheader .cart_body .cart_info .cart_name {
	margin-bottom: 5px
}

.cartheader .cart_body .cart_info .cart_name a {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	display: block
}

.cartheader .cart_body .cart_info .variant-title {
	display: block;
	font-size: 12px
}

.cartheader .cart_body .grid {
	display: flex
}

.cartheader .cart_body .grid .cart_item_name {
	width: 50%
}

.cartheader .cart_body .grid .cart_item_name .cart_quantity {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
	color: #333
}

.cartheader .cart_body .grid .cart_prices {
	width: 50%
}

.cartheader .cart_body .grid .cart_prices .cart-price {
	font-weight: bold;
	display: block;
	font-size: 14px;
	color: red
}

.cartheader .cart_body .grid .cart__btn-remove {
	font-size: 13px;
	color: #30656b
}

.cartheader .cart_body .cart_select input {
	display: inline-block;
	padding: 0;
	text-align: center;
	border-radius: 0;
	width: 35px;
	min-height: 28px;
	border: 1px solid #e5e5e5;
	color: #222;
	height: 28px;
	font-size: 14px;
	margin: 0;
	float: left;
	border-left: none;
	border-right: none
}

.cartheader .cart_body .cart_select button {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	border-color: #e5e5e5;
	color: #222;
	line-height: 26px;
	padding: 0;
	margin: 0;
	width: 28px;
	background-color: #fff;
	height: 28px;
	float: left
}

.cartheader .cart_body .cart_select button.btn-minus {
	border-right: 0
}

.cartheader .cart_body .cart_select button.btn-plus {
	border-left: 0
}

.cartheader .ajaxcart__footer {
	padding: 10px
}

.cartheader .ajaxcart__footer .cart__subtotal {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
	display: flex
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__col-6 {
	width: 50%;
	float: left
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle {
	width: 50%;
	float: left;
	text-align: right
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
	color: red;
	font-weight: bold
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt {
	display: block;
	position: relative;
	padding-top: 0
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
	width: 100%;
	background-color: #3f3fdb;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border: initial
}

@media (max-width: 1199px) {
	.CartMobileContainer .cart--empty-message {
		text-align: center
	}

	.CartMobileContainer .cart--empty-message svg {
		width: 80px;
		margin: 15px
	}

	.cart-mobile .cart_body {
		padding: 0
	}

	.cart-mobile .cart_body .cart_product {
		margin-bottom: 15px;
		padding-bottom: 15px;
		display: table;
		width: 100%;
		border-bottom: solid 1px #ebebeb
	}

	.cart-mobile .cart_body .cart_image {
		display: table-cell;
		width: 20%;
		vertical-align: top;
		position: relative
	}

	.cart-mobile .cart_body .cart_info {
		padding-left: 15px;
		vertical-align: top
	}

	.cart-mobile .cart_body .cart_info .cart_name {
		margin-bottom: 5px
	}

	.cart-mobile .cart_body .cart_info .cart_name a {
		margin-bottom: 4px;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.3;
		display: block
	}

	.cart-mobile .cart_body .cart_info .variant-title {
		display: block;
		font-size: 12px
	}

	.cart-mobile .cart_body .grid {
		display: flex
	}

	.cart-mobile .cart_body .grid .cart_item_name {
		width: 50%
	}

	.cart-mobile .cart_body .grid .cart_item_name .cart_quantity {
		font-size: 12px;
		margin-bottom: 5px;
		display: block;
		font-weight: normal;
		color: #333
	}

	.cart-mobile .cart_body .grid .cart_prices {
		width: 50%
	}

	.cart-mobile .cart_body .grid .cart_prices .cart-price {
		font-weight: bold;
		display: block;
		font-size: 14px;
		color: red
	}

	.cart-mobile .cart_body .grid .cart__btn-remove {
		font-size: 13px;
		color: #30656b
	}

	.cart-mobile .cart_body .cart_select input {
		display: inline-block;
		padding: 0;
		text-align: center;
		border-radius: 0;
		width: 35px;
		min-height: 28px;
		border: 1px solid #e5e5e5;
		color: #222;
		height: 28px;
		font-size: 14px;
		margin: 0;
		float: left;
		border-left: none;
		border-right: none
	}

	.cart-mobile .cart_body .cart_select button {
		border-radius: 0;
		border: 1px solid #e5e5e5;
		border-color: #e5e5e5;
		color: #222;
		line-height: 26px;
		padding: 0;
		margin: 0;
		width: 28px;
		background-color: #fff;
		height: 28px;
		float: left
	}

	.cart-mobile .cart_body .cart_select button.btn-minus {
		border-right: 0
	}

	.cart-mobile .cart_body .cart_select button.btn-plus {
		border-left: 0
	}

	.cart-mobile .ajaxcart__footer {
		padding: 10px 0
	}

	.cart-mobile .ajaxcart__footer .cart__subtotal {
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 12px;
		display: flex
	}

	.cart-mobile .ajaxcart__footer .cart__subtotal .cart__col-6 {
		width: 50%;
		float: left
	}

	.cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle {
		width: 50%;
		float: left;
		text-align: right
	}

	.cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
		color: red;
		font-weight: bold
	}

	.cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt {
		display: block;
		position: relative;
		padding-top: 0
	}

	.cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
		width: 100%;
		background-color: #3f3fdb;
		color: #fff;
		text-align: center;
		line-height: 40px;
		border: initial
	}
}

.cartPopupContainer {
	background-color: #fff
}

.cartPopupContainer .cart--empty-message {
	text-align: center
}

.cartPopupContainer .cart--empty-message svg {
	width: 80px;
	margin: 15px
}

#popup-cart-desktop {
  width: 800px;
  background: #fff;
  float: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 50px;
}

#popup-cart-desktop.active {
	display: block;
	z-index: 9999;
	transform: translateX(-50%)
}

#popup-cart-desktop .header-popcart {
	position: relative;
	background: #fff
}

#popup-cart-desktop .header-popcart .top-cart-header {
	font-size: 16px;
	padding-right: 15px;
	font-weight: 400;
	padding: 8px 20px;
	background: #3f3fdb;
	color: #fff
}

#popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name {
	color: #fff
}

#popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name:hover {
	opacity: .6
}

#popup-cart-desktop .header-popcart .noti-cart-count {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
	color: #333333;
	padding: 10px 20px;
	display: block
}

#popup-cart-desktop .header-popcart .cart_btn-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 10000;
	color: #fff
}

#popup-cart-desktop .header-popcart .cart_btn-close svg {
	width: 15px;
	height: 15px
}

#popup-cart-desktop .cartpopup {
	margin-bottom: 0;
	background: #fff;
	padding: 0 20px 20px
}

#popup-cart-desktop .cartpopup .cart-header-info {
	display: flex;
	display: flex;
	padding: 7px 0;
	border: solid 1px #ebebeb;
	border-bottom: none;
	font-weight: bold
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(1) {
	width: 53%;
	text-align: left;
	padding-left: 10px
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(2) {
	width: 19%;
	text-align: center
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(3) {
	width: 12%;
	text-align: center
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(4) {
	width: 19%;
	text-align: center
}

#popup-cart-desktop .cartpopup .cart_body {
	max-height: 268px;
	overflow-y: auto;
	border: solid 1px #ebebeb
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background-color: #F5F5F5
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar {
	width: 2px;
	background-color: #F5F5F5
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	background-color: #e5e5e5
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row {
	padding: 10px 0;
	border-top: solid 1px #ebebeb
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row .cart_product {
	width: 100%;
  display: flex;
  align-items: center;
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row:first-child {
	border-top: none
}

#popup-cart-desktop .cartpopup .cart_body .cart_image {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px
}

#popup-cart-desktop .cartpopup .cart_body .cart_image img {
	max-width: 100%;
	max-height: 100%
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  display: block;
  color: #222;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name .remove-item-cart {
	display: block;
	color: red;
	font-weight: 300
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name p {
	margin: 0;
	font-style: italic;
	color: #9e9e9e
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .variant-title {
	display: block;
	font-size: 12px
}

.item-price span {
  display: block;
  font-size: 14px;
  text-align: center;
}

#popup-cart-desktop .ajaxcart__qty.input-group-btn input {
  width: 40px;
  border: none;
  background: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}

#popup-cart-desktop .cartpopup .cart_body button {
  border-radius: 0;
  border: none;
  color: #222;
  line-height: 26px;
  padding: 0;
  margin: 0;
  width: 35px;
  background-color: #fff;
  /*height: 30px;*/
}

#popup-cart-desktop .button.btn-proceed-checkout {
  background: #fdd400;
  border: 1px solid #fdd400;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 0px;
  color: #fff;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer {
	padding-top: 20px
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
	display: flex
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__col-6 {
	width: 50%;
	float: left
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle {
	width: 50%;
	float: left;
	text-align: right
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
	color: red;
	font-weight: bold
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt {
	display: block;
	position: relative;
	padding-top: 0
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
	width: 100%;
	background-color: #3f3fdb;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border: initial
}

.modal.fade .modal-dialog {
  transform: translate(0, 0) !important;
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-footer>:not(:first-child) {
  margin-left: 0.25rem;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

@media (max-width: 580px) {
  .modal-header {
    padding: 0.5rem 1rem !important;
    background: #3f3fdb;
    border-radius: 0 !important;
  }
  
  .modal-header .modal-title {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  
  .modal-header {
    flex-direction: row-reverse;
  }
  
  .modal-header .modal-title {
    font-size: 14px !important;
    min-height: 34px;
    line-height: 34px;
  }
  
  .media .media-left {
    padding-right: 1em;
  }
  
  .product-title {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  
  .noti-cart-count {
    text-align: left;
    width: 100%;
    font-size: 15px;
    color: #333;
    margin: 0 0 10px;
  }
  
  .btn-outline-red.quickview-close {
    background: #3f3fdb;
    font-weight: 400;
    line-height: 38px;
    display: block;
    padding: 0 45px;
    border: solid 1px #3f3fdb;
    color: #fff;
    border-radius: 0;
    height: 40px;
    margin: 0 !important;
    font-size: 14px;
    width: 100%;
  }
  
  .btn-red.popup-cart-mobile {
    height: 40px;
    line-height: 38px;
    width: 100%;
    background: #fdd400;
    border-radius: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #ffb9a4;
    font-weight: 400;
    border: solid 1px #fdd400;
    margin: 10px 0 0 !important;
  }
  
  .modal-header .close {
    margin: 0 !important;
    padding: 0 !important;
  }
}




/*Thông báo yêu thích*/

.notification__favorite{
  position:fixed;
  display:none;
  max-width:350px;
  height:auto;
  z-index:999;
  top:20px;
  right:20px;
  margin:0 auto;
}

.notification__favorite .itemNotification{
  border:1px;
  border-color:#c3e6cb;
  width:100%;
  border-radius:.25rem;
  padding:20px;
  animation-duration: 0.5s;
}

.itemNotification a{
  text-decoration:none;
}

.itemNotification.alert__info{
  background:#d1ecf1;
  border-color:#bee5eb;
}

.notification__favorite p{
  margin-bottom:0;
  color:#155724;
}

.itemNotification.alert__info p{
  color:#0c5460;
}

.off_notification{
  cursor:pointer;
  font-size:19px;
  width:50px;
  font-weight:bold;
}

@media(max-width:600px) {
  .notification__favorite{
    max-width:280px;
    top:30px;
  }
  .notification__favorite p{
    font-size:13px;
  }
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}


@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}


.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}


@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem!important;
}

.mb-1 {
  margin-bottom: 0.25rem!important;
}
