/*háttérszín*/
body {
background-color: #ffffff;
}

/*főoldali címsorok*/
.module .module-head .module-head-title {
font-weight: 600;
}

/*kategória sáv*/
.header-bottom-line {
 background-color: #A7D67E;
}

.horizontal-category-menu header .category-menu>li.selected>.nav-link, .horizontal-category-menu header .category-menu>li:active>.nav-link, .horizontal-category-menu header {
    color: #F1F1F1;
}

/*kategória kártyák*/

.category-card-link,
.catagory-snapshot-name-link {
font-size: 0.95rem;
}

.category-card.card {
	background-color: #E4F3C8;
}

/*termékoldal fülek*/

.product-page-nav-tabs .nav-link {
font-size: 1.4rem;
background-color: #E4F3C8;
}


.product-page-tab-content {
background-color:#FDFDFD;
}


.product-review-summary .add-review-text {
font-size: 1.05rem;
}

/*főoldali slider*/
.slider-container {
	margin-bottom: 10px;
}


/*youtube video responsive*/
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 98%;
    width: 98%;
    position: absolute;
}




@media (max-width: 880px) {
    .webshop-icons .col-md-3 .col-xs-6 .col-sm-6 {
        width: 22%!important;
    }
}