.section > .container {
    max-width: 1600px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a.disabled {
  pointer-events: none;
}

.check {
    width: 5em;
    height: 5em;
    display: flex;
    flex-direction: row;
}

.check__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}

.check__box {
    position: absolute;
    width: 80px;
    height: 80px;
    color: #000;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
}

/* Checked */

.check__input:checked + .check__box {
    border: 4px solid #9013fe !important;
    font-size: 14px;
}

.check__input[disabled] + .check__box {
    background-color: #ddd;
}

.show {
    display: flex !important;
}

.hidden {
    display: none !important;
}

.counter-btn {
    padding: 5px 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background: #ddd;
}

.custom-text {
    background-image: url(../img/icon/brush-stroke.svg);
    background-size: 92px 65px;
    background-position: -7px -20px;
    background-repeat: no-repeat;
    font-weight: 300;
    color: #fff;
    padding: 0 12px;
}

.custom-text:hover {
    color: #fff;
}

.mobile-menu .custom-text {
    background-size: 110px 70px;
}

.mobile-menu ul li {
    margin-bottom: 14px;
}

.mobile-menu ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 10px;
    color: #777;
}

.form-textarea {
    height: auto !important;
}

.form-input:focus,
.form-textarea:focus {
    border-color: var(--MainColor);
    outline: none;
}

.form-select {
    padding: 0;
    background-color: #fff;
}

.section.banner {
    background: #984ae7;
    text-align: center;
}

.section.banner h3 {
    color: #fff;
}

.slider-icon {
    padding: 25px 0 0 0 !important;
}

.kurumsal-logo {
    width: 65%;
}

.kurumsal-logo .swiper-slide img {
    width: 200px;
}

.kurumsal-logo .swiper-button-next,.kurumsal-logo .swiper-button-prev {
    background-size: 18px 44px;
}

.text-banner {
    background-color: #984ae7;
    padding: 35px 0 !important;
}

.text-banner__box {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.text-banner__box h2 {
    margin-bottom: 20px;
}

.text-banner__box h5 {
    margin-bottom: 20px;
}

.text-banner__box p {
    font-size: 16px;
}

.text-banner__box a {
    color: #fff;
    text-decoration: underline;
}

.text-banner__box a:hover {
    color: #000;
}

.banner-title p {
    margin: 20px 0;
}

.grid-text__area {
    display: flex;
    flex-wrap: wrap;
}

.grid-text__area-item {
    flex-basis: 33.3%;
    padding: 0 15px;
    text-align: center;
    color: #4c596a;
    height: 100%;
}

.grid-text__area-item img {
    width: 90%;
    height: 38vh;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}

.grid-text__area-item h2 {
    font-size: 24px;
    margin-top: 15px;
}

.grid-text__area-item p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}

.instagram-grid__area {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}

.instagram-grid__area-item {
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.instagram-grid__area-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.instagram-grid__area-item:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.instagram-grid__area-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}
.instagram-grid__area-item:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}
.instagram-grid__area-item:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}
.instagram-grid__area-item:nth-child(6) {
    grid-column: 5 / 7;
    grid-row: 1 / 3;
}
.instagram-grid__area-item:nth-child(7) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.instagram-grid__area-item:nth-child(8) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.instagram-grid__area-item:nth-child(9) {
    grid-column: 2 / 4;
    grid-row: 3 / 5;
}
.instagram-grid__area-item:nth-child(10) {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}
.instagram-grid__area-item:nth-child(11) {
    grid-column: 4 / 5;
    grid-row: 4 / 5;
}
.instagram-grid__area-item:nth-child(12) {
    grid-column: 5 / 7;
    grid-row: 3 / 5;
}

.instagram-grid__area-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.instagram-grid__area-item > a > img {*/
/*    min-height: 200px;*/
/*}*/

.instagram-grid__area-item .inst-icon {
    position: absolute;
    top: 5%;
    right: 5%;
}

.instagram-grid__area-item .inst-icon img {
    width: 20px;
}

.instagram-grid__area-item .inst-content {
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    position: absolute;
    bottom: -50%;
    transition: all .5s;
    text-align: center;
}

.instagram-grid__area-item .inst-content h3 {
    font-size: 14px;
    font-weight: bold;
}

.instagram-grid__area-item .inst-content p {
    color: #4d5866;
    font-size: 12px;
    font-family: var(--UbuntuFont);
    margin: 0;
    max-height: 55px;
    overflow: hidden;
}

.instagram-grid__area-item:hover .inst-content {
    bottom: 0;
}

.guzel-fikir {
    display: flex;
    width: 85%;
    margin: 50px auto 0;
}

.guzel-fikir__item {
    flex-basis: 50%;
}

.guzel-fikir__item img {
    border-radius: 5px;
}

.guzel-fikir__text {
    flex-basis: 50% !important;
    padding: 0 30px 0 70px;
}

.guzel-fikir__text h2 {
    font-size: 32px;
}

.guzel-fikir__text p {
    font-size: 14px;
    color: #777;
}

.fikir-item__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fikir-item__list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fikir-item__list li .btn {
    width: 100%;
}

.fikir-item__list li.social {
    justify-content: flex-end;
    border-bottom: none;
}

.fikir-item__list li.social a {
    margin-right: 20px;
    font-size: 20px;
}

.fikir-item__list li.social a:last-child {
    margin-right: 0;
}

.fikir-item__list li span:first-child {
    font-weight: bold;
}

.fikir-item__list li span:last-child {
    color: #777;
}

.star-counter {
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.star-conter__item {
    color: #000;
    font-weight: bold;
    font-size: 48px;
    margin: 35px 0 25px;
}

.prints-list {
    display: flex;
}

.prints__item {
    flex-basis: 20%;
    position: relative;
    margin-right: 15px;
}

.prints__item:last-child {
    margin-right: 0;
}

.prints__item img {
    border-radius: 5px;
    transition: all .3s;
}

.prints__item .print-img__top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .3s;
}

.prints__item:hover .print-img__top {
    opacity: 1;
}

.prints__item .prints-content {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 50;
    border-radius: 50%;
    padding: 10px;
    background-color: #ffffffb5;
}

.prints__item .prints-content img {
    width: 20px;
    height: 20px;
}


.notify {
    text-align: left;
    padding: 15px 0 15px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.notify span {
    margin-left: 25px;
}

.notify a {
    margin-right: 10px;
}

/*Basket Area*/

.basket {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: all .3s;
    visibility: hidden;
}

.basket.active {
    transform: translateX(0);
    visibility: visible;
    background: #0000006e;
}

.basket__area {
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.basket__area-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 75px;
    border-bottom: 1px solid #ddd;
}

.basket__area-header  .basket-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 25px;
    margin: 0;
}

.basket-title h2 {
    font-size: 17px;
    margin: 0;
}

.basket__area-content {
    height: 100%;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
}

.basket__area-content p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket__area-content_item {
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #8224e3;
}

.content_item-img {
    flex-basis: 30%;
}

.content_item-text {
    flex-basis: 70%;
}

.content_item-img img {
    width: 95%;
}

.content_item-text {
    display: grid;
    grid-template-columns: 1fr 0.1fr;
    grid-template-rows: 25px;
    grid-gap: 10px;
    padding: 10px;
}

.item-text__title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.item-text__price {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    color: #8224e3;
    font-weight: 600;
}

.item-text__close {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: center;
}

.basket__area-footer {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
    height: auto;
}

.basket__total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 40px;
    margin: 0;
}

.basket__total-price .footer-price {
    color: #8224e3;
}

.basket__total-btn a {
    background-color: #8224e3;
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 10px;
    color: #fff;
}

.basket__total-btn a:hover {
    color: #f1f1f1;
}

.basket__cleat-btn {
    text-align: right;
    padding: 15px 40px;
}

.basket__cleat-btn a {
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.basket__cleat-btn img {
    width: 20px;
}

.remove-product {
    border: none;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #fff;
}

/* Submenu CSS */
.login-submenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100vh;
    background-color: #fff;
    transform: translateX(100%);
    transition: all .3s;
    visibility: hidden;
}

.login-submenu.active {
    transform: translateX(0);
    visibility: visible;
}

.submenu__title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.submenu__title h2 {
    font-size: 20px;
}

.submenu__title a {
    font-size: 13px;
}

.submenu__login {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    padding: 25px 10px;
}

.submenu__login label div {
    color: #464646;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.submenu__login label div .red-star {
    color: #E01020;
}

.submenu__login label input {
    height: 42px;
    width: 100%;
    padding: 0 15px;
    border: 2px solid rgba(129,129,129,.2);
    font-size: 14px;
    margin-bottom: 15px;
}

.submenu-login__btn {
    background-color: #263447;
    text-align: center;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px;
}

.submenu__login-remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.submenu__login-remember label {
    display: flex;
    align-items: center;
}

.submenu__login-remember label input {
    width: 15px;
    margin: 0 5px 0 0;
}

.submenu__login-remember a {
    color: #8224e3;
}

.submenu__login-other {
    display: flex;
    flex-direction: column;
}

.other-login__title {
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
}

.other-btn__facebook {
    background-color: #3B5998;
    align-items: center;
}

.other-btn__facebook svg {
    flex-basis: 15%;
}

.other-btn__facebook a {
    flex-basis: 85%;
}

.other-btn__google {
    background-color: #4285F4;
}

.other-btn__google svg {
    flex-basis: 15%;
}

.other-btn__google a {
    flex-basis: 85%;
}

.other__btn {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.other__btn svg {
    width: 25px;
    height: 25px;
}

.other__btn a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 10px 0;
}

/* Slider optins */

.main-slider {
    padding-top: 150px !important;
}

.slider__grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 330px 330px;
    grid-template-areas:
    "main-box top-box"
    "main-box bottom-box";
    grid-gap: 15px;
}

.slider__grid-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.slider__grid-item a{
    width: 100%;
    height: 100%;
    z-index: 50;
}

.slider__grid-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .1;
    border-radius: 5px;
}

.slider__grid-item.main-box {
    grid-area: main-box;
}

.slider__grid-item.top-box {
    grid-area: top-box;
}

.slider__grid-item.bottom-box {
    grid-area: bottom-box;
}

.slider__grid-item.bottom-box .slider-content,.slider__grid-item.top-box .slider-content {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translate(-50%,0%);
    border-radius: 0;
}

.slider__grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: all .8s;
}

.slider__grid-item:hover img {
    transform: scale(1.05);
}

.slider__grid-item.main-box .slider-content {
    top: 50%;
}

.slider__grid.social-slider {
    grid-template-columns: repeat(2, 1fr);
}

.slider__grid.social-slider .slider__grid-item {
    grid-row: span 2;
}

.slider-content {
    position: absolute;
    width: 90%;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    background-color: #02010680;
    border-radius: 10px;
    padding: 10px;
    z-index: 99;
}

.slider-content h2 {
    font-size: 22px;
    height: 70px;
}
.slider-content p {
    font-size: 14px;
    color: #ddd;
}

.slider__grid-item .animateStar {
    position: absolute !important;
    top: 40px;
    right: 20px;
    z-index: 99;
}

.btn-slider {
    background-color: transparent;
    border: 1px solid var(--MainColor);
    color: #fff;
    transform: all .5s;
    width: auto !important;
}

.btn-slider:hover {
    background-color: var(--MainColor);
    color: #fff;
}

.social-slider .slider-content h2 {
    height: auto;
}

/* Create Section Options */

.create {
    position: relative;
    text-align: center;
}

.create p {
    color: #777;
}

/* Blog Options */

.blog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog__item {
    flex-basis: 30%;
    width: 30%;
    height: 100%;
    position: relative;
}

.blog__item img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 55%;
}

.blog__item .blog-content {
    margin-top: 25px;
}

.blog__item .blog-content h3 {
    font-size: 18px;
}

.blog__item .blog-content p {
    display: inline-block;
    font-size: 16px;
}

/* Quality Options */

.quality {
    position: relative;
}

.quality__blog {
    margin-top: 25px;
}

.quality__blog-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}

.quality-content {
    flex-basis: 50%;
}

.quality-img {
    flex-basis: 50%;
}

.quality-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 350px;
    border-radius: 5px;
}

/* Product Slider Options */

.product-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* Present Options */

.present-blog {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.present-img,
.present-content {
    flex-basis: 50%;
}

.present-img img {
    width: 100%;
    height: 100%;
}

/* Instagram Options */

.instagram__list {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.instagram__list-item {
    flex-basis: 20%;
    position: relative;
    padding: 10px;
    border-radius: 5px;
}

.instagram__list-item:hover .instagram-content {
    opacity: 1;
}

.instagram__list-item img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.instagram-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 1px 5px 20px 0px #00000030;
    padding: 15px;
    opacity: 0;
    transform: all .7s;
}

.instagram-content h2 {
    margin-bottom: 15px;
}

.instagram-content h2 a {
    font-size: 18px;
    display: block;
}


@media only screen and (max-width: 1200px) {
    .instagram__list-item img {
        object-fit: contain;
    }
}

/* Ider Options */

.idea__list {
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.idea__list-item {
    flex-basis: 33.3%;
    margin-bottom: 25px;
    position: relative;
    padding: 10px;
    overflow: hidden;
    transition: all .5s;
}

.idea__list-item a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.idea__list-item img {
    border-radius: 5px;
}

.idea__list-item:hover {
    transform: translateY(-10px);
}

.idea__list-item:hover .idea-content  {
    opacity: 1;
}

.idea-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transform: all .6s;
}

.idea-content h3 {
    font-size: 18px;
    color: #fff;
}

.absolute-top {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    flex-direction: column;
}

.absolute-top a {
    color: #fff;
    font-size: 16px;
    margin: 5px 5px 7px 5px;
}

.absolute-top a svg {
    width: 22px !important;
    height: 22px;
}

.share-idea {
    position: relative;
    margin-top: 10px;
}

.share-idea:hover .share-list {
    visibility: visible;
    opacity: 1;
    left: -125px;
}

.share-list {
    padding: 3px;
    margin: 0 5px 0 0;
    list-style: none;
    display: flex;
    background-color: #000;
    position: absolute;
    top: 0;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    transform: all .5s;
    border-radius: 5px;
}

.share-list li {
    margin-right: 7px;
}

.share-list li a {
    margin: 0;
}

.share-list li a svg {
    width: 15px !important;
    height: 15px;
}

/* Gift Options */

.breadclumb {
    padding: 0;
    list-style: none;
    display: flex;
}

.breadclumb li {
    margin-right: 15px;
}

.breadclumb li a {
    color: #a2a2a2;
    position: relative;
}

.breadclumb li a::after {
    content: '/';
    position: absolute;
    right: -10px;
    top: -2px;
}

.breadclumb li:last-child a::after {
    opacity: 0;
}

.breadclumb li a.active {
    color: #000;
}

.make__gift {
    position: relative;
    margin-top: 50px;
}

.make__gift p {
    color: #777;
}

.gift-title {
    position: relative;
}

.gift-title h2 {
    font-size: 24px;
    background-color: #fff;
    z-index: 5;
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.gift-title::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    z-index: 0;
}

.gift__grid {
    display: flex;
    flex-direction: row;
    margin: 25px 0;
}

.gift__grid-item {
    flex-basis: 50%;
    padding: 0 25px;
    text-align-last: left;
}

.gift__grid-item img {
    width: 100%;
    height: 100%;
}

.gift__grid-item .title-gift {
    margin-bottom: 20px;
}

.price {
    color: #8224e3;
    font-size: 20px;
    margin-bottom: 20px;
}

.desc {
    text-align: left;
    line-height: 25px;
}

.select-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.select-group span {
    font-weight: bold;
    font-size: 15px;
}

#price {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    max-width: 60%;
    height: 35px;
    color: #777;
}

.input-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.input-group input {
    width: 100%;
}

.input-group label span {
    color: red;
}

.share-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.share-area span {
    margin-right: 15px;
}

.gift-share-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.gift-share-list li {
    margin-right: 15px;
}

.gift-share-list li a {
    color: #000;
    text-decoration: none;
}

.gift-share-list li a svg {
    fill: #000;
}

.login__area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    margin-top: 20px;
}

.login__area-item {
    flex-basis: 50%;
}

.login__area-item:first-child {
    border-right: 1px solid #ddd;
    margin-right: 30px;
    padding-right: 30px;
}

.login__area .title {
    margin-bottom: 50px;
}

/*Dynamic Text*/

.dynamic-slug{
    margin-top: 160px;
    font-size: 60px;
}

#dynamic-text{
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    text-align: left;
    height: 30px;
}

.pointerLine{
    height: 40px;
    width: 2px;margin-left: 15px;
    border: 2px solid #fff;
    animation: lineAnimate 1s infinite;
    -webkit-animation: lineAnimate 1s infinite;
    -o-animation: lineAnimate 1s infinite;
    -moz-animation: lineAnimate 1s infinite;
    -ms-animation: lineAnimate 1s infinite;
}

@keyframes lineAnimate {
    40%{opacity: 1}
    50%{opacity: 0;}
    90%{opacity: 0;}
    100%{opacity: 1}
}
@-webkit-keyframes lineAnimate {
    40%{opacity: 1}
    50%{opacity: 0;}
    90%{opacity: 0;}
    100%{opacity: 1}
}
@-o-keyframes lineAnimate {
    40%{opacity: 1}
    50%{opacity: 0;}
    90%{opacity: 0;}
    100%{opacity: 1}
}
@-moz-keyframes lineAnimate {
    40%{opacity: 1}
    50%{opacity: 0;}
    90%{opacity: 0;}
    100%{opacity: 1}
}

.account {
    margin-top: 70px;
    min-height: 100vh;
}

.account__area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding: 0 150px;
}

.account__area form {
    width: 70%;
}

.account__area-item:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #eee;
    flex-basis: 30%;
}

.account__area-item:first-child h3 {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: left;
}

.account__area-item tr th a {
    width: 100%;
}

.account__area .table tr td img {
    width: 100% !important;
    height: 100% !important;
    max-height: 150px;
    border-radius: 5px;
    object-fit: cover;
}

.account__area .table tr td:first-child {
    width: 15%;
}

.sub__menu-list {
    padding: 0;
    list-style: none;
    text-align: left;
}

.sub__menu-list li {
    margin-bottom: 5px;
}

.sub__menu-list li a {
    padding: 10px 0 10px 10px;
    display: block;
    border-radius: 5px;
    font-weight: 500;
}

.sub__menu-list li:hover a {
    background-color: #eee;
}

.sub__menu-list li a.active {
    background-color: #ddd;
}

.account__area-item:last-child {
    flex-basis: 70%;
}

.account__area-item:last-child p {
    text-align: left;
    color: #999;
}

.account__area-item:last-child b {
    color: #545454;
}

.account__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin-top: 25px;
}

.account__grid-item a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.account__grid-item a:hover {
    border-color: #ddd;
}

.account__grid-item span {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
}

.account__grid-item svg {
    color: #777;
    font-size: 34px;
}

.form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    flex-basis: 70%;
}

.form__grid-item {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.form__grid-item > span {
    margin-top: 10px;
    display: block;
    color: #777;
    font-size: 12px;
}

.form__grid-item:nth-child(1),
.form__grid-item:nth-child(10),
.form__grid-item:nth-child(11),
.form__grid-item:nth-child(22) {
    grid-column: 1/3;
}

.form__grid-item label {
    display: flex;
    flex-direction: column;
}

.form__grid-item label span {
    margin-bottom: 10px;
}

.form__grid-item label input,
.form__grid-item label select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form__grid-item.border-form {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form__grid-title {
    position: relative;
    top: -25px;
    font-size: 22px;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 5px;
    margin: 40px 0 20px;
}

.adress__grid {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    grid-gap: 20px;
}

.adress__grid-item {
    text-align: left;
}

.adress__grid-item h6 {
    margin-top: 25px;
}

.adress__title {
    position: relative;
}

.adress__title h3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    font-size: 22px;
}

.adress__title h3 > span {
    font-size: 13px;
    margin: 0 0 0 15px;
    padding: 0;
}

.adress__title a {
    text-decoration: underline;
}

/* Contact Area */

#contact-area {
    padding-top: 100px;
}

.contact-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.contact-area-info {
    flex-basis: calc(30% - 10px);
}
.contact-area-quest {
    flex-basis: calc(70% - 10px);
}

.contact-box {
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 15px;
}

.contact-box h5 {
    font-size: 18px;
}

.contact-box p {
    font-size: 14px;
    color: #777;
}

.contact-box p b {
    color: rgb(58, 58, 58);
}

.contact-box .btn {
    margin: 10px 0 20px 0;
}

.contact-box .btn a {
    color: #000;
}

.contact-box .btn a:hover {
    color: #000;
}

.box-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.box-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 2px;
    background-color: var(--MainColor);
}

.text-section {
    margin-top: 150px;
}

.text__main-title {
    margin-bottom: 20px;
    font-size: 26px;
}

.text__title {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 24px;
}

.text__text {
    font-size: 14px;
}

.sss-section {
    margin-top: 120px;
    padding: 50px 0;
    min-height: 100vh;
}

.sss__main-title {
    position: relative;
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ddd;
}

.sss__main-title::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 3px;
    background-color: #8224e3;
}

.sss__title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #010101;
    border-bottom: 4px solid #ddd;
    padding-bottom: 15px;
}

.sss-contant {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(
    auto-fill, minmax(380px, 2fr)
    );
    grid-gap: 25px;
    min-height: 500px;
}

.sss-contant .accordion h1 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #666;
}

.sss-contant .accordion p {
    font-size: 12px;
    padding: 15px 0;
    margin: 0;
}

.sss-contant .accordion p.active {
    display: block;
}

/*Checkboxes styles*/
.rememberMe { display: none; }

.rememberMe + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.rememberMe + label:last-child { margin-bottom: 0; }

.rememberMe + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #8224e3;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.rememberMe:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.address-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.address-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.blocker {
    z-index: 100 !important;
}

.modal {
    width: auto;
    height: auto;
}

#contact-modal {
    display: flex;
    flex-direction: column;
}

.contact-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.contact-modal__header h2 {
    margin: 0;
    font-size: 24px;
}

.contact-modal__body .row {
    margin-bottom: 20px;
}

.contact-modal__footer {
    display: flex;
    justify-content: center;
}

.modal-btn {
    border: 1px solid transparent;
    padding: 7px 5px;
    border-radius: 3px;
    margin-left: 15px;
    transition: all .2s;
}

.modal-submit {
    background-color: #000;
    color: #fff;
}

.modal-submit:hover {
    border-color: #000;
    background-color: #fff;
    color: #000;
}

.modal-close {
    background-color: #fff;
    color: #000;
}

.modal-close:hover {
    background-color: #000;
    color: #fff;
}

.contact-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-recaptcha {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.g-recaptcha span {
    display: block;
    margin-right: 15px;
}


.kosular-box {
    border: 1px solid #ddd;
    padding: 15px;
    max-height: 250px;
    overflow-Y: scroll;
    display: none;
    margin-top: 10px;
}

.notices {
    margin-top: 20px;
}

.notices-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.notices-list__item {
    flex-basis: 100%;
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.notices-list__item h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.notices-list__item p {
    margin-bottom: 5px;
    color: #777;
}

.notices-list__item .notices-info {
    text-align: right;
    margin-top: 20px;
}

.notices-list__item .notices-info span {
    font-weight: bold;
}

.notices-details__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding: 5px 15px;
}

.notices-details__content {
    padding: 5px 15px;
}

.notices-footer__date {
    font-weight: bold;
}

.swal2-confirm {
    background: transparent !important;
    color: #000 !important;
}

.swal2-confirm a {
    color: #000;
}

.swal2-title {
    padding: 25px 25px 0 25px !important;
}

.swal2-title strong {
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 22px !important;
}

.swal2-actions {
    margin: 0 !important;
}


#dateInput[readonly] {
    background: #fff !important;
}

.g-recaptcha {
    border: 1px solid #8224e3;
    background: #fff;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 20px;
    margin-left: 10px;
}

.g-recaptcha:hover {
    border-color: #8224e3;
    background: #8224e3;
}


#WAButton {
    z-index: 200;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #8224e3 !important;
    border-color: #8224e3 !important;
}

.cart-main-wrapper {
    margin-top: 50px;
}
