/*@font-face {
   font-family:'';
      src: url('');
      src: url('?#iefix') format('embedded-opentype'),
           url('') format('woff'),
           url('') format('truetype'),
           url('') format('opentype'),
           url('') format('svg');
   font-weight: normal;
   font-style: normal;
}*/


@font-face { font-family:'GothamHTF-BlackItalic'; src: url('/fntGlobal/Gotham/GothamHTF-BlackItalic.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-Black'; src: url('/fntGlobal/Gotham/GothamHTF-Black.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-BoldCondensed'; src: url('/fntGlobal/Gotham/GothamHTF-BoldCondensed.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-BoldItalic'; src: url('/fntGlobal/Gotham/GothamHTF-BoldItalic.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-Bold'; src: url('/fntGlobal/Gotham/GothamHTF-Bold.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-BookCondensed'; src: url('/fntGlobal/Gotham/GothamHTF-BookCondensed.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-BookItalic'; src: url('/fntGlobal/Gotham/GothamHTF-BookItalic.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-Book'; src: url('/fntGlobal/Gotham/GothamHTF-Book.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-LightCondensed'; src: url('/fntGlobal/Gotham/GothamHTF-LightCondensed.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-LightItalic'; src: url('/fntGlobal/Gotham/GothamHTF-LightItalic.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-Light'; src: url('/fntGlobal/Gotham/GothamHTF-Light.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-MediumCondensed'; src: url('/fntGlobal/Gotham/'GothamHTF-MediumCondensed.otf) format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-Medium'; src: url('/fntGlobal/Gotham/GothamHTF-Medium.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-ThinItalic'; src: url('/fntGlobal/Gotham/GothamHTF-ThinItalic.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-Thin'; src: url('/fntGlobal/Gotham/GothamHTF-Thin.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-UltraItalic'; src: url('/fntGlobal/Gotham/GothamHTF-UltraItalic.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-Ultra'; src: url('/fntGlobal/Gotham/GothamHTF-Ultra.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-XLightItalic'; src: url('/fntGlobal/Gotham/GothamHTF-XLightItalic.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'GothamHTF-XLight'; src: url('/fntGlobal/Gotham/GothamHTF-XLight.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face { font-family:'Gotham-Medium'; src: url('/fntGlobal/Gotham/Gotham-Medium.otf') format('opentype'); font-weight: normal; font-style: normal;}

body,
html {
    background: #fff;
    font-family:'GothamHTF-Thin';
}

html {
    min-height: 100%
}

body {
    height: 100%;
    overflow-x: hidden;
    font-family:'GothamHTF-Light';
    font-weight:100;
}
a{
    color:inherit;
}
[v-cloak] {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.white-overlay {
    background-color: rgba(255, 255, 255, .9);
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    margin: 0
}

.spinner-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.spinner {
    border: 6px solid #e2e2e2;
    border-top: 6px solid #297FBC;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin: auto
}

.spinner-icon {
    position: relative
}

.spinner-icon .spinner-icon-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -19px;
    margin-top: -70px;
    width: 40px;
    height: 40px
}

h1,
h2,
h3 {
    margin: 0;
    font-weight: 400
}

.spinner-text {
    text-align: center;
    color: #526473;
    font-size: 16px;
    padding-top: 2rem
}


:-webkit-autofill {
    color: #fff !important
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

.row {
    padding: 10px 0
}

.padding-top-20 {
    padding-top: 20px
}

.padding-left-20 {
    padding-left: 20px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-right-20 {
    padding-right: 20px
}

section.mobile-switch {
    position: relative;
    border-top: 30px solid #fff;
    padding: 15px 20px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    z-index: 10
}

section.mobile-switch .fa-shopping-cart {
    font-size: 24px;
    padding-right: 10px
}

section.mobile-switch .fa-chevron-down {
    font-size: 12px
}

section.mobile-switch .ch-placeholder {
    font-size: 18px
}

section.mobile-switch:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    left: -300px;
    width: 900%;
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 100%
}

.input-wrap .pop-up:after,
.input-wrap .pop-up:before {
    content: "";
    display: block
}

.input-wrap,
.select-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 12px
}

.text-danger {
    display: none;
    color: #de2a2a;
    padding-top: 4px
}

.ch-invalid .text-danger {
    display: block
}

.input-wrap .ch-input,
.select-wrap .ch-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0;
    width: 100%;
    height: 44px;
    color: #000;
    border: none;
    -moz-box-shadow: 0 0 0 1px #d9d9d9;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9
}

.select-wrap .ch-select {
    padding-right: 32px
}

.input-wrap .ch-input:focus,
.select-wrap .ch-select:focus {
    -moz-box-shadow: 0 0 0 2px #000;
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
    -webkit-transition: all .4s;
    transition: all .4s
}

.input-wrap.ch-invalid .ch-input,
.select-wrap.ch-invalid .ch-select {
    -moz-box-shadow: 0 0 0 2px #de2a2a;
    -webkit-box-shadow: 0 0 0 2px #de2a2a;
    box-shadow: 0 0 0 2px #de2a2a;
    transition: all .4s
}

.input-wrap .input-label,
.select-wrap .input-label {
    font-weight: 400;
    position: absolute;
    top: 12px;
    left: 0;
    padding-left: 13px;
    padding-right: 13px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    pointer-events: none;
    width: -webkit-calc(100% - 13px);
    width: -moz-calc(100% - 13px);
    width: calc(100% - 13px)
}

.input-wrap .ch-input.ch-dirty,
.select-wrap .ch-select.ch-dirty {
    padding-top: 22px
}

.input-wrap .ch-input.ch-dirty+.input-label,
.select-wrap .ch-select.ch-dirty+.input-label {
    top: 6px;
    font-size: 12px;
    -webkit-transition: top .2s, font-size .2s;
    transition: top .2s, font-size .2s
}

.input-wrap i,
.select-wrap i {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 18px;
    color: #d9d9d9
}

.input-wrap i.fa-lock+.pop-up,
.input-wrap i.fa-question-circle+.pop-up {
    display: none
}

.input-wrap i.fa-lock:hover+.pop-up,
.input-wrap i.fa-question-circle:hover+.pop-up {
    display: block
}

.input-wrap .pop-up {
    position: absolute;
    bottom: 44px;
    right: 0;
    min-width: 200px
}

.input-wrap .pop-up:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.input-wrap .pop-up:after {
    position: absolute;
    bottom: -8px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    opacity: .8
}

.input-wrap .pop-up .content {
    padding: 12px;
    color: #fff;
    position: relative;
    text-align: center
}

.select-wrap .ch-select-arrow {
    position: absolute;
    right: 0;
    width: 30px;
    height: 20px;
    top: 11px;
    border-left: 1px solid #d9d9d9;
    pointer-events: none;
    text-align: center;
    background-color: #fff;
    z-index: 1
}

.select-wrap .ch-select-arrow:before {
    content: '';
    position: relative;
    top: -2px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #737373
}

.checkbox-wrap {
    position: relative;
    padding-top: 8px;
    padding-bottom: 40px;
    width: 100%;
    height: 20px
}

.checkbox-wrap .ch-label {
    display: block;
    width: 100%;
    height: 20px
}

.checkbox-wrap .ch-checkbox {
    display: none
}

.checkbox-wrap .ch-checkbox+label .ch-custom-checkbox {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    -moz-box-shadow: inset 0 0 0 1px #d9d9d9;
    -webkit-box-shadow: inset 0 0 0 1px #d9d9d9;
    box-shadow: inset 0 0 0 1px #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    cursor: pointer
}

.checkbox-wrap .ch-checkbox:checked+label .ch-custom-checkbox {
    -webkit-box-shadow: inset 0 0 0 9px #000;
    -moz-box-shadow: inset 0 0 0 9px #000;
    box-shadow: inset 0 0 0 9px #000;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s
}

.checkbox-wrap .ch-checkbox:checked+label .ch-custom-checkbox:before {
    content: '\2713 ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px
}

.checkbox-wrap .ch-label .ch-custom-label,
.ch-custom-label{
    display: block;
    float: left;
    font-weight: 400;
    color: #737373;
    font-size: 14px;
    cursor: pointer
}

ul.bordered-ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d9d9d9
}

ul.bordered-ul li:not(.extended-li) {
    padding: 0;
    margin: 0;
    height: 54px;
    border-top: 1px solid #d9d9d9;
    position: relative
}

ul.bordered-ul li:not(.extended-li):first-child {
    border-top: none
}

ul.bordered-ul li:not(.extended-li) label {
    font-weight: 400;
    line-height: normal;
    width: 100%;
    cursor: pointer
}

ul.bordered-ul li:not(.extended-li) label .payments {
    padding-top: 14px;
    padding-right: 10px
}

ul.bordered-ul li:not(.extended-li) label .payments .img {
    display: block;
    float: left;
    margin: 0 2px;
    width: 38px;
    height: 24px
}

ul.bordered-ul li:not(.extended-li) label .payments .img.visa {
    background-image: url(../img/visa.svg)
}

ul.bordered-ul li:not(.extended-li) label .payments .img.master {
    background-image: url(../img/master.svg)
}

ul.bordered-ul li:not(.extended-li) label .payments .img.american {
    background-image: url(../img/american.svg)
}

ul.bordered-ul li:not(.extended-li) label .payments .img.jcb {
    background-image: url(../img/jcb.svg)
}

ul.bordered-ul li:not(.extended-li) label .payments .img.discover {
    background-image: url(../img/discover.svg)
}

ul.bordered-ul li:not(.extended-li) label .payments .and-more {
    display: block;
    padding-left: 4px;
    float: left;
    height: 24px;
    line-height: 24px;
    color: #999;
    font-size: 12px
}

ul.bordered-ul li:not(.extended-li) label input,
.radioSameAsShipping{
    display: none
}

ul.bordered-ul li:not(.extended-li) label .ch-custom-label,
.ch-custom-label{
    display: block;
    position: absolute;
    max-width: 80%;
    top: 50%;
    left: 54px;
    max-height: 48px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
ul.bordered-ul li:not(.extended-li) label .ch-custom-label.absolute-left {
    left: 6px
}

ul.bordered-ul li:not(.extended-li) label .price {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

ul.bordered-ul li:not(.extended-li) label .ch-custom-label img {
    max-height: 24px;
    width: 40%;
}

ul.bordered-ul li:not(.extended-li) label .ch-custom-radio,
.ch-custom-radio {
    margin: 18px;
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    -webkit-transition: border-width .3s;
    transition: border-width .3s
}

ul.bordered-ul li:not(.extended-li) label input[type=radio]:checked+.ch-custom-radio,
input[type=radio]:checked+.ch-custom-radio {
    border: 7px solid #1a1a1a;
    -webkit-transition: border-width .3s;
    transition: border-width .3s
}

ul.bordered-ul li.extended-li {
    padding: 20px 0 8px;
    margin: 0;
    background-color: #fafafa;
    border-top: 1px solid #d9d9d9
}

.posrel{
    position:relative;
    display:inline-block;
    top:2px;
    left:0;
    margin:0;
    float:none;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.ch-custom-radio.posrel{
    margin:0;
    padding:0;
    float:none;
    top:4px;
}
.billp{
    text-align:center;
    width:auto;
    display: block;
    line-height: 1;
}

.billp label{
    margin:0 0 0 6px;
    padding:0;
}
.ch-btn {
    position: relative;
    width: 100%;
    padding: 20px;
    font-size: 32px;
    background-color: #ff9f00;
    color: #fff;
    white-space: normal
}

.ch-btn.ch-loading:before,
.ch-btn:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px
}

.ch-btn.ch-loading:before {
    width: 0%;
    background-color: green;
    right: 0;
    -webkit-animation: myfirst1 4s infinite;
    animation: myfirst1 4s infinite
}

.marLeft{margin-left:-10px}

@keyframes myfirst1 {
    0%,
    100% {
        width: 0%
    }
    20%,
    80% {
        width: 100%
    }
}

.ch-btn.ch-loading:after {
    width: 0%;
    background-color: inherit;
    right: 0;
    -webkit-animation: myfirst2 4s infinite;
    animation: myfirst2 4s infinite;
    -webkit-animation-delay: .85s;
    animation-delay: .85s
}

@keyframes myfirst2 {
    0%,
    100%,
    55% {
        width: 0%
    }
    30% {
        width: 100%
    }
}

.ch-btn:hover {
    background-color: #de8c03;
    color: #fff
}

#checkboxContainer{
    display:block;
    margin:0 auto 20px;
}
#termsbox{
    display: inline-block;
    margin: 0px 13px 20px 0;
    box-shadow: none !important;
    top: 2px;
    position: relative;
}
footer {
    margin-top: 60px;
    border-top: 1px solid #d9d9d9;
    font-size: 12px;
    color: #737373;
    padding-bottom: 30px
}

footer ul.footer-links {
    padding: 14px 0;
    list-style: none;
    margin: 0
}

footer ul.footer-links li {
    padding: 0;
    margin: 0;
    display: inline-block
}

ul.cart-line-items {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.cart-line-items li {
    padding: 0;
    margin: 0
}
ul.cart-line-items li .row{
    margin:10px 0 15px;
}
ul.cart-line-items li .image-container .item-image-holder {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-position:contain;
    width:100%;
}

ul.cart-line-items li .item-image-holder .item-quanitity-indicator {
    position: absolute;
    top: -11px;
    right: -11px;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #737373;
    color: #fff;
    text-align: center;
    line-height: 22px
}

ul.cart-line-items li .title-container {
    height: 64px;
    display: block;
    line-height: 64px;
    color: #4b4b4b
}

ul.cart-line-items li .title-container .title-floater {
    line-height: normal;
    display: inline-block;
    height: 1px;
    width: 100%;
    position: relative
}

ul.cart-line-items li .title-container .title-floater .line-title,
ul.cart-line-items li .title-container .title-floater .line-variant-title {
    width: 100%;
    display: block;
    position: absolute
}

ul.cart-line-items li .title-container .title-floater .line-title {
    font-weight: 700;
    overflow: hidden;
    line-height: 16px;
    max-height: 32px;
    bottom: 2px
}

ul.cart-line-items li .title-container .title-floater .line-variant-title {
    color: grey;
    font-size: 12px;
    overflow: hidden;
    line-height: 12px;
    max-height: 24px;
    top: 4px
}

ul.cart-line-items li .price-container {
    height: 64px;
    line-height: 64px;
    color: #4b4b4b;
    font-weight: 700;
    line-height:2;
}

ul.cart-line-items li .price-container .line-price {
    display: inline-block;
    font-size: 14px
}

.ch-coupon-form {
    padding-bottom: 8px
}

.ch-coupon-form .ch-coupon-switcher {
    padding-bottom: 20px;
    cursor: pointer
}

.ch-coupon-form .ch-coupon-switcher i {
    position: relative;
    top: -2px;
    font-size: 10px
}

.ch-coupon-form .ch-coupon-switcher .coupon-success {
    color: #4CAF50
}

.ch-coupon-form button.btn.btn-coupon {
    height: 44px;
    color: #fff;
    transition: all .2s
}

.ch-coupon-form button.btn.btn-coupon.ch-active {
    background-color: #1a1a1a;
    -webkit-transition: all .2s;
    transition: all .2s
}

.separator {
    padding: 10px 0
}
.separator.dashed{
    height:1px;
    padding:0;
    border-top:1px dashed #bbb;
}

.separator:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #d9d9d9
}

.separator.dashed:before{
    display:none;
}
ul.ch-price-breakdown {
    list-style: none;
    padding:20px 0 10px;
    margin: 0
}

ul.ch-price-breakdown li {
    padding: 0;
    margin: 0 0 8px;
    height: auto;
    line-height: 24px;
    display: inline-block;
    width: 100%
}

ul.ch-price-breakdown li .ch-label {
    height: inherit;
    float: left;
    width: 50%;
    text-align: left
}

ul.ch-price-breakdown li .ch-value {
    height: inherit;
    float: left;
    width: 50%;
    text-align: right;
    font-weight: 700
}

.ch-total-price {
    height: 48px;
    padding-top: 20px
}

.ch-total-price .ch-label {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 16px;
    line-height: 30px
}

.ch-total-price .ch-value {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 12px;
    line-height: 30px
}

.ch-total-price .ch-value .ch-currency {
    padding-right: 10px
}

.ch-total-price .ch-value .ch-placeholder {
    font-size: 24px;
    font-weight: 700
}

.form-control {
    padding: 4px 12px
}

iframe#_hjRemoteVarsFrame {
    display: none !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important
}

.ch-label.ch-subtotal-label.price-Left,
.float-left {
    float: left
}

.btn-coupon,
div.badger{
    text-align: center
}

.clear {
    clear: both;
    line-height: 0;
    height: 0
}
.order_summary{
    font-size:10px;color:#6A6A6A;position:relative;top:0px;margin:0px auto 15px;line-height:15px;display:block;width:100%;padding:0 30px;text-align:justify;
}
.button,
button,
input[type=button],
input[type=submit] {
    border: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    padding: 20px 15px;
    background: #2288D0;
    color: #fff;
    font-size: 20px
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: #2791E4
}

input[type=submit] {
    border-radius: 5px;
    padding: 15px 20px;
    background: #ff9f00;
    font-size: 36px;
    font-weight: 700;
    transition: all linear .25s
}

input[type=submit]:hover {
    background-color: #de8c03;
    transition: all linear .1s
}

.btn-coupon {
    background: #318494;
    display: inline-block;
    padding: 6px 0;
    font-size: 10px
}

ul.cart-line-items li .image-container .item-image-holder {
    background-size: contain;
    width:auto;
    height:120px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}
.image-container
{
    margin:0 auto;
    text-align:left;
    padding:0;
}
.col-xs-7.title-container .line-title {
    font-weight: 700;
    height: 100px
}
.entertowin .item-image-holder{
    background-size:80%;
    background-position:center center;
}
ul.cart-line-items li .entertowin .image-container .item-image-holder{
    background-image: url(../img/shap_box2.png);
    width: 60%;
    margin: 0 auto;
    height: 80px;
}
.ch-subtotal-value.savings{
    color:#00c826;
    font-weight:bolder;
    font-weight:700;
    white-space: nowrap;
}
.ch-subtotal-value.savings img{
    margin-top:-3px;
    width:16px;
    height:auto;
}
.ch-label.ch-subtotal-label.price-Left,
.ch-value.ch-subtotal-value.price-Right {
    padding-right: 15px;
    padding-left: 15px
}

.ch-value.ch-subtotal-value.price-Right {
    float: right
}

.logo
{
    text-align:left;
}
#logo {
    width: 60%;
    text-align:left;
}
.contmsg
{
    font-size:11px;
}
div.badger {
    background: url(../img/badgeBackWhite.svg);
    background-size: 100%;
    width: 100%;
    margin: 0 auto
}

div.badger img {
    position: relative;
    margin: 10px auto 0px;
    left: 3px;
    width: 163px
}
p.text1 {
    font-weight: bolder;
    width: 100%;
    margin: 0 auto;
    font-size: 18pt;
    color:#00545a;
    font-family:'GothamHTF-Bold';
}
p.text1 span{
    display:block;
    color:#025157;
    font-size:100%;
    margin-top: -5px;
}
p.text2 {
    width: 100%;
    padding: 0 5% 20px;
    color: #646464;
    margin: 10px auto;
    background: #fff;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e2e2e2;
    text-align: justify;
    color:#544454;
    line-height:1.75;
    font-size:11.5pt;
}


p.text2 strong{
    font-family: 'GothamHTF-Book';
    font-weight: bold;
}

.fullPersonalData,
.row.payment,
.checkout-main{
    padding-top:0;
}
.payment{
    margin-top:-10px;
}
.mobilehead{
    display:none;
}
.mbg{
    font-family:'GothamHTF-Bold';
    font-size:17pt;
    line-height:1.4;
}
.mbg strong{
    display:block;
    font-size:16pt;
    position:relative;
    margin-top:-10px;
}
.mbg small{
    color:#6a6a6a;
    letter-spacing:-0.15px;
    font-size:10pt;
    position:relative;
}
.payment .mbg small{
    display:block;
    line-height:1.2;
    position:relative;
    top:0;
    margin-bottom:17px;
}
.mbg img
{
    float:left;
    width:62px;
    margin-right:20px;
}

input.notValidated,
select.notValidated {
    background: url(../img/error-input.svg) 100% 0 no-repeat #fff;
    border: 1px solid red;
    -webkit-box-shadow: 0 0 0 2px red !important;
    box-shadow: 0 0 0 2px red !important;
    transition: all linear .1s
}

input.validated,
select.validated {
    background: url(../img/tick-input.svg) 100% 0 no-repeat #fff;
    border: 1px solid green;
    -webkit-box-shadow: 0 0 0 2px green !important;
    box-shadow: 0 0 0 2px green !important;
    transition: all linear .1s
}

select.notValidated,
select.validated {
    background-position: 80% 0
}

input#ccNumber.notValidated,
input#ccNumber.validated {
    background-position: 96% 0
}

input#cvv.notValidated,
input#cvv.validated {
    background-position: 86% 0
}

.footer-links a {
    padding: 0 10px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.holiday
{
    font-weight:800;
    font-size:20px;
}
.holiday img
{
    width:20px;
}

.title {
    padding: 20px 0
}
.entertowin .title{
    font-weight:bolder;
}
.entertowin .title span{
    font-weight:light;
    font-weight:lighter;
    font-size:10pt;
}
@media screen and (max-width:1199px) {
    ul.cart-line-items li .image-container .item-image-holder {
        width: 120px;
        margin:0;
    }
    span.padding-left-20.hidden-xs {
        font-size: 12px
    }
    div.badger img {
        width: 135px
    }
    .holiday {
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    ul.cart-line-items li .image-container .item-image-holder {
        width: 100%;
        height: 120px
    }
    .couponHolder {
        text-align: center
    }
    #logo {
        width:70%;
        text-align:center;
        margin:40px auto 0;
    }
    ul.cart-line-items li .title-container {
        width: 40%
    }
    section.checkout-side.ch-hide {
        height: 0;
        padding: 0;
        border: 1px solid transparent
    }
    section.mobile-switch {
        border-top: none
    }
    .line-title {
        line-height: 20px;
        width: 100%;
        position: relative;
        margin-top: 0
    }
    .line-price {
        margin-top: 10px
    }

}

.checkout-side {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    padding: 20px;
    font-size:11pt
}

input.orderButton {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    background: url(../imgGlobal/paypalLogo.svg) 300% 50% no-repeat #ff9f00;
    background-size: 65%;
    box-sizing: border-box;
    border: 1px solid transparent;
        font-size:27px;
}

input.orderButton:hover {
    background: url(../imgGlobal/paypalLogo.svg) 300% 50% no-repeat #ec9300;
    background-size: 65%;
    box-sizing: border-box
}

input.orderButton.paypalButton {
    transition: all linear .2s;
    background: url(../imgGlobal/paypalLogo.svg) center center no-repeat #F7BE38;
    background-size: 65%;
    color: transparent;
    border: 1px solid #f5b642;
    border-radius: 100px
}

input.orderButton.paypalButton:hover {
    transition: all linear .2s;
    background-color: #ffc43a;
    -webkit-box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, .1)
}

.estship img
{
    position:relative;
    width:36px;
    height:auto;
}
.extraHeight
{
    margin-top:20px;
    margin-bottom:20px;
}
#cardcontinue,
#submit{
    /*background: #ff9f00 url(../img/locknshield.png) no-repeat;*/
    background-position: 5% center;
    background: rgb(255,156,59);
    background: -moz-linear-gradient(0deg, rgba(255,156,59,1) 0%, rgba(255,188,88,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,156,59,1) 0%, rgba(255,188,88,1) 100%);
    background: linear-gradient(0deg, rgba(255,156,59,1) 0%, rgba(255,188,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9c3b",endColorstr="#ffbc58",GradientType=1);
    border-radius: 10px;
    width: 77%;
    margin: 0 auto;
    padding: 12px 30px 12px 15px;
    cursor: pointer;
    transition: all linear 0.5s;
    position:relative;
    font-family: 'GothamHTF-Medium';
    letter-spacing:1px;
    font-size:150%;
    text-transform:uppercase;
    height:79px;
}
#cardcontinue span,
#submit span{
    height:42px;
    width:42px;
    display:inline-block;
    background:rgba(210,109,21,0.5);
    border-radius:50%;
    position:absolute;
    right:12px;
    margin:auto;
    top:0;
    bottom:0;
}
#cardcontinue span:after,
#submit span:after{
    content:'';
    border-top:2px solid white;
    border-right:2px solid white;
    width:12px;
    height:12px;
    transform:rotate(45deg);
    position:absolute;
    border-radius:0;
    margin:auto;
    margin-left:13px;
    top:0;bottom:0;right:0;left:0;
}
#cardcontinue small,
#submit small{
    display:block;
    font-family: 'GothamHTF-Book';
    font-size:80%;
    letter-spacing:0;
}

#cardcontinue:hover,
#submit:hover{
    background-color:#ec9300;
    transition: all linear 0.2s;
}
.red-crossed
{
    position:relative;
}
.red-crossed:after
{
    content:'';
    width:130%;
    height:0;
    position:absolute;
    top:50%;
    left:-14%;
    height:2px;
    background:red;
background: rgb(162,0,0);
background: -moz-linear-gradient(90deg, rgba(162,0,0,0.1) 0%, rgba(162,0,0,1) 15%, rgba(219,0,0,1) 50%, rgba(219,0,0,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(162,0,0,0.1) 0%, rgba(162,0,0,1) 15%, rgba(219,0,0,1) 50%, rgba(219,0,0,0) 100%);
background: linear-gradient(90deg, rgba(162,0,0,0.1) 0%, rgba(162,0,0,1) 15%, rgba(219,0,0,1) 50%, rgba(219,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a20000",endColorstr="#db0000",GradientType=1);
    transform:rotate(-8deg);
}

.arrow {
  text-align: center;
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:7777;
}
.arrow a
{
    text-decoration:none;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.hide
{
    display:none !important;
}
.fa-arrow-down:before
{
    color:#4D3A49;
}


.cart-line-items .row{
    margin:0;
}
.cards{
    padding-left: 15px;
    padding-right: 60px;
}
.cards .img{
    width:420px;
}
.cards h3{
    font-size:16pt;
    color:#5e5f5f;
    color:#797979;
    color;#616061;
    line-height:1.75;
    text-align:center;
    margin:50px auto 0;
}
.cards h3 span{
    color:#797979;
}

#timers span{
    padding:0 4px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

#termsbox:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: white;
    font-size: 30px;
    line-height: 29px;
    text-indent: 2px;
    margin: -6px 0 0 -7px;
}

#termsbox:checked:before { 
    content:'✓';background:#0072ff; border:1px solid #0072ff;text-align:center;
    text-align: center;
    line-height: 0.85;
    text-indent: 0px;
}

.head_snippet{
    background:#025157;
    color:white;
    line-height:52px;
    text-align:center;
    margin:0 0 30px;
}

#logo{width:50%}
.highdemand{color:#404040}

.estship {
    font-size:12pt;
}
.estship.isMobile{
    font-size:3.75vw;
    text-align:center;
    height:auto;
    margin:0px auto 20px;
    padding:0;
    display:block;
    position:relative;
}
.estship.isMobile img{
    width:6vw;
    top:-1px;
}

.reg{
    display:inline-block;
    position:relative;
    font-size:50%;
    vertical-align:super;
}
.shippingAddress .mbg{
    width:85%;
    margin-top:-20px;
}

.deskmenu{
    padding-left: 15px;
    padding-right: 60px;
}
.timer-container,
.lineItems{
    font-family:'GothamHTF-Bold';
    margin-top:-10px;
}
.lineItems .title{
    line-height:2;
}
.lineItems .entertowin .title{
    line-height:1.4;
}
.lineItems .entertowin .title .line-title div{
    margin-top:4px;
}
.dashed-top{
    border-top:1px dashed #bbb;
}
ul.ch-price-breakdown li.dashed-top{
    padding:30px 0 15px;
}
.couponApplied{
    background:white;
    border:2px solid #00cc51;
    padding:0 0 0 15px;
    margin:10px auto 15px;
    line-height:3;
    border-radius:8px;
    cursor: not-allowed;
    font-size:10pt;
}
.couponApplied:after{
    content:'-';
    color:transparent;
    display:inline-block;
    float:right;
    height:100%;
    width:40px;
    background-repeat:no-repeat;
    background-color:#00cc51;
    background-image:url(../img/whitecheck.svg);
    background-size:45%;
    background-position:57% center;
}
.secure_payment{
    margin-bottom: 0px;
    font-size: 11px;
}
.secure_payment img{
    height: auto;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    top: -185%;
    right:32px;
}
.bold-text{
    font-family: 'GothamHTF-Bold';
}
.shopping-cart{
    width:20px;
    height:auto;
}
.ul.cart-line-items,
.checkout-side .row{
    padding-bottom:0;
}
.mobilehead .timer-container{
    background: #fff5d2;border: 1px solid #ffe070; padding: 10px 0px;  font-size: 14px; color: rgb(255, 255, 255); font-weight: bold; border-radius: 5px; margin: 10px 0px 20px;text-align:center;color:black;font-weight:bolder;font-weight:800;
}

@media(max-width:1200px) {
    #cardcontinue, #submit{
        width:85%
    }
}
@media(min-width:992px) {
    .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    section.checkout-main:after,
    section.checkout-side:after {
        content: "";
        display: block;
        top: 0;
        height: 100%;
        width: 500%;
        z-index: -1
    }
    .row .no-right-padding {
        padding-right: 0 !important
    }
    .row .no-left-padding {
        padding-left: 0 !important
    }
    .row .padding-right-7 {
        padding-right: 7px !important
    }
    .row .padding-left-7 {
        padding-left: 7px !important
    }
    section.checkout-main {
        padding-left: 15px;
        padding-right: 60px
    }
    section.checkout-main:after {
        position: absolute;
        right: 0;
        background-color: #fff
    }
    section.checkout-side {
        position: relative;
    }
    section.checkout-side:after {
        position: absolute;
        left: 0;
        background-color: #fafafa;
        box-shadow: 1px 0 0 #e1e1e1 inset
    }
}

@media(max-width:991px) {
    .line-price{margin-top:10px}
    .container {
        overflow-x: hidden
    }
    section.checkout-side {
        z-index: 8;
    }
    section.checkout-side.ch-hide {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 1s;
        transition: max-height 1s
    }
    section.checkout-side:after {
        position: absolute;
        content: '';
        display: block;
        background: #fafafa;
        border-bottom: 1px solid #e6e6e6;
        top: 0;
        left: -300px;
        width: 900%;
        height: 100%;
        z-index: -1
    }
    section.checkout-side.ch-hide:after {
        border: none
    }
    section.checkout-side .badger,
    div.shopapp{
        max-width:445px;
        margin: 0 auto;
    }
    div.shopapp .col-xs-12{
        padding:0;
    }
    div.badger img {
        width: 180px;
    }

}

@media(max-width:767px) {
    ul.cart-line-items li .image-container .item-image-holder {
        margin-top: 12px;
        max-height:80px;
    }
    .order_summary{
        padding: 0 16px;
    }
    ul.bordered-ul li:not(.extended-li) label .ch-custom-label img {
        width: 100%;
    }
}

@media(max-width:600px) {
    .head_snippet{
        line-height: 1.3;
        font-size: 10pt;
        padding: 12pt 10% 14pt;
        font-weight: 700;
    }
    #logo{
        width: 75%;
        margin:0 auto;
    }
    .mobilehead span.finalStep{
        font-size:16pt;
        margin:0 auto;
        text-align:center;
        display:block;
        color:#736073;
    }
    .couponApplied:after {
        width: 11%;
    }
}

@media(max-width:500px) {
    .isMobile.badgerr{display:none;}
    section.checkout-side:after{display:none}
    .mobilehead{padding:0 10px;margin-top:-10px;}
    .checkout-side{
        margin-top:-30px;
        background:white;
        border:none;
        font-size:3vw;
    }
    .mobilehead .timer-container{
        margin:20px auto 40px;
    }
    ul.cart-line-items li .row {
        margin:0;
    }
    .checkout-side .row{padding:0;}
    .lineItems{
        margin-top:0px;
    }
    .lineItems.marketing .col-xs-12{
        padding-left:0;
    }
    .lineItems .col-xs-6.title{
        padding-right:10px;
    }
    /*.fullPersonalData,
    .checkout-main{
        margin-top:40px;
    }*/
    .title {
        padding:0;
    }
    .entertowin .title span{
        font-size:2.5vw;
        display:inline-block;
        line-height:1.5;
        height:auto;
        max-width:200px;
    }
    .row.cards{
        padding-left: 0px;
        padding-right: 0px;
    }
    div.badger {
        width: 100%
    }
    div.badger img {
        width: 41%;
        margin: 7px auto 0px;
    }
    .extraHeight {
        font-size:3.5vw;
        text-align:center;
        margin:0 auto;
    }
    .couponApplied {
        font-size: 3.25vw;
    }
    #cardcontinue span, #submit span {
        height: 8vw;
        width: 8vw;
        right: 3vw;
    }
    #cardcontinue span:after, #submit span:after {
        width: 3vw;
        height: 3vw;
        left: -1.3vw;
    }
    .secure_payment img {
        width:21vw;
    }
    p.text1{
        font-size:5vw;
    }
    p.text1 span{
        font-size:5.75vw
    }
    p.text2{
        font-size:3vw;
    }
    #submit,
    #cardcontinue{
        width:100%;
        font-size:4vw;
    }
    #submit small,
    #cardcontinue small{
        font-size:3vw;
    }
    .shippingAddress .mbg{
        width:100%;
        font-size:2vw;
        margin:0 auto;
    }
    .mbg strong{
        text-align:center;
        font-size:4.5vw;
    }
    .mbg small{
        top:0;
        font-size:2vw;
    }
    .payment .mbg small {
        white-space: inherit;
        top:0;
        line-height:1.2;
        margin-bottom:30px;
        display:block;
        margin:10px auto 30px;
        text-align:center;
        font-size: 12pt;
        letter-spacing:0;
    }
    ul.bordered-ul li: not(.extended-li) label .payments {
        padding-top: 20px
    }
    ul.bordered-ul li:not(.extended-li) label .payments .img {
        width: 35px;
        height: 14px;
        background-position: center;
        background-size: cover
    }
    input#submit {
        font-size: 7vw
    }
    .shopapp,
    .shopperapproved_widget
    {
        display:none !important;
        height:0 !important;width:0 !important;
    }
    .checkout-side
    {
        padding:10px !important;
    }
    ul.cart-line-items li .image-container .item-image-holder {
        width: 100%;
        height: 80px !important;
        margin-top:-10px;
    }
    .mobilehead {
        display:block;
    }
    .holiday {
        font-size:18px !important;
    }
    .deskmenu {
        display:none;
    }
    input[type=submit] {
        font-size: 24px;
    }
    #termsbox{
        position:absolute;
    }
    #termsbox:before {
        width: 33px;
        height: 33px;
        margin: -6px 0 0 -7px;
    }

.isMobile#termsbox {
    border: none;
    outline: none;
    left: -42px;
    top: 8px;
}
    #checkboxContainer{
        position: relative;
        width: 74%;
        display: block;
        margin: 0 0 20px 80px;
        text-align: left;
        padding: 0;
    }
    .lineItems.marketing{
        padding-bottom:10px;
    }
    ul.ch-price-breakdown{
        padding:10px 0;
        border-bottom:1px dashed #bbb;
    }
    ul.ch-price-breakdown li {
        line-height:1;
    }
    .billp,
    .posrel{
        font-size:3vw;
    }
    .billp ul.bordered-ul li:not(.extended-li) label .ch-custom-radio,.billp .ch-custom-radio{
        transform:scale(0.75);
        top:-2px;
        margin-top:0;
        line-height:2;
    }
    .ch-custom-radio.posrel{
        top:-1px;
        margin:0;
        position:relative;   
        vertical-align: middle;
    }
    .pmntfneprnt{
        padding:0;
    }
    .secure_payment{
        margin-bottom: 0px;
        font-size: 2.2vw;
    }
    .isMobile#termsbox{
        border:none;
        outline:none;
        left: -42px;
        top: 8px;
    }
    .mobilehead span.finalStep{
        font-size: 6vw;
        line-height: 1;
        margin: 6px auto 20px;
        font-weight:bold;
        font-weight:bolder;
    }
    ul.bordered-ul li:not(.extended-li) label .payments{
        padding-top: 19px;
    }
    .billp label {
        margin: 0;
        padding: 0;
    }
}

footer {
    margin-top: 0px;
    border-top:0;
    padding-bottom:0;a
}
footer a{
    color:inherit;
}

.normal-text{
    font-family:'GothamHTF-Thin';
    font-weight:bolder;
}
.medium-text{
    font-family: 'GothamHTF-Medium';
}
.gotham-book,
.medium-bold-text,
.medium-light-text{
    font-family: 'GothamHTF-Book';
    font-weight: bold;
}
.medium-bold-text{
    font-weight: bold;
}
.medium-light-text{
    font-weight:100;
}
.gotham-book{
    font-family: 'GothamHTF-Book';
}
.gotham-black{
    font-family: 'GothamHTF-Black';
}
::-webkit-input-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent
}

::-moz-placeholder {
    color: transparent
}

:-ms-input-placeholder {
    color: transparent
}
