/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/product-top-slider/_product-top-slider-styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-product-top-slider {
  display: block;
  position: relative;
  padding-top: 90px;
  padding-bottom: 25px;
  opacity: 0;
}
.block-product-top-slider.active {
  transition: opacity 0.5s ease;
  opacity: 1 !important;
}
@media (max-width: 991.98px) {
  .block-product-top-slider {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.block-product-top-slider .col-controls {
  display: block;
  position: relative;
  padding-top: 75px;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .block-product-top-slider .col-controls {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block-product-top-slider .col-controls:before {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 15px);
  height: 145px;
  top: 0;
  left: 15px;
  background: linear-gradient(180deg, rgba(0, 101, 179, 0.0980392157) 0%, #ffffff 50%);
  border-radius: 16px 0 0 16px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .block-product-top-slider .col-controls:before {
    display: none;
  }
}
.block-product-top-slider .col-controls p {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  color: #9D9D9D;
  padding-left: 25px;
}
@media (max-width: 991.98px) {
  .block-product-top-slider .col-controls p {
    padding-left: 17px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.block-product-top-slider .col-controls .btn-product-back {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.2;
  height: 25px;
  color: #0066b3;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 40px;
  width: 120%;
  display: block;
  background-image: url("../images/icon-product-back.svg");
  background-repeat: no-repeat;
  background-position: 25px 50%;
  background-size: 15px;
  transition: all ease 0.2s;
}
.block-product-top-slider .col-controls .btn-product-back:hover {
  color: #002f67;
  background-image: url("../images/icon-product-back-hover.svg");
  background-repeat: no-repeat;
  background-size: 15px;
}
@media (max-width: 991.98px) {
  .block-product-top-slider .col-controls .btn-product-back {
    font-size: 1.6rem;
    line-height: 1.2;
    padding-left: 17px;
    background-position: 0 2px;
    width: auto;
  }
}
.block-product-top-slider .simplebar-scrollbar {
  left: 15px;
  right: 15px;
  cursor: pointer;
}
.block-product-top-slider .simplebar-scrollbar .simplebar-wrapper {
  position: relative;
  z-index: 1;
  margin-top: -50px !important;
  padding-bottom: 10px;
}
.block-product-top-slider .simplebar-scrollbar .simplebar-track {
  z-index: 2;
}
.block-product-top-slider .simplebar-scrollbar .simplebar-content-wrapper {
  overflow-x: scroll !important;
  overflow-y: visible !important;
  scroll-behavior: smooth;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.block-product-top-slider .simplebar-scrollbar .simplebar-content {
  display: flex;
  flex-direction: row;
  position: relative;
}
.block-product-top-slider .simplebar-scrollbar .simplebar-track.simplebar-horizontal {
  height: 9px;
}
.block-product-top-slider .simplebar-scrollbar .simplebar-track.simplebar-horizontal:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 179, 0.0705882353);
  margin-top: 3px;
  height: 3px;
  transition: all ease 0.2s;
}
.block-product-top-slider .simplebar-scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 3px;
  height: 3px;
  z-index: 3;
  cursor: pointer;
  border-radius: 0;
  transition: all ease 0.2s;
}
.block-product-top-slider .simplebar-scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  opacity: 1 !important;
  background: #3b66ad;
}
.block-product-top-slider .simplebar-scrollbar:hover .simplebar-track.simplebar-horizontal::before {
  margin-top: 2px;
  height: 5px;
}
.block-product-top-slider .simplebar-scrollbar:hover .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 2px;
  height: 5px;
}
.block-product-top-slider .simplebar-scrollbar.simplebar-dragging .simplebar-track.simplebar-horizontal::before {
  margin-top: 2px;
  height: 5px;
}
.block-product-top-slider .simplebar-scrollbar.simplebar-dragging .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  border-radius: 9px !important;
  top: 0 !important;
  height: 9px !important;
}
.block-product-top-slider .col-slider {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 991.98px) {
  .block-product-top-slider .col-slider {
    display: none;
  }
}
.block-product-top-slider .col-slider:before {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 15px);
  height: 145px;
  top: 0;
  right: 15px;
  background: linear-gradient(180deg, rgba(0, 101, 179, 0.0980392157) 0%, #ffffff 50%);
  border-radius: 0 16px 16px 0;
}
@media (max-width: 991.98px) {
  .block-product-top-slider .col-slider:before {
    display: none;
  }
}
.block-product-top-slider .col-slider .item {
  display: block;
  position: relative;
  max-width: 188px;
  min-width: 188px;
  width: 100%;
  text-decoration: none;
  margin: 0 11px;
  float: left;
  padding-top: 94px;
}
.block-product-top-slider .col-slider .item:before, .block-product-top-slider .col-slider .item:after {
  display: block;
  position: absolute;
  content: "";
  left: -10px;
  width: 1px;
  height: 90px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.1);
}
.block-product-top-slider .col-slider .item:after {
  display: none;
  left: inherit;
  right: -10px;
}
.block-product-top-slider .col-slider .item:last-child {
  margin-right: 100px;
}
.block-product-top-slider .col-slider .item:last-child:after {
  display: block;
}
.block-product-top-slider .col-slider .item:hover .content-wrapper .item__title {
  color: #002f67;
}
.block-product-top-slider .col-slider .item:hover .content-wrapper .item__variant {
  color: rgba(0, 0, 0, 0.9);
}
.block-product-top-slider .col-slider .item:hover .content-wrapper .item__type-product {
  color: rgba(0, 0, 0, 0.8);
}
.block-product-top-slider .col-slider .item.active .content-wrapper:before {
  opacity: 1;
}
.block-product-top-slider .col-slider .item.active .content-wrapper .item__title {
  color: white;
}
.block-product-top-slider .col-slider .item.active .content-wrapper .item__variant {
  color: rgba(255, 255, 255, 0.9);
}
.block-product-top-slider .col-slider .item.active .content-wrapper .item__type-product {
  color: rgba(255, 255, 255, 0.65);
}
.block-product-top-slider .col-slider .item .image-wrapper {
  display: block;
  position: absolute;
  height: 109px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.block-product-top-slider .col-slider .item .image-wrapper img {
  display: block;
  position: relative;
  height: 109px;
  width: auto;
}
.block-product-top-slider .col-slider .item .content-wrapper {
  display: block;
  position: relative;
  padding: 25px 5px 15px 5px;
  min-height: 90px;
  text-align: center;
  z-index: 1;
}
.block-product-top-slider .col-slider .item .content-wrapper:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 15px 15px;
  background: #0066b3;
  opacity: 0;
  transition: all ease 0.2s;
}
.block-product-top-slider .col-slider .item .content-wrapper .item__title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #0066b3;
  text-transform: uppercase;
  transition: all ease 0.2s;
}
.block-product-top-slider .col-slider .item .content-wrapper .item__variant {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
  transition: all ease 0.2s;
  margin-top: 2px;
}
.block-product-top-slider .col-slider .item .content-wrapper .item__type-product {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.65);
  transition: all ease 0.2s;
}
.block-product-top-slider .btn-product-next {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background-color: #0066b3;
  z-index: 3;
  background-image: url("../images/icon-product-next.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  opacity: 0;
  transition: all ease 0.2s;
}
.block-product-top-slider .btn-product-next.active {
  display: block;
}
.block-product-top-slider .btn-product-next:hover {
  opacity: 1;
  background-color: #002f67;
}
.block-product-top-slider .btn-product-prev {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background-color: #0066b3;
  z-index: 3;
  background-image: url("../images/icon-product-prev.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  opacity: 0;
  transition: all ease 0.2s;
}
.block-product-top-slider .btn-product-prev.active {
  display: block;
}
.block-product-top-slider .btn-product-prev:hover {
  opacity: 1;
  background-color: #002f67;
}
.block-product-top-slider .products-slider-wrapper:hover + .btn-product-next {
  opacity: 1;
}
