﻿
body:not(.mobile) .product-calendars:not(.isChrome) .option:nth-child(2) .options-radio,
.product-calendars:not(.isChrome) .option .titleChrome {
    display: none;
}

body:not(.mobile) .product-calendars ~ .tool-tip:not(.isChrome) .popup-content ul:nth-of-type(3) {
    display: none;
}

.product-details *, .product-details *:before,
.product-details *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-details button { cursor: pointer; }
.product-details img { max-width: 100%; }

.product-details-content {
    width: 60%;
    padding: 20px;
    display: block;
    float: right;
}
.product-details-content h1 {
    font-size: 26px;
}
body[lang="fr-CA"] .product-details-content h1 { text-transform: lowercase; }
body[lang="fr-CA"] .product-details-content h1::first-letter { text-transform: capitalize; }

.product-details-content h1 .tool-tip {
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.product-details-content .desc {
    padding: 20px 0 40px;
    font-size: 16px;
}
.product-details-content .desc font {
    color: #333 !important;
    font-weight: normal;
    display: none;
}
.product-details-content .desc br { display: none; }
.product-details-content .desc font b { font-weight: normal; }
.product-details-content .desc font b,
.product-details-content .desc b,
.product-details-content .desc strong { display: none; }
.product-details-content .desc p {
    padding-bottom: 20px !important;
}
.product-details-content .desc ul {
    list-style-type: disc;
    margin-left: 20px;
}
.product-details-content .options {
    padding-bottom: 20px;
    font-size: 16px;
}
.product-details-content .options .option {
    padding-bottom: 30px;
}
.product-details-content .options .option h3 {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
}
.product-details-content .options .thumbs li {
    width: 33%;
    padding: 10px;
    display: block;
    float: left;
}
/* Specific for Art products so Poster Prints is in separate line  */
.product-art .product-details-content .options .thumbs li {
    width: 32%;
}
/* product specific */
.product-details-content .options span.title + ul.thumbs li {
    padding: 0 10px 20px;
}
.product-details-content .options span.title + div ul.thumbs li {
    padding: 0 10px 20px;
}

.product-mugs .product-details-content .options .thumbs { width: 66%; }
.product-mugs .product-details-content .options .thumbs li { width: 50%; }

.product-details-content .options .thumbs li figure {
    min-height: 210px;
    padding: 9px;
    border: 1px solid #b2b2b2;
    text-align: center;
    cursor: pointer;
}

body[lang="fr-CA"] .product-details-content .options .thumbs li figure {
    min-height: 223px;
    padding: 9px;
    border: 1px solid #b2b2b2;
    text-align: center;
    cursor: pointer;
}

/* product specific */
.product-mugs .product-details-content .options .thumbs li figure,
.product-calendars .product-details-content .options .thumbs li figure {
    padding: 10px 5px;
}
.product-details-content .options .thumbs li figure img { max-height: 165px; }
/* product specific */
.product-photobooks .product-details-content .options .thumbs li figure img { max-height: 155px; }
.product-mugs .product-details-content .options .thumbs li figure img { max-height: 125px; }
.product-calendars .product-details-content .options .thumbs li figure img { max-height: 155px; }
/* product specific - multipack line-height*/
.product-mugs .product-details-content .options .thumbs li figcaption { line-height: 19px; }
.product-photobooks .product-details-content .options .thumbs li figcaption { line-height: 19px; }



.product-details-content .options .thumbs li figcaption,
.product-details-content .options .thumbs li figcaption h3 {
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    padding-bottom: 0;
}
.product-details-content .options .thumbs li.active figure,
.product-details-content .options .thumbs li.active:hover figure {
    outline: 3px solid #0060a8;
}
.product-details-content .options .thumbs li:hover figure {
    outline: 3px solid #64c8ff;
}
.product-details-content .options .thumbs li.active figcaption,
.product-details-content .options .thumbs li:hover figcaption,
.product-details-content .options .thumbs li.active figcaption h3,
.product-details-content .options .thumbs li:hover figcaption h3 {
    color: #0060a8;
}

.product-details-content .options .options-radio .thumbs { width: 100%; }
.options-radio ul.thumbs li {
    width: auto !important;
    min-width: 150px;
    padding: 0 10px 10px !important;
    display: block;
    float: left;
}
.options-radio ul.thumbs a { color: #333; }

.options-radio ul.thumbs li span {
    cursor: pointer;
    white-space: nowrap;
}
.options-radio ul.thumbs li span:before {
    display: inline-block;
    content: '';
    width: 1em; height: 1em;
    margin-right: 0.75em;
    border-radius: 1em;
    border: 2px solid #fff;
    vertical-align: -0.15em;
    box-shadow: 0 0 0 1px #333;
}
/* product specfic */
.product-details-content #js-accordion-aig .options-radio .thumbs li {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.options-radio.options-radio-text ul.thumbs li {
    width: 50% !important;
}
.options-radio.options-radio-text ul.thumbs li > span { font-weight: bold; }
.options-radio.options-radio-text ul.thumbs li .radio-text {
    margin-left: 1.75em;
}

.options-radio ul.thumbs li.active { color: #333 !important; }
.options-radio ul.thumbs li.active span:before {
    box-shadow: 0 0 0 1px #0060a8;
    background-color: #0060a8;
}
.options-radio ul.thumbs li span i,
.options-radio ul.thumbs li span em {
    width: 40px; height: 40px;
    display: inline-block;
    margin-right: 10px;
}
.options-radio ul.thumbs li span i img,
.options-radio ul.thumbs li span em img {
    position: relative;
    top: 14px;
    outline: 2px solid #dfdfdf;
}

.product-mugs .options-radio ul.thumbs li {
    margin-top: -10px;
    margin-bottom: 10px;
}

.options-aig li {
    width: 100%;
    padding-bottom: 5px;
    display: block;
}
.options-aig li h3 {
    /*padding: 10px;
    background-color: #f7f7f7;*/
    position: relative;
    cursor: pointer;
}
.options-aig li h3:after {
    width: 0; height: 0;
    /*margin-top: -8px;*/
    display: inline-block;
    content: "";
    border: solid 8px;
    border-color: transparent #b2b2b2 transparent transparent;
    position: relative;
    top: 2px;
    /*position: absolute;
    top: 50%;
    right: 10px;*/
}
.options-aig li h3.active:after,
.options-aig li.active h3:after {
    /*margin-top: -3px;
    margin-right: -3px;*/
    border-color: #b2b2b2 transparent transparent transparent;
    top: 6px; left: 5px;
}
.options-aig li .thumbs {
    margin-top: 16px;
    padding-bottom: 10px;
    /*display: none;*/
}
.options-aig li figcaption small {
    display: block;
    font-weight: normal;
    font-size: 12px;
}
.product-details-content .options label .title {
    padding-bottom: 20px;
    font-size: 20px;
    display: block;
}
.product-details-content .options label select {
    width: 70%;
    padding: 10px;
    border: 1px solid #b2b2b2;
}
/* product specific */
.product-photobooks .product-details-content .options label select.select-dropdown {
    display: none;
}
body[lang*="CA"] .product-customsmartphonetabletcase .product-details-content .options label select {
    width: auto;
}
body[lang="en-CA"] .product-customsmartphonetabletcase .product-details-content .options label select {
    min-width: 370px;
}
body[lang="fr-CA"] .product-customsmartphonetabletcase .product-details-content .options label select {
    min-width: 380px;
}

.product-details-content .continue {
    /*width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.8);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.8);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.8);*/
    /*-webkit-transition: 0.20s all ease-in-out;
    -moz-transition: 0.20s all ease-in-out;
    -o-transition: 0.20s all ease-in-out;
    transition: 0.20s all ease-in-out;*/
}
.product-details-content .continue.mobile-sticky.js-nosticky {
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: relative;
    }
.product-details-content .wrap {
    max-width: 1190px;
    margin: 0 auto;
    display: block;
}
.product-details-content .continue .subtotal {
    width: calc(100% - 200px);
    padding: 0 10px;
    display: block;
    float: left;
    text-align: right;
}
.product-details-content .continue .subtotal > div {
    display: block;
    font-size: 24px;
}
.product-details-content .continue .subtotal small {
    font-size: 16px;
}
.product-details-content .continue .cta {
    width: 200px;
    display: block;
    float: right;
}
.product-details-content .continue .cta .button,
.product-details-content .continue .cta input {
    width: 100%;
    padding: 14px 20px;
    border: none;
    display: block;
    background-color: #0060a8;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}
.product-details-content .continue .cta input.disabled {
    opacity: 0.3;
    cursor: default;
}

.product-additional-details {
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
}
/* product specific */
.product-disney .product-additional-details,
.product-ornaments .product-additional-details,
.product-photothrows .product-additional-details,
.product-photodvd .product-additional-details,
.product-photostorage .product-additional-details,
.product-12x12scrapbookprint .product-additional-details
{ display: none; }

.product-additional-details li {
    width: 50%;
    padding: 10px 20px;
    display: inline-block;
    float: left;
    text-align: center;
}
.product-additional-details li h4 {
    padding: 20px 0 10px;
    font-size: 26px;
}
.product-additional-details li p {
    font-size: 16px;
}

.product-details .change-image {
    width: 100%;
    padding: 20px;
    display: block;
    text-align: center;
    font-size: 16px;
}

.product-details .video-link {
    margin: 0 auto;
    padding: 20px 0;
    display: inline-block;
    cursor: pointer;
}
.product-details .video-link span {
    color: #0060a8;
    text-decoration: underline;
}
.product-details .video-link img { vertical-align: middle; }

/* OWL CAROUSEL */
.product-details-carousel {
    width: 40%;
    padding: 20px;
    display: block;
    float: left;
    position: relative;
    text-align: center;
    font-size: 16px;
}
.product-details-carousel .owl-item .item { text-align: center; }
#carousel_thumbs1 .owl-wrapper-outer {
    height: 0;
    padding-bottom: 100%;
    /*outline: 1px solid #dfdfdf;*/
}
#carousel_thumbs1 .owl-item figure {
    margin: auto;
    /*margin-top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.product-details-carousel .single-image {
    width: 100%; height: 100%;
    padding-bottom: 100%;
    display: block;
    outline: 1px solid #dfdfdf;
    max-height: 430px;
    position: relative;
}
.product-details-carousel .single-image img {
    margin: auto;
    max-height: 100%;
    /*margin-top: 50%; */
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
#carousel_thumbs1 { margin-bottom: 10px; }
#carousel_thumbs2 .owl-item {
    padding: 10px;
}
#carousel_thumbs2 {
    width: 80%;
    /*width: 100%;*/
    margin: 0 auto;
}
#carousel_thumbs2 .owl-item img {
    cursor: pointer;
    /*outline: 1px solid #dfdfdf;*/
    box-shadow: 0 0 0 1px #dfdfdf;
}
#carousel_thumbs2 .owl-item.selected img {
    /*outline: 3px solid #0060a8;*/
    box-shadow: 0 0 0 3px #0060a8;
}
#carousel_thumbs1 .owl-controls,
#carousel_thumbs2 .owl-controls {
    width: 100%; height: 0;
    margin-top: 0;
    position: absolute;
    bottom: 65%;
    display: none;
}
#carousel_thumbs1 .owl-controls { bottom: -7%; }
.ie #carousel_thumbs1 .owl-controls { bottom: 20px; }

#carousel_thumbs1 .owl-controls .owl-buttons div,
#carousel_thumbs2 .owl-controls .owl-buttons div {
    width: 6%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
}
#carousel_thumbs1 .owl-controls .owl-buttons .owl-prev {
    float: left;
}
#carousel_thumbs2 .owl-controls .owl-buttons .owl-prev {
    margin-left: -10%;
    float: left;
}
#carousel_thumbs1 .owl-controls .owl-buttons .owl-next {
    float: right;
}
#carousel_thumbs2 .owl-controls .owl-buttons .owl-next {
    margin-right: -10%;
    float: right;
}

/* AIG */
.product-art .product-details-carousel .single-image {
    padding-top: 50px;
    padding-bottom: 0;
    outline: none;
}
.product-art .product-details-carousel .single-image img {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.product-art .product-details-carousel .single-image-text {
    padding: 10px 20px;
}
.product-art .product-details-carousel .single-image-text h3 {
    font-family: "HelveticaNeueBold","HelveticaNeueRoman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}


/* TOOL TIP */
.popup.tool-tip {
    margin: 0 auto;
    padding: 0;
    border: 0;
    /*left: -10000px;
    right: -10000px;*/
    left: 50%;
    right: 50%;
    margin-left: -270px; /* based off min-width */
}

.popup.tool-tip .popup-content {
    padding: 20px;
    position: relative;
    font-size: 16px;
}
#js-close-popup {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 35px;
    text-decoration: none;
}
.popup.tool-tip .popup-content h3,
.popup.tool-tip .popup-content h4 {
    padding-bottom: 20px;
    font-size: 25px;
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    font-weight: normal;
}
.popup.tool-tip .popup-content p {
    padding: 20px 20px 10px;
    font-size: 16px;
    text-align: left;
}
.popup.tool-tip .popup-content ul {
    margin: 25px 20px;
    text-align: left;
    font-size: 16px;
}
.popup.tool-tip .popup-content img { max-width: 100%; }

.popup.tool-tip .popup-content .cta-btns button {
    padding: 0;
    background: #0060a8;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    height: 45px;
    width: 200px;
    font-size: 18px;
    float: none;
}
.popup.tool-tip .popup-content .cta-btns button:hover{
    background-color: #00599D
}
#fancybox-content {
    width: 98% !important;
}

#fancybox-wrap {
    width: 70% !important;
    max-width: 800px;
}

.options div .tool-tip {
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
}

#sizeGuidePopup {
    top: 15%;
    left: 50%;
    z-index: 501;
    position: fixed;
    width: 515px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

.options span.title a {
    text-decoration: none;
}