

/** template woocommerce css **/

.shop-section{
  position: relative;
  padding-bottom: 120px;
}

.shop-block-one{
  position: relative;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.shop-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-block-one .inner-box .image-box img{
  width: 100%;
}

.shop-block-one .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}

.shop-block-one .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-one .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  left: -6px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}


.shop-block-one .inner-box .image-box .info-list{
  position: absolute;
  left: 20px;
  bottom: -65px;
  width: calc(100% - 40px);
  visibility: hidden;
  transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box .info-list{
  bottom: 20px;
  visibility: visible;
}

.shop-block-one .inner-box .image-box .info-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.shop-block-one .inner-box .image-box .info-list li:last-child{
  margin-right: 0px;
}

.shop-block-one .inner-box .image-box .info-list li a{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #222;
}

.shop-block-one .inner-box .image-box .info-list li:nth-child(2) a{
  width: 135px;
  background: #4e4e4e;
  font-size: 16px;
  font-weight: 600;
}

.shop-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 19px;
}

.shop-block-one .inner-box .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}


.shop-block-one .inner-box .lower-content .price{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin: 0px;
}

.shop-section .filters{
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.shop-section .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #888;
  margin: 0px 15px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-section .filters .filter-tabs li:hover,
.shop-section .filters .filter-tabs li.active{
  color: #222;
}

.shop-section .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  background: #828282;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-section .filters .filter-tabs li:hover:before,
.shop-section .filters .filter-tabs li.active:before{
  transform: scale(1,1);
}

.shop-section .more-btn{
  position: relative;
  margin-top: 10px;
}

.shop-section .inner-container{
  border-bottom: 1px solid #e6e6e6;
}

/** shop-style-two **/

.shop-style-two{
  position: relative;
}

.shop-style-two .filters .separator {
  position: relative;
  display: block;
  width: 141px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.shop-style-two .filters{
  position: relative;
  margin-bottom: 70px;
}

.shop-style-two .filters .filter-tabs{
  position: relative;
  margin-bottom: 24px;
}

.shop-style-two .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 35px;
  line-height: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #888;
  font-weight: 600;
  margin: 0px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-style-two .filters .filter-tabs li.active,
.shop-style-two .filters .filter-tabs li:hover{
  color: #222;
}

.shop-style-two .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 6px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-style-two .filters .filter-tabs li.active:before,
.shop-style-two .filters .filter-tabs li:hover:before{
  transform: scale(1,1);
}

.shop-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.shop-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.shop-block-two .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}

.shop-block-two .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-two .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  left: -6px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}


.shop-block-two .inner-box .lower-content{
  position: relative;
  padding-top: 19px;
}

.shop-block-two .inner-box .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}


.shop-block-two .inner-box .lower-content .price{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin: 0px;
}

.shop-block-two .inner-box .image-box .info-list{
  position: absolute;
  right: -55px;
  bottom: 30px;
  width: 55px;
  height: 150px;
  text-align: center;
  background: #222;
  padding: 5px 0px;
  border-radius: 3px;
  visibility: hidden;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .image-box .info-list{
  right: 10px;
  visibility: visible;
}

.shop-block-two .inner-box .image-box .info-list li{
  position: relative;
  display: block;
  padding: 10px 0px;
}

.shop-block-two .inner-box .image-box .info-list li:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 20px;
  height: 1px;
  left: 17px;
  bottom: 0px;
}

.shop-block-two .inner-box .image-box .info-list li:last-child:before{
  display: none;
}

.shop-block-two .inner-box .image-box .info-list li a{
  font-size: 20px;
  color: #fff;
}

.shop-block-two .inner-box .image-box .info-list li span{
  position: absolute;
  display: inline-block;
  right: 53px;
  top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 90px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.shop-block-two .inner-box .image-box .info-list li span:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  right: -3px;
  transform: rotate(45deg);
}

.shop-block-two .inner-box .image-box .info-list li:hover span{
  right: 63px;
  visibility: visible;
  opacity: 1;
}

.shop-style-two .sortable-masonry{
  border-bottom: 1px solid #e6e6e6;
}

.shop-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.shop-sidebar .widget-title h2{
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #222;
  margin: 0px;
}

.shop-sidebar .post-widget .post-inner .post{
  position: relative;
  padding: 14px 0px 18px 120px;
  margin-bottom: 30px;
  min-height: 90px;
}

.shop-sidebar .post-widget .post-inner .post:last-child{
  margin-bottom: 0px;
}

.shop-sidebar .post-widget .post-inner .post .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.shop-sidebar .post-widget .post-inner .post .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-sidebar .post-widget .post-inner .post:hover .image-box img{
  opacity: 0.2;
}

.shop-sidebar .post-widget .post-inner .post .inner a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

.shop-sidebar .post-widget .post-inner .post .inner p{
  color: #222;
  margin: 0px;
}

.shop-sidebar .post-widget{
  margin-bottom: 70px;
}

.shop-sidebar .advice-box{
  position: relative;
  display: block;
  background: #3d4875;
  padding: 36px 30px 130px 25px;
  overflow: hidden;
}

.shop-sidebar .advice-box .image{
  position: absolute;
  right: -30px;
  bottom: 0px;
}

.shop-sidebar .advice-box .text{
  position: relative;
  max-width: 80px;
  width: 100%;
}

.shop-sidebar .advice-box .text h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

.shop-sidebar .advice-box .pattern{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 139px;
  height: 271px;
  background-repeat: no-repeat;
} 

.sidebar-page-container .filters{
  margin-bottom: 48px;
}

.sidebar-page-container .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #888;
  margin: 0px 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar-page-container .filters .filter-tabs li:hover,
.sidebar-page-container .filters .filter-tabs li.active{
  color: #222;
}

.sidebar-page-container .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  background: #828282;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -2px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.sidebar-page-container .filters .filter-tabs li:hover:before,
.sidebar-page-container .filters .filter-tabs li.active:before{
  transform: scale(1,1);
}

.sidebar-page-container .filters .filter-tabs li:after{
  position: absolute;
  content: '';
  background: #ccccca;
  width: 8px;
  height: 8px;
  top: 12px;
  right: -28px;
  transform: rotate(45deg);
}

.sidebar-page-container .filters .filter-tabs li:last-child:after{
  display: none;
}

.sidebar-page-container .filters .filter-tabs li:last-child{
  margin-right: 0px;
}

.sidebar-page-container .filters .filter-tabs li:first-child{
  margin-left: 0px;
}

/** shop-style-three **/

.shop-style-three{
  position: relative;
  padding: 120px 0px;
}

.advice-block .advice-box{
  position: relative;
  padding: 65px 15px 70px 15px;
  overflow: hidden;
}

.advice-block .advice-box:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.05);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -110px;
}

.advice-block .advice-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 17px;
}

.advice-block .advice-box h2{
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 11px;
}

.advice-block .advice-box .price span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 63px;
}

.advice-block .advice-box .price span del{
  font-size: 18px;
}

.advice-block .advice-box .image-box{
  position: relative;
}

.shop-style-three .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-style-three .tab-btn-box h2{
  position: relative;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}

.shop-style-three .tab-btn-box .tab-btns{
  position: relative;
  margin-top: 7px;
}

.shop-style-three .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  margin: 0px 17.5px;
  transition: all 500ms ease;
}

.shop-style-three .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 2px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-style-three .tab-btn-box .tab-btns li.active-btn:before,
.shop-style-three .tab-btn-box .tab-btns li:hover:before{
  transform: scale(1,1);
}

.shop-style-three .tab-btn-box .tab-btns li.active-btn,
.shop-style-three .tab-btn-box .tab-btns li:hover{
  color: #222;
}

.shop-block-three .inner-box{
  position: relative;
  display: block;
}

.shop-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}

.shop-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-three .inner-box:hover .image-box img{
  opacity: 0.3;
  transform: scale(1.05);
}

.shop-block-three .inner-box .lower-content{
  position: relative;
  padding-top: 19px;
}

.shop-block-three .inner-box .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}

.shop-block-three .inner-box .lower-content a:hover{

}

.shop-block-three .inner-box .lower-content .price{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin: 0px;
}

.shop-block-three .inner-box .image-box .info-list{
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  visibility: hidden;
  transition: all 500ms ease;
}

.shop-block-three .inner-box:hover .image-box .info-list{
  right: 10px;
  visibility: visible;
}

.shop-block-three .inner-box .image-box .info-list li{
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.shop-block-three .inner-box .image-box .info-list li:last-child{
  margin-bottom: 0px;
}

.shop-block-three .inner-box .image-box .info-list li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #c8cace;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.shop-block-three .inner-box .image-box .info-list li span{
  position: absolute;
  display: inline-block;
  right: 53px;
  top: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 90px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.shop-block-three .inner-box .image-box .info-list li span:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  right: -3px;
  transform: rotate(45deg);
}

.shop-block-three .inner-box .image-box .info-list li:hover span{
  right: 63px;
  visibility: visible;
  opacity: 1;
}

.shop-block-three .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}

.shop-block-three .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  right: -7px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.shop-block-three .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  right: -7px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

/** shop-style-four **/

.shop-style-four{
  position: relative;
}

.shop-style-four .inner-container{
  position: relative;
  padding: 115px 0px 90px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.shop-style-four .single-block .top-inner{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.shop-style-four .single-block .top-inner h2{
  position: relative;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}

.shop-style-four .single-block .top-inner a{
  position: relative;
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-top: 5px;
  z-index: 1;
  opacity: 0.5;
}

.shop-style-four .single-block .top-inner a:hover{
  opacity: 1;
}

.shop-style-four .single-block .top-inner a i{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
  font-weight: 600;
  top: 2px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}

.shop-style-four .single-block .top-inner a:hover i{
  transform: rotate(0deg);
}

.shop-style-four .single-block .top-inner a:before{
  position: absolute;
  content: '';
  background: #222;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.shop-style-four .single-block .top-inner a:hover:before{
  width: 100%;
}

.shop-block-four{
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 30px 30px;
  min-height: 150px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.shop-block-four:hover{
  border-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.shop-block-four .inner-box{
  position: relative;
  padding: 15px 0px 18px 120px;
}

.shop-block-four .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.shop-block-four .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-four:hover .inner-box .image-box img{
  opacity: 0.2;
}

.shop-block-four .inner-box .inner a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  margin-bottom: 5px;
}


.shop-block-four .inner-box .inner p{
  color: #222;
}

.shop-page-4 .outer-container{
  max-width: 1710px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.shop-page-section.shop-page-4 .item-shorting{
  position: inherit;
}

.shop-page-section.shop-page-4 .shop-block-one{
  max-width: 400px;
}

.shop-page-section.shop-page-4 .shop-block-one .inner-box .image-box .info-list li:nth-child(2) a{
  width: 263px;
}

.shop-block-five .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  min-height: 390px;
}

.shop-block-five .inner-box .image-box{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 270px;
  height: 350px;
  overflow: hidden;
}

.shop-block-five .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-five .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.shop-block-five .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
  z-index: 1;
}

.shop-block-five .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-five .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  left: -6px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.shop-block-five .inner-box .content-box{
  position: relative;
  padding: 41px 30px 46px 300px;
}

.shop-block-five .inner-box .content-box .info-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.shop-block-five .inner-box .content-box .info-list li:last-child{
  margin: 0px !important;
}

.shop-block-five .inner-box .content-box .info-list li a{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #222;
}

.shop-block-five .inner-box .content-box .info-list li:nth-child(2) a{
  width: 135px;
  background: #4e4e4e;
  font-size: 16px;
  font-weight: 600;
}

.shop-block-five .inner-box .content-box .text a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222;
  margin-bottom: 3px;
}


.shop-block-five .inner-box .content-box .text .price{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin-bottom: 26px;
}

.shop-block-five .inner-box .content-box .text{
  position: relative;
  margin-bottom: 33px;
}