/* BASICS */
@media (min-width: 1024px) {
    html, body {
        font-size: 18px;
    }
    body.boxed main#maincontent .content,
    body.boxed .panel.wrapper,
    body.boxed .footer.content,
    .boxed,
    body.boxed .column-wrapper,
    [class^="col-sm-"] .content.relative,
    [class*=" col-sm-"] .content.relative {
        max-width: 1344px;
        margin: 0 auto;
    }
    button,
    .button {
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    button:hover,
    button.primary:hover,
    .button:hover,
    .button.primary:hover {
        background-color: transparent;
        border: 2px solid #73ba64;
        color: #73ba64;
    }
    button.secondary:hover,
    .button.secondary:hover {
        background-color: #73ba64;
        border: 2px solid #73ba64;
        color: #fff;
    }
    .background-color button.secondary:hover,
    .background-color .button.secondary:hover,
    .highlight .button.secondary:hover {
        background-color: #383838;
        border: 2px solid #383838;
        color: #fff;
    }
}
@media (min-width: 1920px) {
    html, body {
        font-size: 20px;
    }
}

/* HEADER */
@media (min-width: 1024px) {
    .action.nav-toggle,
    nav.navigation {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .transparent-header header.page-header {
        position: absolute;
        background: 0 0;
        background: rgba(255,255,255,0);
        background: -moz-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0.5)',endColorstr='rgba(255,255,255,0)',GradientType=0);
    }
    .body-light-theme.transparent-header header.page-header {
        position: absolute;
        background: 0 0;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0.5)', endColorstr='rgba(255,255,255,0)', GradientType=0);
        backdrop-filter: saturate(120%) blur(6px);
        -webkit-backdrop-filter: saturate(120%) blur(6px);
    }
    .body-dark-theme.transparent-header header.page-header {
        position: absolute;
        background: 0 0;
        background: rgba(5, 5, 5, 0);
        background: -moz-linear-gradient(top, rgba(5, 5, 5, .3) 0%, rgba(5, 5, 5, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(5, 5, 5, .3) 0%, rgba(5, 5, 5, 0) 100%);
        background: linear-gradient(to bottom, rgba(5, 5, 5, .3) 0%, rgba(5, 5, 5, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(5,5,5,0.3)', endColorstr='rgba(5,5,5,0)', GradientType=0);
        backdrop-filter: saturate(120%) blur(6px);
        -webkit-backdrop-filter: saturate(120%) blur(6px);
    }
    .body-dark-theme.transparent-header header.page-header a.logo {
        filter: brightness(0) invert(100);
    }
    .body-light-theme.transparent-header header.page-header nav.navbar ul li {
        background: rgba(255,255,255,0);
    }
    .body-light-theme.transparent-header header.page-header nav.navbar ul li a {
        color: #575756;
        text-shadow: 0 3px 6px rgba(255,255,255,0.3);
    }
    .body-dark-theme.transparent-header header.page-header nav.navbar ul li a {
        color: #fff;
        text-shadow: 0 3px 6px rgba(0,0,0,0.3);
    }
    nav.navbar ul li:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        border-bottom: 3px solid #73ba64;
        top: -5px;
        left: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transition: transform .15s ease-in;
    }
    nav.navbar ul li:hover:before,
    nav.navbar ul li.active:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    .panel.wrapper {
        border: 30px solid transparent;
    }
    .my-breadcrumbs {
        border: 0px solid transparent;
        border-left-width: 30px;
        border-right-width: 30px;
    }
}

/* FOOTER */
@media (min-width: 1024px) {
    .footer.content .links {
        display: inline-block;
        margin-bottom: 60px;
        text-align: left;
        vertical-align: top;
        width: 70%;
    }
    .footer.content .links > li.nav.item {
        display: inline-block;
        width: auto;
        box-sizing: border-box;
        padding-right: 20px;
        margin: 0 0 8px;
        border-right: 8px solid transparent;
    }
}

/* STANDARD COLUMN GRID */
@media (min-width: 1024px){
    .row {
        border-left-width: 30px;
    }
    .row.boxed.absolute {
        border-left-width: 0px;
    }
    [class^="col-sm-"],
    [class*=" col-sm-"] {
        border: 15px solid transparent;
        border-left-width: 0px;
        border-right-width: 30px;
    }
    .row.boxed.absolute [class^="col-sm-"],
    .row.boxed.absolute [class*=" col-sm-"] {
        border-width: 0px;
    }
    .col-sm-2 {
        width: 20%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33%;
    }
    .col-sm-5 {
        width: 40%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 60%;
    }
    .col-sm-8 {
        width: 66.66%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 80%;
    }
    .col-sm-4.hover {
        border-top-width: 21px;
        border-bottom-width: 21px;
        border-left-width: 14px;
        border-right-width: 14px;
    }
    .row .col-sm-4.hover:first-child,
    .row .col-sm-4.hover:nth-child(3n+1),
    .row .col-sm-4.hover:first-child,
    .row .col-sm-4.hover:nth-child(3n+1) {
        border-left-width: 0px;
        border-right-width: 28px;
    }
    .row .col-sm-4.hover:nth-child(3n+3) {
        border-left-width: 28px;
        border-right-width: 0px;
    }
    section[class^="category-section-"] .col-sm-4 p.unit-subheader {
        display: block;
    }
    [class^="col-sm-"] .content.right-center {
        transform: translateX(-30px) translateY(-50%);
        -webkit-transform: translateX(-30px) translateY(-50%);
        -moz-transform: translateX(-30px) translateY(-50%);
        -ms-transform: translateX(-30px) translateY(-50%);
    }
    [class^="col-sm-"] .text-left, [class*=" col-sm-"] .text-left {
        padding-right: 40px;
    }
    [class^="col-sm-"].hover:hover .border {
        border: 1px solid #fff;
    }
    [class^="col-sm-"].hover {
        border-radius: 30px;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    [class^="col-sm-"].hover:hover {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
        border-width: 10px !important;
        margin-right: 20px;
    }
    .col-sm-2.hover:hover {
        width: calc(20% - 20px);
    }
    .col-sm-3.hover:hover {
        width: calc(25% - 20px);
    }
    .col-sm-4.hover:hover {
        width: calc(33.33% - 20px);
    }
    .col-sm-5.hover:hover {
        width: calc(40% - 20px);
    }
    .col-sm-6.hover:hover {
        width: calc(50% - 20px);
    }
    .col-sm-7.hover:hover {
        width: calc(60% - 20px);
    }
    .col-sm-8.hover:hover {
        width: calc(66.66% - 20px);
    }
    .col-sm-9.hover:hover {
        width: calc(75% - 20px);
    }
    .col-sm-10.hover:hover {
        width: calc(80% - 20px);
    }
    .col-sm-12.hover:hover {
        width: calc(100% - 20px);
    }
    .transparent-header [class^="col-sm-"] .content.center-top,
    .transparent-header [class^="col-sm-"] .content.left-top,
    .transparent-header [class^="col-sm-"] .content.right-top {
        top: 180px !important;
    }
}
@media (min-width: 1080px){
    [class^="col-sm-"] .content.content.small,
    [class*=" col-sm-"] .content.content.small {
        max-width: 800px;
    }
    [class^="col-sm-"] .content.content.medium,
    [class*=" col-sm-"] .content.content.medium {
        max-width: 980px;
    }
    [class^="col-sm-"] .content.large, [class*=" col-sm-"] .content.large {
        max-width: 1180px;
    }
    .col-sm-12 .content h2,
    .dark-theme .text-box {
        font-size: 38px;
    }
}
@media (min-width: 1440px){
    section[class^="category-section-"].fullwidth li.col-sm-12.max-height {
        border-top-width: 0px;
        border-bottom-width: 10px;
    }
    [class^="col-sm-"] .text-left, [class*=" col-sm-"] .text-left {
        padding-right: 60px;
    }
    body.boxed [class^="col-sm-"] .column-wrapper .content.left-center {
        left: 0;
        top: 50%;
        transform: translateX(0%) translateY(-50%);
        -webkit-transform: translateX(0%) translateY(-50%);
        -moz-transform: translateX(0%) translateY(-50%);
        -ms-transform: translateX(0%) translateY(-50%);
        text-align: left;
    }
    body.boxed [class^="col-sm-"] .column-wrapper .content.left-center.box {
        left: 0;
        top: 50%;
        transform: translateX(0%) translateY(-50%);
        -webkit-transform: translateX(0%) translateY(-50%);
        -moz-transform: translateX(0%) translateY(-50%);
        -ms-transform: translateX(0%) translateY(-50%);
        text-align: left;
        background: #fff;
    }
    body.boxed [class^="col-sm-"] .column-wrapper .content.left-top {
        left: 0;
        top: 20px;
        transform: translateX(0%) translateY(0%);
        -webkit-transform: translateX(0%) translateY(0%);
        -moz-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        text-align: left;
    }
    body.boxed [class^="col-sm-"] .column-wrapper .content.left-bottom {
        left: 0;
        bottom: 20px;
        transform: translateX(0%) translateY(0%);
        -webkit-transform: translateX(0%) translateY(0%);
        -moz-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        text-align: left;
    }
    body.boxed [class^="col-sm-"] .column-wrapper .content.right-center {
        right: 0;
        top: 50%;
        transform: translateX(0px) translateY(-50%);
        -webkit-transform: translateX(0px) translateY(-50%);
        -moz-transform: translateX(0px) translateY(-50%);
        -ms-transform: translateX(0px) translateY(-50%);
        text-align: left;
    }
    body.boxed [class^="col-sm-"] .column-wrapper .content.right-top {
        right: 0;
        top: 20px;
        transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        -moz-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        text-align: left;
    }
    body.boxed [class^="col-sm-"] .column-wrapper .content.right-bottom {
        right: 0;
        bottom: 20px;
        transform: translateX(0px) translateY(20px);
        -webkit-transform: translateX(0px) translateY(20px);
        -moz-transform: translateX(0px) translateY(20px);
        -ms-transform: translateX(0px) translateY(20px);
        text-align: left;
    }
}
@media (min-width: 2560px){
    [class^="col-sm-"] .content.content.small,
    [class*=" col-sm-"] .content.content.small {
        max-width: 900px;
    }
    [class^="col-sm-"] .content.content.medium,
    [class*=" col-sm-"] .content.content.medium {
        max-width: 1080px;
    }
    [class^="col-sm-"] .content.large, [class*=" col-sm-"] .content.large {
        max-width: 1280px;
    }
    section[class^="category-section-"].fullwidth li.col-sm-12.max-height {
        max-height: 900px;
    }
    .col-sm-12 .content h2,
    .dark-theme .text-box {
        font-size: 40px;
    }
}

/* CUSTOM */
@media (min-width: 1024px) {
    h2.unit-header {
        font-size: 40px;
    }
    h2.product-name {
        font-size: 40px;
    }
    [class^="col-sm-"] .content h1 {
        font-size: 40px;
    }
    section[class^="category-section-"] h1 {
        font-size: 40px;
    }
}

/* PRODUCT GRID */
@media (min-width: 1024px){
    .product-list .product-item {
        background: #fff;
        padding: 15px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .product-list .product-item:hover {
        filter: brightness(0.9);
    }
    .product-list .product-image-wrapper {
        height: 250px;
        width: 100%;
    }
    .product-list .product-image-wrapper img {
        max-height: 200px;
        max-width: 100%;
    }
}
@media (min-width: 1440px){
    .product-list .product-image-wrapper {
        height: 300px;
        width: 100%;
    }
    .product-list .product-image-wrapper img {
        max-height: 300px;
        max-width: 100%;
    }
}

/* PRODUCT DETAIL VIEW */
@media (min-width: 1024px) {
    .product-detail .product-image-wrapper {
        height: 600px;
    }
    .product-detail .product-image-wrapper img {
        max-height: 600px;
    }
}