#contentPicker li.marginAdjustment {
    margin-right: 5px;
}
.colorItem {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px 10px 0;
    float: left;
}
.colorItem span {
    height: 100%;
    font-size: 2.188em;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    display: block;
    cursor: pointer;
}
.colorItem {
    text-decoration: none;
}
#tooltip {
    font-size: 0.875em;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    background: #1e2b61;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    position: absolute;
    z-index: 100;
    padding: 10px 35px;
}
#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1e2b61;
    border-top-color: #1e2b61;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #1e2b61;
    border-bottom-color: #1e2b61;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after {
    left: 10px;
    margin: 0;
}
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}
.colorItem span.halfCircle {
    border-radius: 20px 0 0 20px;
    float: left;
    height: 35px;
    margin-left: -1px;
    position: relative;
    width: 19px;
    z-index: 4;
}
.pickerNav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: calc(50% - 10px);
    font-size: 30px;
    cursor: pointer;
}
#next {
    background: url(../img/car_arrows.png) no-repeat 0 0;
    height: 11px;
    width: 8px;
    text-indent: -9999px;
}
#prev {
    background: url(../img/car_arrows.png) no-repeat 0 0;
    height: 11px;
    width: 8px;
    text-indent: -9999px;
}
.pickerNext {
    left: 0px;
}
.pickerPrev {
    right: 0px;
    -webkit-transform: scaley(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.hideOverflow {
    overflow: hidden;
    overflow-x: none;
    width: 100%;
    height: 100%;
    max-width: 330px;
}
.hideOverflow {
    height: 100%;
    max-width: 270px;
    overflow: hidden;
    width: 100%;
}
#viewerMainContent {
    max-width: 283px;
    height: 281px;
    width: 90%;
    margin: 0 auto;
    border: 1px #cccccc solid;
    position: relative;
}
#mainContentWrapper,
#mainContentWrapper div,
#mainContentWrapper video {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #FFFFFF;
}
.magnifyWrapper {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    width: 19px;
    height: 20px;
    overflow: hidden;
    display: none !important;
}
.magnifyBackground {
    background-color: gray;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}
.magnifyIcon {
    z-index: 2;
    position: absolute;
    padding-top: 0px;
    padding-left: 0px;
}
.contentPickerWrapper {
    max-width: 383px;
    width: 90%;
    height: 72px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}
#contentPicker {
    padding: 0px;
    margin: 0 0 0 15px;
    min-width: 320px;
    overflow-y: hidden !important;
}
#contentPicker li {
    list-style: none;
    width: 60px;
    height: 67px;
    overflow: hidden;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
}
#contentPicker li img {
    width: 31px;
    height: 35px;
    border: 1px solid #aeafaf;
    padding: 7px 9px;
    margin-top: 9px;
}
#contentPicker li.selected {
    border: 3px solid #aeafaf;
    width: 65px;
    height: 65px;
}
#contentPicker li.selected img {
    width: 47px;
    height: 47px;
    padding: 0px;
    margin-top: 8px;
}
.selectInfo h2 {
    font-size: 30px;
    letter-spacing: 0.025em;
    font-weight: 700;
}
.selectInfo p {
    font-size: 17px;
    color: #5f5f5f;
    letter-spacing: 0.025em;
    font-weight: 400;
}
.selectInfo h6 {
    font-size: 13px;
    letter-spacing: 0.025em;
    font-weight: 800;
    padding-bottom: 7px;
    color: #707070;
}
.red_link {
    color: #b10d2a;
    font-size: 13px;
    letter-spacing: 0.025em;
    cursor: pointer;
    font-weight: 600;
    padding: 0 10px 0 15px;
    margin-top: 9px !important;
    float: left;
}
.red_link img {
    margin-right: 16px !important;
    position: relative;
    left: 10px;
    top: -1px;
}
@media only screen and (min-width: 768px) {
    #viewerMainContent {
        max-width: 341px;
        height: 416px;
    }
    .hideOverflow {
        max-width: 330px;
    }
    .contentPickerWrapper {
        max-width: 341px;
        height: 88px;
    }
    #contentPicker li {
        width: 70px;
        height: 83px;
        margin-right: 6px;
    }
    #contentPicker li img {
        width: 42px;
        height: 48px;
        padding: 8.5px 10.5px;
        margin-top: 8px;
    }
    #contentPicker li.selected {
        width: 79px;
        height: 78px;
    }
    #contentPicker li.selected img {
        height: 66px;
        margin-top: 5px;
        padding: 0 6px;
        width: 53px;
    }
    .selectInfo h6 {
        padding-bottom: 6px;
    }
    #contentPicker li.marginAdjustment {
        margin-right: 11px;
    }
}
@media only screen and (min-width: 960px) {
    .magnifyWrapper {
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 10px;
        width: 19px;
        height: 20px;
        overflow: hidden;
        display: block !important;
    }
    #tooltip {
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
    }
}
.skuNumber {
    color: #afafaf;
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin: -10px 0 10px;
    width: 100%;
}
