body {
    color: #3D3D3D;
}

p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 35px;
}

img {
    max-width: 100%;
}

*[class*="disabled"] {
    opacity: .3 !important;
    /* pointer-events: none; */
}

.btn-with-bg {
    font-weight: 700;
    display: inline-block;
    background-image: url("/assets/images/btnbg.png");
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	color: #000000 !important;
	text-decoration: none !important;
	font-size: 36px;
    width: 308px;
	line-height: 66px;
	border: 0;
	background-color: transparent;
}

.btn-with-bg.medium-size {
    font-size: 28px;
    min-width: 359px;
    padding: 11px;
}

.btn-with-bg.small-size {
    font-size: 26px;
    min-width: 290px;
    padding: 6px;
}

.product-image {
    position: relative;
    display: inline-block;
}

.product-image.free-shipping:after {
    content: '';
    display: block;
    width: 112px;
    height: 117px;
    background: url('../images/free-shipping-tag.png');
    background-size: 100%;
    position: absolute;
    bottom: 50px;
    right: -50px;
}

.product-image.best-choice:before {
    content: '';
    display: block;
    width: 153px;
    height: 205px;
    background: url('../images/best-price-tag.png');
    background-size: 100%;
    position: absolute;
    top: -30px;
    left: -30px;
}

.select-container {
    position: relative;
}

.select-container:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-top: solid 10px #555555;
    z-index: 0;
}

.select-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent !important;
    z-index: 1;
}

.has-error input,
.has-error select {
    border-color: #a94442 !important;
}

.help-block {
    color: #a94442;
    display: block;
    padding-top: 5px;
}

#main-footer {
    padding: 30px 0;
    text-align: center;
}

#main-footer p {
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
    margin-bottom: 10px;
}

#main-footer p:last-child {
    margin-bottom: 0;
}

#main-footer .top-container {
    margin-bottom: 25px;
}

#main-footer ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    justify-content: center;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
}

#main-footer ul > li {
    padding: 0 5px;
    border-right: solid 1px #7f7f7f;
    font-size: 14px;
    line-height: 14px;
}

#main-footer ul > li:last-child {
    border-right: 0;
}

#main-footer ul > li > a {
    color: #7f7f7f;
}

#order-page {
    background-color: #F2F2F2;
    padding: 55px 40px;
}

#order-page .order-page-section {
    max-width: 1358px;
    background: #ffffff;
    margin: auto;
    padding: 90px 80px;
    box-shadow: 0px 0px 6px #00000029;
}

#order-page h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 0;
    color: #002D36;
}

#order-page .form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

#order-page .order-description p, 
#order-page .order-description ul {
    font-size: 16px;
    line-height: 24px;
}

#order-page .order-description p {
    margin-bottom: 25px;
}

#order-page .order-description ul {
    margin-bottom: 0;
    padding-left: 30px;
}

#order-page .order-description ul p:last-child {
    margin-bottom: 0;
}

#order-page .order-description ul > li {
    padding-bottom: 25px;
}

#order-page .order-description ul > li:last-child {
    padding-bottom: 0;
}

#order-page .order-description ul a {
    color: #3D3D3D;
    text-decoration: underline;
}

#order-page .order-page-section .row {
    margin: 0 -35px;
}

#order-page .order-page-section .order-column {
    padding: 0 35px;
}

#order-page .order-page-section .payment-details-row {
    margin: 0 -5px;
}

#order-page .order-page-section .payment-details-column {
    padding: 0 5px;
}

#order-page .form-group { 
    margin-bottom: 20px;
}

#order-page .form-group:last-child {
    margin-bottom: 0;
}

#order-page .order-ticker {
    padding-bottom: 30px;
}

#order-page .order-ticker input {
    margin-right: 15px;
}

#order-page .order-ticker label {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #002D36;
    width: calc(100% - 35px);
}

#order-page .form-control {
    font-size: 22px;
    color: #3D3D3D;
    padding: 12px 15px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #C7C7C7;
    box-shadow: none;
}

#order-page .form-control[disabled] {
    background: #e9ecef !important;
    opacity: 0.4;
}

#order-page .fields-container {
    padding-bottom: 50px;
}

#order-page .fields-container:last-child {
    padding-bottom: 0;
}

#order-page .info-container:last-child {
    padding-bottom: 0;
}

#order-page .order-summary {
    margin-top: 20px;
}

#order-page .order-main,
#order-page .order-total {
    border: 1px solid #C7C7C7;
}

#order-page .order-details {
    padding: 30px 25px;
}

#order-page .order-main p,
#order-page .order-main h4 {
    font-size: 22px;
}

#order-page .order-main p {
    margin: 0;
}

#order-page .order-main h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

#order-page .product-description {
    display: flex;
    justify-content: space-between;
}

#order-page .product-description .product-name {
    padding-right: 35px;
}

#order-page .order-subtotal {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    border-top: 1px solid #C7C7C7;
}

#order-page .order-total {
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 25px 45px;
    margin-top: 15px;
}

#order-page .order-total p {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    color: #002D36;
}

#order-page .order-total small {
    font-size: 14px;
    padding-right: 10px;
    font-style: italic;
}

#order-page .order-footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

#order-page .order-footnote p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #3D3D3D;
    font-style: italic;
}

#order-page .order-footnote img {
    margin-right: 12px;
}

#order-page .order-action {
    text-align: center;
}

#order-page .jcf-checkbox {
    width: 20px;
    height: 20px;
    border-color:#3D3D3D !important;
    margin-right: 15px;
}

#order-page .jcf-checkbox.jcf-checked {
    background-color: #3D3D3D;
    border-color: #3D3D3D !important;
}

#order-page .jcf-checkbox span {
    border-width: 0 0 2px 2px;
    height: 6px;
    width: 10px;
    border-color: #ffffff !important;
}

#order-page .form-check-inline {
    margin: 0;
    width: 100%
}

#order-page .shipping-ticker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

#order-page .shipping-ticker h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}

#order-page .shipping-ticker p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-style: italic;
}

#order-page .shipping-ticker-container {
    display: flex;
}

#order-page .shipping-ticker .ticker-container {
    padding-top: 5px;
}

#order-page .shipping-ticker .jcf-checkbox {
    border-radius: 50%;
}

#order-page .alert {
    margin-bottom: 40px;
}

#order-page .alert p {
    font-size: 18px;
    margin: 0;
}

#order-page .change-payment-radio-buttons {
    display: none;
}

#order-page .terms-of-sale {
    font-style: italic;
}

#order-page .shipping-address-section {
    padding-bottom: 50px;
}

#order-page .shipping-guaranteed {
    background-color: #f8f5ed;
    border: 1px solid #e0d1af;
    padding: 30px 35px;
    margin: 35px 0;
}

#order-page .shipping-guaranteed .shipping-guaranteed-header {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

#order-page .shipping-guaranteed .shipping-guaranteed-header h5 {
    font-size: 22px;
    font-weight: 600;
    color: #002D36;
}

#order-page .shipping-guaranteed .shipping-guaranteed-image {
    padding-right: 30px;
}

#order-page .shipping-guaranteed .shipping-guaranteed-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

#main-header .flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-header .flex-container p {
    margin-bottom: 0;
}

#main-header .phone-number {
    display: flex;
    align-items: center;
    color: #3D3D3D;
}

#main-header .phone-number p {
    font-size: 24px;
    color: #3D3D3D;
}

#main-header .phone-number img {
    width: 40px;
    margin-right: 15px;
}

.tokenex-field {
    display: none !important;
}

.tokenex-container {
    height: 59px;
    border: 1px solid #C7C7C7;
    padding: 0 15px;
    border-radius: 4px;
}

.has-error .tokenex-container {
    border-color: #a94442 !important;
}

.btn-with-bg[class*="disabled"] {
    opacity: 1 !important;
}

.product-image-container {
    padding-bottom: 30px;
}

.order-form-headline {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 39px;
}

.order-page-section.indexv2 {
    padding: 60px 80px 90px !important;
}

.hide-in-desktop {
    display: none;
}

.show-in-desktop {
    display: block;
}

#main-header {
    background-color: #ffffff;
    padding: 19px 0;
}

.order-header-logo {
    object-fit: contain;
    width: 175px;
}

.form-group .col-md-6,
.form-group .col-sm-6 {
    flex: unset;
    max-width: 100%;
}

@media (min-width: 768px) {
    #phone-container .phone-number a {
		color: #3D3D3D;
		pointer-events: none;
    }
    
    .desktop-logo {
        display: block;
    }

    .mobile-logo {
        display: none;
    }
}

@media (max-width: 1199px) {
    .btn-with-bg.small-size {
        font-size: 22px;
        min-width: 260px;
        padding: 7px;
    }
}

@media (max-width: 991px) {
    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    #main-header .flex-container p strong {
        display: block;
    }

    #order-page {
        padding: 40px;
    }

    #order-page .order-page-section {
        padding: 50px 20px;
    }

    #order-page .order-page-section .row {
        margin: 0 -15px;
    }

    #order-page .order-page-section .order-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    #order-page .order-page-section .order-column:first-child {
        padding-bottom: 10px;
    }

    .hide-in-desktop {
        display: block;
    }

    .show-in-desktop {
        display: none;
    }

    .order-description.hide-in-desktop {
        padding-top: 50px;
    }

    .order-page-section.indexv2 {
        padding: 50px 20px !important;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .btn-with-bg,
    .btn-with-bg.medium-size {
        min-width: 260px;
        font-size: 22px;
        padding: 6px;
    }

    #order-page {
        padding: 15px;
    }

    #order-page .order-action .btn-with-bg {
        min-width: 260px;
        font-size: 32px;
        padding: 8px;
    }

    #order-page .order-page-section {
        padding: 25px 0px;
    }

    #order-page h2 {
        font-size: 30px;
        line-height: 34px;
    }

    #order-page .form-header {
        display: block;
    }

    #order-page .payment-icons {
        margin-top: 10px;
    }

    #order-page .shipping-address-section {
        padding-bottom: 40px;
    }

    #order-page .order-description ul {
        padding-left: 20px;
    }

    #order-page .order-details {
        padding: 20px 15px;
    }

    #order-page .order-subtotal {
        padding: 10px 15px;
    }

    #order-page .product-description,
    #order-page .order-subtotal {
        display: block;
    }

    #order-page .order-main p, 
    #order-page .order-main h4 {
        font-size: 22px;
    }

    #order-page .product-description .product-name {
        padding-right: 0;
        margin-bottom: 5px;
    }

    #order-page .order-main p, 
    #order-page .order-main h4 {
        font-size: 18px;
        line-height: 26px;
    }

    #order-page .order-total {
        display: block;
        padding: 15px 15px;
    }

    #order-page .order-page-section .product-image {
        padding: 0 15px;
    }

    #order-page .product-image.free-shipping:after {
        bottom: 5px;
        right: -5px;
        width: 75px;
        height: 78px;
    }

    #order-page .product-image.best-choice:before {
        width: 80px;
        height: 105px;
        top: -20px;
        left: -5px;
    }

    #order-page .form-control {
        font-size: 18px;
    }

    #order-page .shipping-guaranteed {
        padding: 20px;
    }

    #order-page .shipping-guaranteed .shipping-guaranteed-header { 
        display: block;
        text-align: center;
    }

    #order-page .shipping-guaranteed .shipping-guaranteed-image {
        padding-right: 0;
        padding-bottom: 20px;
    }

    #order-page .shipping-guaranteed .shipping-guaranteed-content {
        text-align: center;
    }

    #main-header .flex-container p {
        font-size: 16px;
        line-height: 20px;
    }
    
    #main-header .phone-number img {
        width: 20px;
        margin-right: 10px;
        margin-top: 3px;
    }

    .order-form-headline {
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 26px;
    }

    .order-page-section.indexv2 {
        padding: 25px 0px !important;
    }

    .order-header-logo {
        width: 120px;
    }

    #main-header {
        padding: 15px 0;
    }
}