@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Default Settings */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --color-black: #000;
    --color-primary: #FCC901;

    --space--page: calc(100vh - 106px + 150px + 100px);
    --mainwrap--padding: 60px 5%;
}

body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}



/* Different Animation Divs */

.animation__yellow__balloon {
    background-color: var(--color-primary);
    width: 68vw;
    height: 68vw;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-16vw, -22vw);
    border-radius: 99999px;
    z-index: -1;
    transform-origin: top left;
    opacity: 1;

}

/*! Header Section */

.header {
    width: 94%;
    margin: 0 auto;
    padding: 35px 0;
    transition: opacity .3s ease-in-out;
}

.header-login__basket__section .login__btn, .header-login__basket__section .basket__btn {
    padding: 0 10px;
    position: relative;
    color: #000;
}

.header-login__basket__section .login__btn {
    padding-right: 15px;
    position: relative;
    padding-left: 0 !important;
}

.header-login__basket__section .basket__btn {
    padding: 0 15px;
    position: relative;
    position: relative;
}

.header-login__basket__section .basket__btn span{
    font-size: 13px;
    font-family: "Barlow SemiBold", sans-serif;
    position: absolute;
    top: 4px;
    transform: translateY(-100%);

    color: #000;
}

.header-login__basket__section .login__btn::after, .header-login__basket__section .basket__btn::after {
    content: "";
    background-color: var(--color-black);
    width: 2px;
    height: 26px;
    position: absolute;
    right: 0px;
    bottom: 0;
    opacity: .6;
}

.header-login__basket__section .login__btn.active::before, .header-login__basket__section .basket__btn.active::before {
    content: "";
    background-color: var(--color-black);
    width: 20px;
    height: 4px;
    bottom: -15px;
    position: absolute;

}




.header-login__basket__section .login__btn img {
    height: 27px;
    width: auto;
}

.header-login__basket__section .basket__btn img {
    height: 30px;
    width: auto;
    bottom: -3px;
    position: relative;
}


.header-links {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 0;
}


.header-links li {
    list-style-type: none;
    position: relative;
}



.header-links li a {
    font-family: "Barlow Light", sans-serif;
    text-decoration: none;   
    color: var(--color-black);
    position: relative;
    font-size: 20px;
}

.header-links li a.active {
    font-family: "Barlow SemiBold", sans-serif;
}

.header-links li a.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    background-color: #000;
    width: 100%;
    height: 3px;

}

.header-links-dropdown__menu__wrapper {
    padding-top: 80px;
    position: absolute;
    top: 0px;
    opacity: 0;
    left: 0;
    transition: all .3s ease-in-out;
    z-index: 11;
    width: 360px;
    pointer-events: none;



}

.header-links-dropdown__menu__wrapper.active {
    opacity: 1;
    pointer-events: visible;
}

.header-links li .header-links-dropdown__menu {
    background-color: #F2EFEF;
    padding: 20px 15px;
}



.header-links li span {
    display: flex;
    margin-left: 7px !important;
    margin: 0;
    width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top: 0;
  border-bottom: 30px solid #F2EFEF;
  opacity: 0;
  

  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  transition: all .3s ease-in-out;
}

.header-links li span.active {
    opacity: 1;
}




.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group h4 {
    font-size: 18px;
    font-family: "Barlow Light", sans-serif;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group h4 img{
    width: 12px;
    height: auto;
    transition: transform .3s ease-in-out;
    margin-right: 5px;
}

.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group ul {
    padding-left: 35px;
    display: none;
}

.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group ul li {
    cursor: pointer;
}

.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group ul li:last-of-type {
    padding-bottom: 5px;
}

.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group ul li a {
    font-family: "Barlow Light", sans-serif;
    font-size: 18px;
}

.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group.active h4{
    font-family: "Barlow SemiBold", sans-serif;
}

.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group.active h4 img{
    transform: rotate(90deg);
}

.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group.active ul{
    display: block;
}



.header-links li .header-links-dropdown__menu .header-links-dropdown__menu-group ul li.active a {
    font-family: "Barlow SemiBold", sans-serif;
}


.header-logo__section {
    position: relative;
    width: 100px;
    height: auto;
}

.header-logo__section img {
    position: absolute;
    top: 0;
    width: 100px;
    height: auto;
}


.product__slider {
    width: 24vw;
    height: 70vh;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible !important;
}

.product__slider .wrapper__for__overflow {
    overflow: hidden;
}

.product__slider .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease ;
}

.product__slider .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.product__slider .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
}



.product__information__wrapper {
    width: 350px !important;
    height: calc(93vh - 160px) !important;
    display: flex;
    justify-content: end;
    align-items: end;
    /* z-index: 999;  */
    z-index: 9;
}

.product__information{
  width: 100%;
}

.product__information .circle {
    width: 270px;
    height: 270px;
    background-color: var(--color-primary);
    border-radius: 9999px;
    margin-bottom: 30px;
}

.product__information .circle p {
    border-radius: 9999px;
    font-size: 22px;
    font-weight: 700;
    padding: 0 48px;
    margin-bottom: 0 !important;
    text-align: center;
    opacity: 1 !important;
    transform: rotate(-7deg);
}

.product__information h1{
    font-size: 1.13em;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Barlow SemiBold', sans-serif;

}

.product__information p {
    font-family: "Barlow Light", sans-serif;
    font-size: 18px;
}



.product__information .desc{
    font-size: 1.13em;
    font-weight: normal;
    opacity: .8;
    margin-bottom: 1.5rem;
    font-family: 'Barlow Light', sans-serif;

}

.product__information p span{
    font-family: 'Barlow SemiBold', sans-serif;

}

.product__information-options {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 1.5rem;
}

.product__information-option.active {
    border: 1.5px solid #4d4d4dd0;
    background-color: #e0e0e0;
}

.product__information-option .product__information-option-price {
    font-family: "Barlow Medium", sans-serif;
    white-space: nowrap;
}

.product__information-option {
    border: 1px dashed #b4b4b4;
    padding: 5px 4px;
}

.product__information-option h4 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    font-family: "Barlow Medium", sans-serif;
}


.product__information-products__completed__btns input {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    outline: none;
    font-size: 19px;
    font-family: "Barlow SemiBold", sans-serif;
    border: 1px solid #0000002e;
}

.product__information-products__completed__btns input::-webkit-outer-spin-button,
.product__information-products__completed__btns input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product__information-products__completed__btns button {
    height: 35px;
    font-size: 1.21em;
    padding: 0 11px;

    font-family: "Barlow SemiBold", sans-serif;
    border: 1.5px solid #4d4d4dd0;
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    line-height: 1px;
}

.product__information-products__completed__btns button span {
    display: flex;
    margin-left: 7px !important;
    margin: 0;
    width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom: 15px solid var(--color-primary);
    transform: rotate(90deg);
}

/*! Home Page */
.home__wrapper {
    min-height: var(--space--page);
    padding: var(--mainwrap--padding);
    display: flex;
    justify-content: center;
    padding-bottom: 200px;
    padding-top: 0 !important;
    position: relative;
}

.home__wrapper .video-Box {
    width: 1550px;
    height: min-content;
    animation: zoomIn 3.1s ease-in-out;
    pointer-events: none;
    display: none;
}

.TextMainContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rectangleContainer {
    width: 400px;
    height: 400px;
    position: relative;
}

.text-BoxContainer {
    width: 90%;
    height: 120px;
    background-color: #EBECEC;
    position: absolute;
    top: -240px;
    right: -241px;
    animation: backInDown 1s ease;
    display: none;
}

.Text-Box {
    padding: 15px;
    font-family: 'Barlow Light';
    line-height: 20px;
    font-size: 18px;
}



.Text-Box p .textDactilo strong {
    font-family: 'Barlow SemiBold';
}

.Text-Box::before {
    content: '';
    position: absolute;
    bottom: -15px;
    z-index: -1;
    border: 20px solid transparent;
    border-top: 28px solid #EBECEC;
    top: 120px;
}

.forwardBackButton {
    width: 100%;
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 74px;
    z-index: 98;
}

.forwardBackButton .Back,
.forwardBackButton .Next {
    padding: 5px 12px;
    border: 1px solid rgb(66, 66, 66);
    display: flex;
    align-items: center;
    font-family: 'BarlowSemiBold';
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
}

.forwardBackButton .Back {
    border: 1px solid rgb(124, 124, 124);
    color: rgb(124, 124, 124);
    opacity: 0;
    user-select: none;
}

.Next::after {
    content: '';
    background-image: url(../assets/img/rightArrow.png);
    background-size: cover;
    /* width: 18px; */
    /* height: 18px; */
    display: inline-block;
    margin-left: 11px;
    border: 6px solid transparent;
    border-top: 12px solid #FFC734;
    transform: rotate(-90deg);
}

.Next {
    opacity: 0;
    animation: 1s;
    pointer-events: none;
}

/*! Map Page */

.tiichi__map__wrapper {
    display: grid;
    grid-template-columns: 1fr 530px;
    align-items: end;
    position: relative;
}

#mapTiichi {
    width: 100%;
	height: var(--space--page);
    outline: none;
    border: none;
}

.marker__informations {
    display: flex;
    flex-direction: column;
    row-gap: 6px;

    position: absolute;
    left: 50px;
    top: 20px;
    padding: 20px;
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.marker__informations .marker__information {
    display: flex;
    column-gap: 10px;
}

.marker__informations .marker__information img {
    width: 27px;
    height: 27px;
}

.marker__informations .marker__information span {
    font-size: 18px;
    font-family: "Barlow Light", sans-serif;
}


.tiichi__map__wrapper .information {
    height: 95vh;
    display: flex;
    flex-direction: column;
    margin: 0 3.5rem;
    position: relative;
}

.tiichi__map__wrapper .information::after {
    content: "";
    background-color: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -20px;
    opacity: .2;
    
}

.tiichi__map__wrapper .information .information-details {
    display: flex;
    justify-content: space-between;
}

.tiichi__map__wrapper .information .information-description h1{
    font-size: 16px;
    font-family: "Barlow SemiBold", sans-serif;
}

.tiichi__map__wrapper .information .information-description h3{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Barlow Light", sans-serif;
}

.tiichi__map__wrapper .information .information-description h4{
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow Light", sans-serif;

}

.information-photo-wrapper {
    display: grid;
    place-items: start;
}

.information-photo-wrapper img {
    width: 180px;
    height: auto;
}



/*! Products Page */

.products__section {
    height: var(--space--page);
    width: 94%;
    margin: 60px auto;
    position: relative;
    margin-bottom: 0;
}

.products__fast__access, .product__information__wrapper {
    position: relative;
    z-index: 10;
    transition: opacity .3s ease-in-out;
}

.products__fast__access h1 {
    font-family: "Barlow SemiBold", sans-serif;
    font-size: 1.25em;
    margin-bottom: 1.5rem;
}

.products__fast__access h1 button {
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}


.products__fast__access h1 button img{
    width: 15px;
    height: auto;
}

.products__fast__access-modules__and__prices {
    min-width: 465px;
}

.products__fast__access-modules li {
    display: flex;
    position: relative;
    cursor: pointer;
    height: 27px;
}

.products__fast__access-modules li.active::before {
    content: "▼";
    width: 10px;
    height: auto;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
}


.products__fast__access-modules li.active .products__fast__access-modules-name, .products__fast__access-modules li.active .products__fast__access-modules-price__basket-currency, .products__fast__access-modules li.active .products__fast__access-modules-price__basket-price {
    font-family: "Barlow SemiBold", sans-serif;

}



.products__fast__access-modules-name {
    width: 340px;
    font-family: "Barlow Light", sans-serif;
    font-size: 1.13em;

}

.products__fast__access-modules-price__basket {
    display: none;
    font-size: 18px;
    opacity: 0;
    transform: opacity .3s ease-in-out;
}

.products__fast__access-modules-price__basket.visible {
    display: flex;
    opacity: 1;
}

.products__fast__access-modules-price__basket span {
    font-size: 18px;
    font-family: "Barlow Light", sans-serif;
}

.products__fast__access-modules-price__basket-currency {
    font-family: "Barlow Light", sans-serif;
    
}

.products__fast__access-modules-price__basket-price {
    width: 60px;
    text-align: right;
    margin-right: 5px;
    font-family: "Barlow Light", sans-serif;

}

.products__fast__access-modules-price__basket-basket {
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}


.products__fast__access-modules-price__basket-basket img {
    width: 23px;
    height: auto;
}

body > .close-btn {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 99;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transform: none;
    opacity: 0;
    transition: opacity .3s ease-in-out;

}

body > .close-btn img {
    width: 100%;
    height: auto;
}

.book__and__basket__section {
    z-index: 11;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    align-items: end;
    height: calc(93vh - 160px) !important;

}

.book__and__basket__section.active {
    transform: translate(-50%, 0%) scale(1.05);
}

/* .book__and__basket__section #canvas .magazine-container {
    margin: 0 100px;
} */

.book__and__basket__section #canvas {
    position: relative;
    overflow: visible !important;
}

.book__and__basket__section .product__information h1, .book__and__basket__section .product__information p {
    font-size: 18px;
}

.product__information-products__completed__btns-price {
    font-size: 1.25em;
    font-family: 'Barlow SemiBold', sans-serif;
}

/*! Product Page */
.product__section {
    height: var(--space--page);
    width: 94%;
    margin: 60px auto;
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: end;
}

.product__section .book__wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    transition: transform .3s ease-in-out;

}

.product__section .book__wrapper.active {
    transform: scale(1.06);

}



.product__section > .close-btn {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 99;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transform: none;
    opacity: 0;
    transition: opacity .3s ease-in-out;

}

.product__section img {
    width: 100%;
    height: auto;
}

.product__section .book__wrapper .magazine-container .swiper-button-full__screen {
    bottom: -30px !important;
    transform: translate(75%, 50%);
    right: 50%;
}


/*! Login Section */

.login__section__wrapper {
    height: var(--space--page);
    padding: var(--mainwrap--padding);
    
}

.login__section {
    width: 800px;
}

.login__section h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: start;
}

.login__section-radio__btn {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;

    border-top: 1px solid #707070;
    padding: 4px 0;
}

.login__section-radio__btn label {
    font-size: 18px;
    cursor: pointer;

}

.login__section-radio__btn input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.login__section-radio__btn input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    
}

.radio__button__input {
    opacity: 0;
    position: absolute;
    margin: 3px 3px 0 5px;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
}

.login__section-radio__btn {
    cursor: pointer;
}

.radio__button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 24px;
}

.radio__button__input:checked+.radio__button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.radio__button__input:checked+.radio__button__control {
    border-color: #000;
}

.radio__button__control {
  transform: scale(0.75);
}

.login__section-login__informations {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 2rem 0;
    row-gap: 7px;
}

.login__section-login__informations .input label {
    width: 180px;
    font-size: 18px;
}

.login__section-login__informations .input input {
    width: 310px;
    outline: none;
    border: 1px solid #707070;
    
}

.login__section-password__reset__and__login__btn a {
    color: #000;
    text-decoration: none;
    font-size: 18px;

}

.login__section-password__reset__and__login__btn button {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 1px 8px;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(100%);
    
}

.login__section-password__reset__and__login__btn button span:nth-child(2) {
    display: flex;
    margin-left: 7px !important;
    margin: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom: 15px solid var(--color-primary);
    transform: rotate(90deg);
}

/*! Resetpassword Section */

.resetpassword__section__wrapper {
    height: var(--space--page);
    padding: var(--mainwrap--padding);
    
}

.resetpassword__section {
    width: 800px;
}

.resetpassword__section h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: start;
}

.resetpassword__section-radio__btn {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;

    padding: 4px 0;
    border-top: 1px solid #707070;
}

.resetpassword__section-radio__btn label {
    font-size: 18px;
    cursor: pointer;
}

.resetpassword__section-radio__btn input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.resetpassword__section-radio__btn input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    
}

.radio__button__input {
    opacity: 0;
    position: absolute;
    margin: 3px 3px 0 5px;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
}

.resetpassword__section-radio__btn {
    cursor: pointer;
}

.radio__button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 24px;
}

.radio__button__input:checked+.radio__button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.radio__button__input:checked+.radio__button__control {
    border-color: #000;
}

.radio__button__control {
  transform: scale(0.75);
}

.resetpassword__section-resetpassword__informations {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #707070;
    padding: 2rem 0;
    row-gap: 7px;
    column-gap: 35px;
    padding-left: 31px;
}

.resetpassword__section-resetpassword__informations .label__section {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.resetpassword__section-resetpassword__informations .label__section .input__sections{
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.resetpassword__section-resetpassword__informations .label__section .input {
    white-space: nowrap;
    position: relative;
}

.resetpassword__section-resetpassword__informations .label__section .input select{
    width: 310px;
    height: 26px;
    outline: none;
    border: 1px solid #707070;
    appearance: none;
    padding: 3px 8px;
    line-height: 1;
}

.resetpassword__section-resetpassword__informations .label__section .input.select::after{
    content: "⯆";
    /* ⯆ */
    display: flex;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.resetpassword__section-resetpassword__informations .input label {
    width: 220px;
    font-size: 18px;
}

.resetpassword__section-resetpassword__informations .input input {
    width: 310px;
    outline: none;
    border: 1px solid #707070;
    padding:0px 8px;
    
    
}

.resetpassword__section-resetpassword__informations .input input.sm__input {
    width: 80px;
    margin-right: 6px;
}

.resetpassword__section-resetpassword__informations .input input.md__input {
    width: 220px;
}

.resetpassword__section-password__reset__and__resetpassword__btn a {
    color: #000;
    text-decoration: none;
    font-size: 18px;

}

.resetpassword__section-password__reset__and__login__btn {
    border-top: 1px solid #707070;
}

.resetpassword__section-password__reset__and__login__btn button {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 1px 8px;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(100%);
    
}

.resetpassword__section-password__reset__and__login__btn button span:nth-child(2) {
    display: flex;
    margin-left: 7px !important;
    margin: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom: 15px solid var(--color-primary);
    transform: rotate(90deg);
}

.resetpassword__section-resetpassword__informations .radio__section .radio__section-radio__btn {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: .8rem;
}

.resetpassword__section-resetpassword__informations .radio__section .radio__section-radio__btn label {
    cursor: pointer;
}

/*! Profile Section */

.profile__section__wrapper {
    min-height: var(--space--page);
    padding: var(--mainwrap--padding);
    display: flex;
    justify-content: center;
    padding-bottom: 200px;
}

.profile__section {
    width: 800px;
}

.profile__section-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Barlow SemiBold", sans-serif;
}

.profile__section-accordions:first-of-type {
    border-top: 1px solid #707070 !important;
    border-radius: 0 !important;
}

.profile__section-accordions:last-of-type {
    border-radius: 0 !important;
}

.profile__section-accordions {
    background-color: transparent !important;
    border-bottom: 1px solid #707070 !important;
    outline: none;
    border-left: none !important;
    border-right: none !important;
}

.profile__section-accordions-header {
    outline: none !important;
    border: none !important;
}

.profile__section-accordions-header button {
    color: #000 !important;
    background-color: transparent !important;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    font-size: 18px;
    column-gap: 10px;
    padding-left: 0 !important;
    font-family: "Barlow SemiBold", sans-serif;
}

.profile__section-accordions-header button::after {
    margin: 0 !important;
}

.profile__section-profile__informations {
    display: flex;
    flex-direction: column;
    border-width: 1px !important;
    row-gap: 7px;
}

.profile__section-profile__informations .input {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.profile__section-profile__informations .input label {
    width: 180px;
    font-size: 18px;
    font-family: "Barlow Light", sans-serif;

}

.profile__section-profile__informations .input input {
    width: 310px;
    outline: none;
    border: 1px solid #707070;
    font-family: "Barlow Light", sans-serif;
}

.profile__section-accordions .accordion-collapse .accordion-body{
    display: flex;
    column-gap: 15px;
    flex-direction: row;
    padding: 10px 10px;
    padding-left: 30px;
    padding-right: 0;
    padding-bottom: 4rem;

}

.profile__section-radio__btn {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;

    padding: 4px 0;
}

.profile__section-radio__btn label {
    font-size: 18px;
    cursor: pointer;
    font-family: "Roboto Condensed Light", sans-serif;
}

.profile__section-radio__btn input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.profile__section-radio__btn input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    
}

.radio__button__input {
    opacity: 0;
    position: absolute;
    margin: 3px 3px 0 5px;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
}

.profile__section-radio__btn {
    cursor: pointer;
}

.radio__button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 24px;
}

.radio__button__input:checked+.radio__button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.radio__button__input:checked+.radio__button__control {
    border-color: #000;
}

.radio__button__control {
  transform: scale(0.75);
}



.profile__section-profile__informations.input__sections{
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.profile__section-profile__informations .input {
    white-space: nowrap;
    position: relative;
}

.profile__section-profile__informations .input select{
    width: 310px;
    height: 26px;
    outline: none;
    border: 1px solid #707070;
    appearance: none;
    padding: 3px 8px;
    line-height: 1;
    font-size: 16px;
    font-family: "Barlow Light", sans-serif;
}


.profile__section-profile__informations .input label {
    width: 220px;
    font-size: 18px;
}

.profile__section-profile__informations .input input {
    width: 310px;
    outline: none;
    border: 1px solid #707070;
    padding:0px 8px;
    
    
}

.profile__section-profile__informations .input input.sm__input {
    width: 80px;
    margin-right: 6px;
}

.profile__section-profile__informations .input input.md__input {
    width: 220px;
}


#collapseTwo .profile__section-profile__informations .input label {
    width: 300px !important;
}

#collapseTwo .accordion-body {
    display: flex;
    flex-direction: column;
    row-gap: 30px;

}

#collapseTwo .accordion-body .warning__messages {
    display: flex;
    justify-content: start;
    flex-direction: column;
    margin-left: 300px;
}

#collapseTwo .accordion-body .warning__messages span{
    font-family: "Barlow Light", sans-serif;

}

#collapseTwo .accordion-body .warning__messages button {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 1px 8px;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(100%);
    
}

#collapseTwo .accordion-body .warning__messages button span {
    font-family: "Barlow Semibold", sans-serif;

}

#collapseTwo .accordion-body .warning__messages button span:last-of-type {
    display: flex;
    margin-left: 7px !important;
    margin: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom: 15px solid var(--color-primary);
    transform: rotate(90deg);
}

#collapseThree .accordion-body {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

#collapseThree .accordion-body .my__work__groups {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    border: 1px solid #707070;
    padding: 10px 17px;
}

#collapseThree .accordion-body .my__work__groups .work__groups__btns .work__groups__btns-edit, #collapseThree .accordion-body .my__work__groups .work__groups__btns .work__groups__btns-trash {
    cursor: pointer;
}

#collapseThree .accordion-body .my__work__groups .work__groups__btns .work__groups__btns-edit img{
    height: 20px;
    width: auto;
}

#collapseThree .accordion-body .my__work__groups .work__groups__btns .work__groups__btns-trash img{
    height: 20px;
    width: auto;
}

#collapseThree .accordion-body .my__work__groups .work__groups-for__view {
    display: flex;
    flex-direction: row;
}

#collapseThree .accordion-body .my__work__groups .my__work__groups-edit__section {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.my__work__groups-edit__section-students {
    display: flex;
    flex-direction: row;
}

.my__work__groups-edit__section-students .students {
    display: flex;
    flex-direction: column;
}

.my__work__groups-edit__section-students .students .desc {
    display: flex;
    column-gap: 0 !important;
}

.my__work__groups-edit__section-students .students .desc input {
    width: 115px;
    height: 28px;
    background: #fff;
    border: 1px solid #707070;
    border-right: 0;
    font-family: "Barlow Light", sans-serif;
    padding-left: 5px;
    outline: none;
}

.my__work__groups-edit__section-students .students .desc input::placeholder {
    color: rgba(0, 0, 0, .8);
    font-family: "Barlow Light", sans-serif;
}

.my__work__groups-edit__section-students .students .desc .student-name__and__delete__process {
    position: relative;
}

.my__work__groups-edit__section-students .students .desc .student-name__and__delete__process input{
    width: 150px;
    border-right: 1px solid #707070;
    padding-right: 30px;
}

.my__work__groups-edit__section-students .students .desc .student-name__and__delete__process button{
    outline: none;
    border: none;
    background: transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    justify-content: center;
    align-items: center;
}

.my__work__groups-edit__section-students .students .desc .student-name__and__delete__process button img{
    width: 19.5px;
    height: auto;
}

.my__work__groups-edit__section-group__name, .my__work__groups-edit__section-students .students .student{
    display: flex;
    flex-direction: row;
}

.my__work__groups-edit__section-students .students .student.private label{
    border-bottom: 0;
    border-top: 0;
}

.my__work__groups-edit__section-students .students .student:last-of-type {
    border-bottom: 1px solid #707070;
}


.my__work__groups-edit__section-students .students .student label{
    width: 115px;
    height: 28px;
    background: #fff;
    border: 1px solid #707070;
    border-right: 0;
    outline: none;
    padding-left: 5px;
    font-family: "Barlow Light", sans-serif;
    font-size: 18px;
}


.my__work__groups-edit__section-students .students .student .student-name__and__delete__process {
    position: relative;
}

.my__work__groups-edit__section-students .students .student .student-name__and__delete__process label{
    width: 150px;
    border-right: 1px solid #707070;
}

 .my__work__groups-edit__section-students .students .student .student-name__and__delete__process button{
    outline: none;
    border: none;
    background: transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    justify-content: center;
    align-items: center;
}

.my__work__groups-edit__section-students .students .student .student-name__and__delete__process button img {
    width: 14px;
    height: auto;
}

.my__work__groups-edit__section-group__name h4, .my__work__groups-edit__section-students h4 {
    font-size: 18px;
    font-family: "Barlow SemiBold", sans-serif;
    width: 280px;
}

.my__work__groups-edit__section-group__name select {
    width: 270px;
    height: 31px;
}

.my__work__groups-edit__section__form.open {
    display: flex !important;
}

.my__work__groups-edit__section__form-send__btn {
    display: flex;
    align-items: end;
}

.my__work__groups-edit__section__form-send__btn span{
    font-family: "Barlow Light", sans-serif;

}

.my__work__groups-edit__section__form-send__btn button {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 1px 8px;
    font-size: 20px;
    font-weight: 600;
    
}

.my__work__groups-edit__section__form-send__btn button span {
    font-family: "Barlow Semibold", sans-serif;

}

.my__work__groups-edit__section__form-send__btn button span:last-of-type {
    display: flex;
    margin-left: 7px !important;
    margin: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom: 15px solid var(--color-primary);
    transform: rotate(90deg);
}



#collapseThree .accordion-body .my__work__groups .work__groups{
    display: flex;
    flex-direction: row;
}

#collapseThree .accordion-body .my__work__groups .work__groups h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0 !important;
    font-family: "Barlow SemiBold", sans-serif;


}
    
#collapseThree .accordion-body .my__work__groups .work__groups span {
        font-size: 18px;
        font-family: "Barlow Light", sans-serif;
}

#collapseThree .accordion-body .add__work__groups {
    background: transparent;
    outline: none;
    cursor: pointer;
    padding: 10px 17px;
    width: 100%;
    border: 1px solid #707070;

}

#collapseThree .accordion-body .add__work__groups span {
    font-size: 16px;
    font-family: "Barlow Light", sans-serif;
}

#collapseThree .accordion-body .add__work__groups img {
    height: 20px;
    width: auto;

}

.previous__purchases {
    width: 100%;
    display: grid;
}

.previous__purchases .previous__purchases-name {
    font-size: 18px;
}

.previous__purchases .left__wrapper {
        min-width: 50%;
        display: flex;
        flex-direction: row;
}
.previous__purchases .left__wrapper .previous__purchases-name {
    width: 300px;
    font-family: "Barlow Light", sans-serif;

}

.previous__purchases .left__wrapper .previous__purchases-price {
    font-size: 18px;
    white-space: nowrap;
    font-family: "Barlow Light", sans-serif;

}   

.previous__purchases .previous__purchases-download {
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
        max-width: 50%;
        width: 50%;
}
.previous__purchases .previous__purchases-download a {
    font-size: 18px;
    color: var(--color-black);
    position: relative;
    text-decoration: none;
    font-family: "Barlow Light", sans-serif;
}

.previous__purchases .previous__purchases-download a::after {
    content: "";       
    background-color: #707070;
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 1px;
        left: 50%;
    transform: translateX(-50%);
}

.accordion-button::after {
    background-image: url("../imgs/icons/arrow-down.svg") !important;
    height: 13px !important;
}


/*! Products-set Section */

.products-set__section {
    height: var(--space--page);
    width: 94%;
    margin: 60px auto;
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.sets__view__section {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transform-origin: center center;
    transition: transform .3s ease-in-out;
}

.sets__view__section.active {
    transform: scale(1.06) translateX(-50%);
}

.sets__view__section-img__wrapper {
    height: 680px;

}

.sets__view__section img{
    height: 100%;
    width: auto;
}

.sets__view__section .swiper-button-full__screen {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    position: absolute;
    bottom: -40px;
    right: 50%;
    transform: translate(50%, 50%);

}

.sets__view__section .swiper-button-full__screen button {
    background: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}

.sets__view__section .swiper-button-full__screen button svg {
    font-size: 1.8em;
}

/*! Cart Section */

.cart__section__wrapper {
    min-height: var(--space--page);
    padding: var(--mainwrap--padding);
    display: flex;
    justify-content: center;
    padding-bottom: 200px;
    
}

.cart__section-title,
.cart__section-title h1 {
    font-size: 18px;
    font-family: "Barlow SemiBold", sans-serif;
}

.cart__section-title {
    border-bottom: 1px solid #707070;
}

.cart__section-title .prive {
    font-size: 18px;
    font-family: "Barlow SemiBold", sans-serif;
}


.cart__section-accordions:first-of-type {
    border-top: 1px solid #707070 !important;
    border-radius: 0 !important;
}

.cart__section-accordions:last-of-type {
    border-radius: 0 !important;
}

.cart__section-accordions {
    background-color: transparent !important;
    border-bottom: 1px solid #707070 !important;
    outline: none;
    border-left: none !important;
    border-right: none !important;
}

.cart__section-accordions-header {
    outline: none !important;
    border: none !important;
}

.cart__section-accordions-header button {
    background-color: transparent !important;
    color: #000;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    font-size: 18px;
    column-gap: 10px;
    padding-left: 0 !important;
    font-family: "Barlow SemiBold", sans-serif;
}

.cart__section-accordions-header button::after {
    margin: 0 !important;
}

.cart__section-cart__informations {
    display: flex;
    flex-direction: column;
    border-width: 1px !important;
}

.cart__section-cart__informations .input {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.cart__section-cart__informations .input label {
    width: 180px;
    font-size: 18px;
}

.cart__section-cart__informations .input input {
    width: 310px;
    outline: none;
    border: 1px solid #707070;
    
}

.cart__section-accordions .accordion-collapse .accordion-body{
    display: flex;
    column-gap: 15px;
    flex-direction: row;
    padding: 10px 10px;
    padding-left: 30px;
    padding-right: 0;
    padding-bottom: 4rem;

}

.cart__section {
    width: 800px;
}

.cart__section .profile__section-title h1 {
    font-size: 18px;
}

.cart__section .profile__section-title .prive {
    font-size: 18px;
    font-weight: 400;
}

.cart__section-accordions:first-of-type {
    border-top: 1px solid #707070 !important;
    border-radius: 0 !important;
}

.cart__section-accordions:last-of-type {
    border-radius: 0 !important;
}

.cart__section-accordions {
    background-color: transparent !important;
    border-bottom: 1px solid #707070 !important;
    outline: none;
    border-left: none !important;
    border-right: none !important;
}

.cart__section-accordions-header {
    outline: none !important;
    border: none !important;
}

.cart__section-accordions-header button {
    background-color: transparent !important;
    color: #000 !important;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    font-size: 18px;
    column-gap: 10px;
    padding-left: 0 !important;
    font-family: "Barlow SemiBold", sans-serif;
}

.cart__section-accordions-header button::after {
    margin: 0 !important;
}

#cartOne .accordion-body {
    padding-bottom: 0rem !important;
}

#cartOne .accordion-body .title__section__warning {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-top: 8px;
    padding-bottom: 30px;
    border-top: 1px solid #707070;
}

#cartOne .accordion-body .title__section__warning h3 {
    font-size: 18px;
    font-family: "Barlow SemiBold", sans-serif;
}

#cartOne .accordion-body .title__section__warning span {
    background-color: #707070;
    width: 8px;
    height: 2px;
    opacity: .8;
}

#cartOne .accordion-body .title__section {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    border-bottom: 1px solid #707070;
}

#cartOne .accordion-body .title__section h3 {
    font-size: 18px;
    font-family: "Barlow SemiBold", sans-serif;
}

#cartOne .accordion-body .title__section .title__section-product__title {
    width: 400px;
}

#cartOne .accordion-body .title__section .title__section-product__amount {
    width: 85px;
    display: flex;
    justify-content: center;
    font-weight: normal;
}

#cartOne .accordion-body .title__section .title__section-product__buyer_information {
    width: max-content;
}

#cartOne .accordion-body .warning__section p {
    font-size: 16px;
    font-family: "Barlow Light", sans-serif;
    position: relative;
}

#cartOne .accordion-body .warning__section p::before {
    content: "";
    background-image: url("../imgs/icons/warning.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -10px;
    top: 5px;
    transform: translateX(-100%);

}

#cartOne .accordion-body .management__section-title {
    min-width: 400px;
    font-size: 18px;
    font-family: "Barlow Light", sans-serif;

}

#cartOne .accordion-body .management__section-amount__setup {
    width: 85px;
}

#cartOne .accordion-body .management__section-amount__setup span {
    height: 30px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cartOne .accordion-body .management__section-amount__setup span img {
    width: 19px;
    height: auto;
}

#cartOne .accordion-body .management__section-amount__setup input {
    font-size: 18px;
    width: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: transparent;
    outline: none;
    border: none;
}

#cartOne .accordion-body .management__section-amount__setup input::-webkit-outer-spin-button,
#cartOne .accordion-body .management__section-amount__setup input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cartOne .accordion-body .management__section-amount__setup input[type=number] {
    -moz-appearance: textfield;
}

#cartOne .accordion-body .management__section-information {
    width: 200px;
}

#cartOne .accordion-body .management__section-information .type__two-inp__group-name__surname {
    display: grid;
    column-gap: 10px;
    margin-bottom: 8px;
}

#cartOne .accordion-body .management__section-information .type__two-inp__group-name__surname input {
    width: 50%;
    outline: none;
}

#cartOne .accordion-body .management__section-information .type__two-inp__group-class__name h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 400;
}

#cartOne .accordion-body .management__section-information .type__two-inp__group-class__name .select {
    width: 100%;
    height: 31px;
    display: flex;
    align-items: center;
    outline: none;
}

#cartOne .accordion-body .management__section-price {
    display: flex;
    justify-content: end;
    width: 90px;
    font-size: 20px;
}

#cartOne .accordion-body .warning__section span {
    position: absolute;
    left: -30px;
}

#cartOne .accordion-body .warning__section span img {
    width: 18px;
    height: auto;
}

/*todo Select input */

.s-hidden {
visibility: hidden;
padding-right: 10px;
}

.select {
cursor: pointer;
display: inline-block;
position: relative;
font: normal 11px/22px Arial, Sans-Serif;
color: black;
}

.styledSelect {
position: absolute;
display: flex;
align-items: center;
height: 28px;
width: 100%;
font-size: 18px;
font-weight: 400 !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: white;
padding: 0 10px;
font-weight: bold;
border: 1px solid #707070;
font-family: "Barlow Light", sans-serif;
}

.options {
display: none;
position: absolute;
top: 100%;
right: 0;
left: 0;
z-index: 999;
margin: 0 0;
padding: 0 0;
list-style: none;
border: 1px solid #707070;
background-color: white;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
font-size: 16px;
padding: 0 6px;
margin: 0 0;
padding: 0 10px;
}

.options li:hover {
background-color: #eee;
}

.cart__section-cart__informations {
    width: 100%;
}

.cart__section-cart__informations .coupon__code,
.cart__section-cart__informations .total__price {
    width: 100%;
    padding: 6px 0;
    border-top: 1px solid #707070;
}

.cart__section-cart__informations .coupon__code .coupon__code-title {
    margin-right: 30px;
}

.cart__section-cart__informations .coupon__code .coupon__code-title h4 {
    font-size: 18px;
    font-weight: 400;
}

.cart__section-cart__informations .coupon__code .coupon__code-earned__price {
    font-size: 20px;
}

.cart__section-cart__informations .coupon__code .coupon__code-code__input input {
    font-size: 18px;
    appearance: none;
    outline: none;
    border: 1px solid #707070;
    width: 130px;
    display: flex;
    align-items: center;
    text-align: start;
    margin-right: 15px;
    padding: 0px 10px;
}

.cart__section-cart__informations .coupon__code .coupon__code-code__input input::-webkit-outer-spin-button,
.cart__section-cart__informations .coupon__code .coupon__code-code__input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart__section-cart__informations .coupon__code .coupon__code-code__input input[type=number] {
    -moz-appearance: textfield;
}

.cart__section-cart__informations .coupon__code .coupon__code-code__input button {
    background: #fff;
    font-size: 18px;
    outline: none;
    border: 1px solid #707070;
    padding: 0 10px;
}

.cart__section-cart__informations .total__price .total__price-title h4 {
    font-size: 18px;
    font-weight: 400;
}

.cart__section-cart__informations .total__price .total__price-earned__price {
    font-size: 20px;
}

.label__section {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.secondary__input__section {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.secondary__input__section .input {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.secondary__input__section .input label {
    width: 220px;
    font-size: 18px;
}

.secondary__input__section .input input {
    width: 310px;
    outline: none;
    border: 1px solid #707070;
    
}

.about__informations {
    display: flex;
    column-gap: 15px;
    flex-direction: row;
    margin-bottom: 40px;
}

#cartThree .accordion-body {
    display: flex;
    flex-direction: column !important;
} 

.about__adress .label__section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about__adress .label__section {
    row-gap: 0 !important;
}

.register__button  {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 1px 8px;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(100%);
    
}

.register__button__wrapper {
    margin-left: 220px;
}

.register__button__wrapper .register__button span  {
    font-family: "Barlow SemiBold", sans-serif;
}

.register__button span:nth-child(2) {
    display: flex;
    margin-left: 7px !important;
    margin: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom: 15px solid var(--color-primary);
    transform: rotate(90deg);
}

.radio__option {
    width: 100%;
}

#cartFour .radio__option .radio__section .radio__section-radio__sections .radio__section-radio__btn label .title {
    width: 90px;
}

#cartFive .radio__option .radio__section .radio__section-radio__sections .radio__section-radio__btn label .title {
    width: 220px;
    font-family: "Barlow Light", sans-serif;

}

.radio__option .radio__section .radio__section-radio__sections .radio__section-radio__btn label {
    width: 100%;
    font-family: "Barlow Light", sans-serif;

}

.radio__option .radio__section .radio__section-radio__sections .radio__section-radio__btn .price {
    font-size: 20px;
}

.radio__option .radio__section .radio__section-radio__sections .radio__section-radio__btn .radio__button__control {
    background: transparent;
}

.radio__section-radio__sections .radio__section-radio__btn:first-of-type {
    border-top: 1px solid #707070;
}

.radio__section-radio__sections .radio__section-radio__btn {
    border-bottom: 1px solid #707070;
}

.radio__option .shipping__total {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding: 4px 0;
    padding-left: 33px;
}

.radio__option .shipping__total .shipping__total-title {
    font-size: 18px;
}

.radio__option .shipping__total .shipping__total-price {
    font-size: 20px;
}

.cart__section .total{
width: 100%;
padding: 10px 0;
display: flex;
justify-content: space-between;
margin-top: 50px;
border-top: 1px solid #707070;
border-bottom: 1px solid #707070;
}

.cart__section .total .total-title {
    font-size: 18px;
    font-weight: 700;
}

.cart__section .total .total-price {
    font-size: 20px;
}

.gm-bundled-control-on-bottom {
    right: 45px !important;
    left: auto !important;
    bottom: 350px !important;
}

/*! AGB Section  */

.agb__section {
    height: var(--space--page);
    width: 94%;
    margin: 60px auto;
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: end;
}














/*! Footer Section */

.footer {
    width: 100%;
    height: 0px;
    position: absolute;
    z-index: 9998;
    bottom: 0;
}

.footer-bg {
    width: 100%;
    height: auto;
    position: absolute;
    transform: translateY(-100%);
    transform-origin: bottom right;
}

.footer-bg img{
    width: 100%;
    height: auto;
}

.footer-text__section {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-40%);
    display: flex;
    flex-direction: column;
}

.footer-text__section h3 {
    font-size: 18px;
    font-family: 'Barlow SemiBold', sans-serif;

    font-weight: 700 !important;
    margin-bottom: 0;
}

.footer-text__section .links {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Barlow Light';

}


/*! Radio Buttons */

.radio__section-radio__btn {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;

    padding: 4px 0;
}

.radio__section-radio__btn label {
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.radio__section-radio__btn label .left__wrapper {
    display: flex;
}

.radio__section-radio__btn input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.radio__section-radio__btn input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    
}

.radio__button__input {
    opacity: 0;
    position: absolute;
    margin: 3px 3px 0 5px;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
}

.radio__section-radio__btn {
    cursor: pointer;
}

.radio__button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 24px;
}

.radio__button__input:checked+.radio__button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.radio__button__input:checked+.radio__button__control {
    border-color: #000;
}

.radio__button__control {
  transform: scale(0.75);
}

/*! Warning Modal */
.warning__modals {
    position: fixed;
    bottom: 6rem;
    right: 3rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@keyframes goBack {
    0% {
        transform: translateX(150%);
    }
    
    25% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(0);
    }
    
    75% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(150%);
    }
}


.warning__modal {
    background-color: #A0A0A0;
    padding: 10px 20px;
    padding-right: 50px;
    width: 360px;
    box-shadow: 2px 4px 6px #00000029;
    column-gap: 10px;
    display: none;
    transform: translateX(150%);

}

.warning__modal.show {
    display: flex;
}

.warning__modal-img__wrap {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}

.warning__modal-img__wrap img {
    width: 100%;
    height: auto;
}

 
.warning__modal-text {
    color: #fff;
    font-size: 19px;
    font-family: "Barlow SemiBold", sans-serif;
    line-height: 1.3;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}


