.only-mobile {
    display: none !important;
}

.only-desktop {
    display: block !important;
}

.wide-section {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 28px 0 35px;
    width: 100%;
}

.wide-section .section-title {
    color: #000;
    text-align: center;
    margin-bottom: 17px;
}

.wide-section .big-image {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wide-section .big-image:after {
    cotent: '';
    clear: both;
    display: block;
}

.wide-section .big-image .feature-txt .txt.right {
    float: right;
    text-align: left;
}

.wide-section.right .big-image .feature-txt .txt.right.bottom {
    margin-right: 240px;
}

.wide-section.left .big-image .feature-txt .txt.left.bottom {
    margin-right: 240px;
}

.wide-section .big-image .feature-txt .txt.left {
    float: left;
    text-align: left;
}

.wide-section .big-image .feature-txt .txt.main-text {
    font-size: 38px;
    font-family: 'PFDinTextPro-Regular';
}

.wide-section .big-image .feature-txt .txt .title {
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 45px;
}

.wide-section .big-image .feature-txt .txt .title b {
    font-family: 'proxima_nova_rgbold';
}

.wide-section .big-image .feature-txt {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 23px;
    font-family: 'proxima_novalight';
}

.wide-section .big-image .feature-txt .txt.main-text {
    width: 700px;
    line-height: 39px;
}

.wide-section .big-image .feature-txt .txt {
    position: relative;
    line-height: 30px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.wide-section .sold-sep {
    font-size: 14px;
    display: none;
}

.wide-section .big-image .feature-txt .txt.top {
    margin-top: -60px;
}

.wide-section .big-image .feature-txt .txt.bottom {
    margin-top: 125px;
}

.wide-section .big-image .feature-txt .gray-font {
    color: #666;
    text-shadow: none;
}

.wide-section .big-image .feature-txt .txt.semibold .title, .wide-section .big-image .feature-txt .txt.semibold .title b {
    font-family: 'proxima_novasemibold';
    text-transform: capitalize;
}

.wide-section .section-title .product-title {
    font-size: 54px;
    font-family: 'PFDinTextPro-Bold';
    margin-bottom: 18px;
}

.wide-section .section-title .product-description {
    font-family: 'PFDinTextPro-Light';
    font-size: 30px;
}

.wide-section .section-body {
    margin: 0 auto;
    width: 1200px;
}

.wide-section .section-body .features {
    margin: -42px 0 0 15px;
}

.wide-section.right .section-body .features {
    float: left;
    margin-left: 0;
}

.wide-section.left .section-body .features, .wide-section .section-body .features {
    float: right;
}

.wide-section .section-body .features li {
    float: left;
    margin-right: 50px;
    width: 92px;
    cursor: pointer;
    margin-left: -7px;
}

.wide-section .section-body .features li .icon {
    background-repeat: no-repeat;
    border-radius: 50px;
    width: 77px;
    height: 77px;
    margin: 0 auto 15px;
}

.wide-section .section-body .features li:hover .icon, .wide-section .section-body .features li.active .icon {
    background-position: 0 -77px;
}

.wide-section .section-body .features li .title {
    color: #7e7e7e;
    font-size: 13px;
    text-align: center;
    width: 120px;
    margin-left: -15px;
    letter-spacing: -0.3px;
    font-family: 'proxima_novasemibold';
}

.wide-section .section-body:after {
    content: '';
    clear: both;
    display: block;
}

.wide-section.left .product {
    float: left;
}

.wide-section.right .product, .wide-section .product {
    float: right;
}

.wide-section .product {
    text-align: center;
}

.wide-section .product .image {
    height: 240px;
}

.wide-section .product .image img {
    height: 100%;
    width: auto;
}

.wide-section .product .price {
    margin-top: -25px;
}

.wide-section .product .price h4 {
    font-family: 'PFDinTextPro-Light';
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 2em;
}

.wide-section .product .product-add-to-cart {
    width: 150px;
    margin: -6px auto 0;
}

.wide-section .product .product-add-to-cart .btn, .wide-section .product .product-add-to-cart p.notForSale {
    font-family: 'PFDinTextPro-Medium';
    font-size: 15px;
    padding: 10px 10px 7px 15px;
    width: 150px;
    box-sizing: border-box;
}

.wide-section .big-image .feature-txt .txt .title sup {
    position: relative;
    top: -11px;
    right: 4px;
}

@media only screen and (max-width: 1200px) {
    .wide-section .big-image .feature-txt {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .wide-section .product {
        width: 50%;
    }

    .wide-section .section-body {
        width: 100%;
        display: flex;
    }

    .wide-section.right .section-body .features {
        margin-left: 25px;
    }

    .wide-section.left .section-body .features {
        margin-right: 25px;
    }

    .wide-section .section-body .features {
        width: 80%;
    }

    .wide-section .section-body .features li {
        margin-right: 4%;
    }

    .wide-section .section-body .features li:last-child {
        margin-right: 0;
    }

    .wide-section .section-body .features li .title {
        width: 90px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1025px) {
    .wide-section .product {
        width: 37%;
    }
}

@media only screen and (max-width: 1090px) {
    .wide-section .big-image .feature-txt .txt.bottom {
        margin-top: 90px;
    }

    .wide-section .big-image {
        height: 440px;
    }

    .wide-section .big-image .feature-txt .txt.main-text {
        font-size: 28px;
    }

    .wide-section .big-image .feature-txt .txt .title {
        font-size: 38px;
    }

    .wide-section .section-body .features li {
        width: 77px;
    }

    .wide-section .section-body .features li .icon {
        width: 62px;
        height: 62px;
        background-size: 62px;
    }

    .wide-section .section-body .features li:hover .icon, .wide-section .section-body .features li.active .icon {
        background-position: 0 -62px;
    }

    .wide-section .section-body .features li .title {
        margin-left: -7px;
    }
}

@media only screen and (max-width: 930px) {
    .wide-section .big-image .feature-txt .txt .title {
        font-size: 32px;
    }

    .wide-section .big-image .feature-txt {
        font-size: 18px;
    }
}

@media only screen and (max-width: 920px) {

    .wide-section .section-body .features li .title {
        width: 73px;
        font-size: 12px;
        margin-left: 3px;
        letter-spacing: -0.3px;
    }

    .wide-section {
        padding: 26px 0 35px;
    }

    .wide-section .section-title {
        margin-bottom: 14px;
    }

    .wide-section .section-title .product-title {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .wide-section .section-title .product-description {
        font-size: 20px;
    }

    .wide-section .product .image {
        height: 170px;
    }

    .wide-section .product {
        width: 25%;
    }

    .wide-section .product .price {
        margin-top: -20px;
    }

    .wide-section .section-body .features li {
        margin-right: 2.5%;
    }

    .wide-section .section-body .features {
        width: 72%;
    }
}

/* mobile */
@media only screen and (max-width: 767px) {
    .only-mobile {
        display: block !important;
    }

    .only-desktop {
        display: none !important;
    }

    .wide-section {
        padding: 20px 0 0;
        box-shadow: none;
    }

    .wide-section:last-child {
        padding: 20px 0 20px;
    }

    .wide-section .big-image {
        height: 150px;
    }

    .wide-section .big-image .feature-txt .txt {
        display: none;
    }

    .wide-section .section-body {
        display: block;
    }

    .wide-section .product {
        position: relative;
        top: 15px;
        padding: 0 15px;
        box-sizing: border-box;
        width: 100%;
    }

    #main .wide-section .section-body .jcarousel-clip-horizontal {
        width: 250px;
    }

    #main .wide-section .section-body .jcarousel-container .jcarousel-next, #main .wide-section .section-body .jcarousel-container .jcarousel-prev {
        top: 20px;
    }

    .wide-section .section-body .features.only-mobile {
        position: relative;
        margin: auto;
        width: 100%;
    }

    .wide-section .product .image {
        height: 110px;
    }

    .wide-section .product .product-add-to-cart {
        width: 100%;
        margin-bottom: 15px;
    }

    .wide-section .product .product-add-to-cart .btn, .wide-section .product .product-add-to-cart p.notForSale {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .wide-section .section-body .features.only-mobile li .icon {
        width: 58px;
        height: 58px;
        background-size: 58px;
        outline: none;
        -webkit-user-select: none;
    }

    .wide-section .section-body .features.only-mobile li:hover .icon, .wide-section .section-body .features.only-mobile li.active .icon {
        background-position: 0 0;
    }

    .wide-section .section-body .features.only-mobile li {
        width: 63px;
        margin: 0 11px 0;
    }

    .wide-section .section-body .features.only-mobile li .title {
        font-family: 'proxima_novasemibold';
        font-size: 12px;
        width: 76px;
        margin-left: -7px;
        line-height: 13px;
    }

    .wide-section .product .title.only-mobile .product-title {
        font-size: 24px;
        font-family: 'PFDinTextPro-Bold';
        margin-bottom: 0;
        text-transform: uppercase;
        color: #000;
    }

    .wide-section .product .title.only-mobile .product-description {
        font-family: 'PFDinTextPro-Regular';
        font-size: 14px;
        max-width: 220px;
        margin: 0 auto;
        line-height: 17px;
    }

    .wide-section .product .price h4 {
        font-size: 18px;
    }

    .wide-section .product .price {
        margin-top: -4px;
    }

    .wide-section .jcarousel-next, .wide-section .jcarousel-prev {
        color: #333;
    }
}

/**** [START] Address Suggestions [START] ****/
.address-autocomplete {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
    z-index: 9999;
}

.address-suggestion-list {
    margin: 0;
}

.address-suggestion-list .address-suggestion {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 13px;
}

.address-suggestion-list .address-suggestion:hover, .address-suggestion-list .address-suggestion.hover {
    background-color: #009FDF;
    color: #fff;
}

.input-preloader {
    background-image: url('../images/form-preloader.gif');
    background-repeat: no-repeat;
    background-position: 98% center;
}

/**** [END] Address Suggestions [END] ****/

.bottomhalf:after {
    content: '';
    display: block;
    clear: both;
}

.bottomhalf .add-to-cart.confirmbtn {
    background-color: #009fdf;
    border: none;
    height: auto;
    width: 180px;
    font-family: 'proxima_novasemibold';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 18px;
    margin-bottom: 12px;
    cursor: pointer;
}
.gpcare-popup .bottomhalf .add-to-cart.confirmbtn {
	margin-bottom: 6px;
}
.bottomhalf button.add-to-cart[disabled] .gopro-chevron-right:before {
    display: inline-block;
}

.bottomhalf .add-to-cart.confirmbtn .gopro-chevron-right {
    float: right;
    position: relative;
    top: -2px;
}

.bottomhalf .gpcare-terms {
    font-size: 22px;
    color: #666;
    font-weight: bold;
}

.bottomhalf .gpcare-terms .upsell-left-section {
    display: inline-block;
    position: relative;
    top: 7px;
}

.bottomhalf .gpcare-terms .upsell-left-section #gpc-circle-checkbox {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #ddd;
}

.bottomhalf .gpcare-terms .upsell-left-section #gpc-circle-checkbox.checked, .bottomhalf .gpcare-terms .upsell-left-section #gpc-circle-checkbox.checked:hover {
    background-color: #666;
    border-color: #666;
}