/****special product****/

/* effect */

.product_thumb .pro_image {
    position: relative;
}

.product_thumb .second-img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(40%, 40%) scale(.2);
    transition: all 0.6s ease 0s;
    max-width: 100%;
    opacity: 0;
}

.product_thumb:hover .second-img {
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    transform: translate(0%, 0%);
}

/* effect */

.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0px auto 0;
}

.product_thumb {
    background: #fff;
    padding: 25px 10px 30px 10px;
}

.button-group {
    opacity: 0;
    transition: 0.4s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
}

.button-group .symbol:hover svg {
    fill: #000;
}

.product_thumb:hover .button-group {
    opacity: 1;
    transition: 0.4s ease;
    top: 32%;
}

.button-group .symbol {
    transition: 0.3s ease;
    background-color: #f5f5f5;
    fill: #4c4c4c;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    padding-bottom: 2px;
    transition: 0.3s ease;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    display: inline-block;
    padding-top: 6px;
    text-align: center;
}

.button-group .symbol:hover {
    background-color: #fc0;
    border: 1px solid #fc0;
}

.pro-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
}

.pro_thumb .main_text {
    padding-top: 10px !important;
}

/* #product_carousel.owl-carousel {
	display: block;
} */

/* product with tab */

.product-with-tab .product-tab-filter ul li {
    list-style: none;
}

/*.product-with-tab .product-tab-filter ul {
    display: flex;
    place-content: flex-end;
    padding-right: 50px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}*/
.product-with-tab .product-tab-filter ul {
    display: inline-block;
    margin: 0 0 40px 0;
}
.product-with-tab .product-tab-filter ul li {
    list-style: none;
    padding: 8px 25px;
    text-transform: capitalize;
    margin: 0 20px;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    color: #393939;
    border: 1px solid #e5e5e5;
}
li {
    list-style: none;
}

/*.product-tab-filter {
    display: flex;
    justify-content: space-between;
}*/
.product-tab-filter {
    display: block;
    text-align: center;
}
.variation-img{
  display: none;
}

@media (max-width: 767px) {
    .product-tab-filter {
        display: block;
    }
}

.ajax-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ajax-loader-1 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.owl-carousel .owl-stage-outer .owl-stage{
    width: 4700px;
	
    transition: all 0s ease 0s;
}
.products .owl-stage-outer .owl-stage{
	display: flex;
}
.progress {
    width: 100%;
    background-color: #d9e5e1;
    height: 6px;
    border-radius: 4px;
}
.progress_bar .name {
    font-size: 12px;
}
.bar {
    height: 6px;
    background-color: #014e37;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    display: block;
    border-radius: 4px;
}
.progress_bar{
	margin: 12px 0;
}
#timer-container span {
    font-size: 14px;
	font-weight: 500;
    color: #000;
	margin-top: 4px;
	display: block;
	text-transform: capitalize;
}
#timer-container {
    padding: 70px;
    font-weight: 600;
    border-radius: 6px;
    font-size: 26px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#timer-container div{
	width: 80px;
	height: 100px;
	text-align: center;
	line-height: 28px;
	padding-top: 23px;
	background-color: #fff;
	box-shadow: 1px 2px 4px #ddd;
	border-radius: 10px;
}
#timer-container .countdots{
	margin: 0 18px;
	font-size: 18px;
	color: #fff;
}
#timer-container {
    background: radial-gradient(circle, rgba(1,78,55,1) 8%, rgba(0,0,0,1) 84%);
}
#custom-grid li.product{
  width: 100%;
}
.wt-product-slider .owl-carousel .owl-nav.disabled{
    display: block;
}












.wb_feat_widget {
  margin-top:40px;
  text-align:justify;
  font-size:0.1px;
}



.wb_feat_widget::after{
  content: '';
  display: inline-block;
  width: 100%;
}



.wb_feat_widget_item {  
  display:inline-block;
  width: 100%;
  transition: all .7s;
  border-radius: 3px;
}



.wb_feat_widget_item:nth-last-child(n+2),
.wb_feat_widget_item:nth-last-child(n+2) ~ .wb_feat_widget_item {
  width: 49%;
}



.wb_feat_widget_item:nth-last-child(n+3),
.wb_feat_widget_item:nth-last-child(n+3) ~ .wb_feat_widget_item {
  width: 32%;
}



.wb_feat_widget_item:nth-last-child(n+4),
.wb_feat_widget_item:nth-last-child(n+4) ~ .wb_feat_widget_item {
  width: 24%;
}



.wb_feat_widget_item:nth-last-child(n+5),
.wb_feat_widget_item:nth-last-child(n+5) ~ .wb_feat_widget_item {
  width: 19%;
}



.wb_feat_widget_item:nth-last-child(n+6),
.wb_feat_widget_item:nth-last-child(n+6) ~ .wb_feat_widget_item {
  width: 15%;
}


@gutters: 10%;

body {
  background: #333;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
} 
  .slick-slide 
    .slide-content{
      margin: 0 @gutters;
      padding: 50px 100px;
      background: #fff;
    }
  
  .slick-list {
     margin: 20px 0px;
  }
  
  .slick-prev,
  .slick-next {
    position: absolute;
    right: @gutters;
    background: #777;
    border: none;
    color: transparent;
    width: 30px;
    height: 30px;
   
    &:before { 
      content: ">"; 
      color: #fff; 
      font-size: 25px;
    }
  }
  
  .slick-prev { 
    left: @gutters; 
    &:before { content: "<"; }
  }
  
  .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
}
    .woocommerce li {
      display: inline-block;
} 
      button { 
        transition: 0.2s background-color ease-in-out 0s;
        border: none;
        padding: 0;
        color: transparent;
        
        width: 10px;
        height: 10px;
        background-color: #777;
        margin-right: 10px;
        border-radius: 50%; 
      }

       &.slick-active button { background-color: #fff; }
    
  
.wb_feat_slider li.product{
	width: 100%;
}
.wb-fea-slick-slider .slick-slider .slick-track script{
	display: none;
}
.wb_feat_widget .product-detail-wrapper .product-block-outer label {
    display: none;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    margin: 0 4px;
}
.wb_feat_widget .product-block-outer div{
	margin: 0 5px;
}
.wb_feat_widget .product-block-outer div label {
	-webkit-appearance: none;
    background-color: #000;
    border: 1px solid red;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 8px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
.wb_feat_widget .product-block-outer div input {
	display: none;
	cursor: pointer;
}
.wb_feat_widget .product-block-outer div input:checked , .wb_feat_widget .product-block-outer div label {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;  
}
.wb_feat_widget .product-block-outer div input:checked, .wb_feat_widget .product-block-outer div label:after {
	content: '';
	border-radius: 50px;
	top: 1px;
	left: 1px;
	background: #000;
	text-shadow: none;
	opacity: 1 !important;
}
.color-chk{
width:20px;
height:20px;
border-radius: 0;
line-height: 0;
}
.nav-tabs{
border-bottom:0;
}


.nav-tabs .nav-link {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    padding: 0;
    margin: 0 3px;
	font-size: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #000;
	box-shadow: 0 0 2px #000;
}
.nav-tabs {
    justify-content: center;
    align-items: center;
}
.wb-fea-slick-slider .slick-slider .star-rating, .wb_feat_widget_item .star-rating{
    position: relative !important;
}
.wb-fea-slick-slider .slick-slider .product-detail-wrapper .product-name, .wb_feat_widget_item .product-detail-wrapper .product-name{
    font-size: 18px;
	line-height: 25px;
}

@media (max-width: 575px){
#timer-container div{
	width: 50px;
	height: 50px;
	line-height: 16px;
	padding-top: 10px;
}
#timer-container span, #timer-container {
    font-size: 12px;
	padding: 2px;
	line-height: 0;
}
#timer-container .countdots{
	margin: 0 8px;
	font-size: 12px;
	padding: 0;
}
.wb_feat_widget {
    margin-top: 20px;
}
}