.firstPageBanners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.firstPageBanners .banner {
    height: auto;
    width: 48%;
    padding-bottom: 10px;
    margin-bottom: 4%;
    background-color: #ffffff;
    /* border: 1px solid #E0E0E0; */
}

.firstPageBanners .banner .image {

}

.firstPageBanners .banner .image img {
    width: 100% !important;
    display: block  !important;
}

.firstPageBanners .banner .title {
    padding: 10px;
    position: relative;
    background-color: #ffffff;
}

.firstPageBanners .banner .title .prices {
    text-align: right;
    float: right;
    line-height: 20px;
    height: 20px;
}

.firstPageBanners .banner .title .prices .price {
    color: #80d6f7;
    font-weight: 600;
    font-size: 14px;
}

.firstPageBanners .banner .title h3 {
    color: #094fa3;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.firstPageBanners .banner .title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* LIST OF CATEGORIES START */

.listOfItemsCategories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listOfItemsCategories .category {
    /* height: 272px;
    width: 30%;
    margin-bottom: 25px; */


   height: auto;
   width: 49%;
   padding-bottom: 10px;
   margin-bottom: 2%;
   background-color: #ffffff;

}

.listOfItemsCategories .category .image {

}

.listOfItemsCategories .category .image img {
    width: 100% !important;

    display: block  !important;
}

.listOfItemsCategories .category .title {
    padding: 20px;
    position: relative;
    background-color: #ffffff;
}

.listOfItemsCategories .category .title .prices {
    text-align: right;
    float: right;
    line-height: 20px;
    height: 20px;
}

.listOfItemsCategories .category .title .prices .price {
    color: #80d6f7;
    font-weight: 600;
    font-size: 14px;
}

.listOfItemsCategories .category .title h3 {
    color: #094fa3;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.listOfItemsCategories .category .title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* LIST OF CATEGORIES END */

/* LIST OF PRODUCTS START */

.listOfProducts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listOfProducts .product {
    height: auto;
    width: 30%;
    margin-bottom: 25px;
    margin-bottom: 25px;
    background: #ffffff;
    /* border: 1px solid #E0E0E0; */
    border: 1px solid #E0E0E0;
}

.listOfProducts .product .title {
    padding: 20px;
    position: relative;
    background-color: #ffffff;
}

.listOfProducts .product .image {
    position: relative;
}

.listOfProducts .product .title:after {
    content: "";
    display: table;
    clear: both;
  }

.listOfProducts .product .title .prices {
    text-align: right;
    float: right;
    margin-left: 20px;
    line-height: 20px;
    color: #00aeef;
    font-weight: 600;
    font-size: 25px;
}

.listOfProducts .product .title h3 {
    color: #094fa3;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    height: 70px !important;
    
}

.listOfProducts .product .title .btn {
    width: 100% !important;
    padding: 8px 16px !important;
}

/* LIST OF PRODUCTS END */


/* LIST OF list Of Inside Packet START */

.listOfInsidePacket {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listOfInsidePacket .insidePacketProduct {
    height: 262px;
    width: 16%;
    margin-bottom: 25px;
    background-color: #ffffff;
}

.listOfInsidePacket .insidePacketProduct .image {
    height: 130px;
    overflow: hidden;
}

.listOfInsidePacket .insidePacketProduct .image img {
    width: 100% !important;

    display: block  !important;
}

.listOfInsidePacket .insidePacketProduct .title {
    padding: 10px;
    font-size: 12px;
    position: relative;
    background-color: #ffffff;
}

.listOfInsidePacket .insidePacketProduct .title .prices {
    text-align: right;
    float: right;
    line-height: 20px;
    height: 20px;
}

.listOfInsidePacket .insidePacketProduct .title .prices .price {
    color: #80d6f7;
    font-weight: 600;
    font-size: 14px;
}

.listOfInsidePacket .insidePacketProduct .title h3 {
    color: #094fa3;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    min-height: 60px; 
}

.listOfInsidePacket .insidePacketProduct .title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* LIST OF list Of Inside Packet END */


.sidebar {
    width: auto;
}


@media only screen and (max-width: 1200px) {
      
    .listOfInsidePacket .insidePacketProduct {
        height: auto;
        width: 21%;
    }
}

@media only screen and (max-width: 950px) {
    .listOfItemsCategories .category {
        height: auto;
    }
    
    .listOfInsidePacket .insidePacketProduct {
        height: auto;
        width: 30%;
    }
}

@media only screen and (max-width: 800px) {

    .firstPageBanners .banner {
        width: 47%;
    }

    .firstPageBanners .banner {
        height: auto;
    }    

    .listOfItemsCategories .category {
        width: 100%;
        height: auto;
    }

    .listOfItemsGrid {
        display: flex; 
        flex-direction: column;
    }

    .listOfItemsGrid .span3 {
        order: 2; 
    } 
    
    .listOfItemsGrid .span9 {
        order: 1; 
    }

    .sidebar img {
        text-align: center;
    }

    .listOfProducts .product { 
        width: 47%;
    }
}

@media only screen and (max-width: 500px) {

    .firstPageBanners {
        flex-direction: column;
    }

    .firstPageBanners .banner {
        width: 100%;
        height: auto;
    }

    .firstPageBanners .banner .images {
        height: auto;
    }

    .listOfItemsCategories .category {
        height: auto;
    }

    .listOfProducts .product { 
        width: 100%;
        height: auto;
    }
    
    .listOfProducts .product .image img { 
        width: 100%;
    }
    
    .listOfInsidePacket .insidePacketProduct {
        height: auto;
        width: 47%;
    }

}

.categoriesSideMenu {

}

.categoriesSideMenu ul ul {
    margin-left: 10px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.categoriesSideMenu ul ul ul {
    display: none;
    margin-left: 30px;
    margin-top: 3px;
}

.categoriesSideMenu ul ul > ul {
   
}

.categoriesSideMenu li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.categoriesSideMenu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333333;
    font-size: 16px;
}

.categoriesSideMenu li a:hover {
    text-decoration: none;
}

.sideMenu-plusIcone {
    float: left;
    margin-top: 2px;
    cursor: pointer;
    padding-right: 5px;
}

.sideMenu-minusIcone {
    float: left;
    margin-top: 9px;
    cursor: pointer;
    padding-right: 5px;
}

#firstPageBannerImage {
    margin-bottom: 25px;
    height: 500px;
    width: 100%;
}

#firstPageBannerImage #imageBanner {
    height: 100%;
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center top;
}

#firstPageBannerImage #imageBanner.mobile {
    display: none;
}

@media only screen and (max-width: 500px) {
    #firstPageBannerImage {
        height: 500px;
    }

    #imageBanner.mobile {
        background-position: bottom !important;
    }

    #firstPageBannerImage #imageBanner.notMobile {
        display: none;
    }

    #firstPageBannerImage #imageBanner.mobile {
        display: block;
    }
}

.fullWidth {
    width: 1100px;
    margin: 0 auto;
    margin-top: 25px;
}

.newsAll {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.newsAll .box {
    width: 44%;
}

.newsAll .box h2 {
    font-size: 22px;
}

.newsAll .box  .box-content .image{
    float: left;
    width: 35%;
}

.newsAll .box  .box-content .text {
   float: right;
   width: 60%;;
}

@media only screen and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }

    .newsAll .box {
        width: 40%;
    } 
}


@media only screen and (max-width: 800px) {
    .newsAll {
        display: block;
        flex-direction: column;
    }

    .newsAll .box {
        width: 90%;
        margin: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .newsAll .box {
        width: 84%;
    }
}


.filter-item {
    width: 100%;
}

.filter-item .group {
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}

ul.brand-filter, ul.group-filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 0px;
    padding-top: 8px;
}

ul.brand-filter li, ul.group-filter-list li {
    position: relative;
    color: #444;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 8px;
    border-radius: 15px;
    padding: 2px 3px;
    margin-right: 5px;
    border: 1px solid #00AEEF;
}

ul.brand-filter li, ul.group-filter-list li:hover {
   
}

.tag-filter:hover {
    color: #ffffff;
    background: #00AEEF;
    border: 1px solid #00AEEF;
}

.tag-filter:hover label{
    color: #ffffff;
}

ul.brand-filter li label, ul.group-filter-list li label {
    margin-bottom: 0px;
    cursor: pointer;
    cursor: pointer;
    font-size: 14px;
    padding: 0 10px;
}

.filterbrand {
    border: 1.5px;
}

ul.brand-filter li.filterbrand.checked, ul.group-filter-list li.tag-filter.checked {
    background: #00AEEF;
}

ul.brand-filter li.filterbrand.checked, ul.group-filter-list li.tag-filter.checked label{
    color: #ffffff;
}

li.filterbrand.checked span{
    color: #009090 !important;
}

.filterbrand:hover {
    background: rgba(49, 149, 242, 0.1);
    border: 1.5px solid #009090;
}

.group-filter-reset {
    float: right;
    cursor: pointer;
    color: #828282;
    font-size: 12px;
    text-transform: uppercase;
}

.topMargin {
    margin-top: 25px;
}

#formDifferentShippingAddress {
    display: none;
}

.loader {
    display: none;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #094fa3;
    border-bottom: 6px solid #094fa3;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.termsAndConditionsBox label.error {
   
    color: red !important;
}

#couponErrorMsg {
    color: red;
    margin-top: 5px;
}

#basket-packet {
    display: none;
}

#basket-packet #basket-packet-add {
    display: none;
}

#basket-packet #basket-packet-remove {
    display: none;
}

.ui-autocomplete {
    z-index: 10000;
}

.add-other-products-box {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 10px;
}

.add-other-products-box span {
   display: block;
   font-size: 16px;
   font-weight: 600;
}

.add-other-products-box svg {
    margin-top: 5px;
}

#searchBox #searchstring {
    background: #F2F2F2;

    border: 0px;
    padding: 10px 15px;
    box-shadow: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    float: left;
}

#searchBox {
    width: 280px;
}

#searchBox ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #40C8F4;
    opacity: 1; /* Firefox */
}

#searchBox :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #40C8F4;
}

#searchBox ::-ms-input-placeholder { /* Microsoft Edge */
    color: #40C8F4;
}

#searchBox #searchButton {
    cursor: pointer;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #F2F2F2;
    padding: 10px 15px;
    float: right;
}

#searchBox #searchButton svg:hover path {
    fill: #40C8F4;
}

img.header-logo {
float:left; width: 300px; margin-top:16px;
}
.visible-mobile {

	display:none;
}

/* SM Small Device :550px. */
@media only screen and (max-width: 380px) {
		img.header-logo {
		
			max-width: 80%;
		}
		.mobilefullwidth h5 {
			line-height: 17px !important;
		}
		.mobilefullwidth {
			/* padding: 0px !important; */
			box-shadow: none !important;
			border: none !important;
		}
		
		.visible-mobile {

			display:block;
		}

		
 
}

.btn-green {
    background-color: #28a745;
}

#buySeparately {
    margin-top: 10px;
    margin-left: 25%;
}

#buySeparately:hover, #buySeparately:active, #buySeparately:visited {
  background-color: #218838;
}

.komplet-introduction {

}

.komplet-introduction:after {
    content: "";
    display: table;
    clear: both;
}

.komplet-introduction div.instructinos  {
	margin: auto;
	width: 50%;
	text-align: center;
	margin-top: -50px;
}
.komplet-introduction .border  {
	border: 3px solid  #fff;
	margin: auto;
	width: 330px;
	height: 330px;
	border-radius: 50%;
}
.komplet-introduction .img {
	width: 300px;
	height: 300px;
	margin: auto;
	border: 15px solid  #00aeef;
	background-size: cover;
    border-radius: 50%;
}
.komplet-introduction .img img {
    border-radius: 50%;
}

.komplet-introduction .bonuses .bonus-image.discount{
	background-color: #fff;
	background-size: 85%;
	background-position: center center;
	background-repeat: no-repeat;
}
.komplet-introduction .bonuses .bonus-image{
	width: 150px;
	height: 150px;
	border: 10px solid  #00aeef;
	background-size: cover;
    border-radius: 50%;	
	
}
.komplet-introduction .bonuses .image {
	margin:20px;
}
.komplet-introduction .bonuses {
	width: 100%;
	display:flex;
	justify-content: center;
	
}


.komplet-introduction .content .title {
    font-weight: 800;
    font-size: 25px;
}

.komplet-introduction .content .discounts {
    margin-top: 15px;
}

.komplet-introduction .content .discounts .discountsImg {
    float: left;
    height: 30px; 
    width: 30px; 
    margin-right:2px; 
    margin-top:10px; 
}

.komplet-introduction .content .discounts .text {
    float:left; 
    margin-top:14px; 
    margin-left:10px;
}

.komplet-introduction .content .discounts:after {
    content: "";
    display: table;
    clear: both;
} 

.komplet-introduction .content .bonuses {
    margin-top: 15px;
} 

#addedToBasketMessage {
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 60px;
    line-height: 60px;
    z-index: 1000;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #0F834D;
    display: none;
}



/**
 *  komplet addon
 */ 


.ribbon {
	font-size: 25px !important;
	/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

	width: 50%;

	position: relative;
	background: #00aeef;
	color: #fff;
	text-align: center;
	padding: 1em 2em; /* Adjust to suit */
	margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
	margin-top: -50px;
}
.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	border: 1.5em solid #05a8e4;
	z-index: -1;
}
.ribbon:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;
}
.ribbon:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #158bb7 transparent transparent transparent;
	bottom: -1em;
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 1em 1em 0 0;
}
.title.ribbon {
	width: 80%;
}


@media only screen and (max-width: 728px) {
	
		
	.komplet-introduction .border  {
		border: 3px solid  #fff;
		margin: auto;
		width: 280px;
		height: 280px;
		border-radius: 50%;
	}
	.komplet-introduction .img {
		width: 250px;
		height: 250px;
		margin: auto;
		border: 15px solid  #00aeef;
		background-size: cover;
		border-radius: 50%;
	}		
			
	.title.ribbon {
		width: 50%;
	}
 
	.komplet-introduction .bonuses .bonus-image{
		width: 50px;
		height: 50px;
		border: 3px solid  #00aeef;
		background-size: cover;
		border-radius: 50%;	
	}
 
}

.user-search {
    /*background: #F2F2F2 !important;
    border: 0px !important;
    width: 260px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 10px !important;
    font-size: 13px !important;
    color: #555555 !important;*/

    background: #FFFFFF !important;
    color: #828282 !important;
    font-size: 13px !important;
    padding: 10px !important;
    width: 190px !important;
    border: solid 1px #828282 !important;
    border-top: 0 !important;

}

.ui-helper-hidden-accessible div {
    background-color: red !important;
}

.ui-menu-item-wrapper {
    background: #FFFFFF !important;
    border: 0 !important;
    padding-bottom: 6px;
}

.ui-menu-item-wrapper:hover {
    background: #FFFFFF !important;
    border: 0px !important;
    cursor: pointer;
    color: #40C8F4 !important;
}

@media only screen and (max-width: 400px) {
    .cart-container {
        margin: 0px;
        width: 94%;
    }

    .box-content {
        margin-left: -12px;
        padding-right: 5px;
    }
    
    #cart_tbody tr td:last-child {
      /*   margin-right: -15px; */
    }

}


.total-price h4 {
    display: inline-flex;
}

.social-icone {
    margin-right: 23px;
    margin-bottom: 15px;
}

.base {
    color: #c7c8c8;
}


.retryPayButton {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    background: #00aeef;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 21px;
    border-radius: 2px;
    padding: 8px 10px;
    margin-top: 25px;
  }
  
.retryPayButton:hover {
text-decoration: none;
color: white;
background-color: #cacaca;
}

.categoryInfo {
    font-weight: bold;
}  

.categoryInfoBottom {
    font-weight: bold;
}

#bonuses {
    position: relative;
    margin-left: 4px;
}

#bonuses .bonus {
    float: left;
    width: 30%;
    margin-right: 5px;
    position: relative;
    text-align: center;
    margin-right: 8px;
}

#bonuses .bonus.notAvailable{
    opacity: 0.5;
}

#bonuses .bonus img {
   /*  position: absolute;
    top: 55px;
    width: 60px;
    height: 70px;
    z-index: 10;
    left: 15px; */

    position: absolute; 
    left: 6px; 
    right: 0; 
    top: 55px;
    margin-left: auto; 
    margin-right: auto; 
    width: 60px;
    height: 70px;
}



@media only screen and (max-width: 1200px) {
    #bonuses .bonus img{
        left: 0px;
    }
}

#bonuses .bonus .title {

    height: 45px;
    
    display : flex;
    align-items :flex-end;
    justify-content: center;
}

#bonuses .bonus .subtitle{
   
    height: 45px;
    display : flex;
    align-items :flex-start;
    justify-content: center;
    font-weight: bold;
 
}

#bonuses .bonus-connection {
    width: 15px;
    height: 4px;
    float: left;
    margin-top: 86px;
    background-color: #094FA3;
}

#bonuses .bonus-connection.notAvailable {
    opacity: 0.5;
}

.bannerIdeas {
   /* display: flex;
   flex-wrap: wrap;
   justify-content: flex-start; */

   display: grid;
   grid-gap: 20px;  /* Simply adjust this value !*/
   grid-template-columns: repeat(3, 1fr); /* OR grid-template-columns: 1fr 1fr 1fr;*/
   grid-auto-rows: 1fr;
}

.bannerIdeas > .bannerIdea {
    background-color: #ffffff;
    height: auto;
}

.bannerIdeas .bannerIdea {

}

.bannerIdeas .bannerIdea .content {
 
}

.bannerIdeas .bannerIdea .content .title a:hover, .bannerIdeas .bannerIdea .content .title:focus {
    text-decoration: none !important;
    color: orange !important;
}

.bannerIdeas .bannerIdea .content .image {
    width: 100%;
    padding-bottom: 85%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bannerIdeas .bannerIdea .content .title {
    font-weight: bold;
    padding: 10px;
    position: relative;
}

.bannerIdeas .bannerIdea .content .title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bannerIdeas .bannerIdea .content .text {
    padding: 10px;
}

.totalTextInBasket {
    max-width: 154px; 
    float: left;
}

@media only screen and (max-width: 1200px) {
    .bannerIdeas {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 15px;
     }

     .totalTextInBasket {
        max-width: 100%; 
        float: left;
    }
}

@media only screen and (max-width: 500px) {
    .bannerIdeas {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 15px;
     }
}

.showAllBtn {
    width: auto;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 15px;
}

.socialLink:hover {
    text-decoration: none;
}


.top-header-container {
    width: 100%;
    background-color: #ffffff;

}

.top-header {
    width: 1200px;
    margin: 0 auto;
}

.top-header .top-container {
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    display: grid;
    align-items: center;
    min-height: 28px;
    grid-template-columns: 60px auto;
}

.top-header .top-container .left-container {

}

.top-header .top-container .left-container .social-media-links {
    display: grid;
    grid-template-columns: auto auto;
}

.top-header .top-container .right-container {
    min-height: 32px;
    line-height: 32px;
}

.top-header .top-container .right-container .quick-links {
    float: right;
}

.top-header .top-container .right-container .quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-header .top-container .right-container .quick-links ul li {
    display: inline-block;
    padding: 0 15px;
}

.top-header .top-container .right-container .quick-links ul li a {
    color: #828282;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.top-header .top-container .right-container .quick-links ul li a:hover {
    text-decoration: none;
    color: #f79239;

}

.top-header .top-container .right-container .search-container {
    float: right;
    cursor: pointer;
    margin-left: 15px;
}

.top-header .top-container .right-container .search-container .search-input {
    display: none;
}

.top-header .top-container .right-container .search-container .search-input.open {
    display: inline-block !important;
}

.top-header .top-container .right-container .search-container .search-icon {
    margin-top: 5px;
}

.top-header .top-container .right-container .search-container .search-input input {
    border: 0;
    outline: none;
    font-size: 16px;
    border: 0;
    box-shadow: none;
    border-bottom: solid 1px #E0E0E0;
    height: 100%;
}

.top-header .top-container .right-container .search-container .search-input input:focus{
    box-shadow: none;
    background-color: #FFFFFF;
    outline: none;
}

.top-header .bottom-container {
    display: grid;
    align-items: center;
    padding: 15px 0;
    grid-template-columns: 300px auto 35px;
}

.top-header .bottom-container .logotype {

}

.top-header .bottom-container .logotype img {
    width: 100%;
}

.top-header .bottom-container .menu {
    text-align: center;
}

.top-header .bottom-container .mobile-menu-trigger {
    display: none;
}

.top-header .bottom-container .menu .close-mobile-menu {
    display: none;
}

.top-header .bottom-container .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-header .bottom-container .menu ul li {
    display: inline-block;
    padding: 0 15px;
}

.top-header .bottom-container .menu ul li.active a {
    color: #f79239;
}

.top-header .bottom-container .menu ul li a {
    color: #20409A;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.top-header .bottom-container .menu ul li a:hover {
    text-decoration: none;
    color: #f79239;
}

.top-header .bottom-container .shopping-bag-container {

}

.top-header .bottom-container .shopping-bag-container .shopping-bag {
    position: relative;
    float: right;
}

.top-header .bottom-container .shopping-bag-container .shopping-bag svg {

}

.top-header .bottom-container .shopping-bag-container .shopping-bag .shopping-bag-items-circle {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #8DD8F8;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    color: #FFF;
    font-size: 8px;
    font-weight: 700;
    left: -4px;
    top: -5px;
}

.hidden-desktop-950 {
    display: none;
}


.articles-in-row {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.single-article {
    border: 1px solid #E0E0E0;
}

.single-article .image {
    position: relative;
}

.single-article .image div {
    margin: 10px;
}

.single-article .image img {
    width: 100%;
    vertical-align: middle;
}

.single-article .title {
    width: 100%;
    padding: 10px;
}

.single-article .title h3 {
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    min-height: 45px;
    max-height: 45px;
}


.single-article .title a:hover {
    text-decoration: none;
    color: #f79239;
}

.single-article .title .title-price-group {
    display: grid;
    column-gap: 10px;
    grid-template-columns: auto 70px;
}

.single-article .title .title-price-group .prices {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #00AEEF;
}

.single-article .addition-option {
    height: 20px;
}

.single-article .addition-option label {
    font-size: 12px !important;
}

.single-article .addtobasketlist {
    width: 100% !important;
    padding: 12px 4px !important;
}


.highlighted-content-list {
    width: 1200px;
    margin: 20px auto;
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.highlighted-content-list .content-box {
    border: 1px solid #E0E0E0;
}

.highlighted-content-list .content-box .image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    vertical-align: middle;
}

.highlighted-content-list .content-box .image {
   min-height: 280px;
   height: 280px;
}

.highlighted-content-list .content-box .title {
    color: #20409A;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    min-height: 80px;
}

.highlighted-content-list .content-box .short-description {
    color: #20409A;
    font-size: 14px;
    font-weight: 400;
    max-height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.highlighted-content-list .content-box .btn-more {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background-color: #00aeef;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    text-transform: uppercase;
    display: block;
    margin: 5px 20px;
    padding: 10px 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.highlighted-content-list .content-box .btn-more:hover {
    background-color: #80d6f7;
}

.center-container {
    width: 1200px;
    margin: 0 auto;
}

.bottom-footer {
    background-color: #F2F2F2;
    padding: 20px 0;
}

.bottom-footer .center-container {
    display: grid;
    grid-template-columns: 300px auto;
    padding: 30px 0;
    background-color: #F2F2F2;
    border-top: solid 1px #BDBDBD;
    column-gap: 35px;
    align-items: center;
}

.bottom-footer .center-container .copyright {
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}

.bottom-footer .center-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.bottom-footer .center-container ul li {
    margin: 0 5px;
    display: inline-block;
}

.bottom-footer .center-container ul li a {
    color: #797d7b;
}

.bottom-footer .center-container ul li a:hover {
    text-decoration: none;
    color: #f79239;
}

.bottom-bottom-footer {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
}

#newsletter-div .input-append input {
    /*padding:14px 5px;*/
    height: auto !important;

}

#newsletter-div .input-append button {

}

#newsletter-div #required_checkbox {
    margin-top: 5px;
}

@media only screen and (max-width: 1240px) {
    .top-header {
        width: 96%;
        margin: 0 auto;
    }

    .articles-in-row {
        width: 96%;
    }

    .center-container {
        width: 96%;
    }

    .highlighted-content-list {
        width: 96%;
    }

    .highlighted-content-list .content-box .image {
        min-height: unset;
    }

}

.center-container h2 {
    color: #20409A;
    font-size: 28px;
    font-weight: 900;
}

.all-highlighted-content a {
    text-align: right;
    color: #20409A;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.all-highlighted-content a:hover {
    color: #f79239;
    text-decoration: none;
}


@media only screen and (max-width: 950px) {

    .top-header .bottom-container .menu {
        display: none;

    }

    .top-header .bottom-container .mobile-menu-trigger {
        display: block;
    }

    .top-header .bottom-container .mobile-menu-trigger svg {
        float: right;
        cursor: pointer;
        margin-right: 15px;
    }

    .top-header .bottom-container .menu {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #ffffff;
        height: 100vh; /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);
    }

    .top-header .bottom-container .menu ul {
        text-align: right;
    }

    .top-header .bottom-container .menu ul li {
        display: block;
        border-bottom: 1px solid #E0E0E0;
    }

    .top-header .bottom-container .menu ul li a {
        padding: 15px 0;
        display: block;
    }

    .top-header .bottom-container .menu .close-mobile-menu {
        display: block;
        text-align: right;
        padding: 15px 15px 0;
    }

    .hidden-desktop-950 {
        display: block;
    }

    .special-menu-items a {
        color: #828282 !important;
    }

    body.disableScroll {
        overflow: hidden;
        height: 100%;
    }

    .top-header .top-container .right-container ul {
        display: none;
    }

    .articles-in-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlighted-content-list {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media only screen and (max-width: 700px) {
    .bottom-footer .center-container {
        grid-template-columns: 200px auto;
    }
}

@media only screen and (max-width: 600px) {
    .bottom-footer .center-container {
        grid-template-columns: auto;
        justify-content: center;
        row-gap: 15px;
    }

    .bottom-footer .center-container img {
        max-width: 200px;
    }

    .bottom-bottom-footer {
        grid-template-columns: auto;
        row-gap: 15px;
        text-align: center;
    }

    .bottom-footer .center-container ul {
        text-align: center;
    }

    .bottom-footer {
        padding: 10px 0;
    }

}


@media only screen and (max-width: 500px) {
    .single-article .title .title-price-group {
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 480px) {
    .single-article .title h3 {
        min-height: 60px;
        max-height: 70px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    .highlighted-content-list .content-box .title {
        min-height: 60px;
        max-height: 80px;
        padding: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .highlighted-content-list .content-box .short-description {
        padding: 5px;
    }
}

@media only screen and (max-width: 453px) {
    .single-article .addition-option {
        height: 31px;
    }
}

@media only screen and (max-width: 450px) {
    .top-header .bottom-container {
        grid-template-columns: 200px auto 35px;
    }
}

.vsebina a{

    text-decoration: underline;
    color: #092c6c;
}

.vsebina h3{
    font-size: 32px;
    line-height: 36px;
}