﻿/* Ganim Ve Shoshanim */

/* This file should reset annoying default styles of modular site */
/* In addition there is a fix for windows zoom */

/* Starter pack START */

/* LAYOUT */

/* Remove float */
#GridContent { float: none; }

/* HEADER 2 */

/* Reset color of active link in menu */
#header2 ul.menu li.active { color: inherit; }

/* Delete a line under header menu links */
#header2 ul.menu > li:before { content: none; }

/* Reset hover color of header menu links */
#header2 ul.menu li:hover { color: inherit; }

/* Delete opacity border of header menu links in focus */
#header2 ul.menu li a:focus { opacity: 1; border-bottom: none; }

/* Delete bottom line of header social links in focus */
#header .social-links a:focus:after, #header2 .header-top-left a:focus:after { content: none; }

/* Category */

/* Fix for dropdown menu width inside filter on category page */
#CatalogModule .filters-box .filters-list-wrapper.active { width: 100%; }

#CatalogModule .filters-box ul.filter-list { min-width: 100%; }

/* Reset bootstrap font-size */
h1, h2 { font-size: inherit; }


/* Footer */

/* Remove padding top */
footer { padding-top: 0; }

/* Remove float & padding */
#SiteFooter { float: none; padding-bottom: 0; /* remove padding bottom from mobile */ }

/* Fix for checkbox on Xiaomi devices */
form.shop-form input[type=checkbox]:checked { background: url(../../../warehouse/temp/story/checkboxV.svg); background-color: #f1f2ec; }

/* FIX FOR VH/VW IN STORY */
.fullScreenMenu #navbar-collapse-main.navbar-collapse.in { width: calc( var(--vw) * 1 + 40px ); min-height: calc( var(--vh) * 1 + 20px ) !important; }

.TopVideo iframe { width: calc( var(--vw) * 1.2 ); }

#home-gallery video { height: calc( var(--vh) * 1.1 ); width: calc( var(--vw) * 1.6 ) !important; }

.owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.45 ); }

header.search-open #header2 ul.menu li.search { width: calc( var(--vw) * 1 ); }

#SiteGridContainer { min-height: calc( var(--vh) * 0.8 ); }

#popup-modal-intro .modal-body img { max-height: calc( var(--vh) * 0.7 ); }

#home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 1 ); }

.TopVideo { height: calc( var(--vh) * 1 ); }

.TopVideo iframe { height: calc( var(--vh) * 1.8 ); }

.flexslider .slides img { height: calc( var(--vh) * 0.85 ); }

.flexslider.modal-slider { max-height: calc( var(--vh) * 0.9 ); }

#multi-content-modal .modal-content { margin-top: calc( var(--vh) * 0.1 ); margin-bottom: calc( var(--vh) * 0.05 ); }

.modal-text #text1 { max-height: calc( var(--vh) * 0.25 ); }

#multi-content-modal.textInPop #PopUpData { max-height: calc( var(--vh) * 0.4 ); padding: 0; }
#multi-content-modal.textInPop .modal-content { max-width: 500px; }

.blog-view-image { max-height: calc( var(--vh) * 0.5 ); }

.CurrentCategoryLocked { top: calc( var(--vh) * 0.44 ); }

#SiteGrid.CategoryLocked { min-height: calc( var(--vh) * 0.94 ); }

@media(max-width: 1440px) {
    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.55 ); }
}

@media(max-width: 1170px) {
    #multi-content-modal .modal-content { max-width: calc( var(--vw) * 0.95 ); }
}

@media(max-width: 1024px) {
    header.shopHeader #header2 ul.menu { width: calc( var(--vw) * 1 ); }

    #header2 ul.menu li.megaMenuSection { width: calc( var(--vw) * 0.9 ); left: calc( var(--vw) * -1 ); }

    .megaMenuSectionContainer { padding-right: calc( var(--vw) * 0.05 ); }

    #header2 ul.menu li.megaMenuSection { height: calc( var(--vh) * 0.1 ); }
}

@media(max-width: 991px) {
    #home-gallery video { width: calc( var(--vw) * 3 ) !important }

    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.7 ); }

    #multi-content-modal.textInPop .modal-content { max-width: calc( var(--vw) * 0.9 ); padding: 10px; }

    #popup-modal-intro .modal-body { max-height: calc( var(--vh) * 0.75 ); }

    .flexslider .slides img, .flexslider.modal-slider { max-height: calc( var(--vh) * 0.6 ); }

    #GridPromo.fixedLayoutForm { top: calc( var(--vh) * 0.45 ); }

    #GridPromo.fixedLayoutForm.affix { top: calc( var(--vh) * 0.45 ); }
}

@media(max-width: 767px) {
    #popup-modal-intro .modal-body { width: calc( var(--vw) * 0.25 ); }

    #header .submenu { width: calc( var(--vw) * 0.97 ); }

    .modal-dialog { width: calc( var(--vw) * 0.9 ); }

    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.85 ); }

    .gallery-container { width: calc( var(--vw) * 0.95 ); }

    .CurrentCategoryLocked { width: calc( var(--vw) * 0.95 ); }

    #header .submenu { max-height: calc( var(--vh) * 0.75 ); }

    #home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 0.95 ); }

    .TopVideo { height: calc( var(--vh) * 0.95 ); }

    .modal-image { padding-bottom: calc( var(--vh) * 0.22 ); }

    .flexslider .slides img, .flexslider.modal-slider { max-height: none; }

    .flexslider .slides img { height: auto; }
}

@media(max-width: 550px) {
    #header2 ul.menu { width: calc( var(--vw) * 0.9 ); }

    #home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 0.95 ); }
}


/* Starter pack END */

/* General */
body { font-size: 18px; font-family: 'ploni-light-aaa' !important; background: #f7f6f2; font-kerning: none; }
label { font-weight: normal; }
/*a:hover, a:focus { color: #fff; }*/
label.error, span.error { top: auto; bottom: 37%; }
/* Header */
#header2 { background: #f7f6f2; padding: 27px 40px 22px; border-bottom: 1px solid transparent; height: 120px; -webkit-transition: 0.4s; transition: 0.4s; box-shadow: 0 0 6px 0 rgb(0 0 0 / 8%); }
#header2::after { content: ""; display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: #e8e7e3; z-index: 1; pointer-events: none; opacity: 0; -webkit-transition: 0.4s; transition: 0.4s; }
body.home-page #header2.bg, body:not(.home-page) #header2.bg.internalPageBg { border-bottom: 1px solid #e8e7e3 }
body.home-page #header2.bg::after, body:not(.home-page) #header2.bg.internalPageBg::after { opacity: 1; }
#header2 ul.menu li a { color: #000; font-size: 100%; font-family: 'ploni-medium-aaa-new'; -webkit-transition: 0.4s; transition: 0.4s; }
#header2 ul.menu li.active > a { color: #6ba6b4; }
#header2 .max-width { max-width: unset; width: 100%; display: flex; height: 67.5%; }
#header2 ul.menu { margin: 0; width: 100%; text-align: center; position: relative; }
#header2 .header-right-section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }
#header2.detailsInRow .menu-nav { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#header2.detailsInRow .header-top { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding: 0; width: 100%; max-width: 200px; }
#header2 #header-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#SiteContainer { overflow: hidden; }
#header2 #header-left { width: 100%; max-width: 200px; }
#header2 .header-top-left { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.navShopBtn.wishlistHeader { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; margin-left: 20px; }
.userBtn.navShopBtn { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin-left: 20px; }
.cartBtn.navShopBtn { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; height: 20px; width: auto; margin-left: 28px; }
.header-top-left .searchBtn { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; height: 17px; width: 45px; position: relative; }
#header2 .header-top-left .navShopBtn.wishlistHeader a::before { content: ""; width: 20px; height: 17.2px; -webkit-transition: 0.4s; transition: 0.4s; background-image: url(/warehouse/temp/ganim/header/heart.svg); display: block; background-size: cover; background-position: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#header2 .header-top-left a { margin: 0; }
.navShopBtn.wishlistHeader a { height: 16px; }
#header2 .header-top-left .navShopBtn.wishlistHeader a { width: 19px; height: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#header2 .header-top-left .navShopBtn svg { display: none; }
.userBtn.navShopBtn button { height: 20px; width: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; }
.userBtn.navShopBtn button:not(.loginBoxLogout)::before { content: ""; -webkit-transition: 0.4s; transition: 0.4s; display: block; width: 20px; height: 20px; background-image: url(/warehouse/temp/ganim/header/profile.svg); background-size: contain; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; }
.cartBtn button::before { content: ""; -webkit-transition: 0.4s; transition: 0.4s opacity; display: block; width: 16px; height: 20px; background-image: url(/warehouse/temp/ganim/header/cart_icon.svg); background-size: contain; top: 50%; left: 50%; background-repeat: no-repeat; }
.cartBtn button { height: 20px; width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.header-top-left .searchBtn svg { display: none !important; }
.header-top-left .searchBtn a::before { content: ""; -webkit-transition: 0.4s; transition: 0.4s; display: block; width: 17px; height: 17.1px; background-image: url(/warehouse/temp/ganim/header/search.svg); background-size: contain; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.header-top-left .searchBtn::before { content: ""; display: block; width: 1px; height: 40px; position: absolute; right: 0; top: 50%; background: #000; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
input#searchFormInput { border-bottom: 2px solid #000; color: #000; }
header.search-open .searchSubmitWrapper svg { -webkit-transform: translate(0,0) rotate(270deg); transform: translate(0,0) rotate(270deg); fill: #000; }
#SiteHeader.search-open .searchSubmitWrapper svg, header.search-open .searchBtn svg { fill: #000; }
.header-top-left .searchBtn a { height: 17px; width: 45px; }
#header2 .header-top-left .navShopBtn.wishlistHeader a::after { content: ""; width: 20px; height: 17.2px; background-image: url(/warehouse/temp/ganim/header/heart_hover.svg); display: block; background-size: cover; background-position: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.4s; transition: 0.4s; opacity: 0; }
#header2 .header-top-left * a:hover::after, #header2 .header-top-left * a:focus::after, .userBtn.navShopBtn button:hover::after, .userBtn.navShopBtn button:focus::after,
.header-top-left .searchBtn a:hover::after, .header-top-left .searchBtn a:focus::after { opacity: 1 !important; }
#header2 .header-top-left * a:hover::before, #header2 .header-top-left * a:focus::before, .userBtn.navShopBtn button:hover::before, .userBtn.navShopBtn button:focus::before,
.header-top-left .searchBtn a:hover::before, .header-top-left .searchBtn a:focus::before { opacity: 0 !important; }
.userBtn.navShopBtn button::after { content: ""; display: block; width: 20px; height: 20px; background-image: url(/warehouse/temp/ganim/header/profile_hover.svg); background-size: contain; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.4s; transition: 0.4s; opacity: 0; }
.cartBtn button::after { content: ""; display: block; width: 16px; height: 20px; background-image: url(/warehouse/temp/ganim/header/cart_icon_hover.svg); background-size: contain; position: absolute; -webkit-transition: 0.4s; transition: 0.4s opacity; opacity: 0; background-repeat: no-repeat; }
.header-top-left .searchBtn a::after { content: ""; display: block; width: 17px; height: 17.1px; background-image: url(/warehouse/temp/ganim/header/search_hover.svg); background-size: contain; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: 0.4s; transition: 0.4s; opacity: 0; }
#header2 ul.menu li a:hover, #header2 ul.menu li a:focus { color: #6ba6b4; }
.cartItemsCounter { position: static; display: inline-block; background: none; color: #000; margin-left: 4px; }
.cartItemsCounter span.CartItems { -webkit-transform: none; transform: none; font-size: 94%; font-family: 'ploni-medium-aaa-new'; position: relative; top: auto; left: auto; display: block; }
.cartBtn button:hover::before, .cartBtn button:focus::before { opacity: 0 !important; }
.cartBtn button:hover::after, .cartBtn button:focus::after { opacity: 1; }
.cartItemsCounter span.CartItems::before { content: "("; }
.cartItemsCounter span.CartItems::after { content: ")"; }
.has-sub i.opensub::before { content: ""; display: block; width: 2px; height: 9px; background: #000; -webkit-transition: 0.2s; transition: 0.2s; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.has-sub i.opensub { font-weight: 300; color: #000; font-size: 70%; width: 9px; height: 9px; position: relative; }
.has-sub i.opensub::after { content: ""; display: block; width: 9px; height: 2px; background: #000; -webkit-transition: 0.2s; transition: 0.2s; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.has-sub.open i.opensub::before { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.has-sub i.opensub::before { content: ""; display: block; width: 2px; height: 9px; background: #000; -webkit-transition: 0.2s; transition: 0.2s; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.has-sub i.opensub { font-weight: 300; color: #000; font-size: 70%; width: 9px; height: 9px; position: relative; }
.has-sub i.opensub::after { content: ""; display: block; width: 9px; height: 2px; background: #000; -webkit-transition: 0.2s; transition: 0.2s; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.has-sub.open i.opensub::before { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
#header2 .menu-sub.megaMenu { right: auto; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); padding: 65px 90px 60px; width: 100%; max-width: 1170px; background: #f7f6f2; top: 25px; }
#header2 ul.menu li.has-megamenu { position: static; }
#header2 ul.menu .menu-sub.megaMenu li { margin-left: 22px; min-width: unset; }
.menuGroupTitle { font-size: 105%; font-family: 'ploni-medium-aaa-new'; display: inline-block; }
#header2 ul.menu .menu-sub.megaMenu .megaMenuSub li a { font-family: 'ploni-light-aaa'; font-size: 109%; }
#header2 .menu-sub:not(.megaMenu) { background: #f7f6f2; padding: 40px 20px 10px; top: 25px; right: -26px; }
#header2 ul.menu li.active { background: none; }
.has-megamenu .menuSvgArrowIcon svg { display: none; }
button:not(.closeMegaMenu) .menuSvgArrowIcon { position: relative; height: 9px; width: 9px; margin-top: -4px; }
.menuSvgArrowIcon::before { content: ""; display: block; width: 9px; height: 2px; background: #000; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.2s; transition: 0.2s; }
.menuSvgArrowIcon::after { content: ""; display: block; width: 2px; height: 9px; background: #000; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.2s; transition: 0.2s; }
.menuSvgArrowIcon svg { display: none; }
.closeMegaMenu svg { display: block; }
.closeMegaMenu .menuSvgArrowIcon::before, .closeMegaMenu .menuSvgArrowIcon::after { display: none; }
.megaMenuSectionContainer > button { top: 19px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.megaMenuSectionContainer > button span { color: #000; }
#header2 ul.menu li a.shop { color: #6ba6b4; }
#header2 ul.menu li a.shop + i:before, #header2 ul.menu li a.shop + i:after { background: #6ba6b4; }
#header2 ul.menu li .menu-sub a.sales { color: #6ba6b4; }

@media(min-width:1025px;) {
    header #searchFormHeaderContainer form#searchFormHeader { margin-bottom: 20px; }
}
/* Header cart */
.headerShop.side-cart .totalSumItems.top { background: #576067; padding-left: 10px; }
.headerShop.side-cart .cart .deleteCircle { fill: #6ba6b4; }
.headerShop.side-cart .cart .closeCart path.deleteX { fill: #fff; }
.headerShop.side-cart .cart .closeCart button svg { width: 31px; }
.headerShop.side-cart .totalSumItems .totalSumTitle { color: #fff; }
.cartItemsTable .cartItem:not(:last-child):after { border-color: #e8e7e3; }
.headerShop.side-cart .itemsTableWrapper { background: #f7f6f2; height: 100%; max-height: unset; }
.headerShop .cartItemsTable .cartItem .cartItemPic { background: none; border: none; width: 100%; }
.headerShop.side-cart .cartItemsTable .cartItem .cartItemQ.cartItemsCell { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: calc(100% - 25px - 127px); padding-right: 16px; }
.headerShop.side-cart .cartItemsTable .cartItemDelete.cartItemsCell { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; width: auto; padding-top: 5px; }
.headerShop.side-cart .cartItemsTable .cartItemPrice.cartItemsCell span.finalPrice { font-size: 106%; font-family: 'ploni-medium-aaa-new'; }
.headerShop.side-cart .cartItemsTable .cartItemPrice.cartItemsCell .itemBeforeDiscountPrice.hasDiscount { font-size: 82%; margin-right: 6px; margin-left: 0; }
.headerShop.side-cart .cartItemsTable .cartItem { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 20px 15px; }
.headerShop.side-cart .cartItemsTable .cartItem .cartItemQ.cartItemsCell .quantityAndcartItemPrice { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.side-cart .cartItemsTable .cartItem .itemName { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin: 0; }
.headerShop.side-cart .cartItemsTable.hasQuantitySelection .cartItemName.cartItemsCell { width: 127px; padding: 0; }
.headerShop .cartItemsTable .cartItem .cartItemPic img { max-width: 100%; max-height: unset; }
.headerShop .cartItemsTable.hasQuantitySelection .quantityAndcartItemPrice .item-quantity button { width: 20px; height: 24px; background: #fff; border: none; }
.headerShop .cartItemsTable .quantityAndcartItemPrice > .item-quantity { width: 71px; border: 1px solid #e8e7e3; margin-left: 10px; }
.headerShop .cartItemsTable.hasQuantitySelection .quantityAndcartItemPrice .item-quantity .itemQuantityContainer { width: 29px; height: 24px; padding: 0; margin-left: -5px; border: none; }
.headerShop .cartItemsTable .item-quantity .itemQuantityContainer input, .headerShop .cartItemsTable .item-quantity .itemQuantityContainerMobile input { height: 23px; margin-top: -1px; font-family: 'futura-pt'; }
.headerShop .cartItemsTable.hasQuantitySelection .item-quantity svg * { fill: #121212; }
.headerShop.side-cart .cartItemsTable .cartItemPrice.cartItemsCell { font-size: 83%; }
/*.headerShop.side-cart .cart { height: calc(var(--vh) * 1); }*/
.headerShop.side-cart .cartItemsNavSubTotal { padding-top: 20px; background: #f7f6f2; }
.headerShop.side-cart .cartItemsTable { max-height: calc(var(--vh) * 0.75); min-height: unset; padding-bottom: 160px; }
.headerShop.side-cart .cartItemsNavSubTotal::before { background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f1f2), to(#f1f1f2)); background-image: linear-gradient(to top, #f1f1f2, #f1f1f2); content: ""; background: -webkit-linear-gradient(top, rgba(255,255,255,0), #f7f6f2 73%); opacity: 1; height: 50px; width: 100%; position: absolute; right: 0; top: -49px; }
.side-cart .itemsTableWrapper:after { display: none; }
#header2 ul.menu li.active > i::before, #header2 ul.menu li.active > i::after { background: #6ba6b4; }
.headerShop.side-cart.active { background: #f7f6f2; min-height: 100%; }

/* Homepage */

#home-gallery .opacity-layer { width: calc(100% - 40px); }
#home-gallery, #home-gallery .slider-bg.stellar-bg { padding: 0 20px; height: calc(var(--vh) * 0.875 - 90px) !important; background-attachment: unset; min-height: unset; }
#home-gallery:after { content: ''; position: absolute; top: 0; left: 0; background: #000; opacity: 0.2; width: 100%; height: 100%; z-index: 6; pointer-events: none; }
#home-gallery .scroll-down { display: none; }
#home-gallery .flex-control-paging li a, .flex-control-paging li a { height: 8px; width: 8px; }
#home-gallery .flex-control-nav li, .flex-control-nav li { margin: 0 11px; overflow: visible; }
#home-gallery .flex-control-paging li a.flex-active, .flex-control-paging li a.flex-active { background: #fff; position: relative; }
#home-gallery .flex-control-paging li a.flex-active::before, .flex-control-paging li a.flex-active::before { content: ""; display: block; position: absolute; left: 50%; top: 50%; height: 15px; width: 15px; border: 1px solid #fff; border-radius: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
#home-gallery ol.flex-control-nav.flex-control-paging, ol.flex-control-nav.flex-control-paging { bottom: 40px; }
#home-gallery .flex-control-paging li a, .flex-control-paging li a { background: #fff; }
.home-page .section-title h2, .home-page .homepage-types .section-title h1 { font-family: 'ploni-light-aaa'; font-size: 353%; }
.home-page .section-title h3, .home-page .homepage-types .section-title h2 { color: #cbccc7; font-size: 118%; margin-top: 4px; font-family: 'futura-pt'; }
.home-page .section-title { margin-bottom: 60px; }
.homepage-types { padding: 80px 37px 20px; }
.homepage-types .grid-box { margin: 0; width: 25%; }
.homepage-types .grid-boxes.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.homepage-types .grid-boxes .grid-box-image { padding-bottom: calc(var(--vw) * 0.341); }
.homepage-types .grid-box-title { text-align: right; width: 100%; }
.homepage-types .grid-boxes .grid-box-title h3 a { color: #000; position: relative; }
.homepage-types .grid-boxes .grid-box .grid-box-title h3 { font-size: 148%; font-family: 'ploni-medium-aaa-new'; }
.homepage-types .grid-boxes .grid-box-title h3 a::before { content: ""; display: inline-block; height: 1px; width: 45px; background: #000; margin-left: 20px; vertical-align: middle; -webkit-transition: 0.5s; transition: 0.5s; }
.homepage-types .grid-boxes .grid-box-title h3 a:hover::before, .homepage-types .grid-boxes .grid-box-title h3 a:focus::before { width: 55px; background: #346e7b; }
.homepage-types .grid-boxes .grid-box-image:hover + .grid-box-title a::before { width: 55px; background: #346e7b; }
.homepage-types .grid-boxes .grid-box-title h3 a:hover, .homepage-types .grid-boxes .grid-box-title h3 a:focus { color: #346e7b; }
.homepage-types .grid-boxes .grid-box-image:hover + .grid-box-title a { color: #346e7b; }
a.sec-button, .grid-text .sec-button, .homepage-out-kitchen .grid-rows .grid-row-text a.grid-row-button, .home-page #DynamicFormObject input[type=submit],
.homepage-textile .grid-rows .grid-row-text a.grid-row-button, .headerShop.side-cart .cartActions .goToCheckout.shopBtn, a.goToCheckout.shopBtn,
.itemContentWrapper button#addToCartBtn, .blog-tags-list ul li.blog-tag a, .shopBtn { display: block; color: #000; font-size: 100% !important; height: auto; border: none; text-align: center; background: #6ba6b4; font-family: 'ploni-medium-aaa-new'; padding: 10px 27px; -webkit-transition: 0.4s; transition: 0.4s; border-radius: 0; }
a.sec-button:hover, a.sec-button:focus, .grid-text .sec-button:hover, .grid-text .sec-button:focus,
.homepage-out-kitchen .grid-rows .grid-row-text a.grid-row-button:hover, .homepage-out-kitchen .grid-rows .grid-row-text a.grid-row-button:focus,
.home-page #DynamicFormObject input[type=submit]:hover, .home-page #DynamicFormObject input[type=submit]:focus,
.homepage-textile .grid-rows .grid-row-text a.grid-row-button:hover, .homepage-textile .grid-rows .grid-row-text a.grid-row-button:focus,
.headerShop.side-cart .cartActions .goToCheckout.shopBtn:hover, .headerShop.side-cart .cartActions .goToCheckout.shopBtn:focus,
a.goToCheckout.shopBtn:hover, a.goToCheckout.shopBtn:focus, .itemContentWrapper button#addToCartBtn:hover, .itemContentWrapper button#addToCartBtn:focus,
.blog-tags-list ul li.blog-tag a:hover, .blog-tags-list ul li.blog-tag a:focus, .shopBtn:hover, .shopBtn:focus { background: #346e7b; color: #fff; border: none !important; outline: none; }
.homepage-types a.sec-button { margin-top: 70px; }
.homepage-bestsellers { max-width: 1166px; margin: 0 auto; }
.catalogItemBox .catalogItemBoxInner { max-height: 473px; background: #fff; padding-bottom: 40px; -webkit-box-shadow: 0 3px 30px 0 rgb(87 96 103 / 5%); box-shadow: 0 3px 30px 0 rgb(87 96 103 / 5%); height: 100%; }
.catalogItemBox { padding: 0 12px; margin-bottom: 23px; }
.catalogItemBox a.item-image, .catalogCategoryBox a.catalogCategoryBoxImage { padding-bottom: 73.5%; overflow: hidden; }
.catalogItemBox h3.itemTitle { font-size: 118%; }
.catalogItemBox button#addToCartBtn { background: none; -webkit-transition: 0.4s; transition: 0.4s; color: #000; border: none; padding: 0; min-width: unset; border-bottom: 3px solid #346e7b; padding-bottom: 2px; font-family: 'ploni-medium-aaa-new'; margin-top: 26px; }
.catalogItemBox.catalogItemBoxOutOfStock #addToCartBtn.otOfStock { left: 0; position: absolute !important; border-bottom: 0px; top: 0; color: #fff !important; padding: 2px 6px; font-size: 85%; }
.catalogItemBox button#addToCartBtn:hover, .catalogItemBox button#addToCartBtn:focus { color: #346e7b; }
.catalogItemBox span.finalPrice, #CatalogModule .catalogItemBox span.finalPrice { font-size: 106%; font-family: 'ploni-medium-aaa-new'; }
#CatalogModule span.itemBeforeDiscountPrice, .catalogItemBox span.itemBeforeDiscountPrice { font-size: 82%; font-family: 'ploni-medium-aaa-new'; color: #000; }
.catalogItemBox a.item-text:hover, .catalogItemBox a.item-text:focus { color: #000; }
.catalogItemBox a.item-image img, .catalogCategoryBox a.catalogCategoryBoxImage img { max-height: unset; max-width: 100%; min-height: 100%; transition: all .2s ease-in; }
.catalogItemBox a.item-image img:hover, .catalogCategoryBox a.catalogCategoryBoxImage img:hover { transform: translate(-50%,-50%) scale(1.1); }
.productLabel.wishlist { right: 10px; padding: 0; }
.productLabel.wishlist button.wishListBtn { padding: 0; width: 25px; height: 25px; background: #f7f6f2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; }
.productLabel.wishlist button.wishListBtn svg { width: 13px; height: 11px; }
.productLabel.wishlist button.wishListBtn:hover svg path, .productLabel.wishlist button.wishListBtn:focus svg path { fill: #346e7b; stroke: #346e7b; }
.productLabel.wishlist button.wishListBtn svg path { -webkit-transition: 0.4s; transition: 0.4s; }
.flowing-text { direction: ltr; font-size: 277%; color: #576067; padding-top: 80px; padding-bottom: 154px; }
.homepage-tribu .section-title { position: absolute; top: 13%; z-index: 1; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.homepage-tribu { padding-top: 0; }
.homepage-tribu .gridTextImgContainer { position: relative; max-height: 700px; overflow: hidden; height: calc(var(--vw) * 0.486); }
.homepage-tribu .grid-text .sec-button { width: 152px; margin: 0 10px; }
.homepage-tribu .grid-text .sec-button:hover, .homepage-tribu .grid-text .sec-button:focus { background: #fff; color: #000; }
.homepage-tribu .grid-text.gridTextWithImg .grid-text-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; padding: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: 13%; height: auto; top: auto; }
.grid-text.gridTextWithImg .grid-text-content p a { display: block; width: 152px; border: 1px solid #fff; color: #fff; padding: 9px 40px; font-family: 'ploni-medium-aaa-new'; -webkit-transition: 0.4s; transition: 0.4s; margin: 0 10px; }
.grid-text.gridTextWithImg .grid-text-content p { margin: 0; }
.grid-text.gridTextWithImg .grid-text-content p a:hover, .grid-text.gridTextWithImg .grid-text-content p a:focus { background: #fff; color: #000; }
.homepage-tribu .gridTextImgContainer::after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000; opacity: 0.4; }
.homepage-out-kitchen-title .section-title { margin-bottom: 0; }
.homepage-out-kitchen-title .grid-text h2 { color: #cbccc7; font-size: 118%; font-family: 'futura-pt'; }
.homepage-out-kitchen-title { margin-bottom: 0; padding-bottom: 0; }
.homepage-out-kitchen { padding-top: 78px; /*max-width: 1280px;*/ margin: 0 auto; padding-bottom: 20px; margin-bottom: 193px; width: 95%; }
.homepage-out-kitchen .grid-rows .grid-row { background: none; }
.homepage-out-kitchen .grid-rows .grid-row:nth-of-type(odd) { direction: ltr !important; margin-bottom: 180px; }
.homepage-out-kitchen .grid-rows .grid-row:nth-of-type(even) { direction: rtl !important; }
.homepage-out-kitchen .grid-rows .grid-row-text { line-height: 1.47; width: 60%; padding-right: 55px; padding-left: 80px; }
.homepage-out-kitchen .grid-row-cell-text { width: 38.3%; }
.homepage-out-kitchen .grid-row li.slider-item { padding-bottom: 57.9%; }
.homepage-out-kitchen .grid-rows .grid-row:nth-of-type(even) .grid-row-text { padding-right: 80px; padding-left: 55px; }
.homepage-out-kitchen .grid-rows .grid-row-text h2 { font-family: 'ploni-medium-aaa-new'; font-size: 206%; margin-bottom: 18px; }
.homepage-out-kitchen .grid-rows .grid-row-text h3 { font-family: 'ploni-medium-aaa-new'; font-size: 100%; margin-bottom: 30px; }
.homepage-out-kitchen .grid-rows .grid-row-text h3::before { content: ""; display: inline-block; width: 45px; height: 1px; background: #000; vertical-align: middle; margin-left: 15px; }
.homepage-out-kitchen .grid-rows .grid-row-text a.grid-row-button { max-width: 152px; }
.homepage-out-kitchen .grid-rows .grid-row:nth-of-type(even) li.slider-item { padding-bottom: 66.8%; }
.homepage-out-kitchen .grid-rows .grid-row:nth-of-type(even) li.slider-item { padding-bottom: 66.8%; }
.homepage-out-kitchen .flex-direction-nav { left: 0; -webkit-transform: none; transform: none; top: auto; bottom: -20px; }
.homepage-out-kitchen .grid-row-cell.flexslider-box .flex-direction-nav a.flex-prev:before { background-image: url(/warehouse/temp/ganim/planet/arrow-l.svg); width: 21px; height: 12px; background-size: contain; }
.homepage-out-kitchen .grid-row-cell.flexslider-box .flex-direction-nav .flex-prev { width: 21px; left: 0; }
.homepage-out-kitchen .grid-row-cell.flexslider-box .flex-direction-nav a.flex-next:before { background-image: url(/warehouse/temp/ganim/planet/arrow-r.svg); width: 21px; height: 12px; background-size: contain; }
.homepage-out-kitchen .grid-row-cell.flexslider-box .flex-direction-nav .flex-next { width: 21px; right: auto; left: 46px; }
.homepage-out-kitchen .flex-direction-nav a { outline: none; }
.home-page .grid-form-section { max-width: 978px; padding-top: 0; margin-bottom: 92px; }
.home-page .form-container-wide #DynamicFormObject { border: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #576067; padding: 32px 70px 44px 154px; }
.home-page #DynamicFormObject:after { display: none; }
.home-page .form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText { width: 100%; padding: 0; }
.home-page .form-container-wide #DynamicFormObject .dynamicFormObjectFields { width: 100%; padding: 0; margin: 0; }
.home-page #DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { letter-spacing: 4.35px; font-size: 232.7%; text-align: right; color: #fff; margin-bottom: 4px; font-family: 'futura-pt'; }
.home-page .form-container-wide #DynamicFormObject .dynamicFormObjectFields .top-form { font-size: 100%; text-align: right; color: #fff; margin-bottom: 20px; display: block; }
.home-page .form-container-wide #DynamicFormObject .dynamicFormObjectFields .top-form::before { content: ""; display: inline-block; width: 45px; height: 1px; background: #fff; vertical-align: middle; margin-left: 15px; margin-top: -2px; }
.home-page .form-container-wide #DynamicFormObject .dynamicFormObjectFields fieldset { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.home-page .form-container-wide #DynamicFormObject .dynamicFormObjectField { padding: 0; }
.home-page .normal-form input { width: 100%; border-radius: 0; }
.home-page .form-container-wide #DynamicFormObject .dynamicFormObjectField.input-email { width: calc(100% - 162px); -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.dynamicFormObjectSubmit.col-xs-12 { padding: 0; max-width: 152px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-right: 10px; }
.home-page .form-container-wide #DynamicFormObject .dynamicFormObjectField.checkboxField { width: 100%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; }
.home-page #DynamicFormObject .checkboxField label { width: 100%; margin-right: 15px; color: #fff; font-size: 82%; margin-bottom: 0; }
.home-page .normal-form input[type=checkbox], input[type=checkbox], form.shop-form input[type=checkbox] { width: 15px; height: 15px; background: #f1f2ec; margin-top: 2px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none !important; outline: none; }
.home-page .normal-form input[type=checkbox]:checked, input[type=checkbox]:checked, form.shop-form input[type=checkbox] { background-color: #f1f2ec; box-shadow: none; }
.home-page #DynamicFormObject input[type=submit] { border-radius: 0; }
#DynamicFormObject .dynamicFormObjectField .input-wrapper.input-text input { background: #f1f2ec; border: none; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 10px; height: 44px; }
.must:before { right: 8px; }
.home-page .grid-form-section::before { content: ""; width: 100%; height: 100%; position: absolute; right: 0; top: -39px; background: url(/warehouse/temp/ganim/discount/bg.jpg); z-index: -1; background-size: cover; max-width: 890px; max-height: 306px; }
.home-page .form-container-wide { max-width: 906px; margin-left: 0; margin-right: auto; }
.homepage-blog { max-width: 1218px; margin: 0 auto; margin-bottom: 89px; }
.grid-boxes-blog.row .blog-post { float: none !important; text-align: right; padding: 0 40px; }
.grid-boxes.grid-boxes-blog.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.content-section-Btn { width: 100%; }
.content-section-Btn a.sec-button.hvr-float { max-width: 156px; margin: 0 auto; margin-top: 50px; }
.blog-post-title { font-size: 100%; font-family: 'ploni-medium-aaa-new'; padding: 0; min-height: 45px; margin-top: 20px; }
.homepage-textile .grid-row { background: none; direction: ltr !important; }
.homepage-textile { /*max-width: 1280px;*/ margin: 0 auto; margin-bottom: 124px; width: 95%; }
.homepage-textile .grid-rows .grid-row-text { width: 60%; padding-left: 79px; padding-right: 56px; }
.homepage-textile .grid-row-cell.flexslider-box { width: 56.6%; }
.homepage-textile .grid-rows .grid-row-text p { line-height: 1.47; }
.homepage-textile .grid-rows .grid-row-text h3 { font-size: 100%; font-family: 'ploni-medium-aaa-new'; margin-bottom: 27px; }
.homepage-textile .grid-rows .grid-row-text h3::before { content: ""; display: inline-block; width: 45px; height: 1px; background: #000; vertical-align: middle; margin-top: -2px; margin-left: 15px; }
.homepage-textile .grid-rows .grid-row-text h2 { margin-bottom: 13px; }
.home-page .homepage-blog .section-title { margin-bottom: 45px; }
.blog-post-text { display: none; }
.blog-post-icons { margin: 0; margin-top: 10px; }
.blog-post-icons .blog-post-date i { display: none; }
.blog-post-icons .blog-post-date::before { content: ""; display: inline-block; width: 45px; height: 1px; background: #000; vertical-align: middle; margin-top: -3px; margin-left: 15px; }
.homepage-textile .grid-rows .grid-row { background: none; direction: ltr !important; }
.homepage-textile .grid-rows .grid-row-text a.grid-row-button { max-width: 152px; padding: 10px 20px; }
.home-page .homepage-design .section-title h2 { font-size: 235%; text-align: right; }
.homepage-design { max-width: 1200px; margin: 0 auto; text-align: right; width: 95%; margin-bottom: 140px; }
.homepage-design .grid-text-content.section-animation-item.col-xs-10 { width: 100%; padding: 0; }
.home-page .homepage-design .section-title { margin-bottom: 15px; }
.homepage-design .grid-text p { margin-top: 0; }
.homepage-design .grid-text h2 { font-size: 100%; font-family: 'ploni-medium-aaa-new'; margin-bottom: 15px; }
.homepage-design .grid-text h2::before { content: ""; display: inline-block; width: 45px; height: 1px; background: #000; vertical-align: middle; margin-top: -1px; margin-left: 15px; }
.homepage-design .grid-text .grid-text-content .gridText2 { padding-right: 37px; }
.homepage-design .grid-text .grid-text-content .gridText1 { padding-left: 37px; }
#home-gallery .gallery-caption { z-index: 10; }
#home-gallery .gallery-caption .gallery-text { font-family: futura-pt, sans-serif; font-style: normal; font-weight: 300; font-size: 589%; letter-spacing: 4px; white-space: normal; }
#home-gallery .gallery-caption .gallery-text a.gallery-text-btn { width: 240px; }
#home-gallery .gallery-caption .gallery-text a.gallery-text-btn.photoCaptionLink:hover { background-color: #346e7b; color: #fff; }
.homepage-design .sec-button { max-width: 152px; margin-right: 0; margin-top: 50px; }
.homepage-tribu h2 { display: none; }
#home-gallery .gallery-caption { width: 90%; text-align: center; }
.flowing-text h2 { white-space: nowrap; }
.homepage-out-kitchen .grid-rows .grid-row-text a.grid-row-button, .homepage-textile .grid-rows .grid-row-text a.grid-row-button { margin-top: 40px; display: inline-block; max-width: unset; margin-right: 0; margin-left: 20px; }
.homepage-tribu .gridTextImgContainer img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/* Catalog */
#GridTop, #GridTop.blog { height: 420px; }
.productLabel { background: #FF961E; }
.productLabel.offer-3192 { background: #000000; padding-inline: 16px; }
@media(min-width:1024px) {
    #GridTop, #GridTop.blog { height: calc(var(--vw) * 0.37); }
}

/* Contact page */
.contact-page #headline h1, .bottomGalleryTitle h2 { font-size: 168%; }
.contact-page #headline h1::after, .bottomGalleryTitle h2::after { content: "Contact us"; display: block; text-transform: uppercase; font-family: 'futura-pt'; font-size: 34%; color: #cbccc7; margin-top: 6px; }
.bottomGalleryTitle h2::after { content: "Gallery" }
#contactform { max-width: 825px; margin: 0 auto; border: none; background: #fff; padding: 53px 72px 72px; }
.normal-form:after { display: none; }
#contactform .contact-container { width: 100%; }
#contactform input, #contactform textarea { width: 100%; max-width: 100%; border-radius: 0; border: none; border-bottom: 1px solid #000; font-family: 'ploni-medium-aaa-new'; font-size: 88%; color: #121212; }
#contactform .col-xs-12.col-md-4.col-sm-6.pull-right, #contactform .col-xs-12.col-md-12.col-sm-12.pull-right.textareaWrapper { padding: 0 8px; }
#contactform h3 { text-align: right; font-family: 'ploni-medium-aaa-new'; font-size: 177%; margin-bottom: 29px; }
#contactform .row.submit-btn .pull-right { margin-left: 0; }
#contactform input[type=submit] { border: none; background: #6ba6b4; font-size: 100%; margin-top: 5px; }
#contactform input[type=submit]:hover, #contactform input[type=submit]:focus { background: #346e7b; color: #fff; border: none !important; outline: none; }
.contact-page #GridPage { padding-top: 90px; }
.contact-page .GridBottomGallery { padding-top: 170px; max-width: 1200px; margin: 0 auto; margin-bottom: 200px; width: 95%; }
.bottomGalleryTitle { font-size: 210%; }
#gallery-randomizer .gallery-randomizer-item::after { content: ""; display: block; width: 53px; height: 53px; position: absolute; left: 50%; top: 50%; background: url(/warehouse/temp/ganim/contact/plus.svg); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.4s; transition: 0.4s; opacity: 0; pointer-events: none; z-index: 2; }
#gallery-randomizer .grid-item, #gallery-randomizer .grid-item-2 { padding: 8px; }
.contact-page .GridBottomGallery .row { margin: 0; }
#gallery-randomizer .gallery-randomizer-item:hover::after { opacity: 1; }
#gallery-randomizer .gallery-randomizer-item::before { content: ""; pointer-events: none; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #000; z-index: 2; opacity: 0; -webkit-transition: 0.4s; transition: 0.4s; }
#gallery-randomizer .gallery-randomizer-item:hover::before { opacity: 0.5; }

/* Footer */
#SiteFooter { background: #f1f2ec; }
.footer-text-divided { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 60px 40px; position: relative; max-width: 1170px; margin: auto; }
#SiteFooter .footer-text-divided > div.footer-text-left img { max-width: 320px; }
.footer-category { font-size: 112%; color: #346e7b; margin-bottom: 36px; }
.footer-text-divided > div.footer-text-right { display: -webkit-box; display: -ms-flexbox; display: flex; }
.footer-column:first-child { margin-left: 128px; }
.footer-text-divided > div.footer-text-right ul { list-style: none; padding-right: 0; margin: 0; }
.footer-text-divided > div.footer-text-right ul li { margin-bottom: 12px; font-size: 82%; }
.footer-text-divided::before { content: ""; display: block; width: calc(100% - 80px); position: absolute; top: 102px; left: 40px; height: 1px; background: #cbccc7; }
.footer-text-left .socials a { margin-right: 12px; }
.footer-text-left .socials { margin-top: 30px; }
.logo-footer { margin-top: 40px; }
.site-credit.alternative { padding: 10px 0; }
a.AccessabilityLink:hover, a.AccessabilityLink:focus { color: #fff; }
.footer-text-left .socials a.inst:hover img, .footer-text-left .socials a.inst:focus img { content: url(/warehouse/temp/ganim/footer/insta_hover.svg); }
.footer-text-left .socials a.fb:hover img, .footer-text-left .socials a.fb:focus img { content: url(/warehouse/temp/ganim/footer/fb_hover.svg); }
.footer-text-left .socials a.yt:hover img, .footer-text-left .socials a.yt:focus img { content: url(/warehouse/temp/ganim/footer/YT_hover.svg); }
.footer-text-left .socials a, .footer-text-left .socials a img { -webkit-transition: 0.4s; transition: 0.4s; }

.footer-text.text-center ul { padding: 0; margin: 0; display: flex; justify-content: center; align-items: center; list-style: none; }
.footer-text.text-center ul > li { position: relative; display: flex; align-items: center; }
.footer-text.text-center ul > li a { font-family: ploni-medium-aaa-new; }

#SiteFooter { display: flex; flex-direction: column; }
.footer-text.text-center { order: 1; padding:25px 0; border-top: 1px solid #cbccc7; background: #f7f6f2; }
.footer-text.text-center ul > li:not(:last-child)::after { content: ''; display: inline-flex; height: 52px; width: 1px; background: #cbccc7; margin-inline: 50px; }
.footer-text-divided { order: 2; }
#SiteFooter .site-credit.alternative { order: 3; }

.footer-text.text-center ul > li > a { display: flex; column-gap: 10px; }
.footer-text.text-center ul > li > a::before { content: ''; display: inline-flex; width: 29px; height: 29px; background-size: cover; background-repeat: no-repeat; }
.footer-text.text-center ul > li.visit > a::before { width: 22px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22.339" height="29.152" viewBox="0 0 22.339 29.152"><g transform="translate(-961.035 -1939.557)"><path d="M21.339,10.837c0,6.118-7.007,14.21-9.528,16.924a1.217,1.217,0,0,1-1.785,0C7.5,25.058.488,16.99.5,10.837a10.42,10.42,0,0,1,20.839,0Z" transform="translate(961.285 1939.807)" fill="none" stroke="%23346e7b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><ellipse cx="4.903" cy="4.903" rx="4.903" ry="4.903" transform="translate(967.301 1945.904)" fill="none" stroke="%23346e7b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></svg>'); }
.footer-text.text-center ul > li.phone > a::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.819" height="28.837" viewBox="0 0 28.819 28.837"><g transform="translate(-751.424 -1939.3)"><path d="M.693,1.928A2.452,2.452,0,0,0,.581,3.56a30.016,30.016,0,0,0,8.3,15.947,29.215,29.215,0,0,0,15.9,8.261,2.561,2.561,0,0,0,1.632-.113.79.79,0,0,0,.393-.5L27.8,22.75a1.191,1.191,0,0,0-.371-1.085c-.151-.151-3.491-1.356-5.071-2.127a1.328,1.328,0,0,0-1.727.4l-.613,1.055a1.557,1.557,0,0,1-.961.723c-1.546.392-6.33-4.012-7.37-5.05-1.077-1.077-5.63-5.978-5.235-7.524a1.56,1.56,0,0,1,.723-.962c.922-.533.673-.389,1.047-.607a1.33,1.33,0,0,0,.406-1.731A26.883,26.883,0,0,1,7.085,1.6,1.381,1.381,0,0,0,5.608.547l-4.433.992A.785.785,0,0,0,.693,1.928Z" transform="translate(751.669 1939.556)" fill="none" stroke="%23346e7b" stroke-miterlimit="10" stroke-width="1.5"/><path d="M11.631,3.512a8.715,8.715,0,0,1,8.716,8.716" transform="translate(754.183 1940.23)" fill="none" stroke="%23346e7b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path d="M11.631.5A12.409,12.409,0,0,1,24.04,12.909" transform="translate(754.183 1939.55)" fill="none" stroke="%23346e7b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></svg>'); }
.footer-text.text-center ul > li.whatsapp > a::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29.694" height="29.694" viewBox="0 0 29.694 29.694"><g transform="translate(-514.835 -1938.453)"><path d="M10.983,9.035c-.039.044-.077.089-.115.134-.359.412-.18,1.036.059,1.7A10.79,10.79,0,0,0,15.688,16.1a1.5,1.5,0,0,0,1.7.006l.131-.119a1.561,1.561,0,0,1,1.585-.418c.344.142.647.291,1.152.494a1.726,1.726,0,0,1,1.128,1.746A6.807,6.807,0,0,1,20.53,19.9a1.666,1.666,0,0,1-1.96.419c-6.885-2.068-10.046-6.281-11.952-12.2a1.681,1.681,0,0,1,.359-1.972,4.223,4.223,0,0,1,2.066-.921A1.868,1.868,0,0,1,10.85,6.317c.178.329.287.713.439,1.053A1.655,1.655,0,0,1,10.983,9.035Z" transform="translate(516.435 1940.77)" fill="none" stroke="%23346e7b" stroke-miterlimit="10" stroke-width="1.5"/><path d="M7.414,26.72.5,28.694,2.474,21.78a14.111,14.111,0,1,1,4.94,4.94Z" transform="translate(515.085 1938.703)" fill="none" stroke="%23346e7b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></svg>'); }
.footer-text.text-center ul > li.mail > a::before { width: 30px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29.694" height="28.826" viewBox="0 0 29.694 28.826"><g transform="translate(-419.331 -2021.75)"><path d="M18.984,17.758a6.817,6.817,0,0,1-4.536,3.677C10.4,22.662,5.5,19.022,5.5,14.081,5.5,7.952,10.4,5.5,14.081,5.5c2.452,0,4.9,1.226,4.9,2.452" transform="translate(420.71 2022)" fill="none" stroke="%23346e7b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path d="M21.339,6.629c-1.226,3.677-1.147,8.6-.738,12.528.738,7.085,5.641,3.408,6.99.932a11.452,11.452,0,0,0,1.1-5.492,14.124,14.124,0,0,0-1.1-5.492,14.268,14.268,0,0,0-7.5-7.5,14.22,14.22,0,0,0-10.983,0,14.268,14.268,0,0,0-7.5,7.5,14.22,14.22,0,0,0,0,10.983,14.268,14.268,0,0,0,7.5,7.5" transform="translate(419.581 2022)" fill="none" stroke="%23346e7b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></svg>'); }


@media(max-width: 767px) {
    .footer-text.text-center ul { flex-wrap: wrap; row-gap: 10px; }
    .footer-text.text-center ul > li { width: 50%; justify-content: center; }
    .footer-text.text-center ul > li:not(:last-child)::after { content: none; }
    .footer-text.text-center ul > li > a::before { background-size: 90% 90%; }
}
/* Other */
#addToCartBtn span { left: -30px; }
#addToCartBtn svg { fill: #000; }
.headerShop.side-cart .cartItemsNavSubTotal::before { background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f1f2), to(#f1f1f2)); background-image: linear-gradient(to top, #f1f1f2, #f1f1f2); content: ""; background: -webkit-linear-gradient(top, rgba(255,255,255,0), #f7f6f2 73%); opacity: 1; height: 50px; width: 100%; position: absolute; right: 0; top: -49px; }
.side-cart .itemsTableWrapper:after { display: none; }
.headerShop.side-cart .cartItemsNavSubTotal span.priceTotal { margin-left: 10px; }
.headerShop.side-cart .totalSumItems.priceInfo { font-size: 206%; font-family: 'ploni-medium-aaa-new'; }
.headerShop.side-cart .cartActions .goToCart.shopBtn { font-size: 100%; border: 1px solid #6ba6b4; color: #3c3c3c; font-family: 'ploni-medium-aaa-new'; padding: 9px; background: none; }
.headerShop.side-cart .totalSumItems.cartActions { font-size: 100%; }
.headerShop.side-cart .cartActions .goToCart.shopBtn:hover, .headerShop.side-cart .cartActions .goToCart.shopBtn:focus { background: #6ba6b4; color: #fff; border: 1px solid #6ba6b4 !important; }
.headerShop.side-cart { top: 0 !important; background: #f7f6f2; }
.cartSubTotal .subTotalTitle { background: #ecede7; color: #000; }
.cartSubTotal .subTotalTitle h2 { font-size: 100%; font-family: 'ploni-medium-aaa-new'; font-weight: 400; }
.cartItemsTable .cartItemsTitles { background: #ecede7; color: #000; font-weight: normal; font-family: 'ploni-medium-aaa-new'; font-size: 100%; min-height: 50px; }
.cartSubTotal { background: #fff; }
.cartSubTotal .totalSumItems.totalPrice { padding-top: 20px; position: relative; font-weight: normal; }
.cartSubTotal .totalSumItems.totalPrice::before { content: ""; display: block; width: 90%; height: 1px; background: #f0f0f0; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 10px; }
.cartSubTotal .totalSumItems { font-family: 'ploni-medium-aaa-new'; }
.shopLayout.cartPage #headline h1 { text-align: right; font-family: 'ploni-medium-aaa-new'; font-size: 67%; margin-top: 30px; }
.cartItemsTable .items { background: none; }
.cartItemsTable .item-quantity button { background: #576067; }
.cartItemsTable .item-quantity svg rect { fill: #fff; }
.cartItemsTable .cartItem .itemName { font-family: 'ploni-medium-aaa-new'; }
.cartItemsTable .cartItem .cartItemName.cartItemsCell { font-size: 100%; }
.cartItemsTable .cartItemTotal.cartItemsCell { font-family: 'ploni-medium-aaa-new'; /*font-size: 119%;*/ }
#contactform input, #contactform textarea { outline: none; }
#contactform input:focus, #contactform textarea:focus { border: none !important; border-bottom: 1px solid #6ba6b4 !important; }
#whatAppButton { -webkit-box-shadow: none; box-shadow: none; }

/* About-page */
.about-page #headline { clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.about-page .about-section .grid-rows .grid-row { background: none; direction: ltr !important; }
.about-page .about-section { max-width: 1170px; margin: 0 auto; margin-bottom: 102px; }
.about-section .grid-rows .grid-row-text { width: 100%; padding-left: 74px; margin: 0; }
.about-page .grid-rows .grid-row-text h2, .about-page .section-title h2 { font-size: 353%; margin-bottom: 0; }
.about-page .grid-rows .grid-row-text h3, .about-page h3, .about-page .materials .grid-text-content h2 { color: #cbccc7; font-family: 'futura-pt'; text-transform: uppercase; font-size: 118%; margin-top: 0; }
.about-page .grid-rows .grid-row-text p { line-height: 1.47; }
.about-page ol.flex-control-nav.flex-control-paging { bottom: 15px; }
.about-page #LobbyModule .about-logos .grid-box { width: 25%; padding: 0 12px; margin-bottom: 23px; }
.about-logos { max-width: 1226px; }
.about-page #LobbyModule .about-logos .grid-boxes .grid-box-image { padding-bottom: 54.5%; margin: 0; }
.about-page #LobbyModule .about-logos .grid-boxes .grid-box-title { display: none; }
.about-logos .section-title { margin-bottom: 10px; }
.about-page .materials { margin-bottom: 0; }
.materials-lines .grid-rows .grid-row { background: none; margin-bottom: 100px; }
.materials-lines { max-width: 1200px; margin: 0 auto; margin-bottom: 50px; }
.materials-lines .grid-rows .grid-row:nth-of-type(odd) { direction: ltr !important; }
.materials-lines .grid-rows .grid-row:nth-of-type(even) { direction: rtl !important; }
.about-page .materials-lines .grid-row-text h2 { font-family: 'ploni-medium-aaa-new'; font-size: 206%; }
.about-page .materials-lines .grid-row-text h3 { font-family: 'ploni-medium-aaa-new'; color: #000; font-size: 100%; margin-top: 15px; }
.about-page .materials-lines .grid-row-text h3::before { content: ""; display: inline-block; width: 45px; height: 1px; background: #000; vertical-align: middle; margin-top: -1px; margin-left: 15px; }
.materials-lines .grid-rows .grid-row-text { width: 100%; padding-left: 93px; margin: 0; }
.materials-lines .grid-rows .grid-row:nth-of-type(even) .grid-row-text { padding-left: 0; padding-right: 93px; }
.materials-lines .grid-row li.slider-item { padding-bottom: 60%; }
.about-page .grid-rows .grid-row-cell.flexslider-box { width: 54%; }
/* Internal Page */
.internalPage .MainContent { text-align: right; max-width: 705px; margin: 0 auto; }
#headline h1 { font-size: 90%; }
body .internalPage #headline { width: 100%; }
body .internalPage #headline { text-align: center; font-size: 353%; margin-bottom: 15px; /* width: 100%; */ }
.brandPage .internalPage #headline { text-align: right; }
.contact-page .internalPage #headline { font-size: 210%; }
.internalPage #subheadline h2 { font-size: 118%; color: #cbccc7; font-family: 'ploni-light-aaa'; }
.internalPage #text1 p, .internalPage #text2 p { text-align: right; line-height: 1.47; }
.internalPage #text1, .internalPage .about-tribu #text2 { max-width: 100%; }
.internalPage #text1 h2, .internalPage #text2 h2 { font-family: 'ploni-medium-aaa-new'; text-align: right; font-size: 206%; margin-bottom: 20px; margin-top: 30px; }
.internalPage #text1 img, .internalPage #text2 img { margin-top: 20px; }
.internalPage #text1 ul, .internalPage #text2 ul { text-align: right; padding-right: 20px; list-style: none; margin: 0; }
.internalPage #text1 ul li, .internalPage #text2 ul li { position: relative; margin-bottom: 15px; }
.internalPage #text1 ul li::before, .internalPage #text2 ul li::before { content: ""; display: block; position: absolute; right: -20px; top: 8px; width: 5px; height: 5px; border: 2px solid #6ba6b4; border-radius: 50%; }
.internalPage .MainContent { margin-bottom: 150px; }
.internalPage #GridContent { padding-top: 40px; }
.categories-strip { display: none; }
#FormResultPage #text1 p { text-align: center; }
#FormResultPage #text1 a.FormResultPageButton { text-decoration: underline; margin-bottom: 90px; }

#text1 ul.searchResultsList .catalogItemBoxInner .productLabel.offer img { max-width: 70px; margin: 0; }

@media (max-width: 767px) {
    #FormResultPage #text1 a.FormResultPageButton { margin-bottom: 50px; }
}

/* Product Page */
#GridTop.noTopImage.longer { height: 90px; }
#CatalogModule { padding-top: 0; }
.backBtnWrapper { display: none; }
.catalog-page .internalPage #subheadline h2 { font-family: 'ploni-medium-aaa-new'; color: #000; font-size: 100%; }
.catalog-page .internalPage #subheadline h2::before { content: ""; display: inline-block; width: 45px; height: 1px; background: #000; vertical-align: middle; margin-left: 15px; }
.CatalogItemPage #catalogText p { max-width: 494px; }
.propertyOption .propertyIcon img { position: absolute; min-height: 100%; min-width: 100%; }
.propertyOption .propertyIcon { border-radius: 50%; overflow: hidden; position: relative; width: 28px; height: 28px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 1px solid #a4a4a4; }
.propertyOption { border-radius: 50%; margin-left: 7px; max-width: unset; }
/*18/07/2023*/
.propertyOption.prop-disabled::after { content: ''; position: absolute; top: 0; bottom: 0; width: 2px; left: 50%; transform: translateX(-50%) rotate(-45deg); z-index: 2; background: #a4a4a4; }
.propertyOption.prop-disabled::before { content: ''; position: absolute; width: 100%; height: 100%; border: 1px solid #a4a4a4; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
/*end*/
.propertyGroupContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 40px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.propertyGroupContainer h3 { margin: 0; margin-left: 12px; font-size: 100%; font-family: 'ploni-medium-aaa-new'; }
.propertyGroupContainer.group3710 h3 { width: 100%; margin-bottom: 10px; }
.propertyGroupContainer.group3710 .propertyOption { border-radius: 0; margin-bottom: 10px; margin-left: 10px; border: none; }
.propertyGroupContainer.group3710 .propertyOption input { position: absolute; opacity: 0; pointer-events: none; }
.propertyGroupContainer.group3710 .propertyOption label { padding: 2px 12px; margin: 0; }
.propertyGroupContainer.group3710 .propertyOption:hover, .propertyGroupContainer.group3710 .propertyOption.active { background: #576067; color: #fff; }
.propertyGroupContainer.group3101 { margin-bottom: 0; display: block; }
.propertyGroupContainer.group3101 h3 { margin-bottom: 10px; }
.propertyGroupContainer.group3101 .propertyOption { margin-left: 12px; }
#CatalogModule #CatalogItemView .item-quantity { margin-top: 40px; width: auto; border: 1px solid #576067; }
#CatalogModule .item-quantity button, .catalogItemBox .item-quantity button { background: #576067; width: 32px; height: 32px; border: none; }
.st0 { fill: #fff !important; }
#CatalogModule .item-quantity .itemQuantityContainer, .catalogItemBox .item-quantity .itemQuantityContainer, #CatalogModule .item-quantity .itemQuantityContainer, .catalogItemBox .item-quantity .itemQuantityContainer { background: #fff; font-family: 'ploni-medium-aaa-new'; height: 32px; border: 0; }
#CatalogModule #CatalogItemView .item-price { clear: both; }
#CatalogItemView .itemContent .item-price span.finalPrice { font-family: 'ploni-medium-aaa-new'; font-size: 247%; }
#CatalogItemView .itemContent .item-price span.itemBeforeDiscountPrice.hasDiscount { font-size: 106%; }
#CatalogModule .item-actions { border: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#CatalogItemView .shareBox button, #CatalogItemView .shareBox button.wishListBtn { background: none; border: 1px solid #232323; width: 32px; height: 32px; padding: 0; }
#CatalogItemView .shareBox button.wishListBtn svg { width: 15px; height: 15px; }
#CatalogItemView .shareBox i { font-size: 87%; }
.itemContentWrapper button#addToCartBtn { color: #000; }
#CatalogModule .gallery-slider.flexslider.large .slides li { padding-bottom: 5%; }
#CatalogModule .gallery-slider.thumbs { margin-left: 0; margin-top: 10px; }
#CatalogModule .gallery-slider.thumbs li.item { width: 155px !important; padding-bottom: 103px; margin-right: 10px; }
#CatalogModule .relatedItems h2 { font-size: 353%; background: none; margin-bottom: 45px; }
#CatalogModule .relatedItems .relatedItemsTitle:after { display: none; }
#CatalogModule .relatedItems h2::after { content: "more amazing products"; display: block; text-transform: uppercase; color: #cbccc7; font-size: 37%; margin-top: 10px; font-family: 'futura-pt'; }
.itemsList.row.relatedItemsCarousel { max-width: 927px; margin: 0 auto; }
.itemsList.row.relatedItemsCarousel .catalogItemBox { padding: 0 17px; }
#CatalogItemView .relatedItemsCarousel .item-price span.itemBeforeDiscountPrice.hasDiscount { margin-right: 0; }
#CatalogModule #CatalogItemView .catalog-fields { background: #fff; border: none; }
#CatalogModule #CatalogItemView .catalog-fields li.catalog-fields-tab-title button { font-size: 118%; font-family: 'ploni-medium-aaa-new'; opacity: 0.5; }
#CatalogModule #CatalogItemView .catalog-fields ul.catalog-fields-tabs { border-bottom: 1px solid #cbccc7; }
#CatalogModule #CatalogItemView .catalog-fields li.catalog-fields-tab-title.active::before { content: ""; display: block; position: absolute; bottom: -1px; right: 0; width: 100%; background: #000; height: 1px; }
#CatalogModule #CatalogItemView .catalog-fields li.catalog-fields-tab-title { overflow: visible; }
#CatalogModule #CatalogItemView .catalog-fields li.catalog-fields-tab-title.active:after { display: none; }
#CatalogModule #CatalogItemView .catalog-fields .catalog-fields-tab-text.active { font-size: 100%; line-height: 1.47; padding: 33px 35px; }
#CatalogModule #CatalogItemView .catalog-fields li.catalog-fields-tab-title.active button { opacity: 1; }
#CatalogModule .itemImagesSlick .gallery-slider.large .slick-slide { border: none; /* padding-bottom: 332px; */ padding-bottom: 420px; background: #fff; }
#CatalogModule .itemImagesSlick .gallery-slider.thumbs { padding: 0; margin-top: 10px; }
.thumbs.slick-slider .slick-track { margin: 0; margin-left: -10px; }
#CatalogModule .itemImagesSlick .gallery-slider.thumbs .slick-slide .item-inner-thumb { padding-bottom: 69%; }
#CatalogModule .itemImagesSlick .gallery-slider.thumbs .slick-slide { border: none; max-width: 186px; /*max-width: 119px;*/ }
/*#CatalogModule .itemImages { padding-left: 0; }*/

/* Tribu Designers */
.tribu-designers #pageview { text-align: center; }
.tribu-designers .internalPage #headline { text-align: center; }
.tribu-designers .internalPage #text1 p,
.tribu-designers .internalPage #text2 p { text-align: center; max-width: 700px; margin: 0 auto; margin-bottom: 80px; }
.tribu-designers #gridshort-view.shown > div { padding: 0 40px; margin-bottom: 90px; }
.tribu-designers .grid-short-box-image { padding-bottom: 74%; }
.tribu-designers #GridPage .max-width { max-width: 1262px; }
.tribu-designers .grid-short-box .grid-short-box-label { font-family: 'ploni-medium-aaa-new'; text-transform: uppercase; font-size: 147%; padding-top: 20px; margin-bottom: 9px; text-align: right; }
.tribu-designers .grid-short-box-text { text-align: right; }

/* Tribu Collections */
.tribu-collections #CatalogView, .tribu-collections .internalPage #headline { text-align: center; }
.tribu-collections .internalPage #headline + h2 { margin-bottom: 30px; color: #cbccc7; font-size: 118%; }
.tribu-collections #catalogText { max-width: 522px; margin: 0 auto; line-height: 1.47; margin-bottom: 50px; }
.tribu-collections #GridPage .max-width, .tribu-collections .catalogContainer { max-width: 1248px; width: 100%; }
.tribu-collections .catalogCategoryBoxText h3 { font-family: 'ploni-medium-aaa-new'; text-align: right; margin: 0; -webkit-transition: 0.4s; transition: 0.4s; font-size: 147%; }
.tribu-collections .catalogCategoryBoxInner.col-xs-12 { padding: 0; }
.tribu-collections .catalogCategoryBox { padding: 0 40px; margin-bottom: 60px; }
.tribu-collections .catalogCategoryBoxText { padding: 0; position: relative; margin-top: 15px; }
.tribu-collections .catalogCategoryBoxText h3::before { content: ""; -webkit-transition: 0.4s; transition: 0.4s; display: inline-block; width: 45px; height: 1px; margin-left: 15px; background: #000; vertical-align: middle; }
.tribu-collections .catalogCategoryBoxText h4 { display: none; }
.tribu-collections .catalogCategoryBoxText:hover, .tribu-collections .catalogCategoryBoxText:focus { color: #000; }
.tribu-collections .catalogCategoryBoxInner:hover .catalogCategoryBoxText h3:before, .tribu-collections .catalogCategoryBoxInner:focus .catalogCategoryBoxText h3:before { width: 55px; }
.tribu-collections .catalogCategoryBoxInner:hover
#CatalogCategoryPage { margin-bottom: 50px; }
.about-tribu #headline h1 { text-align: right; }
.tribu-collections .collection-top-section .collection-info { width: auto !important; }

/* Tribu Collection Page */
.tribu-collection #GridTop { height: 563px; }
#top-gallery .flex-control-paging li a.flex-active { background: #fff; }
.collection-top-section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: wrap; padding-top: 20px; }
.tribu-collection .collection-top-section { justify-content: center; }
#top-gallery .flex-control-paging li a.flex-active { background: #fff; }
.tribu-collection .collection-top-section .collection-info { width: 43%; padding-top: 0; padding-bottom: 46px; /*min-height: 364px;*/ padding-left: 0px; }
.tribu-collection .collection-top-section .collection-info #catalogText span { font-size: 100% !important; }
.collection-top-section .lobby-video { width: 57%; height: auto; }
.collection-top-section .lobby-video iframe { width: 100%; height: 100%; }
.collection-top-section .collection-info h2 { font-family: 'ploni-medium-aaa-new'; margin-bottom: 20px; }
.collection-top-section .collection-info h2::before { content: unset; display: inline-block; width: 45px; height: 1px; background: #000; vertical-align: middle; margin-left: 15px; }
.hasLobbyVideo .collection-top-section .collection-info h2::before { content: ""; }
.tribu-collection .catalogTextContainer #text2 h2 { text-align: center; font-size: 353%; font-family: 'ploni-light-aaa'; margin-bottom: 0; color: #000; }
.tribu-collection #headline h1 { font-size: 100%; }
.tribu-collection .catalogTextContainer #text2 h3 { margin-top: 0; color: #cbccc7; text-transform: uppercase; font-size: 118%; font-family: 'futura-pt'; }
.tribu-collection .catalogTextContainer { margin-bottom: 40px; }
.tribu-collection .container { max-width: 100%; width: 100%; }

.tribuGanimPage .grid-short-box-image img { min-width: 100%; }
.tribuGanimPage .grid-short-box-image { padding-bottom: 100%; }
.tribuGanimPage .flex-row.row { margin: auto; }
.tribuGanimPage .grid-short-box-fulltext { font-family: 'ploni-medium-aaa-new'; text-align: right; }
.tribuGanimPage .grid-short-box-link a:hover { color: black; }
.tribuGanimPage .grid-short-box .grid-short-box-label:before { content: ""; display: inline-block; width: 45px; height: 1px; margin-left: 15px; background: #000; vertical-align: middle; }
.tribuGanimPage .grid-short-box-fulltext a { color: #fff; background: none; border: 1px solid #fff; transition: 0.3s; padding: 8px 46px; width: auto; font-family: 'ploni-medium-aaa-new'; display: inline-block; margin-top: 20px; }
.tribuGanimPage .grid-short-box:hover .grid-short-box-link a { background: #fff; color: #000; }
.hasLobbyVideo .collection-top-section { margin-bottom: 40px; }

@media (min-width: 992px) {
    .tribuGanimPage .col-md-4 { padding: 0 30px; margin: 52px 0; }
}

@media (max-width: 676px) {
    .tribuGanimPage .col-xs-6 { width: 100%; }
}
/* Category Page */
/*.productLabel { left: 0; }*/
#CatalogModule .filtersList { text-align: center; margin-bottom: 55px; }
#CatalogModule .filters-box button.filters-title { background: #e3e2de; padding: 12px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-width: 175px; font-family: 'ploni-medium-aaa-new'; }
#CatalogModule .filters-box { margin: 0 20px; }
#CatalogModule .filters-box button.filters-title.active { background: #e3e2de; }
#CatalogModule .filters-box ul.filter-list { background: #e3e2de; padding: 0 10px; }
#CatalogModule .filters-box .filter-list-inner { padding: 0; }
#CatalogModule .filters-box .filter-list-inner li.filter-list-item { padding: 11px; text-align: right; border-color: #44444421; }
#CatalogModule .filters-box .filters-list-wrapper.active { border-top: 1px solid #000; }
#CatalogModule .filters-box .filters-list-wrapper { width: 100%; top: 48px; }
#CatalogModule .filters-box .filter-list-inner li.filter-list-item:last-child { border: none; }
#CatalogView #headline h1 { text-align: right; }
#CatalogView h2 { text-align: center; color: #cbccc7; text-transform: uppercase; font-size: 118%; }


/* Tribu Product Page */
.tribu-collection.CatalogItemPage #GridTop { height: 0; }
.propertyOption label { border: 1px solid #000; padding: 3px 12px; display: inline-block; }
.propertyGroupContainer.group3101 input { display: none; }
.propertyGroupContainer.group3101 .propertyOption.active label { background: #000; color: #fff; }
.propertyGroupContainer.group3101 .propertyOption.active { border: none; }
.propertyGroupContainer.group3101 label { font-family: 'ploni-light-aaa'; font-weight: normal; margin-bottom: 13px; }
/*.tribu-collection.CatalogItemPage #CatalogModule .item-actions { display: none; }*/
.tribu-collection.CatalogItemPage .catalogTextContainer.comments { display: none; }

/* Blog */
.blog-tags-list ul li.blog-tag a:focus, .blog-tags-list ul li.blog-tag a:hover, .blog-tags-list ul li.blog-tag.active a { color: #000; }
.blog-tags-list ul li.blog-tag:not(.active) a { border: 1px solid #000; background: none; }
.blog-tags-list ul li.blog-tag:not(.active) a:hover, .blog-tags-list ul li.blog-tag:not(.active) a:focus { background: #000; border: 1px solid #000 !important; color: #fff; }
.blog-tags-list ul li.blog-tag.active a { border: 1px solid #6ba6b4; }
.blog-tags-list ul li.blog-tag.active a:hover, .blog-tags-list ul li.blog-tag.active a:focus { border: 1px solid #346e7b !important; }
.blog-tags-list ul li.blog-tag a { padding: 9px 27px; min-width: 152px; }
.blog-page #headline h1 { text-align: center; }
.blog-page #subheadline { text-align: center; text-transform: uppercase; }
.blog-tags-list ul li.blog-tag { margin-left: 15px; margin-bottom: 20px; }
.blog-posts { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.blog-post { width: 33.33333%; margin-bottom: 30px; padding: 0 40px; }
.blog-grid #GridPage .max-width { max-width: 1248px; }
.blog-tags { padding-bottom: 0; }
.blogmain-header { padding-top: 40px; }
#BlogModule { margin-bottom: 100px; }

/* Blog Inner Page */
.contentInnerPage .blog-grid #GridPage .max-width { max-width: 925px; }
.contentInnerPage .blog-grid #GridPage .blog-post-icons { text-align: center; }
.contentInnerPage .blog-grid #GridPage .share-strip { margin: 50px 0; }
.contentInnerPage .blog-grid #GridPage .blogMainImg { width: 100%; margin-bottom: 50px; }
.contentInnerPage .blog-grid #GridPage .blog-related-posts.row { text-align: center; margin-right: 0px; }
.contentInnerPage .blog-grid #GridPage .blog-related-posts.row .col-sm-4 { width: 50%; width: 33.33333333%; }
.contentInnerPage .blog-grid #GridPage .blog-related-posts.row .blog-related-post { background-color: transparent; }
.contentInnerPage .blog-grid #GridPage .blog-related-posts.row .blog-related-post .blog-related-post-title { padding: 10px; text-align: center; font-family: 'ploni-medium-aaa-new'; padding: 0; min-height: 45px; text-align: right; margin-top: 20px; }
/* Branches Page */
.our-branches #lobbyview h2 { color: #cbccc7; text-transform: uppercase; font-size: 118%; font-family: 'futura-pt'; }
.our-branches #allSectionsWrapper { max-width: 1200px; margin: 0 auto; }
.our-branches .grid-rows .grid-row-text { width: 100%; }
.our-branches .grid-rows .grid-row { background: none; margin-bottom: 78px; }
.our-branches .grid-row li.slider-item { padding: 0; }
.our-branches .grid-row-cell-text { padding-right: 75px; }
.our-branches .grid-rows .grid-row:nth-of-type(even) .grid-row-cell-text { padding-right: 0; padding-left: 75px; }
.our-branches .grid-rows .grid-row-text h2 { font-family: 'ploni-medium-aaa-new'; font-size: 206%; letter-spacing: 0.7px; }
.our-branches .grid-rows .grid-row-text h3 { font-size: 100%; font-family: 'ploni-medium-aaa-new'; }
.our-branches .grid-rows .grid-row-text h3::before { content: ""; display: inline-block; width: 45px; margin-left: 15px; height: 1px; background: #000; vertical-align: middle; }
b, strong { font-weight: normal; font-family: 'ploni-medium-aaa-new'; }
.grid-rows .grid-row-cell.flexslider-box { width: 35.7%; }
.our-branches .grid-row-section { padding-top: 70px; }

/* Login Page */
.checkout-login { background: #fff; }
form.shop-form .form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { border-radius: 0; border: 1px solid #576067; }
.checkout-login .newUser a.checkoutLogin { font-family: 'ploni-medium-aaa-new'; }
.checkout-login .subheadline { font-family: 'ploni-medium-aaa-new'; font-size: 106%; }
.RememberMeBtn input[type=checkbox] { border: 1px solid #000 !important; }
label.RememberMeLabel { font-size: 100%; font-family: 'ploni-medium-aaa-new'; }
.loginFormInput.forgotPass button { font-family: 'ploni-medium-aaa-new'; }
.checkout-login .newUser .shopBtn { margin-left: auto; margin-right: auto; }

/* Checkout */
form#checkout-form .checkoutTitle h3 { font-size: 100%; font-family: 'ploni-medium-aaa-new'; font-weight: normal; color: #000; background: #ecede7; padding: 16px 30px; min-height: 50px; }
.shopLayout.checkoutPage .cartSubTotal .totalSumItems.totalPrice:before { margin-top: 0; border-color: #f0f0f0; }
form#checkout-form .checkoutFormWrapper { background: #fff; }
input#coupon { height: 43px; }

/* Pagination */
#CatalogModule .CatalogNav .navigationItems a { background: none; border: 1px solid #000; font-size: 106%; padding: 0; min-width: 27px; min-height: 27px; }
#CatalogModule .CatalogNav .navigationItems a.active { background: #6ba6b4; border-color: #6ba6b4; color: #000; }
#CatalogModule .CatalogNav .navigationItems { margin-right: 5px; }

/* Other */
.cartWrapper.ordersWrapper:not(.userProfile) { margin: 0 auto; }
.userProfile .registerFormWrapper a.shopBtn { margin-left: auto; margin-right: auto; }
#addToCartBtn span.addedToCart { display: none; }
.navQuickAlert { border: none; right: 203px !important; }
.CatalogItemQuickAlert-Img img { max-width: 80px; max-height: 80px; position: static; -webkit-transform: none; transform: none; }
.navQuickAlert::after { border: none; }
.CatalogItemQuickAlert { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }
.CatalogItemQuickAlert-Img { width: auto; }
#CatalogModule .CatalogNav span#NextPage a span, #CatalogModule .CatalogNav span#PrevPage a span { display: none; }
#CatalogModule .CatalogNav span#NextPage a::before { content: ""; display: inline-block; width: 17px; height: 10px; background: url(/warehouse/temp/ganim/arrow-r.svg); margin-left: 12px; }
#CatalogModule .CatalogNav span#PrevPage a::before { content: ""; display: inline-block; width: 17px; height: 10px; background: url(/warehouse/temp/ganim/arrow-l.svg); margin-right: 12px; }
body .internalPage #CatalogView .collection-top-section .collection-info #headline h1 { text-align: center; }
body.hasLobbyVideo .internalPage #CatalogView .collection-top-section .collection-info #headline h1 { text-align: right; }
tribu-collection .collection-top-section .collection-info #headline { text-align: center; }
#CatalogView .collection-top-section .collection-info h2 { text-align: center; color: #000; font-size: 100%; }
.hasLobbyVideo #CatalogView .collection-top-section .collection-info h2 { text-align: right; }
#contactform .contact-form-comment { font-size: 80%; }
.flowing-text .section-title h2 { font-family: 'futura-pt'; }
button.wishListBtn.active svg path { fill: #346e7b; stroke: #346e7b; }
#CatalogModule .itemImagesSlick .gallery-slider.thumbs .slick-next.slick-arrow { right: -10px; }
#CatalogModule .itemImagesSlick .gallery-slider.thumbs .slick-prev.slick-arrow { left: -30px; }
#CatalogModule .itemImagesSlick .gallery-slider ul.slick-dots { position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
#CatalogModule .itemImagesSlick .gallery-slider.thumbs .slick-active.slick-current:after { border: 1px solid #e0dccc; }
#CatalogModule #CatalogItemView .catalog-fields li.catalog-fields-tab-title button { padding: 20px 20px 15px; }
.registerFormWrapper { background: #fff; }
.registerFormWrapper.registerPage #text1 p { text-align: center; }
.userProfile #headline { background: #ecede7; color: #000; height: 100px; padding: 29px 40px; }
.userProfile #headline h1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 67%; justify-content: flex-end; }
.userProfile #headline h1 svg { margin-left: 20px; }
.loggedInUser.profileSideBar h4 { background: #ecede7; color: #000; height: 100px; padding: 20px; }
.loggedInUser.profileSideBar a { background: #fff; }
.userProfile .normal-form-submit { float: none; }
/*.homepage-types .grid-box:first-child .grid-box-title h3 a { color: #346e7b; }
.homepage-types .grid-box:first-child .grid-box-title h3 a::before { background: #346e7b; }*/
#SiteGrid::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000; z-index: -1; opacity: 0; -webkit-transition: 0.4s; transition: 0.4s; }
body.subOpen #SiteGrid::before, body.menuOpen #SiteGrid::before { opacity: 0.5; z-index: 10; }
.shopLayout.checkoutPage #headline h1 { font-family: 'ploni-medium-aaa-new'; font-size: 67%; margin-bottom: 30px; }
form#checkout-form .checkoutFormWrapper label { font-size: 82%; }
.normal-form-comment { font-size: 80%; }
form#checkout-form .checkoutFormWrapper .checkBoxWrapper label { margin-bottom: 0; margin-top: 4px; }
form#checkout-form .checkoutFormWrapper.personalDetailsWrapper .row > div.checkoutInputsWrapper { width: 50%; padding-top: 0; }
form#checkout-form .checkoutFormWrapper .row:nth-of-type(2) { display: flex; flex-wrap: wrap; padding-top: 10px; }
form#checkout-form .checkoutFormWrapper .row:nth-of-type(2)::before, form#checkout-form .checkoutFormWrapper .row:nth-of-type(2)::after { display: none; }
.loggedInUser.profileSideBar h4 span { display: inline; }
.registerFormWrapper fieldset label { font-size: 83%; }
.side-cart.headerShop .cartItemsTable.hasQuantitySelection .item-quantity svg * { fill: #000 !important; }
.catalog-page .itemsList.row { display: flex; flex-wrap: wrap; /*width: 100%;*/ }
#CatalogView { display: flex; flex-wrap: wrap; justify-content: center; position: relative; }

#CatalogView .catalogTextContainer { width: 100%; }
.catalogItemBox a.item-text, .catalogCategoryBox .catalogCategoryBoxText { flex-grow: 1; display: flex; flex-direction: column; min-width: 70px; }
.catalogItemBox .item-text-top { flex-grow: 1; min-height: 0; }
.tribu-collection.CatalogItemPage .gallery-container { margin-top: 135px; }
.tribu-collection.CatalogItemPage .gallery-container .owl-carousel .owl-item .item { padding: 0; }
.tribu-collection.CatalogItemPage .gallery-container .owl-carousel .owl-dots { z-index: 1; text-align: center; bottom: 25px; }
.tribu-collection.CatalogItemPage .gallery-container .owl-carousel .owl-dot.active { position: relative; }
.tribu-collection.CatalogItemPage .gallery-container .owl-carousel .owl-dot { background: #fff; width: 6px; height: 6px; margin: 0 13px; }
.tribu-collection.CatalogItemPage .gallery-container .owl-carousel .owl-dot.active::before { content: ""; display: block; width: 12px; height: 12px; border: 2px solid #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; }
#header-left .address { color: #000; margin-left: 12px; direction: ltr; }
#header2 #header-left { display: flex; flex-direction: row-reverse; align-items: center; max-width: 250px; }
.our-branches .grid-box-image { display: none; }
.our-branches #LobbyModule .grid-box { background: #fff; width: calc(33.333333% - 30px); margin: 0 15px; margin-bottom: 30px; text-align: start; padding: 14px 30px; box-shadow: 0 3px 30px 0 rgba(87, 96, 103, 0.05); }
.our-branches #LobbyModule .grid-boxes { display: flex; flex-wrap: wrap; padding-top: 10px; }
.our-branches #LobbyModule .grid-box h3 { font-family: 'ploni-medium-aaa-new'; font-size: 175%; position: relative; }
.our-branches #LobbyModule .grid-box h3 a { color: #000; }
.our-branches #LobbyModule .grid-box h3::before { content: ""; display: block; width: 4px; height: 20px; background: #6ba6b4; position: absolute; right: -10px; top: 9px; }
.our-branches #LobbyModule .grid-box .grid-box-subtitle { font-size: 85%; margin-bottom: 5px; }
.our-branches #LobbyModule .grid-box .grid-box-fulltext { font-size: 80%; }
.our-branches #LobbyModule .grid-box .grid-box-fulltext strong { font-size: 107%; display: block; }
.our-branches #LobbyModule .grid-box .grid-box-title { pointer-events: none; }
.our-branches #LobbyModule .grid-box .grid-box-fulltext a:hover { color: inherit; text-decoration: underline; }
.homepage-bestsellers .catalogItemBox { display: none; }
.homepage-bestsellers .catalogItemBox:nth-of-type(1), .homepage-bestsellers .catalogItemBox:nth-of-type(2), .homepage-bestsellers .catalogItemBox:nth-of-type(3), .homepage-bestsellers .catalogItemBox:nth-of-type(4), .homepage-bestsellers .catalogItemBox:nth-of-type(5), .homepage-bestsellers .catalogItemBox:nth-of-type(6) { display: block; }
.catalog-page:not(.ShopCheckoutPage) #GridPage .max-width { max-width: 1375px; }
.catalogContainer.container { width: 100%; }
.mainCatalogPage.showSideFilters h2 { margin-bottom: 40px; }
#CatalogModule .filtersList.side-filters { margin-top: 0; width: 23.2%; }
.catalogItemBox.col-md-4 { padding-left: 10px; padding-right: 10px; }
.homepage-bestsellers .catalogItemBox.col-md-4 { padding-left: 6px; padding-right: 6px; }
#CatalogModule .filters-box button.filters-title.active { background: none; }
#CatalogModule .mainCatalogPage.showSideFilters .filters-box .filters-list-wrapper.active { border: none; }
#CatalogModule .showSideFilters .filtersList.side-filters .filters-box { border-top: 1px solid #000; }
#CatalogModule .showSideFilters .filtersList.side-filters .filters-box:last-of-type { border-bottom: 1px solid #000; }

@media(min-width:768px) {
    #CatalogModule .showSideFilters .filtersList.side-filters .filters-box.filters-box.collectionGroup { width: 240px; }
}

#CatalogModule .side-filters .filters-box button.filters-title { background: none; display: flex; align-items: center; justify-content: space-between; padding: 6px 0; font-size: 124%; }
#CatalogModule .side-filters .filters-box button.filters-title:after { left: 4px; content: ""; width: 12px; height: 2px; background: #000; }
#CatalogModule .side-filters .filters-box button.filters-title:before { content: ""; position: absolute; left: 9px; height: 12px; width: 2px; background: #000; }
#CatalogModule .side-filters .filters-box button.filters-title.active:before { transform: rotate(90deg); }
#CatalogModule .side-filters .filters-box ul.filter-list { text-align: start; padding-right: 0; }
#CatalogModule .side-filters .filters-box ul.filter-list input { border: 1px solid #000 !important; outline: none; background-color: transparent; margin-bottom: -2px; margin-left: 3px; }
#CatalogModule .side-filters .filters-box ul.filter-list input[type="checkbox"]:checked { background: url(../../../warehouse/temp/story/checkboxV.svg); background-color: #f1f2ec; }
.our-brands .grid-image-section { max-width: 1170px; margin: 0 auto; height: auto; margin-bottom: 40px; }
.our-brands .section-title { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.our-brands .image-section-data { height: auto; position: relative; }
.our-brands .image-section-data .image-section-Btn a { font-size: 87% !important; color: #fff; background: none; border: 1px solid #fff; transition: 0.3s; padding: 8px 46px; width: auto; }
.our-brands .image-section-data img { margin: 0 !important; }
.our-brands #allSectionsWrapper { padding-top: 50px; }
.our-brands .image-section-data::before { z-index: 1; content: ""; display: block; width: 100%; height: 100%; background: #000; position: absolute; left: 0; top: 0; opacity: 0.4; }
.our-brands .image-section-data .image-section-Btn a:hover, .our-brands .image-section-data .image-section-Btn a:focus { background: #fff; border: 1px solid #fff !important; color: #000; }
.our-brands .grid-image-section:last-of-type { margin-bottom: 80px; }
.our-brands .capo-cuoco .image-section-data .image-section-Btn::before { content: ""; display: block; width: 284px; height: 89px; background: url(/warehouse/temp/ganim/brands/capo.png); background-size: cover; margin-bottom: 27px; }
.our-brands .image-section-data .image-section-Btn { max-width: 80%; z-index: 2; }
.our-brands .planet .image-section-data .image-section-Btn::before { content: ""; display: block; width: 139px; height: 120px; background: url(/warehouse/temp/ganim/brands/planet.png); background-size: cover; margin-bottom: 27px; }
.our-brands .bull .image-section-data .image-section-Btn::before { content: ""; display: block; width: 180px; height: 140px; background: url(/warehouse/temp/ganim/brands/bull.png); background-size: 100%; background-repeat: no-repeat; margin-bottom: 27px; }
.outdoorKitchensPage .grid-short-box-image .grid-short-box-fulltext { top: auto; transform: none; left: 0; width: 100%; bottom: -50px; color: #000; /* font-family: 'ploni-medium-aaa-new'; */ }
.outdoorKitchensPage .grid-short-box-image .grid-short-box-fulltext:hover { color: #346e7b; }
.outdoorKitchensPage .grid-short-box-image { padding-bottom: calc(100% + 10px); }
.outdoorKitchensPage #ContentGridShortModule .grid-short-box-image a { bottom: 70px; }

@media (min-width: 992px) {
    .outdoorKitchensPage #gridshort-view .col-md-4.col-xs-6 { width: 50%; }
}

.outdoor-kitchens-projects .grid-box-image-container img { max-width: 100%; min-height: 100%; transition: .2s all ease-in; }
.outdoor-kitchens-projects .grid-boxes .grid-box-title h3 a { color: #000; }
.outdoor-kitchens-projects #LobbyModule .grid-box:hover img { transform: scale(1.1); }
.outdoor-kitchens-projects .grid-boxes .grid-box-image { padding-bottom: 73%; }
.outdoor-kitchens-projects .grid-boxes .box-image-animation:hover img { transform: none; }
.outdoor-kitchens-projects .grid-box-image-container img { max-width: 100%; min-height: 100%; transition: .2s all ease-in; }
.outdoor-kitchens-projects #PopUpData { text-align: center; }
.outdoor-kitchens-projects #PopUpData h2 { margin-top: 10px; font-size: 150%; }
.outdoor-kitchens-projects #multi-content-modal.textInPop .modal-content { max-width: 1200px; }
.outdoor-kitchens-projects #multi-content-modal.textInPop #PopUpData { max-height: none; }

.grid-short-box-image img { max-width: 100%; width: 100%; min-height: 100%; }
.brandPage #GridPromo { position: relative; width: 26%; }
.brandPage #GridPromo.fixed { position: fixed; top: 20px; margin-top: 90px; }
.brandPage #GridPromo.fixed.bottom { position: absolute; bottom: auto; left: auto; margin: 0; }
.brandPage #GridPromo #DynamicFormObject { background-color: #fff; padding: 53px 30px 40px; border: 0px; font-family: 'ploni-medium-aaa-new'; }
.brandPage #GridPromo #DynamicFormObject .dynamicFormObjectTitleAndText { font-size: 177%; margin-bottom: 30px; margin-top: 0; /*font-family: 'ploni-medium-aaa-new';*/ }
.brandPage #GridPromo #DynamicFormObject .dynamicFormObjectTitleAndText h3 { text-align: right; }
.brandPage #GridPromo #DynamicFormObject .dynamicFormObjectField { padding-right: 0; padding-left: 0; }
.brandPage #GridPromo #DynamicFormObject .dynamicFormObjectField .must:before { right: 0; }
.brandPage #GridPromo #DynamicFormObject .dynamicFormObjectField input { background-color: transparent; border-radius: 0; border-bottom: 1px solid #000; font-size: 15px; /*font-family: 'ploni-medium-aaa-new';*/ }
.brandPage #GridPromo #DynamicFormObject .dynamicFormObjectField input:focus { border: none !important; border-bottom: 1px solid #6ba6b4 !important; }
.brandPage #GridPromo #DynamicFormObject .dynamicFormObjectSubmit { max-width: inherit; }
.brandPage #GridPromo #DynamicFormObject .dynamicFormObjectSubmit .form-submit { background: #6ba6b4; color: #121212; border: none; border-radius: 0; padding: 0; font-size: 90%; }

/*Shop page*/

.shop-page #CatalogView #headline h1 { text-align: center; }
.shop-page .catalogItemBox.col-md-4 { padding-left: 5px; padding-right: 5px; }

/* architects page*/
.architectsPage #GridPage .max-width { max-width: 1262px; }
.architectsPage .gridshort-view-item { padding: 0 40px; }
.architectsPage .gridshort-view-item .grid-short-box-image { padding-bottom: 74%; }
.architectsPage .grid-short-box .grid-short-box-label { font-family: 'ploni-medium-aaa-new'; text-transform: uppercase; font-size: 147%; padding-top: 20px; margin-bottom: 9px; text-align: right; }
.architectsPage .grid-short-box .grid-short-box-text { text-align: right; }

/* media */
@media (max-width: 1700px) and (min-width: 1025px) {
    #header2 .menu-sub.megaMenu { padding: 35px 50px 60px; }
    #header2 ul.menu .menu-sub.megaMenu li { margin-left: 11px; }
}

@media (min-width: 1280px) {
    #header2 #header-container { margin: 0 135px; }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    #header2 #header-container { margin: 0 35px; }
}

@media (max-width: 1200px) {
    .homepage-types .grid-boxes .grid-box .grid-box-title h3 { font-size: 133%; }
    .homepage-bestsellers { width: 90%; }
    .homepage-out-kitchen .grid-rows .grid-row-text { padding-right: calc(var(--vw) * 0.045); padding-left: calc(var(--vw) * 0.067); margin-top: 0; }
    .homepage-out-kitchen .grid-rows .grid-row-text h3::before { width: 35px; }
    .homepage-out-kitchen .grid-rows .grid-row-text h3 { margin-bottom: 20px; }
    .homepage-out-kitchen .grid-rows .grid-row:nth-of-type(even) .grid-row-text { padding-left: calc(var(--vw) * 0.045); padding-right: calc(var(--vw) * 0.067); }
}

@media (max-width: 1170px) {
    .materials-lines .grid-rows .grid-row-text { padding-left: 18%; }
    .materials-lines .grid-rows .grid-row:nth-of-type(even) .grid-row-text { padding-right: 18%; }
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25) {
    .homepage-types .grid-boxes .grid-box-image { padding-bottom: calc(var(--vw) * 0.2725); }
}


@media (min-width: 1024px) {
    /*NEW HEADER*/
    #header2 { padding: 0; font-family: 'ploni-light-aaa'; }
    #header2 .header-top-desktop { background-color: #576067; }
    #header2 .header-top-menu { height: 40px; display: flex; justify-content: center; align-items: center; font-size: 85%; }
    #header2 .top-menu-group li:not(:last-child) { margin-left: 30px; margin-right: 0; }
    #header2 #header-container .menu li.last-item { margin-left: 0 !important; }
    #header2 #header-container .menu li { margin-left: 30px !important; }
}

@media (max-width: 1024px) {
    #header2 .header-right-section { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; width: auto; padding: 0; background: none; }
    .header-top-left .navShopBtn.wishlistHeader { display: none; }
    .header-top-left .searchBtn { display: none; }
    #header2.detailsInRow .header-top { width: auto; }
    #header2.detailsInRow .menu-nav { margin-left: 15px; }
    #header2 .mobile-middle-kdm { width: auto; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: left; padding-left: 40px; position: relative; }
    #header2 { padding: 20px; height: auto; }
    #header2 #header-left { max-width: 150px; }
    #header-left .cartBtn.navShopBtn { display: none; }
    #header-left .userBtn.navShopBtn { display: none; }
    #header-left .navShopBtn.wishlistHeader { display: none; }
    #header2.headerHasSearch #header-left img { max-width: 150px; }
    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before, #nav-toggle-mobile span, #nav-toggle-mobile span:after, #nav-toggle-mobile span:before { background: #000; width: 30px; }
    #header2 .menu-nav .closed { display: none !important; }
    .searchBtn svg { fill: #000; }
    #header2 .mobile-middle-kdm::before { content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 20px; top: 0; background: #000; }
    header #searchFormHeaderContainer form#searchFormHeader { background: #f7f6f2; }
    .searchBtn::before { content: ""; -webkit-transition: 0.4s; transition: 0.4s; display: block; width: 17px; height: 17.1px; background-image: url(/warehouse/temp/ganim/header/search.svg); background-size: contain; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-repeat: no-repeat; }
    .searchBtn { position: relative; }
    .searchBtn svg.search-btn-svg { display: none !important; }
    header.search-open .searchBtn::before { display: none; }
    #header2 .mobile-middle-kdm { margin-top: 0; margin-right: 10px; }
    #header2.open ul.menu { height: calc(var(--vh) * 1); position: fixed; width: calc(var(--vw) * 0.75); min-width: unset; -webkit-transform: translateX(0%); transform: translateX(0%); max-width: 300px; }
    #header2 ul.menu > li { text-align: right; padding-right: 50px; }
    #header2 ul.menu { height: calc(var(--vh) * 1) !important; position: fixed; width: calc(var(--vw) * 0.75); min-width: unset; padding-top: 75px !important; background: #f1f2ec; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); max-width: 300px; }
    #header2.detailsInRow .menu-nav { z-index: 2; }
    .has-sub i.opensub { position: absolute; top: 12px; }
    #header2 .menu-sub:not(.megaMenu) { background: none; padding: 10px 0; text-align: right; font-size: 85%; top: auto; }
    #header2 .menu-sub:not(.megaMenu) li { margin-bottom: 7px !important; }
    #header2 ul.menu li.megaMenuSection { background: #f1f2ec; }
    .megaMenuSectionContainer h3 { color: #000; font-family: 'ploni-medium-aaa-new'; font-size: 106%; }
    #header2 ul.menu li.active.open { padding-bottom: 5px; }
    #header2 .menu-sub:not(.megaMenu) { right: auto; }
    #header2 ul.menu > li.has-megamenu > button { left: 50px; }
    .has-sub i.opensub { left: 55px; }
    .megaMenuSectionContainer .megaMenuGroup > button { left: 35px; }
    #header2 ul.menu > li { margin-bottom: 20px; }
    #header2 ul.menu ul.megaMenuSub li { font-size: 76.1%; }
    #header2 .menu .header-top-menu-mobile { border-top: 1px solid #000; width: 90%; padding-top: 20px !important; }
    #header2 .menu .top-menu-group { display: flex; gap: 10px; flex-direction: column; }
    .megaMenuSectionContainer > button span.arrowIconWrapper { display: none; }
    .tribu-collection .collection-top-section { flex-direction: column; align-items: center; }
    .tribu-collection .collection-top-section .collection-info { width: 100%; }
    .shop-page .desktop-filters-list .filters-box { display: block; border-top: 1px solid #000; /*margin: 0 20px;*/ }
    .shop-page #headerCatalogSideFilter .filters-title { border: 0px; background: none; display: flex; align-items: center; justify-content: space-between; padding: 6px 0; font-size: 124%; font-family: 'ploni-medium-aaa-new'; }
    .shop-page #headerCatalogSideFilter .filter-list { padding: 13px; text-align: start; padding-right: 0; margin-bottom: 0; margin-top: 0; }
    .shop-page #headerCatalogSideFilter .filter-list input { border: 1px solid #000 !important; outline: none; background-color: transparent; margin-bottom: -2px; margin-left: 3px; }
    .shop-page #headerCatalogSideFilter .filter-list input[type="checkbox"]:checked { background: url(../../../warehouse/temp/story/checkboxV.svg); background-color: #f1f2ec; }
    .shop-page #CatalogModule .showSideFilters .filtersList.side-filters .filters-box:last-of-type { border-bottom: 1px solid #000; }
    .shop-page #headerCatalogSideFilter, .shop-page #headerCatalogSideFilter .SideTitleWrapper { background-color: #f1f2ec; }
    .shop-page #headerCatalogSideFilter .filters-title:before { content: ""; position: absolute; left: 5px; height: 12px; width: 2px; background: #000; }
    .shop-page #headerCatalogSideFilter .filters-title.active:before { transform: rotate(90deg); }
    .shop-page #headerCatalogSideFilter .filters-title:after { left: 4px; content: ""; width: 12px; height: 2px; background: #000; }
}

@media (max-width: 991px) {
    #home-gallery .gallery-caption .gallery-text { font-size: calc(var(--vw) * 0.09); }
    .homepage-types .grid-boxes .grid-box-image { padding-bottom: calc(var(--vw) * 0.314); }
    .homepage-types .grid-boxes .grid-box .grid-box-title h3 { font-size: 99%; }
    .homepage-types .grid-boxes .grid-box-title h3 a::before { width: 14px; margin-left: 10px; }
    .homepage-types .grid-boxes .grid-box-title h3 a:hover::before, .homepage-types .grid-boxes .grid-box-title h3 a:focus::before { width: 45px; }
    .catalogItemBox { width: 50%; }
    .homepage-bestsellers .grid-boxes-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .catalogItemBox .catalogItemBoxInner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .homepage-out-kitchen .grid-rows .grid-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .homepage-out-kitchen .grid-row-cell { width: 100%; }
    .homepage-out-kitchen .grid-row .grid-row-cell.grid-row-cell-text { margin-top: 30px !important; }
    .homepage-out-kitchen .grid-rows .grid-row-text { padding: 0; }
    .homepage-out-kitchen .grid-rows .grid-row:nth-of-type(even) .grid-row-text { padding: 0; }
    .homepage-out-kitchen .box-image-animation img { width: 100%; height: auto !important; }
    .home-page #DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { font-size: 200%; }
    .homepage-textile .grid-rows .grid-row-cell { width: 100%; }
    .homepage-textile .grid-rows .grid-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .homepage-textile .grid-rows .grid-row-text { padding: 0; margin-top: 30px; }
    .about-page .box-image-animation img { width: 100%; height: auto !important; }
    .about-section .grid-row li.slider-item { padding-bottom: 66.8%; }
    .collection-top-section .collection-info { padding-left: 60px; }
    #CatalogModule .filters-box .filters-list-wrapper { top: -1px; }
    #CatalogModule .filters-box { margin: 0; }
    .desktop-filters-list .filters-box:after { border: none; }
    #CatalogModule .itemImagesSlick .gallery-slider.large .slick-slide { padding-bottom: 220px; }
    .checkoutPage .mobile-subTotal { background: #346e7b; color: #fff; }
    .mobileFiltersBtns button.showFiltersBtn { font-size: 90%; }
    #CatalogModule .filters-box button.filters-title { display: block; }
    .tribu-collection.CatalogItemPage #CatalogModule .itemImagesSlick .gallery-slider.large .slick-slide { padding-bottom: 20.12%; }
    .ShopCheckoutPage.ShopRelatedPage section#GridTop:not(.noTopImage), .ShopRelatedPage section#GridTop:not(.noTopImage) { height: 71px; }
    .brandPage #GridPromo { width: 100%; max-width: 825px; margin: 0 auto; padding-left: 0; padding-right: 0; }
    .brandPage #GridContent { width: 100% !important; padding-right: 0 !important; padding-left: 0 !important; margin-right: 0 !important; }
}

@media (min-width: 768px) {
    .headerShopLoginUserLoggedIn { left: -130px; }
    .headerShopLoginUserLoggedIn:after { left: 63.5%; }
    .headerShopLoginUserLoggedIn .loginBoxLogout { font-size: 80%; }
    #GridTop { width: calc(100% - 40px); margin: 0 auto; }
    .contentInnerPage .blog-grid #GridPage .blog-related-posts.row .blog-related-post img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: auto; }
    .blog-related-post-image { height: 202px; overflow: hidden; position: relative; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    a.blog-related-post-image { height: calc(var(--vw) * 0.19); }
}

@media (max-width: 767px) {
    #GridTop { height: 260px; width: 90%; margin: 0 auto; }
    .internalPage #GridPage .max-width { width: 90%; }
    .userBtn.navShopBtn { margin-left: 15px; }
    #header2 .mobile-middle-kdm { padding-left: 30px; }
    #header2.headerHasSearch #header-left img { max-width: 130px; }
    #header2.headerHasCart #header-left { width: 100%; max-width: 130px; }
    #header2 .mobile-middle-kdm::before { left: 15px; }
    #header2 ul.menu li a { font-size: 130%; }
    #home-gallery .gallery-caption .gallery-text { line-height: 1; }
    #home-gallery, #home-gallery .slider-bg.stellar-bg { height: calc((var(--vh) * 0.875 - 90px)*0.6) !important; }
    #home-gallery, #home-gallery .slider-bg.stellar-bg { padding: 0; }
    #home-gallery ol.flex-control-nav.flex-control-paging { width: 100%; }
    .homepage-types .grid-boxes .grid-box-image { margin: 10px; }
    .homepage-types .grid-box { width: 50%; margin-bottom: 30px; }
    .homepage-types .grid-boxes .grid-box-image { padding-bottom: calc(var(--vw) * 0.69 - 50px); }
    .home-page .section-title h2, .home-page .homepage-types .section-title h1 { font-size: 197%; }
    .homepage-types { padding-top: 50px; margin-bottom: 30px; padding: 50px 20px 20px; }
    .home-page .section-title { margin-bottom: 40px; }
    .content-section-Btn a.sec-button.hvr-float { margin-top: 20px; }
    .flowing-text .section-title h2 { font-size: 100%; }
    .flowing-text { padding-top: 30px; padding-bottom: 10px; }
    .homepage-tribu .grid-text.gridTextWithImg .gridTextImgContainer img { height: 330px; width: auto; position: relative; }
    .homepage-tribu .grid-text.gridTextWithImg, .homepage-tribu .grid-text.gridTextWithImg, .homepage-tribu { overflow: hidden; }
    .grid-text.gridTextWithImg .grid-text-content p a { margin: 0; width: 145px; padding: 9px 38px; }
    .homepage-tribu .section-title { top: calc(var(--vw) * 0.2); }
    .homepage-out-kitchen .box-image-animation img { width: 100%; height: auto !important; }
    .home-page #DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { font-size: 97%; }
    .home-page .form-container-wide #DynamicFormObject { padding: 30px; }
    .homepage-out-kitchen { padding-top: 40px; margin-bottom: 100px; }
    .homepage-out-kitchen .grid-rows .grid-row:nth-of-type(odd) { margin-bottom: 90px; }
    .home-page .grid-form-section { margin-bottom: 60px; }
    .grid-boxes-blog.row .blog-post { margin-bottom: 40px; }
    .homepage-design .grid-text .grid-text-content .gridText2 { padding: 0; }
    .homepage-design { margin-bottom: 80px; width: 90%; }
    .footer-text-divided > div.footer-text-left, .footer-text-divided > div.footer-text-right { width: 100%; }
    .footer-text-divided { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 40px 20px; }
    .footer-column:first-child { margin-left: 0; }
    .footer-text-divided > div.footer-text-left { display: block; text-align: center; }
    .footer-column { padding: 0 25px; }
    .footer-text-divided > div.footer-text-right { padding: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .footer-text-divided::before { top: 82px; }
    #SiteFooter .footer-text-divided > div.footer-text-left img { max-width: 100%; }
    .logo-footer { width: 80%; }
    .site-credit.alternative .col-xs-12.text-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
    a.AccessabilityLink { margin: 0; }
    .searchBtn svg.close-search { width: 20px; height: 15px; left: -2px; position: absolute; top: -7px; }
    header.search-open #searchFormHeaderContainer form#searchFormHeader input#searchFormInput { border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
    .headerShop, .headerShopLogin { top: 72px !important; }
    .headerShop.side-cart { top: 0 !important; }
    .headerShop.side-cart .cartItemsTable.hasQuantitySelection .cartItemName.cartItemsCell { width: 100px; }
    .headerShop.side-cart .cartItemsTable .cartItem .cartItemQ.cartItemsCell { width: calc(100% - 100px); padding-right: 12px; }
    .headerShop.side-cart .cartItemsTable .cartItem { padding: 15px 10px; }
    .headerShop.side-cart .cartItemsTable .cartItemDelete.cartItemsCell { top: 25px; }
    .headerShop.side-cart .cartItemsTable .cartItem .itemName { max-width: 86%; }
    .cartItemsTable .cartItemVariation span { font-size: 80%; }
    .headerShop .cartItemsTable .quantityAndcartItemPrice .item-quantity { margin-left: 7px; }
    .headerShop.side-cart .cartItemsNavSubTotal span.price { margin-right: 0; }
    .headerShop.side-cart .cartItemsTable { padding-bottom: 30px; }
    .headerShop.side-cart, .headerShop.side-cart.active { height: var(--app-height); min-height: var(--app-height); }
    .internalPage #headline h1 { font-size: 65%; }
    .contact-page #headline h1, .bottomGalleryTitle h2 { font-size: 130%; }
    .contact-page .GridBottomGallery { padding-top: 60px; margin-bottom: 20%; }
    .about-page .about-section { margin-bottom: 0; }
    .about-section .grid-rows .grid-row-text { padding-top: 0; padding-bottom: 20px; padding-left: 0; }
    .sections .grid-content-section.about-logos { margin-bottom: 30px; padding-left: 0; padding-right: 0; }
    .about-page .grid-rows .grid-row-text h2, .about-page .section-title h2 { font-size: 250%; }
    .about-page #LobbyModule .about-logos .grid-box { width: 50%; }
    .materials.grid-text-section .section-title { margin-bottom: 0; }
    .about-page .materials { margin-bottom: 23px; }
    .materials-lines .grid-rows .grid-row-text { padding-left: 0; padding-top: 20px; }
    .materials-lines .grid-rows .grid-row:nth-of-type(even) .grid-row-text { padding-right: 0; }
    .about-page .materials-lines .grid-row-text h2 { font-size: 170%; }
    .about-page .materials-lines .grid-row-text h3::before { width: 35px; }
    .materials-lines .grid-rows .grid-row { margin-bottom: 40px; }
    .internalPage #text1 h2, .internalPage #text2 h2 { font-size: 180%; }
    .tribu-designers #gridshort-view.shown > div { width: 100%; margin-bottom: 40px; padding: 0; }
    .tribu-designers .internalPage #text1 p, .tribu-designers .internalPage #text2 p { margin-bottom: 50px; }
    body:not(.CatalogItemPage) .internalPage #GridContent { padding-top: 0px; }
    .architectsPage #GridContent .gridshort-view-item { width: 100%; }
    .tribu-collections .catalogCategoryBox { padding: 0 20px; margin-bottom: 30px; width: 100%; }
    .tribu-collections .catalogCategoryBoxText h3 { font-size: 110%; }
    .tribu-collections .catalogCategoryBoxText h3::before { width: 35px; }
    .tribu-collections #catalogText { margin-bottom: 0px; }
    #CatalogModule .itemImages { padding-left: 0; padding-right: 0; margin-bottom: 20px; }
    #CatalogModule .relatedItems h2 { font-size: 250%; padding: 0; }
    #CatalogModule .relatedItems { padding: 0; }
    .CatalogItemPage #GridPage { padding-top: 0; }
    .catalogItemBox .item-text-top { min-height: 60px; }
    #GridTop.noTopImage.longer { height: 70px; }
    .collection-top-section .collection-info { width: 100%; padding-left: 0; padding-top: 0; min-height: unset; padding-bottom: 20px; }
    .collection-top-section .lobby-video { width: 100%; height: calc(var(--vw) * 0.51); }
    .collection-top-section { padding-top: 0; margin-bottom: 0px; }
    .tribu-collection .catalogTextContainer #text2 h2 { font-size: 230%; }
    .tribu-collection .catalogTextContainer { margin-bottom: 10px; }
    .tribu-collection #CatalogModule .filtersList { margin: 0; }
    .blog-post { width: 100%; padding: 0 10px; }
    .blogmain-header { padding-top: 0; margin-bottom: 10px; }
    .grid-rows .grid-row-cell.flexslider-box { width: 100%; }
    .grid-row .grid-row-cell.grid-row-cell-text { padding: 0; }
    .our-branches .grid-rows .grid-row-text { margin-top: 0; }
    .our-branches .grid-rows .grid-row { margin-bottom: 40px; }
    .our-branches #allSectionsWrapper { margin-top: 40px; }
    .our-branches .grid-rows .grid-row:nth-of-type(even) .grid-row-cell-text { padding: 0; }
    #home-gallery .gallery-caption { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; }
    #whatAppButton { bottom: 20px; }
    .homepage-types .grid-boxes.row { margin: 0; }
    .homepage-tribu .section-title img { max-width: 100px; }
    .grid-boxes.grid-boxes-blog.row { margin: 0; }
    .grid-boxes-blog.row .blog-post { padding: 0 20px; }
    .home-page .homepage-out-kitchen-title .section-title { margin-bottom: 10px; }
    .homepage-out-kitchen .grid-rows .grid-row-text p { font-size: 100%; }
    .homepage-out-kitchen { width: 90%; }
    .home-page .grid-form-section::before { width: 77%; background-position: 29% 100%; }
    img.logo-footer { display: none; }
    .footer-text-left .socials a { margin: 0 20px; }
    .about-page .about-section .grid-rows .grid-row { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .about-page .about-section .grid-rows .grid-row .flexslider-box { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
    .about-page .about-section .grid-rows .grid-row .grid-row-cell-text { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-bottom: 10px; }
    .about-page .grid-rows .grid-row-text p { font-size: 100%; }
    .tribu-collections #GridPage .max-width, .tribu-collections .catalogContainer { padding: 0; }
    .tribu-collection #GridTop { height: 300px; }
    body .internalPage #CatalogView .collection-top-section .collection-info #headline h1, body .internalPage .collection-top-section .collection-info #headline { margin-bottom: 10px; }
    #text1, #text2 { max-width: 100%; }
    .contact-page #GridPage { padding-top: 40px; }
    .contact-page .GridBottomGallery .col-xs-12 { padding: 0; }
    .our-branches .grid-row-section { padding-top: 0; }
    .our-branches .grid-rows .grid-row { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: visible; }
    .our-branches .grid-rows .grid-row-cell.flexslider-box { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
    .our-branches .grid-rows .grid-row-text p { font-size: 100%; }
    .blog-page:not(.contentInnerPage) .internalPage #GridPage .max-width,
    .about-page .internalPage #GridPage .max-width { width: 95%; }
    .about-page .internalPage #GridPage .max-width { padding: 0 10px; }
    .sections .grid-content-section.about-logos#about-logos1 .grid-boxes.row { margin-left: -10px; margin-right: -10px; }
    #contactform .contact-container .row { margin: 0; }
    #contactform h3 { margin-right: 0; }
    .tribu-collection:not(.CatalogItemPage) .container { padding: 0; }
    #home-gallery ol.flex-control-nav.flex-control-paging, ol.flex-control-nav.flex-control-paging { bottom: 20px; }
    .tribu-collection.CatalogItemPage #GridTop { height: 0; }
    body.CatalogItemPage .internalPage #GridContent { padding-top: 0; }
    #CatalogModule #CatalogItemView .catalog-fields { margin-top: 60px; }
    #CatalogModule #CatalogItemView .item-quantity { margin-top: 20px; }
    #CatalogModule .item-quantity .itemQuantityContainer input[type="number"], .catalogItemBox .item-quantity .itemQuantityContainer input[type="number"] { padding-top: 0; padding-bottom: 0; }
    .RelatedItemsWrapper.row .owl-carousel .owl-next:after, .RelatedItemsWrapper.row .owl-carousel .owl-prev:after { background-image: url(/warehouse/temp/ganim/planet/arrow-l.svg); width: 21px; height: 12px; background-size: contain; }
    .RelatedItemsWrapper.row .owl-carousel .owl-prev:after { background-image: url(/warehouse/temp/ganim/planet/arrow-r.svg); }
    .itemsList.row.relatedItemsCarousel { width: 90%; }
    .RelatedItemsWrapper.row .owl-carousel .owl-prev { right: -15px; }
    .RelatedItemsWrapper.row .owl-carousel .owl-next { left: -15px; }
    .homepage-types .grid-boxes.row::before, .homepage-types .grid-boxes.row::after { display: none; }
    .catalogItemBox { padding: 0 6px; }
    .flowing-text { font-size: 337%; }
    #home-gallery .gallery-caption .gallery-text { font-size: calc(var(--vw) * 0.15); }
    .homepage-out-kitchen .grid-rows .grid-row-text { width: 80%; }
    .homepage-tribu .grid-text.gridTextWithImg .grid-text-content { justify-content: space-evenly; -webkit-box-pack: justify; -ms-flex-pack: justify; width: 100%; padding: 0 7px; max-width: 340px; }
    .homepage-tribu .grid-text .sec-button { margin: 0; width: 145px; }
    .homepage-tribu .gridTextImgContainer { height: auto; }
    .homepage-tribu .grid-text.gridTextWithImg .gridTextImgContainer img { position: static; -webkit-transform: none; transform: none; }
    .userProfile #headline h1 { font-size: 60%; }
    /*     .catalogItemBox h3.itemTitle { font-size: 100%; } */
    .catalogItemBox button#addToCartBtn { min-width: 77px; }
    .flowing-text .section-title h2 { font-size: 150%; }
    .homepage-textile .grid-rows .grid-row-text p { line-height: 1.47; font-size: 100%; }
    .homepage-blog .grid-boxes.row::before, .homepage-blog .grid-boxes.row::after { display: none; }
    .homepage-textile { width: 90%; margin-bottom: 60px; }
    .homepage-textile .grid-rows .grid-row-text { width: 90%; }
    form#checkout-form .checkoutFormWrapper.personalDetailsWrapper .row > div.checkoutInputsWrapper { width: 100%; }
    .blog-post-icons .blog-post-date::before { width: 15px; }
    #account-form .normal-form-comment + .row { margin: 0; }
    #account-form .normal-form-comment { padding-right: 0; }
    .headerShopLoginUserLoggedIn.openBox .loginBoxLogout { width: auto; }
    .side-cart .cartItemsTable .cartItem button.deleteBtn { height: 28px; }
    .side-cart .cartItemDelete.cartItemsCell svg { width: 12px; height: 16px; }
    .catalogItemBox button#addToCartBtn { margin-top: 20px; }
    .catalogItemBox .catalogItemBoxInner { padding-bottom: 20px; }
    .catalogItemBox h3.itemTitle { margin-top: 7px; margin-bottom: 7px; }
    #CatalogModule .relatedItems .relatedItemsTitle h2 { font-size: 240%; }
    .catalogItemBox { margin-bottom: 12px; }
    #CatalogModule .relatedItems .relatedItemsTitle h2 { width: 100%; }
    .registerFormWrapper .normal-form-comment + .row .pull-right { padding: 0; }
    .registerFormWrapper .normal-form-comment + .row { margin: 0; }
    .userProfile #headline { font-size: 250% !important; }
    .ShopCheckoutPage.ShopRelatedPage section#GridTop:not(.noTopImage), .ShopRelatedPage section#GridTop:not(.noTopImage) { height: 90px; }
    .shopLayout.checkoutPage #headline h1 { margin-bottom: 10px; }
    form#checkout-form .checkoutFormWrapper label { width: 100%; }
    .cartSubTotal .totalSumItems span:first-child { width: 74px; }
    form#checkout-form .checkoutTitle h3 span { width: 100%; display: inline-block; }
    .tribu-collection.CatalogItemPage .gallery-container { margin-top: 60px; }
    #CatalogModule .relatedItems { margin-top: 60px; }
    #header2.headerHasSearch.open .phone-icon { opacity: 0; }
    #header2.headerHasSearch .phone-icon { top: -1px; left: -2px; }
    #header2 .phone-icon a { color: #000; font-size: 89%; }
    .our-branches #LobbyModule .grid-box { width: 100%; margin-left: 0; margin-right: 0; }
    .our-branches #LobbyModule .grid-boxes { padding-top: 0; }
    #headerCatalogSideFilter .filter-list input { border: 1px solid #000 !important; outline: none; }
    .catalogContainer.container { padding-left: 0; padding-right: 0; }
    #headerCatalogSideFilter .filter-list { padding-right: 10px; }
    .our-brands .image-section-data { height: 350px; position: relative; }
    .our-brands .image-section-data img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 100%; width: auto; }
    .our-brands .image-section-data .image-section-Btn::before { max-width: 200px; background-size: contain !important; margin-left: auto; margin-right: auto; background-position: center !important; background-repeat: no-repeat !important; }
    .our-brands .image-section-data .image-section-Btn { width: 90%; }
    #home-gallery .gallery-caption .gallery-text a.gallery-text-btn { width: 156px; margin-top: 10px; }
    .shop-page #GridPage .max-width { width: 97%; }
    .shop-page #CatalogView .itemsList.row { margin-left: 0; margin-right: 0; width: 100%; }
    .contentInnerPage .blog-grid #GridPage .max-width { width: 95%; }
    .contentInnerPage .blog-grid #GridPage .blog-related-posts.row .blog-related-post img { height: 139px; }
    .contentInnerPage .blog-grid #GridPage .blog-related-posts.row .col-sm-4 { padding: 0 10px; }
    .shop-page #CatalogModule .itemContent { padding-left: 15px; padding-right: 15px; }
    .homepage-design .grid-text h2::before { display: none; }
    .cartPage .cartItemDelete.cartItemsCell { top: 20px; }
    body .internalPage #headline { margin-bottom: 7px; }
    .mainCatalogPage.showSideFilters h2 { margin-bottom: 20px; }
    #CatalogModule .filtersList.side-filters { width: 100%; margin-bottom: 20px; }
    .CatalogItemPage #catalogText p { margin-bottom: -10px; }
    .outdoorKitchensPage .flex-row .col-xs-6 { width: 100%; padding-left: 0; padding-right: 0; }
    .outdoorKitchensPage .flex-row { display: flex; flex-direction: column; align-items: center; }
    .outdoorKitchensPage .grid-short-box-image { padding-bottom: calc(100% + 10px); }
    .outdoorKitchensPage #ContentGridShortModule .grid-short-box-image a { bottom: 70px; }
    .outdoorKitchensPage .grid-short-box-image .grid-short-box-fulltext .grid-short-box-label { margin-top: -13%; }
    .our-brands .capo-cuoco .image-section-data .image-section-Btn::before { height: 50px; }
    .our-brands .planet .image-section-data .image-section-Btn::before { height: 100px; }
    .our-brands .bull .image-section-data .image-section-Btn::before { height: 110px; }
    #DynamicFormObject { max-width: 100% !important; }
    .internalPage #GridPage .max-width { width: 90%; padding: 0; margin: 0 auto; }
    .outdoor-kitchens-projects .sections .grid-content-section { padding: 0; }
    .outdoor-kitchens-projects .grid-box { padding-left: 0; padding-right: 0; }
    #multi-content-modal.textInPop .modal-content svg { width: 25px; height: 25px; }
    .tribu-collection .collection-top-section .collection-info { padding-top: 0px; padding-bottom: 0; }
    .about-page .about-section .grid-rows .grid-row { overflow: initial; }
    .about-page .grid-rows .grid-row-cell.flexslider-box { width: 100%; }
    .about-page .materials-lines .grid-row-text h3::before { width: 18px; margin-left: 8px; }
    .blog-page.contentInnerPage #GridTop { height: 0; }
    .blog-tags-list ul { margin-bottom: 10px; }
    .blog-tags-list ul li.blog-tag { margin-left: 5px; margin-bottom: 10px; }
    .contentInnerPage .blog-grid .blog-view { width: 95%; margin: 0 auto; }
    .blog-page .internalPage #headline h1 { font-size: 50%; }
    #BlogView .share-strip:before, #BlogView .share-strip:after { top: 40%; }
    #BlogView .blog-related-posts h2 { font-size: 150%; }
    .our-branches .grid-content-section { padding: 0; }
    .our-branches #LobbyModule .grid-box h3 { font-size: 155%; }
    .contact-page .internalPage #GridPage .max-width { width: 100%; }
    #CatalogModule #CatalogItemView .catalog-fields li.catalog-fields-tab-title { white-space: nowrap; display: inline-flex; float: none; }
    #CatalogModule #CatalogItemView .catalog-fields ul.catalog-fields-tabs { border-bottom: 1px solid #cbccc7; overflow-x: scroll; width: 100%; display: flex; overflow-y: hidden; }
}

@media (max-width: 550px) {
    .home-page .form-container-wide #DynamicFormObject .dynamicFormObjectField.input-email { width: 100%; }
    .home-page .dynamicFormObjectSubmit.col-xs-12 { margin-right: 0; margin-bottom: 20px; }
    #DynamicFormObject .dynamicFormObjectField .must:before { right: 11px; }
    #contactform { padding: 53px 30px 40px; }
}

@media (min-width: 350px) and (max-width: 767px) {
    .footer-column { padding: 0 32px; }
}

@media (min-width: 991px) {
    .CatalogItemPage #CatalogModule .itemImages { width: 58%; }
    .CatalogItemPage #CatalogModule .itemContent { width: 42%; }
}


/* Changes 31/07/22 */
.catalog-page:not(.shop-page) #CatalogModule .filters-box.priceSort { display: none; }
#CatalogModule .mainCatalogPage .filtersList:not(.side-filters) { position: absolute; left: 100px; top: 0; margin: 0; position: relative; width: 0; margin-bottom: 20px; }
#CatalogModule .filters-box.priceSort { margin: 0; }
#CatalogModule .filters-box button.filters-title:after { content: ''; display: inline-block; vertical-align: middle; margin-right: 15px; width: 32px; height: 26px; background-image: url(/warehouse/temp/manovino/sort.svg); background-size: 100%; background-repeat: no-repeat; background-position: center; }
#CatalogModule .filters-box button.filters-title.active:after { vertical-align: middle; transform: none; -webkit-transform: none; }
#CatalogModule .filters-box button.filters-title { padding: 0; background: none; min-width: 100px; }
#CatalogModule .filters-box.priceSort ul.filter-list { background-color: #f7f6f2; padding: 5px 10px; margin: 0; min-width: 180px; border: 1px solid #707070; }
#CatalogModule .mainCatalogPage.showSideFilters .filters-box.priceSort .filters-list-wrapper { min-width: 180px; left: 0; z-index: 2; }
#CatalogModule .filters-box.priceSort ul.filter-list .filter-list-item { padding: 6px 0; text-align: right; }
#CatalogModule .filters-box.priceSort ul.filter-list > li:not(:first-child) { border-top: 1px solid #000; }
#CatalogModule .filters-box.priceSort ul.filter-list .filter-list-item a:hover, #CatalogModule .filters-box.priceSort ul.filter-list .filter-list-item a:focus { color: #000; }
.outdoorKitchensPage div#gridshort-view { padding-top: 50px; }
.outdoorKitchensPage #gridshort-view .col-md-4.col-xs-6 { width: 100%; padding: 0; }
.outdoorKitchensPage .grid-short-box-image { padding-bottom: 0; }
.outdoorKitchensPage #ContentGridShortModule .grid-short-box-image a { position: static; }
.outdoorKitchensPage #ContentGridShortModule .grid-short-box-image img { position: static; transform: none; }
.outdoorKitchensPage .grid-short-box-fulltext { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 2; }
.outdoorKitchensPage .grid-short-box { position: relative; margin-bottom: 40px; }
.outdoorKitchensPage .grid-short-box::before { z-index: 1; content: ""; display: block; width: 100%; height: 100%; background: #000; position: absolute; left: 0; top: 0; opacity: 0.4; pointer-events: none; }
.outdoorKitchensPage .grid-short-box-label { font-size: 240%; font-family: 'ploni-medium-aaa-new'; }
.outdoorKitchensPage .grid-short-box-link a { color: #fff; background: none; border: 1px solid #fff; transition: 0.3s; padding: 8px 46px; width: auto; font-family: 'ploni-medium-aaa-new'; display: inline-block; margin-top: 20px; }
.outdoorKitchensPage .grid-short-box-link a:hover, .outdoorKitchensPage .grid-short-box-link a:focus { background: #fff; color: #000; }
.tribuGanimPage .col-md-4.col-xs-6.pull-right { width: 33.33333333%; margin-top: 0; padding: 0 8px; }
.tribuGanimPage .grid-short-box { position: relative; margin: 0; }
.tribuGanimPage .grid-short-box-fulltext { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 90%; text-align: center; pointer-events: none; }
.tribuGanimPage .grid-short-box .grid-short-box-label:before { display: none; content: ""; }
.tribuGanimPage .grid-short-box::before { z-index: 1; content: ""; display: block; width: 100%; height: 100%; background: #000; position: absolute; left: 0; top: 0; opacity: 0.4; pointer-events: none; }
.tribuGanimPage .grid-short-box-label { padding: 0; color: #fff; pointer-events: none; font-size: 240%; }
.tribuGanimPage div#gridshort-view { padding-top: 50px; }
.cartSubTotal.affix { top: 130px; }
.navQuickAlert { height: auto; min-height: 84px; }
#CatalogView.mainCatalogPage #headline h1 { text-align: center; }
.userProfile { margin: 0 auto; }
#CatalogModule .CatalogNav .navigationItems a:hover, #CatalogModule .CatalogNav .navigationItems a:focus { color: #000; }

/* Plan page */
.plan-page .item-properties h3, .plan-page .item-properties textarea { display: inline-block; width: auto; font-size: 75%; margin: 0; vertical-align: middle; }
.plan-page .singleItemSection, .plan-page .itemContent { float: none; padding: 0; }
.plan-page .checkOutContainer .checkoutInputsWrapper { width: 100%; }
.plan-page .checkOutContainer::after { content: ''; display: table; clear: both; }

.plan-page #CatalogItemView { max-width: 1200px; padding-top: 70px; }
.plan-page #subheadline h2 { font-size: 100%; text-align: center; }
.plan-page .itemContent { max-width: 90%; text-align: left; margin: auto; }
.plan-page #headline { text-align: inherit; }
.plan-page #subheadline h2 { text-align: left; }
.plan-page .row { margin: 0; }
.plan-page form#checkout-form .checkoutFormWrapper { background-color: #fff; }
.plan-page .ingredientGroupSelection { display: flex; flex-wrap: wrap; margin-bottom: 100px; overflow: visible; }
.plan-page .ingredientGroupSelection h3 { flex: 1 0 100%; padding: 0 15px; margin: 0 0 15px; }
.plan-page .propertyOption { display: flex; flex-wrap: wrap; width: 33.3333% !important; padding: 15px; margin-right: 0 !important; }
.plan-page .propertyOption.active { border: none; }
.plan-page .propertyOption .propertyIcon { background-color: #f1eee2; position: relative; height: 0; padding-bottom: 82.25%; overflow: hidden; width: 100%; flex: 1 0 100%; margin-bottom: 15px; border-radius: 0; border: 0; }
.plan-page .propertyOption .propertyIcon img { height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: 180px; width: auto; mix-blend-mode: multiply; }
.plan-page .item-properties { flex: 1 0 100%; margin-top: 35px; }
.plan-page .item-properties textarea { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; resize: none; overflow: auto; outline: none; border: none; border-bottom: 1px solid #707070; width: 75%; line-height: 1.5; }
.plan-page form#checkout-form .item-properties .checkoutInputsWrapper { padding: 0 15px; }
.plan-page .item-properties textarea { border-radius: 0; }
.plan-page .ingredientGroupSelection[data-id="972"] .propertyOption,
.plan-page .ingredientGroupSelection[data-id="975"] .propertyOption,
.plan-page .ingredientGroupSelection[data-id='1988'] .propertyOption.hasImg { flex-basis: 25%; width: 25%; }

.plan-page .ingredientGroupSelection[data-id="974"] .propertyOption .propertyIcon, .plan-page .ingredientGroupSelection[data-id="2563"] .propertyOption .propertyIcon { padding-bottom: 110%; }

.plan-page .ingredientGroupSelection[data-id="1988"] .propertyOption .propertyIcon { padding-bottom: 118%; }
.plan-page .ingredientGroupSelection[data-id="974"] .propertyOption .propertyIcon img, .plan-page .ingredientGroupSelection[data-id="1988"] .propertyOption .propertyIcon img, .plan-page .ingredientGroupSelection[data-id="974"] .propertyOption .propertyIcon img, .plan-page .ingredientGroupSelection[data-id="2563"] .propertyOption .propertyIcon img { width: 100%; max-height: none; }


.plan-page form#checkout-form .checkoutFormWrapper.personalDetailsWrapper .row > div.checkoutInputsWrapper { padding: 0; }
.plan-page .checkOutContainer .checkoutInputsWrapper:not(.customInputs) > div { width: 25%; }
.plan-page .checkOutContainer .checkoutInputsWrapper.customInputs { width: 100%; }
.plan-page #checkout-form .normal-form-submit { display: inline-block; float: none; width: auto; padding: 0 15px; }

.plan-page .form-submit { background-color: #6ba6b4; padding: 10px 15px; min-width: 160px; color: #000; border: none; font-family: 'ploni-medium-aaa-new'; }

.plan-page form.shop-form input[type=checkbox] { width: 18px; height: 18px; border-color: #567760; }
.plan-page form.shop-form input[type=checkbox]:checked { background: #56775E url(/warehouse/temp/capocaoco/checkbox-v-white.svg) no-repeat; background-size: 10px 12px; background-position: center; border-color: #567760; }
.plan-page form.shop-form .form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]):not(textarea) { height: 40px; }

.plan-page form#checkout-form .input-wrap label { display: none; }
.plan-page form#checkout-form .checkoutFormWrapper .checkBoxWrapper label { vertical-align: middle; margin-bottom: 0; font-size: 70%; }
.plan-page .form-submit:hover, .plan-page .form-submit:focus { background: #346e7b; color: #fff; }

.plan-page form#checkout-form .checkoutFormWrapper { background: none; }
.plan-page .ingredientGroupSelection h3 { text-align: right; font-family: 'ploni-medium-aaa-new'; }
.plan-page #subheadline h2 { text-align: right; color: #000; }
.plan-page .propertyOption .propertyIcon img { min-height: unset; min-width: unset; }
.plan-page .propertyOption label { border: none; padding: 0; margin-right: 5px; font-size: 100% !important; margin-bottom: 0; margin-top: -3px; }
.plan-page .propertyOption { margin-left: 0; }
.plan-page .ingredientGroupSelection[data-id="3507"] .propertyOption { width: 25% !important; }
.plan-page .ingredientGroupSelection[data-id="3508"] .propertyOption .propertyIcon img, .plan-page .ingredientGroupSelection[data-id="3510"] .propertyOption .propertyIcon img { width: 100%; height: auto; max-height: unset; }
.plan-page .ingredientGroupSelection[data-id="3508"] .propertyOption .propertyIcon, .plan-page .ingredientGroupSelection[data-id="3510"] .propertyOption .propertyIcon { padding-bottom: 110%; }
.plan-page form#checkout-form .checkoutFormWrapper.personalDetailsWrapper .row > div.checkoutInputsWrapper { width: 100%; }
.plan-page form#checkout-form .checkoutFormWrapper.personalDetailsWrapper .row > div.checkoutInputsWrapper.customInputs .col-xs-12.col-sm-12.pull-right { width: 25%; }
#CatalogItemView .shareBox { margin: 0; }
#CatalogItemView .shareBox button.openShareBox { display: none; }
.tribu-collection.catalog-page .itemsList.row { width: 100%; }
.tribuGanimPage #GridPage .max-width { max-width: unset; }
.blog-posts .blog-post-image a { height: 244px; position: relative; display: block; overflow: hidden; }
.blog-posts .blog-post-image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.about-page .grid-boxes .box-image-animation { pointer-events: none; }
.members-club .internalPage .MainContent { margin-bottom: 50px; }
.members-club .form-container-wide #DynamicFormObject { border: none; padding: 0; display: flex; flex-direction: column; margin-bottom: 80px; }
.members-club .form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText { width: 100%; text-align: right; order: 1; padding: 0; }
.members-club .form-container-wide #DynamicFormObject .dynamicFormObjectFields { width: 100%; order: 3; padding: 0; }
.members-club .form-container-wide #DynamicFormObject .dynamicFormEndText { width: 100%; order: 2; text-align: right; font-size: 80%; margin-bottom: 25px; }
.members-club #DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { font-size: 64.2%; margin-bottom: 10px; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields .top-form { display: none; }
.members-club .form-container-wide #DynamicFormObject .dynamicFormObjectField { width: 25%; }
.members-club .form-container-wide #DynamicFormObject .dynamicFormObjectSubmit { width: 25%; max-width: unset; margin: 0; }
.members-club fieldset { display: flex; margin-left: -15px; margin-right: -15px; }
.members-club #DynamicFormObject .dynamicFormObjectField .input-wrapper.input-text input { border-radius: 0; width: 100%; max-width: 100%; border: 1px solid #576067; background: none; height: 40px; }
.members-club #DynamicFormObject .dynamicFormObjectField .input-wrapper { position: relative; }
.members-club #DynamicFormObject input[type="submit"] { background-color: #6ba6b4; padding: 10px 15px; color: #000; border: none; font-family: 'ploni-medium-aaa-new'; padding: 0; border-radius: 0; font-size: 100%; }
.members-club #DynamicFormObject input[type="submit"]:hover, .members-club #DynamicFormObject input[type="submit"]:focus { background: #346e7b; color: #fff; }
.productLabel img { max-width: 60px; }
.noFilters .filtersList.side-filters { display: none; }
.noFilters .showSideFilters .itemsList.row { width: 100%; }
.noFilters.shop-page .catalogItemBox.col-md-4 { width: 25%; }
.search.desktop { height: auto !important; }
header.search-open #searchFormHeaderContainer { position: relative; }
#CatalogModule .item-actions .addToCart { margin-left: 20px; }
.blog-post-title a:hover, .blog-post-title a:focus { color: #6ba6b4; }
a.btnStyle { background: #6ba6b4; color: #121212; border: none; border-radius: 0; padding: 0; font-size: 90%; text-decoration: none; display: inline-block; padding: 10px 20px; margin: 10px 0; font-family: 'ploni-medium-aaa-new'; transition: 0.4s; }
a.btnStyle:hover, a.btnStyle:focus { background: #346e7b; color: #fff; border: none !important; outline: none; }
body.plan-page .internalPage #headline h1 { text-align: right; }
nav.header-top-menu ul.top-menu-group a:hover, nav.header-top-menu ul.top-menu-group a:focus { color: #fff; text-decoration: underline; }
.home-page .normal-form input[type=checkbox]:checked, .members-club .normal-form input[type=checkbox]:checked { background: #6ba5b3; background-image: url(/warehouse/temp/capocaoco/checkbox-v-white.svg); background-size: 70%; background-position: center; background-repeat: no-repeat; }
.CatalogItemPage.tribu-collection .owl-carousel .owl-stage { height: 740px; overflow: hidden; display: flex; align-items: center; }
.members-club .form-container-wide #DynamicFormObject .dynamicFormObjectField.checkboxField { width: 100%; text-align: right; padding: 0; }
.members-club .form-container-wide #DynamicFormObject .dynamicFormObjectField.checkboxField input { height: 15px; outline: none; width: 15px; max-height: 15px; padding-right: 15px; font-size: 13px; border-radius: 0; border: 1px solid #000 !important; margin-left: 5px; }
.plan-page #GridPage { padding-top: 0; }
.plan-page .internalPage #GridContent { padding: 0; }
.shop-page.catalog-page #CatalogView h1 { display: block; width: 100%; text-align: center; font-family: 'ploni-light-aaa'; font-size: 353%; }
.planet-page .categories-strip { display: block; margin-bottom: 40px; }
.categories-strip { background: none; }
.categories-strip ul li, .categories-strip ul li.active { background: none; }
.categories-strip ul li a { color: #000; display: block; }
.categories-strip ul li { border: 1px solid #000; padding: 7px 10px; min-width: 87px; }
.categories-strip ul li.active { position: relative; background: #346e7b; }
.categories-strip ul li.active a::before { content: ""; }
.categories-strip ul li.active a { color: #fff; }
.categories-strip ul li:hover { background: #346e7b; }
.categories-strip ul li:hover a { color: #fff; }
#GridTop + .categories-strip { display: none; }
.INDMobile #INDmenu-btn { bottom: 90px !important; }
.itemsList.row.relatedItemsCarousel .catalogItemBox { width: 33.333333%; }
.cartSubTotal.affix-bottom { top: auto !important; }


@media (max-width: 1280px) {
    .navQuickAlert { right: 104px !important; }
}

@media (max-width: 1100px) {
    .blog-posts .blog-post-image a { height: calc(var(--vw) * 0.156); }
}

@media (max-width: 1024px) {
    #CatalogModule .filters-box button.filters-title:after { margin-right: 10px; width: 24px; }
    #CatalogModule .filters-box.priceSort .filters-title { font-size: 83%; min-width: unset; margin-right: auto; margin-top: 3px; }
    .showSideFilters .mobileFiltersBtns { display: flex !important; font-family: 'ploni-medium-aaa-new'; }
    #CatalogView .catalogTextContainer { width: 100%; order: 4; }
    #CatalogView h2 { width: 100%; order: 3; }
    #CatalogModule .filtersList.side-filters { width: 50%; margin: 0; order: 5; }
    #CatalogModule .mainCatalogPage .filtersList:not(.side-filters) { width: 50%; order: 6; left: auto; margin-left: 0; display: flex; justify-content: flex-end; }
    body .internalPage #headline { order: 1; }
    .shop-page #CatalogView .itemsList.row { order: 7; margin-left: -5px; margin-right: -5px; max-width: unset; width: auto; }
    #CatalogModule .filters-box.priceSort { max-width: 100%; }
    .showSideFilters .mobileFiltersBtns button.showFiltersBtn { width: auto; border: none; font-size: 83%; }
    #CatalogModule .mainCatalogPage.showSideFilters .mobileFiltersBtns button.showFiltersBtn { width: auto; border: none; padding: 0; background: url(/warehouse/temp/manovino/filter.svg); background-size: 23px 30px; background-repeat: no-repeat; background-position: right center; padding-right: 33px; line-height: 30px; }
    #CatalogModule .mainCatalogPage.showSideFilters .filters-box.priceSort .filters-list-wrapper { left: 0; min-width: 160px; top: 35px; position: absolute; z-index: 10; }
    #CatalogModule .filters-box.priceSort ul.filter-list { min-width: 80px; }
    .navQuickAlert { right: 108px !important; }
    .noFilters.shop-page .catalogItemBox.col-md-4 { width: 33.3333333%; }
    header.search-open #searchFormHeaderContainer { position: static; }
}

@media (max-width: 991px) {
    .tribuGanimPage .col-md-4.col-xs-6.pull-right { margin-bottom: 50px; }
    .noFilters.shop-page .catalogItemBox.col-md-4 { width: 50%; }
    .shop-page #CatalogView .itemsList.row { width: 100%; }
}

@media (max-width: 767px) {
    .tribu-collection .collection-top-section { margin-bottom: 50px; }
    .outdoorKitchensPage .grid-short-box-image { height: 350px; }
    .outdoorKitchensPage #ContentGridShortModule .grid-short-box-image img { position: absolute; transform: translate(-50%, -50%); max-width: unset; width: auto; }
    .outdoorKitchensPage .grid-short-box-label { font-size: 200%; }
    .outdoorKitchensPage .grid-short-box-fulltext { width: 90%; }
    .navQuickAlert { right: 95px !important; }
    .CatalogItemPage #catalogText p { margin-bottom: 0; }
    .userLogin .newUserText { display: block; text-align: center; }
    ul.searchResultsList { padding-right: 0 !important; display: flex; flex-wrap: wrap; }
    ul.searchResultsList .catalogItemBox.col-xs-12.col-sm-6.col-md-4.pull-right.align-center.catalogItem36601 { width: 50%; margin-left: 0; margin-right: 0; }
    .tribu-collection .catalogItemBox { width: 50%; }
    .catalogItemBox { width: 100%; }
    .catalogItemBox .catalogItemBoxInner { max-height: unset; }
    .plan-page .ingredientGroupSelection { margin-bottom: 50px; }
    .plan-page .propertyOption { flex: 0 0 50% !important; }
    .plan-page .propertyOption .propertyIcon img { max-height: 80px; width: auto; }
    .plan-page #checkout-form .normal-form-submit { width: 100%; float: none; padding: 0 15px; text-align: center; }
    .plan-page .form-submit { width: 100%; }
    .plan-page .checkOutContainer .checkoutInputsWrapper:not(.customInputs) > div { width: 100%; }
    .plan-page form#checkout-form .checkoutFormWrapper.personalDetailsWrapper .row > div.checkoutInputsWrapper.customInputs .col-xs-12.col-sm-12.pull-right { width: 100%; }
    .plan-page .propertyOption label { width: auto !important; max-width: 96px; text-align: right; font-size: 90% !important; margin-top: 0; }
    .plan-page .itemContent { max-width: 100%; }
    .tribuGanimPage .col-md-4.col-xs-6.pull-right { width: 100%; padding: 0; margin-bottom: 40px; }
    .header-top-left .navShopBtn.wishlistHeader { display: block; }
    #header2.headerHasSearch .phone-icon { display: none; }
    .blog-related-posts .col-sm-4.col-xs-6 { display: block; }
    .contentInnerPage .blog-grid #GridPage .blog-related-posts.row .col-sm-4 { width: 100%; padding: 0 30px; margin-bottom: 40px; }
    .contentInnerPage .blog-grid #GridPage .blog-related-posts.row .blog-related-post img { height: auto; }
    #BlogView .blog-related-posts h2 { margin-bottom: 20px; }
    .blog-posts .blog-post-image img { position: static; transform: none; }
    .blog-posts .blog-post-image a { height: auto; }
    .members-club .form-container-wide #DynamicFormObject .dynamicFormObjectField { width: 100%; }
    .members-club .form-container-wide #DynamicFormObject .dynamicFormObjectSubmit { width: 100%; padding: 0 13px; }
    .members-club fieldset { flex-wrap: wrap; }
    .members-club .form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText { margin-bottom: 10px; }
    .noFilters.shop-page .catalogItemBox.col-md-4 { width: 100%; }
    .tribu-collection.CatalogItemPage .gallery-container { width: 100%; }
    .CatalogItemPage.tribu-collection .owl-carousel .owl-item img { width: 100%; height: auto; }
    .tribu-collection.CatalogItemPage .gallery-container .owl-stage { display: flex; align-items: center; height: 300px; }
    .members-club .form-container-wide #DynamicFormObject .dynamicFormObjectField.checkboxField { padding: 0 15px; }
    .members-club #DynamicFormObject .dynamicFormObjectField .must:before { right: 10px; }
    .shop-page.catalog-page #CatalogView h1 { font-size: 197%; }
    .top-mobile-strip { color: #000; }
    .mobile-strip:after { color: #000; top: 14px; left: 0; }
    .mobile-strip .select-wrapper li.strip-item { margin-bottom: 5px; padding: 5px 10px; }
    .mobile-strip .select-wrapper li.strip-item:hover { background: #346e7b; }
    .mobile-strip .select-wrapper li.strip-item:hover a { color: #fff; }
    .blog-tags-list ul li.blog-tag a { min-width: 170px; }
    .navQuickAlert { right: 132px !important; }
    .CatalogItemPage.catalog-page.tribu-collection .itemContentWrapper.row { margin: 0; }
    #CatalogView .catalogTextContainer { order: initial; }
    .CatalogItemPage.tribu-collection .owl-carousel .owl-stage { height: auto; }
    .RelatedItemsWrapper.row { max-width: 90%; margin: 0 auto; }
}

@media (max-width: 400px) {
    #header2.headerHasSearch #header-left img { max-width: 100px; }
    #header2.headerHasCart #header-left { max-width: 100px; }
    #header2.headerHasSearch .phone-icon { left: -13px; }
    .search.desktop { max-width: 0px; }
}



.SingleItemPage section.singleItemSection.itemFirstDetails:not(.shortLayout) .singleItemContentWrapper { height: auto; display: block; min-height: 0; }
.SingleItemPage section.selectOptions.singleItemSection form#checkout-form { max-width: none; }
.SingleItemPage .catalogItemSingleView .checkOutContainer { padding: 0; }
.SingleItemPage section.selectOptions.singleItemSection { margin-top: 0; }
.SingleItemPage .catalogItemSingleView form#checkout-form .checkoutFormWrapper { margin-bottom: 30px; }