.products-section {
    position: relative;
    height: calc(100vh - 6.927083333333334VW);
}
.category-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.ice-element {
    position: absolute;
    z-index: 10;
    background: #fff2c8;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 73.02083333333333VW;
    height: 29.6875VW;
}
.split {
    position: relative;
    overflow: hidden;
    float: left;
    width: 34%;
    height: 100%;
}
.product-element {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.005, 1.005);
}
.split.subcateg{
    background: #ecfafd;
}
.split.subcateg .product-element{
    display: block;
    width: 65%;
    height: 80%;
    object-fit: contain;
    margin: 0 auto;
    object-position: center center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.product-element.percent-middle {
    object-position: 50% 100%;
}
.split.eighty {
    width: 66%;
    padding-left: 2.604166666666667VW;
    padding-right: 1.4583333333333333VW;
    padding-top: 3.854166666666667VW;
}
.split h2 {
    font-family: 'Buttercup';
    font-size: calc( 27px + ( 53 - 27 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 27px + ( 33 - 27 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #23262b;
    padding-bottom: 2.083333333333333VW;
    letter-spacing: 4px;
}
p {
    letter-spacing: 0.04541666666666669VW;
}
.element-btn-holder {
    display: block;
    text-align: left;
    padding-top: 2.104166666666667VW;
}
.products-navigation {
    display: flex;
}
.ajax_products {
    display: flex;
    width: 100%;
}
.product-box {
    display: flex;
    width: 100%;
    height: 80vh;
    background-color: #ffebeb;
}
.product-holder {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-holder a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-holder a img {
    display: block;
    max-width: 100%;
    width: auto;
    max-width: 28.53125VW;
    max-height: 28.53125VW;
}

.product-box {
    display: flex;
    width: 100%;
    height: 80vh;
    background-color: #ffebeb;
}
.different-color {
    background-color: #fff2c8;
}
.products-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* padding-bottom: 7.552083333333333VW; */
    padding-right: 14.322916666666666VW;
}
.products-list ul {
    width: 100%;
    text-align: right;
    font-size: 0;
    overflow-y: scroll;
    height: 60vh;
    padding-right: 0.78125VW;
}
.products-list ul li {
    font-size: calc( 14px + ( 18 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 18 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding: 1.0416666666666665VW 0;
    border-bottom: 2px solid #9e9d96;
    text-align: right;
    transition: 0.2s ease-in all;
}
.products-list ul li a {
    font-weight: 500;
    display: block;
    text-transform: none;
    text-decoration: none;
    transition: 0.2s ease-in all;
    color: #23262b;
}
.products-list ul li:hover > a {
    color: #1692ad;
    letter-spacing: 0.0625VW;
    transition: 0.2s ease-out all;
}
.products-list ul li:hover {
    border-bottom: 2px solid #1692ad;
    transition: 0.2s ease-out all;
}
.animate-text span:first-of-type{
	width: 24px;
	line-height: 70px;
}
.products-list ul::-webkit-scrollbar {
	width: 10px;
	border-radius: 20px;
  }
   
  .products-list ul::-webkit-scrollbar-track {
	background: #67b5c5;
	border-radius: 20px;
  }
   
  .products-list ul::-webkit-scrollbar-thumb {
	background-color: #1692ad;
	border-radius: 20px;
  }

  .product-detail{
	position: relative;
	display: flex;
}
.detail-left-content, .detail-right-content{
	display: flex;
	width: 50%;
	background: #fff8ee;
}
.detail-right-content{
	align-items: center;
    justify-content: center;
}
.detail-product-container{
	width: 100%;
	height: 100%;
}
.right-padded{
	padding: 0 5.989583333333334VW;
}
.product-pack{
	height: 35.15625VW;
    position: relative;
	width: 100%;
	display: block;
	background: #ffebeb;
    align-items: center;
    justify-content: center;
}
.product-pack img {
	display: block;
    max-width: 23.4375VW;
    max-height: 28.53125VW;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	right: 0;
	margin: 0 auto;
}
.related-products{
	height: auto;
	min-height: 30.729166666666668VW;
	display: flex;
    justify-content: center;
	align-items: center;
	background: #ecfafd;
}
.related-products h2{
	text-align: center;
	font-weight: 600;
	padding-bottom: 3.6458333333333335VW;
	letter-spacing: 0.06541666666666669VW;
}
.related-products-container{
	margin-left: -1.0416666666666665VW;
	margin-right: -1.0416666666666665VW;
	width: 41.02083333333333VW;
	margin: 0 auto;
}
.related-product{
	display: block;
	padding: 0 1.0416666666666665VW;
	width: 33.3333%;
	float: left;
	text-align: left;
	text-decoration: none;
	color: #23262a;
}
.related-product img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
	object-position: center center;
	
}
.related-product p{
	font-weight: 400;
	padding-left: 0.9375VW;
	text-decoration: none;
	color: #23262a;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 0.04541666666666669VW;
	font-size: calc( 10px + ( 18 - 10 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 18px + ( 26 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
}
.relatedimg{
	width: 100%;
	height: 10.416666666666668VW;
	margin-bottom: 1.0416666666666665VW;
}
.related-product p strong{
	font-weight: 600;
}
.detail-product-container h1{
	font-weight: 600;
	text-transform: uppercase;
}
.detail-product-container h3{
	text-transform: uppercase;
	padding-bottom: 1.0416666666666665VW;
}
.detail-product-container.right-padded{
	height: auto;
	text-transform: uppercase;
}
.detail-product-container.right-padded p{
	text-transform: initial;
}
.detail-product-container h4{
	color: #ff8f8f;
	padding: 1.0416666666666665VW 0;
	border-bottom: 1px solid #23262a;
	border-top: 1px solid #23262a;
}
.detail-product-container h5{
	position: relative;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	padding: 1.0416666666666665VW 0;
	border-bottom: 1px solid #23262a;
}
.detail-product-container h5 span{
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-weight: 600;
}
.nutri-holder{
	padding: 1.0416666666666665VW 0;
	border-bottom: 1px solid #23262a;
}
.nutri-element{
	float: left;
	width: 25%;
}
.nutri-element p{
	text-transform: none;
}
.nutri-element p strong{
	font-weight: 600;
}


.product-cateogy-list .perfect-flex {
    display: flex; 
    flex-wrap: wrap;
}
.product-cateogy-list .flex-left, .product-cateogy-list .flex-right {
    width: 50%;
}
.product-cateogy-list .text-holder {
    background: #fff8ee;
    padding-left: 4.291667VW;
    padding-right: 2.8125VW;
    padding-top: 2.927083333333334VW;
}
.product-cateogy-list .item-element {
    position: relative;
    height: calc(100vh - 109px);
}
.product-cateogy-list .force-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 4.291667VW 0 4.291667VW;
    width: calc(100% - 4.291667VW - 4.291667VW);
}
.product-cateogy-list .text-holder h3 {
    color: #ff8f8f;
    text-transform: uppercase;
    letter-spacing: 0.13541666666666669VW;
    font-weight: 600;
    font-size: calc( 18px + ( 25 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 18px + ( 25 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-bottom: 1.5625VW;
}
.product-cateogy-list .text-holder h1 {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    padding-bottom: 12px;
    margin-bottom: 1.483333333333333VW;
    line-height: initial;
    position: relative;
    font-family: 'Buttercup';
    font-size: calc( 27px + ( 48 - 27 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-left: 1.8229166666666667VW;
    color: #23262b;
}
.product-cateogy-list .animate-text span {
    display: inline-block;
    opacity: 0;
    width: 0.53541666666666669VW;
    position: relative;
    transform: translate(0px, 220px);
}
.product-cateogy-list .animate-text span:first-of-type {
    width: 24px;
    line-height: 70px;
}
.product-cateogy-list .text-holder p {
    padding-bottom: 2.604166666666667VW;
}
.product-cateogy-list .slide-holder {
    position: relative;
    background: #ecfafd;
}

.product-cateogy-list .cat-0-slider, .product-cateogy-list .cat-1-slider, .product-cateogy-list .cat-2-slider, .product-cateogy-list .recipes-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 4.291667VW 0 4.291667VW;
    width: calc(100% - 4.291667VW - 4.291667VW);
}

.product-cateogy-list .item {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.product-cateogy-list .img-item {
    display: block;
    width: 100%;
    height: 18.234vw;
}
.product-cateogy-list .img-item.histor {
    display: block;
    width: 100%;
    height: 6.234vw;
}

.product-cateogy-list .img-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/* .product-cateogy-list .history-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
} */

.product-cateogy-list .history-text p {
    font-family: 'Poppins';
    font-weight: 600;
    color: #ff9090;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 4px;
}

.product-cateogy-list .history-text h2 {
    font-family: 'Poppins';
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    color: #23262b;
    text-align: center;
}

.product-cateogy-list .cat-0-nav, .product-cateogy-list .cat-1-nav, .product-cateogy-list .cat-2-nav, .product-cateogy-list .recipe-nav, .subcateg-nav-1, .subcateg-nav-2, .subcateg-nav-3, .product-cateogy-list .cat-3-nav, .product-cateogy-list .recipe-nav {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}
.product-cateogy-list .cat-1-nav, .product-cateogy-list .cat-2-nav{
    transform: translateY(calc(-50% - 50px));
}
.product-cateogy-list .recipe-nav{
    transform: translateY(calc(-50% - 100px));
}
.subcateg-nav-1, .subcateg-nav-2, .subcateg-nav-3{
    width: 100%;
    transform: translateY(calc(-50% - 40px));
}

.left-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.858333VW;
    height: 2.6125VW;
    cursor: pointer;
}
.right-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.858333VW;
    height: 2.6125VW;
    cursor: pointer;
}
.subcateg-nav-1 .left-nav, .subcateg-nav-2 .left-nav, .subcateg-nav-3 .left-nav{
    left: -2.342vw;
}
.subcateg-nav-1 .right-nav, .subcateg-nav-2 .right-nav, .subcateg-nav-3 .right-nav{
    right: -2.342vw;
}
.left-nav img, .right-nav img {
    display: block;
    width: 100%;
}

.product-cateogy-list .cat1flex .text-holder{
    background: url('../../img/cat1.png'), #fff2c8;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.product-cateogy-list .cat2flex .text-holder{
    background: url('../../img/cat1.png'), #ffebeb;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.item-element{
    position: relative;
}
.cat-1-slider-detail{
    background: url('../../img/ice-detail.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.cat-2-slider-detail{
    background: url('../../img/napolipane.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cat-detail-holder{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 39.84375VW;
    height: 31.25VW;
    background: #fff2c8;
    padding: 3.125VW 2.34375VW;
}

.cat-detail-holder h2{
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    padding-bottom: 12px;
    margin-bottom: 0.483333VW;
    line-height: initial;
    position: relative;
    font-family: 'Buttercup';
    font-size: calc( 27px + ( 48 - 27 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    color: #23262b;
}
.cat-detail-holder p {
    padding-bottom: 2.604166666666667VW;
}
.btns-holder a{
    display: inline-block;
    margin-right: 25px;
    font-size: calc( 8px + ( 18 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 8px + ( 18 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding: 0.8625VW 2.34375VW;
}
.btns-holder a:last-of-type{
    margin-right: 0;
}
.item{
    text-decoration: none;
}
.product-text{
    text-align: center;
    margin-top: 20px;
}
.product-text h2{
    padding-bottom: 0;
    color: #23262b;
    font-family: 'Poppins';
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 6px;
}
.product-text p{
    position: relative;
    font-family: 'Poppins';
    font-weight: 300;
    text-decoration: none;
    padding-bottom: 0 !important;
    font-size: 12px;
    line-height: 12px;
    color: #9c906a;
    display: inline-block;
}
.product-text p::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-48%);
    width: 6px;
    height: 10px;
    background: url('../../img/small-arr.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.cat-2-slider-detail .cat-detail-holder{
    background: #ffebeb;
}
.findus{
    background: #ecfafd;
    text-align: center;
    padding: 4.166666666666666VW 0 4.166666666666666VW 0;
}
.findus h2{
    font-family: 'Buttercup';
    font-size: calc( 17px + ( 53 - 17 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 17px + ( 53 - 17 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-left: 1.8229166666666667VW;
    color: #23262b;
    overflow: hidden;
    padding-top: 0.625VW;
    line-height: initial;
    position: relative;
    letter-spacing: 4px;
}
.findus .subtitle {
    width: 45%;
    margin: 0 auto;
}
.partners{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.partners::after{
    content: '';
    position: absolute;
    top: 50%;
    transform:translateY(calc(-50% - 6px));
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background: url('../../img/plus.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.part-left, .part-right{
    width: 50%;
    padding: 0 20px;
}
.part-left{
    text-align: right;
    
}
.part-left a{
    margin-left: auto;
}
.part-right a{
    margin-right: auto;
}
.part-right{
    text-align: left;
}
.part-left a, .part-right a{
    display: block;
    position: relative;
    width: 120px;
}
.part-left a img, .part-right a img{
    width: auto;
    max-width: 100%;
}
.recipe-text{
    text-align: center;
    margin-top: 20px;
    width: 75%;
    margin: 25px auto 0 auto;
}
.recipe-text h4{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
.general-btn.recipebtn{
    font-size: calc( 8px + ( 18 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 8px + ( 18 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding: 0.8625VW 2.34375VW;
    margin-top: 20px;
}
.recipe-flex .general-btn{
    font-size: calc( 8px + ( 18 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 8px + ( 18 - 8 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding: 0.8625VW 2.34375VW;
}
.product-cateogy-list .recipe-flex .text-holder h1{
    padding-left: 0;
}
.product-cateogy-list .slide-holder.recipe-hold{
    background: #ffebec;
}

.product-cateogy-list .recipes-slider .img-item{
    height: auto;
    width: 12.234vw;
    margin: 0 auto;
}
.product-cateogy-list .cat-2-slider .img-item{
    height: auto;
    width: 17.234vw;
    margin: 0 auto;
}
.scupbotom{
    position: relative;
}
.scupbotom::after{
    content: '';
    position: absolute;
    right: 6.123vw;
    bottom: 0;
    width: 22.23424vw;
    height: 10.23424vw;
    background: url('../../img/scup.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.space-between a{
    margin-right: 20px;
}
.space-between a:last-of-type{
    margin-right: 0;
}

.subcategory{
    padding: 4.76234vw 0;
    text-align: center;
}
.subcategory.impuls{
    background: #ecfafd;
}
.subcategory.family-pack{
    background: #ffebeb;
}
.subcategory.horeca{
    background: #fff2c8;
}
.subcategory.napolitane-50g{
    background: #ecfafd;
}
.subcategory.napolitane-bucket-1-kg-{
    background: #ffebeb;
}
.subcategory.napolitane-bucket-2-kg-{
    background: #fff2c8;
}

.subcategory h2 {
    font-family: 'Buttercup';
    font-size: calc( 17px + ( 53 - 17 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 17px + ( 53 - 17 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    padding-left: 1.8229166666666667VW;
    color: #23262b;
    overflow: hidden;
    padding-top: 0.625VW;
    line-height: initial;
    position: relative;
    letter-spacing: 4px;
}
.subcategory .subtitle {
    width: 45%;
    margin: 0 auto;
}
.subcategory-slide{
    position: relative;
}

.input-element{
    text-align: center;
    display: block;
    text-decoration: none;
}
.element-image.portrait{
    display: block;
    width: 5.989583333333334VW;
    height: 11.979166666666668VW;
    margin: 0 auto 2.234vw auto;
}
.element-image.landscape{
    width: 9.989583VW;
    height: 11.979167VW;
    margin: 0 auto 2.234vw auto;
}
.element-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}
.input-element p{
    position: relative;
    padding-bottom: 0;
    color: #23262b;
    font-family: 'Poppins';
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
}
.input-element p::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-48%);
    width: 6px;
    height: 10px;
    background: url(../../img/small-arr-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.slide-choke{
    position: relative;
    width: 80%;
    margin: 4.231vw auto 0 auto;
}
.btn-separator{
    margin: 4.5345vw 0;
}
.btn-flex{
    display: flex;
}
.btn-flex-left, .btn-flex-right{
    width: 50%;
    padding: 0 15px;
}
.btn-flex-left{
    margin-left: auto;
    text-align: right;
}
.btn-flex-right{
    margin-right: auto;
    text-align: left;
}
.arr-down{
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 40px;
    cursor: pointer;
}
.arr-down img{
    width: 100%;
}
.owl-stage{
    margin: 0 auto;
}
.btn-flex-right.subcat-long{
    width: 100%;
    text-align: center;
}
.only-on-mobile{
    display: none;
}
.nutri-element p{
    letter-spacing: 0px;
}

@media screen and (max-width: 1520px){
    .nutri-element p{
        letter-spacing: 0px;
        line-height: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px){
    .ice-element {
        width: 63.020833VW;
        height: 33.6875VW;
    }
}
@media screen and (max-width: 1540px){
    .split.eighty {
        padding-left: 1.804166666666667VW;
        padding-right: 1.1583333333333333VW;
        padding-top: 3.554167VW;
    }
}

@media screen and (max-width: 1024px){
    .product-cateogy-list .flex-left, .product-cateogy-list .flex-right{
        width: 100%;
    }
    .product-cateogy-list .item-element{
        height: calc(62vh - 109px);
    }
}

@media screen and (max-width: 990px){
    .products-section {
        height: 600px;
    }
    .ice-element {
        width: 90%;
        height: 75%;
    }
    .postit {
        bottom: -73px;
        left: -26px;
        width: 135px;
    }
    .general-btn {
        font-size: 16px;
        line-height: 16px;
        padding: 14px 24px;
        margin-bottom: 20px;
    }
    .split h2 {
        font-size: 31px;
        line-height: 32px;
        padding-bottom: 15px;
    }
    p {
        letter-spacing: 1.2px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        padding-bottom: 20px;
    }
    .small-container {
        width: 65%;
    }
    .product-box {
        height: 420px;
    }
    .ajax_products{
        flex-wrap: wrap;
    }
    .products-list {
        padding-right: 30px;
        padding-bottom: 0;
    }
    .products-list ul li {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 0;
    }
    .product-box {
        height: auto;
        padding: 40px 0;
    }
    .split.eighty {
        width: 66%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    .product-detail{
        flex-wrap: wrap;
    }
    .detail-left-content, .detail-right-content{
        width: 100%;
    }
    .product-pack{
        height: 50.15625VW;
    }
    .only-on-desktop{
        display: none;
    }
    .only-on-mobile{
        display: block;
    }
    .detail-product-container.right-padded{
        padding: 25px 15px;
    }
    .detail-product-container h3{
        margin-bottom: 10px;
    }
    .detail-product-container h4, .detail-product-container h5{
        padding: 10px 0;
    }
    .flex-overhaul{
        padding-top: 25px;
    }
}

@media screen and (max-width: 520px){
    .split {
        display: none;
    }
    .split.eighty {
        display: block;
        width: 100%;
    }
    .ice-element, .element-btn-holder {
        text-align: center;
    }
    .products-section {
        height: 548px;
    }
    .postit {
        bottom: -41px;
        left: -11px;
        width: 100px;
    }
    .element-btn-holder {
        padding-top: 25px;
    }
    .small-container {
        width: 83%;
    }
    .products-navigation {
        display: block;
    }
    .product-box {
        padding: 0 0 0 0;
        height: auto;
    }
    .product-holder {
        display: none;
    }
    .products-list {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        /* padding-bottom: 20px; */
    }
    .products-list ul li {
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        padding: 12px 0;
    }
    .product-cateogy-list .item-element{
        height: auto;
    }
    .product-cateogy-list .force-center {
        position: relative;
        top: 50%;
        transform: translateY(0%);
        left: 0;
        right: 0;
        margin: 0 0 0;
        width: 100%;
        padding-bottom: 25px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded{
        padding-bottom: 0;
    }
    .product-cateogy-list .cat-0-slider, .product-cateogy-list .cat-1-slider, .product-cateogy-list .cat-2-slider, .product-cateogy-list .recipes-slider{
        position: relative;
        top: 50%;
        transform: translateY(0%);
        left: 0;
        right: 0;
        margin: 0 0 0;
        width: 100%;
        padding: 85px 0 !important;
    }
    .product-cateogy-list .item{
        width: 63%;
    }
    .product-cateogy-list .img-item{
        height: 45.234vw;
    }
    .right-nav, .left-nav{
        width: 25px;
        height: 25px;
    }
    .cat-1-slider-detail, .cat-2-slider-detail, .cat-3-slider-detail{
        padding: 20px 0;
    }
    .cat-detail-holder{
        position: relative;
        top: 0;
        transform: translateY(0%);
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        height: auto;
        background: #fff2c8;
        padding: 15px 15px;
        text-align: center;
    }
    .btns-holder a{
        margin-right: 0;
    }
    .product-cateogy-list .cat-2-slider .img-item{
        width: 36.234vw;
    }
    .product-cateogy-list{
        padding-top: 60px;
    }
    .findus h2{
        font-size: 22px;
        line-height: 22px;
        padding-top: 20px;
       letter-spacing: 3px;
       padding-left: 0;
    }
    .findus .subtitle {
        width: 100%;
        margin: 0 auto;
        padding: 20px 15px 0 15px;
    }
    .product-cateogy-list .recipe-flex .text-holder h1{
        text-align: center;
    }
    .product-cateogy-list .text-holder.scupbotom p, .product-cateogy-list .text-holder.scupbotom{
        text-align: center;
    }
    
    .product-cateogy-list .recipes-slider .img-item{
        width: 70%;
    }
    .product-cateogy-list .recipes-slider{
        padding-top: 25px !important;
    }
    .recipe-text{
        width: 100%;
    }
    .subcategory h2{
        font-size: 23px;
        padding-left: 0;
    }
    .subcategory .subtitle{
        width: 100%;
        padding: 0 15px;
    }
    .element-image.landscape{
        width: 44.989583VW;
        height: 23.979167VW;
        margin: 20px auto 20px auto;
    }
    .subcateg-nav-1 .left-nav, .subcateg-nav-2 .left-nav, .subcateg-nav-3 .left-nav{
        left: 0;
    }
    .subcateg-nav-1 .right-nav, .subcateg-nav-2 .right-nav, .subcateg-nav-3 .right-nav{
        right: 0;
    }
    .subcateg-nav-1, .subcateg-nav-2, .subcateg-nav-3{
        transform: translateY(calc(-50% - 24px));
    }
    .btn-flex{
        flex-wrap: wrap;
    }
    .btn-flex-left, .btn-flex-right{
        width: 100%;
        text-align: center;
    }
    .product-pack img{
        max-width: 33.4375VW;
        max-height: 34.53125VW;
    }
    .product-pack {
        height: 62.15625VW;
    }
    .nutri-holder p {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    .related-products-container {
        margin-left: 0;
        margin-right: 0;
        width: 90%;
        margin: 0 auto;
    }
    .related-product{
        width: 100%;
        margin: 20px 0;
    }
    .relatedimg{
        height: 16.416667VW;
    }
    .product-cateogy-list .img-item.histor{
        height: 20.234vw;
    }
    .nutri-element{
        text-align: center;
    }
    .nutri-holder p {
        font-size: 9px !important;
        line-height: 14px !important;
    }
    
}

@media screen and (max-width:375px){
    .findus h2 {
        font-size: 20px;
        line-height: 29px;
        padding-top: 20px;
        letter-spacing: 3px;
        padding-left: 15px;
        padding-right: 15px;
    }
}