.merchWrapper {
    width: 60%;
    margin: 0vw auto;
}

.merchTitle {
    text-align: center;
    font-size: 3.125vw;
    color: #FDFDFD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 3vw;
}


.shop-all a {

    font-size: 1.302vw;

    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;

    color: #FDFDFD;

    text-decoration: none;

    border: 0.208vw solid #FDFDFD;

    padding: 0vw 3.635vw;

    height: 3.490vw;

    display: block;

    line-height: 3.490vw;

    width: 20.833vw;

    margin: 0 auto;

    padding: 0;
}

.shop-all {

    text-align: center;

}

.shop-all a:hover {
    opacity: 0.7;
}

div#merch ul {
    padding: 0;
}



.shop-btn {
    text-align: center;
    margin-top: 1.4vw;
}

.shop-btn a {
    color: #FDFDFD;
    text-transform: uppercase;
    font-size: 0.729vw;
    color: #FDFDFD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.shop-btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.merch-title {
    margin-top: 1.3vw;
    text-transform: uppercase;
    font-size: 1.042vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #FDFDFD;
    margin-top: 0.3vw;
}

.merch-img img {
    border: 1px solid #FDFDFD;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {
    .merchTitle {
        font-size: 10.667vw;
    }

    .shop-all a {
        font-size: 6.667vw;
    }

    .merchWrapper {
        width: 100%;
        margin: 10vw auto;
    }

    ul.merchsection.off {
        padding: 0;
    }

    .owl-carousel.owl-loaded {
        padding: 0;
    }

    .shop-all a {
        font-size: 6.667vw;
        width: 87%;
        height: 18.400vw;
        line-height: 16.4vw;
        border: #FDFDFD solid 1.067vw;
        margin: 0 auto;
    }

    .shop-all {
        margin: 20vw 0 25vw 0;
    }

    .merch-img {
        height: auto;
    }

    li.merch-content {
        margin-top: 12vw;
    }

    .shop-btn a {
        font-size: 4vw;
    }

    .shop-btn {
        margin-top: 5vw;
    }

    .merch-title {
        font-size: 5.333vw;
        margin: 6vw auto 3vw;
        width: 90%;
    }
}