/* User styles */


.ant-carousel {
    max-width: 270px;
}

.vilkoSection {
    padding-top: 7px;
    padding-bottom: 15px;
    margin-top: 0px;
    height: auto;
    box-shadow: 0 0 4px 2px rgb(165 165 165 / 50%), 1px 1px 0px 0px rgb(255 255 255);
}

.linkToVilko{
    text-decoration: none;
}

.vilkoTop{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.vilkoTopDesc{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    color: #ff5d5d;
}    
    
.tovarName{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: -20px;
    color: black;
}

.vilkoPrice{
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 10px;
    color: #ff5d5d;
}

.vilkoInShopButton {
    transform: translate(110%, 0%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 15px;
}

.ant-carousel {
    margin: 20px auto auto;
    padding-top: 10px;
    /* border: 1px solid #ccd; */
    background-color: white;
}

.ant-carousel-element {
  width: 270px;
  text-align: center;
}

/* General styles */
.ant-carousel {
  width: auto;
  position: relative;
}

.ant-carousel-hider {
  overflow: hidden;
}

.ant-carousel-list {
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}

.ant-carousel-element {
  display: block;
  flex: 0 0 auto;
}

/* Navigation item styles */
div.ant-carousel-arrow-left,
div.ant-carousel-arrow-right {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
  z-index: 32;
}

div.ant-carousel-arrow-left {
  left: -100px;
  top: 50%;
  display: block;
  background: url("../images/ant-arrow-left_92db_52.png") no-repeat;
}

div.ant-carousel-arrow-right {
  right: -100px;
  top: 50%;
  display: block;
  background: url("../images/ant-arrow-right_bb8e_53.png") no-repeat;
}

div.ant-carousel-arrow-left:hover {
  opacity: 1.0;
}

div.ant-carousel-arrow-right:hover {
  opacity: 1.0;
}

div.ant-carousel-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 30;
  text-align: center;
}

span.ant-dot {
  width: 10px;
  height: 10px;
  margin: 0px 7px;
  padding: 0;
  display: inline-block;
  background-color: #BBB;
  border-radius: 5px;
  cursor: pointer;
}