:root {
    --color-purple:         #9E1D71;
    --color-green:          #AFCB07;
    --color-black:          #273341;
    --color-gray:           #707070;
    --color-white:          #FFFFFF;
    --color-white_dark:     #F8F8F8;
    --color-gradient:       linear-gradient(90deg, rgba(158,29,113,1) 0%, rgba(175,203,7,1) 100%);

    --color-gradient:       linear-gradient(90deg, var(--color-purple, #9E1D71), var(--color-green, #AFCB07)) var(--x, 0)/ var(--x2, 500%);

    --font-family-headings: bebas-neue-pro, sans-serif;
    --font-family-body:     'Source Sans Pro','Helvetica Neue', Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'Handjegezond Icons';
    src: url('../fonts/handjegezond-icons/handjegezond-icons.eot');
    src: url('../fonts/handjegezond-icons/handjegezond-icons.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/handjegezond-icons/handjegezond-icons.woff2') format('woff2'), 
         url('../fonts/handjegezond-icons/handjegezond-icons.woff') format('woff'), 
         url('../fonts/handjegezond-icons/handjegezond-icons.ttf') format('truetype'), 
         url('../fonts/handjegezond-icons/handjegezond-icons.svg') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
}

button, a.action {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

h5,h6 {
    font-weight: normal;
}
.mgz-icon-element.far.mgz-fa-play-circle {font-size: 9.15em !important;}
#video h4 {text-shadow: none;}
/* Builder CSS */
.flex-spacebetween > div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex-spacebetween > div::before,
.flex-spacebetween > div::after{
    content: "";
    display: none;
}

.margin-left-10 {
    margin-left: 10px;
}
.mgz-element-column > .mgz-element-inner.no-padding {
    padding: 0;
}

.page-main .element-usp-list .mgz-element-row {
    margin-bottom: 0;
}
.catalog-product-view #maincontent {
    padding-top: 55px;
}
.mpblog-post-view  #maincontent {
    padding-top: 100px;
}

.checkout-cart-index #maincontent, .checkout-index-index #maincontent, .customer-account-login #maincontent {padding-top:100px}
#product-addtocart-button, .action.primary.checkout, .button.action.continue.primary {
    font-weight: 800;
    line-height: 0.7em !important;
    font-size: 26px;
}
#product-addtocart-button.action.primary::after, #product-addtocart-button.action-primary::after, .action.primary.checkout::after, .button.action.continue.primary::after {line-height: 0.8em !important;}
#checkout .authentication-wrapper {
    display: none;
}
#shipping-zip-form .note {
    display: none;
}
.cart-summary .block .title strong {
    font-size: 1.9rem;
    font-weight: 500;
}
.action.update {
    font-weight: 100;
}
.action.apply.primary {
    font-size: 20px;
    line-height: 2em;
    margin-left: 20px !important;
}
.cart .price {
    line-height: 2em;
}
/* Elements */

body[class^="cms-"] .page-main{
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.mgz-element-heading-text {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.mgz-btn {
    position: relative;
    border-radius: 100vh;
    text-transform: uppercase;
    font-family: var(--font-family-headings);
    height: 45px;
    padding: 0 20px !important;
    color: #FFF;
    background: linear-gradient(90deg, var(--color-purple, #9E1D71), var(--color-green, #AFCB07)) var(--x, 0)/ var(--x2, 500%);

    transition: all .2s ease-out;
}
.green .mgz-btn {
    background: linear-gradient(90deg, var(--color-green, #AFCB07), var(--color-purple, #9E1D71)) var(--x, 0)/ var(--x2, 500%);
}

.mgz-element-button .mgz-btn {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 45px !important;
    color: #FFF;
}

.mgz-btn:hover {
    --x: 50%;
    --x2: 100%;
}
.mgz-btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.4rem;
    content: "\f061";
    line-height: 45px !important;
    opacity: 0;
    margin-left: -40px;
    float: right;

    transition: all .2s ease-out;
}

.mgz-btn:hover::after {
    opacity: 1;
    margin-left: 10px;
}

.textshadow {
    text-shadow: 0px 3px 6px #00000029;
}

.bg-green-transparent .mgz-parallax-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(175,203,7,0.7);
}
.bg-purple-transparent .mgz-parallax-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(158,29,113,0.7);
}

@media (min-width: 767px) {
    .mgz-element-column.outsidecontainer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
    }
    .mgz-element-column.outsidecontainer.left {
        right: auto;
        left: 0;
    }
    .mgz-element-column.outsidecontainer.left + .mgz-element-column {
        float: right;
    }
}


/* Header */

.page-header {
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 3;
    /* -webkit-filter: drop-shadow(0px 1px 5px #273341);
            filter: drop-shadow(0px 1px 5px #273341); */
}

.header.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding: 10px 0;
    height: 80px;
}

.logo {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
}

.page-header .switcher {
    float: none;
    margin: 0 15px;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    font-family: var(--font-family-headings);
    font-size: 2rem;
    line-height: 60px;
}

.switcher .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.switcher-option::before {
    content: "/";
}

.header-account-link a {
    font-family: var(--font-family-headings);
    font-size: 2rem;
    color: var(--color-black);
    line-height: 63px;
}

.page-header .switcher .current,
.page-header .switcher .switcher-option a {
    color: var(--color-black);
}

.nav-sections,
.navigation {
    background: none;
}

.navigation .level0 > .level-top {
    font-family: var(--font-family-headings);
    font-size: 2.5rem;
    font-weight: normal;
    color: var(--color-black);
    text-transform: uppercase;
    line-height: 60px;
    transition: color .2s ease-out;
}

.navigation .level0 > .level-top:hover {
    color: rgba(39, 51, 65, 0.5);
}

.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
    border: 0;
    color: rgba(39, 51, 65, 0.5);
    position: relative;
}
.navigation .level0.active > .level-top::after, .navigation .level-top:hover span:after,
.navigation .level0.has-active > .level-top::after  {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    max-width: calc(100% - 24px);
    bottom: 10px;
    left: 12px;
    background: linear-gradient(90deg, rgba(158,29,113,1) 0%, rgba(175,203,7,1) 100%);
}


@media screen and (min-width: 768px) {
    .nav-sections {
        margin: 0;
    }
}

/* Minicart */
.minicart-wrapper .action.showcart {
    position: relative;
    top: 6px;
    width: 34px;
    height: 34px;
}
.minicart-wrapper .action.showcart .icon::before,
.minicart-wrapper .action.showcart .icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 60px;
    vertical-align: middle;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("../images/cart_empty.png");
    transition: opacity .3s ease-out;
}
.minicart-wrapper .action.showcart .icon.empty::after {
    opacity: 0;
}
.minicart-wrapper .action.showcart .icon::after {
    background-image: url("../images/cart_fill.png");
    opacity: 1;
}
.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart.active::before {
    content: "";
}

.minicart-wrapper .action.showcart .counter.qty {
    position: relative;
    z-index: 2;
    background: var(--color-green);
    border-radius: 100%;
    min-width: auto;
    width: 18px;
    height: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--font-family-headings);
    font-weight: 900;
    right: -22px;
    top: 8px;
}
.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}

/* Footer */

.page-footer {
    color: #FFF;
    padding-bottom: 0;
}

.page-footer .mgz-element-heading-text {
    letter-spacing: 0;
}

.page-footer h4 {
    font-size: 2.2rem;
}

.page-footer a {
    color: #FFF;
}

.page-footer .fa-phone-alt::before {
    content: "\f879";
}

.page-footer .fa-envelope::before {
    content: "\f0e0";
}

.page-footer .mgz-icon-list .mgz-icon-list-item .mgz-icon-list-item-icon {
    border-radius: 100%;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    font-size: 1.8rem;
}

.copyright {
    background: none;
    padding: 0;
}
.socket .copyright a {
    margin-left: 15px;
}

/* Catalog Product Grid */

.product-items {
    letter-spacing: 0;
}

.mgz-product-items .mgz-grid-item .product-item-info {
    padding: 0;
    border: 0 none;
    background-color: #FFF;
}
.page-products .product-item-info {
    width: 100%;
    background-color: #FFF;
}

.product-item-details {
    padding: 10px 10px 30px;
}

.product-item-details,
.product-item-actions {
    text-align: center;
    font-family: var(--font-family-headings);
    margin-bottom: 30px;
}

.product-item-name {
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0;
}
.product-item-name > a,
.product-item-name:hover > a {
    color: var(--color-purple);
}

.product-item .price-box {
    margin: 10px 0;
}

.price-container .price {
    font-size: 3.2rem;
}
.product-item .price-box .price {
    font-weight: normal;
}

.customer-account-login .action.primary, .action-primary {line-height: 1.5em}
.action.primary, .action-primary {
    font-family: var(--font-family-headings);
    font-size: 2.9rem;
    font-weight: 500;
    border-radius: 100vh;
    border: 0 none;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    background: linear-gradient(90deg, var(--color-purple, #9E1D71), var(--color-green, #AFCB07)) var(--x, 0)/ var(--x2, 500%);
    transition: all .2s ease-out;
}

.action.primary:hover,
.action-primary:hover {
    background: linear-gradient(90deg, var(--color-purple, #9E1D71), var(--color-green, #AFCB07)) var(--x, 0)/ var(--x2, 500%);
    border: 0 none;
    --x: 50%;
    --x2: 100%;
}

.action.primary::after, .action-primary::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.4rem;
    content: "\f061";
    line-height: 45px !important;
    opacity: 0;
    margin-left: -40px;
    float: right;
    transition: all .2s ease-out;
}

.action.primary:hover::after, .action-primary:hover::after {
    opacity: 1;
    margin-left: 10px;
}

.product-item .tocart::after {
    font-family: "Handjegezond Icons";
    font-size: 2.2rem;
    content: "\e830";
}
.product-item .tocart:hover::after {
    margin-left: 10px;
}

@media all and (min-width: 640px) {

    .products-grid .product-item-info:hover, 
    .products-grid .product-item-info.active {
        box-shadow: none;
        border: 0 none;
        margin: 0;
        padding: 0;
    }

    .products-grid .product-item-inner {
        box-shadow: none;
        border: 0 none;
        position: static;
        margin: 0;
        padding: 0;
    }
    .abs-visually-hidden-desktop-s, 
    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
        position: static;
        clip: auto;
        box-shadow: none;
        height: auto;
        width: auto;
        margin: 0;
        overflow: visible;
    }

}

@media all and (min-width: 1024px), print {
    .mgz-grid.mgz-product-items .mgz-grid-page,
    .page-products .products-grid .product-items {
        margin: 0 -13px;
    }
    .mgz-product-items .product-item,
    .page-products.page-layout-1column .products-grid .product-item {
        margin: 0 13px 26px;
        width: calc((100% / 4) - 26px);
    }

    .page-products .products-grid .product-item:nth-child(3n+1), 
    .page-layout-1column .products-grid .product-item:nth-child(3n+1), 
    .page-layout-3columns .products-grid .product-item:nth-child(3n+1), 
    .page-products.page-layout-1column .products-grid .product-item:nth-child(3n+1), 
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n+1) {
        margin-left: 13px;
    }

}

/* Catalog Sidebar */
/* Layered Navigation */

.filter .block-subtitle,
.filter .filter-current-subtitle,
.filter-current .items,
.filter-actions,
.filter-options-title,
.filter-options-content {
    padding-left: 20px;
    padding-right: 20px;
}

.filter .block-subtitle,
.filter-options-item {
    border: 0 none;
}

.filter-options-title {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: capitalize;
}

.filter-options-title:hover {
    color: var(--color-gray);
}


@media all and (min-width: 768px) {
    
}


/* Catalog Product View */

@media all and (min-width: 768px), print {

}

/** Product Options (Config + Options) */




/** Home */
.mgz-element-slider .mgz-element-inner {
    margin-bottom: 0 !important;
}

.mgz-element-slider .mgz-carousel-item {
    height: calc(100vh - 115px) !important;
}

.mgz-element-slider .mgz-carousel-item .slide-heading .slide-text {
    text-shadow: 0px 3px 6px #00000029;
    line-height: 1 !important;
}

.mgz-element-slider .mgz-carousel-item h1 {
    text-shadow: 0px 3px 6px #00000029;
}
.mgz-element .mgz-carousel .item-content {
    text-align: left;
    max-width: 360px;
}
.mgz-element-slider .mgz-carousel-item .slide-buttons {
    text-align: right;
}

.mgz-element.arrow-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    z-index: 3;
}

.arrow-down .mgz-icon-wrapper {
    width: 107px;
    height: 85px;
}

.arrow-down .mgz-icon-wrapper a::after,
.arrow-down .mgz-icon-wrapper a::before {
    background-image: url("../images/arrow-down-bg.png");
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity .2s ease-out;
}
.arrow-down .mgz-icon-wrapper a::before {
    background-image: url("../images/arrow-down-bg-hov.png");
    opacity: 0;
}
.arrow-down .mgz-icon-wrapper a:hover::after {
    opacity: 0;
}
.arrow-down .mgz-icon-wrapper a:hover::before {
    opacity: 1;
}


.post-list-container .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -12.5px;
}

.post-list-container .post-list-item {
    margin: 0 12.5px !important;
    max-width: 360px;
    width: calc((100% / 4) - 25px);
}

.post-list-item .post-item-wraper {
    padding: 0 !important;
    border: 0;
}

.post-list-item .post-info-wraper {
    padding: 0;
    display: block;
}
.post-item-wraper:hover {
    box-shadow: none;
}

.post-list-item .mp-post-title,
.post-list-item .mp-post-title a {
    color: var(--color-purple);
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.post-list-item .post-image {
    margin-bottom: 20px;
}
.post-image img.img-responsive {
    margin: 0;
    position: static;
    height: auto !important;
    width: auto !important;
}

.post-list-item .post-short-description {
    font-size: 1.6rem;
    color: var(--color-black);
    margin-bottom: 20px;
}

.post-list-item .mp-post-meta-info {
    text-align: center;
}

.post-list-item .mp-post-meta-info a {
    color: var(--color-black);
    font-size: 2.2rem;
    font-weight: normal;
    text-transform: uppercase;
    font-family: var(--font-family-headings);
}



.rotator {
    position: absolute;
    right: 10%;
    top: 10%;
}
.rotate-content {
    position: relative;
    width: 330px;
    max-width: 100%;
    height: 330px;
    border-radius: 100%;
}
.rotate-content.purpletext {
    width: 290px;
    height: 290px;
}
.mgz-carousel .rotate-content,
.green-bg .rotate-content {
    background: rgba(175, 203, 7, 0.4);
}

.rotate-content span {
    position: absolute;
    top: 0;
    left: 0;
}
.rotate-content img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rotate-content:hover .rotate-text img{
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
}
.rotate-content:hover .rotate-berry img{
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
}



.amform-form {
    background: var(--color-green);
    padding: 30px 50px;
    border-radius: 25px;
    max-width: 100%;
    margin: 0;
}

.amform-form .amcform-multi-page,
.amform-form .amform-form-fieldset {
    margin: 0;
}

@media screen and (min-width: 768px){
    .amform-form {
        padding: 50px 100px;
    }
    .amcform-page-wrap {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
        max-height: 800px
    }
    .rendered-form .fieldset .fields .field.form-group,
    .amcform-page-wrap > * {
        width: 47%;
    }
    .rendered-form .fieldset .fields .field.form-group.field-message {
        margin-bottom: 140px;
    }
}

.rendered-form .fieldset .fields .field.form-group,
.amcform-page-wrap > *{
    margin-bottom: 20px;
}

.amform-form .fieldset > .field > .label, 
.amform-form .fieldset > .fields > .field > .label {
    font-weight: normal;
    margin-bottom: 5px;
}

.amform-form input,
.amform-form select{
    border-radius: 100vh;
}
.amform-form textarea {
    border-radius: 25px;
    resize: none;
}

.amform-form .form-control {
    font-size: 22px;
    height: 45px;
    padding-left: 25px;
    color: rgba(39, 51, 65, 0.4);
}

.amform-form .form-group.field-checkbox-newsletter label,
.amform-form .amcform-gdpr label {
    font-size: 16px;
    word-break: keep-all;
}
.amcform-gdpr label a {
    color: var(--color-black);
}

.form-group.field-checkbox-newsletter input,
.amcform-gdpr input {
    display: inline-block;
    opacity: 1;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid var(--color-gray);
    box-shadow: none;
    padding: 0;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    height: 12px;
    width: 12px;
    box-sizing: content-box;
}
.form-group.field-checkbox-newsletter input:checked,
.form-group.field-checkbox-newsletter input:active,
.amcform-gdpr input:checked,
.amcform-gdpr input:active{
    box-shadow: none;
}
.form-group.field-checkbox-newsletter input:checked::after,
.amcform-gdpr input:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    position: absolute;
    top: -8px;
    left: 1px;
    color: var(--color-purple);
}

.amcform-toolbar {
    position: relative;
}
.action.primary.amcform-submit {
    padding: 0 20px;
    background: linear-gradient(90deg, var(--color-purple, #9E1D71), var(--color-green, #AFCB07)) var(--x, 0)/ var(--x2, 500%);
}
.action.primary.amcform-submit:hover {
    background: linear-gradient(90deg, var(--color-purple, #9E1D71), var(--color-green, #AFCB07)) var(--x, 0)/ var(--x2, 500%);
}


.collage-logo {
    position: absolute;
    top: -135px;
    left: 50%;
    transform: translateX(-50%);
}


@media screen and (max-width: 989px){
.logo {
    width: 100px;
    margin-left: 65px;
}
.page-header {
    margin-bottom: 0;
}
.minicart-wrapper {
  margin-top: 3.357px;
}
.logo {width: 70px}
.header.content {height:53px;}
.rotate-content {
    position: relative;
    width: 100px;
    max-width: 100%;
    height: 100px;
    border-radius: 100%;
}	
.mgz-element.obajbm3 .mgz-carousel #obajbm3-slider-item0 .slide-button1 .mgz-btn {
    line-height: 50px !important;
}
.post-list-container .post-list-item {
    margin: 0 12.5px !important;
    max-width: 360px;
    width: calc((100% / 2) - 25px);
}
.post-image {
    min-height: none !important;
}
.post-list-item .mp-post-title, .post-list-item .mp-post-title a {
    color: var(--color-purple);
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
.mp-post-meta-info.mp-alignright {
    display: none;
}
.sections.nav-sections {
    background: white;
}
.section-item-title.nav-sections-item-title {
    font-family: bebas-neue-pro, sans-serif;
    font-size: 21px;
    font-weight: bold;
}
h2.mgz-element-heading-text {
  font-size: 3.1em !important;
  line-height: 1em !important;
  }
.section-item-title.nav-sections-item-title a {
    color: var(--color-purple);}
.nav-sections-item-title {padding-top:17px}
.minicart-wrapper {
    margin-right: 10px;
    margin-left: 25px;
}
.section-item-title.nav-sections-item-title {
    display: none;
}
.jx5q0xe-s {min-height: 200px !important}
.mgz-btn {padding-top:7px !important}

.mgz-element-button .mgz-btn {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 32px !important;
  color: #FFF;
}
#purple-row .x8thio8-s {
  padding-bottom: 0 !important;
}
.post-list-item {
  width: 100% !important;}
  .post-list-container .row {margin:auto;}
.navigation .level0.active > .level-top::after, .navigation .level-top:hover span::after, .navigation .level0.has-active > .level-top::after {display:none}
}


/* Mobile */
@media screen and (max-width: 576px){ 
	.mgz-button, .mgz-element-heading-text, .slehwj9-s p, .mgz-element-inner p, .slide-buttons {
		text-align: left !important;
	}
	.h4lvn9a {
		height: 250px !important;
	}
	.mgz-btn:hover::after {
		position: relative;
		bottom: 5px;	
	}
	.mgz-element.fcg9ou8 .mgz-element-heading-text,
	.mgz-element.jnxj32f .mgz-element-heading-text 
	{
		line-height: 55px !important;
	}
	.mgz-product-items .mgz-grid-item .product-item-info {
		background-color: transparent !important;
	}
	.mgz-parallax {
		height: 150px;
	}
	.f4j3iqn-s {
		min-height: unset !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.amform-form {
		padding: 30px 20px;
	}
}

/* Tablet */
@media screen and (min-width: 577px) and (max-width: 900px) {
	a#tab-label-popular-title {
		font-size: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.navigation .level0 > .level-top {
	  font-family: var(--font-family-headings);
	  font-size: 1.8rem;
	}
	.mgz-product-items .mgz-grid-item .product-item-info {
		background-color: transparent !important;
	}
	.mgz-element.fpd42t4 .mgz-element-heading-text {
		font-size: 38px!important;
	}
	.mgz-element.yrob5cu .mgz-icon-list-item {
		margin-bottom: 10px;
	}
	.amform-form {
		padding: 30px 20px;
	}
	.mgz-btn {
		line-height: 30px !important;
	}
	.mgz-element-heading-text {
		font-size: 45px !important;
	}
	footer .mgz-element-heading-text {
		font-size: 20px !important;
	}
	.mgz-element.fcg9ou8 .mgz-element-heading-text,
	.mgz-element.jnxj32f .mgz-element-heading-text 
	{
		line-height: 55px !important;
	}
}

.product-item-info {
	text-align: center;
}


@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
	.mgz-element-heading-text {
		letter-spacing: 2px !important;
	}
}

.mgz-product-listing .product-item-name {min-height: 60px;}

.checkout-onepage-success #maincontent {
	padding-top: 100px;
}

.bg-green-transparent p {
	color: #fff;
}

.minicart-items .product-item {
	padding-bottom: 0;
}

.product-item-details {
	padding: 0;
}

.minicart-items .product-item-name a,
.price-container .price {
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	.cms-home h2.mgz-element-heading-text {
		font-size: 90px; 
	}
	.fikpwi0-s {
    	min-height: 110px !important;
    }
    .kv0edbx-s {
	    padding-top: 100px !important;
	    padding-bottom: 0 !important;
	    padding-left: 20px !important;
	}
	.page-layout-1column .column.main {
		padding-bottom: 0 !important;
	}
	.b3npcex-s, .j4ny180-s {
		padding-left: 20px; 
	}
	.of5mnu3 {
		height: 200px;
	}
}

@media screen and (min-width: 1200px) {
	.mgz-product-items .mgz-grid-item .product-item-info {
		height: 460px;
	}
}
