:root {
    --fg: #17181c;
    --primary: #255ff4;
    --yellow: #f4a825;
    --yellow-t: rgba(244, 168, 37, 0);
    --bezier: cubic-bezier(0.42,0,0.58,1);
    --trans-dur: 0.3s;
}

.product-detail__tabs-content p {
   font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@import "components.css";
.reset {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    position: Relative;
    z-index: 1000;
}
.header > .container {
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .header {
        padding: 20px 0;
    }
}
.header .top-header {
    padding: 15px 0;
}
@media (max-width: 1199px) {
    .header .top-header {
        padding: 15px;
        display: none;
        position: fixed;
        height: 160px;
        left: 0;
        z-index: 100001;
        background: #f7f7f7;
        bottom: 0;
    }
}
.header .top-header .menu {
    display: flex;
    align-items: Center;
    gap: 20px;
}
@media (max-width: 1199px) {
    .header .top-header .menu {
        gap: 0;
        flex-wrap: wrap;
    }
}
@media (max-width: 1199px) {
    .header .top-header .menu li {
        width: 50%;
    }
}
.header .top-header .menu li a {
    display: block;
    font-size: 14px;
}
@media (max-width: 1199px) {
    .header .top-header .menu li a {
        font-size: 11px;
        padding: 5px;
        border: 1px solid #f1f1f1;
    }
}
.header .top-header .menu li a:hover {
    text-decoration: underline;
}
.header .top-header .menu li a.primary {
    color: #E98327;
    font-weight: 700;
}
.header .mobile-menu {
    display: none;
}
@media (max-width: 1199px) {
    .header .mobile-menu {
        display: block;
        position: absolute;
        right: 20px;
        font-size: 30px;
        top: 5px;
    }
}
.header .mid-header .logo img {
    display: block;
    max-width: 75%;
    height: auto;
}
.header .mid-header .search {
    position: Relative;
}
.header .mid-header .search .search-input {
    display: block;
    border: 2px solid #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 45px;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    padding: 0 70px 0 15px;
}
.header .mid-header .search .search-input:focus {
    border-color: #E98327;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.header .mid-header .search .search-input:focus + .search-submit {
    background: #E98327;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.header .mid-header .search .search-submit {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: Absolute;
    top: 0;
    right: 0;
    background: #666;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: Center;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    color: #fff;
    border: none;
    outline: none;
}
.header .mid-header__buttons .item {
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 45px;
    width: 48%;
    font-weight: 500;
    line-height: 16px;
    padding: 0 20px;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.header .mid-header__buttons .item:first-child {
    margin-right: 4%;
}
.header .mid-header__buttons .item:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-color: #E98327;
}
.header .mid-header__buttons .item .item-col:first-child {
    font-size: 20px;
    margin-right: 20px;
}
.header .mid-header__buttons .item .item-col span {
    display: block;
    color: #adadad;
}
.header .menu-header {
    margin-top: 15px;
    border-top: 1px solid #f1f1f1;
}
@media (max-width: 1199px) {
    .header .menu-header {
        display: none;
    }
}
.header .menu-header .menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .header .menu-header .menu ul {
        display: block;
    }
}
.header .menu-header .menu ul li {
    border-right: 1px solid #f1f1f1;
}
@media (min-width: 1200px) {
    .header .menu-header .menu ul li {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
.header .menu-header .menu ul li:first-child {
    border-left: 1px solid #f1f1f1;
}
@media (max-width: 1199px) {
    .header .menu-header .menu ul li {
        border-right: none;
    }
    .header .menu-header .menu ul li:first-child {
        border-left: none;
    }
}
.header .menu-header .menu ul li a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #4a4a56;
    padding: 6px 10px;
    text-align: Center;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.2px;
    font-family: 'Roboto', 'Arial', sans-serif;
}
@media (max-width: 1199px) {
    .header .menu-header .menu ul li a {
        text-align: left;
    }
}
.header .menu-header .menu ul li a:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #E98327;
    color: #fff;
}
@media (max-width: 1199px) {
    .header .menu-header .menu ul li a:hover {
        background: transparent;
        color: #E98327;
    }
}
.header .menu-header .menu ul li.menu-dropdown > a {
    position: Relative;
}
.header .menu-header .menu ul li.menu-dropdown > a::after {
    z-index: 1000;
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    background: #E98327;
}
@media (max-width: 1199px) {
    .header .menu-header .menu ul li.menu-dropdown > a::after {
        display: none;
    }
}
.header .menu-header .menu ul li:hover > a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #E98327;
    color: #fff;
}
.header .menu-header .menu ul li:hover > a::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
    .header .menu-header .menu ul li:hover > a {
        background: transparent;
        color: #E98327;
    }
}
.header .menu-header .menu ul li:hover .menu-dropped {
    display: block;
}
.header .menu-header .menu ul li .menu-dropped {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #f1f1f1;
    background: #fff;
    display: none;
    padding: 30px;
    z-index: 10;
    width: calc(100% - 25px);
    margin: auto;
}
@media (max-width: 1199px) {
    .header .menu-header .menu ul li .menu-dropped {
        position: relative;
        display: block;
        width: 100%;
        background: #f7f7f7;
        border-top: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 15px;
    }
}
.header .menu-header .menu ul li .menu-dropped__links {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .menu-header .menu ul li .menu-dropped__links li {
    border-right: none !important;
    border-left: none !important;
    width: 48%;
    margin-right: 4%;
}
.header .menu-header .menu ul li .menu-dropped__links li:nth-child(even) {
    margin-right: 0;
}
.header .menu-header .menu ul li .menu-dropped__links li a {
    display: block;
    border-right: 0;
    padding: 10px 0;
    text-align: left;
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid #f1f1f1;
    position: Relative;
}
@media (max-width: 1199px) {
    .header .menu-header .menu ul li .menu-dropped__links li a {
        border-top: 0;
    }
}
.header .menu-header .menu ul li .menu-dropped__links li a:hover {
    background: transparent;
    color: #E98327;
}
.header .menu-header .menu ul li .menu-dropped__links li a:hover::after {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.header .menu-header .menu ul li .menu-dropped__links li a::after {
    position: absolute;
    content: "";
    height: 1px;
    background: #E98327;
    width: 0;
    transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
    left: 0;
    bottom: 0px;
}
.header .menu-header .menu ul li .menu-dropped__links li a.all {
    font-weight: 700;
}
.header .menu-header .menu ul li .menu-dropped__item {
    display: block;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
}
.header .menu-header .menu ul li .menu-dropped__item:hover {
    background: transparent;
    border-color: #E98327;
    color: #E98327;
}
.header .menu-header .menu ul li .menu-dropped__item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.header .menu-header .menu ul li .menu-dropped__item .img img {
    max-height: 90px;
    max-width: 90%;
}
.header .menu-header .menu ul li .menu-dropped__item .title {
    text-align: center;
    display: block;
    font-size: 13px;
}
.menu-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}
.menu-overlay.active {
    display: block;
}
@media (max-width: 1199px) {
    .menu-overlay {
        display: none !important;
    }
}
.main-slider {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin: 0 auto;
    margin-top: 20px;
    position: Relative;
}
@media (min-width: 576px) {
    .main-slider {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .main-slider {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .main-slider {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .main-slider {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .main-slider {
        max-width: 1320px;
    }
}
.main-slider .mainSlider {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.main-slider__navigation .main-slider-next,
.main-slider__navigation .main-slider-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: TranslateY(-50%);
    width: 90px;
    height: 90px;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #fff;
    font-size: 20px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
@media (max-width: 1199px) {
    .main-slider__navigation .main-slider-next,
    .main-slider__navigation .main-slider-prev {
        width: 60px;
        height: 60px;
    }
}
.main-slider__navigation .main-slider-next span,
.main-slider__navigation .main-slider-prev span {
    width: 70px;
    height: 70px;
    display: flex;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    align-items: Center;
    justify-content: Center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
@media (max-width: 1199px) {
    .main-slider__navigation .main-slider-next span,
    .main-slider__navigation .main-slider-prev span {
        width: 40px;
        height: 40px;
    }
}
.main-slider__navigation .main-slider-next.swiper-button-disabled,
.main-slider__navigation .main-slider-prev.swiper-button-disabled {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.main-slider__navigation .main-slider-next {
    right: -40px;
}
@media (max-width: 1199px) {
    .main-slider__navigation .main-slider-next {
        right: 20px;
    }
}
.main-slider__navigation .main-slider-prev {
    left: -40px;
}
@media (max-width: 1199px) {
    .main-slider__navigation .main-slider-prev {
        left: 20px;
    }
}
.main-slider__navigation.color-1 .main-slider-next span,
.main-slider__navigation.color-1 .main-slider-prev span {
    background: linear-gradient(0deg, rgba(220, 51, 46, 0.46) -46%, #ffffff 112%) !important;
    color: #dc332e;
}
.main-slider__navigation.color-2 .main-slider-next span,
.main-slider__navigation.color-2 .main-slider-prev span {
    background: linear-gradient(0deg, rgba(46, 208, 220, 0.46) -46%, #ffffff 112%) !important;
    color: #2ed0dc;
}
.main-slider__navigation.color-3 .main-slider-next span,
.main-slider__navigation.color-3 .main-slider-prev span {
    background: linear-gradient(0deg, rgba(179, 46, 220, 0.46) -46%, #ffffff 112%) !important;
    color: #b32edc;
}
.main-slider__navigation.color-4 .main-slider-next span,
.main-slider__navigation.color-4 .main-slider-prev span {
    background: linear-gradient(0deg, rgba(220, 208, 46, 0.46) -46%, #ffffff 112%) !important;
    color: #beb310;
}
.main-slider__row {
    display: flex;
    align-items: center;
}
.main-slider__col:first-child {
    width: 40%;
}
@media (max-width: 1199px) {
    .main-slider__col:first-child {
        display: none;
    }
}
.main-slider__col:last-child {
    width: 60%;
}
@media (max-width: 1199px) {
    .main-slider__col:last-child {
        width: 100%;
    }
}
.main-slider__item {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.main-slider__item .img img {
    object-fit: cover;
    height: 460px;
    display: block;
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
@media (max-width: 1199px) {
    .main-slider__item .img img {
        height: 250px;
    }
}
.main-slider__item .wrapper {
    position: Relative;
    padding: 50px;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 460px;
}
.main-slider__item .wrapper .icon {
    position: absolute;
    width: 100px;
    right: 40px;
    top: 40px;
    height: 100px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: flex;
    align-items: Center;
    justify-content: center;
    font-size: 50px;
    outline: 15px solid transparent;
}
.main-slider__item .wrapper .content .link {
    display: block;
}
.main-slider__item .wrapper .content .link .subtitle {
    font-size: 20px;
    font-weight: 600;
}
.main-slider__item .wrapper .content .link .title {
    font-size: 40px;
    font-weight: 600;
}
.main-slider__item .wrapper .content .button {
    display: inline-block;
    margin-top: 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 15px 30px;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.main-slider .color-1 .wrapper {
    background: linear-gradient(116deg, rgba(220, 51, 46, 0.2) 0%, #ffffff 50%, #ffffff 100%);
}
.main-slider .color-1 .icon {
    background: rgba(220, 51, 46, 0.6);
    outline-color: rgba(220, 51, 46, 0.3);
    color: #ff0800;
}
.main-slider .color-1 .button {
    background: #dc332e;
}
.main-slider .color-2 .wrapper {
    background: linear-gradient(116deg, rgba(46, 208, 220, 0.2) 0%, #ffffff 50%, #ffffff 100%);
}
.main-slider .color-2 .icon {
    background: rgba(46, 208, 220, 0.6);
    outline-color: rgba(46, 208, 220, 0.3);
    color: #00eeff;
}
.main-slider .color-2 .button {
    background: #2ed0dc;
}
.main-slider .color-3 .wrapper {
    background: linear-gradient(116deg, rgba(179, 46, 220, 0.2) 0%, #ffffff 50%, #ffffff 100%);
}
.main-slider .color-3 .icon {
    background: rgba(179, 46, 220, 0.6);
    outline-color: rgba(179, 46, 220, 0.3);
    color: #c300ff;
}
.main-slider .color-3 .button {
    background: #b32edc;
}
.main-slider .color-4 .wrapper {
    background: linear-gradient(116deg, rgba(220, 208, 46, 0.2) 0%, #ffffff 50%, #ffffff 100%);
}
.main-slider .color-4 .icon {
    background: rgba(220, 208, 46, 0.6);
    outline-color: rgba(220, 208, 46, 0.3);
    color: #ffee00;
}
.main-slider .color-4 .button {
    background: #dcd02e;
}
.main-slider-thumbs {
    margin-top: 10px;
    position: Relative;
}
.main-slider-thumbs::before,
.main-slider-thumbs::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 10;
}
.main-slider-thumbs::before {
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
}
.main-slider-thumbs::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    right: 0;
}
.main-slider-thumbs .swiper-slide {
    padding-top: 15px;
}
.main-slider-thumbs .swiper-slide.swiper-slide-thumb-active .thumbs-item {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #E98327;
}
.main-slider-thumbs .thumbs-item {
    cursor: pointer;
    height: 80px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    align-items: Center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    justify-content: center;
}
.main-slider-thumbs .thumbs-item img {
    max-height: 70px;
    max-width: 100%;
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    object-fit: cover;
}
.main-slider-thumbs .thumbs-item:hover img {
    transform: TranslateY(-15px);
}
.main-slider-thumbs .thumbs-item.color-1 {
    background: rgba(220, 51, 46, 0.2);
}
.main-slider-thumbs .thumbs-item.color-2 {
    background: rgba(46, 208, 220, 0.2);
}
.main-slider-thumbs .thumbs-item.color-3 {
    background: rgba(179, 46, 220, 0.2);
}
.main-slider-thumbs .thumbs-item.color-4 {
    background: rgba(220, 208, 46, 0.2);
}
.slogans {
    padding: 20px 0;
    background :#fff 0% 0% no-repeat padding-box;
    cursor: pointer;
    border-top: solid 1px #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
}
.slogans__item {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.slogans__item .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #fcfcfc;
    display: flex;
    align-items: center;
    justify-content: Center;
    margin-right: 10px;
    font-size: 14px;
    color: #adadad;
}
.slogans__item .content {
    width: calc(100% - 50px);
}
.slogans__item .content .title {
    font-weight: 400;
    font-size: 14px;
}
.slogans__item .content .description {
    display: none;
    font-size: 14px;
    line-height: 24px;
    text-align: Center;
}
.slogans.active .icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #111;
    background: transparent;
}
.slogans.active .content {
    width: 100%;
}
.slogans.active .content .title {
    font-weight: 600;
    font-size: 16px;
    text-align: Center;
}
.slogans.active .content .description {
    width: 100%;
    display: Block;
    font-size: 12px;
    margin-top: 10px;
}
.page-title {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .page-title {
        font-size: 20px;
    }
}
.selected-products .swiper-slide {
    padding-bottom: 30px;
}
.selected-products .selectedProducts-next,
.selected-products .selectedProducts-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: Center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
    background: #fff;
    font-size: 16px;
}
@media (max-width: 1199px) {
    .selected-products .selectedProducts-next,
    .selected-products .selectedProducts-prev {
        z-index: 100;
    }
}
.selected-products .selectedProducts-next.swiper-button-disabled,
.selected-products .selectedProducts-prev.swiper-button-disabled {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.selected-products .selectedProducts-next:hover,
.selected-products .selectedProducts-prev:hover {
    border-color: #E98327;
}
.selected-products .selectedProducts-next {
    right: -40px;
}
@media (max-width: 1199px) {
    .selected-products .selectedProducts-next {
        right: -5px;
    }
}
.selected-products .selectedProducts-prev {
    left: -40px;
}
@media (max-width: 1199px) {
    .selected-products .selectedProducts-prev {
        left: -5px;
    }
}
.product-item {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: Relative;
}
.product-item .img {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto; /* Sabit yükseklik yerine otomatik */
    padding: 5px;
    left: 0;
    top: 0;
    align-items: center;
    box-sizing: border-box; /* Kenar boşluklarını dahil eder */
}

.mainlistImg {
    border: none !important;
    padding: 0 !important;
    height: auto !important; /* Sabit yükseklik yerine otomatik */
    max-height: 100% !important; /* Maksimum yüksekliği sınırlamak için */
}

.product-item .img img {
    display: block;
    max-width: 100%;
    height: auto; /* Orantılı yükseklik */
    max-height: 210px; /* Maksimum yükseklik */
    object-fit: cover; /* Görselin kaplanması */
}

.product-item .badger {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.product-item .badger.new {
    background: #06c78d;
}
.product-item .badger.discount {
    background: #e0391b;
}
.product-item .badger.popular {
    background: #6410d1;
}
.product-item .name {
    height: 50px;
    display: flex;
    align-items: Center;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.05rem;
}

.pr-rc-top-ranking-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270.43deg, #E9832794 0%, #0d6efd6e 100%);
    width: 100% !important;
    height: 20px;
}

.pr-rc-top-ranking-badge .top-ranking-text {
    font-size: 15px;
    font-weight: 500;
    color: #750c4a;
}

.product-item .bottom {
    display: flex;
    align-items: flex-end;
    padding: 5px 20px 20px 20px;
    justify-content: space-between;
}
.product-item .bottom .left .quantity {
    display: block;
    font-size: 12px;
    color: #adadad;
}
.product-item .bottom .left .price {
    font-size: 17px;
    font-weight: 600;
}
.product-item .bottom .left .price .kdv {
    color: #adadad;
    font-weight: 400;
    font-size: 12px;
}
.product-item .bottom .right .ratings-value {
    font-size: 11px;
    margin-left: 10px;
}
.product-item:hover {
    box-shadow: 0 24px 23px -21px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-color: #E98327;
}
.ratings {
    background: url("../img/ratings.svg") no-repeat;
    display: inline-block;
    width: 71px;
    height: 10px;
}
.ratings.rating_0 {
    background-position: 0 -100px;
}
.ratings.rating_0-5 {
    background-position: 0 -90px;
}
.ratings.rating_1 {
    background-position: 0 -80px;
}
.ratings.rating_1-5 {
    background-position: 0 -70px;
}
.ratings.rating_2 {
    background-position: 0 -60px;
}
.ratings.rating_2-5 {
    background-position: 0 -50px;
}
.ratings.rating_3 {
    background-position: 0 -40px;
}
.ratings.rating_3-5 {
    background-position: 0 -30px;
}
.ratings.rating_4 {
    background-position: 0 -20px;
}
.ratings.rating_4-5 {
    background-position: 0 -10px;
}
.ratings.rating_5 {
    background-position: 0 0;
}
.show-all {
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.show-all:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #E98327;
    text-decoration: underline;
}
.home-categories__item {
    display: block;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.home-categories__item:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-color: #E98327;
    box-shadow: 0 24px 23px -21px rgba(0, 0, 0, 0.2);
}
.home-categories__item:hover .icon svg path[stroke] {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    stroke: #E98327;
}
.home-categories__item:hover .icon svg path[fill] {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    fill: #E98327;
}
.home-categories__item .icon {
    display: flex;
    height: 100px;
    align-items: Center;
    justify-content: center;
}
.home-categories__item .icon svg {
    display: block;
    width: 45px;
    height: 45px;
}
.home-categories__item .icon svg path[stroke] {
    stroke: #111;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.home-categories__item .icon svg path[fill] {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    fill: #111;
}
.home-categories__item .title {
    padding: 0 0 20px 0;
    text-align: Center;
    display: block;
}
.campaigns {
    position: Relative;
}
.campaigns .campaignsItems-next,
.campaigns .campaignsItems-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: Center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
    font-size: 16px;
    background: #fff;
}
@media (max-width: 1199px) {
    .campaigns .campaignsItems-next,
    .campaigns .campaignsItems-prev {
        z-index: 100;
    }
}
.campaigns .campaignsItems-next.swiper-button-disabled,
.campaigns .campaignsItems-prev.swiper-button-disabled {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.campaigns .campaignsItems-next:hover,
.campaigns .campaignsItems-prev:hover {
    border-color: #E98327;
}
.campaigns .campaignsItems-next {
    right: -40px;
}
@media (max-width: 1199px) {
    .campaigns .campaignsItems-next {
        right: -5px;
    }
}
.campaigns .campaignsItems-prev {
    left: -40px;
}
@media (max-width: 1199px) {
    .campaigns .campaignsItems-prev {
        left: -5px;
    }
}
.campaign-item {
    display: block;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.campaign-item:hover {
    border-color: #dfdfdf;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.campaign-item .img {
    display: block;
}
.campaign-item .img img {
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 100%;
}
.campaign-item .content {
    display: block;
    margin-top: 20px;
}
.campaign-item .content .title {
    font-size: 20px;
    height: 60px;
    display: flex;
    align-items: Center;
    font-weight: 600;
}
.campaign-item .content .subtitle {
    display: block;
    color: #adadad;
    margin: 10px 0;
}
.footer {
    z-index: 99;
    position: relative;
    border-top: 1px solid #f1f1f1;

}

.footer::before {
    z-index: -1;
    //position: absolute;
    content: "";
    background: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    //background-image: url(https://vono.club/neww/assets/img/footer-arka.png);
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.2;
    background-size: 12%;
}


@media (max-width: 991px) {
    .footer {
   z-index:9999;
}

.footer::before {
        z-index: -1;
        position: absolute;
        content: "";
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://vono.club/neww/assets/img/footer-arka.png);
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.04;
        background-size: 60%;
}

.product-item .name {
    padding: 0 5px;
}

.selected-products, .name, .price, .left, .bottom {
   padding-left: 4px!important;
   margin: 10px 0;
    
}

.selected-products .left {
    font-size: 17px;
}

}


.footer__top {
    padding: 80px 0;
}

.mobil-kategori-title {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .footer__top {
        padding: 40px 0;
    }
}
.footer__top .foot-links .title {
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
    position: Relative;
    padding-bottom: 10px;
    font-size: 16px;
}
.footer__top .foot-links .title::after {
    width: 20px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -1px;
    background: #E98327;
    left: 0;
}
.footer__top .foot-links .menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__top .foot-links .menu li {
    margin-top: 20px;
}
.footer__top .foot-links .menu li a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.footer__top .foot-links .menu li a:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #E98327;
}
.footer__top .foot-links .menu li.menu-info img {
    max-width: 70px;
}
.footer__mid {
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}
.footer__mid .footer-security {
    display: flex;
    align-items: Center;
}
.footer__mid .footer-security span:first-child {
    font-size: 30px;
    margin-right: 20px;
    color: #0fb855;
}
.footer__mid .footer-security span:last-child {
    font-size: 18px;
}
.footer__mid .foot-socials a {
    display: flex;
    align-items: Center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f7f7f7;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 50px;
    height: 50px;
    justify-content: Center;
    color: #adadad;
}
.footer__mid .foot-socials a:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #E98327;
    color: #fff;
}
.footer__bottom {
    background: #f7f7f7;
    padding: 30px 0;
}
.footer__bottom .copyright {
    font-size: 16px;
}
.footer__bottom .footer-cards {
    display: flex;
    align-items: center;
    justify-content: Center;
}
.footer__bottom .footer-cards img {
    height: 50px;
    display: block;
}

.footer-cards img {
    width: 100%;
    height: 100%;
    display: block;
}

.category-aside {
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.category-aside__title {
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
    position: Relative;
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}
.category-aside__title::after {
    width: 20px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -1px;
    background: #E98327;
    left: 0;
}
.category-aside__items li {
    margin-top: 10px;
}
.category-aside__items li .menu-item {
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.category-aside__items li .menu-item::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    transform: TranslateY(-50%);
    color: #adadad;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.category-aside__items li .menu-item:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #E98327;
}
.category-aside__items li .menu-item:hover::After {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #E98327;
}
.category-aside__items li .menu-item.active {
    color: #E98327;
    font-weight: 600;
}
.category-aside__items li .menu-item.active::after {
    color: #E98327;
}
.category-aside__items.current-category {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.long-content {
    background: #f7f7f7;
    padding: 30px;
    position: relative;
    overflow-y: auto;
    line-height: 24px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 300px;
}
.campaign-cover img {
    display: block;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.form-icon {
    position: relative;
}
.form-icon .icon {
    z-index: 2;
    position: Absolute;
    right: 20px;
    top: 13px;
    color: #adadad;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.form-icon .form-control,
.form-icon .form-select {
    padding-right: 40px;
}
.form-icon .form-control:focus + .icon,
.form-icon .form-select:focus + .icon {
    color: #E98327;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.access-box__form {
    background: #f7f7f7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.access-box__form .tabs-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 2px;
    border-bottom: 1px solid #f1f1f1;
}
.access-box__form .tabs-list li {
    width: 50%;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 20px;
    text-align: Center;
    font-weight: 400;
    border: 2px solid transparent;
    color: #adadad;
}
@media (max-width: 1199px) {
    .access-box__form .tabs-list li {
        font-size: 14px;
        padding: 10px 0;
    }
}
.access-box__form .tabs-list li.active {
    font-weight: 600;
    background: #fff;
    border-bottom-color: #E98327;
    color: #E98327;
}
.access-box .tab-content {
    display: none;
}
.access-box .tab-content.active {
    display: block;
}
.access-box__register .item {
    display: flex;
    align-items: Center;
    padding: 23px 0;
    border-bottom: 1px solid #f1f1f1;
}
.access-box__register .item:last-child {
    border-bottom: 0;
}
.access-box__register .item .icon {
    font-size: 34px;
    width: 60px;
}
.access-box__register .item .text {
    width: calc(100% - 60px);
    font-size: 17px;
    font-weight: 600;
}
.access-box__register .item .text span {
    display: block;
    color: #adadad;
    font-weight: 400;
    font-size: 13px;
}
.product-detail__slider {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: Relative;
}
.product-detail__slider .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-detail__slider .img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-detail__slider .productDetailSlider-navigation .productDetailSlider-next,
.product-detail__slider .productDetailSlider-navigation .productDetailSlider-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: Center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
    background: #fff;
    z-index: 100;
    font-size: 16px;
}
.product-detail__slider .productDetailSlider-navigation .productDetailSlider-next.swiper-button-disabled,
.product-detail__slider .productDetailSlider-navigation .productDetailSlider-prev.swiper-button-disabled {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.product-detail__slider .productDetailSlider-navigation .productDetailSlider-next:hover,
.product-detail__slider .productDetailSlider-navigation .productDetailSlider-prev:hover {
    border-color: #E98327;
}
.product-detail__slider .productDetailSlider-navigation .productDetailSlider-next {
    right: 20px;
}
@media (max-width: 1199px) {
    .product-detail__slider .productDetailSlider-navigation .productDetailSlider-next {
        right: 10px;
    }
}
.product-detail__slider .productDetailSlider-navigation .productDetailSlider-prev {
    left: 20px;
}
@media (max-width: 1199px) {
    .product-detail__slider .productDetailSlider-navigation .productDetailSlider-prev {
        left: 10px;
    }
}
.product-detail__patterns {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: Relative;
    background: #f7f7f7;
}
.product-detail__patterns .question {
    color: #adadad;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.product-detail__patterns .question:hover {
    color: #E98327;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.product-detail__patterns .title {
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px;
    font-weight: 600;
}
.product-detail__patterns .patterns-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: Wrap;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}
.product-detail__patterns .patterns-tabs li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-weight: 600;
    text-align: Center;
    border-bottom: 2px solid transparent;
}
.product-detail__patterns .patterns-tabs li.active {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #E98327;
    border-bottom-color: #E98327;
}
.product-detail__patterns .patterns-tab-content {
    display: none;
    padding: 20px;
}
.product-detail__patterns .patterns-tab-content.active {
    display: block;
}
.product-detail__patterns .patterns-tab-content .download-item {
    display: block;
    font-size: 20px;
    text-align: Center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.product-detail__patterns .patterns-tab-content .download-item:hover {
    border-color: #E98327;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.product-detail__content {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
}
.product-detail__content .product-name {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 20px 0;
    margin: 0;
}
@media (max-width: 1199px) {
    .product-detail__content .product-name {
        font-size: 20px;
    }
}
.product-detail__content .content-options .item {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}
@media (max-width: 1199px) {
    .product-detail__content .content-options .item {
        font-size: 11px;
    }
}
.product-detail__content .content-options .item:last-child {
    border-bottom: 0;
}
.product-detail__content .content-cargoo {
    background: #E98327;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    text-align: Center;
    font-size: 13px;
}
.product-detail__content .content-cargoo .date {
    font-weight: 700;
    font-size: 16px;
    display: block;
}
.product-detail__content .content-quantity .item {
    margin-top: 15px;
}
.product-detail__content .content-quantity .item:first-child {
    margin-top: 0;
}
.product-detail__total-price {
    position: sticky;
    top: 20px;
    border: 2px solid #f0f0f4;
    box-shadow: 0 20px 34px -15px rgba(0,0,0,.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 40px 20px;
    background: #fff;
}
.product-detail__total-price .title {
    text-align: Center;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-detail__total-price .title span {
    display: block;
    font-weight: 400;
    font-size: 12px;
}
.product-detail__total-price .value {
    text-align: Center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-detail__total-price .free-cargoo {
    color: #fff;
    background: #40bbf4;
    font-size: 12px;
    padding: 5px 0;
    text-align: Center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}
.product-detail__total-price .btn {
    width: 100%;
    box-shadow: 0px 12px 20px 0 rgb(255 5 139 / 24%);
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .product-detail__total-price {
        position: fixed;
        bottom: 0;
        left: 0;
        justify-content: space-between;
        align-items: Center;
        z-index: 100;
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        top: auto;
        display: flex;
        padding: 15px;
        flex-wrap: wrap;
    }
    .product-detail__total-price .value {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .product-detail__total-price .free-cargoo {
        position: absolute;
        bottom: 10px;
        left: 0;
        margin-bottom: 0;
        right: 0;
        font-size: 11px;
        padding: 3px;
        margin: auto;
        width: 100px;
    }
    .product-detail__total-price .title {
        font-size: 11px;
        font-weight: 400;
        text-align: left;
        margin-bottom: 0;
    }
    .product-detail__total-price .btn {
           width: auto;
    margin-top: unset;
    margin-bottom:0;
    font-size: 14px;
    padding: 15px 20px;
    height: 46px;
    letter-spacing: unset;
    line-height: 1;
    }
}
.product-detail__tabs {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.product-detail__tabs-links {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
    background: #e31587;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: white;
}
.product-detail__tabs-links li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    border-top: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.product-detail__tabs-links li.active {
    font-weight: 600;
    background: #fff;
    color: #E98327;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-top-color: #E98327;
}
@media (max-width: 1199px) {
    .product-detail__tabs-links li {
        font-size: 12px;
    }
    .product-detail__tabs-links li.active {
        font-weight: 400;
    }
}
.product-detail__tabs-content {
    display: none;
}
.product-detail__tabs-content.active {
    display: block;
}
.product-label {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}

.product-label input {
    display: none;
}
.product-label .content {
    display: block;
    border: 2px solid #f1f1f1;
    padding: 10px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: Relative;
}
.product-label .content .icon {
    font-size: 20px;
    text-align: Center;
    margin-bottom: 5px;
}
.product-label .content .title {
    text-align: Center;
    font-size: 14px;
}
.product-label .content:hover {
    border-color: #dfdfdf;
}
.product-label .content::after {
    content: "\f00c";
    position: Absolute;
    top: 5px;
    right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #E98327;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 15px;
    text-align: Center;
    font-size: 10px;
}
.product-label input:checked + .content {
    border-color: #E98327;
    box-shadow: 0 14px 16px -10px rgba(0, 0, 0, .14);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.product-label input:checked + .content::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 1;
}
.quantity-label {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}
@media (max-width: 1199px) {
    .quantity-label {
        font-size: 11px;
    }
}
.quantity-label input {
    display: none;
}
.quantity-label .content {
    display: flex;
    align-items: Center;
    position: Relative;
}
.quantity-label .content .number {
    width: 30%;
    border: 1px solid #f1f1f1;
    padding: 5px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    height: 60px;
    text-align: Center;
    display: flex;
    align-items: Center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: Wrap;
    font-size: 11px;
}
.quantity-label .content .number span:first-child {
    font-size: 16px;
    font-weight: 700;
}
.quantity-label .content .price {
    font-size: 11px;
    width: 68%;
    margin-left: 2%;
    border: 1px solid #f1f1f1;
    padding: 5px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    height: 60px;
    text-align: Center;
    display: flex;
    align-items: Center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: Wrap;
}
.quantity-label .content .price span {
    display: block;
}
.quantity-label .content .price span:first-child {
    font-size: 16px;
    font-weight: 700;
}
.quantity-label .content .price::after,
.quantity-label .content .number::after {
    content: "\f00c";
    position: Absolute;
    top: 5px;
    right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #E98327;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 15px;
    text-align: Center;
    font-size: 10px;
}
.quantity-label input:checked + .content .number{
    border-color: #E98327;
    color:black;
// box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.quantity-label input:checked + .content .price {
    border-color: #E98327;
    background: #E98327;
    color:white;
// box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.quantity-label input:checked + .content .number::after,
.quantity-label input:checked + .content .price::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 1;
}
.user-menu {
    position: Relative;
}
.user-menu::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: TranslateY(-50%) rotate(90deg);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
}
.user-page__aside {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.user-page__aside .welcome-message {
    background: #f7f7f7;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    text-align: Center;
    padding: 20px;
}
.user-page__aside .welcome-message .value {
    display: block;
    margin-top: 5px;
    font-weight: 600;
}
.user-page__aside .links ul li {
    border-bottom: 1px solid #f1f1f1;
}
.user-page__aside .links ul li a {
    display: flex;
    align-items: center;
    padding: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.user-page__aside .links ul li a span:first-child {
    width: 34px;
    font-size: 20px;
    color: #E98327;
}
.user-page__aside .links ul li a span:last-child {
    width: calc(100% - 34px);
    font-size: 14px;
}
.user-page__aside .links ul li a:hover,
.user-page__aside .links ul li a.active {
    background: #f7f7f7;
    color: #E98327;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.user-page__aside .logout {
    display: flex;
    padding: 20px 20px;
    justify-content: space-between;
    color: #fff;
    background: #E98327;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.user-page__content {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.user-page__content--top {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 30px;
}
.user-page__content .order-list .item {
    padding: 20px 30px;
    border-bottom: 1px solid #f1f1f1;
}
.user-page__content .order-list .item:last-child {
    border-bottom: none;
}
.user-page__content .order-list__info .title {
    font-size: 12px;
    color: #adadad;
    margin-bottom: 5px;
}
.user-page__content .order-list__info .value {
    font-size: 20px;
    font-weight: 500;
}
.user-page__content .order-list__info .sub {
    margin-top: 5px;
    font-size: 12px;
    color: #adadad;
}
.user-page__content .order-list .order-status {
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: flex;
    align-items: Center;
}
.user-page__content .order-list .order-status .icon {
    font-size: 16px;
    width: 30px;
}
.user-page__content .order-list .order-status .title {
    text-align: left;
    font-size: 14px;
    width: calc(100% - 30px);
}
@media (max-width: 1199px) {
    .user-page__content .order-list .order-status .title {
        font-size: 12px;
    }
}
.user-page__content .order-list .order-status.waiting {
    background: rgba(255, 177, 33, 0.1);
}
.user-page__content .order-list .order-status.waiting .icon {
    color: #ffb121;
}
.user-page__content .order-list .order-status.completed {
    background: rgba(33, 255, 170, 0.1);
}
.user-page__content .order-list .order-status.completed .icon {
    color: #21ffaa;
}
.user-page__content .order-list .order-status.canceled {
    background: rgba(255, 85, 33, 0.1);
}
.user-page__content .order-list .order-status.canceled .icon {
    color: #ff5521;
}
.user-page__content .order-list .order-status.inship {
    background: rgba(33, 137, 255, 0.1);
}
.user-page__content .order-list .order-status.inship .icon {
    color: #2189ff;
}
.user-page__content .order-detail__wrapper {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.user-page__content .order-detail__wrapper .top {
    background: #f7f7f7;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 30px;
}
.user-page__content .order-detail__wrapper .top .title {
    color: #adadad;
    font-size: 12px;
}
.user-page__content .order-detail__wrapper .top .value {
    font-size: 16px;
    font-weight: 300;
}
.user-page__content .order-detail__wrapper .top .order-status {
    display: flex;
    align-items: Center;
}
.user-page__content .order-detail__wrapper .top .order-status.waiting .icon {
    color: #ffb121;
}
.user-page__content .order-detail__wrapper .top .order-status.completed .icon {
    color: #14df91;
}
.user-page__content .order-detail__wrapper .top .order-status.canceled .icon {
    color: #ff5521;
}
.user-page__content .order-detail__wrapper .top .order-status.inship .icon {
    color: #2189ff;
}
.user-page__content .order-detail__wrapper .top .order-status .icon {
    width: 30px;
}
.user-page__content .order-detail__wrapper .top .order-status .value {
    width: calc(100% - 30px);
}
.user-page__content .order-detail__wrapper .order-item-list {
    padding: 20px 20px;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item {
    border: 1px solid #f1f1f1;
    margin-top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
}
.user-page__content .order-detail__wrapper .order-item-list .order-item:first-child {
    margin-top: 0;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info {
    display: flex;
    align-items: center;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .img {
    width: 120px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: Center;
    justify-content: Center;
    height: 120px;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .img img {
    display: block;
    max-width: 90%;
    max-height: 100px;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .info {
    width: calc(100% - 120px);
    padding-left: 20px;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .info .name {
    font-size: 16px;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .info .list {
    display: none;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .info .list .item {
    font-size: 12px;
    color: #adadad;
    font-weight: 300;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .info .quantity {
    margin-top: 5px;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .info .quantity .value {
    font-size: 12px;
    color: #adadad;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .info .quantity .price {
    font-weight: 500;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .item-info .info .item-info-all {
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 5px;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .cargoo-status .title {
    margin-bottom: 10px;
    font-size: 12px;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .cargoo-follower .title {
    font-size: 12px;
    margin-bottom: 10px;
}
.user-page__content .order-detail__wrapper .order-item-list .order-item .cargoo-follower .fatura-link {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}
.user-page__content .order-detail__adress {
    background: #f7f7f7;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.user-page__content .order-detail__adress .item {
    width: 50%;
    padding: 20px;
    border-right: 1px solid #f1f1f1;
}
.user-page__content .order-detail__adress .item:last-child {
    border-right: none;
}
@media (max-width: 1199px) {
    .user-page__content .order-detail__adress .item {
        width: 100%;
    }
}
.user-page__content .order-detail__adress .item .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.user-page__content .order-detail__adress .item .adress-name {
    font-weight: 500;
}
.user-page__content .order-detail__adress .item .adress-phone {
    margin-top: 10px;
}
.user-page__content .order-detail__adress .item .adress-corporate {
    margin-top: 30px;
    font-size: 12px;
}
.user-page__content .order-detail__summary {
    background: #f7f7f7;
    padding: 20px;
}
.user-page__content .order-detail__summary .title {
    font-size: 16px;
    font-weight: 600;
}
.user-page__content .order-detail__summary .text {
    font-size: 12px;
    font-weight: 300;
}
.user-page__content .order-detail__summary .value {
    font-size: 14px;
    font-weight: 500;
}
.user-page__content .order-detail__summary .value em {
    color: #adadad;
    text-decoration: line-through;
}
.user-page__content .order-detail__summary .all-total .value {
    font-size: 18px;
    font-weight: 600;
}
.user-page__content .adress-list {
    padding: 20px;
}
.adress-radio {
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.adress-radio input {
    display: none;
}
.adress-radio .content {
    display: block;
    padding: 20px;
    position: Relative;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.adress-radio .content::after {
    content: "\f00c";
    position: Absolute;
    top: 20px;
    right: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #E98327;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 15px;
    text-align: Center;
    font-size: 10px;
}
.adress-radio .content .name {
    border-bottom: 1px solid #f1f1f1;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.adress-radio .content .adress {
    display: block;
    border: 1px soplid #f1f1f1;
}
.adress-radio .content .communication {
    margin-top: 20px;
    font-size: 12px;
    color: #adadad;
    padding-right: 50px;
}
.adress-radio .content .delete {
    position: absolute;
    color: #e0391b;
    font-size: 12px;
    right: 20px;
    bottom: 20px;
}
.adress-radio .content .delete:hover {
    text-decoration: underline;
}
.adress-radio input:checked + .content {
    border-color: #E98327;
}
.adress-radio input:checked + .content::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.add-to-invoice-type {
    padding-left: 15px;
    border-left: 1px solid #f1f1f1;
}
.add-to-invoice-type .invoice-contents .invioce-tab-content {
    display: none;
}
.add-to-invoice-type .invoice-contents .invioce-tab-content.active {
    display: block;
}
.account-options {
    padding: 20px 30px;
}
.account-options__col {
    width: 50%;
}
@media (max-width: 991px) {
    .account-options__col {
        width: 100%;
    }
    
.product-label .content .title {
    font-size: 14px;
}

}
.account-options__col:nth-child(1) {
    padding-right: 20px;
}
@media (max-width: 991px) {
    .account-options__col:nth-child(1) {
        padding-right: 0;
    }
}
.account-options__col:nth-child(2) {
    padding-left: 20px;
    border-left: 1px solid #f1f1f1;
}
@media (max-width: 991px) {
    .account-options__col:nth-child(2) {
        margin-top: 20px;
        border-left: 0;
        padding-top: 20px;
        padding-left: 0;
        border-top: 1px solid #f1f1f1;
    }
}
.design-page {
    display: flex;
    flex-wrap: wrap;
}
.design-page .design-type {
    width: 25%;
}
@media (max-width: 991px) {
    .design-page .design-type {
        width: 100%;
    }
}
.design-page .design-type .order-number {
    padding: 30px;
    background: #E98327;
    color: #fff;
}
@media (max-width: 991px) {
    .design-page .design-type .order-number {
        padding: 20px;
    }
}
.design-page .design-type .order-number .value {
    font-size: 18px;
    font-weight: 700;
}
.design-page .design-type .order-number a {
    display: block;
    margin-top: 20px;
    color: #fff;
    text-decoration: underline;
}
.design-page .design-type .order-number a:hover {
    text-decoration: none;
}
.design-page .design-type .design-type-items .design-type-radio {
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
}
.design-page .design-type .design-type-items .design-type-radio .content {
    position: Relative;
    padding: 30px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
    .design-page .design-type .design-type-items .design-type-radio .content {
        padding: 20px;
    }
}
.design-page .design-type .design-type-items .design-type-radio .content .after {

    position: Absolute;
    top: 50%;
    right: 30px;
    font-weight: 900;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #E98327;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 25px;
    text-align: Center;
    font-size: 16px;

}
.design-page .design-type .design-type-items .design-type-radio .content .number {
    font-size: 12px;
}
.design-page .design-type .design-type-items .design-type-radio:hover .content {
    background: #f7f7f7;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.design-page .design-type .design-type-items .design-type-radio input {
    display: none;
}
.design-page .design-type .design-type-items .design-type-radio input:checked + .content {
    background: #f7f7f7;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.design-page .design-status {
    width: 25%;
    padding: 40px;
    border-left: 1px solid #f1f1f1;
}
@media (max-width: 991px) {
    .design-page .design-status {
        width: 100%;
        border-top: 1px solid #f1f1f1;
        border-left: none;
        padding: 20px;
    }
}
.design-page .design-status .design-product-infos .img img {
    display: block;
    max-width: 200px;
}
.design-page .design-status .design-product-infos .name {
    font-weight: 600;
    margin-top: 20px;
}
.design-page .design-status .design-product-infos .name span {
    color: #adadad;
}
.design-page .design-status .design-product-infos .descriptions {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.design-page .design-status .design-status-bar {
    margin: 40px 0;
    padding: 0 0 0 30px;
    border-left: 1px dashed #dfdfdf;
}
@media (max-width: 991px) {
    .design-page .design-status .design-status-bar {
        margin: 30px 0;
        padding-left: 20px;
    }
}
.design-page .design-status .design-status-bar .status-item {
    font-size: 16px;
    color: #adadad;
    font-weight: 300;
    padding: 10px 0;
    position: relative;
}
.design-page .design-status .design-status-bar .status-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #dfdfdf;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .design-page .design-status .design-status-bar .status-item::before {
        left: -24px;
    }
}
.design-page .design-status .design-status-bar .status-item.active {
    color: #E98327;
}
.design-page .design-status .design-status-bar .status-item.active::before {
    background: #E98327;
}
.design-page .design-status .design-templates .title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 50px;
}
@media (max-width: 991px) {
    .design-page .design-status .design-templates .title {
        margin-top: 30px;
    }
}
.design-page .design-status .design-templates .design-templates-tabs {
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}
.design-page .design-status .design-templates .design-templates-tabs li {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 10px 0;
    text-align: Center;
    font-weight: 500;
    color: #adadad;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-bottom: 2px solid transparent;
}
.design-page .design-status .design-templates .design-templates-tabs li.active {
    color: #E98327;
    border-bottom-color: #E98327;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.design-page .design-status .design-templates .design-templates-tab-content {
    display: none;
    margin-top: 20px;
}
.design-page .design-status .design-templates .design-templates-tab-content.active {
    display: block;
}
.design-page .design-status .design-templates .design-templates-tab-content a {
    display: block;
    margin-top: 10px;
}
.design-page .design-status .design-questions {
    border-top: 1px solid #f1f1f1;
    padding-top: 40px;
    margin-top: 50px;
}
@media (max-width: 991px) {
    .design-page .design-status .design-questions {
        margin-top: 30px;
        padding-top: 30px;
    }
}
.design-page .design-status .design-questions a {
    display: block;
}
.design-page .design-status .design-questions a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #adadad;
    margin-right: 10px;
}
.design-page .design-status .design-questions a:hover {
    text-decoration: underline;
}
.design-page .design-results {
    width: 50%;
    background: #f7f7f7;
    border-left: 1px solid #f1f1f1;
    padding: 50px;
}
@media (max-width: 991px) {
    .design-page .design-results {
        padding: 10px;
        width: 100%;
        border-left: none;
        border-top: 1px solid #f1f1f1;
    }
}
.design-page .design-results .design-file__top {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 30px;
    display: flex;
    align-items: Center;
}
@media (max-width: 991px) {
    .design-page .design-results .design-file__top {
        padding: 10px;
    }
}
.design-page .design-results .design-file__top .icon {
    width: 40px;
    height: 40px;
    background: #E98327;
    color: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: flex;
    align-items: Center;
    justify-content: center;
}
.design-page .design-results .design-file__top .infos {
    width: calc(100% - 40px);
    padding-left: 20px;
    font-size: 12px;
}
.design-page .design-results .design-file__top .infos a {
    display: block;
}
.design-page .design-results .design-file__content {
    padding: 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-top: none !important;
}
@media (max-width: 991px) {
    .design-page .design-results .design-file__content {
        padding: 10px;
    }
}
.design-page .design-results .design-file__content .design-statusion {
    padding: 15px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: Center;
    font-size: 18px;
    font-weight: 300;
}
.design-page .design-results .design-file__content .design-statusion.approved {
    background: #bff5ff;
    color: #10aeca;
}
.design-page .design-results .design-file__content .design-statusion.waiting {
    background: #ffe5bf;
    color: #cf820e;
}
.design-page .design-results .design-file__content .design-statusion.canceled {
    background: #ffbfbf;
    color: #ff1616;
}
.design-page .design-results .design-file__content .title {
    font-size: 20px;
    font-weight: 700;
}
.design-page .design-results .design-file__content .description {
    line-height: 24px;
    margin: 20px 0;
}
.design-page .design-results .design-file__content .downloader {
    background: #f7f7f7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 30px;
}
@media (max-width: 991px) {
    .design-page .design-results .design-file__content .downloader {
        padding: 20px;
    }
}
.design-page .design-results .design-file__content .downloader .wrapped {
    font-size: 30px;
    border: 2px dashed #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 150px;
    display: flex;
    align-items: Center;
    justify-content: Center;
    margin-bottom: 10px;
}
.design-page .design-results .design-file .design-upload-history .item {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.design-page .design-results .design-file .design-upload-history .item .item-show {
    padding: 30px;
    cursor: pointer;
    display: flex;
    align-items: Center;
}
@media (max-width: 991px) {
    .design-page .design-results .design-file .design-upload-history .item .item-show {
        padding: 10px;
    }
}
.design-page .design-results .design-file .design-upload-history .item .item-show .icon {
    width: 40px;
    height: 40px;
    background: #E98327;
    color: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: flex;
    align-items: Center;
    justify-content: center;
}
.design-page .design-results .design-file .design-upload-history .item .item-show .infos {
    width: calc(100% - 40px);
    padding-left: 20px;
    font-size: 12px;
}
.design-page .design-results .design-file .design-upload-history .item .item-show .infos .files {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    color: #adadad;
}
.design-page .design-results .design-file .design-upload-history .item .item-show .infos .files div {
    margin-right: 10px;
}
.design-page .design-results .design-file .design-upload-history .item .item-dropdown {
    display: none;
    padding: 30px;
    border-top: 1px solid #f1f1f1;
}
@media (max-width: 991px) {
    .design-page .design-results .design-file .design-upload-history .item .item-dropdown {
        padding: 20px;
    }
}
.design-page .design-results .design-file .design-upload-history .item .item-dropdown .title {
    font-weight: 700;
    margin-bottom: 20px;
}
.design-page .design-results .design-file .design-upload-history .item .item-dropdown .list {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
@media (max-width: 991px) {
    .design-page .design-results .design-file .design-upload-history .item .item-dropdown .list {
        padding: 10px;
    }
}
.design-page .design-results .design-file .design-upload-history .item .item-dropdown .list a {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: Center;
    font-size: 12px;
}
.design-page .design-results .design-file .design-upload-history .item .item-dropdown .list a span:nth-child(1) {
    margin-right: 10px;
}
.design-page .design-results .design-file .design-upload-history .item .item-dropdown .list a span svg {
    display: block;
    width: 24px;
    height: 24px;
}
.cart-page__content {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cart-page__content .title {
padding: 20px 30px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    background: #cff4fc;
}
.cart-page__items {
    padding: 30px;
}
@media (max-width: 991px) {
    .cart-page__items {
        padding: 20px;
    }
}
.cart-page__items .item {
    margin-top: 20px;
    border: 1px solid #f1f1f1;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cart-page__items .item:first-child {
    margin-top: 0;
}
.cart-page__items .item:hover {
    border-color: #E98327;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.cart-page__items .item .img {
    display: flex;
    align-items: center;
    justify-content: Center;
    height: 120px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cart-page__items .item .img img {
    display: block;
    max-width: 90%;
    max-height: 120px;
}
.cart-page__items .item .name {
    font-weight: 700;
}
.cart-page__items .item .info-list {
    display: flex;
    align-items: Center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #adadad;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}
.cart-page__items .item .info-list.active {
    height: auto;
    display: block;
}
.cart-page__items .item .show-all-info {
    margin-top: 5px;
    font-size: 12px;
    cursor: pointer;
}
.cart-page__items .item .show-all-info.active {
    color: #E98327;
}
.cart-page__items .item .show-all-info.active i {
    transform: rotate(180deg);
}
.cart-page__items .item .price {
    font-size: 16px;
    font-weight: 700;
}
.cart-page__adress {
    padding: 30px;
}
@media (max-width: 991px) {
    .cart-page__adress {
        padding: 20px;
    }
}
.cart-page__adress .subtitle {
    font-size: 16px;
}
.cart-page__adress .item {
    margin-top: 20px;
}
.cart-page .cart-contract {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f7f7f7;
}
.cart-page .cart-contract .wrapper {
    padding: 0 30px 30px 30px;
}
@media (max-width: 991px) {
    .cart-page .cart-contract .wrapper {
        padding: 0 20px 20px 20px;
    }
}
.cart-page .cart-contract .title {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
@media (max-width: 991px) {
    .cart-page .cart-contract .title {
        padding: 20px;
    }
}
.cart-page .cart-contract .content {
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: Relative;
    font-size: 13px;
    line-height: 24px;
    padding: 30px;
    max-height: 400px;
    overflow-y: auto;
}
@media (max-width: 991px) {
    .cart-page .cart-contract .content {
        padding: 20px;
    }
}
.cart-page .cart-aside {
    border: 1px solid #f1f1f1;
    background: #f7f7f7;
    position: Sticky;
    top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cart-page .cart-aside.last-step {
    border: 2px solid #E98327;
}
.cart-page .cart-aside .title {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
@media (max-width: 991px) {
    .cart-page .cart-aside .title {
        padding: 20px;
    }
}
.cart-page .cart-aside .content {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 30px;
}
@media (max-width: 991px) {
    .cart-page .cart-aside .content {
        padding: 20px;
    }
}
.cart-page .cart-aside .content .item {
    display: flex;
    justify-content: space-between;
    align-items: Center;
    font-size: 13px;
    margin-top: 10px;
}
.cart-page .cart-aside .content .item:first-child {
    margin-top: 0;
}
.cart-page .cart-aside .content .item .name {
    font-weight: 300;
}
.cart-page .cart-aside .content .item .name span {
    font-size: 10px;
}
.cart-page .cart-aside .content .item .value {
    font-weight: 600;
}
.cart-page .cart-aside .content .item .value em {
    text-decoration: line-through;
    color: #adadad;
    font-weight: 400;
}
.cart-page .cart-aside .bottom {
    padding: 20px 30px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: Center;
}
@media (max-width: 991px) {
    .cart-page .cart-aside .bottom {
        padding: 20px;
    }
}
.cart-page .cart-aside .bottom .price {
    font-weight: 700;
}
.cart-page .cart-aside .button {
    border: none;
    background: #E98327;
    outline: none;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: Center;
    justify-content: center;
    width: 100%;
    text-align: Center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-weight: 600;
    cursor: pointer;
}
.cart-page .cart-aside .button:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #ca3b17;
    color: #fff;
}
.cart-page__payment .payment-tabs {
    display: flex;
    align-items: Center;
    padding: 0 30px;
    border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 991px) {
    .cart-page__payment .payment-tabs {
        padding: 0 20px;
    }
}
.cart-page__payment .payment-tabs li {
    padding: 15px 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin-right: 20px;
    border-bottom: 2px solid transparent;
    color: #adadad;
    font-weight: 600;
}
.cart-page__payment .payment-tabs li.active {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-bottom-color: #E98327;
    color: #E98327;
}
.cart-page__payment .payment-tab-content {
    padding: 30px;
    display: none;
}
.cart-page__payment .payment-tab-content.active {
    display: block;
}
@media (max-width: 991px) {
    .cart-page__payment .payment-tab-content {
        padding: 20px;
    }
}
.cart-page__payment .havale-infos {
    font-size: 20px;
}
.cart-page__payment .havale-infos span {
    display: block;
    font-size: 12px;
}
.cart-page__payment .havale-infos .item {
    margin-top: 20px;
}
.cart-page__payment .havale-infos .item:first-child {
    margin-top: 0;
}
.cart-page__payment .havale-info {
    background: #fff;
    padding: 20px 50px 20px 20px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 300;
    color: #111;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: Relative;
}
.cart-page__payment .havale-info .copy-clipboard {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: TranslateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.cart-steps {
    margin-bottom: 20px;
    position: Relative;
    display: flex;
}
.cart-steps::after {
    position: Absolute;
    height: 1px;
    background: #dfdfdf;
    content: "";
    left: 12.5%;
    top: 20px;
    z-index: 1;
    width: 75%;
}
.cart-steps::before {
    position: Absolute;
    height: 3px;
    background: #E98327;
    content: "";
    left: 12.5%;
    top: 19px;
    z-index: 2;
    width: 0;
}
.cart-steps .step-col {
    z-index: 2;
    position: Relative;
    width: 25%;
}
.cart-steps .step-col .number {
    background: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    border: 1px solid #dfdfdf;
    align-items: Center;
    color: #adadad;
    justify-content: Center;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
@media (max-width: 991px) {
    .cart-steps .step-col .number {
        font-size: 14px;
    }
}
.cart-steps .step-col .title {
    text-align: Center;
    color: #adadad;
}
@media (max-width: 991px) {
    .cart-steps .step-col .title {
        font-size: 12px;
    }
}
.cart-steps.step-1-active .step-col:nth-child(1) .number {
    border-color: #E98327;
    color: #fff;
    background: #E98327;
}
.cart-steps.step-1-active .step-col:nth-child(1) .title {
    color: #E98327;
}
.cart-steps.step-2-active::before {
    width: 25%;
}
.cart-steps.step-2-active .step-col:nth-child(1) .number,
.cart-steps.step-2-active .step-col:nth-child(2) .number {
    border-color: #E98327;
    color: #fff;
    background: #E98327;
}
.cart-steps.step-2-active .step-col:nth-child(1) .title,
.cart-steps.step-2-active .step-col:nth-child(2) .title {
    color: #E98327;
}
.cart-steps.step-3-active::before {
    width: 50%;
}
.cart-steps.step-3-active .step-col:nth-child(1) .number,
.cart-steps.step-3-active .step-col:nth-child(2) .number,
.cart-steps.step-3-active .step-col:nth-child(3) .number {
    border-color: #E98327;
    color: #fff;
    background: #E98327;
}
.cart-steps.step-3-active .step-col:nth-child(1) .title,
.cart-steps.step-3-active .step-col:nth-child(2) .title,
.cart-steps.step-3-active .step-col:nth-child(3) .title {
    color: #E98327;
}
.cart-steps.step-4-active::before {
    width: 75%;
}
.cart-steps.step-4-active .step-col:nth-child(1) .number,
.cart-steps.step-4-active .step-col:nth-child(2) .number,
.cart-steps.step-4-active .step-col:nth-child(3) .number,
.cart-steps.step-4-active .step-col:nth-child(4) .number {
    border-color: #E98327;
    color: #fff;
    background: #E98327;
}
.cart-steps.step-4-active .step-col:nth-child(1) .title,
.cart-steps.step-4-active .step-col:nth-child(2) .title,
.cart-steps.step-4-active .step-col:nth-child(3) .title,
.cart-steps.step-4-active .step-col:nth-child(4) .title {
    color: #E98327;
}
.order-result {
    padding: 100px 0;
    text-align: Center;
}
.order-result .icon {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: Center;
    margin: 0 auto;
}
.order-result .result-message {
    margin-top: 50px;
    font-size: 32px;
    font-weight: 300;
}
.order-result .result-message .sub {
    font-size: 16px;
}
.order-result.success .icon {
    border: 2px solid #00e0a8;
    color: #00e0a8;
}
.order-result.error .icon {
    border: 2px solid #e02d00;
    color: #e02d00;
}
.credit-card-container {
    position: Relative;
}
@media (max-width: 991px) {
    .credit-card-container {
        display: none;
    }
}
.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}
/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
.payment-title {
    width: 100%;
    text-align: center;
}
.form-container .field-container:first-of-type {
    grid-area: name;
}
.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}
.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}
.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}
.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.field-container {
    position: relative;
}
.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name" "number number" "expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}
#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}
#ccsingle svg {
    width: 100px;
    max-height: 60px;
}
.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}
.creditcard .lightblue {
    fill: #03A9F4;
}
.creditcard .lightbluedark {
    fill: #0288D1;
}
.creditcard .red {
    fill: #ef5350;
}
.creditcard .reddark {
    fill: #d32f2f;
}
.creditcard .purple {
    fill: #ab47bc;
}
.creditcard .purpledark {
    fill: #7b1fa2;
}
.creditcard .cyan {
    fill: #26c6da;
}
.creditcard .cyandark {
    fill: #0097a7;
}
.creditcard .green {
    fill: #66bb6a;
}
.creditcard .greendark {
    fill: #388e3c;
}
.creditcard .lime {
    fill: #d4e157;
}
.creditcard .limedark {
    fill: #afb42b;
}
.creditcard .yellow {
    fill: #ffeb3b;
}
.creditcard .yellowdark {
    fill: #f9a825;
}
.creditcard .orange {
    fill: #ff9800;
}
.creditcard .orangedark {
    fill: #ef6c00;
}
.creditcard .grey {
    fill: #ca3b17;
}
.creditcard .greydark {
    fill: #E98327;
}
/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}
#cardfront .st2 {
    fill: #FFFFFF;
}
#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}
#cardfront .st4 {
    font-size: 54.7817px;
}
#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}
#cardfront .st6 {
    font-size: 33.1112px;
}
#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}
#cardfront .st8 {
    font-size: 24px;
}
#cardfront .st9 {
    font-size: 36.5498px;
}
#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}
#cardfront .st11 {
    font-size: 16.1716px;
}
#cardfront .st12 {
    fill: #4C4C4C;
}
/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}
#cardback .st2 {
    fill: #111111;
}
#cardback .st3 {
    fill: #F2F2F2;
}
#cardback .st4 {
    fill: #D8D2DB;
}
#cardback .st5 {
    fill: #C4C4C4;
}
#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}
#cardback .st7 {
    font-size: 27px;
}
#cardback .st8 {
    opacity: 0.6;
}
#cardback .st9 {
    fill: #FFFFFF;
}
#cardback .st10 {
    font-size: 24px;
}
#cardback .st11 {
    fill: #EAEAEA;
}
#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}
#cardback .st13 {
    font-size: 37.769px;
}
/* FLIP ANIMATION */
.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}
.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}
.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.mobile-close {
    display: none;
}
@media (max-width: 991px) {
    .mobile-close {
        display: block;
    }
}
.responsive-menu {
    display: none;
}
@media (max-width: 991px) {
    .responsive-menu {
        position: fixed;
        z-index: 10000;
        top: 0;
        display: none;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .responsive-menu__overlay {
        background: rgba(0, 0, 0, 0.3);
    }
    .responsive-menu__wrapper {
        background: #fff;
        position: relative;
        overflow-y: auto;
        width: 85%;
        height: 100vh;
        padding: 10px;
        left: -100%;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
    .responsive-menu.active .responsive-menu__wrapper {
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        left: 0;
    }
    .responsive-menu__top {
        display: flex;
        align-items: Center;
        justify-content: space-between;
    }
    .responsive-menu__logo {
        width: 70%;
    }
    .responsive-menu__logo img {
        display: block;
        max-width: 100%;
    }
    .responsive-menu .mobile-close {
        font-size: 24px;
        width: 40px;
        height: 40px;
        border: 1px solid #f1f1f1;
        display: flex;
        align-items: Center;
        justify-content: Center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #E98327;
    }
    .responsive-menu__menu {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0;
    }
    .responsive-menu__menu li {
        border-top: 1px solid #f1f1f1;
    }
    .responsive-menu__menu li a {
        display: block;
        padding: 10px 15px;
        position: Relative;
        font-size: 15px;
        font-weight: 300;
    }
    .responsive-menu__menu li a.menu-item::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f105";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #adadad;
    }
    .responsive-menu__menu li.responsive-menu__dropdown {
        position: relative;
    }
    .responsive-menu__menu li.responsive-menu__dropdown .menu-item::after {
        display: none;
    }
    .responsive-menu__menu li.responsive-menu__dropdown .menu-item + .dropper {
        display: flex;
        align-items: Center;
        justify-content: Center;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        width: 42px;
        height: 42px;
        right: 0;
        position: Absolute;
        top: 0;
        z-index: 2;
        color: #adadad;
    }
    .responsive-menu__menu li.responsive-menu__dropdown .menu-item + .dropper::after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }
    .responsive-menu__menu li.responsive-menu__dropdown .menu-item.active {
        font-weight: 700;
    }
    .responsive-menu__menu li ul {
        list-style: none;
        margin: 0;
        display: none;
        padding: 0;
    }
    .responsive-menu__menu li ul li a {
        padding-left: 30px;
    }
    .responsive-menu__menu li.responsive-menu__icon .menu-item {
        font-weight: 600;
        display: flex;
        align-items: Center;
    }
    .responsive-menu__menu li.responsive-menu__icon .menu-item span:first-child {
        width: 30px;
    }
    .responsive-menu__menu li.menu-campaigns .menu-item {
        color: #E98327;
    }
    .responsive-menu__menu li.menu-blog .menu-item {
        color: #00e1ff;
    }
    .responsive-menu__menu li.menu-logout {
        border-top: 0;
    }
    .responsive-menu__menu li.menu-logout .menu-item {
        color: #fff;
        background: #E98327;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        justify-content: Center;
        padding-right: 40px;
    }
    .responsive-menu__menu li.menu-logout .menu-item::after {
        display: none;
    }
    .responsive-menu__menu li.active .menu-item {
        font-weight: 600;
    }
    .responsive-menu__menu li.active .dropper {
        transform: rotate(180deg);
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }
}
.supplier-page .step {
    display: none;
}
.supplier-page .step1 {
    display: block;
}
.supplier-page__form {
    padding: 50px 0;
}
.supplier-page__form .content-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.supplier-page__form .content-desc {
    line-height: 24px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 40px;
}
.supplier-page__form .content-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.supplier-page__form .form-content {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.supplier-page__form .form-content .step-title {
    color: #adadad;
    display: block;
    text-align: Center;
    font-size: 16px;
    font-weight: 300;
}
.supplier-page__form .form-content .step-title span {
    font-weight: 700;
    color: #E98327;
}
.supplier-page__form .form-content .form-title {
    padding: 20px 30px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .supplier-page__form .form-content .form-title {
        padding: 20px;
    }
}
.supplier-page__form .form-content .step {
    padding: 30px;
}
@media (max-width: 991px) {
    .supplier-page__form .form-content .step {
        padding: 20px;
    }
}
.supplier-page__form .form-content div.error {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
    color: #E98327;
}
.supplier-page__form .form-content .form-control.error,
.supplier-page__form .form-content .form-select.error {
    border-color: #E98327;
}
.supplier-page__four {
    background: #fff;
    margin-top: 20px;
    padding: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.supplier-page__four .four-title {
    font-weight: 600;
}
.supplier-page__four .four-content {
    line-height: 24px;
    margin-top: 20px;
}
.supplier-page__what-you-do {
    border-top: 1px solid #dfdfdf;
    margin-top: 30px;
    padding-top: 30px;
}
.supplier-page__what-you-do .wyd-title {
    text-align: Center;
    font-size: 25px;
    margin-bottom: 30px;
}
.supplier-page__what-you-do .icon {
    width: 60px;
    height: 60px;
    border: 1px solid #dfdfdf;
    color: #E98327;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.supplier-page__what-you-do .title {
    font-size: 18px;
    text-align: Center;
    margin-top: 20px;
}
.supplier-page__short img {
    max-width: 100%;
}
.supplier-page__short .title {
    font-size: 18px;
}
.supplier-page__short .description {
    line-height: 24px;
    margin-top: 20px;
}
.contact-form {
    border: 1px solid #f1f1f1;
    padding: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
@media (max-width: 991px) {
    .contact-form {
        padding: 20px;
    }
}
.contact-infos {
    border: 1px solid #f1f1f1;
    padding: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f7f7f7;
}
@media (max-width: 991px) {
    .contact-infos {
        padding: 20px;
    }
}
.contact-infos .item {
    margin-top: 10px;
}
.contact-infos .item span {
    display: block;
    font-weight: 600;
}
.contact-us .item {
    padding: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.contact-us .item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.spec-menu a {
    color: red!important;
}

.spec-menu a:hover {
    color: white!important;
}

@media (max-width: 991px) {
    .contact-us .item {
        padding: 20px;
    }
}
.contact-us .item .icon {
    font-size: 28px;
    color: #E98327;
    margin-bottom: 20px;
}
.contact-us .item .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-us .item .go {
    font-weight: 600;
}
.contact-us .item .go:hover {
    color: #E98327;
}


.boxCatImage{
    display: block; max-height: 500px; margin-top: 10px;
    margin-bottom: 20px;
}
.boxCat{
    width: 19%; margin: 1%;
}
.boxCat img{
    border-radius: 20px;
}
.boxCat span{
    width: 100%;
    display: block;
    font-weight: 600;
    margin-top: 10px;
    text-align:center;
    font-size: 12pt;
}
.rating {
    margin: auto;
}
.rating__display {
    font-size: 1em;
    font-weight: 500;
    min-height: 1.25em;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
}
.rating__stars {
    display: flex;
    padding-bottom: 0.375em;
    position: relative;
    justify-content: center;
}
.rating__star {
    display: block;
    overflow: visible;
    pointer-events: none;
    width: 2em;
    height: 2em;
}
.rating__star-ring, .rating__star-fill, .rating__star-line, .rating__star-stroke {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.rating__star-ring, .rating__star-fill, .rating__star-line {
    stroke: var(--yellow);
}
.rating__star-fill {
    fill: var(--yellow);
    transform: scale(0);
    transition: fill var(--trans-dur) var(--bezier), transform var(--trans-dur) var(--bezier);
}
.rating__star-line {
    stroke-dasharray: 12 13;
    stroke-dashoffset: -13;
}
.rating__star-stroke {
    stroke: #c7cad1;
    transition: stroke var(--trans-dur);
}
.rating__label {
    cursor: pointer;
    padding: 0.125em;
}
.rating__label--delay1 .rating__star-ring, .rating__label--delay1 .rating__star-fill, .rating__label--delay1 .rating__star-line, .rating__label--delay1 .rating__star-stroke {
    animation-delay: 0.05s;
}
.rating__label--delay2 .rating__star-ring, .rating__label--delay2 .rating__star-fill, .rating__label--delay2 .rating__star-line, .rating__label--delay2 .rating__star-stroke {
    animation-delay: 0.1s;
}
.rating__label--delay3 .rating__star-ring, .rating__label--delay3 .rating__star-fill, .rating__label--delay3 .rating__star-line, .rating__label--delay3 .rating__star-stroke {
    animation-delay: 0.15s;
}
.rating__label--delay4 .rating__star-ring, .rating__label--delay4 .rating__star-fill, .rating__label--delay4 .rating__star-line, .rating__label--delay4 .rating__star-stroke {
    animation-delay: 0.2s;
}
.rating__input {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
}
.rating__input:hover ~ [data-rating]:not([hidden]) {
    display: none;
}
.rating__input-1:hover ~ [data-rating="1"][hidden], .rating__input-2:hover ~ [data-rating="2"][hidden], .rating__input-3:hover ~ [data-rating="3"][hidden], .rating__input-4:hover ~ [data-rating="4"][hidden], .rating__input-5:hover ~ [data-rating="5"][hidden], .rating__input:checked:hover ~ [data-rating]:not([hidden]) {
    display: block;
}
.rating__input-1:hover ~ .rating__label:first-of-type .rating__star-stroke, .rating__input-2:hover ~ .rating__label:nth-of-type(-n + 2) .rating__star-stroke, .rating__input-3:hover ~ .rating__label:nth-of-type(-n + 3) .rating__star-stroke, .rating__input-4:hover ~ .rating__label:nth-of-type(-n + 4) .rating__star-stroke, .rating__input-5:hover ~ .rating__label:nth-of-type(-n + 5) .rating__star-stroke {
    stroke: var(--yellow);
    transform: scale(1);
}
.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-ring, .rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-ring, .rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-ring, .rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-ring, .rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-ring {
    animation-name: starRing;
}
.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-stroke, .rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-stroke, .rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-stroke, .rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-stroke, .rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-stroke {
    animation-name: starStroke;
}
.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-line, .rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-line, .rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-line, .rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-line, .rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-line {
    animation-name: starLine;
}
.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-fill, .rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-fill, .rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-fill, .rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-fill, .rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-fill {
    animation-name: starFill;
}
.rating__input-1:not(:checked):hover ~ .rating__label:first-of-type .rating__star-fill, .rating__input-2:not(:checked):hover ~ .rating__label:nth-of-type(2) .rating__star-fill, .rating__input-3:not(:checked):hover ~ .rating__label:nth-of-type(3) .rating__star-fill, .rating__input-4:not(:checked):hover ~ .rating__label:nth-of-type(4) .rating__star-fill, .rating__input-5:not(:checked):hover ~ .rating__label:nth-of-type(5) .rating__star-fill {
    fill: var(--yellow-t);
}
.rating__sr {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

@media (prefers-color-scheme: dark) {
    :root {
        --bg: #17181c;
        --fg: #e3e4e8;
    }

    .rating {
        margin: auto;
    }
    .rating__star-stroke {
        stroke: #454954;
    }
}
@keyframes starRing {
    from, 20% {
        animation-timing-function: ease-in;
        opacity: 1;
        r: 8px;
        stroke-width: 16px;
        transform: scale(0);
    }
    35% {
        animation-timing-function: ease-out;
        opacity: 0.5;
        r: 8px;
        stroke-width: 16px;
        transform: scale(1);
    }
    50%, to {
        opacity: 0;
        r: 16px;
        stroke-width: 0;
        transform: scale(1);
    }
}
@keyframes starFill {
    from, 40% {
        animation-timing-function: ease-out;
        transform: scale(0);
    }
    60% {
        animation-timing-function: ease-in-out;
        transform: scale(1.2);
    }
    80% {
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
}
@keyframes starStroke {
    from {
        transform: scale(1);
    }
    20%, to {
        transform: scale(0);
    }
}
@keyframes starLine {
    from, 40% {
        animation-timing-function: ease-out;
        stroke-dasharray: 1 23;
        stroke-dashoffset: 1;
    }
    60%, to {
        stroke-dasharray: 12 13;
        stroke-dashoffset: -13;
    }
}

.mobile-nav {
  background: #fff;
  position: fixed;
  bottom: 0;
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 9999;
 box-shadow: 5px -6px 20px 0px rgb(231 1 139 / 20%);
 border-radius: 20px 20px 0 0;
 border: solid 1px;
}

.bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bloc-icon span {
  margin: 0;
  font-size: 13px;
  font-weight: 450;
  display: block;
  unicode-bidi: isolate;
  color: #303030;
  text-decoration: none;
  letter-spacing: 0rem;
}

.bloc-icon img {
  width: 30px;
}

.bloc-icon i {
    font-size: 25px;
}

.bloc-icon i:active {
  color: #f3a165;
}

@media screen and (min-width: 600px) {
  .mobile-nav {
  display: none;
  }
}



.bottom-menu a:hover {
    background: red;
}