/**
 * Reset css
 */
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1.5;
    margin: 0;
}
.loaderWrap {
	width: 100%;
	position: fixed;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	z-index: 9999;
	text-align: center;
}
#loader {
	position: fixed;
	bottom: 50%;
	left: 50%;
	z-index: 899;
	margin-bottom: -50px;
	margin-left: -50px;
	width: 100px;
}
.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 50px;
  margin-left: -35px;
  margin-top: -35px;
  overflow: hidden;
  -webkit-transform-origin: 25px 25px;
  -moz-transform-origin: 25px 25px;
  -ms-transform-origin: 25px 25px;
  -o-transform-origin: 25px 25px;
  transform-origin: 25px 25px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  mix-blend-mode: hard-light;
  opacity: 0.8;
}
.loader-line-mask .loader-line {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.loader-line-mask.four {
  -webkit-animation: rotate 1.8s 1.4s infinite linear;
  -moz-animation: rotate 1.8s 1.4s infinite linear;
  -o-animation: rotate 1.8s 1.4s infinite linear;
  animation: rotate 1.8s 1.4s infinite linear;
}
.loader-line-mask.four .loader-line {
  box-shadow: inset 0 0 0 2px #247BA0; 
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes rotate{ 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); }}
@-moz-keyframes rotate{ 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); }}
@-o-keyframes rotate{ 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); }}
@keyframes rotate{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fadein{ 0% { opacity: 0; } 100% { opacity: 1; }}
@-moz-keyframes fadein{ 0% { opacity: 0; } 100% { opacity: 1; }}
@-o-keyframes fadein{ 0% { opacity: 0; } 100% { opacity: 1; }}
@keyframes fadein{ 0% { opacity: 0; } 100% { opacity: 1; }}
[not-existing] {
  zoom: 1;
}

div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input{
  font-weight: 400;
}
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
}
h1{
  font-size: 2.55em;
}
h2{
  font-size: 2.25em;
}
h3{
  font-size: 1.95em;
}
h4{
  font-size: 1.65em;
}
h5{
  font-size: 1.35em;
}
h6{
  font-size: 1.15em;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
p {
  margin: 0 0 15px;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
	outline: none!important;
}
button[type="button"],
button[type="submit"],
input[type="submit"],
.btn{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* =WordPress Core
-------------------------------------------------------------- */
.bypostauthor {}
.sticky{}
.col-right{
	text-align:right;
}
.col-left{
	text-align:left;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
dd.gallery-caption{
  margin-top: 10px;
}
.format-gallery dt img {
    width: auto;
}
.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption  .wp-caption-text{
  padding-top: 10px;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}
.dropdown-menu,a{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,a.hover  {
  color: inherit;
  text-decoration: none;
}
.animate-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* change colours to suit your needs */
ins {
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
  margin-right: 5px;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
	width:100%;
}
th, td {
	font-weight: normal;
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
address {
	font-style: italic;
}
dt {
	font-weight: bold;
}
dd {
    margin: 0 0 20px;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
input, button, select, textarea {
    max-width: 100%;
}
input:focus {
  -webkit-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  -moz-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  -ms-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  -o-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  outline: none;
}
.btn.btn-inverse{
	outline:none!important;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus,.btn-default:hover{
	background:none;
	border: none;
	box-shadow: none;
	outline:none;
}
img {
  max-width: 100%;
  height: auto;
}
.gallery-item{
	margin:0;
}
.right {
  float: right;
}

.left {
  float: left;
}
.dropdown > .dropdown-menu{
	left: auto;
	right:0;
	position:absolute;
	transform: translate3d(0,50px,0);
	-moz-transform: translate3d(0,50px,0);
	-webkit-transform: translate3d(0,50px,0);
	-ms-transform: translate3d(0,50px,0);
	-o-transform: translate3d(0,50px,0);
	display: block !important;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: transform 0.9s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-moz-transition: -moz-transform 0.9s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-webkit-transition: -webkit-transform 0.9s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-ms-transition: -ms-transform 0.9s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-o-transition: -o-transform 0.9s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
.open.dropdown > .dropdown-menu{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 ,
    .col-md-2-5{
        width:16.666667%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*Style Space*/
/*Padding Top*/
.padding-top-10{
  padding-top: 10px;
}
.padding-top-15{
  padding-top: 15px;
}
.padding-top-20{
  padding-top: 20px;
}
.padding-top-30{
  padding-top: 30px;
}
.padding-top-35{
  padding-top: 35px;
}
.padding-top-40{
  padding-top: 40px;
}
.padding-top-45{
  padding-top: 45px;
}
.padding-top-50{
  padding-top: 50px;
}
.padding-top-60{
  padding-top: 60px;
}
.padding-top-65{
  padding-top: 65px;
}
.padding-top-70{
  padding-top: 70px;
}
.padding-top-80{
  padding-top: 80px;
}
.padding-top-90{
  padding-top: 90px;
}
.padding-top-100{
  padding-top: 100px;
}
/*Padding Bottom*/
.padding-bottom-10{
  padding-bottom: 10px;
}
.padding-bottom-20{
  padding-bottom: 20px;
}
.padding-bottom-30{
  padding-bottom: 30px;
}
.padding-bottom-40{
  padding-bottom: 40px;
}
.padding-bottom-45{
  padding-bottom: 45px;
}
.padding-bottom-50{
  padding-bottom: 50px;
}
.padding-bottom-55{
  padding-bottom: 55px;
}
.padding-bottom-60{
  padding-bottom: 60px;
}
.padding-bottom-65{
  padding-bottom: 65px;
}
.padding-bottom-70{
  padding-bottom: 70px;
}
.padding-bottom-80{
  padding-bottom: 80px;
}
.padding-bottom-90{
  padding-bottom: 90px;
}
.padding-bottom-100{
  padding-bottom: 100px;
}
/*Margin Top*/
.margin-top-10{
  margin-top: 10px;
}
.margin-top-20{
  margin-top: 20px;
}
.margin-top-30{
  margin-top: 30px;
}
.margin-top-40{
  margin-top: 40px;
}
.margin-top-50{
  margin-top: 50px;
}
.margin-top-60{
  margin-top: 60px;
}
.margin-top-70{
  margin-top: 70px;
}
.margin-top-80{
  margin-top: 80px;
}
.margin-top-90{
  margin-top: 90px;
}
.margin-top-100{
  margin-top: 100px;
}
/*Margin Bottom*/
.margin-bottom-10{
  margin-bottom: 10px;
}
.margin-bottom-20{
  margin-bottom: 20px;
}
.margin-bottom-30{
  margin-bottom: 30px;
}
.margin-bottom-40{
  margin-bottom: 40px;
}
.margin-bottom-50{
  margin-bottom: 50px;
}
.margin-bottom-60{
  margin-bottom: 60px;
}
.margin-bottom-70{
  margin-bottom: 70px;
}
.margin-bottom-80{
  margin-bottom: 80px;
}
.margin-bottom-90{
  margin-bottom: 90px;
}
.margin-bottom-100{
  margin-bottom: 100px;
}
/***************end reset.css*****************/
#yith-wcwl-popup-message{
	color:#fff!important;
}
.vc_tta.vc_general .vc_tta-panel-body{
  overflow: inherit !important
}
.site{
  overflow: hidden;
}
.divider-line1{
  height: 1px;
  background: #f0f0f0;
  display: block;
  width:100%;
}
.ult_tabitemname{
 display:block!important;
 position: absolute!important;
 opacity:0;
 z-index: -1;
 visibility:hidden;
 width:100%;
}
.ult_tabitemname.ult_active_tabnme{
 position: relative!important;
 opacity:1;
 z-index: 1;
 visibility:inherit;
}
.ult_tabcontent{
 height: auto!important
}
.line-border{
  border-top:1px solid #eeeeee;
}
.line-bottom{
  border-bottom: 1px solid #fff;
}
.line-bottom-grey{
  border-bottom: 1px solid #eeeeee;
}
.home1-newletter{
  padding-top: 23px;
  padding-bottom: 23px;
}
.woocommerce .products ul, .woocommerce ul.products{
  margin-bottom: 0
}
.trending-products{
  margin-top: 58px;
}
.single-product div.product{
  padding:0;
}
.vc_tta-panel-body .automatic-product{
  margin-top: 58px;
}
.archive.woocommerce .widget_layered_nav ul li a:before {
	content: '\f096';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: static;
	margin-right: 8px;
}
.archive.woocommerce .widget_layered_nav ul li.chosen a:before{
  content: '\f046';
}
.shop_sidebar .widget_text .textwidget{
  color:#111;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid  #eee;
  padding:30px 20px 0;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius:5px 5px 0 0;
}
.shop_sidebar #yith-woo-ajax-navigation-2{
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius:0 0 5px 5px;
  border-top:none;
}
.link-reg{
  font-weight: 700;
  color:#666;
}
/*Beans Slider*/
  .beans-stepslider .beans-slideset {
  	position: relative;
  	display: block;
  	box-sizing: border-box;
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	-ms-touch-action: pan-y;
  	touch-action: pan-y;
  	-webkit-tap-highlight-color: transparent;
  }
  .beans-stepslider .beans-slideset button.slick-arrow {
  	top: 45%;
  	border: 0;
  	margin: 0;
  	padding: 0;
  	background: #ddd;
  	border: none;
  	position: absolute;
  	height: 45px;
  	width: 45px;
  	-webkit-transition: all 0.4s ease;
  	-moz-transition: all 0.4s ease;
  	-o-transition: all 0.4s ease;
  	transition: all 0.4s ease;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius:5px;
  	z-index: 999;
  	color: transparent;
  }
  .beans-stepslider .beans-slideset button.slick-arrow.slick-prev {
  	left: -70px;
  	background: #ddd;
  }
  .beans-stepslider .beans-slideset button.slick-arrow.slick-next {
  	right: -70px;
  	background: #ddd ;
  }
  .beans-stepslider .beans-slideset button.slick-arrow i {
  	font-size: 12px;
  	color: #fff;
		line-height:45px;
  }
  .beans-stepslider .beans-slideset button.slick-arrow:focus {
  	outline: none;
  }
  .beans-slider, .beans-stepslider, .beans-fadeslider{
  	width: 100%;
  	position: relative;
  }
  .slick-slider {
  	padding:0;
  	position: relative;
  	display: block;
  	box-sizing: border-box;
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	-ms-touch-action: pan-y;
  	touch-action: pan-y;
  	-webkit-tap-highlight-color: transparent;
  }

  .slick-list {
  	position: relative;
  	overflow: hidden;
  	display: block;
  	margin: 0;
  	padding: 0;
  }
  .slick-list:focus {
  	outline: none;
  }
  .slick-list.dragging {
  	cursor: pointer;
  	cursor: hand;
   }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
  	-webkit-transform: translate3d(0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0); }

  .slick-track {
  	position: relative;
  	left: 0;
  	top: 0;
  	display: block;
  	}
  .slick-track:before, .slick-track:after {
  	content: "";
  	display: table;
  }
  .slick-track:after {
  	clear: both;
  }
  .slick-loading .slick-track {
  	visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    display: none;
    min-height: 1px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    margin:0 auto;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .automatic-banner .slick-dots li{
    list-style: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius:100%;
    margin:0 5px;
  }
  .slick-dots li:hover{
    cursor: pointer;
    background: #999
  }
  .slick-dots li{
    list-style: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #999;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius:100%;
    margin:0 5px;
  }
  .slick-dots li.slick-active{
    background: #999
  }
  .automatic-banner .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .automatic-product  .slick-dots{
    margin: 43px 0 0;
    padding: 0;
    text-align: center;
  }
  .slick-dots li button{
    display: none;
  }
  .automatic-banner .slick-dots li.slick-active{
    background: #fff;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .border-hover > ul{
    padding:0;
    margin:0;
  }
  .beans-slideset .slick-slide .padding-35 .border-hover,
  .beans-slideset .slick-slide .padding-15 .border-hover{
    border-left: 1px solid #f0f0f0 !important;
    border:1px solid transparent;
    margin-right: 0;
  	border-radius: 3px;
  	margin: 3px;
  }
  .beans-slideset .slick-slide.slick-active.slick-current .border-hover{
  	border-left: 1px solid transparent!important;
  }
  .beans-slideset .slick-slide:hover .border-hover{
  	border: 1px solid #f0f0f0!important;
  	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  }
  .beans-slideset .slick-slide:hover  + .slick-slide .border-hover{
  	border-left: 1px solid transparent!important;
  }
  .share-yith,
  .beans-slideset .slick-slide .share-yith{
  	display:block;
  	opacity: 0;
  	position: relative;
  	z-index: -1;
  	visibility: hidden;
  	margin-top:0;
  	padding: 20px 0 0;
  }
  .products-type .product.type-product{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products-type .product.type-product:hover .share-yith,
  .beans-slideset .slick-slide:hover .share-yith{
  	visibility:inherit;
  	margin-top:0;
  	z-index: 1;
  	opacity: 1;
  }
  .automatic-product .beans-stepslider .beans-slideset button.slick-arrow,
  .automatic-product .slick-dots{
    display: none !important;
  }
  .automatic-product.show_navbt .beans-stepslider .beans-slideset button.slick-arrow,
  .automatic-product.show_nav .slick-dots{
    display: block !important;
  }
/*Button scroll top*/
  .scroll-to-top{
  	background-color: #e6e6e6;
  		bottom: -100px;
  		cursor: pointer;
  		height: 40px;
  		overflow: auto;
  		position: fixed;
  		right: 25px;
  		transition: all 0.7s ease-in-out 0s;
  		width: 40px;
  		z-index: 9999;
  }
  .scroll-to-top i {
  		position: absolute;
  		width: 100%;
  		text-align: center;
  		top: 50%;
  		transform: translateY(-50%);
  		-webkit-transform: translateY(-50%);
  		-moz-transform: translateY(-50%);
  		-o-transform: translateY(-50%);
  }
/*Content Product*/
  div.product,li.product{
    padding:20px 35px;
    list-style: none;
    position: relative;
    background: #fff;
  }
  .padding-35 div.product,
  .padding-35 li.product{
    padding-left: 35px;
    padding-right: 30px;
  }
  .padding-15 div.product,
  .padding-15 li.product{
    padding-left: 15px;
    padding-right: 10px;
  }
  .automatic-product-related .padding-15 div.product,
  .automatic-product-related .padding-15 li.product{
    padding-left: 0;
    padding-right: 0;
  }
  .trending-product .beans-slide.slick-slide .padding-15 li.product .product-thumbnails .flexslider:hover .flex-direction-nav .flex-prev{
  	left: -20px;
  }
  .trending-product .beans-slide.slick-slide .padding-15 li.product .product-thumbnails .flexslider:hover .flex-direction-nav .flex-next{
  	right: -20px;
  } 
  div.product h3 a,div.product h3, li.product h3,
  div.product h2 a,div.product h2, li.product h2{
    font-size: 16px;
    color:#212121;
    margin:0;
    line-height: 23px;
    min-height: 50px
  }
  .product-thumbnails{
    margin-bottom: 30px;
    padding-top: 20px;
    text-align: center;
  }
  .product-title-has-rate{
    padding-right: 50px;
    position: relative;
  }
  .product-title-has-rate .rating-product{
    position: absolute;
    right: 0;
    top:30%;
    width:35px;
    height: 21px;
    font-size: 12px;
    font-weight: bold;
    color:#45a83c;
    line-height: 21px;
    text-align: center;
  }
  .price{
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1;
    color:#f91824 !important;
  }
  .price span{
    font-weight: 900;
    color:#f91824 !important;
  }
  .format-price-addcart > div{
    display: inline-block;
  }
  .format-price-addcart .price-product{
    margin-top: 12px;
  }
  .format-price-addcart .btn-cart{
    float: right;
    width:44px;
    height: 44px;
    background: #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius:5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .format-price-addcart{
    margin-top: 7px;
    display: block;
  }
  .format-price-addcart .btn-cart .add_to_cart_button,
  .format-price-addcart .btn-cart .button  {
    display: flex;
    align-items: center;
    text-align: center;
    height: 44px;
    font-family: 'automatic_icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    padding:0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius:5px
  }
  .format-price-addcart .btn-cart .add_to_cart_button:before,
  .format-price-addcart .btn-cart .button:before{
    content: "\e901";
    margin:0 auto;
    color:#f7f7f7;
		font-size: 20px;
  }
  .format-price-addcart .btn-cart .add_to_cart_button span,
  .format-price-addcart .btn-cart .button  span{
    display: none
  }
  .btn-share .add-to i{
    margin-right: 12px;
  }
  .btn-share .add-to a{
    color:#000;
    font-size: 14px;
  }
  .btn-share .yith-wcwl-add-button > a i{
  	margin-right: 5px;
  }
  .share-yith{
    clear: both;
  }
  .share-yith .btn-share{
    display: inline-block;
  }
  .share-yith .btn-share.btn-wishlist{
    float: right;
		font-size: 14px;
		margin-top:1px;
  }
	.share-yith .btn-share i.fa.fa-heart-o{
		font-family: 'automatic_icomoon' !important;
		speak: none;
		font-size: 13px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.share-yith .btn-share.btn-wishlist .yith-wcwl-wishlistaddedbrowse a,
	.share-yith .btn-share.btn-wishlist .yith-wcwl-wishlistexistsbrowse a{
		position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    text-align: left;
	}
	.share-yith .btn-share.btn-wishlist .yith-wcwl-wishlistaddedbrowse ,
	.share-yith .btn-share.btn-wishlist .yith-wcwl-wishlistexistsbrowse {
		position: relative;
    padding-left: 25px;
	}
	.share-yith .btn-share i.fa.fa-heart-o:before{
		content: "\e906";
	}
  .share-yith .btn-share.btn-wishlist a{
		color:#000;
		font-size:14px;
	}
  .yith-wcwl-add-to-wishlist{
    margin-top: 0 !important;
		display:inline-block;
  }
	.share-yith .btn-share  a{
		webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
		font-size:14px;
    background: none !important;
	}
  .share-yith .btn-share  a:hover{
    background: none !important
  }
	.btn-share.btn-wishlist:hover{
		cursor:pointer;
	}
  .terms-product{
    margin:14px 0 0 !important;
    padding:0 !important;
  }
  .terms-product li{
    display: inline-block;
    list-style: none;
    position: relative;
    padding-right: 10px;
  }
  .terms-product li:before{
    content: ', ';
    display: block;
    position: absolute;
    right: 5px;
    color:#999999;
  }
  .terms-product li:last-child:before{
    content:'';
  }
  .terms-product li a{
    text-transform: uppercase;
    color:#999999;
    font-weight: 700;
    font-size: 13px;
  }
  .info-alert{
    position: absolute;
    top:20px;
    left:35px;
    text-align: center;
  }
  .info-alert span{
    line-height: 12px;
  }
  .automatic_banner_product.layout-4 .info-alert{
    top:0;
    left:0;
  }
/*Product trending*/
  .trending-product .beans-slide.slick-slide .padding-15 li.product{
  	padding: 10px 15px;
  }
  .trending-product .beans-slide.slick-slide .padding-15 li.product .product-thumbnails{
  	padding:25px 25px 0 25px;
  }
  .trending-product .info-alert{
  	top:10px;
  	left:15px;
  }
  .automatic-product-trendding .beans-stepslider .beans-slideset button.slick-arrow{
  	top: -90px;
  	background-color: #ddd;
  }
  .automatic-product-trendding .beans-stepslider .beans-slideset button.slick-arrow.slick-prev{
  	left: auto;
  	right: 55px;
  }
  .automatic-product-trendding .beans-stepslider .beans-slideset button.slick-arrow.slick-next{
  	right: 5px;
  }
/*Newsletter*/
  .home1-newletter .vc_column-inner {
  	padding-top: 0px !important
  }
  .home1-newletter .wpb_content_element{
  	margin-bottom: 0
  }
  .call-us {
  	font-size: 20px;
  	color:#fff;
  	font-weight: 900;
  	margin-top: 14px;
  }
  .call-us .automaticicon-phone{
		padding:0 5px;
	}
  .call-us .call-phone{
  	color:#000;
    font-weight: 900;
  }
  .call-us img{
  	margin: 0 5px;
  }
  .mc4wp-form-fields p{
  	margin-bottom: 0
  }
  .mc4wp-form-fields input[type="email"]{
  	padding:13px 20px;
  	color:#666;
  	font-size: 16px;
  	background: #fff;
  	border:none;
  	-webkit-border-radius: 5px 0px 0 5px;
  	-moz-border-radius: 5px 0px 0 5px;
  	-ms-border-radius: 5px 0px 0 5px;
  	-o-border-radius: 5px 0px 0 5px;
  	border-radius:5px 0px 0 5px;
  	height: 55px;
  	min-width: 275px;
  }
  .mc4wp-form-fields input[type="submit"]{  
  	padding:14px 27px;
  	font-size: 14px;
  	color:#fff;
  	text-transform: uppercase;
  	-webkit-border-radius: 0 5px 5px 0;
  	-moz-border-radius: 0 5px 5px 0;
  	-ms-border-radius: 0 5px 5px 0;
  	-o-border-radius: 0 5px 5px 0;
  	border-radius:0 5px 5px 0;
  	border: 1px solid #fff;
  	height: 55px;
  	margin-left: -3px;
    font-weight: 900;
  }
	.mc4wp-form-fields input[type="submit"]:hover{
		color:#000;
	}
  .mc4wp-form-fields label{
  	font-size: 20px;
  	color:#fff;
    font-weight: 900;
  	text-transform: uppercase;
  	margin-right: 35px;
  	margin-bottom: 0;
  	float: left;
  	line-height: 55px;
  	background: url(../images/subcription.png) no-repeat left center;
  	padding-left: 40px;
  }
/*Shop page*/
  .woocommerce .bread-crumb{
    margin-bottom: 30px;
  }
  .woocommerce nav.woocommerce-pagination{
  	text-align: right;
  }
  .woocommerce-pagination-top{
    text-align:right;
  }
  .woocommerce-pagination-top span{
    margin-left: 20px;
    margin-right: 10px;
    background: #f5f5f5;
    color:#878787;
    line-height: 40px;
    text-align:center;
    height: 40px;
    width:50px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius:5px
  }
  .woocommerce-pagination-top a{
    margin-left: 20px;
    color:#878787;
  }
  .layout-list .terms-product{
    margin-bottom: 10px !important
  }
  .layout-list div.product h3, .layout-list li.product h3{
    min-height: auto;
  }
  .shop-bottom{
  	border-top:1px solid #f8f8f8;
  	padding-top: 30px;
  }
  .shop-bottom .woocommerce-result-count{
  	margin-bottom: 0;
  	margin-top: 10px;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers li:last-child,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li:last-child{
  	margin-right: 0 !important
  }
  .woocommerce .woocommerce-pagination ul.page-numbers li,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li{
  	background: #f5f5f5;
  	margin:0 5px !important;
  	border:none;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius:5px
  }
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce-pagination li span{
  	padding:15px 20px !important;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius:5px
  }
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span,
  .woocommerce nav.woocommerce-pagination ul li a:focus,
  .woocommerce nav.woocommerce-pagination ul li a:hover{
  	font-weight: 900;
  	color:#878787;
  	background: transparent !important;
  	font-size: 14px;
  	border-width: 2px;
  	border-style: solid;
  	border-color: #f5f5f5;
  }
  .woocommerce nav.woocommerce-pagination ul{
  	margin:0 !important;
  	border:none !important;
    white-space: inherit;
  }
  .woocommerce nav.woocommerce-pagination ul li a.next{
  	padding:15px 17px !important;
  }
  .woocommerce div.product form.cart table.gift-cards-list td{
    padding:0;
  }
  .woocommerce div.product form.cart table.gift-cards-list{
    /*margin-bottom: 15px;*/
  }
  .woocommerce div.product form.cart table.gift-cards-list td.label{
    display: none;
  }
/*Widget product categories*/
  .shop_sidebar .widget .widget-title{
  	font-size: 15px;
  	font-weight: 700;
  	color:#000;
  	text-transform: uppercase;
  	padding:22px 20px;
  	margin-top: 0;
  	margin-bottom: 0;
  	border-bottom:1px solid #eee;
  }
  .shop_sidebar .widget.widget_product_categories,
  .shop_sidebar .widget.widget_price_filter{
  	border:1px solid #eee;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius:5px;
  	margin-bottom: 30px;
  }
  .product-categories{
  	padding:0 20px;
  	margin-bottom: 0
  }
  .product-categories li{
  	list-style:none;
  	border-bottom:1px solid #eee;
  	display: block;
  	position: relative;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
  }
  .product-categories li:hover{
  	padding:0 10px;
  	margin:0 -10px;
  	background: #f2f2f2;
  	border-color: transparent;
  }
  .product-categories li.cat-parent:hover:after{
  	right:10px; 
  }
  .product-categories li:last-child{
  	border: none;
  }
  .product-categories li.cat-parent ul{
  	padding-left: 20px;
  	display: none;
  }
  .product-categories li.cat-parent:after{
  	content:"\f105";
  	display: block;
  	width: 6px;
  	position: absolute;
  	right: 0;
  	top:12px;
  	font-family: 'FontAwesome';
  }
  .product-categories li a{
  	color:#666666;
  	font-size: 15px;
  	font-weight: 700;
  	text-transform: capitalize;
  	padding:10px 0;
  	display: inline-block;
  }
  .product-categories li .count{
  	color:#888;
  	font-size: 14px;
  	font-weight: 400;
    position: absolute;
    padding-left: 3px;
    top: 11px;
  }
  .shop_sidebar .product-thumbnails{
  	padding:0;
  }
  .shop_sidebar .product-thumbnails img{
  	padding:5px !important;
  }
  .shop_sidebar .info-alert{
  	left:15px !important;
  }
  .shop_sidebar .automatic-title{
  	padding:7px 10px;
  }
/*Widget top rated*/
  .shop_sidebar .widget_top_rated_products{
  	margin-bottom: 40px;
  }
  .shop_sidebar .widget_top_rated_products .widget-title{
  	padding:0;
  	border-bottom: none;
  	margin-bottom: 20px;
  	margin-top: 65px;
  }
  .shop_sidebar .widget_top_rated_products .col-md-4{
  	padding-right: 0
  }
/*Ajact product filter*/
  .shop_sidebar .yith-woocommerce-ajax-product-filter .widget-title{
  	margin:0 20px;
  	padding-left: 3px;
  	padding-right: 3px;
  	padding-bottom: 9px;
  }
  .yith-woocommerce-ajax-product-filter .yith-wcan-list{
  	padding:23px 30px 23px 30px !important;
  }
  .yith-woocommerce-ajax-product-filter .yith-wcan-list li{
  	margin-bottom: 10px;
  }
  .yith-woocommerce-ajax-product-filter .yith-wcan-list li:last-child{
  	margin-bottom: 0
  }
  .yith-woocommerce-ajax-product-filter{
  	border:1px solid #eee;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius:5px;
  	margin-bottom: 30px;
  }
  .yith-woocommerce-ajax-product-filter li a{
  	color:#666;
  	font-size: 15px;
  	font-weight: 400
  }
  .yith-woocommerce-ajax-product-filter li a:before{
  	color:#666;
  }
  .yith-woocommerce-ajax-product-filter li .count{
  	position: relative;
  	padding:0 5px;
  }
  .yith-woocommerce-ajax-product-filter li .count:before{
  	content:'(';
  	position: absolute;
  	left:0;
  	line-height: 1;
  	top:2px;
  }
  .yith-woocommerce-ajax-product-filter li .count:after{
  	content:')';
  	position: absolute;
  	right:0;
  	line-height: 1;
  	top:2px;
  }
/*Widget Price Filter*/
  .woocommerce .widget_price_filter .price_slider_amount{
  	margin:0 10px;
  }
  .widget_price_filter form{
  	padding:0 20px 40px;
  	margin-top: 30px;

  }
  .widget_price_filter .widget-title{
  	margin:0 20px;
  	padding-left: 0 !important;
  	padding-right: 0 !important
  }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  	background: #f0f0f0;
  	margin-left: 10px;
  	margin-right: 10px;
  	border-radius: 0;
  }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
  	background: #bbbbbb;
  	border-radius: 0
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle { 
  	display: inline-block;
  	height: 11px;
  	width: 12px;
  	border-radius: 0;
  	top:-15px;
  	margin-left: -6px;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  	border-top: 5px solid transparent;
  	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	content: "";
  	height: 0;
  	left: 0;
  	position: absolute;
  	bottom: -5px;
  	width: 0;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button{
  	
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius:5px;
  	color:#fff;
  	font-size: 12px;
  	font-weight: 900;
  	text-transform: uppercase;
  	padding:13px 20px;
  	line-height: 1;
  	height: auto;
  }
/*Thumbnail flex slide*/
  #thumbnails  li > div a{
  	width:30%;
  	display: inline-block;
  }
  .thumbnails_carousel{
  	position: relative;
  }
  .thumbnails_carousel .flex-direction-nav a{
  	opacity: 1;
  	;
  }
  .thumbnails_carousel .flex-direction-nav .flex-prev{
  	left:0
  }
  .thumbnails_carousel .flex-direction-nav .flex-next{
  	right: 0;
  }
/*Soft product*/
  .soft-category .all{
  	background: #f5f5f5;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius:5px
  }
  .soft-category{
  	display: inline-block;
  	position: relative;
  	padding: 2px 0;
  	background: #f5f5f5;
  	border-radius: 5px;
  	margin-right: 8px;
  	margin-left: 80px;
  }
  .soft-category .select-cateogry{
  	position: absolute;
  	top: 42px;
  	right: 0;
  	width:100%;
  	-webkit-transform: translateY(15px);
  	-moz-transform: translateY(15px);
  	-o-transform: translateY(15px);
  	-ms-transform: translateY(15px);
  	transform: translateY(15px);
  	opacity: 0;
  	z-index: -1;
  	padding-left: 0;
  	margin: 0;
  	-webkit-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  	-moz-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  	-o-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  	-ms-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  	box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  	transition: all .5s;
  	-webkit-animation-duration: .5s;
  	-moz-animation-duration: .5s;
  	-o-animation-duration: .5s;
  	animation-duration: .5s;
  	background: #f5f5f5;
  	border-top: 1px solid #fff;
  }
  .soft-category .select-cateogry li{
  	list-style: none;
  		border-bottom: 1px solid #fff;
  }
  .soft-category .select-cateogry li a{
  	color: #666;
  	padding: 3px 5px 3px 15px;
  	display: block;
  	text-align: left;
  }
  .soft-category a{
  	display: inline-block;
  	padding-left: 15px;
  	text-align: center;
  	line-height: 38px;
  	position: relative;
  	margin-bottom: 0;
  	color: #666666;
  }
  .soft-category a.all{
  	padding-right: 90px;
  	padding-left: 15px;
  }
  .soft-category a.all:after{
  	content: "\f107";
  	font-family: FontAwesome;
  	display: block;
  	font-style: normal;
  	position: absolute;
  	top: 0;
  	color: #666666;
  	font-size: 16px;
  	right: 10px;
  }
  .soft-category .select-cateogry.active {
  		opacity: 1;
  		z-index: 999;
  		visibility: inherit;
  		-moz-transform: translateY(1px);
  		-o-transform: translateY(1px);
  		-ms-transform: translateY(1px);
  		transform: translateY(1px);
  }
/*Sub category*/
  .sub-category{
  	padding-bottom: 25px;
  }
  .sub-category ul {
  	padding: 0;
  	margin: 0;
  }
  .sub-category ul li {
  	padding: 0;
  	margin-bottom: 40px;
  }
  .sub-category ul li .sub-thumbnail {
  	padding-bottom: 40px;
  	padding-top: 30px;
  	border-bottom: 1px solid #f1f1f1;
  	min-height: 260px;
  }
  .sub-category ul li h3 {
  	min-height: auto;
  	margin-bottom: 32px;
  	margin-top: 22px;
  	font-size: 16px;
  	color: #666;
  	text-transform: uppercase;
  	text-align: center;
  }
  .sub-category ul li h3 .count {
  	display: none;
  }

  .automatic-static-block .shop-brand{
  	margin-bottom: 70px !important;
  }
/*Style Blog Page*/
  .blog .postTitle{
  	margin-bottom: 25px;
  }
  .blog .entry-title {
  	margin-top: 38px;
  	margin-bottom: 15px;
  }
  .blog .entry-title a {
  	font-size: 30px;
  	font-weight: 700;
  	color: #111;
  }
  .blog .post {
  	margin-bottom: 70px;
  	padding-bottom: 70px;
  	border-bottom: 1px solid #f1f1f1;
  }
	.blog .post:last-child{
		border:none;
	}
  .blog .post-meta .inline{
  	display: inline-block;
  	margin-right: 30px;
  }
  .blog .post-meta .inline:last-child{
  	margin-right: 0;
  }
  .blog .post-meta a {
  	color: #666;
  	font-style: italic;
  	font-size: 14px;
  }
  .blog .post-meta a:last-child {
  	margin-right: 0;
  }
  .blog .post-meta i {
  	margin-right: 10px;
  }
  .blog .entry-content{
  	margin-bottom: 34px;
  }
  .blog .post-bottom .read-more {
  	padding: 10px 20px;
  	text-transform: uppercase;
  	background: #eee;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	font-weight: 900;
  	font-size: 14px;
  	color: #666;
  	display: inline-block;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
  }
  .blog .post-bottom .read-more:hover{ 
  	color:#fff;
  }
/*Blog navigation*/
  .blog .navigation.pagination {
  	margin: 0 0 70px;
  	display: block;
  	text-align: center;
  }
  .blog .navigation.pagination h2 {
  	display: none;
  }
  .blog .navigation.pagination .page-numbers {
  	background: #f5f5f5;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	width: 50px;
  	height: 40px;
  	display: inline-block;
  	line-height: 40px;
  	text-align: center;
  	color:#878787;
  	font-weight: 900;
  	font-size: 14px;
  	margin:0 5px;
  	border-width: 2px;
  	border-style: solid;
  	border-color: transparent;
  }
  .blog .navigation.pagination .page-numbers:hover,
  .blog .navigation.pagination .page-numbers.current{ 
  	background: none;
  }
/*Share post*/
  .post-social {
  	margin: 0;
  	padding: 0;
  }
  .post-social li {
  	list-style: none;
  	margin-left: 5px;
  	display: inline-block;
  	width: 45px;
  	height: 45px;
  }
  .post-social li a {
  	display: block;
  	padding: 10px 15px;
  	font-size: 15px;
  	color: #666;
  	background: #eeeeee;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
    text-align: center;
  }
  .social-share span.txt-share{
  	text-transform: uppercase;
  	margin-right: 15px;
  	font-size: 15px;
  	display: inline-block;
  	font-weight: 700;
  	line-height: 45px;
    font-style: normal;
  }
/*Sidebar Blog*/
  .sidebar-blog .widget{
  	border: 1px solid #eee;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	margin-bottom: 30px;
  	padding: 35px 20px 35px 20px;
  }
  .sidebar-blog .widget-title {
  	font-size: 20px;
  	font-weight: 900;
  	color: #111111;
  	text-transform: uppercase;
  	padding: 0px 0 37px;
  	margin-top: 0;
  	margin-bottom: 0;
  }
  .sidebar-blog .widget.widget_categories{
  	padding-top: 21px;
  	padding-bottom: 0;
  }
  .sidebar-blog .widget.widget_categories .widget-title{
  	padding:0px 20px 21px;
  	margin:0 -20px;
  	border-bottom: 1px solid #eee;
  }
  .sidebar-blog .widget.widget_categories ul {
  	padding: 0;
  	margin: 0;
  }
  .sidebar-blog .widget.widget_categories ul li {
  	list-style: none;
  	display: block;
  	border-bottom: 1px solid #f0f0f0;
  	position: relative;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
  }
  .sidebar-blog .widget.widget_categories ul li:after {
  	content: "\f105";
  	display: block;
  	width: 6px;
  	position: absolute;
  	right: 0;
  	top: 9px;
  	font-family: 'FontAwesome';
  }
  .sidebar-blog .widget.widget_categories ul li:hover:after{
  	right:10px; 
  }
  .sidebar-blog .widget.widget_categories ul li:hover{
  	margin:0 -10px;
  	padding:0 10px;
  	background: #f2f2f2;
  	border-color: transparent;
  } 
  .sidebar-blog .widget.widget_categories ul li:last-child{
  	border-bottom: none;
  }
  .sidebar-blog .widget.widget_categories ul li a {
  	color: #666;
  	font-size: 15px;
  	font-weight: 700;
  	padding: 10px 0;
  	display: inline-block;
  }
/*Widget recent post layout2*/
  .automatic-recent-posts .layout2{
  	margin-bottom: 15px;
  }
  .automatic-recent-posts .layout2:last-child{
  	margin-bottom: 5px;
  }
  .automatic-recent-posts .layout2 a {
  	font-size: 15px;
  	color: #666;
  	font-weight: 700;
  	text-transform: none;
  	margin-top: 0;
  	padding-top: 0;
  	padding-bottom: 0;
  	line-height: 20px;
  } 
  .automatic-recent-posts .layout2 .item-time{
  	font-size: 14px;
  }
  .automatic-recent-posts .recent-post-thumbnail{
  	padding-right: 0;
  }
  .automatic-recent-posts .recent-post-thumbnail img{
  	margin-top: 5px;
  }
  .automatic-recent-posts .txt{
  	padding-left: 10px;
  }
/*Widget recent post default theme*/
  .widget_recent_entries ul {
  	padding-left: 20px;
  }
  .widget_recent_entries ul li{
  	margin-bottom: 10px;
  }
  .widget_recent_entries ul li:last-child{
  	margin-bottom: 0;
  }
  .widget_recent_entries ul li a {
  	font-size: 15px;
  	color: #666;
  	font-weight: 700;
  	text-transform: none;
  	margin-top: 0;
  	padding-top: 0;
  	padding-bottom: 0;
  	line-height: 20px;
  }
/* Underline From Left */
  .product-categories li a,
  .sidebar-blog .widget.widget_categories ul li a {
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px transparent;
  	position: relative;
  	overflow: hidden;
  }
  .product-categories li a:before,
  .sidebar-blog .widget.widget_categories ul li a:before {
  	content: "";
  	position: absolute;
  	z-index: -1;
  	left: 0;
  	right: 100%;
  	bottom: 0;
  	
  	height: 1px;
  	-webkit-transition-property: right;
  	transition-property: right;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-timing-function: ease-out;
  	transition-timing-function: ease-out;
  }
  .product-categories li:hover a:before,
  .product-categories li:focus a:before,
  .product-categories li:active a:before,
  .sidebar-blog .widget.widget_categories ul li:hover a:before,
  .sidebar-blog .widget.widget_categories ul li:focus a:before,
  .sidebar-blog .widget.widget_categories ul li:active a:before {
  	right: 0;
  }
/*Widget Tag*/
  .tagcloud a{
  	padding:5px 10px;
  	margin-right: 2px;
  	background: #f4f4f4;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	color:#666;
  	font-size: 16px !important;
  	margin-bottom: 5px;
  	display: inline-block;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
  }
  .tagcloud a:hover{
  	
  	color:#fff;
  }
/*widget search*/
  .widget_search {
  	position: relative;
  }
  .widget_search form{
  	position: relative;
  }
  .widget_search form input[type="search"] {
  	background: #f4f4f4;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	border: none;
  	padding: 12px 55px 12px 10px;
  	display: block;
  	width: 100%;
  	font-size: 16px;
  }
  .widget_search form input[type="search"]:focus,
  .widget_search form input[type="search"]:active{
  	box-shadow: none;
  }
  .widget_search form button {
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	height: 50px;
  	width: 50px;
  	position: absolute;
  	top: 0;
  	right: 0;
  	margin: 0;
  	padding: 0;
  	border: none;
  }
  .widget_search form button{
  	color:#fff;
  }
/*Rectangle Out */
  .share-buttons a,
  .social a {
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	position: relative;
  	background: #aaaaaa;
  	-webkit-transition-property: color;
  	transition-property: color;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  }
  .share-buttons a:before,
  .social a:before {
  	content: "";
  	position: absolute;
  	z-index: -1;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	
  	-webkit-transform: scale(0);
  	transform: scale(0);
  	-webkit-transition-property: transform;
  	transition-property: transform;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-timing-function: ease-out;
  	transition-timing-function: ease-out;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  }
  .share-buttons a:hover,.share-buttons a:focus,.share-buttons a:active,
  .social a:hover, .social:focus, .social a:active {
  	color: white;
  }
  .share-buttons a:hover:before, .share-buttons a:focus:before, .share-buttons a:active:before,
  .social a:hover:before, .social a:focus:before, .social a:active:before {
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
/*Breadcrum page*/
  .col-md-9 .bread-crumb {
    margin-top: 18px;
	}
  .bread-crumb {
    padding-bottom: 17px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 70px;
    margin-top: 47px;
  }
  .bread-crumb ul {
    margin-bottom: 0;
  }
  .breadcrumbs  li,.breadcrumbs  li a{
    font-size: 15px;
    font-weight: 700
  }
  .breadcrumbs  li{
    position: relative;
    padding-right: 27px;
    margin-right: 15px;
  }
  .breadcrumbs  li::after {
		position: absolute;
		font-size: 20px;
		font-family: 'FontAwesome';
		content: "\f105";
		top: 0;
		right: 0;
  }
  .breadcrumbs  li:last-child:after{
    display: none;
  }
  .search .bread-crumb{
    margin-bottom: 30px;
  }
/*Single Blog*/
  .single .post-bottom .tagcloud a{
    margin-right: 5px;
  }
  .single .blog .post {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .post-author-box {
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
  }
  .post-author-box .img-author{
    float: left;
    margin-right: 30px;
  }
  .post-author-box .img-author img {
    margin: 0 0;
    width:100%;
  }
  .post-author-box .dsc-author .name-author {
    font-size: 16px;
    color: #111;
    font-weight: 700;
  }
  .post-author-box:after {
    content: '';
    display: table;
    clear: both;
  }
  .count-cmt {
    margin-bottom: 28px;
  }
  .comments-area .comment-respond .title-reply,
  .count-cmt span {
    font-size: 26px;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
  }
  .comments-area .comment-respond {
    display: block;
    clear: both;
    margin-top: 57px;
  }
  .comments-area .comment-list .comment-respond{
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .comments-area .comment-list .comment-respond .title-reply{
    margin-bottom: 15px;
  }
  #cancel-comment-reply-link{
    font-size: 16px;
    text-transform: capitalize;
  }
  .comments-area .comment-list {
    padding: 0;
    margin: 0;
  }
	.comment-list li.pingback {
		margin-bottom: 15px;
	}
  .comment-list li.pingback ,
  .comment-list li.comment {
    list-style: none;
  }
  .comment-list .children{
    margin-left: 90px;
    position: static;
    display: block;
    float: none;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
  }
  .comment-list .post-author-box {
    border: none;
    padding-bottom: 0;
    margin-bottom: 22px;
  }
  .comment-list .post-author-box .img-author{
    float: left;
    width:70px;
  }
  .comment-list .post-author-box .img-author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  .comment-list .post-author-box .dsc-author{
    margin-left: 90px;
  }
  .comment-list .info-author {
    padding: 20px 25px;
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .comment-list .info-author p{
    margin-bottom: 0;
  }
  .comment-list .meta-comment {
    margin-top: 15px;
  }
  .comment-list .meta-comment .name-author {
    font-size: 16px;
    color: #111;
    text-transform: capitalize;
  }
  .comment-list .meta-comment .date-comment {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    color: #666;
    margin-right: 15px;
  }
  .comment-list .meta-comment .comment-reply-link { 
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .comment-list .meta-comment .comment-reply-link span {
    font-weight: 700;
    font-size: 13px;
  }
  .comments-area .comment-respond form .inputField input {
    width: 100%;
    background: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: none;
    margin-bottom: 30px;
    padding:12px 19px;
  }
  .comments-area .comment-respond form textarea.grey_comment{
    width: 100%;
    background: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border:none;
    padding:12px 19px;
    height: 130px;
  }
  .comments-area .comment-respond form .form-submit{
    margin-top: 23px;
    margin-bottom: 0;
  }
  .comments-area .comment-respond form .form-submit input{
    padding:12px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border:none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
  }
  form .form-submit input:hover{
    color: #fff;
  }
  .comments-area .comment-respond .title-reply{
    margin-bottom: 35px;
    display: block;
  }
  .single .blog.site-main{
    padding-bottom: 70px;
  }
  .logged-in-as{
    margin-bottom: 0;
  }
/*404*/
  .error-404{
    position: relative;
  }
  .error-404 .midle{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
  }
  .error-404 .center {
    width: 100%;
  }
  .error-404 .content-404{
    position: relative;
    margin-bottom: 78px;
  }
  .error-404 .center .page-header {
    padding: 0;
    margin: 0 0 17px 0;
    border:none;
  }
  .error-404 .center .page-header h1 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin:0;
  }
  .error-404 .center .page-content p {
    font-size: 20px;
    color: #fff;
  }
  .error-404 .bread-crumb{
    margin-bottom: 30px;
  }
  .error-404 .center form {
    position: relative;
    width: 384px;
    margin: 30px auto 0;
  }
  .error-404 .center form label {
    margin: 0;
    float: left;
  }
  .error-404 .center form input[type="search"] {
    border: none;
    -webkit-border-radius: 5px  0 0 5px;
    -moz-border-radius: 5px  0 0 5px;
    -ms-border-radius: 5px  0 0 5px;
    -o-border-radius: 5px  0 0 5px;
    border-radius: 5px  0 0 5px;
    float: left;
    width:270px;
    padding: 15px 20px;
  }
  .error-404 .center form button {
    float: left;
    padding: 15px 30px;
    border: none;
    margin: 0; 
    color:#fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-border-radius: 0  5px 5px 0;
    -moz-border-radius: 0  5px 5px 0;
    -ms-border-radius: 0  5px 5px 0;
    -o-border-radius: 0  5px 5px 0;
    border-radius: 0  5px 5px 0;
  }
  .bottom-content-404{
    margin-bottom: 25px;
  }
/*Term Content*/
  .banner-term .automatic-page .box-content-notlink .box-ct-wr{
    max-width: 520px;
  }
  .banner-term .automatic-page .box-content-notlink .text-ct{
    max-width: 480px;
  }
  .banner-term .automatic-page .title-auto{
    letter-spacing: -2px;
  }
  .term-content h2 {
    font-size: 26px;
    color: #111;
    font-weight: 900;
    margin-top: 65px;
    margin-bottom: 30px;
  }
  .term-content ul {
    padding-left: 45px;
  }
  .term-content ul li {
    list-style: decimal;
  }
/*Store*/
	.automatic-product-category .list-category {
    border: 1px solid #eeeeee;
  }
  .automatic-product-category .list-category ul {
    padding: 0;
    margin:0;
  }
  .automatic-product-category .list-category ul li {
    list-style: none;
  }
  .automatic-product-category .list-category ul li.parent-cat a {
    color: #000;
    font-size: 15px;
    padding: 15px 25px;
    display: block;
  }
  .automatic-product-category .list-category ul li.parent-cat > a{
    border-bottom: 1px solid #eeeeee;
    background: #f9f9f9;
    font-weight: 700;
  }
  .automatic-product-category .list-category ul ul.sub-cat {
    padding: 0 25px;
  }
  .automatic-product-category .list-category ul ul.sub-cat li{
    display: block;
    border-bottom: 1px solid #eeeeee;
  }
  .automatic-product-category .list-category ul ul.sub-cat li a {
    color: #666666;
    font-size: 15px;
    padding: 10px 0;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .automatic-product-category .list-category ul ul.sub-cat li:hover{
    border-bottom-color: transparent;
  }
  .automatic-product-category .list-category ul ul.sub-cat li a:hover{
    padding:10px 10px;
    margin:0 -10px;
    background: #f2f2f2;
  }
  .automatic-product-category .list-category ul ul.sub-cat li.cat-child li{
    border:none;
  }
  .automatic-product-category .list-category ul ul.sub-cat li.cat-child li a{
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .automatic-product-category .list-category ul ul.sub-cat li.cat-child li a:hover{
    margin:0;
    padding:4px 0 4px 20px;
  }
  .automatic-product-category .list-category ul ul.sub-cat li.cat-child ul{
    padding-bottom: 10px;
  }
  .automatic-product-category .list-category ul ul.sub-cat li:last-child{
    border-bottom: none;
  }
  .automatic-product-category .list-category ul ul.sub-cat-1 {
    position: relative;
  }
  .automatic-product-category .list-category ul ul.sub-cat-1 li a {
    position: relative;
    padding-left: 20px;
  }
  .automatic-product-category .list-category ul ul.sub-cat-1 li a:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    color:#e5e5e5;
    font-size: 24px;
    display: inline-block;
  }
/*Page Search Blog*/
.search .page-header{
  margin-top: 0;
  padding-bottom: 0;
}
.search .page-header h1{
  margin:0;
  padding-bottom: 15px;
  font-size: 32px;
  color:#111;
  font-weight: 700
}
.shop_sidebar .sidebar #text-6{
  border:none;
  margin-bottom: 0;
  padding:0;
}
.shop_sidebar .sidebar .widget{
  padding:0;
}
.shop_sidebar .sidebar .widget.widget_top_rated_products{
  border:none;
}
.sidebar .pro-widget .product-title-has-rate .rating-product{
  position: static;
  display: block;
}

.brand-product{
  margin-right: 20px;
  display: inline-block;
  float: left;
}
.brand-product img{
  float: left;
  width:100px;
  height: auto;
}
.product_meta .yith-wcbr-brands,
.product_meta .yith-wcbr-brands-logo{
  display: none;
}
/*******************shortcode******************/

.shortcode-title h2 {
  margin: 0 0 55px;
  padding: 0;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 26px;
  color: #111111;
}

/*Custom Style Tabs*/
.vc_tta-tab > a {
  border: none !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #111111 !important;
  background: none !important;
  padding: 15px 0 !important;
  position: relative;
}

.vc_tta.vc_tta-tabs.font-size-20 .vc_tta-tab > a {
  font-size: 20px;
}

.vc_tta.vc_tta-tabs.font-size-20 .vc_tta-tab {
  padding: 0 40px 0 30px !important;
}
.vc_tta.vc_tta-tabs .vc_tta-tab {
  padding: 0 25px 0 18px !important; 
}
.vc_tta.vc_tta-tabs .vc_tta-tab{
	position:relative;
}
.vc_tta.vc_tta-tabs .vc_tta-tab:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #e5e5e5;
	right: 0;
	top: 50%;
	border-radius: 100%;
	margin-top: -4px;
}
.vc_tta.vc_tta-tabs .vc_tta-tab:first-child {
  padding-left: 0 !important;
}
.vc_tta.vc_tta-tabs .vc_tta-tab:last-child:after{
  background: none !important;
} 
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab:last-child > a {
  background: none !important;
}


.vc_tta.vc_general .vc_tta-panel-body {
  padding: 0 !important;
}
/*  */
.vc_tta.vc_general .vc_tta-panel.vc_active{
	position:relative;
	z-index:1;
	opacity:1;
}
.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{
	display:block!important;
}
.vc_tta.vc_general .vc_tta-panel,
.vc_tta.vc_general .vc_tta-panel.vc_animating{
	position:absolute;
	width: 100%;
	z-index:-1;
	opacity:0;
}
.vc_tta-panels {
  background: none !important;
  border: none !important;
  border-top: 1px solid #f0f0f0 !important;
}

.vc_tta.vc_general .vc_tta-tab.vc_active > a::after {
  height: 2px !important;
  width: 100% !important; 
  bottom: 0 !important;
  display: block !important;
  top: auto !important;
  left: 0 !important;
}

.vc_tta.vc_general .vc_tta-tab > a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.vc_tta.vc_general .vc_tta-tab > a:hover::after {
  right: 0;
}

.vc_tta.vc_general .vc_tta-tab > a::after {
  height: 2px !important; 
  bottom: 0 !important;
  display: block !important;
  top: auto !important;
  left: 0 !important;
  display: block;
  content: '';
  position: absolute;
  content: "";
  z-index: -1;
  right: 100%;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.trendding-product-tab {
  position: relative;
}
.trendding-product-tab .vc_tta-panel-body .automatic-product {
  margin-top: 68px;
}
.trendding-product-tab .vc_tta-container > h2 {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  font-size: 26px;
}
.trendding-product-tab .vc_tta-tabs-list li a {
  padding: 0 !important;
}
.trendding-product-tab .vc_tta-tabs-list li:last-child {
  padding-right: 0 !important;
}
.trendding-product-tab .vc_tta-panels {
  border: none !important;
}

/*Shortcode Tabs*/
/*Tab*/
.automatic-tabs {
  position: relative;
}
.automatic-tabs .divider-line1 {
  height: 1px;
  display: block;
  background: #f0f0f0;
  margin-top: 0;
}
.automatic-tabs.tab-small .automatic-nav li {
  padding: 0 10px;
}
.automatic-tabs.tab-small .automatic-nav li a {
  font-size: 15px;
}
.automatic-tabs.tab-small .automatic-nav li i {
  margin-left: 15px;
}
.automatic-tabs .automatic-nav {
  margin: 0;
  padding: 0;
}
.automatic-tabs .automatic-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}
.automatic-tabs .automatic-nav li.active a:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
}
.automatic-tabs .automatic-nav li a {
  border: none;
  padding: 15px 0px 15px 0px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  display: inline-block;
  margin-left: 0;
  position: relative;
  text-decoration: none;
} 
.automatic-tabs .automatic-nav li a:hover:after {
  content: '';
  height: 2px; 
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
}
.automatic-tabs .automatic-nav li i {
  color: #e5e5e5;
  margin-left: 30px;
  font-size: 10px;
  margin-top: 23px;
  float: right;
}
.automatic-tabs .automatic-nav li:last-child i {
  display: none;
}
.automatic-tabs .automatic-content-tabs {
  margin-top: 38px;
  position: relative;
}
.automatic-tabs .automatic-content-tabs .active {
  position: relative !important;
  opacity: 1 !important;
}
.automatic-tabs .automatic-content-tabs > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.automatic-tabs .automatic-content-tabs > div.active {
  position: relative;
  opacity: 1;
  z-index: 2;
}

/*Advanced Icon*/
.automatic-icon {
  position: relative;
}
.automatic-icon.default {
  padding: 20px;
}
.automatic-icon.default .text-left span.icon {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.automatic-icon.default .text-left h4 {
  margin-top: 0;
  display: inline-block;
}
.automatic-icon.default .text-right span.icon {
  display: inline-block;
  margin-right: 10px;
  float: right;
}
.automatic-icon.default .text-right h4 {
  margin-top: 0;
  display: inline-block;
}
.automatic-icon .icon-size-xs .icon i {
  font-size: 20px;
}
.automatic-icon .icon-size-sm .icon i {
  font-size: 28px;
}
.automatic-icon .icon-size-md .icon i {
  font-size: 36px;
}
.automatic-icon .icon-size-lg .icon i {
  font-size: 42px;
}
.automatic-icon .icon-size-xl .icon i {
  font-size: 48px;
}
.automatic-icon h4.title-icon {
  font-size: 16px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 15px;
}
.automatic-icon .box-content {
  color: #878787;
  font-size: 14px;
  line-height: 20px;
}
.automatic-icon .box-content div, .automatic-icon .box-content p {
  color: #878787;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.automatic-icon .line-row div.border {
  border-right: 1px solid #eeeeee;
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 205px;
}
.automatic-icon .line-row div.border.first {
  border-left: 1px solid #eeeeee;
}
.automatic-icon .line-row div.border:last-child {
  padding-left: 30px;
  padding-right: 30px;
}
.automatic-icon div.icon.active span.icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.automatic-icon div.icon.active span.icon {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*Viewed Product*/
.automatic-viewed-product {
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.automatic-viewed-product .shortcode-title {
  padding: 55px 30px;
  width: 23.810%;
  float: left;
}
.automatic-viewed-product .shortcode-title h2 {
  margin-bottom: 0;
}
.automatic-viewed-product .viewed-product {
  padding: 45px 0;
  width: 65.5%;
  float: left;
}
.automatic-viewed-product .viewed-product .beans-stepslider {
  border-left: 1px solid #dddddd;
  padding-left: 25px;
  padding-right: 25px;
}
.automatic-viewed-product .viewed-product .beans-stepslider img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
  border: 1px solid transparent;
}
.automatic-viewed-product .viewed-product .beans-stepslider img:hover {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.automatic-viewed-product .other-content {
  font-size: 16px;
  color: #666;
  padding: 20px 30px;
  float: right;
  width: 34.5%;
  background: #f4f4f4;
}
.automatic-viewed-product .other-content a.btn {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; 
  display: block;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0;
  font-weight: 700;
}
.automatic-viewed-product .other-content a.btn:hover{
  opacity: 0.7;
}
/*Dailydeals product*/
.automatic-product-dailydeals {
  position: relative;
}
.automatic-product-dailydeals.default {
  background: #fff;
  padding: 70px 70px 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 2px solid transparent;
}
.automatic-product-dailydeals.layout1 {
  margin: 0 -70px;
  padding: 58px 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid transparent;
}
.automatic-product-dailydeals.layout1 .dailydeals-product .new-product .price ins span {
  font-size: 20px;
}
.automatic-product-dailydeals.layout1 .dailydeals-product .new-product .price del span {
  font-size: 14px;
}
.automatic-product-dailydeals.layout2 {
  background: #fff;
  padding: 35px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.automatic-product-dailydeals.layout2.show-more .beans-stepslider .beans-slideset button.slick-arrow.slick-next {
  right: 50px;
}
.automatic-product-dailydeals.layout2.show-more .beans-stepslider .beans-slideset button.slick-arrow.slick-prev {
  right: 100px;
}
.automatic-product-dailydeals.layout2.not-show-more .beans-stepslider .beans-slideset button.slick-arrow.slick-next {
  right: 0px;
}
.automatic-product-dailydeals.layout2.not-show-more .beans-stepslider .beans-slideset button.slick-arrow.slick-prev {
  right: 50px;
}
.automatic-product-dailydeals.layout2 .dailydeals-product {
  padding: 0 20px;
}
.automatic-product-dailydeals.layout2 .dailydeals-product .relative .product-title-has-rate h2 a {
  font-size: 14px;
}
.automatic-product-dailydeals.layout2 .dailydeals-product .relative .price {
  border: none;
  padding-bottom: 0;
  padding-top: 15px;
}
.automatic-product-dailydeals.layout2 .dailydeals-product .slick-slider {
  margin: 0 -20px;
}
.automatic-product-dailydeals.layout2 .dailydeals-product .product-title-has-rate {
  padding-right: 40px;
}
.automatic-product-dailydeals.layout2 .dailydeals-product .new-product {
  padding: 0 20px;
}
.automatic-product-dailydeals.layout2 .dailydeals-product .new-product .price ins span {
  font-size: 15px;
}
.automatic-product-dailydeals.layout2 .dailydeals-product .new-product .price del span {
  font-size: 14px;
}
.automatic-product-dailydeals.layout2 .shortcode-title h2 {
  margin-bottom: 60px !important;
}
.automatic-product-dailydeals.layout2 .beans-stepslider .beans-slideset button.slick-arrow {
  top: -95px;
}
.automatic-product-dailydeals .shortcode-title {
  display: inline-block;
  clear: both;
}
.automatic-product-dailydeals .shortcode-title .settime {
  display: inline-block;
  margin-top: 0;
}
.automatic-product-dailydeals .shortcode-title .settime .settime-box {
  margin-left: 35px;
}
.automatic-product-dailydeals .shortcode-title .settime .settime-box i.fa-clock-o {
  font-size: 26px;
  margin-right: 3px;
}
.automatic-product-dailydeals .shortcode-title .settime .settime-box span {
  border: none;
  float: none;
  margin: 0;
  padding: 0;
  color: #666666;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.automatic-product-dailydeals .shortcode-title .settime .settime-box span b {
  border: none;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  color: #111111;
  font-weight: 700;
  font-size: 20px;
}
.automatic-product-dailydeals .shortcode-title .settime .settime-box span i {
  color: #e5e5e5;
  font-size: 10px;
  margin-left: 10px;
  margin-top: 7px;
  display: inline-block;
}
.automatic-product-dailydeals .shortcode-title .settime .settime-box span > span {
  padding-right: 15px;
  position: relative;
}
.automatic-product-dailydeals .shortcode-title .settime .settime-box span > span:after {
  position: absolute;
  right: 0;
  content: '';
  font-size: 20px;
  top: 50%;
  bottom: 0;
  color: #e5e5e5;
  width: 5px;
  height: 5px;
  background: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.automatic-product-dailydeals .shortcode-title .txt-save {
  display: inline-block;
}
.automatic-product-dailydeals .shortcode-title .txt-save span {
  border: 1px solid #f81824;
  border-left: none;
  color: #f81824;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 14px;
  float: right;
  margin-left: 10px;
  text-transform: uppercase;
  height: 22px;
  position: relative;
}
.automatic-product-dailydeals .shortcode-title .txt-save span:before {
  height: 22px;
  width: 9px;
  position: absolute;
  background: url(../images/border-arrow.jpg) no-repeat left center;
  display: block;
  left: 0;
  top: -1px;
  content: '';
}
.automatic-product-dailydeals .shortcode-title h2 {
  margin-bottom: 65px !important;
  padding-top: 9px;
  display: inline-block;
}
.automatic-product-dailydeals .beans-stepslider .beans-slideset button.slick-arrow.slick-prev {
  left: auto;
  right: 90px;
}
.automatic-product-dailydeals .beans-stepslider .beans-slideset button.slick-arrow.slick-next {
  left: auto;
  right: 35px;
}
.automatic-product-dailydeals .beans-stepslider .beans-slideset button.slick-arrow {
  top: -100px;
  background-color: #ddd;
}
.automatic-product-dailydeals .dailydeals-product {
  display: block;
  clear: both;
}
.automatic-product-dailydeals .dailydeals-product .product-img {
  padding: 15px 10px;
}
.automatic-product-dailydeals .dailydeals-product .more-special-offers {
  position: absolute;
  right: 30px;
  top: 35px;
  background: #dddddd url(../images/icon-more.png) no-repeat center center;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.automatic-product-dailydeals .dailydeals-product .more-special-offers:hover {
  background: transparent url(../images/icon-more.png) no-repeat center center;
  cursor: pointer;
}

.dailydeals-product .relative {
  position: relative;
	padding-bottom:40px;
}
.dailydeals-product .relative .price {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.dailydeals-product .product-img {
  padding: 40px;
}
.dailydeals-product .info-alert {
  top: 0;
  left: 0;
}
.dailydeals-product .new-product {
  padding: 0 35px;
}
.dailydeals-product .slick-slider {
  margin: 0 -35px;
}

.product-title h2 {
  margin: 0;
  line-height: 24px;
  font-size: 17px;
}
.product-title h2 a {
  color: #202020;
  font-size: 17px;
}

.term-product {
  margin-bottom: 20px;
}
.stock_number:before {
	display: table;
	content: '';
}
.stock_number:after {
	display: table;
	content: '';
	clear: both;
}
.stock_number{
	padding:25px 0 15px;
}
.stock_number .already_sold{float:left;}
.stock_number .available{float:right;}
.stock_scroll{
	height: 10px;
	display: block;
	width: 100%;
	background: #eeeeee;
	border-radius: 5px;
	position:relative;
}
.stock_scroll .avaiable{
	position:absolute;
	height: 100%;
	top:0;
	left:0;
	border-radius: 5px;
}
.settime {
  position: relative;
  margin-top: 30px;
}
.settime.settime-for-1 .txt-alert {
  margin-bottom: 25px;
}
.settime.settime-for-1 .txt-alert p {
  float: none;
}
.settime p {
  font-size: 17px;
  color: #212121;
  display: inline-block;
  margin-right: 30px;
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
}
.settime p span {
  color: #fc1013;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
.settime b {
  font-size: 20px;
  font-weight: 700;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  display: inline-block;
  text-align: center;
  line-height: 44px;
}
.settime span b{
  color: #111;
  font-weight: 700;
}
.settime span {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: center;
  position: relative;
  padding-right: 15px;
  text-transform: uppercase;
}
.settime span.style span:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0px;
  top: 20px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: #e5e5e5;
}
.settime span.style span:last-child:after {
  display: none;
}
.settime .settime-box {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.settime .settime-box  > span.colorDefinition{
	padding: 0;
	margin:0;
}
.settime span span:last-child{
	margin:0;
	padding:0;
}
/*Product*/
.list-product-layout1 {
  position: relative;
}
.list-product-layout1 .row > div {
  margin-bottom: 30px;
}

.automatic-product .slide-product.style-1 {
  overflow: hidden;
}
.automatic-product .slide-product.style-1 .product-thumbnails {
  margin-bottom: 0;
  padding-left: 10px;
  padding-top: 0;
}
.automatic-product .slide-product.style-1 .slick-slider {
  margin: 0 -20px;
}
.automatic-product .slide-product.style-1 ul {
  padding: 0;
  margin: 0;
}
.automatic-product .slide-product.style-1 ul.slick-dots {
  margin-top: 5px;
}
.automatic-product .slide-product.style-1 li.product .info-alert {
  top: 0;
  left: 15px;
}
.automatic-product .slide-product.style-1 li.product .price span, .automatic-product .slide-product.style-1 li.product .price ins span {
  font-size: 15px;
}
.automatic-product .slide-product.style-1 .slick-slide > div:last-child li.product {
  border: none;
}
.automatic-product .slide-product.style-1 .slick-slide > div li.product {
  margin: 10px 20px 0;
  padding: 0 15px 0px 20px;
  border-bottom: 1px solid #eeeeee;
}
.automatic-product .slide-product.style-1 .slick-slide > div li.product .col-md-8 {
  padding-right: 0px;
  position: static;
}
.automatic-product .slide-product.style-1 .slick-slide > div li.product .format-price-addcart {
  position: absolute;
  bottom: 15px;
}
.automatic-product .slide-product.style-1 .slick-slide > div li.product .format-price-addcart .price-product {
  margin-top: 0;
}
.automatic-product.title-small .shortcode-title h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.automatic-product .product-rating-list {
  padding: 0;
  margin: 0;
  position: relative;
}
.automatic-product .product-rating-list li.product {
  padding: 20px 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.automatic-product .product-rating-list li.product:last-child {
  border-bottom: none;
}
.automatic-product .product-rating-list li.product h3 ,
.automatic-product .product-rating-list li.product h2{
  font-size: 15px;
}
.automatic-product .product-rating-list li.product .product-thumbnails {
  padding: 20px 20px 20px 15px;
  margin: 0;
}
.automatic-side-3 .automatic-product .product-rating-list li.product .product-thumbnails{
  padding: 20px 0px 20px 0;
}
.automatic-product .product-rating-list li.product .product-title-has-rate {
  padding-right: 0;
}
.automatic-product .product-rating-list li.product .product-title-has-rate .rating-product {
  position: static;
  display: inline-block;
  margin-top: 10px;
}
.automatic-product .product-rating-list li.product .info-alert {
  top: 0;
  left: 15px;
}
.automatic-product .product-rating-list li.product .price span {
  font-size: 15px;
}
.automatic-product .product-rating-list li.product .price del span {
  font-size: 14px;
}
.automatic-product .product-rating-list li.product .price ins span {
  font-size: 15px;
}

/*Testimonial*/
.automatic-testi.title-small .shortcode-title {
  text-align: left;
}
.automatic-testi.title-small .shortcode-title h2 {
  font-size: 20px;
  margin-bottom: 12px;
}
.automatic-testi .icon-testi {
  margin-bottom: 30px;
}
.automatic-testi .txt {
  font-size: 16px;
  position: relative;
}
.automatic-testi .txt p {
  font-size: 16px;
}
.automatic-testi .txt p::before {
  content: '"';
}
.automatic-testi .txt p::after {
  content: '"';
}
.automatic-testi .info h3 {
  margin-bottom: 5px;
}
.automatic-testi .info span {
  font-size: 16px;
  color: #545454;
  font-style: italic;
}

/*Blog*/
.automatic-blog.title-small .shortcode-title h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

/*Page Shop*/
.show-all {
  position: relative;
  clear: both;
  display: block;
  padding: 9px 0 9px 20px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px;
}
.show-all .list-view-as {
  padding: 7px 0;
  margin: 0;
  display: inline-block;
}
.show-all .list-view-as li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-top: 2px;
}
.show-all .list-view-as li i {
  color: #898989;
  font-size: 18px;
}
.show-all .lt-show {
  background: #f5f5f5;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 0;
}
.show-all .lt-show p {
  display: inline-block;
  padding-left: 15px;
  text-align: center;
  line-height: 38px;
  position: relative;
  margin-bottom: 0;
  color: #666666;
}
.show-all .lt-show .custom_select {
  width: 68px;
  min-width: 68px;
  margin-right: 0;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.show-all .lt-show .custom_select:hover {
  cursor: pointer;
}
.show-all .lt-show .custom_select .select_title {
  position: relative;
  font-size: 14px;
  margin-top: -3px;
}
.show-all .lt-show .custom_select .select_title:before {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  font-style: normal;
  position: absolute;
  top: 0;
  color: #666666;
  font-size: 16px;
  right: 14px;
}
.show-all .lt-show .custom_select .select_list {
  width: 68px;
  position: absolute;
  top: 32px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  z-index: -1;
  padding-left: 0;
  margin: 0;
  -webkit-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  -o-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  -ms-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
  transition: all .5s;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  background: #f5f5f5;
  border-top: 1px solid #fff;
}
.show-all .lt-show .custom_select .select_list.active {
  opacity: 1;
  z-index: 999;
  visibility: inherit;
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  width: 68px;
}
.show-all .lt-show .custom_select .select_list li {
  list-style: none;
  border-bottom: 1px solid #fff;
}
.show-all .lt-show .custom_select .select_list li a {
  color: #666;
  padding: 3px 5px;
  display: block;
}

.woocommerce .shop-title {
  margin-bottom: 22px;
  margin-top: 65px;
}
.woocommerce .shop-title h1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: #111;
  text-transform: uppercase;
  font-weight: 900;
}
.woocommerce .shop-title .woocommerce-result-count {
  float: right;
  margin-bottom: 0;
  font-size: 16px;
  color: #666;
}
.woocommerce .products .layout-list {
  opacity: 0;
  z-index: 1;
  background: #fff;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce .products .layout-list.active {
  opacity: 1;
  z-index: 9;
  display: block;
}
.woocommerce .products .layout-grid {
  opacity: 0;
  z-index: 1;
  background: #fff;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce .products .layout-grid.active {
  opacity: 1;
  z-index: 9;
  display: block;
}
.woocommerce .products.grid {
  position: relative;
}
.woocommerce .products.grid .info-alert {
  left: 20px;
  top: 10px;
}
.woocommerce .products.grid ul {
  clear: none;
  margin: 0 0;
}
.woocommerce .products.grid ul div.product {
  padding: 0 20px 18px 20px;
  width: 100% !important;
  margin: 0;
  float: none !important;
  border:1px solid transparent;
}
.woocommerce .products.grid ul div.product .terms-product {
  margin-top: 14px !important;
}
.woocommerce .products.grid ul div.product .button {
  margin-top: 0 !important;
  background: #aaa;
}
.woocommerce .products.grid ul div.product img {
  margin: 0 !important;
  padding: 20px !important;
}
.woocommerce .products.grid ul div.product .product-thumbnails {
  padding-top: 10px;
  margin-bottom: 10px;
}
.woocommerce .products.grid ul.products-type {
  margin-bottom: 30px;
}
.woocommerce .products.grid ul.products-type > li {
  border-right: 1px solid #f5f5f5;
}
.woocommerce .products.grid ul.products-type > li:last-child {
  border-right: none;
}
.woocommerce .products.list {
  position: relative;
}
.woocommerce .products.list .info-alert {
  top: 5px;
}
.woocommerce .products.list .product-thumbnails {
  margin-bottom: 0;
  padding-top: 10px;
}
.woocommerce .products.list .short-description {
  font-size: 14px;
  color: #878787;
}
.woocommerce .products.list .short-description p, .woocommerce .products.list .short-description ul li {
  font-size: 14px;
  color: #666666;
}
.woocommerce .products.list .short-description ul {
  padding-left: 16px;
}
.woocommerce .products.list .short-description ul li {
  list-style-type: initial;
}
.woocommerce .products.list .products-type > li {
  padding: 35px 0 60px;
  border-bottom: 1px solid #f0f0f0;
}
.woocommerce .products.list .products-type > li:first-child {
  padding-top: 0;
}
.woocommerce .products.list .products-type div.product {
  padding: 0;
}
.woocommerce .products.list .product-title-has-rate {
  text-align: right;
  padding-right: 0;
}
.woocommerce .products.list .product-title-has-rate .rating-product {
  position: relative;
  display: inline-block;
}
.woocommerce .products.list .format-price-addcart .price-product {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
}
.woocommerce .products.list .btn-share .add-to a {
  background: none;
  padding-right: 0;
}
.woocommerce .products.list .format-price-addcart .btn-cart .add_to_cart_button span {
  display: block;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
}
.woocommerce .products.list .format-price-addcart {
  margin-top: 15px;
}
.woocommerce .products.list .format-price-addcart .btn-cart {
  display: block;
  clear: both;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 12px;
}
.woocommerce .products.list .format-price-addcart .btn-cart a {
  background: transparent;
}
.woocommerce .products.list .share-yith {
  display: block;
  text-align: right;
}
.woocommerce .products.list .share-yith .btn-share {
  clear: both;
  text-align: right;
  width: 160px;
  float: right;
}
.automatic_banner_product ul{
	padding:0;
	margin:0;
	list-style:none;
}
.woocommerce ul.products li.product .button{
	margin-top:0!important;
}
.automatic-cart .buttons a:hover, .woocommerce-info a:focus, .woocommerce-info a:active, .woocommerce-info a:visited, .woocommerce-info a:hover{
	background: none!important;
}