/*****************home 16******************/
/***********/
/*slider animation*/
/****First orange text css*******/
.metan-shop-slider-v2 .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
	text-transform: uppercase;
	font-size: 18px;
	color: rgba(var(--orange), 1) !important;
	margin: 0 0 10px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	display: inline-block;
	position: relative;
	padding: 0 30px;}
.metan-shop-slider-v2 .et_pb_slide .et_pb_slide_description .et_pb_slide_title:before, .metan-shop-slider-v2 .et_pb_slide .et_pb_slide_description .et_pb_slide_title:after {
	content: '';
	background: rgba(var(--orange), 1);
	width: 100px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
.metan-shop-slider-v2 .et_pb_slide .et_pb_slide_description .et_pb_slide_title:after {
	left: inherit;
	right: 100%;}
/****2nd squere box  css*******/
.metan-shop-slider-v2 .et_pb_slider_container_inner .et_pb_slide_content h1 {
	font-size:103px;
	padding-bottom:0!important;
	font-weight:700;
	padding:20px !important;
	display:inline-block;
	border:10px solid #fff;
	color:#fff;
	letter-spacing:5px;
	text-transform:uppercase}
.metan-shop-slider-v2 .et_pb_slider_container_inner .et_pb_slide_content h5 {
	font-size:56px;
	line-height:48px;
	font-weight:700;
	margin-top:25px;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase}
 @media only screen and (max-width :480px) {
.metan-shop-slider-v2 .et_pb_slider_container_inner .et_pb_slide_content h1 {
		font-size:25px;
		line-height:35px;
		padding:5px !important;
		display:block	}
   /****3rd line text css*******/
   .metan-shop-slider-v2 .et_pb_slider_container_inner .et_pb_slide_content h5 {
		font-size:30px;
		line-height:25px	}
	.metan-shop-slider-v2 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
		margin-bottom:10px	}}
/****mobile optimization css*******/
@media only screen and (min-width:481px) and (max-width:980px) {
	.metan-shop-slider-v2 .et_pb_slider_container_inner .et_pb_slide_content h1 {
		font-size:50px
	}
	.metan-shop-slider-v2 .et_pb_slider_container_inner .et_pb_slide_content h5 {
		font-size:45px	}}
/****slider button css*******/
.metan-shop-slider-v2 .et_pb_button_wrapper .et_pb_button{
  color:#fff;
  display:inline-block;
  font-weight:700;
  padding:18px 45px!important;
  text-transform:uppercase;
  position:relative
    ;z-index:1;
  transition:all .5s linear 0s;
  border:none!important;
  background:rgba(var(--orange), 1);
  border-radius:150px;
  font-size:15px}
.metan-shop-slider-v2 .et_pb_button_wrapper .et_pb_button:hover
{color:#000}
.metan-shop-slider-v2 .et_pb_button_wrapper .et_pb_button:before{
  bottom:0;
  content:"";
  left:0;
  position:absolute;
  right:0;
  top:0;
  opacity:1;
  margin-left:0;
  display:block;
  transform:scaleX(0);
  transform-origin:0 50% 0 0;
  transition-duration:.3s;
  transition-property:transform;
  transition-timing-function:ease-out;
  z-index:-1;
  background:#fff;
  border:1px solid #fff;
  border-radius:30px;}
.metan-shop-slider-v2 .et_pb_button_wrapper .et_pb_button:hover:before{
  transform:scaleY(1)}
.metan-shop-slider-v2 .et_pb_button_wrapper .et_pb_button:after{
  display:none} 
/* Slider Dot Navigation */
.metan-shop-slider-v2  .et-pb-controllers a {
    background-color: #ffffff00 !important;
    border-radius: 100px;
    margin-right: 10px;
    padding: 4px 20px;
    border: 3px solid #ffffff;
    transition: all .4s ease;}
.metan-shop-slider-v2  a.et-pb-active-control {
	width:20px;
	background: #ffffff !important;
    border: 3px solid #fff !important;
	transition: all .4s ease;  }
.metan-shop-slider-v2  a.et-pb-active-control:hover {
    transform: scale(1.2);
    transition: all .4s ease;  }
/* Slider Arrow Navigation */
.metan-shop-slider-v2  .et-pb-arrow-prev:before {
    content: "\23";
    background: #FFF;
    border-radius: 1000px;
    color: #000000;
    padding: 20px 20px 20px 20px;
    font-size: 30px;   }
.metan-shop-slider-v2  .et-pb-arrow-prev {
    transition: all .4s ease;
	transform:skew(5deg);  }
.metan-shop-slider-v2  .et-pb-arrow-prev:hover {
    transform: scale(1.2);
    transition: all .4s ease;   }
.metan-shop-slider-v2  .et-pb-arrow-next:before {
    content: "\24";
    background: #FFF;
    border-radius: 1000px;
    color: #000000;
    padding: 20px 20px 20px 20px;
    font-size: 30px;
	transform:skew(-10deg);  }
.metan-shop-slider-v2  .et-pb-arrow-next {
    transition: all .4s ease;
	transform:skew(-5deg); }
.metan-shop-slider-v2  .et-pb-arrow-next:hover {
    transform: scale(1.2);
    transition: all .4s ease; }
  /*****************Shop Module v2*********/
/*** #.#  Title**/
.metan_shop_v2 .main_title h2 {
	padding-bottom: 15px !important;
	line-height:26px;
	font-weight:600 !important;
	text-transform:uppercase !important;
	position:relative;
	margin-bottom:25px;  }
.metan_shop_v2 .main_title:before, .metan_shop_v2 .woocommerce ul.products li a h2.woocommerce-loop-product__title:before   {
	bottom: -1px;
	content:'';
	height:5px;
	left:0;
	position:absolute;
	width:35px;
	background-color:rgba(var(--orange), 1);
	z-index:1  }
.metan_shop_v2 .main_title:after, .metan_shop_v2 .woocommerce ul.products li a h2.woocommerce-loop-product__title:after  {
	bottom:0;
	content:'';
	height:2px;
	left:0;
	background-color:rgba(var(--black), 1);
	position:absolute;
	width:100%;  }
.metan_shop_v2 .woocommerce ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
font-weight: 700;
color: rgba(var(--black), 1);display: inline-block;}
.metan_shop_v2 .woocommerce ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title:hover{
  color:rgba(var(--orange), 1);}
/*image background orange color hover effect*/
.metan_shop_v2 .woocommerce ul.products li.product{position: relative;-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
height: 100%;
  overflow: hidden;
border: 1px solid;
  border-color: rgba(var(--black), 1);
border-radius: 15px;
padding: 10px 10px 20px 10px;
background: #fff;}
.metan_shop_v2 .woocommerce ul.products li.product a.woocommerce-loop-product__link .et_shop_image{display: block;
position: relative;
overflow: hidden;z-index: 1;
margin-bottom: 10px;}
.metan_shop_v2 .woocommerce ul.products li.product a.woocommerce-loop-product__link .et_shop_image:after{content: '';
width: 100%;
height: 50%;z-index: -1;
border-radius: 20px;
position: absolute;
left: 0;
bottom: 0;
background-color: rgba(var(--orange), 1);
opacity: .1;
-webkit-transition: all ease 0.35s;
transition: all ease 0.35s;}
.metan_shop_v2 .woocommerce ul.products li.product:hover a.woocommerce-loop-product__link .et_shop_image:after{opacity: 1;
height: 100%;}
.metan_shop_v2 .woocommerce ul.products li.product a.woocommerce-loop-product__link .et_shop_image img {display: block;
margin: 0 auto;
width: 100%;-webkit-transform: scale(.75);
-ms-transform: scale(.75);
transform: scale(.75);
-webkit-transition: all ease 0.35s;
transition: all ease 0.35s;
border-radius: 20px;transition: all 0.3s;}
.metan_shop_v2 .woocommerce ul.products li.product:hover a.woocommerce-loop-product__link .et_shop_image img {-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);}
.metan_shop_v2 .woocommerce .star-rating span::before{color:rgba(var(--orange), 1);}
/*hover cart icon*/
.metan_shop_v2 .woocommerce ul.products li a .et_shop_image .et_overlay:before {
	top: -100%;
	background: #fff;
	box-shadow: 0 0 10px #fff;
	font-size: 15px;
	padding: 10px;
	border-radius: 50%;
	right: 20px;
	left: auto;
	color: rgba(var(--orange), 1);}
.metan_shop_v2 .woocommerce ul.products li a:hover .et_shop_image .et_overlay:before {
	top: 35px;}
/*sale badge css*/
.metan_shop_v2.et_pb_shop.et_pb_shop li.product .onsale {
    color: #fff;
    z-index: 15;
    background: rgba(var(--black), 1)!important;
    font-size: 12px;
    font-weight: 700!important;
    text-align: center;
    line-height: 31px!important;
    width: 40px;
    height: 52px;
    position: absolute;
    top: 0!important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px));
    left: auto!important;
    border-radius: 0!important;
    padding: 5px!important;}
/*********Shop v2 default shorting css**************/
.metan_shop_v2 .woocommerce .woocommerce-ordering .orderby {
	height: 45px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 20px;
	border-radius: 25px 0px 0px 25px;
	background-color: #f2f3f6!important;
	color: rgba(var(--black), 1)!important;
    font-family: 'Fira Sans';}
.metan_shop_v2 .woocommerce .woocommerce-result-count {
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	color: #2d2d2d;
	font-family: 'Fira Sans'; }
.metan_shop_v2 .woocommerce .woocommerce-result-count:before, .metan_shop_v2 .woocommerce .woocommerce-result-count:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 60px;
	border-top: 1px solid #d4d4d4;
	left: 0;
	font-family: 'Fira Sans';}
.metan_shop_v2 .woocommerce .woocommerce-result-count:after {
	border-top: 3px solid rgba(var(--orange), 1)!important;
	display: block;
	position: absolute;
	bottom: -1px;
	width: 30px;
-webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
transition: all .27s cubic-bezier(0, 0, .58, 1); }
.metan_shop_v2 .woocommerce .woocommerce-result-count:hover:after {
	width: 60px!important; }
@media only screen and (max-width : 420px) {
	.et-db #et-boc .et-l .et_pb_shop ul.products.columns-3 li.product{width: 100% !important;}	}
/**************Shop v2 all heading both line***********/
/*center the heading and lines*/
.da-heading-line-both h2 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;  }
/*add and adjust the lines*/
.da-heading-line-both h2:before,
.da-heading-line-both h2:after {
	content: '';
	border-top: 2px solid;
	margin: 0 20px 0 0;
	flex: 1 0 20px;
	color: rgba(var(--orange), 1);}
/*add spacing between heading and lines*/
.da-heading-line-both h2:after {
	margin: 0 0 0 20px;   }
/* speech bubble with point on the the bottom*/
.da-speech-bubble-bottom {
	position: relative;
	background: #fff;
	border-radius: .4em;   }
.da-speech-bubble-bottom:after {
content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;  }
/**************Shop List 4th section **/
.da_shop_listv2 .woocommerce ul.products li.product .button {
	display:none; }
/**********Shop v2 all double underline title**********/
  .da-shopv2-title:before{ 
bottom: -2px;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 35px;
    background-color: rgba(var(--orange), 1);
    z-index: 1;  }
   .da-shopv2-title:after{ 
bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    background-color: rgba(var(--black), 1);
    position: absolute;
    width: 100%;  }
/************shop v2 timmer Style***************/
.da-shopv2-timmer .et_pb_countdown_timer_container .sep {
	display:none; }
.da-shopv2-timmer  .et_pb_countdown_timer_container .section.values {
    border-radius: 15px;
    width: 70px;
    max-width: 70px;
    margin-right: 10px;
    background: rgba(var(--black), 1);
    height: 70px;
    line-height: 70px;
position: relative;  }
@media only screen and (max-width : 399px) {
.da-shopv2-timmer .et_pb_countdown_timer_container .section.values {
width:50px;
height:50px;
line-height:50px;   }}
/*********Shop v2 offer text ribbon stle**********/
.dav2-ribbon{
  font-size:20px;
  position:relative;
  display:inline-block;
  margin:0em;
  margin-left: -0.8em!important;
  text-align:center; }
.dav2-text{
  display:inline-block;
  padding:0.5em 1em;
  min-width:17em;
  line-height:1.2em;
  background: rgba(var(--orange), 1);
  position:relative; }
.dav2-ribbon:after,.dav2-ribbon:before,
.dav2-text:before,.dav2-text:after,
.bold:before{
  content:'';
  position:absolute;
  border-style:solid; }
.dav2-ribbon:before{
  top:0.3em; left:0.2em;
  width:100%; height:100%;
  border:none;
  background:#EBECED;
  z-index:-2; }
.dav2-text:before{
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent #FC9544 transparent transparent; }
.dav2-text:after{
  top:100%; right:0;
  border-width: .5em 2em 0 0;
  border-color: #FC9544 transparent transparent transparent; }
.dav2-ribbon:after, .bold:before{
  top:0.5em;right:-2em;
  border-width: 1.1em 1em 1.1em 3em;
  border-color: #ff7000 transparent #ff7000 #ff7000;
  z-index:-1; }
.bold:before{
  border-color: #EBECED transparent #EBECED #EBECED;
  top:0.7em;
  right:-2.3em; }

@media all and (min-width: 980px) {

  ul.products.columns-3 li.product {
    width: 30.33%!important;
}
ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
 ul.products.columns-4 li.product {
    width: 24%!important;
}
ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }}
ul.products.columns-1 li.product {
    width: 100%!important;
}

ul.products.columns-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}