/**
 *  Pulltarps New Build a Tarp Style
 *
 *  @author   tridaz
 *  @package  pulltarps
 */

/* General */
.page-template-new-bat .site-content,
.page-template-review-tarp .site-content {
    padding-bottom: 30px;
    background: url(images/new-config/new-config-bg.png) center bottom no-repeat;
    background-size: contain;
}

#pulltarps_new_bat_maintitle {
    padding: 0;
    margin: 30px 0;
}

#pulltarps_new_bat_maintitle h1 {
    padding: 0;
    margin: 0;
}

.page-template-new-bat .red { 
    color: #ED1C24;
}

@media (min-width: 1600px) {
    .page-template-new-bat .new-bat__content-col  {
        width: 58.33333333%;
    }

    .page-template-new-bat .new-bat__sidebar-col {
        width: 41.66666667%;
    }
}


#pulltarps_new_bat_top h1,
#review_order_top h1 {
    padding-bottom: 15px;
    font-size: 81px;
    color: #000;
}

.pulltarps-page-section.new-bat-block {
    padding-bottom: 0;
}

.page-template-new-bat table tr:nth-child(even) td {
    background: transparent;
}

.new-bat-block {
    background: #000;
}

.new-bat-block img {
    border-radius: 0;
}

.new-bat__heading {
    padding: 10px 15px;
    font-size: 24px;
    font-family: "abolition", "Arial Narrow", Arial, sans-serif;
    color: #ED1C24;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(255, 255, 255, 16%);
}

.new-bat__panel {
    padding: 15px 15px 0;
}

.new-bat__step-top-content {
    margin-bottom: 20px;
}

.new-bat__panel h2.title,
.new-bat__panel h4.title {
    margin-top: 0;
    font-family: "abolition", "Arial Narrow", Arial, sans-serif;
    font-size: 42px;
    color: #fff;
}

.page-template-new-bat .new-bat__panel h3 {
    padding: 0;
    font-size: 30px;
    color: #fff;
}

.new-bat__panel h4.title {
    font-size: 30px;
}

.new-bat__step-top-content .content {
    font-size: 15px;
    color: #8D8D8D;
}

.new-bat__panel-question h3 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
}

#new_bat_product_form .icon_question-mark {
    display: inline-block;
    margin-left: 5px;
    height: 25px;
    width: 25px;
    background: url(images/new-config/question-mark-icon.png);
}

.new-bat__previous {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #8D8D8D;
}

.new-bat__edit-selection {
    font-size: 15px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #707070;
}

.new_bat_size {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.new_bat_size .title {
    font-size: 18px;
    font-weight: bold;
}

.new_bat_size .details {
    font-size: 15px;
}

.new_bat_mobile_swipe_info {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    color: #8D8D8D;
    display: none;
}


/* Loading */
#new_bat_loading {
    background: url( 'images/ajax-loader-red-black.gif' );
    background-color: black;
    background-size: auto 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: none;
    height: 32px;
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

#new_bat_add_to_cart_loading {
    background: url( 'images/ajax-loader-red-bg.gif' );
    background-color: #ED1C24;
    background-size: auto 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

#new_bat_part_number_loading {
    background: url( 'images/ajax-loader-red-black.gif' );
    background-color: black;
    background-size: 32px 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: none;
    height: 35px;
    margin: 0 10px;
    text-align: center;
    width: 80px;
    padding: 5px 0;
    box-sizing: border-box;
}

/* Step 1 */
.new-bat__step-1-container {
    margin: 30px 0 0;
    padding: 1px;
    -webkit-clip-path: polygon(95% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(95% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    background: #707070;
}

#new_bat_part_number_form {
    display: table;
    max-height: 50px;
    margin-bottom: 10px;
}

#new_bat_part_number_form > input,
#new_bat_part_number_form > div {
    display: inline-block;
	vertical-align: middle;
	min-width: 100px;
}

#new_bat_part_number_form .pulltarps-large-cta {
    margin-top: 0;
}

#new_bat_step1_system {
    padding: 15px;
    -webkit-clip-path: polygon(95% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(95% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    background: #000;
}

.new-bat__panel-question {
    margin: 5px 0 20px;
}

.new-bat__tt-container {
    margin-bottom: 20px;
}

.new-bat__tt-image img {
    width: 100%;
}

#new_bat_step1_tt.has-selected .new-bat__tt-image {
    opacity: .36;
}

/* .new-bat__panel .new-bat__btn-wrapper {
    display: inline-block;
    margin: 15px 0 0;
    min-width: 125px;
    float: none;
}

.new-bat__panel .new-bat__btn {
    height: 47px;
    font-size: 26px;
} */

#new_bat_step1_system.has-selected .new-bat__btn-wrapper {
    border-color: #707070;
}

#new_bat_step1_system.has-selected .new-bat__btn {
    background: #707070;
}

#new_bat_step1_system .new-bat__tt-container .new-bat__tt-image {
    border: 3px solid #000000;
}

#new_bat_step1_system.has-selected .new-bat__tt-container.is-selected .new-bat__btn {
    background: #ED1C24;
}

#new_bat_step1_system.has-selected .new-bat__tt-container .new-bat__tt-image {
    opacity: 0.3;
}

#new_bat_step1_system.has-selected .new-bat__tt-container.is-selected .new-bat__tt-image {
    border: 3px solid #ED1C24;
    opacity: 1;
}

#new_bat_step1_system.has-selected .new-bat__tt-container.is-selected .new-bat__btn-wrapper {
    border-color: #ED1C24;
}

#new_bat_step1_system.has-selected .new-bat__tt-container.is-selected .new-bat__btn { 
    background: #ED1C24;
}

.new-bat__asphalt-bg-block {
    margin: 0 -15px;
    padding: 15px 15px 30px;
    background: url(images/new-config/asphalt-bg.png) no-repeat;
    background-size: cover;
}

.new-bat__radio {
    cursor: pointer;
    display: flex;
    position: relative;
    margin-right: 15px;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 56%);
    border-radius: 50%;
}

.new-bat__radio .glyphicon {
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    font-size: 35px;
    color: #ED1C24;
}

.new-bat__radio::after {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: linear-gradient(#545454, #000);
}

.new-bat__next-step-btn-container {
    margin: 15px -15px 0;
}

.new-bat__next-step-btn {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    width: 100%;
    border-radius: 0;
    background: #ED1C24;
    font: 42px/1.15 "abolition", "Arial Narrow", Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.new-bat__next-step-btn span {
    position: relative;
    padding-right: 25px;
    text-align: left;
    font: 15px 'acumin-pro', 'Arial Narrow', Arial, sans-serif;
    text-transform: none;
    width: 130px;
}

.new-bat__next-step-btn span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0; 
    height: 0; 
    border-style: solid;
    border-width: 22.5px 0 22.5px 12px;
    border-color: transparent transparent transparent #fff;
}

#new_bat_step1_button {
    display: none;
}

#new_bat_part_number_form input[type="text"] {
    margin-right: 10px;
    padding: 10px 15px;
    border: 3px solid rgba(112, 112, 112, 0.3);
    border-radius: 3px;
    background: linear-gradient(180deg, #fff, #808080);
    font-size: 30px;
    max-height: 50px;
}

/* Step 2 */
#new_bat_step2 {
    display: none;
}

#new_bat_step2_top {
    color: #FFFF00;
}

#new_bat_step2_fake {
    background: #000000;
    color: #FFFF00;
}

#new_bat_step2_hp {
    margin-top: 15px;
}

#new_bat_hp_results {
    position: relative;
}

#new_bat_hp_results .new-bat__hp-slider-arrow {
    position: absolute;
    top: 35%;
    font-size: 22px;
    color: #fff;
	line-height: 1;
}

#new_bat_hp_results .new-bat__hp-slider-arrow .glyphicon {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
    background-color: #f02127;
}

#new_bat_hp_results .new-bat__hp-slider-arrow .glyphicon::before {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.5px 0;
}

#new_bat_hp_results #new_bat_hp_slider_next {
    right: 0;
}

#new_bat_step2_hp #new_bat_hp_slider {
    margin: 0 35px;
    overflow: hidden;
}

.new-hp-container {
    margin: 0 5px;
    color: #fff;
}

.housing-position-description-container {
    box-shadow: 0 0 13px rgba(255, 255, 255, 0.36);
    background: #000;
}

.new-hp-container .image-container {
    padding-bottom: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.new-hp-container .title-container {
    padding: 10px;
    font: bold 17px/20px 'acumin-pro', 'Arial Narrow', Arial, sans-serif;
    min-height: 60px;
}

.new-hp-container .text-container {
    padding: 0 10px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
    min-height: 50px;
    overflow: hidden;
}

.new-hp-container .new-bat__btn .glyphicon {
    display: none;
}

.new-hp-container.is-selected .new-bat__btn .backskew {
    display: none;
}

.new-hp-container.is-selected .new-bat__btn .glyphicon {
    display: inline;
}

#new_bat_hp_results.has-selected  .new-bat__btn {
    background-position: right bottom;
}

#new_bat_hp_results.has-selected .new-hp-container:not(.is-selected) .pulltarps-large-cta {
    border-color: #707070;
}

#new_bat_hp_results.has-selected .new-hp-container:not(.is-selected) .new-bat__btn {
    background: #707070;
}

.housing-position-button-container {
    cursor: pointer;
}

#new_bat_step2_sizes {
    margin-top: 40px;
}

#new_bat_step2_video {
    position: relative;
    padding-top: 54%;
    background-size: cover;
}

#new_bat_step2_video .new-bat__video-play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -42px 0 0 -42px;
    height: 84px;
    width: 84px;
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: #000;
    font-size: 32px;
    color: #fff;
}

.new-bat__slider-container {
    margin: 0 0 10px;
}

.new-bat__slider-container h4 {
    margin: 0 0 20px;
    font-family: "abolition", "Arial Narrow", Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.new-bat__slider-container .noUi-target {
    position: relative;
    height: 25px;
    padding: 1px 2px;
    border: 2px solid rgba(255, 255, 255, 0.27);
    border-radius: 40px;
    background: linear-gradient(4deg, #3B3B3B, rgba(0, 0, 0, 0.99));
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.new-bat__slider-container .noUi-target::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 40px;
    background: repeating-linear-gradient(to right, transparent, transparent 39px, rgb(112,112,112, 0.46) 40px, transparent 41px);
}

.new-bat__slider-container .noUi-connect {
    border-radius: 40px;
    background: linear-gradient(to bottom, rgba(217, 8, 8, 0.99), #980006);
}

.new-bat__slider-container .disabled .noUi-connect {
     background: linear-gradient(to bottom, rgba( 222, 222, 222, 0.99), #222222);
}

.new-bat__slider-container .noUi-handle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    width: 34px;
    height: 24px;
    border: 3px solid #a6a6a6;
    border-radius: 40px;
    background: linear-gradient(358deg, #000000, #545454);
    box-shadow: none;
}

.new-bat__slider-container .noUi-handle::before {
    display: block;
    position: static;
    width: 8px;
    height: 9px;
    background: url(images/new-bat/slider-handle-bg.png);
}

.new-bat__slider-container .noUi-handle::after {
    content: none;
}

.new-bat__slider-controls {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-bat__slider-value {
    min-width: 120px;
    margin: 0 15px;
    padding: 0 15px;
    border: 3px solid rgba(112, 112, 112, 0.3);
    border-radius: 3px;
    background: linear-gradient(180deg, #fff, #808080);
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    color: #000000;
}

.new-bat__slider-controls .slider-left-arrow,
.new-bat__slider-controls .slider-right-arrow {
    border: 1px solid #A2A2A2;
    border-radius: 4px;
    font-size: 20px;
}

.new-bat__slider-controls .slider-left-arrow .fa,
.new-bat__slider-controls .slider-right-arrow .fa {
    padding: 6px 12px;
    color: #fff;
}

/* Step 3 */
#new_bat_step3 {
    display: none;
}

#new_bat_step3_top {
    color: #00E546;
}

#new_bat_step3_fake {
    background: #000000;
    color: #00E546;
}

.new-bat__mesh-icon {
    display: inline-block;
    width: 31px;
    height: 22px;
    background: url(images/new-config/new-config-mesh-icon.png);
}

.new-bat__vinyl-icon {
    display: inline-block;
    width: 36px;
    height: 32px;
    background: url(images/new-config/new-config-vinyl-icon.png);
}

#new_bat_step3_tarp {
    margin-top: 30px;
    padding: 0 0 30px;
	position: relative;
}

.new-bat__prod-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 50%;
	background-color: #f02127;
	color: #fff;
	line-height: 22px;
	z-index: 2;
}

#new_bat_mesh_slider_next.new-bat__prod-slider-arrow,
#new_bat_vinyl_slider_next.new-bat__prod-slider-arrow {
	left: auto;
	right: 0;
}

.new-bat__tarp-products {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
	width: 90%;
	margin: 0 5%;
	overflow: hidden;
}

.new-bat__tarp-product-container {
    /* width: 90%; calc(50% - 7.5px); */
    padding: 1px;
    -webkit-clip-path: polygon(95% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(95% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    background: #707070;
}

/* .new-bat__tarp-product-container:nth-child(even) {
    margin-left: 15px;
} */

.new-bat__tarp-product {
    padding: 20px 20px 0;
    -webkit-clip-path: polygon(95% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(95% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    background: #000;
    color: #fff;
}

.new-bat__tarp-product h4 {
    margin: 0 0 30px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.new-bat__tarp-product-name {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.new-bat__tarp-product-table {
    font-size: 15px;
}

.new-bat__tarp-product-table tr:nth-child(odd) {
    background: #2C2C2C;
}

.new-bat__tarp-product-table .label {
    display: table-cell;
    border-radius: 0;
    border-right: 1px solid #383838;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}

.new-bat__tarp-product-table .value {
    text-align: right;
    font-size: 15px;
}

.new-bat__tarp-product-table .label,
.new-bat__tarp-product-table .value {
    padding: 10px 15px;
}

.new-bat__tarp-product-btn-container {
    margin: 30px -20px 0;
}

/* .new-bat__tarp-product-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    border: 3px solid #ED1C24;
    font-size: 42px;
    line-height: 1.2;
    font-family: "abolition", "Arial Narrow", Arial, sans-serif;
    background: transparent;
}

.new-bat__tarp-product-btn div::after {
    content: "";
    display: flex;
    width: 0; 
    height: 0; 
    border-style: solid;
    border-width: 22.5px 0 22.5px 12px;
    border-color: transparent transparent transparent #fff;
}

.new-bat__tarp-product-btn:hover {
    border: 3px solid #ED1C24;
    background: #ED1C24;
    color: #fff;
} */
.new-bat__tarp-product-btn div {
	display: none;
}

.tarp-image {
    margin-bottom: 15px;
}

.tarp-image > img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.tarp-price .text,
.tarp-price .price {
    display: table;
    width: 100%;
    text-align: center;
}

.new-bat__tarp-product .tarp-price {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.new-bat__tarp-product .tarp-price .text {
    font-size: 11px;
    text-transform: uppercase;
}

.new-bat__tarp-product .tarp-price .price {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}


/* Build a Tarp Summary */
#new-bat__your-order {
    /* position: fixed; */
}

.new-bat-summary {
    padding: 15px;
    color: #fff;
}

.new-bat-summary__step-block {
    margin: 0 0 20px;
}

.new-bat-summary__heading {
    margin: 0 0 10px;
    font-family: "abolition", "Arial Narrow", Arial, sans-serif;
    font-size: 25px;
    color: #fff;
}

.new-bat-summary__table {
    margin: 0 0 10px;
    box-shadow: 0 0 13px rgba(255, 255, 255, 0.36);
    font-size: 15px;
}

.new-bat-summary__table tr:nth-child(even) {
    background: #2C2C2C;
}

.new-bat-summary__table .label {
    display: table-cell;
    border-radius: 0;
    border-right: 1px solid #383838;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}

.new-bat-summary__table .value {
    text-align: right;
    font-weight: bold;
}

.new-bat-summary__table .label,
.new-bat-summary__table .value {
    padding: 10px 15px;
}

#new_bat_summary_after_step1,
#new_bat_summary_after_step2,
#new_bat_summary_subtotal {
    display: block;
}

/* Review Your Order */
.review-order__main-title {
    font-size: 42px;
    color: #000;
}

.review-order__step-container {
    background: #000;
}

#review_order_step3 {
    margin: 0 0 30px;
}

.review-order__step-container .new-bat-summary__heading {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #8D8D8D;
    line-height: 1;
}

.review-order__step-container
.new-bat-summary__heading .left-heading {
    font-size: 24px;
    color: #ED1C24;
}

#review_order_step2
.new-bat-summary__heading .left-heading {
    color: #FFFF00;
}

#review_order_step3
.new-bat-summary__heading .left-heading {
    color: #00E546;
}

.review-order__step-container
.new-bat-summary__heading .right-heading a {
    display: flex;
    align-items: center;
    font: bold 15px 'acumin-pro', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    color: #8D8D8D;
}

.review-order__step-container
.new-bat-summary__heading .right-heading .dashicons {
    font-size: 24px;
}

.review-order__step-container
.new-bat-summary__content {
    padding: 15px;
}

.review-order__step-container
.new-bat-summary__content h3 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #fff;
}

.review-order__step-container
.new-bat-summary__table tr:nth-child(even) td {
    background: #2C2C2C;
}

.review-order__step-container
.new-bat-summary__table .value {
    font-size: 16px;
    color: #fff;
}

#review_order_housing h4,
#review_order_tarp h4 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#review_order_housing p,
#review_order_tarp p {
    font-size: 15px;
    color: #fff;
}

.review-order__checkout-container {
    overflow: hidden;
    background: #000;
    padding: 0 0 20px;
}

.review-order__checkout-container h3 {
    margin: 20px 10px;
    font-size: 30px;
    color: #fff;
}

#review_order_price_container {
    margin: 0 10px;
    padding: 15px;
    border: 1px solid #707070;
    text-align: center;
    color: #fff;
}

.review-order__checkout-total-title {
    font-size: 11px;
    text-transform: uppercase;
}

.review-order__checkout-total-price {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}

#review_order_add_to_cart,
#review_order_go_to_checkout {
    /* display: flex; */
    position: relative;
    margin: 0;
    padding: 15px;
    border-radius: 0;
    width: 100%;
    background: #ED1C24;
    font: 42px "abolition", "Arial Narrow", Arial, sans-serif;
    color: #fff;
    letter-spacing: -0.5px;
	text-align: left;
}

#review_order_add_to_cart .dashicons,
#review_order_go_to_checkout .dashicons {
    margin: 3px 10px 0 0;
    font-size: 42px;
    width: auto;
    height: auto;
}

#review_order_add_to_cart::after,
#review_order_go_to_checkout::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 0 22.5px 12px;
    border-color: transparent transparent transparent #fff;
}


@media (max-width: 640px) {
    .new_bat_mobile_swipe_info {
        display: block;
    }
    #content > .container-fluid {
        margin: 0 !important;
        padding: 0 !important;
    }
}
@media (min-width: 640px) {
	.new-bat__panel .new-bat__btn-wrapper {
		display: inline-block;
		float: none;
		margin: 10px 0 0 0;
	}
	.new-bat__tarp-products {
		width: 100%;
		margin: 0;
	}
	.new-bat__tarp-product-container:nth-child(2n+1) {
		margin-right: 15px;
	}
	.new-bat__tarp-product-container:nth-child(2n) {
		margin-left: 15px;
	}
}
@media (min-width: 992px) {
	.new-bat__panel .new-bat__btn-wrapper {
		display: inline-block;
		float: none;
		margin: 10px 0 0 0;
	}
	.pulltarps-large-cta .new-hp-container a.new-bat__btn span.glyphicon.backskew {
		line-height: 48px;
	}
}

/** Klarna **/
klarna-placement {
    margin-top: 30px;
}
/*My CSS*/
.popover .grid-tooltip-headline {
    display: none !important;
}
.popover .popover-body {
    font-size: 12px !important;
}
.help-icon .new-bat__tt-image {
    position: relative;
}
.help-icon .new-bat__tt-image .icon_question-mark {
    display: inline-block;
    margin-left: 5px;
    height: 25px;
    width: 25px;
    background: url(images/new-config/question-mark-icon.png);
    position: absolute;
    bottom: 6px;
    right: 10px;
}
.disclaimer-text {
    text-align: center;
    color: #fff;
    margin-top: 5px;
}