.p30{
  margin: 0 -15px;
}
.p30 > [class*=col-]{
  padding: 0 15px;
}
.flex{
  display: flex;
}
.shop-page{
  padding-bottom: 50px;
}
.shop-page-head{
  padding-top: 53px;
  padding-bottom: 60px;
}
.shop-page-title{
  color: #474850;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.53px;
  margin-bottom: 22px;
}
.shop-page-desc{
  color: #393a40;
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
  text-align: justify;
}
.shop-page-search{
  height: 57px;
  box-shadow: 0 2px 2px rgba(67, 68, 74, 0.19);
  background-color: #ffffff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5px;
}
.shop-page-search input{
  width: 100%;
  padding: 0 30px 0 65px;
  font-size: 12px;
  height: 100%;
}
.shop-page-search button{
  border: 0;
  background: none;
  position: absolute;
  height: 100%;
  font-size: 17px;
  color: #005f89;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  left: 0;
  top: 0;
  cursor: pointer;
}
.shop-cat{
  box-shadow: 0 2px 2px rgba(67, 68, 74, 0.19);
  background-color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 72px 0 47px;
  margin-bottom: 30px;
}
.shop-cat .shop-cat-thumb{
  width: 103px;
  height: 96px;
  font-size: 103px;
  margin-bottom: 25px;
  color: #005f89;
  line-height: 0;
}
.shop-cat-title{
  color: #4d4f5a;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 42px;
}
.shop-cat-more{
  box-shadow: 0 2px 2px rgba(74, 76, 88, 0.29),inset 0 -1px 0 rgba(74, 76, 88, 0.29);
  background-color: #f3f4f6;
  display: inline-block;
  color: #005f89;
  font-size: 14px;
  font-weight: 700;
  line-height: 31px;
  padding: 17px 25px;
  border-radius: 10px;
  transition: .3s ease;
}
.shop-cat-more:hover{
  box-shadow: 0 2px 2px rgba(74, 76, 88, 0.29),inset 0 -70px 0 #005f89;
  color: #f3f4f6;
}
.shop{
  box-shadow: 0 2px 2px rgba(67, 68, 74, 0.19);
  background-color: #ffffff;
  border-radius: 10px;
  transition: .3s ease;
  color: #67686e;
  margin-bottom: 30px;
}
.shop:hover{
  box-shadow: 0 2px 29px rgba(67, 68, 74, 0.22);
}
.shop > a{
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.shop .shop-thumb{
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop .shop-meta{
  display: flex;
  justify-content: space-between;
}
.shop .shop-title{
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease;
  line-height: 31px;
}
.shop:hover .shop-title{
  color: #b1b2b8;
}
.shop .shop-more{
  font-size: 13px;
  font-weight: 700;
  line-height: 31px;
  transition: .3s ease;
  opacity: 0;
}
.shop:hover .shop-more{
  opacity: 1;
}
.shop-single-content{
  box-shadow: 0 2px 2px rgba(67, 68, 74, 0.19);
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.shop-single-head{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.shop-single-title{
  color: #474850;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.53px;
}
.shop-single-desc{
  color: #393a40;
  font-size: 13px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 30px;
  text-align: justify;
}
.shop-slider{
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0 2px 7px rgba(67, 68, 74, 0.19);
  border: 1px solid #dbe3e2;
  background-color: #f3f4f6;
  border-radius: 5px;
}
.shop-slider img{

  border-radius: 5px;
}
.shop-slider .owl-nav{
  position: absolute;
  right: -20px;
  left: -20px;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  top:50%;
  transform: translate(0,-50%);
}
.shop-slider .owl-nav > div{
  background: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  box-shadow: -5px 0 11px -8px rgba(0,0,0,0.8);
}
.shop-slider .owl-nav > div:before{
  content: '\f10e';
  font-family: Flaticon;
  font-style: normal;
  margin: auto;
  font-size: 12px;
  color: #005f89;
}
.shop-slider .owl-nav .owl-next{
  box-shadow: 5px 0 11px -8px rgba(0,0,0,0.8);
}
.shop-slider .owl-nav .owl-next:before{
  content: '\f10f';
}
.shop-single-meta{
  padding-right: 20px;
}
.shop-single-meta li{
  position: relative;
  padding-right: 50px;
  color: #474850;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
}
.shop-single-meta li:not(:last-child){
  margin-bottom: 13px;
}
.shop-single-meta li:not(:last-child):before{
  content: '';
  width: 160px;
  height: 1px;
  background-color: #e4e6eb;
  position: absolute;
  bottom: 0;
  right: 50px;
}
.shop-single-meta li i{
  position: absolute;
  width: 23px;
  height: 23px;
  font-size: 23px;
  color: #67686e;
  right: 0;
  top: 0;
  line-height: 21px;
}
.shop-single-meta li i:before{
  font-size: 23px;
}
.shop-single-meta li.tell{
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 12px;
}
.shop-single-socials {
  padding-left: 20px;
}
.shop-single-socials li a{
  display: flex;
  flex-direction: column;
  justify-content: center;align-items: center;
  color: #67686e;
  font-size: 12px;
  font-weight: 700;
}
.shop-single-socials {
  padding-bottom: 15px;
}
.shop-single-socials ul{
  display: flex;
  justify-content: space-between;
}
.shop-single-socials li a i{
  width: 24px;
  height: 25px;
  font-size: 25px;
  display: inline-block;
  color: #67686e;
  margin-bottom: 20px;
  line-height: 21px;
  text-align: center;
}
.shop-single-socials li a i:before{
  font-size: 25px;
}
.justify-content-end{
  justify-content: end;
}
.flex-direction-col{
  flex-direction: column;
}
.shop-sidebar .shop-cat{
  padding: 30px 110px 30px 30px;
  position: relative;
  align-items: flex-start;
}
.shop-sidebar .shop-cat .shop-cat-thumb{
  position: absolute;
  height: 50px;
  width: 53px;
  font-size: 53px;
  right: 30px;
  top: 30px;
  line-height: 0;
}
.shop-sidebar .shop-cat-title{
  font-size: 15px;
  padding: 0;
}
.shop-sidebar .shop-cat-more{
  color: #67686e;
  font-size: 12px;
  font-weight: 400;
  line-height: 31px;
  background: none;
  box-shadow: none;
  padding: 0;
}
.shop-sidebar .shop-cat-more:after{
  content: '\f10f';
  font-family: Flaticon;
  height: 8px;
  font-size: 8px;
  color: #a9abb8;
  margin-right: 9px;
}
.shop-page-bread{
  color: #7a7b82;
  font-size: 12px;
  font-weight: 700;
  line-height: 38.26px;
  letter-spacing: -0.25px;
  padding: 37px 0 12px;
}
.shop-page-bread a:after{
  content: '/';
  font-family: iryekan;
  font-size: 11px;
  font-weight: 700;
  line-height: 38.26px;
  letter-spacing: -0.23px;
  margin: 0 10px;
  color: #c2c3ca;
}
nav.navtop ul li.menu-item-has-children{
  padding-left: 20px;
  position: relative;
}
nav.navtop ul li.menu-item-has-children:before{
  content: '\f10f';
  font-family: Flaticon;
  position: absolute;
  width: 10px;
  height: 6px;
  left: 6px;
  bottom: 12px;
  transform: rotate(-90deg);
  color: #67686e;
  line-height: 0;
  font-size: 8px;
}
nav.navtop ul li ul{
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 7px 16px -10px rgba(84,88,94,.6);
  border-radius: 0 0 0 15px;
  min-width: 230px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  padding: 23px;
  height: auto;
  padding-bottom: 15px;
  top: 30px;
  right: 0;
  transition: .3s ease;
}
nav.navtop ul li:hover ul{
  opacity: 1;
  visibility: visible;
}

nav.navtop ul li ul li{
  padding: 0;
  position: relative;
  padding-bottom: 7px;
}
nav.navtop ul li ul li:not(:last-child):before{
  content: '';
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #edeef1;
  position: absolute;
}

nav.navtop ul li ul li a{
  transition: .3s ease;
}
nav.navtop ul li ul li:hover a {
  padding-right: 10px;
}
header.site-header,
nav.navtop{
  overflow: inherit;
}
@media screen and ( max-width: 1200px ){
  .shop-sidebar .shop-cat .shop-cat-thumb{
    height: 30px;
    width: 32px;
    right: 20px;
  }
  .shop-sidebar .shop-cat {
    padding: 20px 70px 20px 20px;
  }
}

@media screen and ( max-width: 992px ){
  .shop-page-bread{
    padding: 60px 0 12px;
  }
}

@media screen and ( max-width: 768px ){
  .shop-single-meta{
    margin-bottom: 30px;
  }
  .shop-single-socials li a{
    font-size: 10px;
  }
  .shop-single-content{
    margin-bottom: 30px;
  }
  .shop-page-desc{
    margin-bottom: 20px;
  }
  .shop-page-head{
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .shop-single-meta li{
    padding-right: 50px;
  }
  .shop-single-meta li:not(:last-child):before{
    right: 50px;
  }
}
@media screen and ( max-width: 580px ){
  .shop-single-head{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .shop-single-content{
    padding: 15px;
  }

}