@charset "UTF-8";


@font-face { 
    font-family: 'catamaran';
    src: url('../fonts/Catamaran-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'catamaran';
    src: url('../fonts/Catamaran-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'catamaran';
    src: url('../fonts/Catamaran-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face { 
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: 400;
}

/* TEST */

body {
    font-family: "Catamaran";
    font-weight: 400;
    font-size: 14px;
    background: url(../images/bg.png) no-repeat scroll center top / 100% auto #f3f2ef;
    background-attachment: fixed;
    background-position: 100% 100%;
    margin: 0;
}

a, a:link, a:visited, a:active {
    color: #860505;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.big-text {
    color: #860505;
    font-weight: 600;
    margin: 0;
}

.small-text {
    font-size: 0.857em;
    font-weight: 600;
}

.topline {
    background: rgba(247, 245, 244, 0.85);
    background: -moz-linear-gradient(top, #f7f5f4 17%, #dbd8d6 74%, #cecbca 91%);
    background: -webkit-linear-gradient(top, #f7f5f4 17%, #dbd8d6 74%, #cecbca 91%);
    background: linear-gradient(to bottom, #f7f5f4 17%, #dbd8d6 74%, #cecbca 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5f4', endColorstr='#cecbca', GradientType=0);
    text-align: center;
    padding: 3px 0;
}

.topline ul {
    padding: 0;
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin-bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.topline ul li {
    margin: 0;
    line-height: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    color: #787878;
    font-size: 0.929em;
    padding: 0;
    font-weight: 300;
}

.topline ul li:before {
    display: inline-block;
    content: '';
    background: url(../images/icon_tik_mid-grey.svg) top 3px center no-repeat;
    margin-right: 4px;
    width: 13px;
    height: 13px;
}

.page-header {
    background: url(../images/white-bck.png) no-repeat top center;
}

.page-header .container {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.page-header .container > div {
    width: 33%;
}

.page-header .logo {
    margin: -25px auto 10px 0;

}

.service-tel {
    font-size: 1.143em;
    color: #860505;
    font-weight: 600;
    text-align: center;
}

.service-tel:before {
    display: inline-block;
    content: '';
    background: url(../images/icon_phone_purple.svg) center center no-repeat;
    margin-right: 4px;
    width: 11px;
    height: 16px;
    top: 2px;
    position: relative;
}

.page-header .block-search {
    float: none;
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
}

.page-header__inner-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;;
}

.page-header .account-box {
    padding-top: 30px;
    min-width: 120px;
}

.page-header .account-box a.register-link {
    text-align: center;
    display: block;
    margin-left: -3px;
}

.page-header .account-box a.register-link .registration {
    font-size: 0.857em;
    font-weight: 400;
}

.page-header .account-box .account-box-text {
    font-weight: 600;
    font-size: 1em;
    color: #333;
    position: relative;
}

.page-header .account-box .account-box-text:before {
    content: '';
    background: url(../images/icon_user_dark-grey.svg) center center no-repeat;
    width: 32px;
    height: 23px;
    position: absolute;
    top: -30px;
    left: 30px;
}

.page-header .account-box .account-box-text:after {
    display: inline-block;
    content: '';
    background: url(../images/triangle-bottom.png) center center no-repeat;
    width: 9px;
    height: 3px;
    position: relative;
    top: -2px;
    left: 5px;
}

.page-header ul.toggle-accountmenu {
    list-style-type: none;
    padding: 0;
    /* margin: 0 auto; */
    display: block;
    text-align: center;
}

ul.toggle-accountmenu > li {
    margin-bottom: 0;
}

.account-box-text {
    width: 95px;
    cursor: pointer;
    margin: 0 auto;
}

.account-box-text ~ ul.toggle-accountmenu {
    display: none !important;
}

.account-box-text.account-box-toggle ~ ul.toggle-accountmenu {
    display: block !important;
}

.page-header .minicart-wrapper {
    padding-top: 30px;
}

.page-header .action.showcart:before {  
    content: '';
    background: url(../images/icon_cart_empty.svg) no-repeat center center;
    position: absolute;
    left: 6px;
    top: 0px;
    color: #444;
    min-width: 52px;
    min-height: 24px;
}

.minicart-wrapper .action.showcart.active:before {
    content: '';
}

.page-header .minicart-wrapper .action.showcart {
    display: block;
}

.page-header .minicart-wrapper a.action.showcart {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    color: #333;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #860505;
    position: absolute;
    left: 20px;
    border-radius: 50%;
    top: -9px;
}

.page-header .cart-text {
    font-size: 0.857em;
    font-weight: 400;
    color: #860505;
}

.sections.nav-sections {
    background: url(../images/white-bck.png) repeat top center;
    border-top: 1px solid #cdcdcd;
    box-shadow: 0 5px 5px -2px rgba(0,0,0,.1);
    margin-bottom: 5px !important;
}

.navigation {
    background: transparent !important;
}

.navigation ul {
    padding: 0 8px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

li.level0:nth-of-type(1) {

}

.navigation .level0 > .level-top {
    line-height: 40px !important;
    padding: 5px 10px;
    color: #333;
    font-size: 1.571em;
    font-weight: 300;
    display: block;
    text-align: center;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border: none !important;
    color: inherit !important;
    display: block !important;
}

li.level0.active:after {
    content: "";
    display: block;
    height: 3px;
    background: #860505;
    width: 100%;
    margin-top: -3px;
}

.navigation .level0 {
    transition: background-color 0.5s ease;
    margin: 0 !important;
}

.navigation li.level0:hover {
    background-color: #860505;
}

.navigation li.level0:hover > .level-top {
    color: #fff !important;
}

.navigation .level0 .submenu {
    background: url(../images/white-bck.png) repeat top center;
}

.navigation .level0 .submenu li:last-child {
    margin-bottom: 0;
}

li.level1.nav-2-10.parent.ui-menu-item {
    position: relative;
}

.footer {
    background: url(../images/white-bck.png) no-repeat top center;
}

.footer .container {
    display: flex;
    justify-content: space-around;
}

.footer-title {
    font-size: 1.143em;
    font-weight: 600;
    text-transform: uppercase;
}

.footer.content {
    margin-top: 0px;
}

.footer.content ul {
    margin: 10px 0;
}

.footer .footer-col {
    width: 25%;
}

.footer li {
    font-weight: 600;
    color: #333;
}

.footer li a {
    font-size: 16px;
    color: #333;
    transition: all 0.5s ease;
}

.footer li a:hover {
    color: #860505;
}

.footer .pay-delivery ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 250px;
}

.footer .pay-delivery ul > li {
    max-width: 33%;
    padding: 5px 10px 5px 0px;
}

.footer .copyright {
    text-align: center;
}

#maincontent {
    background: #f3f2ef;
    padding-top: 20px;
}

.category-description {
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.category-description h2:first-child {
    margin-top: 0;
}

.category-description.expanded {
    max-height: 100%;
}

.category-description.expanded:after {
    display: none;
}

.category-description:after {
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, #f3f2ef 50%, #f3f2ef 100%);
    background: -moz-linear-gradient(rgba(255,255,255,0) 0%, #f3f2ef 50%, #f3f2ef 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, #f3f2ef 50%, #f3f2ef 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, #f3f2ef 50%, #f3f2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f2ef', endColorstr='#f3f2ef',GradientType=0 );
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
}

.toggle-teaser {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
    font-family: "Oswald",Helvetica,Arial,Verdana,sans-serif;
    cursor: pointer;
}

.category-description.expanded .toggle-teaser {
    display: block;
    position: static;
    margin-bottom: 10px;
}

.page-main > .page-title-wrapper .page-title {
    display: inline-block;
    font-family: "Oswald";
    color: #860505;
}

.product-info-main .page-title-wrapper .page-title {
    font-family: "Oswald";
    color: #860505;
    font-size: 2.0em;
    line-height: 1.3em;
    margin-top: 0 !important;
}

.product-info-main .price-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-info-main .price-box > div {
    margin-left: 0px;
    border-left: 1px solid #aaa;
    padding-left: 10px;
    height: 35px;
    padding-top: 5px;
}

.product-info-main .price-box .price-wrapper {
    display: block;
    line-height: 3.5em;
    margin-right: 20px;
}

.product-info-main .price-box .price-wrapper .price {
    font-size: 3.5em;
}

.product-add-form {
    margin-top: -30px;
}

.field.qty label > span {
    visibility: hidden;
}

.fieldset > .field.qty > .label {
    display: none;
}

.field.qty input {
    height: 5rem;
}

.box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: auto;
    margin-left: 2rem;
    height: 5rem;
}

.box-tocart .action.tocart span {
    white-space: nowrap;
}

.box-tocart .fieldset,
.box-tocart .fieldset .actions {
    display: flex !important;
}

.box-tocart .field.qty {
    display: block !important;
    margin: 0 !important;
}

.box-tocart {
    margin: 10px 0 30px 0;
}

.paypal.checkout.before {
    display: flex;
    align-items: center;
    margin-left: 20px;
}


.column-top-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-height: 415px;
}

.column-top-wrapper:before {
    display: none;
    content: '';
    background: url(../images/grapes.png) no-repeat right center;
    position: absolute;
    bottom: 5px;
    right: 20px;
    min-width: 103px;
    min-height: 85px;
    z-index: 1;
    background-size: contain;
}

.column.main{
    margin-top: -25px;
}    

.product-info-main,
.product.media {
    float: none !important;
}

.product-details {
    position: relative;
    background: url(../images/white-bck.png) repeat-y;
    border-top: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
    border-right: 2px solid #c6c6c6;
    outline: 0;
    -webkit-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    -moz-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    box-shadow: inset 0px -1px 3px 0px #c6c6c6;
    padding: 10px 50px 40px;
    font-size: 16px;
}

.product-details:before {
    position: absolute;
    content: "";
    background: url(../images/grapevine.png) no-repeat top left;
    min-width: 320px;
    min-height: 400px;
    left: -50px;
    top: -50px;
    background-size: contain;
}

.product-details h2 {
    font-family: "Oswald";
    color: #860505;
    font-size: 2.0em;
    text-align: center;
}

.product-details h3 {
    font-weight: 500;
    font-size: 1.3em;
    margin: 1.0em 0 1.3em;
}

.detail-wrapper {
    display: flex;
    justify-content: space-around;
}

.detail-wrapper .vine-description {
    flex: 2;
    padding-right: 40px;
}

/*.detail-wrapper .vine-details {
    padding: 70px 40px 0 45px;
    flex: 1;
    background: url(../images/steckbrief2.png) no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    max-height: 540px;
}*/

.detail-wrapper .vine-details h3 {
    font-family: "Oswald";
    text-align: center;
}

.detail-wrapper .vine-details ul {
    display: table;
    padding: 0 0 0 20px;
}

.detail-wrapper .vine-details li {
    display: table-row;
}
.detail-wrapper .vine-details li .label,
.detail-wrapper .vine-details li .value {
    display: table-cell;
}
.detail-wrapper .vine-details li .value {
    padding-left: 10px;
}

ul.vine-details {
    display: none;
}

.slideshow-top {
    background: url(../images/spinner.svg) no-repeat center center;
}

.slideshow-top .slideshow-items {
    padding: 10px 0;
    max-width: 100%;
    margin: 10px auto;
    max-height: 415px;
    opacity: 0;
}

.slideshow-top .slick-slide img {
    width: 100%;
}

.slick-prev:before {
    content: '';
    background: url(../images/arrow_light-grey.svg) no-repeat;
    width: 30px;
    height: 66px;
    position: absolute;
    top: -20px;
    left: 25px;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next:before {
    content: '';
    background: url(../images/arrow_light-grey.svg) no-repeat;
    width: 30px;
    height: 66px;
    position: absolute;
    top: -20px;
    right: 25px;
    
}

.slick-arrow {
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    opacity: 0.75;
    z-index: 1;
}

.slick-next {
    right: 0;
    margin-top: 20px;
}

.slick-arrow:hover {
    border: none;
}

slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
    opacity: 1;
}

.product-items.widget-product-grid .slick-next:before {
    right: -40px;
    filter: invert(100);
}

.product-items.widget-product-grid .slick-prev:before {
    filter: invert(100);
    left: -40px;
    
}
.slide-wrap {
    position: relative;
}

.slide-wrap > img {
    width: 100%;
}

.slide-wrap .description {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: rgba(0,0,0,.3);
    padding: 20px 30px;
    font-size: 30px;
    color: #fff;
    font-family: "Oswald";
}

.slide-wrap .description > p {
    margin: 0;
}

.slide-wrap .description > p:last-child {
    font-size: 25px;
}

.home-products {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 566px;
    background: url(../images/white-bck.png) top center;
    border: 2px solid #c6c6c6;
    outline: 4px solid #f3f0ee;
    -webkit-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    -moz-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    box-shadow: inset 0px -1px 3px 0px #c6c6c6; 
}

.home-products .block-title strong {
    font-family: "Oswald";
    text-align: center;
    font-size: 45px;
    display: block;
    color: #860505;
}

.home-products .product-item-details {
    text-align: center;
}

.home-products .delivery-time,
.home-products .price-details,
.home-products .tax-details,
.home-products .product-item-actions {
    display: none;
}


.home-products li.product-item,
.block.widget .products-grid .product-item
{
    padding: 10px !important;
    box-shadow: 1px 0 1px -1px rgba(0,0,0,1);
}

.promo-middle .block.widget .products-grid .product-item {
    box-shadow: none;
}

.promo-middle .block.widget.block-products-list {
    padding: 10px 20px 20px;
}

.promo-middle .block.widget.block-products-list .product-item-photo {
    margin-right: 10px;
}

.promo-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.promo-wrapper > div {
    min-height: 1px;
    padding: 0 20px;
    background: url(../images/white-bck.png) repeat-y;
    border: 2px solid #c6c6c6;
    outline: 4px solid #f3f0ee;
    -webkit-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    -moz-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    box-shadow: inset 0px -1px 3px 0px #c6c6c6;
}

.promo-wrapper > .promo-left {
    flex: 1;
    margin-right: 20px;
}

.promo-wrapper > .promo-middle {
    flex-grow: 1;
    flex: 2;
}

.promo-wrapper > .promo-right {
    flex: 1;
    margin-left: 20px;
}

.promo-middle h1 {
    text-align: center;
    font-family: "Oswald";
    color: #860505;
    margin-top: 2rem;
    position: relative;
}

.promo-middle h1:first-child:after {
    content: '';
    background: url(../images/shadow-topsellerproduct.png) no-repeat center center;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    min-height: 10px;
    z-index: 1;
}

.promo-middle h2 {
    text-align: center;
}

.promo-middle .product-item {
    width: 100% !important;
    font-size: 1.2em;
}

.promo-middle .product-item-info {
    display: flex;
    align-items: center;
}

.product-item .price-box .price {
    font-size: 2.4rem;
    font-weight: 300;
    white-space: nowrap;
}

.product-item .price-box {
    margin: 10px 0 10px;
}

.base-price, 
.tax-details {
    font-size: 10px;
    color: #666;
}

.delivery-time {
    color: #6d781d;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.product-item-link {
    transition: color 0.3s ease;
    font-family: "Oswald";
    font-weight: 600 !important;
    font-size: 1.143em !important;
    color: #141414 !important;
}

.product-item-link:hover {
    text-decoration: none !important;
    color: #860505 !important;
}

/*.column.main .block:last-child {
    margin-bottom: 0;
    position: relative;
    background: url(../images/white-bck.png) repeat-y;
    border-top: 0;
    border-left: 2px solid #c6c6c6;
    border-right: 2px solid #c6c6c6;
    -webkit-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    -moz-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    box-shadow: inset 0px -1px 3px 0px #c6c6c6;
    padding: 10px 50px 40px;
    font-size: 16px;
    margin-top: -5px;
}*/

#product-review-container,
.block.widget.block-products-list {
    margin-bottom: 0;
    position: relative;
    background: url(../images/white-bck.png) repeat-y;
    border-top: 0;
    border-left: 2px solid #c6c6c6;
    border-right: 2px solid #c6c6c6;
    -webkit-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    -moz-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    box-shadow: inset 0px -1px 3px 0px #c6c6c6;
    padding: 10px 50px 40px;
    font-size: 16px;
    margin-top: -5px;
}

.promo-middle .block.widget.block-products-list {
    border: 0;
    box-shadow: none;
}

.promo-middle .product-item-actions {
    display: none;
}

.review-list .block-title strong {
    font-weight: 500;
    font-size: 1.3em;
    margin: 1.0em 0 1.3em;
}    

.review-add {
    margin-bottom: 0;
    position: relative;
    background: url(../images/white-bck.png) repeat-y;
    border-top: 0;
    border-left: 2px solid #c6c6c6;
    border-right: 2px solid #c6c6c6;
    -webkit-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    -moz-box-shadow: inset 0px -1px 18px 6px #c6c6c6;
    box-shadow: inset 0px -1px 3px 0px #c6c6c6;
    padding: 10px 50px 40px;
    font-size: 16px;
    margin-top: -5px;
}

.review-add h3 {
    display: block;
    font-size: 1.5em;
    color: #860505;
    font-family: "Oswald";
    margin-bottom: 15px;
    cursor: pointer;
}

.review-add:before,
.review-add:after {
    content: "";
    display: block;
    background: #860505;
    height: 1px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    margin-top: 20px;
}

.review-add .block-content {
    margin-bottom: 20px;
}

.fieldset .review-legend.legend strong {
    display: inline;
    margin-left: 10px;
}

.review-form {
    max-width: 100%;
}

.review-title-wrapper {
    display: flex;
}

.review-title {
    font-family: "Oswald";
    margin: 0 20px 0 0 !important;
    padding-top: 2px;
}

.review-details {
    font-size: 0.8em;
    margin-bottom: 7px;
}

.social-box {
    display: flex;
}

.social-box > div {
    margin-right: 10px;
}

.action.primary {
    transition: all 0.3s ease;
    background: #e4e4e4;
    color: #969696;
    border: 1px solid #cdcdcd;
}

.action.primary:hover,
.action.primary:focus {
    background: #8d0c0c;
    color: #fff;
    border: 1px solid #4e0000;
}

._keyfocus *:focus, 
input:not([disabled]):focus, 
textarea:not([disabled]):focus, 
select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px rgba(134, 5, 5, 0.3);
}

.fotorama__nav-wrap {
    display: none !important;
}

.block-products-list .block-title {
    font-family: "Oswald";
    text-align: center;
}

.block-products-list .block-title strong {
    font-size: 2em;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1244px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}


@media (max-width: 769px) {
    .hidden-xs {
        display: none !important;
    }

    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-desktop {
        display: none !important;
    }


    .footer.content .links {
        display: block !important;
    }
    .footer.content .block {
        float: none !important;
    }
}

body.mobile {
    background: #f3f2ef;
}

.mobile .nav-toggle {
    display: block;
}

.page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0 !important;
}


.page-footer {
    background: none;
}

.footer .widget.block.block-static-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-info-main .product-info-price {
    
}

.product-info-main .product-info-stock-sku {
    display: flex;
    padding-bottom: 0px;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-info-main .product-info-price .price-box {
    display: flex;
}

.product-options-bottom .price-box .price-container, .product-info-price .price-box .price-container {
    font-size: 1.5rem;
}

.product-info-main .price-box .price-wrapper {
    line-height: 1.5rem;
}

.delivery-time {
    white-space: nowrap;
}

.fotorama__caption {
    display: none;
}

.old-price {
    text-decoration: line-through;
}

.old-price .price-label {
    display: none !important;
}

li.item.product.product-item {
    position: relative;
}

.products.list .special-price:before {
    content: "%";
    position: absolute;
    left: 0;
    top: 0;
    background: #860505;
    color: #fff;
    padding: 3px 5px 1px;
    left: 5px;
    font-size: 2rem;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.product-social-links {
    margin: 5px 0 20px;
}

.cms-home .page-title-wrapper {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.home-products .product-items.widget-new-grid .product-item-info img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
}

li.item.product.product-item img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.gallery-placeholder {
    max-height: 100%;
    height: 100%;
}

.fotorama {
    max-height: 100%;
    height: 100%;
}

.fotorama__wrap {
    max-height: 100%;
    height: 100%;
}

.fotorama__stage {
    max-height: 100%;
}


.table-checkout-shipping-method tbody tr:nth-child(2){
    display: none;
}