* {
    margin: 0px;
    padding: 0px;
    color: white;
    font-family: "Inter";
}

body {
    background-color: #212121;
}

a, a:hover, a:active, a:visited {
    color: #32755C;
    cursor: pointer;
    text-decoration: solid;
}

header {
    background-color: #403F3F;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .header {
    width: 1148px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    font-family: "Inter" !important;
    letter-spacing: 1px;
}

header img {
    width: 46px;
    height: 46px;
    margin-right: 15px;
    /* border: 1px solid #43997a; */
    border-radius: 15px;
}

.nav {
    display: flex;
    position: relative;
    /* right: 70px; */
}

.nav .nav-item {
    margin: 5px;
    /* border: 1px solid red; */
    border-radius: 8px;
    padding: 10px 7px;
    cursor: pointer;
    /* width: 75px; */
    text-align: center;
    transition: 0.3s;
    font-weight: 700;
}

.nav .nav-item:hover {
    transition: 0.3s;
    background-color: #2B2B2B;
}

.nav .nav-item.active {
    color: #46A07F;
    background-color: #2B2B2B;
}

.header .login-button {
    background: #46A07F;
    color: white;
    width: 170px;
    height: 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding-bottom: 0px;

    font-size: 18px;
    font-weight: 700;
}

.info {
    width: 1160px;
    height: 330px;
    background-color: #43997A;
    border-radius: 15px;
    margin: auto;
    margin-top: 110px;
    padding-top: 20px;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.info-image {
    position: relative;
    left: 25px;
}

.info-text {
    width: 530px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    right: 25px;
}

.info-text p:first-child {
    font-size: 36px;
    font-family: 'IntroDemoBlackCaps', sans-serif !important;
    margin-top: 0px !important;
}

.info-text p {
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

.shop_items {
    width: 960px;
    margin-bottom: 100px !important;
    /* height: 500px; */
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}

.shop_item {
    margin-top: 105px;    
    margin-left: 18px;
    margin-right: 18px;
}

.shop_item-image img {
    width: 200px;
    height: 200px;
    border: 2px solid #E5E7EB;
    border-radius: 15px;
}

.show_item-name {
    color: #ffffff6e;
    margin: 10px 0px 3px 15px;
    font-size: 20px;
}

.show_item-price {
    font-size: 26px;
    margin: 0px 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

footer {
    /* position: fixed;
    bottom: 0px; */
    background-color: #403F3F;
    width: 100%;
    margin-bottom: auto;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.footer-info {
    width: 75%;
    margin: auto;
    /* border: 1px solid red; */
    height: 70px;
    /* margin-top: 130px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-img {
    width: 48px;
    height: 48px;
    border-radius: 15px;
}

.footer-info_left {
    display: flex;
    align-items: center;
}

.footer-info_left p {
    margin-left: 15px;
}

.footer-info_left p:nth-child(1) {
    font-size: 14px;
}

.footer-info_left p:nth-child(2) {
    font-size: 10px;
}

.footer-right_info {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer-info_right-about {
    display: flex;
}

.footer-info_right-about a {
    color: white;
    margin: 0px 5px 0px 5px;
    font-size: 10px;
}

.footer-info_right-about a img {
    width: 25px;
}

.shop-back {
    display: flex;
    color: white !important;
    font-size: 18px;
}

.shop-block {
    width: 876x;
    margin: auto;
    margin-top: 80px;
}

.shop-block .shop-block_left {
    margin-top: 50px;
    display: flex;
}

.shop-block .shop-block_left img{
    width: 315px;
    height: 315px;
    margin: 0px 20px 0px 0px;
    border: 2px solid #E5E7EB;
    border-radius: 15px;
}

.shop-block .shop-block_left_details {
    margin: 0px 15px;
}

.shop-block .shop-block_left_details p:nth-child(1) {
    font-size: 36px;
    font-family: 'IntroDemoBlackCaps', sans-serif !important;
}

.shop-block .shop-block_left_details p:nth-child(2) {
    font-size: 18px;
}

.shop-block .shop-block_left_details .name_icon {
    width: 25px;
    height: 33px;
    border: none !important;
}

.other_items {
    margin-top: 15px;
    display: flex;
}

.other_items .other_item {
    margin: 0px 5px;
    opacity: 0.5;
    cursor: pointer;
}

.other_items .other_item-image img {
    width: 113px !important;
    height: 113px !important;
}

.other_item-name {
    margin: 5px 5px;
    font-size: 18px;
    color: #ffffff7e;
}

.other_item-price {
    font-size: 18px;
    margin: 0px 5px;
}

#item-price {
    margin-top: 15px;
}

.other_item.active  {
    opacity: 1;
}

.other_item.active img {
    border: 3px solid #46A07F;
    border-radius: 15px;
    opacity: 1;
}

.description {
    width: 830px;
    min-height: 298px;
    margin-bottom: 15px;
}

.description .desc-title {
    margin-top: 30px;
    font-size: 32px;
}

.description .desc-info {
    margin-top: 15px;
    font-size: 18px;
}

.other_item-name img {
    display: none;
}

.shop-page {
    /* margin: auto; */
    width: 90%;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-self: center;
    flex: 1;
}

.buy-form {
    margin-top: 80px;
    width: 380px;
    padding: 30px;
    height: 460px;
    background-color: #2E2E2E;
    border-radius: 15px;
}

.buy-form .buy_item {
    font-size: 40px;
    font-weight: 600;
}

.buy-form .buy-form_inputs {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    justify-content: space-between !important;
    height: 400px !important;
}

.buy-form .buy-form_inputs input {
    background-color: #2B2B2B;
    border: none;
    color: white;
    font-size: 16px;
    padding: 15px;
    border-radius: 6px;
    margin-top: 5px;
}

.buy-form .buy-form_inputs .bf_inputs_input input {
    width: 354px;
    font-family: Minecraft;
}

.buy-form .buy-form_inputs .bf_inputs_input input.error {
    width: 354px;
    font-family: Minecraft;
    color: hsla(0, 100%, 60%, 1) !important;
    border: 1px solid hsla(0, 100%, 60%, 1) !important;
}

.buy-form .buy-form_inputs .bf_inputs_input.checkbox {
    display: flex;
    align-items: start;
    justify-content: start;
    color: hsla(0, 0%, 100%, 0) !important;
    margin-top: 15px;
}
.buy-form .buy-form_inputs .bf_inputs_input.checkbox label {
    color: hsla(0, 0%, 100%, 0.5) !important;
}

.buy-form .buy-form_inputs .bf_inputs_input.checkbox label.error {
    color: hsla(0, 100%, 60%, 1) !important;
}

.buy-form .buy-form_inputs .bf_inputs_input.checkbox .form-check-input {
    width: 32px;
    color: #454545;
    /* accent-color: #454545 !important; */
}

.buy-form_inputs .bf_button {
    background-color: #46A07F;
    border-radius: 15px;
    border: none;
    font-size: 18px;
    width: 355px;
    height: 55px;
    margin: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.buy-form.puy_select {
    background-color: #1E2522;
}

.payment_selector {
    font-size: 36px;
    font-weight: 700;
}

.payment_selector.hide {
    display: none;
}

.payment_selector .card-selector {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #2D3634;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    opacity: 50%;
    margin-top: 15px;
    transition: 0.3s;
}

.payment_selector .bf_button {
    background-color: #46A07F;
    border-radius: 15px;
    border: none;
    font-size: 18px;
    margin-top: 15px !important;
    width: 100%;
    height: 55px;
    margin: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.payment_selector .card-selector_info {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #2D3634;
    padding: 5px 15px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
    padding: 15px;
}

.payment_selector .card-selector_info p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.payment_selector .card-selector_info p:nth-child(2) {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    /* font-weight: 700; */
}

.payment_selector .card-selector:hover {
    opacity: 100%;
    transition: 0.3s;
}

.payment_selector .card-selector.active {
    opacity: 100%;
    transition: 0.3s;
}


.payment_selector .card-selector img {
    margin-right: 25px;
    width: 55px;
}

.buy-form_inputs.hide {
    display: none;
}

.buy_item.hide {
    display: none;
}

.payment_info {
    background-color: #46A07F;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 250px;
    border-radius: 8px;
    margin-top: 15px;
}