/* Product Detail Page */

.tn-pdp-container {
    margin-bottom: 8px;
}

.tn-button {
    margin-bottom: 2px;
}

.tn-pdp-disclaimer{
    display: flex;
    font-size: 11px;
    color: #000000;
    font-family: 'Open Sans';
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
  
.tn-logo{
    margin-right: 2px;
    object-fit: cover;
    width: 26px;
    object-position: left;
    height: 14px;
    margin-top: 3px;
}
  
.tn-pdp-disclaimer-text{
    vertical-align: 4px;
}

.tn-info {
    margin-right: auto;
    margin-left: 4px;
}

.tn-info-icon {
    height: 9px;
    margin-top: 5px;
}

/* Side Cart */

.tn-side-cart-widget-container{
    font-family: Montserrat,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 1.5;
    font-weight: 500;
    color: #0c2340;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.tn-side-cart-disclaimer {
    font-family: Montserrat,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 1.5;
    font-weight: 500;
    color: #0c2340;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.tn-side-cart-disclaimer-text {
    vertical-align: 3px;
}

.tn-side-cart-disclaimer-toggle {
    display: flex;
    margin-bottom: 8px;
}

.tn-toggle-disclaimer {
    display: flex;
}

.tn-side-cart-disclaimer-toggle-text{
    font-family: Montserrat,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 1.5;
    font-weight: 500;
    color: #0c2340;
}

.tn-toggle-logo{
    margin-top: 2px;
}

.tn-info-rebuy > .tn-info-icon{
    vertical-align: 4px;
} 

/* TryNow Toggle */
.tn-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 16px;
    margin-left: auto;
    margin-right: 4px;
    margin-top: 1px;
}

.tn-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.tn-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.tn-slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: -1px;
    bottom: -5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow:inset 2px 2px 10px 2px #EAEBED;
    border: solid 1px white;
}
  
input:checked + .tn-slider {
    background-color: #2196F3;
}
  
input:focus + .tn-slider {
    box-shadow: 0 0 1px #2196F3;
}
  
input:checked + .tn-slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
  
.tn-slider.round {
    border-radius: 34px;
}
  
.tn-slider.round:before {
    border-radius: 50%;
}

/* Components */

.tn-popupmodal-outer-container {
    z-index: 100000000000000 !important;
}

.tn-popupmodal-inner-container{
    width: 720px;
}

.tn-popupmodal-info-card-paragraph{
    margin-bottom: 0;
}

.tn-popupmodal-footer-container{
    display: grid;
}

/* Checkout */

.tn-due-total {
    font-weight: 500;
}

.tn-autorize-text {
    margin-top: 1rem;
    font-size: 0.67rem;
}

.tn-made-possible-text {
    font-size: 0.67rem;
}

.tn-made-possible-text > img {
    width: 42px;
    vertical-align: text-bottom;
}