/* Gallery over products */
.arhive-product-gallery {
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 9;
    max-width: 50px;
}

.arhive-product-gallery-image {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    background-color: #fff;
}
.arhive-product-gallery-image img {
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
}

/* Archive categories */
.archive-product-categories a {
    font-weight: 300;
    font-size: 90%;
    margin-left: 3px;
    text-decoration: none;
    border: none;
    margin-bottom: 10px;
    display: inline-block;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-bottom: 1.992em;
}

/* Testimonial */
.etem-testimonial {
    margin-bottom: 20px;
}
.etem-ca-heading {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.etem-ca-name {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.2;
}
.etem-ca-dep {
    opacity: 0.7;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.2;
}
.etem-ca-image img {
    text-align: center;
    margin: 0 auto;
    width: 126px;
    height: 126px;
    border-style: solid;
    border-color: #d6d6d6;
    border-width: 2px;
    border-radius: 99px;
    margin-bottom: 20px;
}
.etem-testimonials .slick-dots {
    bottom: 5px;
}
.etem-testimonials .slick-slider {
    padding-top: 40px;
    padding-bottom: 40px;
}

.etem-my-team-image img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.my-team-wrapper {
    padding: 15px;
}

.etem-widget-text-before {
    padding-top: 10px;
    padding-bottom: 20px;
}
.progressbar {
    display: inline-block;
    width: auto;
}
.circle {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
}
.skills-circle {
    display: inline-block;
    padding: 20px;
}
.circle .circle-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 31px;
    margin-top: -5px;
}
.counter-text {
    margin-top: 15px;
    font-size: 22px;
}
.em-tabs {
    margin-bottom: 20px;
}
.em-tabs li {
    list-style: none;
}
#first-tab-group > div {
    display: none;
}
#first-tab-group > div:first-of-type {
    display: block;
}
ul.em-tabs {
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
}
.etem-tabs ul.em-tabs li {
    margin: 0;
    padding: 5px 10px 5px 5px;
    border: 0;
    display: inline-block;
}
.em-tabs a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.6;
}
.em-tabs a.active, .em-tabs a:hover {
    opacity: 1;
}
.tab-delimiter:after {
    content: '/';
    display: inline-block;
    margin-right: 10px;

}
.tabs-wrapper {
    padding: 15px;
}
.tabs-custom-text {
    margin-bottom: 20px;
}

ul.products .news-item.woo-product li.product,
.etem-woo-products-shortcode.woocommerce ul.products li.product {
    width: auto;
}
.news-item.woo-product.product,
.etem-woo-products-shortcode.woocommerce .woo-product {
    padding: 15px;
}
.etem-woo-products .container {
    position: relative;
    z-index: 3;
}