/* ----------- iPad Pro ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {}


/* Portrait */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .homepage-featured-content-box-inner.product-row {
        position: absolute;
        background-color: #fff;
        width: 50%;
        top: -100px;
    }
}


/* Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .sticky-header {
        background-color: #000 !important;
    }
    #rc_container {
        display: block !important;
    }
    .grid__item.homepage-featured-content-box.product-row {
        width: unset !important;
    }
    .first-column-third-row,
    .second-column-third-row {
        width: unset !important;
        padding: unset !important;
    }
    .homepage-featured-content-box-inner.product {
        text-align: left !important;
        margin-top: 0;
    }
    #shopify-section-custom-html-product-1st.shopify-section.index-section {
        width: 100%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        width: 44.5%;
        margin: auto;
    }
    .grid__item.large--five-twelfths.product-view {
        padding-top: inherit !important;
    }
    .product-details-wrapper {
        padding-top: 0;
    }
    .owl-dots {
        display: none;
    }
    .homepage-sections--title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .homepage-sections-wrapper.homepage-sections-wrapper--no-padding.1st>.grid>.section-block--padding.grid__item.one-whole {
        margin-top: 0 !important;
    }
    .product-details-product-title {
        font-size: 50px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.9;
        padding-top: 20px;
    }
    #ProductPrice {
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
    }
    h2.homepage-sections--title.product-row {
        text-align: left;
        line-height: 0.9;
    }
    .homepage-featured-content-box-inner.product>div>h2>p {
        text-align: left;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
    }
    .product-description,
    .product-description a,
    .product__meta {
        font-size: 16px;
    }
    .homepage-featured-content-box-inner.product-row {
        position: absolute;
        background: #fff;
    }
    .homepage-sections--title.product-row {
        font-size: 30px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .sticky-header {
        background-color: #000 !important;
    }
    #rc_container {
        display: block !important;
    }
    .grid__item.homepage-featured-content-box.product-row {
        width: unset !important;
    }
    .first-column-third-row,
    .second-column-third-row {
        width: unset !important;
        padding: unset !important;
    }
    .homepage-featured-content-box-inner.product {
        text-align: left !important;
        margin-top: 0;
    }
    #shopify-section-custom-html-product-1st.shopify-section.index-section {
        width: 100%;
        margin: auto;
    }
    .owl-carousel .owl-item img {
        width: 60%;
        margin: auto;
    }
    .grid__item.large--five-twelfths.product-view {
        padding-top: inherit !important;
    }
    .product-details-wrapper {
        padding-top: 0;
    }
    .owl-dots {
        display: none;
    }
    .homepage-sections--title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .homepage-sections-wrapper.homepage-sections-wrapper--no-padding.1st>.grid>.section-block--padding.grid__item.one-whole {
        margin-top: 0 !important;
    }
    .product-details-product-title {
        font-size: 50px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.9;
        padding-top: 20px;
    }
    #ProductPrice {
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
    }
    h2.homepage-sections--title.product-row {
        text-align: left;
        line-height: 0.9;
    }
    .homepage-featured-content-box-inner.product>div>h2>p {
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
    }
    ul.tabs {
        margin: 30px;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .owl-carousel .owl-item img {
        width: 75%;
        margin: auto;
    }
}

@media only screen and (max-width: 360px) {
    .owl-carousel .owl-item img {
        width: 58.5% !important;
        margin: auto;
    }
}

/*  ==========================================================================
    Custom RWD by ERic
    ========================================================================== */

@media (min-width: 768px) {

    .step-0-img {
        height: 700px;
        background-position: center;
        width: 50%;
    }

    .step-0-content {
        width: 50%;
    }

    .step-0-card {
        text-align: left;
    }

    .step-0-card .homepage-sections--title {
        text-align: left;
    }

}

@media (min-width: 992px) {

    .content-area {
        padding: 60px 0;
    }

    .step-0-card {
        padding: 60px;
    }

}

@media (min-width: 1300px) {

    .container {
        max-width: 1200px;
    }

}

@media (min-width: 1400px) {

    .container {
        max-width: 1360px;
    }

}
