#top-menu {
  background: #1A1E25;
  // background: transparent;
}
#best-selling{
    padding-top: 90px;
    background: #1A1E25;
    color: #C9E2F0;
    padding-bottom: 70px;
}
.first-block{
    max-width: 960px;
    margin: auto;
}
.flex-content{
    text-align: center;
}
.flex-content h1{
    max-width: 800px;
    color: #fff;
}
.flex-content>p{
    font-size: 23px;
    line-height: 32px;
}
.flex-content>ul{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-left:0px;
}
.flex-content>ul li{
    list-style: none;
    display: block;
    padding: 4px 35px 4px 35px;
    line-height: 1.6;
    font-size: 15px;
    border-radius: 100px;
    background: #232933;
}
.flex-content>ul li:before{
    content: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9.34483L6.82759 14.1724L16 5' stroke='%23B9C1CD' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    font-size: 15px;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    left: -20px;
    top: 3px;
}
@media (max-width: 991px) {
    .flex-content>ul{
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .flex-content>ul li{
        list-style: none;
        display: block;
        padding: 4px 35px 4px 35px;
        line-height: 1.6;
        font-size: 15px;
        border-radius: 100px;
        background: #232933;
        margin-top: 8px;
        margin-bottom: 8px;
    }

}
@media (max-width: 768px) {
    .flex-content>ul{
        text-align: left;
    }
}
@media (max-width: 450px) {
    .regular-offer{
        display:block;
        margin-top: 20px;
    }
    .flex-content>p{
        font-size: 19px;
    }
    .flex-content>ul li{
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .actions .btn{
        margin-top: 30px!important;
    }
    #how-it-works .cols-item-label{
        margin-bottom: 10px;
    }
    .hint{
        margin: 25px auto 0!important;
    }
}
.special-offer{
    background-image: url('../../img/pages/best-dropshipping-products/speciald.svg');
    max-width: 544px;
    height: 156px;
    margin: 0 auto;
    background-size: contain;
}
@media (max-width: 800px) {
    .special-offer{
        background-image: url('../../img/pages/best-dropshipping-products/specialm.svg');
        max-width: 290px;
        height: 196px;
        margin: 0 auto;
        background-size: contain;
    }
}
.actions{
    margin-top: 40px;
}
.actions .btn{
    margin-top: 50px;
}

#how-it-works {
    padding: 100px 0 100px;
}
#how-it-works h2 {
    text-align: center;
    margin: 0 auto 60px;
}
#how-it-works .cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
}
#how-it-works .cols-item {
    font-size: 23px;
    line-height: 32px;
}
#how-it-works .cols-item:not(:last-child) {
    background: no-repeat top 22px right / auto;
    background-image: url("data:image/svg+xml,%3Csvg width='170' height='6' viewBox='0 0 170 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M170 3L165 0.113249V5.88675L170 3ZM0 3.5H0.994152V2.5H0V3.5ZM7.95322 3.5H9.94152V2.5H7.95322V3.5ZM16.9006 3.5H18.8889V2.5H16.9006V3.5ZM25.848 3.5H27.8363V2.5H25.848V3.5ZM34.7953 3.5H36.7836V2.5H34.7953V3.5ZM43.7427 3.5H45.731V2.5H43.7427V3.5ZM52.6901 3.5H54.6784V2.5H52.6901V3.5ZM61.6374 3.5H63.6257V2.5H61.6374V3.5ZM70.5848 3.5H72.5731V2.5H70.5848V3.5ZM79.5322 3.5H81.5205V2.5H79.5322V3.5ZM88.4795 3.5H90.4678V2.5H88.4795V3.5ZM97.4269 3.5H99.4152V2.5H97.4269V3.5ZM106.374 3.5H108.363V2.5H106.374V3.5ZM115.322 3.5H117.31V2.5H115.322V3.5ZM124.269 3.5H126.257V2.5H124.269V3.5ZM133.216 3.5H135.205V2.5H133.216V3.5ZM142.164 3.5H144.152V2.5H142.164V3.5ZM151.111 3.5H153.099V2.5H151.111V3.5ZM160.058 3.5H162.047V2.5H160.058V3.5Z' fill='%23222731'/%3E%3C/svg%3E%0A");
}
#how-it-works .cols-item:last-child .cols-item-label {
    border-color: #4fae8d;
}
#how-it-works .cols-item-label {
    display: inline-block;
    border-radius: 30px;
    background: #222731;
    border: 1px solid #222731;
    text-align: center;
    font-size: 17px;
    font-weight: 900;
    width: 50px;
    line-height: 48px;
    color: #fff;
}
#how-it-works .cols-item b {
    font-weight: 700;
}

@media (max-width: 991px) {
    #how-it-works {
        padding: 70px 0;
    }
    #how-it-works h2 {
        margin: 0 0 50px;
    }
    #how-it-works .cols {
        grid-template-columns: repeat(1, 1fr);
    }
    #how-it-works .cols-item {
        max-width: 290px;
        margin: 0 auto;
        text-align: center;
        font-size: 19px;
    }
    #how-it-works .cols-item:not(:last-child) {
        background: transparent;
    }
}
.hint {
    margin: 60px auto 0;
    text-align: center;
}
.hint a {
    display: inline-block;
    color: #1A1E25;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    text-decoration: underline;
    padding: 0 25px 0 0;
    background: no-repeat center right 5px / auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 0.40381L10.1699 9.39502C10.3281 9.55322 10.4072 9.74658 10.4072 9.9751C10.4072 10.186 10.3281 10.3794 10.1699 10.5552L1.44238 19.5464C1.28418 19.687 1.09961 19.7573 0.888674 19.7573C0.677736 19.7573 0.493166 19.6782 0.334963 19.52C0.17676 19.3618 0.0976581 19.1772 0.0976581 18.9663C0.0976581 18.7554 0.17676 18.5708 0.334963 18.4126L8.56152 9.9751L0.334961 1.5376C0.176758 1.3794 0.0976565 1.19483 0.0976565 0.983888C0.0976565 0.772951 0.176758 0.58838 0.334961 0.430177C0.493164 0.271974 0.677735 0.192873 0.888672 0.192873C1.09961 0.192873 1.28418 0.263185 1.44238 0.40381Z' fill='%231A1E25'/%3E%3C/svg%3E%0A");
    transition: .15s ease-in-out;
}
.hint a.active,
.hint a:hover,
.hint a:active {
     color: #FFB200;
     background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 0.40381L10.1699 9.39502C10.3281 9.55322 10.4072 9.74658 10.4072 9.9751C10.4072 10.186 10.3281 10.3794 10.1699 10.5552L1.44238 19.5464C1.28418 19.687 1.09961 19.7573 0.888674 19.7573C0.677736 19.7573 0.493166 19.6782 0.334963 19.52C0.17676 19.3618 0.0976581 19.1772 0.0976581 18.9663C0.0976581 18.7554 0.17676 18.5708 0.334963 18.4126L8.56152 9.9751L0.334961 1.5376C0.176758 1.3794 0.0976565 1.19483 0.0976565 0.983888C0.0976565 0.772951 0.176758 0.58838 0.334961 0.430177C0.493164 0.271974 0.677735 0.192873 0.888672 0.192873C1.09961 0.192873 1.28418 0.263185 1.44238 0.40381Z' fill='%23FFB200'/%3E%3C/svg%3E%0A");
 }
.hint a:hover,
.hint a:active {
     background-position: center right 0;
 }

#ticket {
    background: no-repeat center / 99% auto #e6edfa;
    margin: 0;
    padding: 100px 0;
    transition: all 0.3s ease-in-out;
}

#ticket .head {
    margin: 0 auto 0;
    max-width: 720px;
    text-align: center;
    color: #4b5159;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.4;
}
#ticket .head h2 {
    color: #1a1e25;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 auto 20px;
}
#ticket .head p {
    margin: 20px auto 0;
}
#ticket.item-active-0 {
    background-color: #D9ECF0;
    background-image: url('../../img/pages/best-dropshipping-products/backgrounds/item-style-01.svg');
}
#ticket.item-active-1 {
    background-color: #F9E2D1;
    background-image: url('../../img/pages/best-dropshipping-products/backgrounds/item-style-02.svg');
}
#ticket.item-active-2 {
    background-color: #c9dbda;
    background-image: url('../../img/pages/best-dropshipping-products/backgrounds/item-style-03.svg');
}
#ticket.item-active-3 {
    background-color: #F1DFC4;
    background-image: url('../../img/pages/best-dropshipping-products/backgrounds/item-style-04.svg');
}
#ticket .item {
    padding: 60px 50px 50px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px 60px;
}
#ticket .item-title {
    display: none;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    max-width: 200px;
    margin: 0 auto;
}
#ticket .item h3 {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 30px;
}
#ticket .item-gallery {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
}
#ticket .item-gallery-list {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
#ticket .item-gallery-list > picture {
    display: block;
}
#ticket .item-gallery-list > picture > img {
    cursor: pointer;
    display: block;
    width: 80px;
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
    border-radius: 16px;
}
#ticket .item-gallery-list > picture > img.active {
    box-shadow: 0 0 0 1px #fff;
}
#ticket .item-gallery-view picture {
    display: block;
}
#ticket .item-gallery-view picture > img {
    border-radius: 35px;
    max-width: 470px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}
#ticket .item-content {
    flex: 1;
    max-width: 520px;
    padding: 40px;
    border-radius: 40px;
    background: linear-gradient(155deg, #fff -8.29%, rgba(255, 255, 255, 0.40) 97.9%);
    backdrop-filter: blur(2px);
}
#ticket .item-grid {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.35;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ticket .item-grid a {
    color: inherit;
    text-decoration: none;
}
#ticket .item-grid a:hover {
    text-decoration: underline;
}
#ticket .item-price {
    border-radius: 30px;
    border: 1px solid rgba(164, 200, 255, 0.3);
    background: #fff;
    backdrop-filter: blur(2.5px);
    padding: 25px 50px 20px;
}
#ticket .item-price b {
    display: block;
    font-size: 30px;
    line-height: 1.4;
}
#ticket .thint>p:nth-child(2){
    margin-top: 0px;
}
#ticket .item-profit {
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    background: #fff;
    backdrop-filter: blur(2.5px);
    padding: 32px 20px;
    text-align: center;
    width: 100%;
}
#ticket .item-profit b {
    font-size: 44px;
    line-height: 1.35;
    margin-left: 10px;
}

#ticket .owl-carousel {
    overflow: initial;
}
#ticket .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
#ticket .owl-carousel .owl-nav button.owl-prev, #ticket .owl-carousel .owl-nav button.owl-next {
    background-size: 20px;
    position: absolute;
    top: calc(50% - 50px);
}
#ticket .owl-carousel .owl-nav button.owl-prev {
    right: 100%;
}
#ticket .owl-carousel .owl-nav button.owl-next {
    left: 100%;
}
#ticket .owl-carousel .owl-dots {
    margin: 0 auto;
}
#ticket .owl-carousel .owl-dots button.owl-dot {
    background: transparent;
    padding: 5px !important;
    margin: 0;
    width: auto;
    height: auto;
}
#ticket .owl-carousel .owl-dots button.owl-dot span {
    display: block;
    width: 20px;
    height: 5px;
    border-radius: 100px;
    background: rgba(25, 113, 194, 0.20);
    transition: 0.15s ease-in-out;
}
#ticket .owl-carousel .owl-dots button.owl-dot.active span {
    background: #1971c2;
    width: 50px;
}
@media (min-width: 1920px) {
    #ticket {
        background-size: 1920px auto;
    }
}
@media (max-width: 991px) {
    #ticket {
        margin: 0 0;
        padding: 60px 0;
    }
    #ticket .btn{
        padding: 15px 35px;
    }
    #ticket .container {
        padding: 0;
    }
    #ticket .head {
        padding: 0 15px;
        font-size: 19px;
        margin-bottom: 10px;
    }
    #ticket .head h2 {
        font-size: 26px;
        line-height: 1.45;
    }
    #ticket .item {
        flex-flow: column;
        padding: 30px 15px;
        border-radius: 0;
    }
    #ticket .item-title {
        display: block;
    }
    #ticket .item-gallery {
        flex-flow: column-reverse;
    }
    #ticket .item-gallery-list {
        flex-flow: row;
        justify-content: center;
    }
    #ticket .item-gallery-list > picture > img {
        width: 50px;
        border-radius: 11px;
    }
    #ticket .item-gallery-view picture > img {
        border-radius: 20px;
    }
    #ticket .item h3 {
        display: none;
    }
    #ticket .item-grid {
        display: flex;
        flex-flow: column;
        gap: 10px;
        margin: 0 0;
        padding: 20px;
        background: linear-gradient(155deg, #fff -8.29%, rgba(255, 255, 255, 0.40) 97.9%);
        border-radius: 20px;
    }
    #ticket .item-content {
        background: transparent;
        padding: 0;
    }
    #ticket .item-price {
        border-radius: 0;
        background: transparent;
        backdrop-filter: unset;
        border: none;
        padding: 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
    }
    #ticket .item-price b {
        font-size: 19px;
        line-height: 1.35;
    }
    #ticket .item-profit {
        border-radius: 0;
        border: none;
        border-top: 1px solid #d9d9d9;
        background: transparent;
        backdrop-filter: unset;
        padding: 20px 10px 0;
        font-size: 19px;
    }
    #ticket .item-profit b {
        font-size: 26px;
        line-height: 1.35;
    }

    #ticket .owl-carousel {
        overflow: initial;
    }
    #ticket .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
    #ticket .owl-carousel .owl-nav button.owl-prev, #ticket .owl-carousel .owl-nav button.owl-next {
        background-size: 12px;
        top: 18px;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 0.403688C1.28418 0.263063 1.09961 0.19275 0.888672 0.19275C0.677735 0.19275 0.493164 0.271852 0.334961 0.430055C0.176758 0.588258 0.0976565 0.772829 0.0976565 0.983766C0.0976565 1.1947 0.176758 1.37927 0.334961 1.53748L8.56152 9.97498L0.334963 18.4125C0.17676 18.5707 0.0976581 18.7553 0.0976581 18.9662C0.0976581 19.1771 0.17676 19.3617 0.334963 19.5199C0.493166 19.6781 0.677736 19.7572 0.888674 19.7572C1.09961 19.7572 1.28418 19.6869 1.44238 19.5463L10.1699 10.5551C10.3281 10.3793 10.4072 10.1859 10.4072 9.97498C10.4072 9.74646 10.3281 9.5531 10.1699 9.3949L1.44238 0.403688Z' fill='%231A1E25'/%3E%3C/svg%3E%0A");
    }
    #ticket .owl-carousel .owl-nav button.owl-prev {
        right: calc(100% - 70px);
    }
    #ticket .owl-carousel .owl-nav button.owl-next {
        left: calc(100% - 70px);
    }
    #ticket .owl-carousel .owl-dots {
        margin: 0 auto;
    }
}
.thint{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thint>p{
    max-width: 595px;
    font-size: 23px;
    text-align: center;
    margin-top: 60px;
}
.independence {
    background: #efeff4;
    padding: 100px 0
}

.independence-head {
    font-size: 15px;
    line-height: 1.35;
    color: #959595;
    text-align: center;
    max-width: 915px;
    margin: 0 auto 35px
}

.independence-head h2 {
    font-weight: normal;
    color: #1a1e25;
    font-size: 44px;
    line-height: 1.35;
    text-align: center;
    margin: 0 auto 60px
}

.independence-head p {
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: .1em
}

.independence-items {
    max-width: 1095px;
    margin: 0 auto
}

.independence-items:not(.owl-carousel) {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.independence-item {
    text-align: center;
    padding: 0 25px
}

.independence-item>picture {
    display: inline-block;
    margin: 0 auto 15px
}

.independence-item-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #1a1e25;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1
}

.independence-item-base {
    margin: 15px auto 0;
    color: #4b5159;
    font-size: 17px;
    line-height: 1.35
}

.independence .owl-carousel {
    display: flex;
    flex-direction: column
}

.independence .owl-carousel .owl-item {
    display: flex;
    justify-content: center
}

.independence .owl-carousel .owl-prev,.independence .owl-carousel .owl-next {
    position: absolute;
    top: calc(50% - 40px)
}

.independence .owl-carousel .owl-prev {
    left: -15px
}

.independence .owl-carousel .owl-next {
    right: -15px
}

.independence .owl-carousel .owl-dot {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background: rgba(25,113,194,.2);
    transition: .2s
}

.independence .owl-carousel .owl-dot.active {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #1971c2
}

@media(max-width: 991px) {
    .independence {
        padding:60px 0
    }

    .independence-head {
        max-width: 535px
    }

    .independence-head h2 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .independence-items {
        max-width: 535px
    }
}

.independence {
    background: #f4faff;
    padding: 100px 0
}

.independence-head {
    margin-bottom: 50px
}

.independence-head h2 {
    margin-bottom: 65px
}

.independence-item>picture {
    margin: 0 auto 5px
}

@media(max-width: 991px) {
    .independence {
        padding:60px 0
    }

    .independence-head h2 {
        line-height: 1.45;
        font-weight: 700
    }

    .independence-item-base {
        display: block;
        font-size: 16px
    }

    .independence .owl-carousel .owl-dots {
        margin-top: 40px
    }
}
@media(max-width: 450px) {
    .independence-head h2 {
        margin-bottom: 25px;
    }
    .item-hint{
        text-align: center;
        margin-top: 10px;
    }
    .thint>p:nth-child(2){
        margin: 0;
    }
    .thint>p{
        font-size: 19px;
    }
    #ticket .thint>p{
        padding-left: 15px;
        padding-right: 15px;
    }
    #limit-order .content .actions{
        margin-bottom: 0px!important;
        margin-top: 5px!Important;
    }
    #best-selling{
        padding-top: 30px;
    }

}
@media(max-width: 600px) {
    .first-block .actions .btn {
        width: 290px;
    }

}
#why {
    background: #1a1e25;
    color: #fff;
    padding: 100px 0;
}
#why h2 {
    text-align: center;
    line-height: 1.35;
    margin: 0 auto 70px;
    max-width: 1010px;
}
#why .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}
#why .item {
    border-radius: 20px;
    color: #c9e2f0;
    border: 2px solid #3e5176;
    background: rgba(36, 65, 113, 0.20);
    backdrop-filter: blur(3.5px);
    padding: 40px;
    font-size: 15px;
    line-height: 1.55;
}
#why .item h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
}
#why .item p {
    margin: 10px 0 0;
}
@media (max-width: 991px) {
    #why {
        padding: 60px 0;
    }
    #why h2 {
        margin-bottom: 40px;
    }
    #why .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    #why .item {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    #why .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    #why .item:nth-child(n+4) {
        display: none;
    }
}
.reviews-video {
    margin: 100px 0
}

.reviews-video h2 {
    text-align: center;
    margin: 0 auto 80px
}

.reviews-video .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 45px
}

.reviews-video .flex-item {
    width: calc(33.3333333333% - 30px)
}

.reviews-video-item iframe {
    display: block;
    width: 100%;
    aspect-ratio: 1/1
}

.reviews-video-item-title {
    color: #1a1e25;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    margin: 25px 0 0
}

.reviews-video-action {
    margin: 60px auto 0;
    text-align: center
}

.reviews-video-action .btn {
    border-color: #4b5159;
    color: #4b5159
}

.reviews-video-action .btn:hover,.reviews-video-action .btn:focus,.reviews-video-action .btn:active {
    background: #f4f4f4;
    border-color: #4b5159;
    color: #4b5159
}

@media(max-width: 991px) {
    .reviews-video {
        margin:60px 0
    }

    .reviews-video h2 {
        margin-bottom: 50px
    }

    .reviews-video .flex-item {
        width: 100%
    }

    .reviews-video-action {
        margin: 40px auto 0
    }
}
#ready-start {
    background: #1a1e25;
    color: #c9e2f0;
    padding: 25px 0
}

#ready-start .container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 50px 75px
}

#ready-start picture {
    display: block
}

#ready-start picture img {
    width: 100%;
    max-width: 700px;
    height: auto
}

#ready-start .content {
    text-align: center;
    flex: 1;
    font-size: 23px;
    line-height: 1.4
}

#ready-start .content h2 {
    color: #fff;
    line-height: 1.35;
    margin: 0 auto 0px
}

#ready-start .content p {
    margin-bottom: 50px
}

#ready-start .content .actions {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 30px;
    margin-top: 0px;
}

#ready-start .content .btn {
    width: 360px;
    max-width: 100%
}

#ready-start .content .btn-link {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    text-decoration: none
}

#ready-start .content .btn-link span {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline
}

#ready-start .content .btn-link:hover span,#ready-start .content .btn-link:focus span {
    color: #ffb200
}

@media(max-width: 991px) {
    #ready-start {
        padding:60px 0 0
    }

    #ready-start .container {
        flex-flow: column
    }

    #ready-start .content {
        flex: 0 0 auto;
        font-size: 19px
    }

    #ready-start .content .btn {
        width: 290px
    }

    #ready-start .content .btn-link {
        color: #fff;
        font-size: 17px;
        line-height: 1.5;
        text-decoration: none
    }

    #ready-start .content .btn-link span {
        display: block;
        font-size: 20px;
        font-weight: 700;
        text-decoration: underline
    }
}
#faq {
    padding: 100px 0
}

#personal-support+#faq {
    background: #f6f6f9
}

#faq .flex {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 0 70px
}

#faq .w-50\@md {
    width: calc(50% - 35px)
}

#faq h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 51px;
    text-align: center;
    margin: 0 0 70px
}

#faq details {
    position: relative;
    font-size: 17px;
    line-height: 1.6;
    border-bottom: 1px solid #dadada
}

#faq details>summary {
    cursor: pointer;
    list-style: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1a1e25
}

#faq details>summary::-webkit-details-marker {
    display: none
}

#faq details>summary::after {
    content: "";
    background: no-repeat center/auto #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 1.72183C-0.0976311 1.3313 -0.0976311 0.698136 0.292893 0.307612C0.683417 -0.0829124 1.31658 -0.0829115 1.70711 0.307612L9.57065 8.17116L17.4343 0.307531C17.8248 -0.0829926 18.458 -0.0829926 18.8485 0.307531C19.239 0.698055 19.239 1.33122 18.8485 1.72175L10.3632 10.207C10.1463 10.4239 9.8546 10.5203 9.57116 10.4963C9.28743 10.5206 8.9953 10.4242 8.77817 10.2071L0.292893 1.72183Z' fill='%231A1E25'/%3E%3C/svg%3E%0A");
    width: 40px;
    height: 30px;
    margin: 0 10px;
    border-radius: 4px
}

#faq details>summary+p {
    margin-top: 0
}

#faq details p {
    margin: 7px 0;
    padding-right: 50px
}

#faq details p:last-of-type {
    margin-bottom: 20px
}

#faq details[open]>summary::after {
    transform: rotateX(180deg)
}

#faq .details-content {
    background: #fff;
    color: #333;
    padding: 20px 20px 100px
}

#faq .details[open] .details-summary::before,#faq .details[open] .details-content-inner {
    animation: fadeIn .5s forwards
}

#faq .details[open] .details-summary-icon {
    transform: rotate(-90deg)
}

@media(max-width: 991px) {
    #faq {
        padding:50px 0
    }

    #faq .flex {
        flex-flow: column
    }

    #faq .w-50\@md {
        width: 100%
    }

    #faq h2 {
        font-size: 26px;
        line-height: 1.5;
        margin: 0 0 30px
    }

    #faq details {
        position: relative;
        font-size: 14px;
        line-height: 1.6
    }

    #faq details>summary {
        cursor: pointer;
        list-style: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px
    }

    #faq details>summary::after {
        background-color: #fff;
        border-radius: 10px;
        flex: 0 0 50px;
        height: 50px;
        margin: 0
    }

    #faq details>summary+p {
        margin-top: 0
    }

    #faq details p {
        margin: 7px 0;
        padding-right: 50px
    }

    #faq details p:last-of-type {
        margin-bottom: 20px
    }

    #faq details[open]>summary::after {
        transform: rotateX(180deg)
    }

    #faq .details-content {
        background: #fff;
        color: #333;
        padding: 20px 20px 100px
    }

    #faq .details[open] .details-summary::before,#faq .details[open] .details-content-inner {
        animation: fadeIn .5s forwards
    }

    #faq .details[open] .details-summary-icon {
        transform: rotate(-90deg)
    }
}
#more-details {
    margin: 40px 0 100px
}
more-details .container{
    box-shadow: 0px 34.091px 42.614px 0px rgba(0, 0, 0, 0.35);
}
#more-details .content {
    background: #def8ff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding-left: 60px
}

#more-details .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 13px;
    text-align: center
}

#more-details .link {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-align: center;
    padding-right: 32px;
    background: no-repeat right center/auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='21' viewBox='0 0 11 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 1.1626L10.1699 10.1538C10.3281 10.312 10.4072 10.5054 10.4072 10.7339C10.4072 10.9448 10.3281 11.1382 10.1699 11.314L1.44238 20.3052C1.28418 20.4458 1.09961 20.5161 0.888674 20.5161C0.677736 20.5161 0.493166 20.437 0.334963 20.2788C0.17676 20.1206 0.0976581 19.936 0.0976581 19.7251C0.0976581 19.5142 0.17676 19.3296 0.334963 19.1714L8.56152 10.7339L0.334961 2.29639C0.176758 2.13819 0.0976565 1.95361 0.0976565 1.74268C0.0976565 1.53174 0.176758 1.34717 0.334961 1.18897C0.493164 1.03076 0.677735 0.951662 0.888672 0.951662C1.09961 0.951662 1.28418 1.02197 1.44238 1.1626Z' fill='%231A1E25'/%3E%3C/svg%3E%0A");
    display: block;
    width: 100%;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto
}

#more-details .link:hover,#more-details .link:active {
    color: #1971c2;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='21' viewBox='0 0 11 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 1.1626L10.1699 10.1538C10.3281 10.312 10.4072 10.5054 10.4072 10.7339C10.4072 10.9448 10.3281 11.1382 10.1699 11.314L1.44238 20.3052C1.28418 20.4458 1.09961 20.5161 0.888674 20.5161C0.677736 20.5161 0.493166 20.437 0.334963 20.2788C0.17676 20.1206 0.0976581 19.936 0.0976581 19.7251C0.0976581 19.5142 0.17676 19.3296 0.334963 19.1714L8.56152 10.7339L0.334961 2.29639C0.176758 2.13819 0.0976565 1.95361 0.0976565 1.74268C0.0976565 1.53174 0.176758 1.34717 0.334961 1.18897C0.493164 1.03076 0.677735 0.951662 0.888672 0.951662C1.09961 0.951662 1.28418 1.02197 1.44238 1.1626Z' fill='%231971C2'/%3E%3C/svg%3E%0A")
}

#more-details .left {
    position: relative;
    margin-bottom: 0px!important;
}

#more-details .left img {
    position: absolute;
    bottom: 0;
    left: 0
}

#more-details .right {
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 125px
}

@media(max-width: 1250px) {
    #more-details .right {
        padding-right:60px
    }

    #more-details .left img {
        width: 383px;
        height: auto
    }
}

@media(max-width: 1080px) {
    #more-details .left img {
        width:250px;
        height: auto
    }
}

@media(max-width: 991px) {
    #more-details {
        margin:0;
        padding: 0 0 60px 0
    }

    #more-details .content {
        flex-direction: column-reverse
    }

    #more-details .left img {
        width: 100%;
        max-width: 400px;
        position: unset;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    #more-details .right {
        padding: 60px 0 0 0
    }

    #more-details .content {
        padding-right: 15px;
        padding-left: 15px
    }

    #more-details .title {
        font-weight: bold;
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 30px
    }

    #more-details .link {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        margin: 0 auto 40px
    }
}

@media(max-width: 450px) {
    #more-details {
        padding-bottom: 60px;
        margin-top: 45px;
    }

    #more-details .link {
        max-width: 244px;
        background-position-y: 89%;
        background-position-x: 85%;
        padding: 0
    }
}
#limit-order {
    background: #142BEB;
    color: #FFF;
    padding: 100px 0 25px 0
}

.limited-offer-time{
    background: #0218CE;
    padding: 8px 20px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 4px 15px 0px rgba(26, 30, 37, 0.15);
    margin-bottom: 20px;
    display: inline-block;
}
.limited-offer-time::before{
    content: "";
    background: url('../../img/pages/best-dropshipping-products/bell.png');
    width: 30px;
    height: 27px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: -9px;
    background-size: contain;
}
#limit-order .container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 50px 80px
}

#limit-order picture {
    display: block
}

#limit-order picture img {
    width: 100%;
    max-width: 700px;
    height: auto
}

#limit-order .content {
    flex: 1;
    font-size: 23px;
    line-height: 1.4;
    min-width: 50%;
}
@media(max-width: 991px) {
    #limit-order .content {
        min-width: 100%;
        text-align: center;
    }
    #limit-order .content .actions{
        display: block!important;
    }
}
@media(max-width: 768px) {
    .special-offer-save {
        display: block;
        max-width: 145px;
        margin: 0 auto;
    }

}
#limit-order .content h2 {
    color: #fff;
    line-height: 1.35;
    margin: 0 auto 30px
}

#limit-order .content p {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 32px;
}

#limit-order .content .actions {
    display: flex;
    gap: 30px;
    margin-bottom: 100px;
    margin-top: 0px;
}

#limit-order .content .btn {
    width: 360px;
    max-width: 100%
}

#limit-order .content .btn-link {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    text-decoration: none
}

#limit-order .content .btn-link span {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline
}

#limit-order .content .btn-link:hover span,#limit-order .content .btn-link:focus span {
    color: #ffb200
}


#limit-order .special-offer-save{
    font-size: 19px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    font-weight: 700;
    line-height: 26px;
    padding: 10px;
}
#limit-order .regular-offer>span{
    font-size: 30px;
}
#limit-order .content div:first-of-type {
    margin-bottom: 20px;
}
#limit-order .special-offer{
    margin: 0;
}
@media(max-width: 991px) {
    #limit-order {
        padding:60px 0 0
    }

    #limit-order .container {
        flex-flow: column
    }

    #limit-order .content {
        flex: 0 0 auto;
        font-size: 19px
    }

    #limit-order .content .btn {
        width: 290px
    }

    #limit-order .content .btn-link {
        color: #fff;
        font-size: 17px;
        line-height: 1.5;
        text-decoration: none
    }

    #limit-order .content .btn-link span {
        display: block;
        font-size: 20px;
        font-weight: 700;
        text-decoration: underline
    }
    #limit-order .special-offer{
        margin: 0 auto;
    }
}

#best-selling .flex-gallery {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    gap: 22px;
    margin-top: 70px;
}

#best-selling .flex-gallery::before,#start .flex-gallery::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    height: 130px;
    background: no-repeat bottom center/cover;
    background-image: url("data:image/svg+xml,%3Csvg width='787' height='132' viewBox='0 0 787 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='787' y='132' width='787' height='132' transform='rotate(-180 787 132)' fill='url(%23paint0_linear_5065_28326)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5065_28326' x1='1180.5' y1='132' x2='1180.5' y2='264' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231A1E25' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%231A1E25'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")
}

#best-selling .flex-gallery::before {
    top: -1px
}

#best-selling .flex-gallery::after {
    transform: rotate(180deg);
    bottom: -1px
}

#best-selling .plexy {
    display: flex;
    flex-flow: row;
    width: 100%;
    gap: 22px
}

#best-selling .plexy picture{
    min-width: 280px;
}
@media(max-width: 991px) {

    #best-selling .flex-gallery {
        gap: 15px
    }

    #best-selling .plexy {
        gap: 15px
    }
}

@media(max-width: 767px) {

    #best-selling .plexy {
        width: 100%
    }
    #best-selling .plexy picture{
        min-width: 150px;
    }
}
#no-store-yet {
    background: #1E60D5;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
#no-store-yet h2 {
    text-align: center;
    margin: 0 auto 20px;
    color: #fff;
}
#no-store-yet p {
    text-align: center;
    max-width: 960px;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin: 0 auto;
}
@media (max-width: 991px) {
    #no-store-yet {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #no-store-yet p {
        font-size: 19px;
        font-weight: 400;
        line-height: 1.4;
    }
}