.avada-product-grid {
    float: left;
    padding: 0 10px;
    width: 33.33333%;
    margin: 0 0 20px 0;
}
.avada-product-wrapper {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 51px 3px;
}
.avada-product-wrapper img {
    height: 253.6px;
    transition: all .4s;
}
.avada-product-wrapper a:hover img{
    transform: scale(1.2);
}
.avada-product-title {
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 15px 29px;
    text-align: center;
    background: #00853e;
}
.sidebar .widget:first-child .widget-title {
    margin-top: 0;
}

.sidebar .afw_widget_categories ul li {
    display: block;
    color: #646464;
    position: relative;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #e0dede;
}

.sidebar .afw_widget_categories ul li a {
    display: block;
    overflow: hidden;
    margin-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar .afw_widget_categories ul li a:before {
    position: absolute;
    font-family: icomoon;
    content: "\f105";
    margin-left: -12px;
}

.sidebar .afw_widget_categories ul li:last-child {
    border: none;
}

.sidebar .afw_widget_categories ul li .afw-ico {
    right: 0;
    top: 17px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;

}

.sidebar .afw_widget_categories ul li .afw-plus {
    background-image: url('../imgs/plus.svg');
}

.sidebar .afw_widget_categories ul li .afw-minus {
    background-image: url('../imgs/minus.svg');
}

.sidebar .afw_widget_categories ul li:first-child > .afw-ico {
    top: 7px;
}

.sidebar .afw_widget_categories .children {
    display: none;
    padding-left: 5px 0 0 10px;
}

.afw-product-wrapper {
    margin-bottom: 30px;
}

.afw-product-wrapper .product-gallery {
    width: calc(50% - 25px);
    float: left;
}

.afw-product-wrapper .product-gallery .gallery-top {
	border-radius: 2px;
    border: 1px solid #CCC;
	margin-bottom: 20px;
}

.product-gallery img {
    width: 100%;
    display: block;
}

.afw-product-wrapper .swiper-slide {
    overflow: hidden;
}

.afw-product-wrapper .gallery-thumbs .swiper-slide {
    margin-bottom: 0;
}

.afw-product-wrapper .gallery-thumbs .swiper-slide img {
    padding: 1px;
    border: 1px solid #CCC;
}

.afw-product-wrapper .gallery-thumbs .swiper-slide-thumb-active img {
    border-color: #3bafbf;
}

.afw-product-wrapper .product-summary {
    width: 50%;
    float: right;
}

.afw-product-wrapper .product-summary > h1 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}

.afw-product-wrapper .product-summary p:first-child {
    margin-top: 0;
}

.afw-product-wrapper .share-box {
    margin-top: 30px;
}

.afw-product-wrapper .share-box > h4 {
    display: none !important;
}

.afw-product-wrapper .share-box .fusion-social-networks {
    text-align: center;
}

.afw-product-wrapper .fusion-button {
    padding: 10px 30px;
}

.afw-tabs .nav {
    margin-bottom: 20px;
}

.afw-tabs .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.afw-tabs .nav-tabs li {
    float: left;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}

.afw-tabs .nav-tabs li.active {
    background-color: #ccc;
}

.afw-tabs .tab-pane {
    display: none;
}

.afw-tabs .tab-pane.active {
    display: block;
}

/* .afw-product-wrapper .product-summary .share-box {
    margin: 0;
    height: auto;
    padding: 10px;
}

.afw-product-wrapper .product-summary .share-box > h4 {
    display: none;
}

.afw-product-wrapper .product-summary .share-box .fusion-social-networks {
    text-align: center;
} */

@media screen and (max-width:767px) {
    .avada-product-grid {
        width: 50%;
    }
    .avada-product-wrapper img {
        height: 105px;
    }
}

@media screen and (max-width:1023px) {
    .afw-product-wrapper .product-gallery,
    .afw-product-wrapper .product-summary {
        width: 100%;
        float: none;
    }
    .afw-product-wrapper .product-summary {
        margin-top: 20px;
    }
    .afw-product-wrapper .share-box {
        padding: 0;
        margin-top: 20px;
    }
}