.main-container1 {
    max-width: 1157px;
    padding: 0 16px;
    margin: auto;
}
.popup_cancel {
    width: 100%;
}
.contents {
    border-radius: 30px;
    background: #F0EEEE;
    width: 100%;
}
.contents-header {
    margin-bottom: 29px;
}
.contents-header h2 {
    font-weight: 700;
}
.germany-address {
    margin-top: 24px;
    padding: 43px 0 55px;
}
.germany-address .inner {
    max-width: 517px;
    padding: 0 10px;
    margin: auto;
    width: 100%;
}
.germany-address-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 49px;
}
.germany-address-heading img {
    width: 40px;
    height: 40px;
}
.germany-address-heading p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    max-width: 436px;
}
.fly-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 29px;
}
.delivery-country .countries .country-item label {
    gap: 12px;
}
.date-item {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 52px;
    background: white;
    padding: 12px 25px;
}
.date-item img {
    width: 30px;
}
.date-item:last-child {
    width: 100%;
    padding: 20px 38px;
    justify-content: space-between;
}
.date-item:last-child p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.date-item p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}
.date-item:last-child p:first-child {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}
.fly-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 51px;
    position: relative;
    margin-right: 12px
}
.fly-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    flex-direction: column;

}
.fly-info ul li {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    height: 30px;
}
/*.fly-info ul:first-child::before {*/
/*    content: '';*/
/*    height: 100%;*/
/*    width: 2px;*/
/*    background: rgba(0,0,0,0.1);*/
/*    position: absolute;*/
/*    left: 34%;*/
/*    transform: translateX(-50%);*/
/*}*/
.how-to-use-addr {
    margin-top: 24px;
    padding: 46px 47px 43px 51px;
    display: flex;
    gap: 68px;
}
.how-to-use-addr h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.how-to-use-addr p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    /*max-width: 550px;*/
}


.delivery-country {
    display: flex;
    align-items: center;
    gap: 23px;
}
.delivery-info {
    border-bottom: 2px solid #0000001a;
    padding: 27px 29px 31px 30px;
}
.delivery-info:last-child {
    border: none;
}
.delivery-info h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: black;
    max-width: 80px;
    width: 100%;
}
.delivery-country .countries {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.country-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    border-radius: 52px;
    min-width: 108px;
    background: white;
}
.country-item input {
    display: none;
}
.country-item img {
    border: 1px solid transparent;
    height: 35px;
}
.parcel .country-item.selected {
    background-color: #FFCC29;
}
 .country-item.selected img {
    border: 1px solid;
    border-radius: 100%;
}
.country-item img {
    border: 1px solid;
    border-radius: 100%;
}
.country-item.active img {
    border: 1px solid;
    border-radius: 100%;
}
.country-item label {
    margin-bottom: 0;
}
.country-item span {
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
}

.delivery-type {
    display: flex;
    align-items: center;
    gap: 23px;
}
.delivery-type .types {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.delivery-type .types .item {
    border-radius: 52px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 156px;
    height: 56px;
    width: 100%;
}
.delivery-type .types .item span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
.tracking-number {
    display: flex;
    align-items: center;
    gap: 23px;
}
.tracking-number .fields {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
}
.tracking-number .fields .filed-item{
    width: 100%;
}
.tracking-number .fields .filed-item input{
    border-radius: 29px;
    background: white;
    height: 57px;
    border: none;
    padding-left: 40px;
    outline: none;
    width: 100%;
}
.tracking-number .fields .filed-item select {
    border-radius: 29px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    font-weight: 500;
    width: 153px;
    border: none;
    height: 57px;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    background: url("../images/arrow-down.svg") no-repeat center right 20px;
    background-color: white;
    outline: none;

}
.tracking-number .fields .filed-item:last-child {
    width: auto;
}
.declaration:last-child{
    width: 100%;
}
.attached-files {
    position: absolute;
    bottom: 8px;
    right: 16px;
}
.tracking-number .fields .filed-item.attache-file {
    max-width: 188px;
    width: 100% !important;
}
.attache-file .attach {
    display: flex;
    align-items: center;
    border-radius: 29px;
    gap: 10px;
    justify-content: center;
    height: 57px;
    background: white;
}
.attache-file .attach p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}
.button-continue {
    border-radius: 30px;
}
.input_min input {
    padding-right: 20px;
}
.attach-texts {
    display: flex;
    flex-direction: column;
}
.attache-file .attach span {
    font-size: 7px;
    line-height: 8px;
    font-weight: 500;
}
.declaration .filed-item:first-child {
    max-width: 294px;
    width: 100%;
}
.declaration .filed-item:nth-child(2){
    max-width:180px;
    width: 100%;
}

.p-sidebar {
    width: 100%;
    background: #F0EEEE;
    border-radius: 30px;
    border: none;
    padding: 40px 28px;
}
.p-sidebar button {
    width: 100%;
    height: 68px;
    background: black;
    border-radius: 86px;
    font-size: 20px;
    line-height: 24px;
}

label.tracking-number {
    padding-left: 40px;
}
label.tracking-number input {
    width: 82%;
}
.declaration-row {
    display: flex;
    align-items: center;
    padding-left: 40px;
    gap: 15px;
    margin-top: 32px;
    padding-bottom: 30px;
    position: relative;
}
.declaration-row span {
    margin-right: 50px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}
.declaration-row .name input {
    width: 294px;
}
.declaration-row .price input {
    width: 180px;
}
.declaration-row .invoices input {
    width: 188px;
}
.parcel-form {
    margin-top: 30px;
}
.parcel-form input {
    height: 57px;
    border-radius: 30px;
    background: white;
    border: none;
    padding-left: 39px;
    outline: none;
}
.parcel-form label{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

.text-danger {
    color: #FF4444;
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 8px;
}

 .attach {
    display: flex;
    align-items: center;
    border-radius: 29px;
    gap: 10px;
    justify-content: center;
    height: 57px;
    background: white;
    padding: 0 32px 0 22px;
    cursor: pointer;
}
 .attach p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}
.attach-texts {
    display: flex;
    flex-direction: column;
}
 .attach span {
    font-size: 7px;
    line-height: 8px;
    font-weight: 500;
}
.delivery-options {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 53px;
}

.delivery-options input[type="radio"] {
    display: none;
}

.delivery-options .option {
    height: 57px;
    padding: 0 20px;
    border-radius: 52px;

    cursor: pointer;
    background-color: white;
    text-align: center;
}
/* Change background color when radio input is checked */
.delivery-options input[type="radio"]:checked + .option {
    background-color: #FFCC29 !important;
    color: #fff;
}
.parcel-total {
    margin-top: 27px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.total-text {
    max-width: 466px;
    width: 100%;
    border-radius: 30px;
    padding: 0 35px;
    height: 57px;
    background: #F0EEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-text p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.total-text span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.parcel-total button {
    height: 57px;
    border-radius: 52px;
    border: none;
    padding: 16px 70px;
}
.parcel-total button.cancel {
    background: black;
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.parcel-total button.add {
    background: #FFCC29;
    color: black;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.profile__content {
    border-radius: 32px ;
}
.input input,.select select,.country-select__input input{
    border-radius: 52px;
}
.details__button button {
    background: #f6f6f666;
    color: black;

}
.history-of {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.history-of-item {
    padding: 27px 16px 27px 48px;
    background: #F0EEEE;
    border-radius: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.orders__number {
    width: 150px;
}
.history-of-item a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    color: black;
}
.history-of-item p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    max-width: 127px;
    padding-bottom: 0;
}
.orders__number {
    padding-bottom: 0;
}
.history-of-item span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.history-of-item span:last-child {
    opacity: .5;
}
.profile__content.cashback-tab {
    background: none;
    padding: 0;
}



footer {
    margin-top: 165px;
}
.footer-bottom {
    background: #353535;
    padding: 27px 0 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-icons {
    display: flex;
    align-items: center;
    gap: 37px;
    margin-right: 22px;
}
.footer-bottom p {
    color: white;
}
.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 49px;
}
.footer-form a {
    display: block;
    text-align: center;
    margin-bottom: 9px;
}
.footer-wrapper form label {
    color: #373435;
    line-height: 30px;
    margin-bottom: 2px;
    display: block;
    text-align: center;
}
.footer-wrapper form input {
    width: 100%;
    height: 51px;
    padding-left: 38px;
    background: #F0EEEE;
    border-radius: 68px;
    border: none;
}
.footer-wrapper form input::placeholder{
    font-size: 12px;
}
.footer-wrapper form .field {
    position: relative;
}
.footer-wrapper form .field::before {
    width: 0;
    height: 100%;
    transition: .5s;
    position: absolute;
    left: 0;
}
.footer-wrapper form .field button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    border:none
}

.footer-menu {
    border-right: 1px solid #B7B7B7;
    border-left: 1px solid #B7B7B7;
    padding-left: 50px;
    padding-right: 50px;
}
.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style-type: none;
    padding-left: 0;
}
.footer-menu ul li a {
    font-size: 12px;
    line-height: 12px;
    color: black;
    text-decoration: none;
    font-weight: 500;
}
.footer-info h4 {
    font-size: 16px;
    line-height: 19px;
    color: #192031;
    margin-bottom: 14px;
}
.footer-info ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-left: 0;
}
.footer-info ul li {
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-info ul li span,.footer-info ul li a {
    font-size: 12px;
    line-height: 15px;
    color: #9B9B9C;
    text-decoration: none;
}




.top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #373737;
    min-height: 59px;
}
.top-header p{
    line-height: 19px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px !important;
    max-width: 1600px !important;
    margin-bottom: 70px !important;
}
header .left-side {
    display: flex;
    align-items: center;
    gap: 46px;
    width: 64%;
}
header .left-side a img {
    width: 113px;
}
header {
    max-width: 1331px;
    margin: auto;
    padding: 30px 10px;
}
header ul {
    display: flex;
    align-items: center;
    list-style-type: none;
}
header ul a {
    text-decoration: none;
    font-size: 16px;
    line-height: 13px;
    font-weight: 600;
    color: #020407;
    padding: 0 13px;
}


header ul .has-submenu img {
    width: 10px;
    margin-left: 4px;
}
header ul li {
    margin: 0 !important;
    padding-top: 10px;
}
header ul li.has-submenu {
    position: relative;
    background:transparent;
    border-radius: 20px;
}
header ul li .submenu {
    flex-direction: column;
    position: absolute;
    z-index: 1;
    gap: 9px;
    top: 30px;
    display: none;
    padding: 16px 2px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
header ul .has-submenu:hover .submenu {
    display: flex;
    width: max-content;
    align-items: flex-start;
    padding: 7px 7px;
    background: white;
    box-shadow: 1px 2px 5px 0 #f1f1f1;
}

header ul .has-submenu:hover {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
header ul .has-submenu:hover a img {
    transform: rotate(180deg);
}
.header-languages {
    background: #E6E6E6;
    border-radius: 28px;
    max-width: 66px;
    width: 100%;
    position: relative;
}
.header-languages.show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.header-languages.show ul{
    height: auto !important;
    position: absolute;
    background: #E6E6E6;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 14px !important;
}
header .right-side .btns-wrapper .header-languages button {
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    width: 100%;
    justify-content: center;
}
header .right-side .btns-wrapper .header-languages img {
    width: 24px;
    height: 24px;
}
header .right-side .btns-wrapper .header-languages ul {
    margin: 0;
    flex-direction: column;
    gap: 7px;
    padding-left: 8px;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0px;
    width: 100%;
    padding-bottom: 0;
}
header .right-side .btns-wrapper .header-languages ul li a {
    font-size: 12px;
    text-decoration: none;
    padding: 0;
    margin-right: 27px;
}
header .right-side .btns-wrapper .header-languages ul li {
    height: 24px;
    padding-top: 0;
}
header .right-side .btns-wrapper .header-languages img.lang-arrow {
    width: 8px;
}

header .right-side {
    width: 50%
}
header .right-side .btns-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
header .right-side .btns-wrapper button {
    height: 38px;
    border: none;
    min-width: 38px;
    border-radius: 100%;
    position: relative;
}
header .right-side .btns-wrapper button.pay,
header .right-side .btns-wrapper button.cashback {
    border-radius: 100px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    position: relative;
}

.profile__content.account-details {
    background: none;
}
.profile__content.account-details input {
    background: #F0EEEE;
}
.profile__content.account-details select {
    background: #F0EEEE;
}
.btns-wrapper button.pay br {
    display: none;
}
.address__form.add-addr input{
    background: #F0EEEE;
}
.profile__content.change-pass {
    background: none;
}
.profile__content.change-pass input {
    background: #F0EEEE;
}
.address__form.add-addr select{
    background: #F0EEEE;
}
header .right-side .btns-wrapper button.cashback a {
    text-decoration: none;
    color: #010205;
}
header .right-side .btns-wrapper button span {
    font-size: 16px;
    color:#010205;
    font-weight: 800;
}
header .right-side .btns-wrapper button.language {
    display: flex;
    height: 38px;
    width: auto;
    align-items: center;
    padding: 0 8px 0 4px;
    border-radius: 28px;
    gap: 8px;
}
header .right-side .btns-wrapper button.bell::before,
header .right-side .btns-wrapper button.cart a::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #FF4444;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}


.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-item {
    cursor:pointer;
}
.tab-item.active {
    background: #FFCC29;
}
.tab-item.active span {
    color: white;
}
.banner-slider {
    position: relative;
}
.banner-slider img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.banner-slider .slick-dots {
    display: flex;
    align-items: center;
    gap:13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 47px;
    background: #ffffff80;
    list-style-type: none;
    bottom: 13px;
    padding: 6px 13px;
}
.banner-slider .slick-dots li {
    display: flex;
}
.banner-slider .slick-dots li.slick-active button{
    background: white;
}

.banner-slider .slick-dots li button {
    border: none;
    font-size: 0;
    width: 10px;
    height: 12px;
    background: #ffffff80;
    border-radius: 100%;
}

#videopopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000070;
    width: 100%;
    height: 100vh;
    z-index: 11;
}
#videopopup img {
    position: absolute;
    right: 50px;
    top: 50px;
}

#videopopup iframe {
    position: absolute;
    top: 50%;
    height: 500px !important;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 62%;
}

.get-informations {
    max-width: 1000px;
    width: 100%;
    margin:112px auto 0;
    padding: 0 10px;
}
.get-addresses {
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.get-informations h2 {
    font-size: 30px;
    line-height: 36px;
    color: black;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.get-addresses p {
    font-size: 18px;
    color: black;
    line-height: 22px;
}
.get-addresses .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 41px;
}
.get-addresses h3 {
    background: #FFCC29;
    border-radius: 71px;
    padding: 13px 63px;
    font-size: 30px;
    line-height: 36px;
}
.get-addresses h3 a{
    color: black;
    text-decoration: none;
    font-weight: 700;
    font-size: 26px;

}
.get-informations .form-wrapper {
    padding: 40px;
    background: #F0EEEE;
    border-radius: 150px;
}
.track-parcel {
    margin-top: 83px;
}
.form-wrapper input {
    width: 100%;
    height: 50px;
    border-radius: 66px;
    padding-left: 29px;
    border: none;
    outline: none;
}
.form-wrapper .field {
    display: flex;
    gap: 20px;
}
.form-wrapper button {
    background: #FFCC29;
    border-radius: 66px;
    height: 50px;
    border: none;
    outline: none;
    max-width: 107px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    cursor:pointer;
}
.get-informations .link-field {
    margin-top: 61px;
}
.form-wrapper form textarea {
    width: 100%;
    height: 50px;
    border-radius: 66px;
    padding-left: 29px;
    border: none;
    outline: none;
    padding-top: 15px;
    resize: none;
}
.link-field .form-wrapper form textarea::placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #BCBCBC;
}
.link-field form input {
    width: 126px;
}


.delivery-types {
    max-width: 1136px;
    padding: 0 10px;
    margin:146px auto 0 !important;
    width: 100%;
}
.delivery-types .section-heading {
    text-align: center;
    margin-bottom: 18px;
}
.delivery-types .section-heading h2 {
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}
.delivery-types .section-heading p {
    font-size: 18px;
    line-height: 21px;
    color: black;
    opacity: .7;
}
.delivery-types table {
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
}
.delivery-types table, td {
    border-collapse: collapse;
    border: 2px solid #0000001a;
}
.delivery-types td {
    border-collapse: collapse;
    border: 2px solid #0000001a;
    text-align: center;
}
.delivery-types td span {
    border-radius: 10px;
    padding: 4px 9px;
    background: #FFCC29;
    margin-top: 4px;
    display: inline-block;
}
table td span.oldPrice {
    background: none;
    text-decoration: line-through;
    padding: 0;
    text-decoration-color: red;
}
table td .newPrice {
    color: red;
}
.delivery-types td div {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 14px;
}
.delivery-types td img {
    display: block;
    margin: 0 auto;
}
.delivery-types  table thead th {
    font-size: 14px;
    line-height: 17px;
    padding: 30px 0;
    background: #D9D9D9;
    border: none;
    text-align: center;
}


.delivery-types table thead th span {
    font-size: 9px;
    line-height: 11px;
    display: block;
}
table tbody td {
    padding: 22px 17px;
    background: #F0EEEE;
}
table tbody td:nth-child(3){
    width: 20%;
}
.video-section {
    max-width: 860px;
    width: 100%;
    margin: 163px auto 0;
    position: relative;
}
.video-section img {
    width: 100%;
}
.video-section p {
    margin-top: 23px;
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin-left: 90px;
}
.video-section img.icon {
    position: absolute;
    right: 110px;
    width: 154px;
    height: 154px;
    bottom: 3px;
}





.advantes-section {
    max-width: 1017px;
    width: 100%;
    margin: 118px auto 0;
    padding: 45px 45px 70px;
    background: #F0EEEE;
    border-radius: 52px;
}
.advantes-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.advanced-wrapper {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap:20px
}

.advanced-wrapper1 {
    display: grid;
    grid-template-columns: repeat(8,minmax(0,1fr));
    gap:20px
}
.advanced-item {
    text-align: center;
}
.advanced-item img {
    width: 138px;
    height: 138px;
    object-fit: cover;
    border-radius: 20px;
}
.advanced-item h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 12px 0 3px;
}
.advanced-item p {
    font-size: 18px;
    line-height: 24px;
    color: black;
}





.blog-news {
    max-width: 1110px;
    width: 100%;
    margin: 160px auto 0;
    position: relative;
}
.blog-news h2 {
    margin-bottom: 43px;
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    color: black;
}
.blog-news .slick-list {
    margin: 0 -11px;
}
.blog-slider {
    max-width: 996px;
    margin: auto;
}
.blog-item {
    font-size: 0;
    margin: 0 11px;
}
.blog-item a {
    text-decoration: none;
    font-size: initial;
}
.blog-item img {
    width: 100%;
    height: 178px;
    border-radius: 25px 25px 0 0;
    object-fit: cover;
}
.blog-item-desc {
    background: #F0EEEE;
    padding: 35px 41px 41px;
    border-radius: 0 0 25px 25px;
}
.blog-item-desc h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: black;
    margin-bottom: 16px;
    max-width: 236px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 48px;
    min-height: 48px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-item-desc p {
    font-size: 10px;
    line-height: 12px;
    color: black;
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.blog-item-desc1 h2 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    /*margin-left: 50px;*/
    color: black;
}


/*.blog-item-desc1 img {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    border-radius: 0!important;*/
/*    !*object-fit: cover;*!*/
/*}*/

.blog-item-desc1 .flag {
    width: 47px;
    height: 47px;
    border-radius: 0!important;
    /*object-fit: cover;*/
}

.blog-item-desc1 .track {
    width: 20px;
    height: 20px;
    border-radius: 0!important;
    /*object-fit: cover;*/
    margin-right: 10px;
}

.blog-item-desc1 h3 {
    /*margin-bottom: 43px;*/
    font-size: 20px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    color: black;
}

.blog-item-desc1 h4 {
    /*margin-bottom: 43px;*/
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-align: left!important;
    color: black;
    margin-left: 50px;
}

.blog-item-desc1 {
    background: #F0EEEE;
    padding: 27px 15px 27px;
    border-radius: 25px;
}
/*.blog-item-desc1  h4 {*/
/*    font-size: 20px;*/
/*    line-height: 24px;*/
/*    font-weight: 700;*/
/*    color: black;*/
/*    margin-bottom: 16px;*/
/*    max-width: 236px;*/
/*    display: -webkit-box;*/
/*    overflow: hidden;*/
/*    max-height: 48px;*/
/*    min-height: 48px;*/
/*    text-overflow: ellipsis;*/
/*    transition: all 0.2s;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*}*/
.blog-item-desc1 p {
    font-size: 10px;
    line-height: 12px;
    color: black;
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-slider1 .blog-item-desc1 h4 {
    margin-left: 25px;
}




.blog-news .slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.blog-news .slick-arrow.slick-next {
    right: -32px;
}
.blog-news .slick-arrow.slick-prev {
    left: -32px;
}
.blog-news .read-more {
    margin: 25px auto 0;
    background: #000000;
    border-radius: 66px;
    border: none;
    padding: 15px 62px;
    display: list-item;
}
.blog-news .read-more a {
    font-size: 15px;
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.order-kinds {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 19px;
    margin-top: 23px;
}

.kind-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 74px;
    background: #F0EEEE;
    gap: 30px;
    padding: 5px 16px;
}
/*.kind-item span {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    font-weight: 700;*/
/*    max-width: 137px;*/
/*    width: 100%;*/
/*}*/

.kind-item span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    max-width: 170px;
    width: 100%;
}
.kind-item svg  {
    width: 40px;
}
.profile__content.my-orders {
    background: transparent;
}




.orders-wrapper {
    margin-top: 32px;
}
.orders-wrapper .order-item {
    border-radius: 48px;
    background: #F0EEEE;
    padding: 34px 41px;
}
.top-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-number {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.order-number p {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.order-number a {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    color: black;
    text-decoration: none;
}
.order-number img {
    margin-top: 7px;
}

.status-qrCode .inner{
    display: flex;
    align-items: center;
    gap: 13px;
    padding-left: 3px;
}
.status-qrCode .status, .status-side .status {
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 13px 27px;
    background: #FFCC29;
    border-radius: 30px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}
.qr-popup {
    max-width: 580px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: white;
    padding: 43px 52px;
    border-radius: 30px;
}
.close-qr-popup {
    position: absolute;
    right: 52px;
    top: 43px;
}
.qr-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #B9B5B580;
    backdrop-filter: blur(12px);
    display: none;
}
.barcode span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
    text-align: center;
}
.barcode p {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    display: block;
    text-align: center;
}
.qr_barcode {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px;
    font-size: 25px;
}

.status-qrCode .qr_code {
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 10px 27px;
    border: 4px solid #FFCC29;
    border-radius: 30px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}
.status-qrCode p {
    text-align: right;
    font-size: 11px;
    line-height: 14px;
    color: #D80027;
    font-weight: 700;
    max-width: 299px;
    margin-top: 16px;
    margin-left: auto;
}

.orders-wrapper .order-item .bottom-side {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-deatils {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 3px;
}
.details-item-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.order-details-item:not(:first-child):not(:last-child) {
    border-left: 1px solid #00000033;
    padding:0 20px;
    border-right: 1px solid #00000033;
}
.order-deatils .details-item-item span {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
}
.order-deatils .details-item-item p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
}
.bottom-side .icons {
    display: flex;
    align-items: center;
    gap: 19px;
}


.faq__accordion::after {
    background: url(../images/new/arrow.svg) no-repeat center center;
}
.faq__item {
    border-radius: 36px;
    background: #F0EEEE;
    padding: 28px 28px 1px 51px;
    border:none;
    margin-top: 19px;
}
.faq__accordion {
    background: transparent;
}







.profile__content.not {
    background: transparent;
}
.notification-item-link {
    text-decoration: none !important;
    color: initial !important;
}
.profile__content.not .profile__title {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: black;
}
.notification-item {
    border-radius: 48px;
    background: #F0EEEE;
    padding: 35px 43px 22px 38px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.notification-item .order-number-side {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.notification-item .order-number-side p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}
.notification-item .order-number-side h3 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 3px 0 10px;
}
.order-number-side span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
}
.status-side {
    display: flex;
    gap: 34px;
    align-items: center;
}
.status-side .icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.status-side p{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: black;
}
.getter-wrapper {
    display: flex;
    align-items: center;
}
.add-new-getter {
    padding:    10px;
    margin-bottom: 0;
}
.status-side .order-status {
    border-right: 2px solid rgba(0,0,0,.3);
    padding-right: 34px;
}



.address__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: black;
}

.address .address__content {
    background: transparent;
}
.address .address__content .address__button {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.address .address__content .address__button button {
    background: #F0EEEE;
    border-radius: 74px;
    border: none;
    font-size: 20px;
    line-height: 24px;
    color: black;
    font-weight: 500;
}



.about-us-content {
    background: #F0EEEE;
    border-radius: 40px;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.about-us-page .map {
    margin-top: 36px;
}
.about-us-page .advantes-section {
    margin-top: 36px;
}
.about-us-page .map iframe {
    width: 100%;
    border-radius: 30px;
    height: 350px;
}
.about__text {
    position: relative;
}
.about__text img {
    width: 50%;
    object-fit: cover;
    border-radius: 30px;
}

.about-us-content .content {
    max-width: 467px;
}




.pay-popup-svg {
    text-align: center;
    display: block;
    margin: auto;
}
.childdd {
    border: none !important;
    background: #F0EEEE;
    border-radius: 30px !important;
    font-size: 30px;
    line-height: 42px;
    height: auto !important;
}
.radiotextsty {
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 600;
}
.curr-ballance {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 30px;
}
.form-group {
    margin: 0 auto;
}
.form-check-inline {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.popup.popup_cancel {
    padding-left: 0;
    padding-right: 0;
}
#add-balance .modal-dialog {
    max-width: 580px;
    width: 100%;
}
.form-check-inline .customradio input:checked ~ .checkmark {
    left: -32px;
    top: 4px;
}
.form-check-inline  .checkmark {
    left: -32px !important;
    top: 4px !important;
}
.labeltext {
    font-size: 15px !important;
    line-height: 21px;
    font-weight: 600;
}
.radd {
    margin-top: 0 !important;
}

.popup.popup_cancel {
    padding-top: 41px !important;
    border-radius: 30px !important;
    padding-bottom: 41px !important;
}

.popup__close img {
    width: 35px;
}
.popup__button button {
    border-radius: 64px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    background: black !important;
    color: white;
}

#videopopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.calculator {
    background: #F0EEEE;
    border-radius: 30px;
}
.calculator .delivery-info {
    display: flex;
    align-items: center;
}
.calculator .delivery-info .delivery-options .option {
    display: flex;
    align-items: center;
}
/*.delivery-options .option.selected {*/
/*    background: #FFCC29;*/
/*}*/
.calculator-page h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 34px;
    text-align: center;
}
.calculator-page {
    max-width: 919px;
    width: 100%;
    margin:90px auto 0;
}
.calculator .parcel-form{
    margin-top: 0;
}


.range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 6px;
    background: #ccc;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 30px;
    background-color: #FFCC29;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}


.value2, .value3, .value4 {
    font-size: 26px;
    width: 50px;
    text-align: center;
}
.checkbox-block {
    background: #F0EEEE;
    border-radius: 30px;
    margin-top: 68px;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    margin-bottom: 30px;
}
.checkbox-block label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: black;
    margin-bottom: 0;
}
.checkbox-block label input {
    display: none;
}
.checkbox-block label span {
    min-width: 26px;
    height: 26px;
    display: block;
    background: #D9D9D9;
    border-radius: 100%;
}
.checkbox-block label input:checked ~ span {
    background: #FFCC29;
}
.checkbox-options {
    margin-top: 20px;
    display: none;
}





.calculator-page .range {
    max-width: 839px;
    padding: 0 10px;
    margin: auto;
    margin-top: 52px;
}
.range-values {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}
.range-values .price {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: black;
}
.range-values-kg {
    display: flex;
    align-items: center;
    gap: 10px;
}
.range-values .measurement {
    font-size: 25px;
    line-height: 30px;
    color: black;
    font-weight: 700;
}
.range-values .value2 {
    font-size: 25px;
    line-height: 30px;
    color: black;
    font-weight: 700;
}
.checkout-details {
    background: #F0EEEE;
    border: none;
    border-radius: 30px;
    position: relative;
}
.checkout-details__header {
    text-align: center;
    padding-top: 37px;
    background: #F0EEEE;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.checkout-details__button {
    justify-content: center;
}
.checkout-details__button button {
    background: black;
    border-radius: 63px;
}
.checkout-details__input button {
    background: #FFCC29;
    border-radius: 30px;
    border: none;
    color: black;
}
.checkout-details__input button:hover {
    border: none;
}
.checkout-details__input input {
    background: white;
    border: none !important;
}

.checkout-details__line p:nth-child(2) {
    font-weight: 700;
}
.checkout-details__total p{
    font-weight: 700;
}
.payment_methods {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-delivery  {
    background: #F0EEEE;
    display: flex;
    align-items: center;
    padding: 0 42px;
    border-radius: 30px;
    margin-top: 24px;
    gap:20px;
    justify-content: space-between;
}
.home-delivery-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 0;
}
.home-delivery-item label {
    display: block;
    min-width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0;
    background: white;
}
.home-delivery-item input:checked ~ label {
    background: #FFCC29;
}
.home-delivery-item span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}
.another_payment_method {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
}
.payment-methods-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.checkout__header {
    background: #F0EEEE;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.checkout__items {
    border-radius: 30px;
    background: #F0EEEE;
    border: none;
}
.checkout__items  .checkout__item {
    border: none;
}
.warning-block {
    background: #FF4444;
    border-radius: 30px;
    padding: 27px 24px 10px;
    position: absolute;
    width: 100%;
    bottom: -60px;
    height: 200px;
    z-index: -1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
}
.warning-block p {
    font-size: 15px;
    line-height: 18px;
    color: white;
    font-weight: 500;
}
.warning-block img {
    width: 37px;
    height: 37px;
}
 .shops-countries {
     margin-bottom: 57px;
 }
.shops-countries h1 {
    justify-content: center;
    margin-bottom: 26px;
}

.shop-banner-slider {
    margin-bottom: 60px;
}
.shop-banner-image {
    width: 100%;
    min-height: 200px;
    align-items: center;
    display: flex;
    padding: 38px 46px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    margin-top: 57px;
    margin-bottom: 16px;
}
.shop-banner-image .content {
    max-width: 340px;
}
.sidebar__title {
    font-weight: 700;
    font-size: 18px;
}

.shops-countries .countries {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.shops-countries .countries a {
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    padding: 11px 13px;
    border: 1px solid #BBBBBB;
    color: #373435;
    border-radius: 33px;
    display: flex;
    align-items: center;
    gap: 10px
}
.shops-countries .countries a img {
    width: 20px;
    height: 20px;
}
.brand-item__image {
    width: 100%;
    border: none;
    height: 200px;
}
.brands-wrapper {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap:16px
}
.brand-item__image img {
    width: 90%;
    border-radius: 30px;
    height: 100px;
    max-height: 100%;
    max-width: 90%;
    object-fit: contain;
}
.brand-item {
    margin: 0;
    position: relative;
}
.sale-icon {
    top: 0 !important;
    left: 0 !important;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(255,255,255,.5);
}
.carousel-indicators {
    background: transparent;
}
.section-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}

.err-modal {
    justify-content: center;
    max-width: 400px;
    width: 100%;
    display: flex;
    border-radius: 20px;
    background: #ffcc29;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 200px;
    padding-top: 40px;
    z-index: 1111;
}
.spainDeliveryPrice-parent {
    display: flex;
    align-items: center;
    gap: 4px;
}
.delivery-informations span#days {
    font-size: 25px;
    line-height: 28px;
}
.parcel-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1;
    background: #00000094;
    top: 0;
}
.error-parcel {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: column;
    justify-content: space-evenly;
}
.error-parcel h2 {
    text-align: center;
}
.error-parcel button {
    padding: 14px 48px;
    background-color: #000000;
    color: white;
    border-radius: 54px;
    border: none;
    font-size: 15px;
    line-height: 14px;
}
.block-information-parcel {
    margin-top: 40px;
}
 .order__price {
     justify-content: space-between;
     margin-top: 20px;
     background: #f0eeee;
     padding: 20px;
     border-radius: 45px;
}

 .track-header-item {
     position: relative;
     background: #f0eeee;
     border-radius: 30px;
     padding: 12px;
     margin-top: 24px;
 }
.receiverForm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.add-new-getter .address__button button {
    background: black;
    color: white;
    border-radius: 30px;
}
.track-header-item-btn {
    margin-top: 0;
}
.track-header-item-btn button {
     background: black;
     color: white;
     border-radius: 30px;
 }
.invoice-par {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 30px;
    border-radius: 78px;
}
.invoice-par .invoices {
    margin-bottom: 0;
}

 .track-header-item p {
     margin-bottom: 8px;
 }
 .browse-file {
     display: none;
 }

.track-header-item .attached-files {
    position: absolute;
    margin-left: 12px;
    bottom: 5px;
    left: 29px;
}
.err-modal img {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.steps-container {
    max-width: 943px;
    width: 100%;
    margin:133px auto 73px;
}
.steps-wrapper {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 60px;
}
.steps-wrapper .step__item {
    width: 100%;
    margin: 0;
}
.steps-wrapper .step__item  h5 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}
.steps-wrapper .step__item .step__icon {
    width: 100%;
}
.cashback_box {
    max-width: 802px !important;
    margin: auto;
}
.post-wrapper {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 27px;
}

.post-wrapper .blog-item-desc h2 {
    font-weight: 700;
    line-height: 29px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 58px;
    min-height: 58px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-wrapper .blog-item-desc p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 58px;

    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post-wrapper .blog-item {
    margin: 0;
}
.post-wrapper .blog-item b {
    display: none;
}
.post-wrapper .blog-item-desc p span {
    font-family: unset;
}

.blog-single-image {
    width: 100%;
    height: 478px;
    border-radius: 30px;
    /*object-fit: cover;*/
    object-fit: contain;
}

.separetly-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
    margin-bottom: 110px;
}
.separetly-item .item-img {
    width: 100%;
}
.separetly-item img {
    width: 100%;
    /*height: 357px;*/
    border-radius: 30px;
    object-fit: contain;
}
.separetly-item .item-desc h2 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 8px;
}
.separetly-item .item-desc p {
    font-size: 18px;
    line-height: 21px;
}
.separetly-item .item-desc a {
    padding: 15px 62px;
    font-size: 15px;
    line-height: 21px;
    background-color: black;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}
.related-blog {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 27px;
}
.related-blog .blog-item {
    margin: 0;
}
.related-blog .blog-item img {
    height: 210px;
    display: block;
    object-fit: cover;
}
.blog-single-heading {
    /*max-width: 800px;*/
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.blog-single-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.blog-single-heading p {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
.blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}
.pagination-items {
    border: 1px solid #F1F1F1;
    border-radius: 100% !important;
    font-weight: 600;
}
.pagination-items-current {
    background: #FFCC29;
    border-radius: 100% !important;
    color: white !important;
    font-weight: 600;
}
.pagination-prev-inactive, .pagination-next-inactive {
    border-radius: 100% !important;
    background: transparent !important;
    border: 1px solid #F1F1F1
}
.blog-pagination svg path {
    fill: #333333 !important;
}
.pagination-prev, .pagination-next { border-radius: 100% !important;
    background: transparent !important;
    border: 1px solid #F1F1F1
}
.pagination-items:hover {
    background: #FFCC29 !important;
    color: white !important;
    border-color:  #FFCC29 !important;
}
.related-blog-par {
    margin-top: 40px;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 64px;
}
.contact-wrapper form .field {
    margin-bottom: 24px;
}
.contact-wrapper form input {
    width: 100%;
    height: 69px;
    border: none;
    border-radius: 36px;
    background: #F0EEEE;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: black;
    outline: none;
}
.contact-wrapper form input::placeholder {
    color: black;
}
.contact-wrapper form .field textarea {
    width: 100%;
    border-radius: 36px;
    background: #F0EEEE;
    border: none;
    padding-top: 23px;
    padding-left: 40px;
    resize: none;
    height: 250px;
    outline: none;
}
.contact-wrapper form .field textarea::placeholder {
    color: black;
}
.contact-wrapper .map iframe {
    height: 680px;
    border-radius: 40px;
    width: 100%;
}
.contact-wrapper .form h1 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.contact-wrapper .form button {
    margin-left: auto;
    display: block;
    height: 68px;
    border-radius: 86px;
    color: white;
    padding: 0 75px;
    background: black;
    border: none;
}
#Panes {
    max-width: 762px;
    width: 100%;
    margin: auto;
    background: #F0EEEE;
    padding: 44px 80px;
    border-radius: 36px;
}
.about__text h1 {
    text-align: center;
}

.video-sec {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 948px;
    justify-content: center;
    margin: auto;
}
.video-sec .video-desc {
    background: #F0EEEE;
    border-radius: 30px;
    height: 178px;
    display: flex;
    align-items: center;
    padding-left: 65px;
    max-width: 664px;
    width: 100%;
}
.playBtn {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.video-img img {
    margin-left: -56px;
    width: 100%;
    height: 178px;
    object-fit: cover;
    border-radius: 30px;
    min-width: 480px;
}
.hybuy-block {
    background: #F0EEEE;
    max-width: 948px;
    margin:30px auto 0;
    border-radius: 30px;
    padding: 34px 23px;
}

.restricted .items_list{
    border: none;
    background: #F0EEEE;
    border-radius: 30px;
    padding: 20px 51px;
    margin-bottom: 19px;
}
.restricted {
    max-width: 580px;
    margin: auto;
}
.restricted h1 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
}

.products {
    margin-top: -70px;
}


.checkout-block {
    margin-top: 36px;
}
.limit-unlimit {
    display: flex;
    align-items: center;

}

.checkout-block .delivery-options .option {
    display: flex;
    align-items: center;
}
.delivery-informations {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delivery-informations span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: black;
}
.delivery-informations p {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    color: black;
}

.product-list-banner {
    background: url("../images/new/prod-list-banner.png");
    min-height:505px;
    background-color:#0000007d;
    background-blend-mode:color;
    display:flex;
    align-items:center;
    justify-content:center;
    background-repeat:no-repeat;
    background-size: cover;
}
.product-list-banner .banner-content {
    max-width:639px;
    width:100%;
    margin:auto;
    text-align:center
}
.product-list-banner .banner-content h1 {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #FFCC29;
}
.product-list-banner .banner-content p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom:0;
    font-weight: 600;
    color: white;
}

.brand-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
}
.brand-wrapper img {
    width: 100%;
    object-fit: contain;
}

.ad-banner{
    background: url("../images/new/ad-banner.png");
    min-height:303px;
    background-blend-mode:color;
    display:flex;
    align-items:center;
    background-repeat:no-repeat;
    padding-left: 117px;
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    margin-top: 110px;
}
.ad-banner-content {
    max-width: 511px;
    width: 100%;

}
.ad-banner-content img {
    display: block;
    margin-bottom: 21px;
    width: 180px;
}
.ad-banner-content p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: white;
}
.products-slider {
    margin-top: 65px;
}
.prod-slide-item {
    margin: 0 26px;
}
.prod-slide-item a {
    text-decoration: none;
    color: initial;
}
.prod-slide-item a img {
    width: 100%;
    height: 418px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.prod-slide-item .product-desc {
    padding: 28px 16px;
    background: #F0EEEE;
    border-radius:  0 0 30px 30px;
}
.prod-slide-item .product-desc h3 {
    font-size: 15px;
    line-height: 18px;
    color: black;
    font-weight: 400;
    margin-bottom: 9px;
    text-align: center;
}
.prod-slide-item .product-desc .prices {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}
.prod-slide-item .product-desc .prices span {
    font-size: 20px;
    line-height: 24px;
}
.prod-slide-item .product-desc .prices span.new-price {
    font-weight: 700;
}

.products-slider .slick-arrow {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.products-slider .slick-next {
    right: -20px;
}
.products-slider .slick-prev {
    left: -20px;
}
.address__book {
    background: #F0EEEE;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 20px;
}
.address__book tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}
.address__book tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}
.address__book th {
    padding: 15px;
}
.address__book th:first-child {
    border-top-left-radius: 20px;
}
.address__book td {
    border: none;
    padding: 15px;
    background: #F0EEEE;
}

.modal.is-visible .modal-dialog {
    max-width: 500px;
    width: 100%;
}

.modal.is-visible .modal-dialog .btn.outlined {
    color: white;
}
.join-form h1 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 69px;
    margin-bottom: 44px;
}
.join-form {
    max-width: 521px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    position: relative;
}
.join-form .field{
    margin-bottom: 24px;
}
.join-form input {
    width: 100%;
    background: #F0EEEE;
    height: 69px;
    border-radius: 36px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
    border: none;
    outline: none;
}
.join-form textarea {
    resize: none;
    padding-left: 40px;
    padding-top: 23px;
    height: 307px;
    font-size: 20px;
    line-height: 24px;
    border: none;
    outline: none;
    width: 100%;
    background: #F0EEEE;
    border-radius: 36px;
}
.join-form textarea,.join-form input::placeholder {
    color: black;
}
.form-bottom .attach {
    border-radius: 36px;
    color: white;
    background: black;
    height: 68px;
}
.form-bottom {
    display: flex;
    align-self: center;
    justify-content: space-between;
}
.form-bottom button {
    height: 68px;
    padding: 0 74px;
    border-radius: 36px;
    color: white;
    background: black;
    border: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.form-bottom  .attach-texts p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.form-bottom .invoices {
    margin-bottom: 0;
}
.join-form .attached-files {
   position: static;
}
.join-section {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #F0EEEE;
    padding: 40px;
    border-radius: 40px;
    margin-top: 29px;
}
.join-section img {
    width: 100%;
}
.join-section p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin: 0;

}
.why-join-us {
    margin-top: 170px;
}
.why-join-us h2 {
    max-width: 302px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: black;
    margin: 0;
}
.thank-you-section {
    max-width: 450px;
    margin: auto;
}
.thank-you-section img {
    margin: 0 auto 40px;
    display: block;
}
.thank-you-section h1 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 15px;
}

.thank-you-section p {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
}
.thank-you-section .section__button a {
    background: #F0EEEE;
    border-radius: 36px;
    border: none;
    color: black;
    font-size: 20px;
    line-height: 24px;
    max-width: 307px;
    width: 100%;
    font-weight: 500;
}


@media(max-width:1366px) {
    header .left-side {
        width: 64%;
    }
    header ul li a {
        font-size: 12px;
        line-height: 12px;
        padding: 0 11px;
    }
}
@media (max-width: 1360px) {
    .container-fluid {
        max-width: 100%;
    }
}
@media(max-width: 1280px) {
    .menu ul li a {
        font-size: 12px;
    }
    header ul {
        gap: 12px;
    }
    .steps-wrapper {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .notification-item .order-number-side p {
        font-size: 14px;
        line-height: 16px;
    }
    .notification-item .order-number-side h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .status-qrCode .status, .status-side .status {
        font-size: 12px;
    }
    .notification-item {
        flex-direction: column;
        position: relative;
    }
    .status-side {
        justify-content: space-between;
    }
}
@media(max-width: 1200px) {
    .address-book-table {
        overflow-x: auto;
        width: 100%;
    }
    .brands-wrapper {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .checkout__items  .checkout__item {
        flex-direction: row;
        padding-left: 16px;
    }
    .checkout__name, .checkout__price, .checkout__qty {
        min-width: 57%;
    }
    .checkout__header {
        display: flex;
    }
}
@media(max-width: 991px) {

    .delivery-options1 .option {
        height: 43px;
        padding: 0px 10px;
        border-radius: 52px;
        cursor: pointer;
        background-color: white;
        text-align: center;
        font-size: 12px;
    }

    .delivery-options {
        flex-direction: unset;
    }




    .banner-slider img {
        height: 200px;
    }
    .order-in-order-page {
        padding: 0 15px;
    }
    .invoice-par {
        padding: 24px;
    }
    .order-in-order-page .attach-texts p {
        font-size: 11px;
        margin: 0;
    }
    .order-in-order-page .attach img {
        width: 16px;
    }
    .order-in-order-page .attach {
        height: 43px;
    }
    table td .newPrice,table td .oldPrice {
        font-size: 14px;
    }
    .delivery-types td div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .delivery-options input[type="radio"]:checked + .option {
        width: 100%;
        justify-content: center;
    }
    .countries-tabs {
        flex-direction: row !important;
    }
    .about-limited {
        flex-direction: column;
        gap: 20px;
    }
    .separetly-item {
        flex-direction: column-reverse;
    }
    .separetly-item .item-desc h2 {
        font-size: 25px;
        line-height: 31px;
    }
    .separetly-item img {
        height: 264px;
    }
    .parcel-form input {
        padding-left: 12px;
        width: 100%;
    }
    label.tracking-number input {
        padding-left: 12px;
        width: 100%;
    }
    .delivery-info {
        padding-left: 10px;
        padding-right: 10px;
    }
    .delivery-info.parcel .countries {
        flex-direction: row;
    }
    .delivery-info h3 {
        text-align: center;
    }
    .thank-you-section p {
        font-size: 15px;
        line-height: 18px;
    }
    .thank-you-section img {
        width: 140px;
    }
    .section_success {
        min-height: 44vh;
    }
    .join-form input {
        height: 41px;
    }
    .join-form textarea {
        height: 158px;
        border-radius: 21px;
    }
    .profile__header {
        margin-top: 20px;
    }
    .form-bottom {
        flex-direction: column;
        gap: 13px;
        max-width: 200px;
        margin: auto;
    }
    .form-bottom button {
        font-size: 15px;
        line-height: 18px;
        height: 42px;
    }
    .form-bottom .attach {
        height: 42px;
    }
    .form-bottom .attach img {
        width: 22px;
    }
    .form-bottom .attach-texts p {
        font-size: 15px;
        line-height: 18px;
    }
    .why-join-us {
        margin-top: 79px;
    }
    .why-join-us h2 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        max-width: 151px;
        margin: auto;
    }
    .join-section {
        flex-direction: column;
        background: transparent;
        padding: 0;
    }
    .join-section img {
        height: 170px;
    }
    .checkout-block .countries {
        flex-direction: row;
    }

    .limit-unlimit {
        flex-direction: column;
        gap: 20px;
    }
    .delivery-informations {
        flex-direction: column;
        gap: 11px;
    }

    .countries {
        flex-direction: column;
    }
    .products {
        margin-top:0
    }
    .products-slider {
        margin-top: 14px;
    }
    .product-list-banner {
        min-height: 628px;
    }
    .product-list-banner .banner-content {
        max-width: 317px;
    }
    .products-slider .slick-list {
        margin: 0 -26px;
    }
    .brand-wrapper {
        margin-top: 30px;
        flex-direction: column;
    }
    .ad-banner {
        min-height: 204px;
        margin-top: 14px;
        padding-left: 25px;
        background-image: url("../images/new/mobile-ad.png");
    }
    .ad-banner-content {
        max-width: 205px;
    }
    .ad-banner img {
        width: 73px;
    }
    .ad-banner p {
        font-size: 12px;
        line-height: 14px;
    }
    .about-us-content {
        flex-direction: column-reverse;
        background: transparent;
        padding: 0 16px;
    }
    .about-us-content img {
        height: 312px;
        width: 100%;
    }
    .about-us-page  .map {
        padding: 0 16px;
    }
    .video-img img {
        min-width: 353px;
    }
    .video-desc {
        padding-left: 16px;
    }
    .video-desc h3 {
        max-width: 200px;
    }
    #Panes {
        padding: 16px;
    }
    .contact-wrapper {
       gap: 16px;
    }
    .blog-pagination {
        margin-top: 62px;
    }
    .post-wrapper {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .steps-wrapper {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .steps-container {
        margin: 40px auto 40px;
    }
    .checkout__items {
        overflow-x: auto;
    }
    .checkout__name p, .checkout__price p, .checkout__qty p {
        padding-left: 0;
    }
    .checkout__name p:first-child, .checkout__price p:first-child, .checkout__qty p:first-child {
        padding-left: 0;
    }
    .checkout__header {
        flex-direction: row;
    }
    .checkout__items::-webkit-scrollbar {
        display: none;
    }
    header .menu ul {
        display: none;
    }
    header .right-side .btns-wrapper button.cashback {
        display: none;
    }
    header .right-side .btns-wrapper button.balance {
        display: none;
    }
    .get-addresses .buttons {
        flex-direction: column;
    }
    .get-addresses .buttons h3{
        width: 100%;
        font-weight: 700;
        font-size: 23px;
        padding: 10px 0;
    }
    .get-informations {
        margin-top: 60px;
    }
    .get-informations .form-wrapper {
        padding: 18px 16px;
        border-radius: 27px;
    }
    .track-parcel .form-wrapper .field {
        flex-direction: column;
    }
    .track-parcel .form-wrapper .field button{
        max-width: 100%;
    }
    .advantes-section {
        background: white;
    }
    .advanced-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 83px;
    }
    .advanced-item h3 {
        font-size: 15px;
        line-height: 23px;
    }
    .advanced-item p {
        font-size: 12px;
        line-height: 14px;
    }
    .footer-wrapper {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,1fr));
        gap: 30px;
    }
    .footer-menu {
        border: none;
        border-bottom: 1px solid #B7B7B7;
    }
    .video-section {
        margin-top: 81px;
        padding: 0 21px;
        display: flex;
        flex-direction: column-reverse;
        gap: 14px;
        overflow: initial;
    }
    .video-section img {
        height: 224px;
        border-radius: 20px;
        object-fit: cover;
    }
    .video-section img.icon {
        width: 64px;
        height: 64px;
        transform: translateX(-50%);
        right: auto;
        left: 50%;
        bottom: -33px;
    }
    .video-section p {
        margin: 0;
        text-align: center;
        line-height: 21px;
        font-size: 19px;
        max-width: 239px;
        width: 100%;
        margin: 0 auto;
    }
    .blog-news {
        margin-top: 81px;
    }
    .table-par {
        overflow: auto;
    }
    .table-par::-webkit-scrollbar {
        display: none;
    }
    .delivery-types table thead th {
        font-size: 15px;
        line-height: 21px;
        padding: 21px;
    }
    .delivery-types table thead th:first-child {
        padding-left: 0;
    }
    .delivery-types {
        margin-top: 60px !important;
    }
    .delivery-types .section-heading h2 {
        margin-bottom: 6px;
        font-size: 25px;
        line-height: 30px;
    }
    .delivery-types .section-heading p {
        font-size: 12px;
        line-height: 12px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .payment-icons {
        margin-right: 0;
    }
    .mobile-burger {
        display: block;
        margin-left: 15px;
    }
    header .left-side a img {
        width: 100px;
    }
    .mobile-menu {
        display: none;
        background: #F0EEEE;
        width: 100%;
        left: 0;
        position: fixed;
        max-height: 100%;
        overflow-y: auto;
        z-index: 1;
        height: 100vh;
        top: 0;
    }
    header.absolute {
        position: fixed;
        top: 0;
        background: #F0EEEE;
        z-index: 3;
        width: 100%;
        padding: 21px 16px 16px
    }
    header.absolute button {
        background: #E6E6E6 !important;
    }
    header.absolute .mobile-burger {
        display: none;
    }
    .mobile-menu button {
        display: block !important;
        background: #E6E6E6;
    }
    .mobile-menu .menu ul {
        display: block !important;
    }
    .mobile-menu-header {
        display: flex;
        align-items: center;
    }
    header.absolute .mobile-burger.mobile-burger-show {
        display: block;
    }
    .close-menu {
        display: none;
    }
    .mobile-menu-content {
        margin: 100px auto 0;
        max-width: 300px;
        max-height: 77vh;
        overflow-y: auto;
    }
    .mobile-menu-content button {
        padding: 13px 22px;
        border-radius: 100px;
        font-size: 16px;
        line-height: 23px;
        color: #010205;
        width: 100%;
        margin-bottom: 16px;
        border: none;
    }
    .mobile-menu-content button span {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-menu-content button a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #010205;
        line-height: 23px;
    }
    .mobile-menu-content ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .mobile-menu-content ul li a {
        font-weight: 600;
        color: #020407;
        font-size: 15px;
        line-height: 25px;
    }
    .mobile-menu-content .mobile-language ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        padding-left: 0;
    }
    .mobile-menu-content .mobile-language ul li a {
        font-size: 0;
    }
    .footer-form-social {
        justify-content: center;
        margin-top: 16px !important;
    }
    .order-kinds {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kind-item svg {
        width: 20px;
        margin-left: 5px;
    }

    .kind-item span {
        font-size: 9px;
        line-height: 20px;
        font-weight: 700;
        max-width: 170px;
        width: 100%;
    }


    .kind-item {
        display: flex
    ;
        align-items: center;
        justify-content: center;
        border-radius: 74px;
        background: #F0EEEE;
        gap: 10px;
        padding: 0px 0;
    }
    .orders-wrapper .order-item {
        padding: 18px 20px;
    }
    .orders-wrapper .top-side {
        flex-direction: column;
        align-items: flex-start;
    }
    .order-number {
        margin-bottom: 19px;
    }
    .order-number img {
        width: 22px;
        height: 22px;
    }
    .order-number p {
        font-size: 10px;
        line-height: 12px;
    }
    .order-number a {
        font-size: 18px;
        line-height: 22px;
    }
    .status-qrCode .inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .status-qrCode .inner .status {
        width: 100%;
        font-size: 10px;
        line-height: 12px;
        justify-content: center;
    }
    .status-qrCode .inner .status svg {
        width: 15px;
    }
    .status-qrCode .qr_code {
        width: 100%;
        justify-content: center;
        font-size: 10px;
        line-height: 12px;
    }
    .bottom-side .order-deatils {
        flex-direction: column;
        align-items: flex-start;
    }
    .order-details-item {
        border: 0 !important;
        padding: 0 !important;
    }
    .bottom-side .icons {
        flex-direction: column;
        gap: 7px;
    }
    /*.bottom-side .icons a {*/
    /*    font-size: 0;*/
    /*}*/
    .bottom-side .icons a svg {
        width: 16px;
    }

    #videopopup iframe {
        width: 90%;
    }
    #videopopup iframe {
        height: 300px !important;
    }
    .delivery-country {
        flex-direction: column;
    }
    .delivery-country .countries .country-item {
        min-width: auto;
        background: none;
        padding: 0;
        cursor: pointer;
    }
    .delivery-country .countries .country-item span {
        display: none;
    }

    .fly-dates {
        flex-wrap: wrap-reverse;
        gap: 14px 8px;
    }

    .date-item:nth-child(2){
        width: 50%;
    }
    .p-sidebar button {
        height: 58px;
    }
    .date-item {
        padding: 10px 15px;
    }
    .date-item:first-child{
        width: 45%;
    }
    .date-item p {
        font-size: 10px;
    }
    .date-item img {
        width: 21px;
    }
    .how-to-use-addr {
        gap: 27px;
        flex-direction: column;
    }
    .contents-header h2 {
        font-size: 20px;
        text-align: center;
    }
    .contents-wrapper {
        margin-top: 40px;
    }
    .declaration-row {
        flex-wrap: wrap;
        padding: 0 16px 16px;
    }
    .declaration-row span {
        width: 100%;
    }
    .declaration-row .name input {
        width: 100%;
    }
    .parcel-total {
        flex-wrap: wrap;
    }
    .declaration-row .price input {
        width: 100%;
    }
    .parcel-form label {
        width: 100%;
        justify-content: center;
        gap: 20px;
    }
    .parcel-form {
        margin-top: 0;
    }
    .profile__content {
        padding: 0 16px !important;
    }
    .contents-header p {
        text-align: center;
        margin-top: 12px;
    }
    .declaration-row span {
        text-align: center;
        margin: 0;
    }
    .parcel-total button.cancel {
        font-size: 14px;
        line-height: 18px;
        padding: 12px 0;
        width: 49%;
    }
    .parcel-total button.add {
        font-size: 14px;
        width: 47%;
        line-height: 18px;
        padding: 12px 0;
    }
    .delivery-options {
        margin-left: 0;
        flex-direction: unset;
    }
    .delivery-country .countries {
        justify-content: center;
    }
    .attach {
        width: 100%;
    }
    .history-of-item {
        padding: 16px 32px;
    }
    .history-of-item span {
        font-size: 14px;
    }
    .notification-item {
        border-radius: 25px;
    }
    .notification-item .icons{
       position: absolute;
       top: 20px;
       right: 30px;
    }
    .status-side .order-status {
        border: none;
        padding: 0;
    }
    .range-values .price {
        font-size: 20px;
        line-height: 24px;
    }
    .range-values .measurement {
        font-size: 20px;
        line-height: 24px;
    }
    .range-values .value2 {
        font-size: 20px;
        line-height: 24px;
    }
    .calculator-page {
        padding: 0 20px;
        margin-top: 41px;
    }
    .calculator-page .range {
        background: #F0EEEE;
        border-radius: 21px;
        padding: 54px 22px;
        margin-top: 20px;
    }
    .checkbox-block {
        padding: 24px 25px;
        margin-top: 20px;

    }
    .calculator-page .delivery-info {
        padding-bottom: 47px;
    }
    .checkbox-block label {
        font-size: 15px;
        font-weight: 700;
    }
    .calculator-page h1 {
        margin-bottom: 22px;
        font-size: 25px;
        line-height: 30px;
    }
    .header-languages {
        display: none;
    }
    .countries {
        flex-direction: column;
    }
    .shops-countries .countries a {
        width: 100%;
        justify-content: center;
    }
    .shop-banner-image {
        margin-bottom: 34px;
        padding: 23px;
    }
    .shop-banner-image .content {
        text-align: center;
    }
    .brands-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .brand-item__image {
        height: 200px;
    }
    .brands-wrapper img {
        height: 212px;
    }
    .carousel-item img {
        height: 152px;
    }
    header {
        margin-bottom: 30px !important;
    }
    .sidebar__title {
        margin: auto;
    }
    .sidebar__category li a {
        justify-content: center;
    }
}
@media(max-width: 767px) {
    .home-delivery {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .video-img {
        width: 100%;
    }
    .video-img img {
        min-width: 100%;
    }
    .video-sec {
        flex-direction: column;
    }
    .video-sec .video-desc {
        justify-content: center;
        padding-left: 0;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
    .video-img img {
        margin-left: 0;
    }
    .contact-wrapper {
        grid-template-columns: repeat(1,minmax(0,1fr));
        gap: 60px;
    }
    .contact-wrapper .form button {
        margin: auto;
    }
    .steps-wrapper {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
@media(max-width: 545px) {
    .pagination-next, .pagination-prev,.pagination-items,.pagination-items-current {
        width: 43px !important;
        height: 43px !important;
    }
    .steps-wrapper {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .post-wrapper {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}
@media(min-width: 991px) {
    .mobile-burger {
        display: none;
    }
    .mobile-menu {
        display: none;
    }
    .close-menu {
        display: none;
    }
}
