body{
	margin: 0px;
	margin: 0px;
    font-family: 'SF Pro Display'; 
    background-color: #FFFFFF;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5, p{
	margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: 'SF Pro Display'; 
}
.center {
    width: 90%;
    max-width: 1160px;
    height: auto;
    margin: 0 auto;
}

/* CHECKOUT */
.checkout{
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;
}
.checkout__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.checkout__item{
    width: 100%;
    max-width: 380px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.checkout__item__exit{
    width: 100%;
    height: auto;
    float: left;
}
.checkout__item__exit a{
    width: 14px;
    height: 14px;
    float: left;
    background-image: url("../images/icon/exit.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 21px 0 0;
}
.checkout__item__exit p{
    width: fit-content;
    height: auto;
    float: left;
    position: relative;
    font-size: 16px;
    color: #323232;
    text-align: left;
    font-weight: 600;
    padding: 0 0 0 58px;
}
.checkout__item__exit p::before{
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    background-image: url("../images/icon/logo.svg");
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 100px;
    box-shadow: 0px 4px 7.9px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    left: 0;
    top: -13px;
}
.checkout__item__total{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 0 40px;
    margin: 32px 0 0 0;
    box-sizing: border-box;
}
.checkout__item__total p{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(0, 0, 0, 0.4);
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.checkout__item__total b{
    width: 100%;
    height: auto;
    float: left;
    color: #323232;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    margin: 12px 0 0 0;
}
.checkout__item__wallets{
    width: 100%;
    height: auto;
    float: left;
}
.checkout__item__wallets button{
    width: 100%;
    height: 42px;
    float: left;
    border: unset;
    background-color: #000000;
    border-radius: 8px;
    margin: 0 0 24px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 20px;
    border: unset !important;
    outline: unset !important;
    cursor: pointer !important;
}
.checkout__item__wallets button:hover{
    background-color: #3c4043;
}
.checkout__item__wallets button.apple{
    background-image: url("../images/icon/apple.svg");
    margin: 0 0 14px;
    height: 43px;
}
.checkout__item__wallets button.google{
    background-image: url("../images/icon/google.svg");
}
.checkout__item-section{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.checkout__item-section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.checkout__item-section span{
    width: fit-content;
    height: auto;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
    background-color: #fff;
    z-index: 1;
}
.checkout__item form{
    width: 100%;
    height: auto;
    float: left;
}
.checkout__item__box{
    width: 100%;
    height: auto;
    float: left;
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.checkout__item__box p{
    width: 100%;
    height: auto;
    float: left;
    color: #323232;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}
.checkout__item-form label{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.checkout__item-form label > input, .checkout__item-form label > select{
    width: 100%;
    height: 42px;
    float: left;
    color: rgba(0, 0, 0);
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 12px 11px 12px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
}
.checkout__item-form label > input.error::placeholder{
    color: red;
}
.checkout__item-form label > select{
    color: #000000;
    font-weight: 400;
    background-image: url("../images/icon/drop.svg");
    background-position: calc(100% - 14px) 18px;
    background-repeat: no-repeat;
    background-size: 12px 6px;
}
.checkout__item-form > button{
    width: 100%;
    height: 42px;
    float: left;
    background-color: #0074d3;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 32px 0 0 0;
    border: unset;
    cursor: pointer;
    letter-spacing: 0.5px;
	background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
    transition: .4s;
}
.checkout__item-form > button.loader{
	color: #0074d300;
    background-image: url(../images/icon/loader.gif);
    transition: .4s;
}
.checkout__item-form > button:hover{
    box-shadow: inset 0 0 0 1px rgba(50, 50, 93, 0.1), 0 6px 15px 0 rgba(50, 50, 93, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    transition: .4s;
}
.checkout__item-form > button.successfully{
    background-color: #4aca79;
    transition: .4s;
}
.checkout__item__box:nth-child(1) span{
    width: fit-content;
    height: auto;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 13px;
    top: 11.5px;
}
.checkout__item__box:nth-child(2) label:nth-child(2):before{
    content: "";
    position: absolute;
    width: 108px;
    height: 16px;
    top: 13.25px;
    right: 16px;
    background-image: url("../images/icon/cards.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.checkout__item__box:nth-child(1) input{
    background-color: #fafafa;
    padding: 11px 12px 11px 106px;
    color: #000000;
}
.checkout__item__box:nth-child(1) input.error{
    color: red;
}
.checkout__item__box:nth-child(2) label:nth-child(2) > input{
    border-radius: 8px 8px 0 0;
    padding: 11px 135px 11px 12px;
}
.checkout__item__box:nth-child(2) label:nth-child(3){
    width: 50%;
}
.checkout__item__box:nth-child(2) label:nth-child(3) > input{
    border-radius: 0 0 0 8px;
    border-top: unset;
    width: 100%;
}
.checkout__item__box:nth-child(2) label:nth-child(4){
    width: 50%;
}
.checkout__item__box:nth-child(2) label:nth-child(4)::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 16px;
    background-image: url("../images/icon/cvv.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.checkout__item__box:nth-child(2) label:nth-child(4) > input{
    border-radius: 0 0 8px 0;
    border-top: unset;
    width: 100%;
    border-left: unset;
    padding: 11px 50px 11px 12px;
}
.checkout__item__box:nth-child(4) label:nth-child(2) > select{
    border-radius: 8px 8px 0 0;
}
.checkout__item__box:nth-child(4) label:nth-child(3) > input{
    border-radius: 0 0 8px 8px;
    border-top: unset;
}
.checkout__item-powered{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    margin: 24px 0 0 0;
    text-align: center;
}
.checkout__item-powered b{
    font-weight: 600;
}
.checkout__item ul{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    margin: 22px 0 0 0;
    justify-content: center;
}
.checkout__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 11px;
}
.checkout__item ul > li > a{
    width: fit-content;
    height: auto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
}
.checkout__item-certificate{
	width: 100%;
	height: auto;
	float: left;
	color: #00bb8d;
	font-size: 16px;
	background: #effaf4;
	border-radius: 8px;
	margin: 24px 0 0 0;
	padding: 18px 31px 18px 55px;
	box-sizing: border-box;
	position: relative;
}
.checkout__item-certificate::before{
	content: "";
	position: absolute;
	width: 21.88px;
	height: 24.5px;
	left: 22px;
	top: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/icon/certificate.svg");
}
.checkout__item-certificate b{
	font-weight: 700;
}
.checkout__item-secure{
	width: fit-content;
	height: 32px;
	color: #000000;
	text-align: left;
	font-size: 16px;
	margin: 18.5px 0 0 0;
	padding: 0 0 0 38.5px;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
}
.checkout__item-secure::before{
	content: "";
	position: absolute;
	width: 32px;
    height: 32px;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/icon/secure.svg");
}
.checkout__item-secure a{
	width: 87px;
	height: 18.27px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/icon/maverick.svg");
	margin: 0 0 0 6px;
}
/* CHECKOUT */

/* MODAL */
.modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #0000000a;
    z-index: 10005;
}
.modal__row{
    width: 90%;
    max-width: 550px;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 37px 50px 37px 50px;
    box-sizing: border-box;
}
.modal__row h2{
    width: 100%;
    height: auto;
    float: left;
    color: #9d1010;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    padding: 100px 0 0 0;
    position: relative;
}
.modal__row h2::before{
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url("../images/icon/error.svg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.modal__row p{
    width: 100%;
    height: auto;
    float: left;
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin: 12px 0 0 0;
}
.modal__row a{
    width: 100%;
    height: auto;
    float: left;
    background: #0074d3;
    border-radius: 8px;
    margin: 40px 0 0 0;
    padding: 12px 0;
    display: flex;
    justify-content: center;
}
.modal__row a > span{
    width: fit-content;
    height: auto;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 27px;
}
.modal__row a > span::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("../images/icon/again.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 2.5px;
}
/* MODAL */

@media screen and (max-width: 860px){
    .checkout__item{
        max-width: 100%;
    }
    .checkout{
        padding: 24px 0;
    }
    .checkout__item__total {
        padding: 0;
        margin: 35px 0 24px;
    }
    .checkout__item__total p{
        text-align: center;
    }
    .checkout__item__total b{
        font-size: 24px;
        text-align: center;
    }
	.modal__row {
        padding: 28px 15px;
    }
    .modal__row h2 {
        font-size: 30px;
        padding: 95px 0 0 0;
    }
	.checkout__item-certificate{
		font-size: 14px;
	}
}