.home-page .html-module{
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
}
.breadcrumb{
  display: flex;
  align-items: center;
}
.breadcrumb li a i.fa-home:before{
  content: "";
  background: url('/catalog/view/theme/unishop2/image/home.svg');
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.breadcrumb li + li:before{
  content: "/";
  padding: 0 3px;
}
.breadcrumb li a,
.breadcrumb li,
.breadcrumb li + li:before{
  font-size: 12px !important;
  line-height: 14px !important;
  color: #020203 !important;
}
.breadcrumb li a:hover{
  color: #ff5f00 !important;
}
.custom-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
}
.custom-text,
.custom-text-list {
  font-size: 18px;
  line-height: 22px !important;
  margin-bottom: 25px;
}
.custom-text-list {
  padding-left: 20px;
}
.custom-button-link {
  display: block;
  background: #f4991a;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 13px 75px;
  border: 3px solid transparent;
  border-radius: 60px;
  width: fit-content;
}
.custom-button-link:hover,
.custom-button-link:active,
.custom-button-link:focus {
  background: transparent;
  color: #f4991a;
  border: 3px solid #f4991a;
}

.about-company-wrapper {
  display: flex;
}
.about-company-wrapper > div {
  width: 50%;
}
.about-company-container {
  padding: 60px 0;
}
.about-company-container > div {
  position: relative;
}
.about-company-img-back {
  position: absolute;
  top: -110px;
  left: -100px;
  z-index: 99;
}
.about-company-image {
  max-width: 100%;
}
.about-company-title{
  margin-bottom: 30px;
  color: #f4991a;
  text-align: center;
}
.about-company-button {
  margin-top: 65px;
}

.velosport-container {
    background: url('/catalog/view/theme/unishop2/image/spivpracja.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-top: 100px;
    padding-bottom: 300px;
    margin-bottom: -330px;
    margin-top: 40px;*/
}
.velosport-wrapper {
    padding-left: 50px; 
}
.velosport-title {
    color: #ffffff;
    text-shadow: -2px 0px 11px black;
    margin-bottom: 35px;
}
.custom-text.velosport-text {
    max-width: 550px;
    /*color: #f4991a !important;*/
    color: #ffff !important;
    margin-bottom: 60px;
    text-shadow: -2px -1px 3px black;
}
.velosport-button {
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-right: 30px;
    text-transform: uppercase;
}
.velosport-button svg {
    margin-left: 30px;
}
.velosport-button:hover svg path {
    fill: #f4991a;
}
.news-module__category {
    display: none;
}
div.heading,
h2.heading,
h3.heading,
h4.heading{
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #F4991A;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  justify-content: center;
}
div.heading a,
h2.heading a,
h3.heading a{
  color: #F4991A;
}
div.heading:hover a,
h2.heading:hover a,
h3.heading:hover a{
  color: #000;
}
#carousel-0{
  border-color: transparent;
  margin-top: 25px;
}
.social-mainwrapper{
  margin-top: 30px;
}
.social-mainwrapper > div{
  margin-bottom: 20px;
}
.social-mainwrapper .category-list__name{
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}
.social-mainwrapper .category-list__img.img-responsive{
 padding-top: 15px;
 max-width: 150px;
}
#five-in-one-0-6{
  padding-top: 100px;
}
.uni-item{
  border-radius: 40px;
  box-shadow: 0px 4px 14px rgba(0, 22, 16, 0.1);
  border-color: #fff;
  padding: 20px 25px 30px 30px;
  display: flex;
  flex-direction: column;
}

.category-wall__title{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.uni-module .owl-dots{
  margin: 25px 0 0 !important;
}

.product-thumb__name{
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #020203;
}
.product-thumb__name:hover{
  color:#f4991a;
}
.model-instock-wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.product-thumb__model{
  font-size: 11px;
  margin: 0;
}
.instock-text, 
.product-instock-text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  background: #009F1A;
  padding: 3px 7px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.willsend-text{
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #fff;
  letter-spacing: 0.3px;
  background-color: #009F1A;
  padding: 1px 5px;
  border-radius: 5px;
  text-align: center;
}
.product-thumb__price{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  margin-top: auto;
  /* height: 50px; */
  gap: 5px;
}
.price-new, .price{
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  font-family: sans-serif;
}
.price .price-old{
  color: #bebebe;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
}
.live-search__price.price,
.live-search__price.price .price-new{
  font-size: 16px;
}
.live-search__price.price .price-old{
  font-size: 13px;
}
.product-thumb__cart{
  display: flex;
  margin: 20px 0 0;
}

.product-thumb__quick-order,
.product-thumb__add-to-cart{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 500;
}
.product-thumb__add-to-cart.in_cart{
  background-color: #F4991A !important;
}
.product-thumb__add-to-cart.in_cart > svg path{
  fill: #ffffff;
}
.attribute-wrapper{
  display: flex;
  justify-content: space-between;
}
.product-thumb__attribute{
  margin-bottom: 18px;
}
.product-thumb__attribute > div:not(:last-child){
  margin-bottom: 5px;
}
.attribute-wrapper > div{
  width: calc(50% - 5px);
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #020203;
}
.product-thumb__attribute-name{
  text-align: left;
}
.product-thumb__attribute-value{
  text-align: right;
}
.wish-compare-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 20px;
}
.compare:hover, .compare a:hover, .compare.active,
.wishlist:hover, .wishlist a:hover, .wishlist.active{
  background: transparent;
}
.product-thumb__compare.active > svg path, 
.product-thumb__wishlist.active > svg path, 
.wish-compare-wrapper > button:hover > svg path{
  fill: #009F1A;
}
button.compare, button.wishlist{
  background: transparent;
  opacity: 1;
  width: unset;
  height: unset;
  position: unset;
}
.product-thumb__wishlist{
  margin-bottom: 15px;
}

.product-thumb__caption{
  overflow: unset;
}
.product-thumb__price .price-regular,
.product-thumb__price .price-new{
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.product-thumb__image{
  border: none;
  box-shadow: none;
}
.product-thumb__description{
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
}
.product-thumb__description.description{
  color: #020203;
}
.img-responsive{
  font-size: 9px;
}
@media (hover: hover) {
  /*.product-thumb.uni-item:hover .product-thumb__price .price-regular,*/
  /*.product-thumb.uni-item:hover .product-thumb__price .price-new{*/
  /*  transform: scale(1.08);*/
  /*}*/
  /*.product-thumb.uni-item:hover .product-thumb__add-to-cart svg{*/
  /*  animation: shake 2s ease both infinite;*/
  /*  transform: translate3d(0, 0, 0);*/
  /*  backface-visibility: hidden;*/
  /*  perspective: 1000px;*/
  /*}*/
  /*.product-thumb.uni-item:hover .product-thumb__add-to-cart.in_cart svg{*/
  /*  animation: none;*/
  /*}*/
}


@keyframes shake {
  10%, 90% {
   transform: translate3d(-1px, 0, 0);
 }

 20%, 80% {
   transform: translate3d(2px, 0, 0);
 }

 30%, 50%, 70% {
   transform: translate3d(-3.5px, 0, 0);
 }

 40%, 60% {
   transform: translate3d(3.5px, 0, 0);
 }
}
.uni-module.youtube-module{
  margin-top: 30px;
}
.youtube-module__item{
  margin-bottom: 13px;
}
.youtube-module__name{
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
}
.youtube-module__image img{
  border-radius: 40px;
}
.youtube-module .owl-carousel .owl-nav{
  top: 45%;
}
.youtube-module__image > a{
  position: relative;
}
.youtube-module__image > a::after{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='Outline'%3E%3Cpath class='cls-1' d='M45.25,31.13l-24-13.86a2,2,0,0,0-3,1.73V45a2,2,0,0,0,3,1.73l24-13.86A1,1,0,0,0,45.25,31.13Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 5px center;
  background-size: 36px;
  background-repeat: no-repeat;
}

.youtube-module__image > a:hover::after{
  opacity: 0.5;
}
.inst-module  .youtube-module__image > a::after{
  content: none;
}
@media (max-width: 1384px) {
    .custom-text {
      font-size: 17px;
      margin-bottom: 15px;
    }
    .custom-button-link {
      font-size: 22px;
    }
    .about-company-button{
      margin-top: 40px;
    }
}
@media (max-width: 1199px) {
  
  .custom-button-link {
    font-size: 19px;
  }
  .about-company-img-back{
    width: 550px;
    top: 30px;
    left: -80px;
  }
  
}
@media (max-width: 991px) {
  .uni-item{
    padding: 20px;
  }
  .header-search__btn svg{
    min-width: 20px;
  }
  .custom-text,
  .custom-text-list {
    font-size: 16px;
  }
  .about-company-wrapper > div:nth-child(2),
  .about-company-img-back {
    display: none;
  }
  .about-company-wrapper > div {
    width: 100%;
  }
  .about-company-container {
    padding: 20px 0;
    text-align: center;
  }
  .custom-text-list {
    list-style-type: none;
  }
  .about-company-button{
    margin: auto;
    margin-top: 30px;
  }
  .velosport-wrapper {
    padding-left: 0;
  }
  .product-thumb__name, .price .price-old{
    font-size: 15px;
    line-height: 19px;
  }
  .price-new, .price{
    font-size: 20px;
    line-height: 20px;
  }

  .product-thumb__description.description, .product-thumb__attribute.attribute{
    display: none;
  }
  /*.product-thumb__price{
    height: 48px;
  }*/
  .wish-compare-wrapper{
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
    .custom-button-link {
      font-size: 17px;
    }
    .about-company-button {
      padding: 10px 15px;
    }
    .custom-title {
      font-size: 22px;
    }
    .about-company-title{
      margin-bottom: 20px;
    }
    .uni-module .owl-dots{
      margin: 15px 0 0 !important;
    }
}
@media (max-width: 575px) {
  .social-mainwrapper .category-list__img{
    display: block;
  }
  .social-mainwrapper .category-list__img.img-responsive{
    max-width: 65%;
  }
  .product-thumb__name:after{
    content: none;
  }
    .uni-module .owl-item,
    .uni-module__item {
      padding: 10px;
    }
    .custom-text, .custom-text-list{
      font-size: 14px;
      line-height: 20px !important;
    }
    .custom-title{
      font-size: 20px;
      line-height: 20px;
    }
    
    div.heading,
    h2.heading,
    h3.heading{
      font-size: 20px;
      margin: 20px 0;
    }
    .uni-item{
      padding: 15px;
      border: none;
      box-shadow: 0px 2px 8px rgb(0 22 16 / 10%);
    }
    .product-thumb__image{
      margin-bottom: 15px !important;
      padding: 10px 0 !important;
    }
    .product-thumb__name, .price .price-old{
      font-size: 14px;
      line-height: 17px;
    }
    .product-thumb__name{
      height: 30px;
    }
    .model-instock-wrapper{
      margin-bottom: 25px;
    }

  .add_to_cart.disabled, .add_to_cart.disabled:hover, .add_to_cart.disabled:focus, .add_to_cart.disabled:active {
    font-size: .6em;
  }
  .product-thumb__quick-order.quick-order, .product-thumb__add-to-cart {
    height: 32px;
  }
  .product-thumb__quick-order.quick-order {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .willsend-text{
    font-size: 11px;
  }
  .model-instock-wrapper{
    flex-direction: column;
  }
  .product-thumb__rating-text{
    display: none
  }
  .live-search__name, .live-search__name span{
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .live-search__category,
  .live-search__section{
    margin-bottom: 5px;
  }
  .live-search__category{
    margin-bottom: 10px;
  }
  .live-search__model{
    font-size: 10px;
  }
  .live-search__price.price .price-old{
    font-size: 11px;
  }
  .live-search__price.price, .live-search__price.price .price-new{
    font-size: 14px;
  }
  .live-search__wrapper,
  .live-search__image{
    padding: 0 5px;
  }
  .live-search__price{
    width: 85px;
  }
  .category-wall__ul.child-empty {
    padding: 5px 0;
  }
  .category-wall__title {
    font-size: 12px;
    line-height: 15px;
  }
  .category-wall__item.uni-item .category-wall__image img {
    max-width: 70%;
  }
  .category-wall__item {
    margin-bottom: 0 !important;
  }
  .category-wall__title:not(.type2).child-empty{
    margin: 5px 0 0;
  }
  .product-thumb__wishlist svg{
    max-width: 20px;
  }
  .product-thumb__compare svg{
    max-width: 22px;
  }
  .product-thumb__wishlist{
    margin-bottom: 5px;
  }
  .instock-text, .sticker__item.special{
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    height: 17px;
    line-height: 21px;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
  .instock-text{
    position: relative;
    padding-left: 17px;
  }
  .instock-text svg{
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 459px) {
  .youtube-module__name{
    font-size: 12px;
    margin-top: 5px;
    padding: 0px 5px;
    line-height: 14px;
  }
  .youtube-module__image img{
    border-radius: 25px;
  }
  .wish-compare-wrapper{
    top: 18px;
    right: 13px;
  }
  .velosport-button {
    padding: 0 15px;
    height: 47px;
    line-height: 47px;
  }
  .velosport-button svg {
    display: none;
  }
  .custom-text.velosport-text {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .product-thumb__name,
  .news-module__name{
    font-size: 12px;
    line-height: 15px;
    
  }
  .product-thumb__model{
    font-size: 10px;
  }
  .news-module__item.uni-item{
    padding: 13px;
    margin-bottom: 0;
  }
  .uni-item{
    border-radius: 20px;
    padding: 13px;
    padding-top: 8px;
  }
  .uni-module .owl-dots{
    margin: 5px 0 0 !important;
  }
  .owl-carousel .owl-dots .owl-dot{
    width: 10px;
  }
  .owl-carousel .owl-dots .owl-dot + .owl-dot{
    margin: 0 0 0 6px;
  }
  div.heading,
  h2.heading,
  h3.heading{
    margin: 15px 0;
  }
  #five-in-one-0-6,
  .velosport-container{
    padding-top: 50px;
  }
  .category-sticker .text{
    font-size: 8px;
    padding-top: 1px !important;
  }
  .product-sticker div:not(:last-child), .category-sticker div:not(:last-child){
    margin-bottom: 0;
  }
}

@media (max-width: 429px) {
  .willsend-text{
    font-size: 10px;
  }
}

@media (max-width: 399px) {
  .model-instock-wrapper{
    margin-bottom: 3px;
  }
  .instock-text, .sticker__item.special{
    font-size: 8px !important;
  }
  .custom-button-link {
    font-size: 13px;
    text-align: center;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 13px !important;
  }
  .velosport-button {
    display: block;
  }
  .product-thumb__price.price,
  .product-thumb__price .price-new{
    font-size: 14px;
  }
  .product-thumb__price .price-old{
    font-size: 10px;
    line-height: 12px;
  }

}
@media (max-width: 349px) {
  .instock-text, .sticker__item.special{
    font-size: 6px !important;
  }
  .product-thumb__model{
    font-size: 8px;
  }
  .add_to_cart.disabled, .add_to_cart.disabled:hover, .add_to_cart.disabled:focus, .add_to_cart.disabled:active {
    font-size: .5em;
  }
}
@media (min-width: 1100px) {
  .category-wall.category-wall_v2-0{
    margin-top: 30px;
  }
}
