

/** 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 .category.green-bg{

}

.shop-block-one .inner-box .image-box .category.red-bg{

}

.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 .image-box .info-list li a:hover{

}

.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 a:hover{

}

.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 .image-box .category.green-bg{

}

.shop-block-two .inner-box .image-box .category.red-bg{

}

.shop-block-two .inner-box .image-box .category.green-bg:before{

}

.shop-block-two .inner-box .image-box .category.green-bg:after{
  
}

.shop-block-two .inner-box .image-box .category.red-bg:before{

}

.shop-block-two .inner-box .image-box .category.red-bg:after{
  
}

.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 a:hover{

}

.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 a:hover{

}

.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 a:hover{

}

.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 a:hover{

}

.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 a:hover{

}

.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 .info-list li a:hover{

}

.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 a:hover{

}

.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;
}/*  Theme Responsive Css */


@media only screen and (max-width: 5000px){
  
  .boxed_wrapper{
    overflow: hidden;
  }

}

@media only screen and (max-width: 1499px){

  .main-header.style-four .header-lower .search-info{
    max-width: 800px;
  }

  .main-header.style-four .header-lower .category-box{
    width: 300px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group{
    min-width: 450px;
  }

}



@media only screen and (max-width: 1200px){

  .category-block-one .image-box{
    width: 100%!important;
    height: auto!important;
  }

  .shop-block-one .inner-box .image-box .info-list li{
    margin-bottom: 5px;
  }

  .service-block-one .inner-box{
    padding-left: 70px;
  }

  .topcategory-section-two .single-item .inner-box .content-box{
    max-width: 200px;
    background: #fff;
    padding: 30px 30px;
  }

  .instagram-style-two .image-box .info-list{
    padding: 15px 15px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 600px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group{
    min-width: 100%;
    padding-right: 0px;
  }

  .main-header.style-four .header-lower .search-info .select-box:before{
    display: none;
  }

  .main-header.style-four .header-lower .search-info .select-box{
    display: none;
  }

  .shop-style-four .single-block .top-inner h2{
    float: none;
  }

  .shop-style-four .single-block .top-inner a{
    float: none;
  }

  .shop-block-five .inner-box .content-box {
    padding: 15px 30px 20px 300px;
  }

  .product-details-content .product-info{
    margin-left: 0px;
  }

  .product-details-6 .product-details-content .product-info .othre-options .btn-box .theme-btn-two{
    width: 100%;
  }

  .myaccount-section .inner-box{
    padding: 60px 40px;
  }

  .blog-sidebar{
    margin-left: 0px;
  }

  .collection-section .single-item .inner-box:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .collection-section .single-item .inner-box h2,
  .collection-section .single-item .inner-box p{
    color: #fff;
  }

  .rtl .main-header.style-two .menu-right-content{
    margin-right: 0px;
  }

  .rtl .service-block-one .inner-box{
    padding-right: 70px;
  }

  .banner-style-three .inner-box .single-item{
    background-color: #e5e5e5;
    background-image: none !important;
  }

  .banner-style-three .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .banner-carousel-3 .content-inner .image-box{
    display: none;
  }

  .rtl .discount-section .inner-column .inner-box{
    padding-left: 30px;
  }

  .deals-style-two .single-item .inner-box .image-box{
    display: none;
  }

  .deals-style-two .single-item .inner-box{
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-details-6 .product-info .othre-options .item-quantity,
  .product-details-6 .product-info .othre-options .info li{
    margin-bottom: 10px;
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .discount-section .inner-column .inner-box:before{
    opacity: 0.9;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #222;
  }

  .main-header .header-top .top-left,
  .main-header .header-top .top-right{
    float: none;
    text-align: center;
  }

  .mobile-menu .navigation > li > a span{
    display: none !important;
  }

  .mobile-menu .navigation > li.dropdown > .megamenu li:first-child{
    display: none;
  }

  .banner-style-one .banner-carousel .owl-nav{
    display: none;
  }

  .category-block-one{
    margin-bottom: 30px;
  }

  .cta-section .cta-inner{
    padding: 75px 50px;
  }

  .service-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-section .inner-container{
    padding-bottom: 3px;
  }

  .main-footer .footer-top .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-top{
    padding-bottom: 70px;
  }

  .main-header .header-upper .search-info .select-box{
    display: none;
  }

  .main-header .header-upper .search-info .form-group:before{
    display: none;
  }

  .main-header .header-upper .search-info .form-group{
    padding: 0px 50px 0px 20px;
    min-width: 250px;
  }

  .main-header .header-upper .search-info{
    min-width: 250px;
  }

  .main-header.style-two .header-lower .outer-box .menu-area{
    float: right;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler{
    border: 2px solid #fff;
    margin-top: 15px;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
    background-color: #fff;
  }

  .news-block-one .inner-box{
    margin-bottom: 30px;
  }

  .news-section{
    padding-bottom: 90px;
  }

  .service-style-two .service-block-one{
    margin-bottom: 30px;
  }

  .service-style-two{
    padding-bottom: 40px;
  }

  .service-style-three .service-block-one{
    margin-bottom: 40px;
  }

  .topcategory-section-two .single-item .inner-box .content-box{
    position: relative;
    right: 0px;
    top: 0px;
    max-width: 100%;
  }

  .topcategory-section-two .inner-column .btn-box{
    float: none;
  }

  .shop-style-two .filters .filter-tabs li{
    margin: 0px 20px;
  }

  .banner-style-four .client-thumb-outer{
    display: none;
  }

  .banner-carousel-3 .content-inner .image-box{
    display: none;
  }

  .collection-style-two .single-item .inner-box{
    padding-bottom: 30px;
  }

  .shop-sidebar{
    margin-bottom: 30px;
  }

  .discount-section .inner-column .inner-box{
    padding: 100px 50px;
  }

  .main-header.style-four .header-lower .category-box{
    width: 250px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 430px;
  }

  .advice-block .advice-box{
    margin-bottom: 30px;
  }

  .shop-block-three .inner-box{
    margin-bottom: 30px;
  }

  .deals-style-two .single-column:first-child .single-item .inner-box{
    margin-bottom: 30px;
  }

  .rtl .main-header .header-top .top-left{
    float: none;
  }

  .rtl .main-header .header-top .top-right{
    float: none;
  }

  .about-section .image-box{
    margin-bottom: 30px!important;
  }

  .about-section .text-inner{
    margin-bottom: 30px;
  }

  .chooseus-section .image-column{
    display: none;
  }

  .chooseus-section .content-column{
    float: none;
    width: 100%;
  }

  .team-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-block-two .inner-box .content-box{
    margin: 0px!important;
    padding: 0px!important;
  }

  .shop-page-section .item-shorting .left-column{
    float: none;
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }

  .shop-page-section .item-shorting .right-column{
    float: none;
    display: block;
    text-align: center;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .single-column{
    margin-bottom: 30px;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .column:nth-child(2) .single-column:before{
    display: none;
  }

  .shop-page-3 .sidebar-content{
    margin-bottom: 30px;
  }

  .shop-page-section.shop-page-4 .shop-block-one .inner-box .image-box .info-list li:nth-child(2) a{
    width: 120px;
  }

  .shop-page-6 .sidebar-content{
    margin-bottom: 30px;
  }

  .product-details-content .product-info{
    margin-top: 30px;
  }

  .product-details .product-image .image{
    max-width: 570px;
    margin: 0 auto 30px auto;
  }

  .product-details-6 .product-image{
    margin: 30px 0px;
  }

  .checkout-section .additional-info{
    margin-bottom: 30px;
  }

  .myaccount-section .login-inner{
    margin-bottom: 50px;
  }

  .blog-page-3 .blog-content{
    margin-bottom: 30px;
  }

  .blog-page-4 .blog-content{
    margin-bottom: 30px;
  }

  .sidebar-page-container .blog-details-content{
    margin-bottom: 30px;
  }

  .address-section .single-adderss-block .inner-box{
    margin-bottom: 30px;
  }

  .address-section{
    padding-bottom: 90px;
  }

  .shop-page-4 .xs-sidebar-widget{
    text-align: left;
  }

  .blog-page-2 .blog-content{
    margin-bottom: 30px;
  }

  .filter-box.hidden-box{
    display: block;
    margin-right: 15px;
  }

  .shop-sidebar{
    display: none;
  }

  .product-details .shop-sidebar{
    display: block;
  }

  .banner-carousel .content-inner .image-box{
    display: none;
  }

  .rtl .main-header.style-two .header-top .top-right{
    float: none;
  }

  .rtl .main-header .header-lower .category-box{
    float: none;
    margin-left: 0px;
  }

  .banner-style-three .inner-box .single-item{
    padding-bottom: 60px;
    text-align: center !important;
  }

  .banner-style-three .inner-box .single-item .inner{
    float: none !important;
  }

  .rtl .banner-style-three .inner-box .single-item .inner{
    text-align: center;
  }

  .rtl .topcategory-section-two .single-item .inner-box .content-box{
    left: 0px;
  }

}

  

@media only screen and (max-width: 767px){

  .our-shop.list .shop-block-one .inner-box .lower-content {
    width: 100%;
    margin-top: 12px;
  }

  .shop-page-4 .our-shop.list .shop-block-one .inner-box .lower-content {
    width: 100%;
  }

  .shop-block-one {
    max-width: 100%;
  }

  .shop-block-five .inner-box .content-box {
    width: 100%;
  }

  .banner-style-one .owl-dots{
    display: none;
  }

  .banner-carousel .content-box{
    max-width: 100%;
    padding: 100px 0px;
    min-height: auto;
  }

  .banner-carousel .content-box h1{
    font-size: 50px !important;
    line-height: 55px !important;
  }

  .topcategory-section{
    padding: 65px 0px 50px 0px!important;
  }

  .category-block-one{
    max-width: 250px;
    margin: 0 auto 30px auto;
  }

  .sec-title h2{
    font-size: 34px;
    line-height: 40px;
  }

  .shop-section{
    padding-bottom: 70px;
  }

  .news-section{
    padding: 65px 0px 40px 0px;
  }

  .instagram-section{
    padding: 65px 0px 0px 0px;
  }

  .main-footer .footer-top{
    padding: 70px 0px 40px 0px;
  }

  .main-header.style-two .header-top .social-links:before{
    display: none;
  }

  .collection-section .single-item .inner-box{
    margin-bottom: 30px;
  }

  .newarrivals-section{
    padding-bottom: 70px;
  }

  .cta-style-two{
    padding: 70px 0px;
  }

  .sec-pad{
    padding: 65px 0px 70px 0px;
  }

  .sec-pad-2{
    padding: 70px 0px;
  }

  .banner-style-three .banner-carousel .slide-item{
    padding: 100px 30px;
  }

  .banner-style-three .banner-carousel .owl-nav{
    display: none;
  }

  .topcategory-section-two .inner-column .btn-box{
    margin-top: 0px;
  }

  .topcategory-section-two .single-item .inner-box{
    margin-bottom: 30px;
  }

  .deals-section .inner-box h2{
    font-size: 36px;
    line-height: 42px;
  }

  .shop-style-two .filters .filter-tabs li{
    margin: 0px 10px;
    font-size: 24px;
  }

  .shop-block-two{
    max-width: 350px;
    margin: 0 auto;
  }

  .banner-style-four .banner-carousel-3 .owl-nav{
    display: none;
  }

  .banner-carousel-3 .content-box h1{
    font-size: 50px;
    line-height: 55px;
  }

  .banner-carousel-3 .content-box{
    padding: 160px 0px 100px 0px;
    min-height: auto;
    max-width: 100%;
  }

  .banner-style-four .pattern-layer{
    display: none;
  }

  .collection-style-two{
    padding-top: 70px;
  }

  .collection-style-two .single-item{
    max-width: 370px;
    margin: 0 auto;
  }

  .sidebar-page-container{
    padding: 70px 0px;
  }

  .sidebar-page-container.home-4{
    padding-bottom: 40px;
  }

  .discount-section .inner-column{
    float: none;
    width: 100%;
  }

  .news-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button{
    width: 60px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 270px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button span{
    display: none;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group input[type='search']{
    padding-right: 80px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button i{
    margin-right: 0px;
  }

  .banner-style-three.alternet-2 .banner-carousel .slide-item{
    padding: 100px 30px;
  }

  .shop-style-three{
    padding-top: 70px;
  }

  .shop-style-three .tab-btn-box h2{
    float: none;
  }

  .shop-style-three .tab-btn-box .tab-btns{
    float: none;
    margin-top: 15px;
  }

  .shop-block-three{
    max-width: 350px;
    margin: 0 auto;
  }

  .shop-style-three{
    padding-bottom: 40px;
  }

  .trending-products{
    padding: 65px 0px 40px 0px;
  }

  .cta-section.alternet-2 .cta-inner{
    padding: 60px 30px;
  }

  .shop-style-four .inner-container{
    padding: 65px 0px 40px 0px;
  }

  .main-header.style-four .header-top .social-links:before{
    display: none;
  }

  .page-title{
    padding: 80px 0px;
  }

  .about-section{
    padding: 70px 0px 35px 0px;
  }

  .about-section .text-inner h2{
    font-size: 36px;
    line-height: 45px;
  }

  .chooseus-section .content-column .content-box .single-item{
    padding-right: 0px;
  }

  .chooseus-section .content-column .content-box .single-column:last-child .single-item{
    margin-bottom: 0px;
  }

  .chooseus-section .content-column .inner-column{
    padding: 65px 15px 50px 15px;
  }

  .team-section{
    padding-top: 65px;
  }

  .team-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .service-block-two .inner-box .image-box{
    margin-right: 0px!important;
    margin-bottom: 30px!important;
    margin-left: 0px!important;
  }

  .service-block-two .inner-box .content-box{
    margin-bottom: 30px;
  }

  .service-block-two{
    margin-bottom: 50px;
  }

  .service-page-section{
    padding: 70px 0px 0px 0px;
  }

  .cta-section .cta-inner .pattern-layer{
    display: none;
  }

  .cta-section .cta-inner h2{
    font-size: 36px;
    line-height: 42px;
  }

  .team-page-section{
    padding: 70px 0px 20px 0px;
  }

  .error-section .inner-box .theme-btn-two{
    margin-bottom: 15px !important;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .single-column:before{
    display: none;
  }

  .shop-page-section{
    padding: 70px 0px;
  }

  .shop-block-five{
    max-width: 400px;
    margin: 0 auto;
  }

  .shop-block-five .inner-box .image-box{
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%;
  }

  .shop-block-five .inner-box .content-box {
    padding: 25px 0px;
  }

  .product-details{
    padding: 70px 0px 35px 0px;
  }

  .product-details-content{
    margin-bottom: 50px;
  }

  .product-details .product-discription{
    margin-bottom: 50px;
  }

  .cart-section .othre-content .coupon-box input[type='text']{
    max-width: 100%;
    margin-bottom: 15px;
  }

  .cart-section .othre-content .coupon-box{
    float: none;
    width: 100%;
  }

  .cart-section .othre-content .update-btn{
    float: none;
    margin-top: 15px;
  }

  .cart-section{
    padding: 70px 0px;
  }

  .checkout-section{
    padding: 70px 0px;
  }

  .checkout-section .upper-box{
    margin-bottom: 40px;
  }

  .myaccount-section{
    padding: 70px 0px;
  }

  .page-title .content-box h1{
    font-size: 40px;
    line-height: 45px;
  }

  .blog-details-content .inner-box{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
  }

  .blog-details-content .inner-box h3{
    padding-top: 0px;
  }

  .sidebar-page-container .blog-details-content .inner-box{
    padding-top: 40px;
  }

  .blog-details-content .inner-box .image-box .image{
    margin-bottom: 30px;
  }

  .address-section{
    padding: 65px 0px 35px 0px;
  }

  .address-section .single-adderss-block .inner-box{
    padding-right: 0px;
  }

  .contact-section{
    padding: 65px 0px 70px 0px;
  }

  .cta-style-two .inner-box .inner h2{
    font-size: 36px;
    line-height: 42px;
  }

  .blog-details{
    padding: 70px 0px;
  }

  .banner-style-two .owl-dots{
    display: none;
  }

  .discount-section .inner-column .inner-box h2{
    font-size: 34px;
    line-height: 40px;
  }

  .banner-style-three.alternet-2 .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .main-footer.light .footer-bottom .cart-list{
    margin-top: 0px;
  }

  .banner-style-three .inner-box .single-item{
    padding-bottom: 60px;
  }

  .cta-section{
    padding-top: 120px;
  }

}

@media only screen and (max-width: 599px){

  .banner-carousel .content-inner .image-box{
    display: none;
  }

  .footer-bottom .cart-list{
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-bottom .cart-list li{
    float: none;
  }

  .footer-bottom .copyright{
    float: none;
    text-align: center;
  }

  .main-header.style-two .header-upper .search-info{
    display: block;
    width: 100%;
  }

  .main-header.style-two .logo-box{
    text-align: center;
    width: 100%;
  }

  .main-header.style-two .menu-right-content{
    width: 100%;
    text-align: center;
  }

  .sidebar-page-container .filters .filter-tabs li{
    font-size: 18px;
    margin: 0px 10px;
  }

  .sidebar-page-container .filters .filter-tabs li:after{
    display: none;
  }

  .main-header.style-four .header-lower .category-box{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 100%;
  }

  .rtl .footer-bottom .cart-list{
    float: none;
  }

  .rtl .footer-bottom .cart-list li{
    float: none;
  }

  .rtl .footer-bottom .copyright{
    float: none;
  }

  .shop-page-section .item-shorting .select-box{
    margin-top: 0px;
  }

  .shop-page-section .item-shorting .left-column .short-box p{
    line-height: 42px;
  }

  .shop-page-section .item-shorting .left-column .text:before,
  .shop-page-section .item-shorting .left-column .text:after{
    display: none;
  }

  .shop-page-section .item-shorting .right-column .short-box p{
    line-height: 42px;
  }

  .shop-page-section .item-shorting .right-column .menu-box{
    margin-top: 0px;
  }

  .shop-page-section .item-shorting .left-column .text{
    margin: 0px;
    margin-bottom: 15px;
  }

  .shop-page-section .item-shorting .left-column{
    padding-bottom: 10px;
  }

  .shop-section .filters .filter-tabs li{
    margin-bottom: 5px;
  }

  .banner-style-two .content-box{
    padding-left: 0px!important;
  }

  .newarrivals-section .owl-nav{
    display: none;
  }

  .main-header .header-lower .category-box .category-content li ul{
    left: 0px;
  }

  .deals-style-two .single-item .inner-box .image-box{
    display: none;
  }

  .deals-style-two .single-item .inner-box{
    padding-left: 30px;
  }

  .main-header .header-top{
    padding: 20px 0px;
  }

  .main-header.style-three{
    padding: 15px 0px;
  }

  .rtl .main-header.style-four .header-lower .search-info .search-form .form-group{
    padding-left: 0px;
  }

  .deals-style-two .single-item .inner-box{
    padding-right: 30px;
  }

  .deals-style-two .single-item .inner-box h2{
    font-size: 34px;
    line-height: 42px;
  }

  .main-header .header-top .info li{
    margin: 0px 10px !important;
  }

}


@media only screen and (max-width: 499px){

  .main-header .logo-box{
    width: 100%;
    text-align: center;
    padding: 20px 0px;
  }

  .search-popup .search-form fieldset input[type="submit"]{
    position: relative;
    width: 100%;
    border-radius: 0px;
    padding: 10px 10px;
    height: 50px;
    font-size: 16px;
  }

  .search-popup .search-form .form-group{
    margin-bottom: 60px;
  }

  .search-popup .recent-searches li a{
    padding: 5px 12px;
    border-radius: 0px;
  }

  .search-popup h3{
    font-size: 16px;
  }

  .search-popup .search-form fieldset input[type="search"]{
    margin-bottom: 15px;
    border-radius: 0px;
    height: 50px;
    font-size: 16px;
  }

  .main-header .header-lower .category-box{
    margin-right: 0px;
  }

  .main-header .header-lower .category-box{
    width: 200px;
  }

  .main-header .header-lower .category-box a{
    font-size: 15px;
    padding-left: 60px;
  }

  .main-header .header-lower .category-box a:before{
    font-size: 16px;
    top: 22px;
  }

  .cs-countdown .count-col{
    margin-bottom: 10px;
  }

  .main-header.style-four .header-lower .category-box p:before{
    top: 18px;
  }

  .shop-page-section .item-shorting .right-column .nice-select{
    margin-bottom: 15px;
  }

  .pagination li{
    margin-bottom: 5px;
  }

  .product-details-content .product-info .othre-options .info li{
    margin-top: 10px;
  }

  .product-details-content .product-info .othre-options .btn-box{
    float: none;
    display: block;
    width: 100%;
  }

  .product-details-4 .bxslider .slider-content .slider-pager li{
    margin-bottom: 10px;
  }

  .product-details-6 .product-details-content .product-info .othre-options .info li{
    margin-top: 0px;
  }

  .myaccount-section .inner-box .lower-inner .social-links li{
    margin-bottom: 10px;
  }

  .myaccount-section .inner-box .lower-inner .social-links li:last-child{
    margin-bottom: 0px;
  }

  .myaccount-section .inner-box .default-form .form-group .recover-password{
    position: relative;
  }

  .blog-details-content .post-share-option .tags-box,
  .blog-details-content .post-share-option .social-box{
    float: none;
    display: block;
  }

  .blog-details-content .post-share-option .tags-box{
    margin-bottom: 15px;
  }

  .blog-details-content .comments-area .comment.replay-comment{
    margin-left: 0px;
  }

  .cta-section .cta-inner{
    padding: 70px 30px!important;
  }

  .trending-products .shop-inner .top-inner h2{
    float: none;
    margin-bottom: 10px;
  }

  .trending-products .shop-inner .top-inner a{
    float: none;
  }

  .collection-section .single-item .inner-box h2 br{
    display: none;
  }

  .collection-section .single-item .inner-box h2{
    font-size: 28px;
    line-height: 36px;
  }

  .rtl .search-popup .search-form fieldset input[type="submit"]{
    border-radius: 0px;
  }

  .rtl .discount-section .inner-column .inner-box{
    padding-right: 30px;
  }

  .checkout-section .order-info .order-list li .single-box h6,
  .checkout-section .order-info .order-list li .single-box span{
    float: none !important;
    display: block;
  }

  .checkout-section .order-info .order-list li .single-box{
    padding-top: 25px;
  }

  .checkout-section .order-info .order-list li .single-box h6{
    margin-bottom: 5px;
  }

  .rtl .blog-details-content .comments-area .comment.replay-comment{
    margin-right: 0px;
  }


}


@media only screen and (max-width: 399px){
  
  .main-header .header-top .social-links:before{
    display: none;
  }

  .cta-style-two .inner-box{
    padding: 15px;
  }

  .cta-style-two .inner-box .inner{
    padding-left: 30px;
  }

  .collection-style-two .single-item .inner-box .lower-content .inner{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }

  .collection-style-two .single-item .inner-box .lower-content{
    margin-bottom: 0px;
  }

  .shop-page-section .item-shorting .filter-box{
    float: none;
    display: block;
    margin-bottom: 5px;
    text-align: left;
  }

  .shop-page-section .item-shorting .left-column .text{
    float: none;
    display: block;
    padding: 0px;
    margin-bottom: 10px;
    text-align: left;
  }

  .shop-page-section .item-shorting .left-column{
    padding-bottom: 0px;
  }

  .product-details-content .product-info .othre-options .item-quantity{
    float: none;
  }

  .product-details-2 .bxslider .product-image{
    padding-left: 0px;
  }

  .product-details-2 .bxslider .slider-content .slider-pager{
    position: relative;
    margin-bottom: 10px;
  }

  .product-details-2 .bxslider .slider-content .slider-pager li{
    display: inline-block;
    margin-right: 7px;
  }

  .product-details-content .product-info .othre-options .single-item h5{
    text-align: left;
  }

  .checkout-section .payment-info .payment-inner{
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-header .header-top .social-links{
    padding-right: 0px;
    margin-right: 0px;
    display: block;
  }

  .main-header .header-top .info li{
    margin-right: 0px;
    margin-bottom: 2px;
  }

  .main-header .logo-box{
    display: none;
  }

  .menu-area .mobile-nav-toggler{
    margin-top: 0px;
  }

  .main-header.style-two .header-upper .search-info{
    display: none;
  }

  .main-header.style-two .header-top .social-links,
  .main-header.style-four .header-top .social-links{
    padding-left: 0px;
    margin-left: 0px;
  }

  .shop-page-section .item-shorting .left-column, 
  .shop-page-section .item-shorting .right-column{
    margin-top: 0px;
  }

  .rtl .main-header.style-two .header-top .social-links{
    margin-right: 0px;
    padding-right: 0px;
  }

  .rtl .main-header .header-top .social-links{
    padding-left: 0px;
    margin-left: 0px;
  }

  .rtl .main-header.style-four .header-top .social-links{
    padding-right: 0px;
    margin-right: 0px;
  }

  .rtl .product-details-content .product-info .othre-options .item-quantity{
    float: none;
  }

  .checkout-section .payment-info .payment-inner .btn-box .theme-btn-two{
    padding: 16px 20px;
  }


}

/** deals-section **/

.deals-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs-countdown .count-col{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  padding: 27px 0px 30px 0px;
  border-radius: 3px;
}

.cs-countdown .count-col span{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #222;
  margin-bottom: 4px;
}

.cs-countdown .count-col h6{
  position: relative;
  display: block;
  font-size: 14px;
  color: #848484;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  margin: 0px;
}

.deals-section .inner-box p{
  position: relative;
  font-size: 20px;
  color: #222;
  font-weight: 500;
  margin-bottom: 13px;
}

.deals-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 55px;
  color: #222;
  font-weight: 600;
  margin-bottom: 6px;
}

.deals-section .inner-box .price span{
  position: relative;
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.deals-section .inner-box .price span del{
  color: #222;
}

/** deals-style-two **/

.deals-style-two{
  position: relative;
}

.deals-style-two .single-column:first-child .single-item .inner-box{

}

.deals-style-two .single-column:last-child .single-item .inner-box{

}

.deals-style-two .single-item .inner-box{
  position: relative;
  display: block;
  padding: 65px 60px 70px 60px;
}

.deals-style-two .single-item .inner-box .image-box{
  position: absolute;
  top: 50px;
  right: 30px;
}

.deals-style-two .single-item .inner-box .cs-countdown .count-col{
  width: 80px;
  height: 80px;
  padding: 17px 0px;
}

.deals-style-two .single-item .inner-box h4{
  position: relative;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 18px;
}

.deals-style-two .single-item .inner-box h2{
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.deals-style-two .single-item .inner-box .price span{
  position: relative;
  display: block;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}

.deals-style-two .single-item .inner-box .price span del{
  font-size: 18px;
}/*  Theme Responsive Css */


@media only screen and (max-width: 5000px){
  
  .boxed_wrapper{
    overflow: hidden;
  }

}

@media only screen and (max-width: 1499px){

  .main-header.style-four .header-lower .search-info{
    max-width: 800px;
  }

  .main-header.style-four .header-lower .category-box{
    width: 300px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group{
    min-width: 450px;
  }

}



@media only screen and (max-width: 1200px){

  .category-block-one .image-box{
    width: 100%!important;
    height: auto!important;
  }

  .shop-block-one .inner-box .image-box .info-list li{
    margin-bottom: 5px;
  }

  .service-block-one .inner-box{
    padding-left: 70px;
  }

  .topcategory-section-two .single-item .inner-box .content-box{
    max-width: 200px;
    background: #fff;
    padding: 30px 30px;
  }

  .instagram-style-two .image-box .info-list{
    padding: 15px 15px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 600px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group{
    min-width: 100%;
    padding-right: 0px;
  }

  .main-header.style-four .header-lower .search-info .select-box:before{
    display: none;
  }

  .main-header.style-four .header-lower .search-info .select-box{
    display: none;
  }

  .shop-style-four .single-block .top-inner h2{
    float: none;
  }

  .shop-style-four .single-block .top-inner a{
    float: none;
  }

  .shop-block-five .inner-box .content-box {
    padding: 15px 30px 20px 300px;
  }

  .product-details-content .product-info{
    margin-left: 0px;
  }

  .product-details-6 .product-details-content .product-info .othre-options .btn-box .theme-btn-two{
    width: 100%;
  }

  .myaccount-section .inner-box{
    padding: 60px 40px;
  }

  .blog-sidebar{
    margin-left: 0px;
  }

  .collection-section .single-item .inner-box:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .collection-section .single-item .inner-box h2,
  .collection-section .single-item .inner-box p{
    color: #fff;
  }

  .rtl .main-header.style-two .menu-right-content{
    margin-right: 0px;
  }

  .rtl .service-block-one .inner-box{
    padding-right: 70px;
  }

  .banner-style-three .inner-box .single-item{
    background-color: #e5e5e5;
    background-image: none !important;
  }

  .banner-style-three .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .banner-carousel-3 .content-inner .image-box{
    display: none;
  }

  .rtl .discount-section .inner-column .inner-box{
    padding-left: 30px;
  }

  .deals-style-two .single-item .inner-box .image-box{
    display: none;
  }

  .deals-style-two .single-item .inner-box{
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-details-6 .product-info .othre-options .item-quantity,
  .product-details-6 .product-info .othre-options .info li{
    margin-bottom: 10px;
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .discount-section .inner-column .inner-box:before{
    opacity: 0.9;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #222;
  }

  .main-header .header-top .top-left,
  .main-header .header-top .top-right{
    float: none;
    text-align: center;
  }

  .mobile-menu .navigation > li > a span{
    display: none !important;
  }

  .mobile-menu .navigation > li.dropdown > .megamenu li:first-child{
    display: none;
  }

  .banner-style-one .banner-carousel .owl-nav{
    display: none;
  }

  .category-block-one{
    margin-bottom: 30px;
  }

  .cta-section .cta-inner{
    padding: 75px 50px;
  }

  .service-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-section .inner-container{
    padding-bottom: 3px;
  }

  .main-footer .footer-top .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-top{
    padding-bottom: 70px;
  }

  .main-header .header-upper .search-info .select-box{
    display: none;
  }

  .main-header .header-upper .search-info .form-group:before{
    display: none;
  }

  .main-header .header-upper .search-info .form-group{
    padding: 0px 50px 0px 20px;
    min-width: 250px;
  }

  .main-header .header-upper .search-info{
    min-width: 250px;
  }

  .main-header.style-two .header-lower .outer-box .menu-area{
    float: right;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler{
    border: 2px solid #fff;
    margin-top: 15px;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
    background-color: #fff;
  }

  .news-block-one .inner-box{
    margin-bottom: 30px;
  }

  .news-section{
    padding-bottom: 90px;
  }

  .service-style-two .service-block-one{
    margin-bottom: 30px;
  }

  .service-style-two{
    padding-bottom: 40px;
  }

  .service-style-three .service-block-one{
    margin-bottom: 40px;
  }

  .topcategory-section-two .single-item .inner-box .content-box{
    position: relative;
    right: 0px;
    top: 0px;
    max-width: 100%;
  }

  .topcategory-section-two .inner-column .btn-box{
    float: none;
  }

  .shop-style-two .filters .filter-tabs li{
    margin: 0px 20px;
  }

  .banner-style-four .client-thumb-outer{
    display: none;
  }

  .banner-carousel-3 .content-inner .image-box{
    display: none;
  }

  .collection-style-two .single-item .inner-box{
    padding-bottom: 30px;
  }

  .shop-sidebar{
    margin-bottom: 30px;
  }

  .discount-section .inner-column .inner-box{
    padding: 100px 50px;
  }

  .main-header.style-four .header-lower .category-box{
    width: 250px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 430px;
  }

  .advice-block .advice-box{
    margin-bottom: 30px;
  }

  .shop-block-three .inner-box{
    margin-bottom: 30px;
  }

  .deals-style-two .single-column:first-child .single-item .inner-box{
    margin-bottom: 30px;
  }

  .rtl .main-header .header-top .top-left{
    float: none;
  }

  .rtl .main-header .header-top .top-right{
    float: none;
  }

  .about-section .image-box{
    margin-bottom: 30px!important;
  }

  .about-section .text-inner{
    margin-bottom: 30px;
  }

  .chooseus-section .image-column{
    display: none;
  }

  .chooseus-section .content-column{
    float: none;
    width: 100%;
  }

  .team-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-block-two .inner-box .content-box{
    margin: 0px!important;
    padding: 0px!important;
  }

  .shop-page-section .item-shorting .left-column{
    float: none;
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }

  .shop-page-section .item-shorting .right-column{
    float: none;
    display: block;
    text-align: center;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .single-column{
    margin-bottom: 30px;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .column:nth-child(2) .single-column:before{
    display: none;
  }

  .shop-page-3 .sidebar-content{
    margin-bottom: 30px;
  }

  .shop-page-section.shop-page-4 .shop-block-one .inner-box .image-box .info-list li:nth-child(2) a{
    width: 120px;
  }

  .shop-page-6 .sidebar-content{
    margin-bottom: 30px;
  }

  .product-details-content .product-info{
    margin-top: 30px;
  }

  .product-details .product-image .image{
    max-width: 570px;
    margin: 0 auto 30px auto;
  }

  .product-details-6 .product-image{
    margin: 30px 0px;
  }

  .checkout-section .additional-info{
    margin-bottom: 30px;
  }

  .myaccount-section .login-inner{
    margin-bottom: 50px;
  }

  .blog-page-3 .blog-content{
    margin-bottom: 30px;
  }

  .blog-page-4 .blog-content{
    margin-bottom: 30px;
  }

  .sidebar-page-container .blog-details-content{
    margin-bottom: 30px;
  }

  .address-section .single-adderss-block .inner-box{
    margin-bottom: 30px;
  }

  .address-section{
    padding-bottom: 90px;
  }

  .shop-page-4 .xs-sidebar-widget{
    text-align: left;
  }

  .blog-page-2 .blog-content{
    margin-bottom: 30px;
  }

  .filter-box.hidden-box{
    display: block;
    margin-right: 15px;
  }

  .shop-sidebar{
    display: none;
  }

  .product-details .shop-sidebar{
    display: block;
  }

  .banner-carousel .content-inner .image-box{
    display: none;
  }

  .rtl .main-header.style-two .header-top .top-right{
    float: none;
  }

  .rtl .main-header .header-lower .category-box{
    float: none;
    margin-left: 0px;
  }

  .banner-style-three .inner-box .single-item{
    padding-bottom: 60px;
    text-align: center !important;
  }

  .banner-style-three .inner-box .single-item .inner{
    float: none !important;
  }

  .rtl .banner-style-three .inner-box .single-item .inner{
    text-align: center;
  }

  .rtl .topcategory-section-two .single-item .inner-box .content-box{
    left: 0px;
  }

}

  

@media only screen and (max-width: 767px){

  .our-shop.list .shop-block-one .inner-box .lower-content {
    width: 100%;
    margin-top: 12px;
  }

  .shop-page-4 .our-shop.list .shop-block-one .inner-box .lower-content {
    width: 100%;
  }

  .shop-block-one {
    max-width: 100%;
  }

  .shop-block-five .inner-box .content-box {
    width: 100%;
  }

  .banner-style-one .owl-dots{
    display: none;
  }

  .banner-carousel .content-box{
    max-width: 100%;
    padding: 100px 0px;
    min-height: auto;
  }

  .banner-carousel .content-box h1{
    font-size: 50px !important;
    line-height: 55px !important;
  }

  .topcategory-section{
    padding: 65px 0px 50px 0px!important;
  }

  .category-block-one{
    max-width: 250px;
    margin: 0 auto 30px auto;
  }

  .sec-title h2{
    font-size: 34px;
    line-height: 40px;
  }

  .shop-section{
    padding-bottom: 70px;
  }

  .news-section{
    padding: 65px 0px 40px 0px;
  }

  .instagram-section{
    padding: 65px 0px 0px 0px;
  }

  .main-footer .footer-top{
    padding: 70px 0px 40px 0px;
  }

  .main-header.style-two .header-top .social-links:before{
    display: none;
  }

  .collection-section .single-item .inner-box{
    margin-bottom: 30px;
  }

  .newarrivals-section{
    padding-bottom: 70px;
  }

  .cta-style-two{
    padding: 70px 0px;
  }

  .sec-pad{
    padding: 65px 0px 70px 0px;
  }

  .sec-pad-2{
    padding: 70px 0px;
  }

  .banner-style-three .banner-carousel .slide-item{
    padding: 100px 30px;
  }

  .banner-style-three .banner-carousel .owl-nav{
    display: none;
  }

  .topcategory-section-two .inner-column .btn-box{
    margin-top: 0px;
  }

  .topcategory-section-two .single-item .inner-box{
    margin-bottom: 30px;
  }

  .deals-section .inner-box h2{
    font-size: 36px;
    line-height: 42px;
  }

  .shop-style-two .filters .filter-tabs li{
    margin: 0px 10px;
    font-size: 24px;
  }

  .shop-block-two{
    max-width: 350px;
    margin: 0 auto;
  }

  .banner-style-four .banner-carousel-3 .owl-nav{
    display: none;
  }

  .banner-carousel-3 .content-box h1{
    font-size: 50px;
    line-height: 55px;
  }

  .banner-carousel-3 .content-box{
    padding: 160px 0px 100px 0px;
    min-height: auto;
    max-width: 100%;
  }

  .banner-style-four .pattern-layer{
    display: none;
  }

  .collection-style-two{
    padding-top: 70px;
  }

  .collection-style-two .single-item{
    max-width: 370px;
    margin: 0 auto;
  }

  .sidebar-page-container{
    padding: 70px 0px;
  }

  .sidebar-page-container.home-4{
    padding-bottom: 40px;
  }

  .discount-section .inner-column{
    float: none;
    width: 100%;
  }

  .news-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button{
    width: 60px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 270px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button span{
    display: none;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group input[type='search']{
    padding-right: 80px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button i{
    margin-right: 0px;
  }

  .banner-style-three.alternet-2 .banner-carousel .slide-item{
    padding: 100px 30px;
  }

  .shop-style-three{
    padding-top: 70px;
  }

  .shop-style-three .tab-btn-box h2{
    float: none;
  }

  .shop-style-three .tab-btn-box .tab-btns{
    float: none;
    margin-top: 15px;
  }

  .shop-block-three{
    max-width: 350px;
    margin: 0 auto;
  }

  .shop-style-three{
    padding-bottom: 40px;
  }

  .trending-products{
    padding: 65px 0px 40px 0px;
  }

  .cta-section.alternet-2 .cta-inner{
    padding: 60px 30px;
  }

  .shop-style-four .inner-container{
    padding: 65px 0px 40px 0px;
  }

  .main-header.style-four .header-top .social-links:before{
    display: none;
  }

  .page-title{
    padding: 80px 0px;
  }

  .about-section{
    padding: 70px 0px 35px 0px;
  }

  .about-section .text-inner h2{
    font-size: 36px;
    line-height: 45px;
  }

  .chooseus-section .content-column .content-box .single-item{
    padding-right: 0px;
  }

  .chooseus-section .content-column .content-box .single-column:last-child .single-item{
    margin-bottom: 0px;
  }

  .chooseus-section .content-column .inner-column{
    padding: 65px 15px 50px 15px;
  }

  .team-section{
    padding-top: 65px;
  }

  .team-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .service-block-two .inner-box .image-box{
    margin-right: 0px!important;
    margin-bottom: 30px!important;
    margin-left: 0px!important;
  }

  .service-block-two .inner-box .content-box{
    margin-bottom: 30px;
  }

  .service-block-two{
    margin-bottom: 50px;
  }

  .service-page-section{
    padding: 70px 0px 0px 0px;
  }

  .cta-section .cta-inner .pattern-layer{
    display: none;
  }

  .cta-section .cta-inner h2{
    font-size: 36px;
    line-height: 42px;
  }

  .team-page-section{
    padding: 70px 0px 20px 0px;
  }

  .error-section .inner-box .theme-btn-two{
    margin-bottom: 15px !important;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .single-column:before{
    display: none;
  }

  .shop-page-section{
    padding: 70px 0px;
  }

  .shop-block-five{
    max-width: 400px;
    margin: 0 auto;
  }

  .shop-block-five .inner-box .image-box{
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%;
  }

  .shop-block-five .inner-box .content-box {
    padding: 25px 0px;
  }

  .product-details{
    padding: 70px 0px 35px 0px;
  }

  .product-details-content{
    margin-bottom: 50px;
  }

  .product-details .product-discription{
    margin-bottom: 50px;
  }

  .cart-section .othre-content .coupon-box input[type='text']{
    max-width: 100%;
    margin-bottom: 15px;
  }

  .cart-section .othre-content .coupon-box{
    float: none;
    width: 100%;
  }

  .cart-section .othre-content .update-btn{
    float: none;
    margin-top: 15px;
  }

  .cart-section{
    padding: 70px 0px;
  }

  .checkout-section{
    padding: 70px 0px;
  }

  .checkout-section .upper-box{
    margin-bottom: 40px;
  }

  .myaccount-section{
    padding: 70px 0px;
  }

  .page-title .content-box h1{
    font-size: 40px;
    line-height: 45px;
  }

  .blog-details-content .inner-box{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
  }

  .blog-details-content .inner-box h3{
    padding-top: 0px;
  }

  .sidebar-page-container .blog-details-content .inner-box{
    padding-top: 40px;
  }

  .blog-details-content .inner-box .image-box .image{
    margin-bottom: 30px;
  }

  .address-section{
    padding: 65px 0px 35px 0px;
  }

  .address-section .single-adderss-block .inner-box{
    padding-right: 0px;
  }

  .contact-section{
    padding: 65px 0px 70px 0px;
  }

  .cta-style-two .inner-box .inner h2{
    font-size: 36px;
    line-height: 42px;
  }

  .blog-details{
    padding: 70px 0px;
  }

  .banner-style-two .owl-dots{
    display: none;
  }

  .discount-section .inner-column .inner-box h2{
    font-size: 34px;
    line-height: 40px;
  }

  .banner-style-three.alternet-2 .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .main-footer.light .footer-bottom .cart-list{
    margin-top: 0px;
  }

  .banner-style-three .inner-box .single-item{
    padding-bottom: 60px;
  }

  .cta-section{
    padding-top: 120px;
  }

}

@media only screen and (max-width: 599px){

  .banner-carousel .content-inner .image-box{
    display: none;
  }

  .footer-bottom .cart-list{
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-bottom .cart-list li{
    float: none;
  }

  .footer-bottom .copyright{
    float: none;
    text-align: center;
  }

  .main-header.style-two .header-upper .search-info{
    display: block;
    width: 100%;
  }

  .main-header.style-two .logo-box{
    text-align: center;
    width: 100%;
  }

  .main-header.style-two .menu-right-content{
    width: 100%;
    text-align: center;
  }

  .sidebar-page-container .filters .filter-tabs li{
    font-size: 18px;
    margin: 0px 10px;
  }

  .sidebar-page-container .filters .filter-tabs li:after{
    display: none;
  }

  .main-header.style-four .header-lower .category-box{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 100%;
  }

  .rtl .footer-bottom .cart-list{
    float: none;
  }

  .rtl .footer-bottom .cart-list li{
    float: none;
  }

  .rtl .footer-bottom .copyright{
    float: none;
  }

  .shop-page-section .item-shorting .select-box{
    margin-top: 0px;
  }

  .shop-page-section .item-shorting .left-column .short-box p{
    line-height: 42px;
  }

  .shop-page-section .item-shorting .left-column .text:before,
  .shop-page-section .item-shorting .left-column .text:after{
    display: none;
  }

  .shop-page-section .item-shorting .right-column .short-box p{
    line-height: 42px;
  }

  .shop-page-section .item-shorting .right-column .menu-box{
    margin-top: 0px;
  }

  .shop-page-section .item-shorting .left-column .text{
    margin: 0px;
    margin-bottom: 15px;
  }

  .shop-page-section .item-shorting .left-column{
    padding-bottom: 10px;
  }

  .shop-section .filters .filter-tabs li{
    margin-bottom: 5px;
  }

  .banner-style-two .content-box{
    padding-left: 0px!important;
  }

  .newarrivals-section .owl-nav{
    display: none;
  }

  .main-header .header-lower .category-box .category-content li ul{
    left: 0px;
  }

  .deals-style-two .single-item .inner-box .image-box{
    display: none;
  }

  .deals-style-two .single-item .inner-box{
    padding-left: 30px;
  }

  .main-header .header-top{
    padding: 20px 0px;
  }

  .main-header.style-three{
    padding: 15px 0px;
  }

  .rtl .main-header.style-four .header-lower .search-info .search-form .form-group{
    padding-left: 0px;
  }

  .deals-style-two .single-item .inner-box{
    padding-right: 30px;
  }

  .deals-style-two .single-item .inner-box h2{
    font-size: 34px;
    line-height: 42px;
  }

  .main-header .header-top .info li{
    margin: 0px 10px !important;
  }

}


@media only screen and (max-width: 499px){

  .main-header .logo-box{
    width: 100%;
    text-align: center;
    padding: 20px 0px;
  }

  .search-popup .search-form fieldset input[type="submit"]{
    position: relative;
    width: 100%;
    border-radius: 0px;
    padding: 10px 10px;
    height: 50px;
    font-size: 16px;
  }

  .search-popup .search-form .form-group{
    margin-bottom: 60px;
  }

  .search-popup .recent-searches li a{
    padding: 5px 12px;
    border-radius: 0px;
  }

  .search-popup h3{
    font-size: 16px;
  }

  .search-popup .search-form fieldset input[type="search"]{
    margin-bottom: 15px;
    border-radius: 0px;
    height: 50px;
    font-size: 16px;
  }

  .main-header .header-lower .category-box{
    margin-right: 0px;
  }

  .main-header .header-lower .category-box{
    width: 200px;
  }

  .main-header .header-lower .category-box a{
    font-size: 15px;
    padding-left: 60px;
  }

  .main-header .header-lower .category-box a:before{
    font-size: 16px;
    top: 22px;
  }

  .cs-countdown .count-col{
    margin-bottom: 10px;
  }

  .main-header.style-four .header-lower .category-box p:before{
    top: 18px;
  }

  .shop-page-section .item-shorting .right-column .nice-select{
    margin-bottom: 15px;
  }

  .pagination li{
    margin-bottom: 5px;
  }

  .product-details-content .product-info .othre-options .info li{
    margin-top: 10px;
  }

  .product-details-content .product-info .othre-options .btn-box{
    float: none;
    display: block;
    width: 100%;
  }

  .product-details-4 .bxslider .slider-content .slider-pager li{
    margin-bottom: 10px;
  }

  .product-details-6 .product-details-content .product-info .othre-options .info li{
    margin-top: 0px;
  }

  .myaccount-section .inner-box .lower-inner .social-links li{
    margin-bottom: 10px;
  }

  .myaccount-section .inner-box .lower-inner .social-links li:last-child{
    margin-bottom: 0px;
  }

  .myaccount-section .inner-box .default-form .form-group .recover-password{
    position: relative;
  }

  .blog-details-content .post-share-option .tags-box,
  .blog-details-content .post-share-option .social-box{
    float: none;
    display: block;
  }

  .blog-details-content .post-share-option .tags-box{
    margin-bottom: 15px;
  }

  .blog-details-content .comments-area .comment.replay-comment{
    margin-left: 0px;
  }

  .cta-section .cta-inner{
    padding: 70px 30px!important;
  }

  .trending-products .shop-inner .top-inner h2{
    float: none;
    margin-bottom: 10px;
  }

  .trending-products .shop-inner .top-inner a{
    float: none;
  }

  .collection-section .single-item .inner-box h2 br{
    display: none;
  }

  .collection-section .single-item .inner-box h2{
    font-size: 28px;
    line-height: 36px;
  }

  .rtl .search-popup .search-form fieldset input[type="submit"]{
    border-radius: 0px;
  }

  .rtl .discount-section .inner-column .inner-box{
    padding-right: 30px;
  }

  .checkout-section .order-info .order-list li .single-box h6,
  .checkout-section .order-info .order-list li .single-box span{
    float: none !important;
    display: block;
  }

  .checkout-section .order-info .order-list li .single-box{
    padding-top: 25px;
  }

  .checkout-section .order-info .order-list li .single-box h6{
    margin-bottom: 5px;
  }

  .rtl .blog-details-content .comments-area .comment.replay-comment{
    margin-right: 0px;
  }


}


@media only screen and (max-width: 399px){
  
  .main-header .header-top .social-links:before{
    display: none;
  }

  .cta-style-two .inner-box{
    padding: 15px;
  }

  .cta-style-two .inner-box .inner{
    padding-left: 30px;
  }

  .collection-style-two .single-item .inner-box .lower-content .inner{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }

  .collection-style-two .single-item .inner-box .lower-content{
    margin-bottom: 0px;
  }

  .shop-page-section .item-shorting .filter-box{
    float: none;
    display: block;
    margin-bottom: 5px;
    text-align: left;
  }

  .shop-page-section .item-shorting .left-column .text{
    float: none;
    display: block;
    padding: 0px;
    margin-bottom: 10px;
    text-align: left;
  }

  .shop-page-section .item-shorting .left-column{
    padding-bottom: 0px;
  }

  .product-details-content .product-info .othre-options .item-quantity{
    float: none;
  }

  .product-details-2 .bxslider .product-image{
    padding-left: 0px;
  }

  .product-details-2 .bxslider .slider-content .slider-pager{
    position: relative;
    margin-bottom: 10px;
  }

  .product-details-2 .bxslider .slider-content .slider-pager li{
    display: inline-block;
    margin-right: 7px;
  }

  .product-details-content .product-info .othre-options .single-item h5{
    text-align: left;
  }

  .checkout-section .payment-info .payment-inner{
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-header .header-top .social-links{
    padding-right: 0px;
    margin-right: 0px;
    display: block;
  }

  .main-header .header-top .info li{
    margin-right: 0px;
    margin-bottom: 2px;
  }

  .main-header .logo-box{
    display: none;
  }

  .menu-area .mobile-nav-toggler{
    margin-top: 0px;
  }

  .main-header.style-two .header-upper .search-info{
    display: none;
  }

  .main-header.style-two .header-top .social-links,
  .main-header.style-four .header-top .social-links{
    padding-left: 0px;
    margin-left: 0px;
  }

  .shop-page-section .item-shorting .left-column, 
  .shop-page-section .item-shorting .right-column{
    margin-top: 0px;
  }

  .rtl .main-header.style-two .header-top .social-links{
    margin-right: 0px;
    padding-right: 0px;
  }

  .rtl .main-header .header-top .social-links{
    padding-left: 0px;
    margin-left: 0px;
  }

  .rtl .main-header.style-four .header-top .social-links{
    padding-right: 0px;
    margin-right: 0px;
  }

  .rtl .product-details-content .product-info .othre-options .item-quantity{
    float: none;
  }

  .checkout-section .payment-info .payment-inner .btn-box .theme-btn-two{
    padding: 16px 20px;
  }


}

/** template service css **/

.service-section{
  position: relative;
}

.service-section .inner-container{
  position: relative;
  display: block;
  padding: 37px 0px 33px 0px;
  border-top: 1px solid #e1e5eb;
  border-bottom: 1px solid #e1e5eb;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding-left: 80px;
}

.service-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 50px;
  line-height: 50px;
  color: #222;
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #222;
  font-weight: 600;
  margin-bottom: 3px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
  color: #222;
}

.service-block-one .inner-box h3 a:hover{

}

.service-block-one .inner-box p{
  line-height: 24px;
}

.service-style-two{
  position: relative;
  background: #1a1a1a;
  padding: 70px 0px;
}

.service-style-two .service-block-one{
  position: relative;
  background: #212121;
  padding: 34px 30px 33px 30px;
}

.service-style-two .service-block-one .inner-box .icon-box{
  color: #a6a6a6;
}

.service-style-two .service-block-one .inner-box h3{
  color: #fff;
}

.service-style-two .service-block-one .inner-box h3 a{
  color: #fff;
}

.service-style-two .service-block-one .inner-box h3 a:hover{

}

.service-style-two .service-block-one .inner-box p{
  color: #a6a6a6;
}

.service-style-three{
  position: relative;
}

.service-style-three .service-block-one{
  position: relative;
  padding: 33px 30px 32px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.service-style-three .service-block-one:before{
  position: absolute;
  content: '';
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-style-three .service-block-one:hover{

}

.service-style-three .service-block-one:hover:before{

}

.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-two .inner-box .image-box:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 46, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.service-block-two:hover .inner-box .image-box:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.service-block-two .inner-box .image-box img{
  width: 100%;
}

.service-block-two .inner-box .content-box h2{
  position: relative;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.service-block-two .inner-box .content-box h2 a{
  display: inline-block;
  color: #222;
}

.service-block-two .inner-box .content-box h2 a:hover{

}

.service-block-two .inner-box .content-box p{
  position: relative;
  margin-bottom: 32px;
}

.service-block-two .inner-box .content-box .theme-btn-one{
  padding: 19px 34px;
}

.service-block-two .inner-box .content-box{
  padding-top: 94px;
}/*  Theme Responsive Css */


@media only screen and (max-width: 5000px){
  
  .boxed_wrapper{
    overflow: hidden;
  }

}

@media only screen and (max-width: 1499px){

  .main-header.style-four .header-lower .search-info{
    max-width: 800px;
  }

  .main-header.style-four .header-lower .category-box{
    width: 300px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group{
    min-width: 450px;
  }

}



@media only screen and (max-width: 1200px){

  .category-block-one .image-box{
    width: 100%!important;
    height: auto!important;
  }

  .shop-block-one .inner-box .image-box .info-list li{
    margin-bottom: 5px;
  }

  .service-block-one .inner-box{
    padding-left: 70px;
  }

  .topcategory-section-two .single-item .inner-box .content-box{
    max-width: 200px;
    background: #fff;
    padding: 30px 30px;
  }

  .instagram-style-two .image-box .info-list{
    padding: 15px 15px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 600px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group{
    min-width: 100%;
    padding-right: 0px;
  }

  .main-header.style-four .header-lower .search-info .select-box:before{
    display: none;
  }

  .main-header.style-four .header-lower .search-info .select-box{
    display: none;
  }

  .shop-style-four .single-block .top-inner h2{
    float: none;
  }

  .shop-style-four .single-block .top-inner a{
    float: none;
  }

  .shop-block-five .inner-box .content-box {
    padding: 15px 30px 20px 300px;
  }

  .product-details-content .product-info{
    margin-left: 0px;
  }

  .product-details-6 .product-details-content .product-info .othre-options .btn-box .theme-btn-two{
    width: 100%;
  }

  .myaccount-section .inner-box{
    padding: 60px 40px;
  }

  .blog-sidebar{
    margin-left: 0px;
  }

  .collection-section .single-item .inner-box:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .collection-section .single-item .inner-box h2,
  .collection-section .single-item .inner-box p{
    color: #fff;
  }

  .rtl .main-header.style-two .menu-right-content{
    margin-right: 0px;
  }

  .rtl .service-block-one .inner-box{
    padding-right: 70px;
  }

  .banner-style-three .inner-box .single-item{
    background-color: #e5e5e5;
    background-image: none !important;
  }

  .banner-style-three .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .banner-carousel-3 .content-inner .image-box{
    display: none;
  }

  .rtl .discount-section .inner-column .inner-box{
    padding-left: 30px;
  }

  .deals-style-two .single-item .inner-box .image-box{
    display: none;
  }

  .deals-style-two .single-item .inner-box{
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-details-6 .product-info .othre-options .item-quantity,
  .product-details-6 .product-info .othre-options .info li{
    margin-bottom: 10px;
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .discount-section .inner-column .inner-box:before{
    opacity: 0.9;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #222;
  }

  .main-header .header-top .top-left,
  .main-header .header-top .top-right{
    float: none;
    text-align: center;
  }

  .mobile-menu .navigation > li > a span{
    display: none !important;
  }

  .mobile-menu .navigation > li.dropdown > .megamenu li:first-child{
    display: none;
  }

  .banner-style-one .banner-carousel .owl-nav{
    display: none;
  }

  .category-block-one{
    margin-bottom: 30px;
  }

  .cta-section .cta-inner{
    padding: 75px 50px;
  }

  .service-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-section .inner-container{
    padding-bottom: 3px;
  }

  .main-footer .footer-top .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-top{
    padding-bottom: 70px;
  }

  .main-header .header-upper .search-info .select-box{
    display: none;
  }

  .main-header .header-upper .search-info .form-group:before{
    display: none;
  }

  .main-header .header-upper .search-info .form-group{
    padding: 0px 50px 0px 20px;
    min-width: 250px;
  }

  .main-header .header-upper .search-info{
    min-width: 250px;
  }

  .main-header.style-two .header-lower .outer-box .menu-area{
    float: right;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler{
    border: 2px solid #fff;
    margin-top: 15px;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
    background-color: #fff;
  }

  .news-block-one .inner-box{
    margin-bottom: 30px;
  }

  .news-section{
    padding-bottom: 90px;
  }

  .service-style-two .service-block-one{
    margin-bottom: 30px;
  }

  .service-style-two{
    padding-bottom: 40px;
  }

  .service-style-three .service-block-one{
    margin-bottom: 40px;
  }

  .topcategory-section-two .single-item .inner-box .content-box{
    position: relative;
    right: 0px;
    top: 0px;
    max-width: 100%;
  }

  .topcategory-section-two .inner-column .btn-box{
    float: none;
  }

  .shop-style-two .filters .filter-tabs li{
    margin: 0px 20px;
  }

  .banner-style-four .client-thumb-outer{
    display: none;
  }

  .banner-carousel-3 .content-inner .image-box{
    display: none;
  }

  .collection-style-two .single-item .inner-box{
    padding-bottom: 30px;
  }

  .shop-sidebar{
    margin-bottom: 30px;
  }

  .discount-section .inner-column .inner-box{
    padding: 100px 50px;
  }

  .main-header.style-four .header-lower .category-box{
    width: 250px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 430px;
  }

  .advice-block .advice-box{
    margin-bottom: 30px;
  }

  .shop-block-three .inner-box{
    margin-bottom: 30px;
  }

  .deals-style-two .single-column:first-child .single-item .inner-box{
    margin-bottom: 30px;
  }

  .rtl .main-header .header-top .top-left{
    float: none;
  }

  .rtl .main-header .header-top .top-right{
    float: none;
  }

  .about-section .image-box{
    margin-bottom: 30px!important;
  }

  .about-section .text-inner{
    margin-bottom: 30px;
  }

  .chooseus-section .image-column{
    display: none;
  }

  .chooseus-section .content-column{
    float: none;
    width: 100%;
  }

  .team-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-block-two .inner-box .content-box{
    margin: 0px!important;
    padding: 0px!important;
  }

  .shop-page-section .item-shorting .left-column{
    float: none;
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }

  .shop-page-section .item-shorting .right-column{
    float: none;
    display: block;
    text-align: center;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .single-column{
    margin-bottom: 30px;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .column:nth-child(2) .single-column:before{
    display: none;
  }

  .shop-page-3 .sidebar-content{
    margin-bottom: 30px;
  }

  .shop-page-section.shop-page-4 .shop-block-one .inner-box .image-box .info-list li:nth-child(2) a{
    width: 120px;
  }

  .shop-page-6 .sidebar-content{
    margin-bottom: 30px;
  }

  .product-details-content .product-info{
    margin-top: 30px;
  }

  .product-details .product-image .image{
    max-width: 570px;
    margin: 0 auto 30px auto;
  }

  .product-details-6 .product-image{
    margin: 30px 0px;
  }

  .checkout-section .additional-info{
    margin-bottom: 30px;
  }

  .myaccount-section .login-inner{
    margin-bottom: 50px;
  }

  .blog-page-3 .blog-content{
    margin-bottom: 30px;
  }

  .blog-page-4 .blog-content{
    margin-bottom: 30px;
  }

  .sidebar-page-container .blog-details-content{
    margin-bottom: 30px;
  }

  .address-section .single-adderss-block .inner-box{
    margin-bottom: 30px;
  }

  .address-section{
    padding-bottom: 90px;
  }

  .shop-page-4 .xs-sidebar-widget{
    text-align: left;
  }

  .blog-page-2 .blog-content{
    margin-bottom: 30px;
  }

  .filter-box.hidden-box{
    display: block;
    margin-right: 15px;
  }

  .shop-sidebar{
    display: none;
  }

  .product-details .shop-sidebar{
    display: block;
  }

  .banner-carousel .content-inner .image-box{
    display: none;
  }

  .rtl .main-header.style-two .header-top .top-right{
    float: none;
  }

  .rtl .main-header .header-lower .category-box{
    float: none;
    margin-left: 0px;
  }

  .banner-style-three .inner-box .single-item{
    padding-bottom: 60px;
    text-align: center !important;
  }

  .banner-style-three .inner-box .single-item .inner{
    float: none !important;
  }

  .rtl .banner-style-three .inner-box .single-item .inner{
    text-align: center;
  }

  .rtl .topcategory-section-two .single-item .inner-box .content-box{
    left: 0px;
  }

}

  

@media only screen and (max-width: 767px){

  .our-shop.list .shop-block-one .inner-box .lower-content {
    width: 100%;
    margin-top: 12px;
  }

  .shop-page-4 .our-shop.list .shop-block-one .inner-box .lower-content {
    width: 100%;
  }

  .shop-block-one {
    max-width: 100%;
  }

  .shop-block-five .inner-box .content-box {
    width: 100%;
  }

  .banner-style-one .owl-dots{
    display: none;
  }

  .banner-carousel .content-box{
    max-width: 100%;
    padding: 100px 0px;
    min-height: auto;
  }

  .banner-carousel .content-box h1{
    font-size: 50px !important;
    line-height: 55px !important;
  }

  .topcategory-section{
    padding: 65px 0px 50px 0px!important;
  }

  .category-block-one{
    max-width: 250px;
    margin: 0 auto 30px auto;
  }

  .sec-title h2{
    font-size: 34px;
    line-height: 40px;
  }

  .shop-section{
    padding-bottom: 70px;
  }

  .news-section{
    padding: 65px 0px 40px 0px;
  }

  .instagram-section{
    padding: 65px 0px 0px 0px;
  }

  .main-footer .footer-top{
    padding: 70px 0px 40px 0px;
  }

  .main-header.style-two .header-top .social-links:before{
    display: none;
  }

  .collection-section .single-item .inner-box{
    margin-bottom: 30px;
  }

  .newarrivals-section{
    padding-bottom: 70px;
  }

  .cta-style-two{
    padding: 70px 0px;
  }

  .sec-pad{
    padding: 65px 0px 70px 0px;
  }

  .sec-pad-2{
    padding: 70px 0px;
  }

  .banner-style-three .banner-carousel .slide-item{
    padding: 100px 30px;
  }

  .banner-style-three .banner-carousel .owl-nav{
    display: none;
  }

  .topcategory-section-two .inner-column .btn-box{
    margin-top: 0px;
  }

  .topcategory-section-two .single-item .inner-box{
    margin-bottom: 30px;
  }

  .deals-section .inner-box h2{
    font-size: 36px;
    line-height: 42px;
  }

  .shop-style-two .filters .filter-tabs li{
    margin: 0px 10px;
    font-size: 24px;
  }

  .shop-block-two{
    max-width: 350px;
    margin: 0 auto;
  }

  .banner-style-four .banner-carousel-3 .owl-nav{
    display: none;
  }

  .banner-carousel-3 .content-box h1{
    font-size: 50px;
    line-height: 55px;
  }

  .banner-carousel-3 .content-box{
    padding: 160px 0px 100px 0px;
    min-height: auto;
    max-width: 100%;
  }

  .banner-style-four .pattern-layer{
    display: none;
  }

  .collection-style-two{
    padding-top: 70px;
  }

  .collection-style-two .single-item{
    max-width: 370px;
    margin: 0 auto;
  }

  .sidebar-page-container{
    padding: 70px 0px;
  }

  .sidebar-page-container.home-4{
    padding-bottom: 40px;
  }

  .discount-section .inner-column{
    float: none;
    width: 100%;
  }

  .news-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button{
    width: 60px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 270px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button span{
    display: none;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group input[type='search']{
    padding-right: 80px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button i{
    margin-right: 0px;
  }

  .banner-style-three.alternet-2 .banner-carousel .slide-item{
    padding: 100px 30px;
  }

  .shop-style-three{
    padding-top: 70px;
  }

  .shop-style-three .tab-btn-box h2{
    float: none;
  }

  .shop-style-three .tab-btn-box .tab-btns{
    float: none;
    margin-top: 15px;
  }

  .shop-block-three{
    max-width: 350px;
    margin: 0 auto;
  }

  .shop-style-three{
    padding-bottom: 40px;
  }

  .trending-products{
    padding: 65px 0px 40px 0px;
  }

  .cta-section.alternet-2 .cta-inner{
    padding: 60px 30px;
  }

  .shop-style-four .inner-container{
    padding: 65px 0px 40px 0px;
  }

  .main-header.style-four .header-top .social-links:before{
    display: none;
  }

  .page-title{
    padding: 80px 0px;
  }

  .about-section{
    padding: 70px 0px 35px 0px;
  }

  .about-section .text-inner h2{
    font-size: 36px;
    line-height: 45px;
  }

  .chooseus-section .content-column .content-box .single-item{
    padding-right: 0px;
  }

  .chooseus-section .content-column .content-box .single-column:last-child .single-item{
    margin-bottom: 0px;
  }

  .chooseus-section .content-column .inner-column{
    padding: 65px 15px 50px 15px;
  }

  .team-section{
    padding-top: 65px;
  }

  .team-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .service-block-two .inner-box .image-box{
    margin-right: 0px!important;
    margin-bottom: 30px!important;
    margin-left: 0px!important;
  }

  .service-block-two .inner-box .content-box{
    margin-bottom: 30px;
  }

  .service-block-two{
    margin-bottom: 50px;
  }

  .service-page-section{
    padding: 70px 0px 0px 0px;
  }

  .cta-section .cta-inner .pattern-layer{
    display: none;
  }

  .cta-section .cta-inner h2{
    font-size: 36px;
    line-height: 42px;
  }

  .team-page-section{
    padding: 70px 0px 20px 0px;
  }

  .error-section .inner-box .theme-btn-two{
    margin-bottom: 15px !important;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .single-column:before{
    display: none;
  }

  .shop-page-section{
    padding: 70px 0px;
  }

  .shop-block-five{
    max-width: 400px;
    margin: 0 auto;
  }

  .shop-block-five .inner-box .image-box{
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%;
  }

  .shop-block-five .inner-box .content-box {
    padding: 25px 0px;
  }

  .product-details{
    padding: 70px 0px 35px 0px;
  }

  .product-details-content{
    margin-bottom: 50px;
  }

  .product-details .product-discription{
    margin-bottom: 50px;
  }

  .cart-section .othre-content .coupon-box input[type='text']{
    max-width: 100%;
    margin-bottom: 15px;
  }

  .cart-section .othre-content .coupon-box{
    float: none;
    width: 100%;
  }

  .cart-section .othre-content .update-btn{
    float: none;
    margin-top: 15px;
  }

  .cart-section{
    padding: 70px 0px;
  }

  .checkout-section{
    padding: 70px 0px;
  }

  .checkout-section .upper-box{
    margin-bottom: 40px;
  }

  .myaccount-section{
    padding: 70px 0px;
  }

  .page-title .content-box h1{
    font-size: 40px;
    line-height: 45px;
  }

  .blog-details-content .inner-box{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
  }

  .blog-details-content .inner-box h3{
    padding-top: 0px;
  }

  .sidebar-page-container .blog-details-content .inner-box{
    padding-top: 40px;
  }

  .blog-details-content .inner-box .image-box .image{
    margin-bottom: 30px;
  }

  .address-section{
    padding: 65px 0px 35px 0px;
  }

  .address-section .single-adderss-block .inner-box{
    padding-right: 0px;
  }

  .contact-section{
    padding: 65px 0px 70px 0px;
  }

  .cta-style-two .inner-box .inner h2{
    font-size: 36px;
    line-height: 42px;
  }

  .blog-details{
    padding: 70px 0px;
  }

  .banner-style-two .owl-dots{
    display: none;
  }

  .discount-section .inner-column .inner-box h2{
    font-size: 34px;
    line-height: 40px;
  }

  .banner-style-three.alternet-2 .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .main-footer.light .footer-bottom .cart-list{
    margin-top: 0px;
  }

  .banner-style-three .inner-box .single-item{
    padding-bottom: 60px;
  }

  .cta-section{
    padding-top: 120px;
  }

}

@media only screen and (max-width: 599px){

  .banner-carousel .content-inner .image-box{
    display: none;
  }

  .footer-bottom .cart-list{
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-bottom .cart-list li{
    float: none;
  }

  .footer-bottom .copyright{
    float: none;
    text-align: center;
  }

  .main-header.style-two .header-upper .search-info{
    display: block;
    width: 100%;
  }

  .main-header.style-two .logo-box{
    text-align: center;
    width: 100%;
  }

  .main-header.style-two .menu-right-content{
    width: 100%;
    text-align: center;
  }

  .sidebar-page-container .filters .filter-tabs li{
    font-size: 18px;
    margin: 0px 10px;
  }

  .sidebar-page-container .filters .filter-tabs li:after{
    display: none;
  }

  .main-header.style-four .header-lower .category-box{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 100%;
  }

  .rtl .footer-bottom .cart-list{
    float: none;
  }

  .rtl .footer-bottom .cart-list li{
    float: none;
  }

  .rtl .footer-bottom .copyright{
    float: none;
  }

  .shop-page-section .item-shorting .select-box{
    margin-top: 0px;
  }

  .shop-page-section .item-shorting .left-column .short-box p{
    line-height: 42px;
  }

  .shop-page-section .item-shorting .left-column .text:before,
  .shop-page-section .item-shorting .left-column .text:after{
    display: none;
  }

  .shop-page-section .item-shorting .right-column .short-box p{
    line-height: 42px;
  }

  .shop-page-section .item-shorting .right-column .menu-box{
    margin-top: 0px;
  }

  .shop-page-section .item-shorting .left-column .text{
    margin: 0px;
    margin-bottom: 15px;
  }

  .shop-page-section .item-shorting .left-column{
    padding-bottom: 10px;
  }

  .shop-section .filters .filter-tabs li{
    margin-bottom: 5px;
  }

  .banner-style-two .content-box{
    padding-left: 0px!important;
  }

  .newarrivals-section .owl-nav{
    display: none;
  }

  .main-header .header-lower .category-box .category-content li ul{
    left: 0px;
  }

  .deals-style-two .single-item .inner-box .image-box{
    display: none;
  }

  .deals-style-two .single-item .inner-box{
    padding-left: 30px;
  }

  .main-header .header-top{
    padding: 20px 0px;
  }

  .main-header.style-three{
    padding: 15px 0px;
  }

  .rtl .main-header.style-four .header-lower .search-info .search-form .form-group{
    padding-left: 0px;
  }

  .deals-style-two .single-item .inner-box{
    padding-right: 30px;
  }

  .deals-style-two .single-item .inner-box h2{
    font-size: 34px;
    line-height: 42px;
  }

  .main-header .header-top .info li{
    margin: 0px 10px !important;
  }

}


@media only screen and (max-width: 499px){

  .main-header .logo-box{
    width: 100%;
    text-align: center;
    padding: 20px 0px;
  }

  .search-popup .search-form fieldset input[type="submit"]{
    position: relative;
    width: 100%;
    border-radius: 0px;
    padding: 10px 10px;
    height: 50px;
    font-size: 16px;
  }

  .search-popup .search-form .form-group{
    margin-bottom: 60px;
  }

  .search-popup .recent-searches li a{
    padding: 5px 12px;
    border-radius: 0px;
  }

  .search-popup h3{
    font-size: 16px;
  }

  .search-popup .search-form fieldset input[type="search"]{
    margin-bottom: 15px;
    border-radius: 0px;
    height: 50px;
    font-size: 16px;
  }

  .main-header .header-lower .category-box{
    margin-right: 0px;
  }

  .main-header .header-lower .category-box{
    width: 200px;
  }

  .main-header .header-lower .category-box a{
    font-size: 15px;
    padding-left: 60px;
  }

  .main-header .header-lower .category-box a:before{
    font-size: 16px;
    top: 22px;
  }

  .cs-countdown .count-col{
    margin-bottom: 10px;
  }

  .main-header.style-four .header-lower .category-box p:before{
    top: 18px;
  }

  .shop-page-section .item-shorting .right-column .nice-select{
    margin-bottom: 15px;
  }

  .pagination li{
    margin-bottom: 5px;
  }

  .product-details-content .product-info .othre-options .info li{
    margin-top: 10px;
  }

  .product-details-content .product-info .othre-options .btn-box{
    float: none;
    display: block;
    width: 100%;
  }

  .product-details-4 .bxslider .slider-content .slider-pager li{
    margin-bottom: 10px;
  }

  .product-details-6 .product-details-content .product-info .othre-options .info li{
    margin-top: 0px;
  }

  .myaccount-section .inner-box .lower-inner .social-links li{
    margin-bottom: 10px;
  }

  .myaccount-section .inner-box .lower-inner .social-links li:last-child{
    margin-bottom: 0px;
  }

  .myaccount-section .inner-box .default-form .form-group .recover-password{
    position: relative;
  }

  .blog-details-content .post-share-option .tags-box,
  .blog-details-content .post-share-option .social-box{
    float: none;
    display: block;
  }

  .blog-details-content .post-share-option .tags-box{
    margin-bottom: 15px;
  }

  .blog-details-content .comments-area .comment.replay-comment{
    margin-left: 0px;
  }

  .cta-section .cta-inner{
    padding: 70px 30px!important;
  }

  .trending-products .shop-inner .top-inner h2{
    float: none;
    margin-bottom: 10px;
  }

  .trending-products .shop-inner .top-inner a{
    float: none;
  }

  .collection-section .single-item .inner-box h2 br{
    display: none;
  }

  .collection-section .single-item .inner-box h2{
    font-size: 28px;
    line-height: 36px;
  }

  .rtl .search-popup .search-form fieldset input[type="submit"]{
    border-radius: 0px;
  }

  .rtl .discount-section .inner-column .inner-box{
    padding-right: 30px;
  }

  .checkout-section .order-info .order-list li .single-box h6,
  .checkout-section .order-info .order-list li .single-box span{
    float: none !important;
    display: block;
  }

  .checkout-section .order-info .order-list li .single-box{
    padding-top: 25px;
  }

  .checkout-section .order-info .order-list li .single-box h6{
    margin-bottom: 5px;
  }

  .rtl .blog-details-content .comments-area .comment.replay-comment{
    margin-right: 0px;
  }


}


@media only screen and (max-width: 399px){
  
  .main-header .header-top .social-links:before{
    display: none;
  }

  .cta-style-two .inner-box{
    padding: 15px;
  }

  .cta-style-two .inner-box .inner{
    padding-left: 30px;
  }

  .collection-style-two .single-item .inner-box .lower-content .inner{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }

  .collection-style-two .single-item .inner-box .lower-content{
    margin-bottom: 0px;
  }

  .shop-page-section .item-shorting .filter-box{
    float: none;
    display: block;
    margin-bottom: 5px;
    text-align: left;
  }

  .shop-page-section .item-shorting .left-column .text{
    float: none;
    display: block;
    padding: 0px;
    margin-bottom: 10px;
    text-align: left;
  }

  .shop-page-section .item-shorting .left-column{
    padding-bottom: 0px;
  }

  .product-details-content .product-info .othre-options .item-quantity{
    float: none;
  }

  .product-details-2 .bxslider .product-image{
    padding-left: 0px;
  }

  .product-details-2 .bxslider .slider-content .slider-pager{
    position: relative;
    margin-bottom: 10px;
  }

  .product-details-2 .bxslider .slider-content .slider-pager li{
    display: inline-block;
    margin-right: 7px;
  }

  .product-details-content .product-info .othre-options .single-item h5{
    text-align: left;
  }

  .checkout-section .payment-info .payment-inner{
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-header .header-top .social-links{
    padding-right: 0px;
    margin-right: 0px;
    display: block;
  }

  .main-header .header-top .info li{
    margin-right: 0px;
    margin-bottom: 2px;
  }

  .main-header .logo-box{
    display: none;
  }

  .menu-area .mobile-nav-toggler{
    margin-top: 0px;
  }

  .main-header.style-two .header-upper .search-info{
    display: none;
  }

  .main-header.style-two .header-top .social-links,
  .main-header.style-four .header-top .social-links{
    padding-left: 0px;
    margin-left: 0px;
  }

  .shop-page-section .item-shorting .left-column, 
  .shop-page-section .item-shorting .right-column{
    margin-top: 0px;
  }

  .rtl .main-header.style-two .header-top .social-links{
    margin-right: 0px;
    padding-right: 0px;
  }

  .rtl .main-header .header-top .social-links{
    padding-left: 0px;
    margin-left: 0px;
  }

  .rtl .main-header.style-four .header-top .social-links{
    padding-right: 0px;
    margin-right: 0px;
  }

  .rtl .product-details-content .product-info .othre-options .item-quantity{
    float: none;
  }

  .checkout-section .payment-info .payment-inner .btn-box .theme-btn-two{
    padding: 16px 20px;
  }


}

/** template slider css **/

.banner-style-one{
    position: relative;
    background: #edf0f5;
  }
  
  .banner-style-one .pattern-layer{
    position: absolute;
    right: 235px;
    bottom: 0px;
    width: 767px;
    height: 446px;
    background-repeat: no-repeat;
  }
  
  .banner-carousel{
    position: relative;
  }
  
  .banner-carousel .slide-item{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: cover;
  }
  
  .banner-carousel .content-inner{
    position: relative;
  }
  
  .banner-carousel .content-inner .image-box{
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
  }
  
  .banner-carousel .active .content-inner .image-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
  }
  
  .banner-carousel .active .content-inner .imgae-3{
    right: -150px;
  }
  
  .banner-carousel .content-box{
    position: relative;
    display: block;
    z-index:5;
    max-width: 450px;
    width: 100%;
    min-height: 711px;
    padding: 170px 0px 180px 0px;
  }
  
  .banner-carousel .content-box h1{
    position: relative;
    display: block;
    color: #222;
    font-size: 70px;
    line-height: 75px;
    font-weight: 600;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  
  .banner-carousel .active .content-box h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
  }
  
  .banner-carousel .content-box h1 span{
    display: inline-block;
  }
  
  .banner-carousel .content-box h3{
    position: relative;
    display: block;
    color: #222;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 26px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box h3{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-carousel .content-box p{
    position: relative;
    display: block;
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 33px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
  }
  
  .banner-carousel .active .content-box p{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
  }
  
  .banner-carousel .content-box .btn-box{
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
  }
  
  .banner-carousel .active .content-box .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }
  
  .banner-carousel .active .content-box .btn-box .theme-btn-one{
    padding: 19px 39px;
  }
  
  .banner-style-one .banner-carousel .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    right: 0px;
    transform: translateY(-50%);
  }
  
  .banner-carousel .owl-nav .owl-prev{
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 90px;
    right: 250px;
    color: #222;
    font-size: 22px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
    opacity: 0.2;
  }
  
  .banner-carousel .owl-nav .owl-next{
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 90px;
    right: 150px;
    color: #222;
    font-size: 22px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
    opacity: 0.2;
  }
  
  .banner-carousel .owl-nav .owl-prev:hover,
  .banner-carousel .owl-nav .owl-next:hover{
    color: #fff;
  }
  
  .banner-carousel:hover .owl-nav .owl-prev,
  .banner-carousel:hover .owl-nav .owl-next{
    opacity: 1;
  }
  
  .banner-style-one .owl-dots{
    position: absolute;
    left: 50px;
    bottom: 50px;
    display: inline-block;
    counter-reset:count;
  }
  
  
  .banner-style-one .owl-dots .owl-dot{
    position:relative;
    display:inline-block;
    margin: 0px 15px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
  }
  
  .banner-style-one .owl-dots .owl-dot:before{
    position: relative;
    display: inline-block;
    color: #848484;
    font-size: 20px;
    font-weight: 400;
    counter-increment: count;
    content: "0" counter(count);
    font-family: 'Muli', sans-serif;
  }
  
  .banner-style-one .owl-dots .owl-dot.active:before{
    color: #222;
    font-size: 40px;
  }
  
  .banner-style-one .owl-dots .owl-dot:after{
    position: absolute;
    content: '/';
    color: #848484;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    top: 2px;
    right: -20px;
  }
  
  .banner-style-one .owl-dots .owl-dot.active:after{
    top: 10px;
  }
  
  .banner-style-one .owl-dots .owl-dot:last-child:after{
    display: none;
  }
  
  .banner-style-one .owl-dots .owl-dot span {
    display: none;
  }
  
  /** banner-style-two **/
  
  .banner-style-two{
    position: relative;
    padding: 30px 0px;
  }
  
  .banner-style-two .content-box{
    position: relative;
    width: 100%;
    padding: 85px 0px;
    padding-left: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .banner-style-two .content-box .inner-box{
    position: relative;
    display: block;
    background: #fff;
    max-width: 400px;
    width: 100%;
    padding: 41px 30px 50px 40px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-style-two .active .content-box .inner-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-style-two .content-box .theme-btn-two{
    padding: 16px 31px;
  }
  
  .banner-style-two .content-box h1{
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    color: #222;
    margin-bottom: 7px;
  }
  
  .banner-style-two .content-box h1 span{
  
  }
  
  .banner-style-two .content-box p{
    color: #222;
    margin-bottom: 19px;
  }
  
  .banner-style-two .owl-dots{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  
  .banner-style-two .owl-theme .owl-dots .owl-dot{
    display: block;
    line-height: 10px;
  }
  
  .banner-style-two .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 7.5px 0px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .banner-style-two .owl-theme .owl-dots .owl-dot.active span,
  .banner-style-two .owl-theme .owl-dots .owl-dot span:hover{
    background: #222;
  }
  
  /** banner-style-three **/
  
  .banner-style-three{
    position: relative;
    padding: 50px 0px;
  }
  
  .banner-style-three .banner-carousel .slide-item{
    position: relative;
    width: 100%;
    padding: 148px 50px 270px 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
  }
  
  .banner-style-three .banner-carousel .content-box{
    max-width: 370px;
    padding: 0px;
    min-height: auto;
  }
  
  .banner-style-three .banner-carousel .content-box h1{
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 9px;
  }
  
  .banner-style-three .banner-carousel .content-box p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  
  .banner-style-three .banner-carousel .content-box .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    color: #222;
    font-weight: 700;
    border-bottom: 2px solid #222;
  }
  
  .banner-style-three .banner-carousel .content-box .btn-box a i{
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 19px;
    font-size: 20px;
    transform: rotate(-30deg);
    transition: all 500ms ease;
  }
  
  .banner-style-three .banner-carousel .content-box .btn-box a:hover i{
    transform: rotate(0deg);
  }
  
  .banner-style-three .banner-carousel .owl-nav{
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  
  .banner-style-three .banner-carousel .owl-nav .owl-prev,
  .banner-style-three .banner-carousel .owl-nav .owl-next{
    position: relative;
    left: 80px;
    bottom: 80px;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #222;
    opacity: 1;
  }
  
  .banner-style-three .banner-carousel .owl-nav .owl-prev:hover,
  .banner-style-three .banner-carousel .owl-nav .owl-next:hover{
    background: #222;
    color: #fff;
  }
  
  .banner-style-three .inner-box .single-item{
    position: relative;
    width: 100%;
    padding: 50px 50px 171px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .banner-style-three .inner-box .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .banner-style-three .inner-box .single-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  
  .banner-style-three .inner-box .single-item:hover::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
  }
  
  .banner-style-three .inner-box .single-item h2{
    position: relative;
    font-size: 35px;
    line-height: 40px;
    color: #222;
    font-weight: 600;
    margin-bottom: 13px;
  }
  
  .banner-style-three .inner-box .single-item a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    color: #222;
    font-weight: 700;
  }
  
  .banner-style-three .inner-box .single-item a i{
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 19px;
    font-size: 20px;
    transform: rotate(-30deg);
    transition: all 500ms ease;
  }
  
  .banner-style-three .inner-box .single-item a:hover i{
    transform: rotate(0deg);
  }
  
  .banner-style-three .inner-box .single-item:first-child .pattern-layer{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 342px;
    height: 211px;
    background-repeat: no-repeat;
  }
  
  /** banner-style-four **/
  
  .banner-style-four{
    position: relative;
    background: #fff7f5;
  }
  
  .banner-carousel-3 .content-inner .image-box{
    position: absolute;
    right: 80px;
    bottom: 0px;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel-3 .active .content-inner .image-box{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-carousel-3 .content-inner .image-box:before{
    position: absolute;
    content: '';
    left: 50px;
    bottom: 0px;
    width: 675px;
    height: 470px;
  }
  
  .banner-carousel-3 .content-inner .image-box:after{
    position: absolute;
    content: '';
    background: #f7efed;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    top: 180px;
    right: -230px;
    z-index: -1;
  }
  
  .banner-carousel-3 .content-box{
    position: relative;
    display: block;
    z-index:5;
    max-width: 450px;
    width: 100%;
    padding: 290px 0px 205px 0px;
    min-height: 856px;
  }
  
  .banner-carousel-3 .content-box h1{
    position: relative;
    display: block;
    color: #222;
    font-size: 70px;
    line-height: 75px;
    font-weight: 600;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  
  .banner-carousel-3 .active .content-box h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
  }
  
  .banner-carousel-3 .content-box h1 span{
    display: inline-block;
  }
  
  .banner-carousel-3 .content-box h3{
    position: relative;
    display: block;
    color: #222;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 26px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel-3 .active .content-box h3{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-carousel-3 .content-box p{
    position: relative;
    display: block;
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 33px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
  }
  
  .banner-carousel-3 .active .content-box p{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
  }
  
  .banner-carousel-3 .content-box .btn-box{
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
  }
  
  .banner-carousel-3 .active .content-box .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }
  
  .banner-carousel-3 .active .content-box .btn-box .theme-btn-one{
    padding: 19px 39px;
  }
  
  .banner-style-four .client-thumb-outer{
    position: absolute;
    min-width: 780px;
    margin: 0 auto;
    overflow: hidden;
    right: 40px;
    bottom: 0px;
  }
  
  .banner-style-four .client-thumb-outer .client-thumbs-carousel{
    position: relative;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  
  .banner-style-four .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
    overflow:visible;
  }
  
  .banner-style-four .client-thumb-outer .client-thumbs-carousel .thumb-item{
    position:relative;
    width: 240px;
    height: 120px;
  }
  
  .banner-style-four .client-thumb-outer .thumb-item .thumb-box{
    position: relative;
    background: #fff;
    width: 240px;
    height: 120px;
    padding: 40px 0px 0px 120px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .banner-style-four .client-thumb-outer .thumb-item .thumb-box:before{
    position: absolute;
    content: '';
    background: #f5edeb;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 20px;
    top: 20px;
  }
  
  .banner-style-four .client-thumb-outer .client-thumbs-carousel .thumb-item img{
    position: absolute;
    left: 15px;
    bottom: 0px;
  }
  
  .banner-style-four .client-thumb-outer .thumb-item .thumb-box h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #222;
    margin: 0px;
  }
  
  .banner-carousel-3 .content-inner{
    position: relative;
  }
  
  .banner-style-four .banner-carousel-3 .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    right: 90px;
    transform: translateY(-50%);
  }
  
  .banner-style-four .banner-carousel-3 .owl-nav .owl-prev{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 0px;
    top: -70px;
    color: #222;
    font-size: 22px;
    text-align: center;
    background: #fff;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .banner-style-four .banner-carousel-3 .owl-nav .owl-next{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 0px;
    color: #222;
    font-size: 22px;
    text-align: center;
    background: #fff;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .banner-style-four .banner-carousel-3 .owl-prev:hover,
  .banner-style-four .banner-carousel-3 .owl-next:hover{
    color: #fff;
    background: #f35b51;
  }
   
  .banner-style-four .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 541px;
    height: 607px;
    background-repeat: no-repeat;
  }
  
  .banner-style-three.alternet-2 .banner-carousel .content-box h1{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  
  .banner-style-three.alternet-2 .banner-carousel .slide-item .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 232px;
    height: 257px;
    background-repeat: no-repeat;
  }
  
  .banner-style-three.alternet-2 .banner-carousel .content-box p{
    color: #fff;
    margin-bottom: 22px;
  }
  
  .banner-style-three.alternet-2 .banner-carousel .content-box .btn-box a{
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  
  .banner-style-three.alternet-2 .banner-carousel .slide-item{
    padding: 76px 50px 230px 60px;
    border-radius: 0px;
  }
  
  .banner-style-three.alternet-2 .banner-carousel .owl-nav .owl-prev, 
  .banner-style-three.alternet-2 .banner-carousel .owl-nav .owl-next{
    left: 60px;
    bottom: 70px;
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item{
    padding: 24px 50px 163px 30px;
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item:first-child{
    
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item:last-child{
  
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item .image-box{
    position: absolute;
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item:first-child .image-box{
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item:last-child .image-box{
    right: 40px;
    bottom: 10px;
    z-index: 1;
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item .inner h3{
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item .inner p{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item a{
    font-weight: 600;
    color: #fff;
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item:first-child .pattern-layer{
    width: 287px;
    height: 83px;
    top: inherit;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
  }
  
  .banner-style-three.alternet-2 .inner-box .single-item:last-child .pattern-layer{
    position: absolute;
    right: 55px;
    bottom: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
  }/*  Theme Responsive Css */


@media only screen and (max-width: 5000px){
  
  .boxed_wrapper{
    overflow: hidden;
  }

}

@media only screen and (max-width: 1499px){

  .main-header.style-four .header-lower .search-info{
    max-width: 800px;
  }

  .main-header.style-four .header-lower .category-box{
    width: 300px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group{
    min-width: 450px;
  }

}



@media only screen and (max-width: 1200px){

  .category-block-one .image-box{
    width: 100%!important;
    height: auto!important;
  }

  .shop-block-one .inner-box .image-box .info-list li{
    margin-bottom: 5px;
  }

  .service-block-one .inner-box{
    padding-left: 70px;
  }

  .topcategory-section-two .single-item .inner-box .content-box{
    max-width: 200px;
    background: #fff;
    padding: 30px 30px;
  }

  .instagram-style-two .image-box .info-list{
    padding: 15px 15px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 600px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group{
    min-width: 100%;
    padding-right: 0px;
  }

  .main-header.style-four .header-lower .search-info .select-box:before{
    display: none;
  }

  .main-header.style-four .header-lower .search-info .select-box{
    display: none;
  }

  .shop-style-four .single-block .top-inner h2{
    float: none;
  }

  .shop-style-four .single-block .top-inner a{
    float: none;
  }

  .shop-block-five .inner-box .content-box {
    padding: 15px 30px 20px 300px;
  }

  .product-details-content .product-info{
    margin-left: 0px;
  }

  .product-details-6 .product-details-content .product-info .othre-options .btn-box .theme-btn-two{
    width: 100%;
  }

  .myaccount-section .inner-box{
    padding: 60px 40px;
  }

  .blog-sidebar{
    margin-left: 0px;
  }

  .collection-section .single-item .inner-box:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .collection-section .single-item .inner-box h2,
  .collection-section .single-item .inner-box p{
    color: #fff;
  }

  .rtl .main-header.style-two .menu-right-content{
    margin-right: 0px;
  }

  .rtl .service-block-one .inner-box{
    padding-right: 70px;
  }

  .banner-style-three .inner-box .single-item{
    background-color: #e5e5e5;
    background-image: none !important;
  }

  .banner-style-three .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .banner-carousel-3 .content-inner .image-box{
    display: none;
  }

  .rtl .discount-section .inner-column .inner-box{
    padding-left: 30px;
  }

  .deals-style-two .single-item .inner-box .image-box{
    display: none;
  }

  .deals-style-two .single-item .inner-box{
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-details-6 .product-info .othre-options .item-quantity,
  .product-details-6 .product-info .othre-options .info li{
    margin-bottom: 10px;
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .discount-section .inner-column .inner-box:before{
    opacity: 0.9;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #222;
  }

  .main-header .header-top .top-left,
  .main-header .header-top .top-right{
    float: none;
    text-align: center;
  }

  .mobile-menu .navigation > li > a span{
    display: none !important;
  }

  .mobile-menu .navigation > li.dropdown > .megamenu li:first-child{
    display: none;
  }

  .banner-style-one .banner-carousel .owl-nav{
    display: none;
  }

  .category-block-one{
    margin-bottom: 30px;
  }

  .cta-section .cta-inner{
    padding: 75px 50px;
  }

  .service-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-section .inner-container{
    padding-bottom: 3px;
  }

  .main-footer .footer-top .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-top{
    padding-bottom: 70px;
  }

  .main-header .header-upper .search-info .select-box{
    display: none;
  }

  .main-header .header-upper .search-info .form-group:before{
    display: none;
  }

  .main-header .header-upper .search-info .form-group{
    padding: 0px 50px 0px 20px;
    min-width: 250px;
  }

  .main-header .header-upper .search-info{
    min-width: 250px;
  }

  .main-header.style-two .header-lower .outer-box .menu-area{
    float: right;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler{
    border: 2px solid #fff;
    margin-top: 15px;
  }

  .main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
    background-color: #fff;
  }

  .news-block-one .inner-box{
    margin-bottom: 30px;
  }

  .news-section{
    padding-bottom: 90px;
  }

  .service-style-two .service-block-one{
    margin-bottom: 30px;
  }

  .service-style-two{
    padding-bottom: 40px;
  }

  .service-style-three .service-block-one{
    margin-bottom: 40px;
  }

  .topcategory-section-two .single-item .inner-box .content-box{
    position: relative;
    right: 0px;
    top: 0px;
    max-width: 100%;
  }

  .topcategory-section-two .inner-column .btn-box{
    float: none;
  }

  .shop-style-two .filters .filter-tabs li{
    margin: 0px 20px;
  }

  .banner-style-four .client-thumb-outer{
    display: none;
  }

  .banner-carousel-3 .content-inner .image-box{
    display: none;
  }

  .collection-style-two .single-item .inner-box{
    padding-bottom: 30px;
  }

  .shop-sidebar{
    margin-bottom: 30px;
  }

  .discount-section .inner-column .inner-box{
    padding: 100px 50px;
  }

  .main-header.style-four .header-lower .category-box{
    width: 250px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 430px;
  }

  .advice-block .advice-box{
    margin-bottom: 30px;
  }

  .shop-block-three .inner-box{
    margin-bottom: 30px;
  }

  .deals-style-two .single-column:first-child .single-item .inner-box{
    margin-bottom: 30px;
  }

  .rtl .main-header .header-top .top-left{
    float: none;
  }

  .rtl .main-header .header-top .top-right{
    float: none;
  }

  .about-section .image-box{
    margin-bottom: 30px!important;
  }

  .about-section .text-inner{
    margin-bottom: 30px;
  }

  .chooseus-section .image-column{
    display: none;
  }

  .chooseus-section .content-column{
    float: none;
    width: 100%;
  }

  .team-block-one .inner-box{
    margin-bottom: 30px;
  }

  .service-block-two .inner-box .content-box{
    margin: 0px!important;
    padding: 0px!important;
  }

  .shop-page-section .item-shorting .left-column{
    float: none;
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }

  .shop-page-section .item-shorting .right-column{
    float: none;
    display: block;
    text-align: center;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .single-column{
    margin-bottom: 30px;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .column:nth-child(2) .single-column:before{
    display: none;
  }

  .shop-page-3 .sidebar-content{
    margin-bottom: 30px;
  }

  .shop-page-section.shop-page-4 .shop-block-one .inner-box .image-box .info-list li:nth-child(2) a{
    width: 120px;
  }

  .shop-page-6 .sidebar-content{
    margin-bottom: 30px;
  }

  .product-details-content .product-info{
    margin-top: 30px;
  }

  .product-details .product-image .image{
    max-width: 570px;
    margin: 0 auto 30px auto;
  }

  .product-details-6 .product-image{
    margin: 30px 0px;
  }

  .checkout-section .additional-info{
    margin-bottom: 30px;
  }

  .myaccount-section .login-inner{
    margin-bottom: 50px;
  }

  .blog-page-3 .blog-content{
    margin-bottom: 30px;
  }

  .blog-page-4 .blog-content{
    margin-bottom: 30px;
  }

  .sidebar-page-container .blog-details-content{
    margin-bottom: 30px;
  }

  .address-section .single-adderss-block .inner-box{
    margin-bottom: 30px;
  }

  .address-section{
    padding-bottom: 90px;
  }

  .shop-page-4 .xs-sidebar-widget{
    text-align: left;
  }

  .blog-page-2 .blog-content{
    margin-bottom: 30px;
  }

  .filter-box.hidden-box{
    display: block;
    margin-right: 15px;
  }

  .shop-sidebar{
    display: none;
  }

  .product-details .shop-sidebar{
    display: block;
  }

  .banner-carousel .content-inner .image-box{
    display: none;
  }

  .rtl .main-header.style-two .header-top .top-right{
    float: none;
  }

  .rtl .main-header .header-lower .category-box{
    float: none;
    margin-left: 0px;
  }

  .banner-style-three .inner-box .single-item{
    padding-bottom: 60px;
    text-align: center !important;
  }

  .banner-style-three .inner-box .single-item .inner{
    float: none !important;
  }

  .rtl .banner-style-three .inner-box .single-item .inner{
    text-align: center;
  }

  .rtl .topcategory-section-two .single-item .inner-box .content-box{
    left: 0px;
  }

}

  

@media only screen and (max-width: 767px){

  .our-shop.list .shop-block-one .inner-box .lower-content {
    width: 100%;
    margin-top: 12px;
  }

  .shop-page-4 .our-shop.list .shop-block-one .inner-box .lower-content {
    width: 100%;
  }

  .shop-block-one {
    max-width: 100%;
  }

  .shop-block-five .inner-box .content-box {
    width: 100%;
  }

  .banner-style-one .owl-dots{
    display: none;
  }

  .banner-carousel .content-box{
    max-width: 100%;
    padding: 100px 0px;
    min-height: auto;
  }

  .banner-carousel .content-box h1{
    font-size: 50px !important;
    line-height: 55px !important;
  }

  .topcategory-section{
    padding: 65px 0px 50px 0px!important;
  }

  .category-block-one{
    max-width: 250px;
    margin: 0 auto 30px auto;
  }

  .sec-title h2{
    font-size: 34px;
    line-height: 40px;
  }

  .shop-section{
    padding-bottom: 70px;
  }

  .news-section{
    padding: 65px 0px 40px 0px;
  }

  .instagram-section{
    padding: 65px 0px 0px 0px;
  }

  .main-footer .footer-top{
    padding: 70px 0px 40px 0px;
  }

  .main-header.style-two .header-top .social-links:before{
    display: none;
  }

  .collection-section .single-item .inner-box{
    margin-bottom: 30px;
  }

  .newarrivals-section{
    padding-bottom: 70px;
  }

  .cta-style-two{
    padding: 70px 0px;
  }

  .sec-pad{
    padding: 65px 0px 70px 0px;
  }

  .sec-pad-2{
    padding: 70px 0px;
  }

  .banner-style-three .banner-carousel .slide-item{
    padding: 100px 30px;
  }

  .banner-style-three .banner-carousel .owl-nav{
    display: none;
  }

  .topcategory-section-two .inner-column .btn-box{
    margin-top: 0px;
  }

  .topcategory-section-two .single-item .inner-box{
    margin-bottom: 30px;
  }

  .deals-section .inner-box h2{
    font-size: 36px;
    line-height: 42px;
  }

  .shop-style-two .filters .filter-tabs li{
    margin: 0px 10px;
    font-size: 24px;
  }

  .shop-block-two{
    max-width: 350px;
    margin: 0 auto;
  }

  .banner-style-four .banner-carousel-3 .owl-nav{
    display: none;
  }

  .banner-carousel-3 .content-box h1{
    font-size: 50px;
    line-height: 55px;
  }

  .banner-carousel-3 .content-box{
    padding: 160px 0px 100px 0px;
    min-height: auto;
    max-width: 100%;
  }

  .banner-style-four .pattern-layer{
    display: none;
  }

  .collection-style-two{
    padding-top: 70px;
  }

  .collection-style-two .single-item{
    max-width: 370px;
    margin: 0 auto;
  }

  .sidebar-page-container{
    padding: 70px 0px;
  }

  .sidebar-page-container.home-4{
    padding-bottom: 40px;
  }

  .discount-section .inner-column{
    float: none;
    width: 100%;
  }

  .news-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button{
    width: 60px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 270px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button span{
    display: none;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group input[type='search']{
    padding-right: 80px;
  }

  .main-header.style-four .header-lower .search-info .search-form .form-group button i{
    margin-right: 0px;
  }

  .banner-style-three.alternet-2 .banner-carousel .slide-item{
    padding: 100px 30px;
  }

  .shop-style-three{
    padding-top: 70px;
  }

  .shop-style-three .tab-btn-box h2{
    float: none;
  }

  .shop-style-three .tab-btn-box .tab-btns{
    float: none;
    margin-top: 15px;
  }

  .shop-block-three{
    max-width: 350px;
    margin: 0 auto;
  }

  .shop-style-three{
    padding-bottom: 40px;
  }

  .trending-products{
    padding: 65px 0px 40px 0px;
  }

  .cta-section.alternet-2 .cta-inner{
    padding: 60px 30px;
  }

  .shop-style-four .inner-container{
    padding: 65px 0px 40px 0px;
  }

  .main-header.style-four .header-top .social-links:before{
    display: none;
  }

  .page-title{
    padding: 80px 0px;
  }

  .about-section{
    padding: 70px 0px 35px 0px;
  }

  .about-section .text-inner h2{
    font-size: 36px;
    line-height: 45px;
  }

  .chooseus-section .content-column .content-box .single-item{
    padding-right: 0px;
  }

  .chooseus-section .content-column .content-box .single-column:last-child .single-item{
    margin-bottom: 0px;
  }

  .chooseus-section .content-column .inner-column{
    padding: 65px 15px 50px 15px;
  }

  .team-section{
    padding-top: 65px;
  }

  .team-block-one{
    max-width: 370px;
    margin: 0 auto;
  }

  .service-block-two .inner-box .image-box{
    margin-right: 0px!important;
    margin-bottom: 30px!important;
    margin-left: 0px!important;
  }

  .service-block-two .inner-box .content-box{
    margin-bottom: 30px;
  }

  .service-block-two{
    margin-bottom: 50px;
  }

  .service-page-section{
    padding: 70px 0px 0px 0px;
  }

  .cta-section .cta-inner .pattern-layer{
    display: none;
  }

  .cta-section .cta-inner h2{
    font-size: 36px;
    line-height: 42px;
  }

  .team-page-section{
    padding: 70px 0px 20px 0px;
  }

  .error-section .inner-box .theme-btn-two{
    margin-bottom: 15px !important;
  }

  .shop-page-section .item-shorting .filter-box .filter-content .single-column:before{
    display: none;
  }

  .shop-page-section{
    padding: 70px 0px;
  }

  .shop-block-five{
    max-width: 400px;
    margin: 0 auto;
  }

  .shop-block-five .inner-box .image-box{
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: 100%;
  }

  .shop-block-five .inner-box .content-box {
    padding: 25px 0px;
  }

  .product-details{
    padding: 70px 0px 35px 0px;
  }

  .product-details-content{
    margin-bottom: 50px;
  }

  .product-details .product-discription{
    margin-bottom: 50px;
  }

  .cart-section .othre-content .coupon-box input[type='text']{
    max-width: 100%;
    margin-bottom: 15px;
  }

  .cart-section .othre-content .coupon-box{
    float: none;
    width: 100%;
  }

  .cart-section .othre-content .update-btn{
    float: none;
    margin-top: 15px;
  }

  .cart-section{
    padding: 70px 0px;
  }

  .checkout-section{
    padding: 70px 0px;
  }

  .checkout-section .upper-box{
    margin-bottom: 40px;
  }

  .myaccount-section{
    padding: 70px 0px;
  }

  .page-title .content-box h1{
    font-size: 40px;
    line-height: 45px;
  }

  .blog-details-content .inner-box{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
  }

  .blog-details-content .inner-box h3{
    padding-top: 0px;
  }

  .sidebar-page-container .blog-details-content .inner-box{
    padding-top: 40px;
  }

  .blog-details-content .inner-box .image-box .image{
    margin-bottom: 30px;
  }

  .address-section{
    padding: 65px 0px 35px 0px;
  }

  .address-section .single-adderss-block .inner-box{
    padding-right: 0px;
  }

  .contact-section{
    padding: 65px 0px 70px 0px;
  }

  .cta-style-two .inner-box .inner h2{
    font-size: 36px;
    line-height: 42px;
  }

  .blog-details{
    padding: 70px 0px;
  }

  .banner-style-two .owl-dots{
    display: none;
  }

  .discount-section .inner-column .inner-box h2{
    font-size: 34px;
    line-height: 40px;
  }

  .banner-style-three.alternet-2 .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }

  .main-footer.light .footer-bottom .cart-list{
    margin-top: 0px;
  }

  .banner-style-three .inner-box .single-item{
    padding-bottom: 60px;
  }

  .cta-section{
    padding-top: 120px;
  }

}

@media only screen and (max-width: 599px){

  .banner-carousel .content-inner .image-box{
    display: none;
  }

  .footer-bottom .cart-list{
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-bottom .cart-list li{
    float: none;
  }

  .footer-bottom .copyright{
    float: none;
    text-align: center;
  }

  .main-header.style-two .header-upper .search-info{
    display: block;
    width: 100%;
  }

  .main-header.style-two .logo-box{
    text-align: center;
    width: 100%;
  }

  .main-header.style-two .menu-right-content{
    width: 100%;
    text-align: center;
  }

  .sidebar-page-container .filters .filter-tabs li{
    font-size: 18px;
    margin: 0px 10px;
  }

  .sidebar-page-container .filters .filter-tabs li:after{
    display: none;
  }

  .main-header.style-four .header-lower .category-box{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .main-header.style-four .header-lower .search-info{
    max-width: 100%;
  }

  .rtl .footer-bottom .cart-list{
    float: none;
  }

  .rtl .footer-bottom .cart-list li{
    float: none;
  }

  .rtl .footer-bottom .copyright{
    float: none;
  }

  .shop-page-section .item-shorting .select-box{
    margin-top: 0px;
  }

  .shop-page-section .item-shorting .left-column .short-box p{
    line-height: 42px;
  }

  .shop-page-section .item-shorting .left-column .text:before,
  .shop-page-section .item-shorting .left-column .text:after{
    display: none;
  }

  .shop-page-section .item-shorting .right-column .short-box p{
    line-height: 42px;
  }

  .shop-page-section .item-shorting .right-column .menu-box{
    margin-top: 0px;
  }

  .shop-page-section .item-shorting .left-column .text{
    margin: 0px;
    margin-bottom: 15px;
  }

  .shop-page-section .item-shorting .left-column{
    padding-bottom: 10px;
  }

  .shop-section .filters .filter-tabs li{
    margin-bottom: 5px;
  }

  .banner-style-two .content-box{
    padding-left: 0px!important;
  }

  .newarrivals-section .owl-nav{
    display: none;
  }

  .main-header .header-lower .category-box .category-content li ul{
    left: 0px;
  }

  .deals-style-two .single-item .inner-box .image-box{
    display: none;
  }

  .deals-style-two .single-item .inner-box{
    padding-left: 30px;
  }

  .main-header .header-top{
    padding: 20px 0px;
  }

  .main-header.style-three{
    padding: 15px 0px;
  }

  .rtl .main-header.style-four .header-lower .search-info .search-form .form-group{
    padding-left: 0px;
  }

  .deals-style-two .single-item .inner-box{
    padding-right: 30px;
  }

  .deals-style-two .single-item .inner-box h2{
    font-size: 34px;
    line-height: 42px;
  }

  .main-header .header-top .info li{
    margin: 0px 10px !important;
  }

}


@media only screen and (max-width: 499px){

  .main-header .logo-box{
    width: 100%;
    text-align: center;
    padding: 20px 0px;
  }

  .search-popup .search-form fieldset input[type="submit"]{
    position: relative;
    width: 100%;
    border-radius: 0px;
    padding: 10px 10px;
    height: 50px;
    font-size: 16px;
  }

  .search-popup .search-form .form-group{
    margin-bottom: 60px;
  }

  .search-popup .recent-searches li a{
    padding: 5px 12px;
    border-radius: 0px;
  }

  .search-popup h3{
    font-size: 16px;
  }

  .search-popup .search-form fieldset input[type="search"]{
    margin-bottom: 15px;
    border-radius: 0px;
    height: 50px;
    font-size: 16px;
  }

  .main-header .header-lower .category-box{
    margin-right: 0px;
  }

  .main-header .header-lower .category-box{
    width: 200px;
  }

  .main-header .header-lower .category-box a{
    font-size: 15px;
    padding-left: 60px;
  }

  .main-header .header-lower .category-box a:before{
    font-size: 16px;
    top: 22px;
  }

  .cs-countdown .count-col{
    margin-bottom: 10px;
  }

  .main-header.style-four .header-lower .category-box p:before{
    top: 18px;
  }

  .shop-page-section .item-shorting .right-column .nice-select{
    margin-bottom: 15px;
  }

  .pagination li{
    margin-bottom: 5px;
  }

  .product-details-content .product-info .othre-options .info li{
    margin-top: 10px;
  }

  .product-details-content .product-info .othre-options .btn-box{
    float: none;
    display: block;
    width: 100%;
  }

  .product-details-4 .bxslider .slider-content .slider-pager li{
    margin-bottom: 10px;
  }

  .product-details-6 .product-details-content .product-info .othre-options .info li{
    margin-top: 0px;
  }

  .myaccount-section .inner-box .lower-inner .social-links li{
    margin-bottom: 10px;
  }

  .myaccount-section .inner-box .lower-inner .social-links li:last-child{
    margin-bottom: 0px;
  }

  .myaccount-section .inner-box .default-form .form-group .recover-password{
    position: relative;
  }

  .blog-details-content .post-share-option .tags-box,
  .blog-details-content .post-share-option .social-box{
    float: none;
    display: block;
  }

  .blog-details-content .post-share-option .tags-box{
    margin-bottom: 15px;
  }

  .blog-details-content .comments-area .comment.replay-comment{
    margin-left: 0px;
  }

  .cta-section .cta-inner{
    padding: 70px 30px!important;
  }

  .trending-products .shop-inner .top-inner h2{
    float: none;
    margin-bottom: 10px;
  }

  .trending-products .shop-inner .top-inner a{
    float: none;
  }

  .collection-section .single-item .inner-box h2 br{
    display: none;
  }

  .collection-section .single-item .inner-box h2{
    font-size: 28px;
    line-height: 36px;
  }

  .rtl .search-popup .search-form fieldset input[type="submit"]{
    border-radius: 0px;
  }

  .rtl .discount-section .inner-column .inner-box{
    padding-right: 30px;
  }

  .checkout-section .order-info .order-list li .single-box h6,
  .checkout-section .order-info .order-list li .single-box span{
    float: none !important;
    display: block;
  }

  .checkout-section .order-info .order-list li .single-box{
    padding-top: 25px;
  }

  .checkout-section .order-info .order-list li .single-box h6{
    margin-bottom: 5px;
  }

  .rtl .blog-details-content .comments-area .comment.replay-comment{
    margin-right: 0px;
  }


}


@media only screen and (max-width: 399px){
  
  .main-header .header-top .social-links:before{
    display: none;
  }

  .cta-style-two .inner-box{
    padding: 15px;
  }

  .cta-style-two .inner-box .inner{
    padding-left: 30px;
  }

  .collection-style-two .single-item .inner-box .lower-content .inner{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }

  .collection-style-two .single-item .inner-box .lower-content{
    margin-bottom: 0px;
  }

  .shop-page-section .item-shorting .filter-box{
    float: none;
    display: block;
    margin-bottom: 5px;
    text-align: left;
  }

  .shop-page-section .item-shorting .left-column .text{
    float: none;
    display: block;
    padding: 0px;
    margin-bottom: 10px;
    text-align: left;
  }

  .shop-page-section .item-shorting .left-column{
    padding-bottom: 0px;
  }

  .product-details-content .product-info .othre-options .item-quantity{
    float: none;
  }

  .product-details-2 .bxslider .product-image{
    padding-left: 0px;
  }

  .product-details-2 .bxslider .slider-content .slider-pager{
    position: relative;
    margin-bottom: 10px;
  }

  .product-details-2 .bxslider .slider-content .slider-pager li{
    display: inline-block;
    margin-right: 7px;
  }

  .product-details-content .product-info .othre-options .single-item h5{
    text-align: left;
  }

  .checkout-section .payment-info .payment-inner{
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-header .header-top .social-links{
    padding-right: 0px;
    margin-right: 0px;
    display: block;
  }

  .main-header .header-top .info li{
    margin-right: 0px;
    margin-bottom: 2px;
  }

  .main-header .logo-box{
    display: none;
  }

  .menu-area .mobile-nav-toggler{
    margin-top: 0px;
  }

  .main-header.style-two .header-upper .search-info{
    display: none;
  }

  .main-header.style-two .header-top .social-links,
  .main-header.style-four .header-top .social-links{
    padding-left: 0px;
    margin-left: 0px;
  }

  .shop-page-section .item-shorting .left-column, 
  .shop-page-section .item-shorting .right-column{
    margin-top: 0px;
  }

  .rtl .main-header.style-two .header-top .social-links{
    margin-right: 0px;
    padding-right: 0px;
  }

  .rtl .main-header .header-top .social-links{
    padding-left: 0px;
    margin-left: 0px;
  }

  .rtl .main-header.style-four .header-top .social-links{
    padding-right: 0px;
    margin-right: 0px;
  }

  .rtl .product-details-content .product-info .othre-options .item-quantity{
    float: none;
  }

  .checkout-section .payment-info .payment-inner .btn-box .theme-btn-two{
    padding: 16px 20px;
  }


}
