.kchikashop .plyr--video{
  border-radius: 10px 10px 0 0;
}

.kchikashop .toprow {
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;
  align-items: center;
  margin: 0 0 20px;
  clear: both;
}
.kchikashop .showall a {
  display: flex !important;
  width: 170px;
  color: #0071dc !important;
  padding: 5px;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.kchikashop .showall a:after{
  position: relative;
  content: "\f104";
  font-family: FontAwesome; 
  font-size: 17px;
}

.kchikashop .tabsslider {
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 54px;
  padding: 0;
  width: 85%;
}
.kchikashop .tabsslider .swiper-container {
  overflow: hidden;
  width: 88%;
  margin: 0 auto;
}
.kchikashop .tabsslider .nav-link{
  padding: 5px 0;
  background-color: transparent;
  border: none;
  margin: 0 auto;
  width: 100%;
}

.kchikashop .tabsslider .nav-link:hover,
.kchikashop .tabsslider .nav-link.active:hover,
.kchikashop .tabsslider .nav-link.active{
  background-color: #0071dc;
  color: #fff;
  display: inline-block;
  border-radius: 38px;
}
.kchikashop .tabsslider .swiper-wrapper { 
  padding: 0;
}
.kchikashop .tabsslider .swiper-slide {
  width: 33.33%;
  padding: 10px 0; 
  height: auto; 
} 
.kchikashop .tabsslider .swiper-button-next   {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 57%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15px;
  right: auto;
  color: #2b5c85;
} 
.kchikashop .tabsslider .swiper-button-prev  {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 57%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  left: auto;
  color: #2b5c85;
}
.kchikashop .tabsslider .swiper-button-prev::before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 27px;
} 
.kchikashop .tabsslider .swiper-button-next::before {
  position: relative;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 27px;
} 
.kchikashop .tabsslider .swiper-button-next::after,
.kchikashop .tabsslider .swiper-button-prev::after{
  display: none;
}

/***********************/

.kchikashop .tab-content  {
  overflow: hidden;  
  position: relative;
  margin: 0 0 30px;
}   
.kchikashop .tab-content .swiper-container {
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
}
.kchikashop .tab-content .swiper-slide {
  width: 33.33%;
  padding: 10px; 
  height: auto; 
} 
.kchikashop .tab-content .swiper-button-next   {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 45%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 3px;
  right: auto;
  color: #2b5c85;
} 
.kchikashop .tab-content .swiper-button-prev  {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 45%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 3px;
  left: auto;
  color: #2b5c85;
}
.kchikashop .tab-content .swiper-button-prev::before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 27px;
} 
.kchikashop .tab-content .swiper-button-next::before {
  position: relative;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 27px;
} 
.kchikashop .tab-content .swiper-button-next::after,
.kchikashop .tab-content .swiper-button-prev::after{
  display: none;
}
.kchikashop .tab-content .swiper-slide > div {
  height: 100%;
  position: relative;
  padding: 0;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  text-align: center;
  margin: 0 !important;
}
.kchikashop .tab-content .swiper-slide > div:hover{
  box-shadow: 0 0 17px rgba(0,0,0,0.18);
}
.kchikashop .tab-content .swiper-slide > div video{
  box-shadow: none !important;
  border-radius: 10px 10px 0 0 !important;
  margin: 0;
}
.kchikashop .tab-content .swiper-slide > div p{
  padding: 15px;
  margin: 0;
  text-align: center !important;
}



@media (max-width : 980px) {
  .kchikashop .toprow { 
    gap: 5px; 
    flex-direction: column;
    margin: 0;
  }
  .kchikashop .tabsslider { 
    width: 100%;
  }
}