/* ----------- Callout Message ----------- */
.shop .callout {
    font-family: 'Gotham Rounded 4r', 'Gotham Rounded A', 'Gotham Rounded B';
    font-weight: 400;
    font-style: normal;
    font-size: 110%;
    text-align: center;
    margin: 20px auto 20px auto;
    max-width: 700px;
}


.shop .callout u {
    font-weight: 500;
    white-space: nowrap;
}

.shop .group {
    border-top: 2px solid #dedede;
    border-right: 2px solid #dedede;
    border-left: 2px solid #dedede;
    height: 10px;
    max-width: 1000px;
    margin: 80px auto 40px auto;
}
.shop .group .callout {
    margin: -14px auto 0 auto;
}
.shop .group .callout strong {
    background-color: #ffffff;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 90%;
}
/* (content width) */
@media only screen and (max-width : 1010px) {
    .shop .group {
        margin: 60px 20px 30px 20px;
    }
}
/* (mobile) */
@media only screen and (max-width : 736px) {
    .shop .callout {
        font-size: 90%;
        margin: 10px auto 10px auto;
    }
    .shop .group .callout {
        font-size: 130%;
    }
}
/* (mobile portrait) */
@media only screen and (min-device-width: 320px) and (max-width : 374px) {
    .shop .callout em, .shop .callout strong, .shop .callout u {
        white-space: normal;
    }
    .shop .callout {
        font-size: 95%;
    }
    .shop .group {
        margin: 50px 10px 0 10px;
    }
    .shop .group .callout {
        font-size: 120%;
        margin: -14px auto 0 auto;
    }
}



/* ----------- Shop Details Table ----------- */
.shop .details {
    max-width: 1000px;
    margin: 0 auto;
}
.shop .details .td {
    vertical-align: middle;
}
.shop .details .sample {
    max-width: 400px;
}
/* (tablet and desktop) */
@media only screen and (min-width : 737px) {
    .shop .details .td {
        padding: 0 20px;
        width: 50%;
    }
}

/* (mobile) */
@media only screen and (max-width : 736px) {
    .shop .details .td {
        display: block;
        padding: 0 10px;
    } 
    .shop .details .sample {
        max-width: 320px;
        margin: 10px auto 30px auto;
    }
}
/* (mobile portrait) */
@media only screen and (min-device-width: 320px) and (max-width : 374px) {
    .shop .details .sample {
        margin: 0;
    }
}



/* ----------- Featured Sales Bullets ----------- */
.shop ul.featured {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.shop ul.featured li {
    background-image: url(https://www.cameratips.com/images/cookbook/cb-check.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 23px;
    padding-left: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* (mobile) */
@media only screen and (max-width : 736px) {
    .shop ul.featured {
        margin: 0 0 0 20px;
        padding: 0;
    }
    .shop ul.featured li {
        background-size: 20px 20px;
        padding-left: 25px;
    } 
}
/* (mobile portrait) */
@media only screen and (min-device-width: 320px) and (max-width : 374px) {
    .shop ul.featured {
        font-size: 80%;
        margin: 0;
    }
}




/* ----------- Before and After Photos ----------- */
.shop .before-after {
    max-width: 800px;
    margin: 40px auto;
    border-radius: 10px;
}
.shop .before-after-wrapper {
    padding: 0 10px;
}
/* (mobile) */
@media only screen and (max-width : 736px) {
    .shop .before-after {
        margin: 30px 0;
    }
}
/* (mobile portrait) */
@media only screen and (min-device-width: 320px) and (max-width : 374px) {
    .shop .before-after {
        margin: 20px 0;
    }
}



/* ----------- Product Wrapper ----------- */
.shop .product {
    max-width: 1000px;
    margin: 40px auto;
    border-radius: 8px;
    overflow: hidden;
}
/* (mobile) */
@media only screen and (max-width : 736px) {
    .shop .product {
        margin: 30px auto;
    }
}



/* ----------- Product Container ----------- */
.shop .product-container {
    border-right: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    border-bottom: 4px solid #f1f1f1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}




/* ----------- Product Title ----------- */
.shop .product .title {
    background-color: #e71d24;
    color: #ffffff;
    text-align: center;
    font-family: 'Gotham 5r', 'Gotham A', 'Gotham B';
    font-weight: 500;
    font-style: normal;
    font-size: 140%;
    padding: 5px 5px 10px 5px;
    margin: 0;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-shadow: 1px 1px 0 #b7050b;
}
.shop .product .title strong {
    font-family: 'Gotham 7r', 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 60%;
}
.shop .product .title span {
    white-space: nowrap;
}
/* (mobile) */
@media only screen and (max-width : 736px) {
    .shop .product .title {
        font-size: 110%;
        padding: 7px 5px 8px 5px;
    }
    .shop .product .title strong {
        font-size: 60%;
    }
}
/* (mobile portrait) */
@media only screen and (min-device-width: 320px) and (max-width : 374px) {
    .shop .product .title {
        font-size: 105%;
    }  
}
      


/* ----------- Product Price, Description, CTA ----------- */
.shop .cta, .shop .details, .shop .image {
    padding: 10px 20px;
}
.shop .product .price {
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 300%;
    text-align: center;
    display: block;
    font-weight: 500;
}
.shop .product sup {
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    font-size: 60%;
    color: #000000;
}
.shop .product .button {
    text-align: center;
    text-decoration: none;
    border: 1px solid #eeaa00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 100px;
    width: 160px;
    margin: 0 auto;
    line-height: 30px;
    height: 30px;
    display: block;
    white-space: nowrap;
    font-family: 'Gotham 8r', 'Gotham A', 'Gotham B';
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.01em;
    font-size: 105%;
    color: #000000;
    text-shadow: 1px 1px 0px #fdf6d0;
    background: #fdf6d0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fdf6d0 0%, #fdda54 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf6d0), color-stop(100%,#fdda54));
    background: -webkit-linear-gradient(top, #fdf6d0 0%,#fdda54 100%);
    background: -o-linear-gradient(top, #fdf6d0 0%,#fdda54 100%);
    background: -ms-linear-gradient(top, #fdf6d0 0%,#fdda54 100%);
    background: linear-gradient(to bottom, #fdf6d0 0%,#fdda54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf6d0', endColorstr='#fdda54',GradientType=0 );
}
.shop .product .td strong {
    font-weight: 500;
}
.shop .product .details {
    color: #222222;
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    font-size: 105%;
    line-height: 130%;
}
.shop .product .image img {
    height: 130px;
    width: auto;
}
/* (mobile) */
@media only screen and (max-width : 736px) {
    .shop .product .cta, .shop .product .image {
        padding: 10px 15px 0px 15px;
    }
    .shop .product .image img {
        height: 90px;
    }
    .shop .product .details {
        font-size: 90%;
        padding: 10px 15px 10px 15px;
    }
}
/* (mobile portrait) */
@media only screen and (min-device-width: 320px) and (max-width : 736px) {
    .shop .product .price {
        font-size: 220%;
    }
    .shop .product sup {
        font-size: 50%;
    }
    .shop .product .button {
        width: 130px;
        font-size: 90%;
        line-height: 25px;
        height: 25px;
    }
    .shop .product .image img {
        height: 80px;
        width: auto;
    }
}



/* ----------- Table of Contents ----------- */
.shop .product .contents {
    background-color: #f7f7f7;
}
.shop .product .contents .tr {
    border-top: 1px dotted #dedede;
}
.shop .product .contents .td {
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    font-size: 85%;
    line-height: 130%;
}
.shop .product .contents .td.type {
    padding: 7px 0;
}
.shop .product .contents .td.description {
    padding: 7px 0;
}
.shop .product .contents .td strong {
    font-family: 'Gotham XNarrow 7r', 'Gotham XNarrow A', 'Gotham XNarrow B';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 110%;
}
.shop .product .contents {
    counter-reset: rowNumber;
}
.shop .product .contents .tr {
    counter-increment: rowNumber;
}
.shop .product .contents .tr .td:first-child::before {
    content: counter(rowNumber) ".";
}
.shop .product .contents .td.number {
    text-align: right;
    padding: 7px 4px 0 4px;
}
.shop .product .contents .td strong, .shop .product .contents .caption strong {
    white-space: nowrap;
}
.shop .product .contents .caption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style: normal;
    font-size: 110%;
    color: #111111;
    padding: 10px;
    background-color: #ffffff;
    border-top: 1px dotted #dedede;
}
.shop .product .contents .caption a {
    display: inline-block;
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    margin: 10px;
    text-decoration: none;
    border: 1px solid #c10200;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-shadow: -1px -1px 0px #810100;
    background: #f62929;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f62929 0%, #e81a1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f62929), color-stop(100%,#e81a1a));
    background: -webkit-linear-gradient(top, #f62929 0%,#e81a1a 100%);
    background: -o-linear-gradient(top, #f62929 0%,#e81a1a 100%);
    background: -ms-linear-gradient(top, #f62929 0%,#e81a1a 100%);
    background: linear-gradient(to bottom, #f62929 0%,#e81a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f62929', endColorstr='#e81a1a',GradientType=0 );
}
.shop .product .expand, .retract {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    border-top: 2px dashed #f1f1f1;
}
.shop .product .expand span, .retract span {
    background-repeat: no-repeat;
    background-position: left center;
    font-family: 'Gotham 7r', 'Gotham A', 'Gotham B';
    font-weight: 700;
    font-style: normal;
    font-size: 90%;
    color: #000000;
    padding-left: 24px;
    text-transform: uppercase;
    line-height: 18px;
    display: inline-block;
    background-size: 18px;
}
.shop .product .expand span {
    background-image: url(https://www.cameratips.com/images/shop/expand.png);
}
.shop .product .retract span {
    background-image: url(https://www.cameratips.com/images/shop/retract.png);
    color: #999999;
}
/* (mobile) */
@media only screen and (max-width : 736px) {
    .shop .product .contents .td strong, .shop .product .contents .caption strong {
        white-space: normal;
    }
    .shop .product .contents .caption span {
        white-space: nowrap;
    }
    .shop .product .contents .caption strong {
        display: block;
        padding: 0 15px;
    }
    .shop .product .contents .caption {
        font-size: 95%;
    }
    .shop .product .contents .td.description {
        padding: 0 5px 0 0;
    }
    .shop .product .expand span {
        background-image: url(https://www.cameratips.com/images/shop/expand-retina.png);
    }
    .shop .product .retract span {
        background-image: url(https://www.cameratips.com/images/shop/retract-retina.png);
    }
}
/* (mobile portrait) */
@media only screen and (min-device-width: 320px) and (max-width : 374px) {
    .shop .product .contents .td {
        font-size: 80%;
    }
    .shop .product .contents .td strong {
        font-size: 110%;
    }
    .shop .product .contents .caption {
        font-size: 90%;
    }
    .shop .product .expand span, .retract span {
        font-size: 70%;
    }
}

/* ----------- Buy 2 Get 1 Free Deal ----------- */
.shop .deal {
    background-color: #45a65a;
    padding: 10px 20px;
    color: #ffffff;
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
    text-align: center;
    display: block;
    width: 55%;
    margin: 40px auto 0 auto;
    border-radius: 8px;
    font-size: 90%;
    letter-spacing: -0.01em;
}
.shop .deal.spacing {
    margin-bottom: 30px !important;
}
.shop .deal .title {
    font-size: 105%; font-weight: 700;
    font-family: 'Gotham 7r', 'Gotham A', 'Gotham B';
}


/* ----------- Cheat Cards Selection Menu ----------- */
#cc-finder {
    max-width: 340px;
    width: 100%;
    margin: 30px auto 0 auto;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#cc-finder .cc-lens {
    font-weight: bold;
}