@keyframes slide{
    0% {transform: translateX(0);}
    16.66% {transform: translateX(-20%);}
    33.33% {transform: translateX(-40%);}
    50% {transform: translateX(-60%);}
    66.66% {transform: translateX(-80%);}
    83.33% {transform: translateX(-100%);}
    100% {transform: translateX(0%);}
}
.breadcrumb_wrap_new {
    margin-top: 0 !important;
}
.ecommerce, .process, .ecommerce-faq, .calc-ecommerce, .questions {
    color: #000000;
    font-variant-numeric: lining-nums;
    font-family: "Raleway", sans-serif;
    line-height: normal;
    font-style: normal;
    margin-bottom: 60px;
}
.ecommerce h1, .process h2, .ecommerce-faq h2, .calc-ecommerce h2, .questions h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
}
.ecommerce .ecommerce-wrap__content--title {
    text-align: left;
}
.ecommerce img, .process img, .ecommerce-faq img, .questions img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ecommerce-wrap {
    border-radius: 30px;
    background-color: #fff;
    border: solid 1px #f0f0f0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ecommerce-wrap__content {
    width: 100%;
    max-width: 501px;
    margin: 29px 30px 26px 35px;
}
.ecommerce-wrap__image {
    width: 100%;
    max-width: 628px;
}
.ecommerce-wrap__image img {
    border-radius: 25px;
}
.ecommerce-wrap__content--text {
    margin: 20px 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.ecommerce .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #ffd749;
    padding: 9px 19px;
    background: 0 0;
    background-color: #ffd749;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
}
.ecommerce .btn:hover {
    background-color: #ffffff;
}
.ecommerce .btn:hover svg circle {
    fill: #ffd749;
}
.ecommerce .btn svg,
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__services--row .btn svg,
.ecommerce-faq .btn svg,
.questions .btn svg,
.seo .btn svg {
    margin-left: 10px;
}
.seo .btn svg, .seo .btn svg *, .ecommerce .btn svg *, .ecommerce-faq .btn svg *, .questions .btn svg * {
    transition: .3s;
}
.process .ttl {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-family: "Inter", sans-serif;
}
.process-wrap__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.process-ecommerce .process-wrap__list .item {
    width: 32%;
    margin: 0 2% 20px 0;
    border-radius: 30px;
    background-color: #fff;
    padding: 40px;
}
.process-ecommerce .process-wrap__list .item:nth-child(3n+3) {
    margin-right: 0;
}
.process-wrap__list .item-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.process-wrap__list .item-title img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
}
.process-wrap__list .item-text {
    font-weight: 400;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}
.ecommerce-faq__wrap {
    max-width: 1080px;
    margin: 40px auto 0;
}
.ecommerce-faq__wrap .itm {
    position: relative;
    margin-top: 20px;
}
.ecommerce-faq__wrap .itm-top {
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 40px;
    transition: background-color 0.3s ease-out;
}
.ecommerce-faq__wrap .itm.itm-link:hover .itm-top {
    background-color: #ffedb8;
}
.ecommerce-faq__wrap .itm-full.open .itm-top {
    border-radius: 20px 20px 0 0;
}
.ecommerce-faq__wrap .itm-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    position: absolute;
    width: 100%;
}
.ecommerce-faq__wrap .itm-text {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px 40px;
}
.ecommerce-faq__wrap .itm-top__title {
    font-size: 24px;
    line-height: 28px;
    max-width: calc(100% - 60px);
}
.ecommerce-faq__wrap .itm-top__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.ecommerce-faq__wrap .open .itm-top__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ecommerce-faq__wrap .itm-top__icon:hover {
    background-color: #da2c38;
    border-color: #da2c38;
}
.ecommerce-faq__wrap .itm-top__icon:hover svg * {
    fill: #FFFFFF;
}
.ecommerce-faq__wrap .itm-top__icon svg * {
    -webkit-transition: .3s;
    transition: .3s;
}
.ecommerce-faq__wrap .itm-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    position: absolute;
    width: 100%;
}
.ecommerce-faq__wrap .itm-content__list {
    max-width: 970px;
    margin-left: auto;
    margin-top: 10px;
}
.ship-wrap__list {
    position: relative;
}
.ship-wrap__list .item {
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    padding: 34px 40px;
    border-radius: 20px;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item {
    padding: 13px 40px;
    margin-bottom: 10px;
}
.ecommerce-faq__wrap .open .itm-content {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ship-wrap__list .item-top {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ship-wrap__list .item-top__title {
    width: 100%;
    max-width: calc(100% - 65px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-top__title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.ship-wrap__list .item-top__title img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
}
.ship-wrap__list .item-top__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.ship-wrap__list .item-top__icon:hover {
    background-color: #da2c38;
    border-color: #da2c38;
}
.ship-wrap__list .open .item-top__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ship-wrap__list .item-top__icon svg * {
    -webkit-transition: .3s;
    transition: .3s;
}
.ship-wrap__list .item-top__icon:hover svg * {
    fill: #fff;
}
.ship-wrap__list .item-text {
    margin-top: 33px;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: .3s;
    transition: .3s;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text {
    font-family: "Inter", sans-serif;
    max-width: 819px;
}
.ship-wrap__list .open .item-text {
    opacity: 1;
    visibility: visible;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ship-wrap__list .item-text .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: dashed 1px #d9d9d9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.ship-wrap__list .item-text__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: solid 1px #757575;
    margin-top: -21px;
    padding-top: 30px;
}
.ship-wrap__list .item-text .row-title {
    margin-right: 10px;
    width: 100%;
    max-width: 200px;
}
.ship-wrap__list .item-text .row-title a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    transition: .3s ease-out;
}
.ship-wrap__list .item-text .row-title a:hover {
    color: #FFA51D;
}
.ship-wrap__list .item-text .row-text {
    font-size: 14px;
    line-height: 21px;
    max-width: calc(100% - 210px);
}
.ship-wrap__list .item-text .row-title svg {
    -webkit-transform: scale(1) translateY(-3px);
    -ms-transform: scale(1) translateY(-3px);
    transform: scale(1) translateY(-3px);
    cursor: pointer;
    transition: .3s ease-out;
}
.ship-wrap__list .item-text .row-title svg:hover {
    -webkit-transform: scale(1.05) translateY(-3px);
    -ms-transform: scale(1.05) translateY(-3px);
    transform: scale(1.05) translateY(-3px);
}
.ship-wrap__list .item-text__bottom--title {
    font-size: 16px;
    line-height: 18px;
    max-width: 544px;
    margin-right: 30px;
}
.ship-wrap__list .item-text__bottom--title strong {
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.ecommerce-faq .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #ffd749;
    padding: 10px 16px;
    background: 0 0;
    background-color: #ffd749;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}
.ecommerce-faq .btn:hover {
    background-color: #ffffff;
}
.ecommerce-faq .btn:hover svg circle {
    fill: #ffd749;
}
.ecommerce-faq__wrap .itm-text__countries--slider {
    margin: 20px 0 10px;
}
.ecommerce-faq__wrap .itm-text__countries--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ecommerce-faq__wrap .itm-text__countries--link .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.ecommerce-faq__wrap .itm-text__countries--tabs span {
    margin-right: 5px;
    border-radius: 20px;
    background-color: #f5f5f3;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.ecommerce-faq__wrap .itm-text__countries--tabs .active {
    background-color: #ffd749;
}
.ecommerce-faq__wrap .itm-text__countries--slider-wrapper_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ecommerce-faq__wrap .itm-text__countries--slider-wrapper_item, .ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__gallery {
    margin-right: -10px;
}
.ecommerce-faq__wrap .itm-text__countries--slider span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    background-color: #f5f5f3;
    font-size: 18px;
    line-height: 21px;
    padding: 4px 12px 4px 6px;
}
.ecommerce-faq__wrap .itm-text__countries--slider span img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text p {
    display: block;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__gallery span {
    width: 128px;
    height: 89px;
    border-radius: 30px;
    border: solid 1px #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 16px;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__gallery span img {
    max-height: 58px;
    width: auto;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text ul {
    padding-left: 15px;
    margin-bottom: 20px;
    display: block;
    list-style-type: disc;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: "Inter", sans-serif;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text ul li:last-child {
    margin-bottom: 0;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text p a:not(.btn) {
    color: #ffa51d;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    transition: .3s ease-out;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text p a:not(.btn):hover {
    color: #000000;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__services--row {
    width: 100%;
    max-width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: solid 1px #f0f0f0;
    padding: 20px;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__services--row img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__services--row span {
    display: block;
    margin: 20px 0 10px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #000000;
}
.ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__services--row .btn {
    text-decoration: none;
    padding: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #da2c38;
    background: 0 0;
    background-color: #ffffff;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
}
.calc-ecommerce {
    margin: 60px 0 100px;
}
.calc-wrap__title {
    margin-bottom: 40px;
}
.questions-wrap {
    margin: 60px 0;
    border: solid 1px #f0f0f0;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.questions-wrap__content {
    width: 100%;
    max-width: 539px;
    margin-right: 30px;
}
.questions-wrap__image {
    width: 100%;
    max-width: 450px;
}
.questions h2 {
    text-align: left;
}
.questions-wrap__content--text {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}
.questions .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #d9d9d9;
    padding: 9px 19px;
    background: 0 0;
    background-color: #ffffff;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
}
.questions .btn:hover {
    background-color: #DA2C38;
    color: #ffffff;
    border-color: #DA2C38;
}
.questions .btn:hover svg circle {
    fill: #ffffff;
}
.questions .btn:hover svg path {
    fill: #000000;
}
.seo-wrap__content {
    max-height: 220px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-variant-numeric: lining-nums;
}
.seo-wrap__more {
    margin-top: 10px;
}
.seo .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #d9d9d9;
    padding: 9px 19px;
    background: 0 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
}
.seo .btn:hover {
    background-color: #FFD749;
    border-color: #FFD749;
}
.seo .btn:hover svg circle {
    fill: #ffffff;
}
.seo h3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
}
.seo-wrap__content p {
    display: block;
}
.seo-wrap__content * {
    margin-bottom: 20px;
}
.seo-wrap__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 77px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(245,245,243,0)),color-stop(20%,rgba(245,245,243,.5)),to(#f5f5f3));
    background: linear-gradient(180deg,rgba(245,245,243,0) 0,rgba(245,245,243,.5) 20%,#f5f5f3 100%);
    -webkit-transition: .3s;
    transition: .3s;
}
.seo-wrap__content--active {
    max-height: 1000000px;
}
.seo-wrap__content--active::after {
    display: none;
}
.seo-open-details.opened svg {
    transform: rotate(180deg);
}
.seo ul {
   padding: 15px;
   display: block;
   list-style-type: disc;
   font-family: "Inter", sans-serif;
   background-color: #ffffff;
   width: fit-content;
   border-radius: 10px;
}
.seo ul li {
   margin-bottom: 10px;
   list-style-type: disc;
   list-style-position: inside;
   font-size: 16px;
   line-height: 21px;
}
.seo ul li a {
   font-size: 16px !important;
   line-height: 21px !important;
   transition: color 0.3s ease-out;
   color: #ffc700;
   font-weight: 700;
   cursor: pointer;
}
.seo ul li a:hover {
   color: #000000;
}
.seo ul li:last-child {
   margin-bottom: 0;
}
.popup_add_information {
   border-radius: 10px;
   background-color: #FFFFFF;
   width: 600px;
   position: relative;
   padding: 30px;
   box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
}
.popup_add_information::before {
   content: "";
   background-image: url('/wp-content/themes/global_post/images/icon-additional-info-i.png');
   width: 14px;
   height: 14px;
   position: absolute;
   top: 10px;
   left: 10px;
}
.popup_add_information p,
.popup_add_information p a {
   font-family: "Inter", sans-serif;
   color: #000000;
   font-size: 16px !important;
   font-weight: 500;
   line-height: 22px !important;
}
.popup_add_information p:first-child {
   font-weight: 700;
}
.popup_add_information p:not(:last-child) {
   margin-bottom: 10px;
}
.popup_add_information p:last-child a {
   cursor: pointer;
   color: #ffc700;
   font-weight: 700;
   text-decoration-line: underline;
   transition: color 0.3s ease-out;
}
.popup_add_information p:last-child a:hover {
   color: #000000;
}

@media (max-width: 1100px) {
    .seo-wrap {
        padding: 0 10px;
    }
    .ecommerce-submenu {
        margin-top: 90px
    }
    .ecommerce {
        padding-top: 20px;
    }
}

@media (max-width: 1024px) {
    .process-ecommerce .process-wrap__list .item {
        padding: 30px;
    }
    .process-ecommerce .process-wrap__list .item:nth-child(1n+1) {
        width: 49%;
        margin: 0 0 30px;
    }
    .process-wrap__list {
        justify-content: space-between;
    }
}

@media (max-width: 786px) {
    .process-ecommerce .process-wrap__list .item {
        padding: 30px;
    }
    .process-ecommerce .process-wrap__list .item:nth-child(1n+1) {
        width: 49%;
        margin: 0 0 30px;
    }
    .process-ecommerce .process-wrap__list .item-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .process-ecommerce .process-wrap__list .item-title img {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .questions-wrap {
        position: relative;
    }
    .questions-wrap__content {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .questions-wrap__image {
        position: absolute;
        right: 10px;
        top: 20px;
        max-width: 100px;
    }
    .questions-wrap__content--title {
        max-width: calc(100% - 150px);
    }
}

@media (max-width: 700px) {
    .popup_add_information {
        width: 320px;
        padding: 22px;
    }
    .popup_add_information p,
    .popup_add_information p a {
        font-size: 14px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 550px) {
    .ecommerce h1, .process h2, .ecommerce-faq h2, .calc-ecommerce h2, .questions h2, .seo h3 {
        font-size: 18px;
        line-height: 21px;
    }
    .seo .btn {
        font-size: 14px;
        line-height: 21px;
    }
    .breadcrumb_wrap_new {
        margin-bottom: 10px;
    }
    .breadcrumb_wrap_new .aioseo-breadcrumbs {
        padding-bottom: 10px;
    }
    .ecommerce-wrap {
        border-radius: 10px;
        flex-direction: column;
    }
    .ecommerce-wrap__content {
        max-width: 100%;
        margin: 0 0 20px;
    }
    .ecommerce-wrap__content--title {
        text-align: left;
        width: 100%;
    }
    .ecommerce-wrap__content--text {
        font-size: 16px;
        line-height: 24px;
    }
    .ecommerce-wrap__image {
        max-width: 100%;
    }
    .ecommerce-wrap__image img {
        border-radius: 10px;
        max-width: 300px;
        margin: 0 auto;
    }
    .process-ecommerce .process-wrap__list {
        margin-top: 20px;
    }
    .process-ecommerce .process-wrap__list .item {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .process-ecommerce .process-wrap__list .item:nth-child(1n+1) {
        width: 100%;
        margin: 0 0 10px;
    }
    .process-ecommerce .process-wrap__list .item-title {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        line-height: 18px;
        align-items: center;
    }
    .ecommerce-faq__wrap .itm-top {
        border-radius: 10px;
        padding: 10px;
    }
    .ecommerce-faq__wrap .itm-top__title {
        font-size: 20px;
        line-height: 23px;
    }
    .ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item {
        padding: 10px;
    }
    .ship-wrap__list .item-top__title img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .ship-wrap__list .item-top__icon {
        width: 30px;
        height: 30px;
    }
    .ship-wrap__list .item-top__icon svg {
        max-width: 10px;
        max-height: 10px;
    }
    .ship-wrap__list .item-text .row {
        padding-bottom: 10px;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .ship-wrap__list .item-text__bottom {
        margin-top: -11px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .ship-wrap__list .item-text__bottom--title {
        max-width: 100%;
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 16px;
    }
    .ship-wrap__list .item-text__bottom--title strong {
        font-size: 16px;
        line-height: 18px;
    }
    .ship-wrap__list .item-text .row-title {
        max-width: 100%;
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 27px;
    }
    .ship-wrap__list .item-text .row-title a {
        font-size: 16px;
        line-height: 27px;
    }
    .ship-wrap__list .item-text .row-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 21px;
    }
    .ecommerce-faq__wrap .itm-text {
        padding: 10px;
    }
    .ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__gallery span {
        width: calc(33% - 10px);
    }
    .ecommerce-faq__wrap .itm-content__list .ship-wrap__list .item-text__services--row {
        max-width: 100%;
        margin-right: 0;
    }
    .calc-wrap__title {
        padding: 0 10px;
    }
    .questions-wrap {
        margin: 40px 0;
        padding: 35px 10px 20px;
        border-radius: 20px;
    }
    .questions-wrap__content--text {
        font-size: 16px;
        line-height: 24px;
    }
}