/* FONTS */

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-black.eot');
    src: url('../fonts/cairo-black.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-black.woff2') format('woff2'), url('../fonts/cairo-black.woff') format('woff'), url('../fonts/cairo-black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-bold.eot');
    src: url('../fonts/cairo-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-bold.woff2') format('woff2'), url('../fonts/cairo-bold.woff') format('woff'), url('../fonts/cairo-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-extralight.eot');
    src: url('../fonts/cairo-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-extralight.woff2') format('woff2'), url('../fonts/cairo-extralight.woff') format('woff'), url('../fonts/cairo-extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-light.eot');
    src: url('../fonts/cairo-light.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-light.woff2') format('woff2'), url('../fonts/cairo-light.woff') format('woff'), url('../fonts/cairo-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-regular.eot');
    src: url('../fonts/cairo-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-regular.woff2') format('woff2'), url('../fonts/cairo-regular.woff') format('woff'), url('../fonts/cairo-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-semibold.eot');
    src: url('../fonts/cairo-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-semibold.woff2') format('woff2'), url('../fonts/cairo-semibold.woff') format('woff'), url('../fonts/cairo-semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/*  1. LOADER
====================================*/

#loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 99999;
}

#loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#loader .loader-svg {
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#loader .loader-svg .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

#loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

@keyframes loader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}


/*  3. MAIN ELEMENTS
====================================*/

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-height: 100%;
}

body {
    background-color: #F8F1EA;
    min-height: 100%;
    color: #272625;
    font-size: 15px;
    line-height: 1.46;
    font-family: 'Cairo', sans-serif;
    font-weight: normal;
    position: relative;
}

p {
    margin-bottom: 1rem;
}

strong,
b {
    font-weight: 600;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    transition: all 0.15s cubic-bezier(0.1, 0.2, 0.8, 1);
}

a:hover {
    text-decoration: none;
    transition: all 0.15s cubic-bezier(0.1, 0.2, 0.8, 1);
}

hr {
    border: 0;
    border-top: 1px dashed #C3996F;
    margin: 30px 0;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -user-select: none;
    pointer-events: none;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}


/*------------------------------------*\
  #HEADING
  \*------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    line-height: 1.2;
    color: #393939;
    font-weight: bold;
    margin-bottom: 1rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: none;
    color: inherit;
}

h1,
.h1 {
    font-size: 2rem;
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 15px;
}

.page-title,
.subtitle {
    position: relative;
    font-size: 36px;
    font-weight: 300;
    color: #D6B696;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding: 1rem 0;
}

.subtitle {
    text-align: center;
    top: -0.5rem;
}

.subtitle::before,
.subtitle::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 1rem;
    background-color: #624FAE;
}

.subtitle::before {
    top: 0;
}

.subtitle::after {
    bottom: 0;
}

.link {
    display: inline-block;
    text-decoration: underline;
}

.link:hover {
    text-decoration: underline;
    color: #624FAE;
}

.page-payment .payment {
    background: #624fae;
    color: #fff;
}

.page-payment .payment h1 {
    color: #fff !important;
}

#prdModal form .property .custom-control.custom-radio {
    text-align: left;
}

#prdModal form .property .custom-control-label {
    width: 200px;
    display: block;
    margin: 0 auto;
}

@media(max-width:767px) {

    h1,
    .h1,
    #hero .h-body .h-title {
        font-size: 1.75rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }
}

.icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    vertical-align: -.15em;
}

.icon-sm {
    width: .875rem;
    height: .875rem;
}

.icon-md {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -.25em;
}

.icon-lg {
    width: 58px;
    height: 58px;
}

.icon-map-marker {
    width: 28px;
    height: 38px;
}

.icon-secure-payment {
    width: 44px;
    height: 58px;
}

.icon-pay-at-door {
    width: 58px;
    height: 50px;
}

.color-primary {
    color: #624FAE;
}

.color-secondary {
    color: #B89A78;
}

.color-white {
    color: #fff;
}

.color-dark {
    color: #000;
}

.color-success {
    color: #00cf6e
}

.color-alert {
    color: #f23d3d
}

.color-warning {
    color: #fe9923;
}

.color-danger {
    color: #EE1B24 !important;
}

.btn-primary {
    color: #fff;
    background-color: #624FAE;
    border-color: #624FAE;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
    background-color: #b9b0df;
    color: #544f6a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4b3996;
    border-color: #4b3996;
}

.btn-secondary {
    color: #fff;
    background-color: #B89A78;
    border-color: #B89A78;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #A5835D;
    border-color: #A5835D;
}

.btn-info {
    color: #fff;
    background-color: #2F80ED;
    border-color: #2F80ED;
}

.btn-info:hover {
    color: #fff;
    background-color: #226ed4;
    border-color: #226ed4;
}

.btn-success {
    color: #fff;
    background-color: #27AE60;
    border-color: #27AE60;
}

.btn-success:hover {
    color: #fff;
    background-color: #1d9c53;
    border-color: #1d9c53;
}

.btn-warning {
    color: #fff;
    background-color: #e48e3c;
    border-color: #e48e3c;
}

.btn-warning:hover {
    color: #fff;
    background-color: #cc7b2f;
    border-color: #cc7b2f;
}

.btn-danger {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d20000;
    border-color: #d20000;
}

.bg-secondary {
    color: #fff;
    background-color: #B89A78;
}

.bg-info {
    color: #fff;
    background-color: #2F80ED;
}

.bg-warning {
    color: #fff;
    background-color: #e48e3c;
}

.bg-success {
    color: #fff;
    background-color: #27AE60;
}

.bg-danger {
    color: #fff;
    background-color: #ff0000;
}

.alert-header {
    z-index: 8100;
    position: relative;
}


/*  Header  */

.header {
    padding: 1rem 0;
    transition: all 0.3s;
}

.header .container {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.logo {
    display: inline-block;
}

.header-menu,
.header-menu_link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}

.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu_item {
    padding-left: 1.5rem;
}

.header-menu_link {
    color: #000000;
    font-size: 1rem;
}

.dropdown-user {
    left: auto;
    right: 0;
    min-width: 7rem;
}

.header-cart__count {
    display: inline-block;
    position: absolute !important;
    top: -10px;
    left: 2.125rem;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
    background-color: #624FAE;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(98, 79, 174, 0.3);
}

.dropdown-cart {
    left: auto;
    right: 0;
}

.dropdown-cart {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-width: 0;
    min-width: 20rem;
}

.cart-list {
    height: 20rem !important;
    width: 100% !important;
    padding: 0 0.75rem;
}

.cart-item {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0;
}

.cart-item:last-child {
    border-bottom: 0;
}

.cart-item__image {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.cart-item__body {
    padding-left: 1rem;
    -ms-flex: 0 0 55%;
    -webkit-flex: 0 0 55%;
    flex: 0 0 55%;
}

.cart-item__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.cart-item__price span {
    display: inline-block;
    margin-right: 0.25rem;
    text-transform: uppercase;
}

.cart-item .cart-quantity {
    color: #999;
}

.cart-item .cart-quantity:after {
    content: "x";
    margin-left: 0.25rem;
    font-size: 90%;
}

.cart-item .cart-price {
    font-weight: 500;
}

.cart-item .cart-price:after {
    content: attr(data-currency);
    margin-left: 0.25rem;
    font-size: 90%;
}

.cart-item_close {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: right;
}

.btn-remove {
    padding: 0;
}

.btn-remove_icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #A88B6E;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 10px #E0CEBD;
    transition: all 0.3s;
}

.btn-remove_icon .icon {
    width: .875rem;
    height: .875rem;
}

.btn-remove_icon:hover {
    color: #fff;
    background-color: #A88B6E;
}

.dropdown-cart .cart-total {
    padding: 0 0.75rem;
}

.dropdown-cart .table {
    margin: 0;
}

.dropdown-cart .table>tbody>tr>td {
    border: none;
    padding: 0.5rem 0;
    color: #3e444a;
    text-transform: capitalize;
    font-size: 14px;
    vertical-align: top;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 1px solid #ebebeb;
}

.dropdown-cart .table>tbody>tr:last-child td {
    border-bottom: 0;
}

.cart-min-alert {
    text-align: center;
    padding: 0.75rem;
    color: #EE1B24 !important;
    background-color: #ffc8cb;
}

.btn-toggler {
    position: relative;
    height: 1.5rem;
    width: 2rem;
    padding: 0;
    border: 0;
    vertical-align: -0.25rem;
}

.btn-toggler i {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    transition: all .4s;
    border-radius: 1rem;
    background-color: #624FAE;
}

.btn-toggler i:nth-child(2) {
    top: 10px;
    transition: all 0s;
}

.btn-toggler i:nth-child(3) {
    top: 18px;
}

.menu--open,
.menu--open body,
.aside-cart--open,
.aside-cart--open body {
    overflow: hidden;
}

.menu--open .btn-toggler,
.btn-toggler.active {
    z-index: 19999;
}

.menu--open .btn-burger i {
    left: 1px;
    background: #624FAE;
}

.menu--open .btn-burger i:first-child,
.btn-toggler.active i:first-child {
    top: 13px;
    left: 1px;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}

.menu--open .btn-burger i:nth-child(2),
.btn-toggler.active i:nth-child(2) {
    opacity: 0;
    left: 60px;
}

.menu--open .btn-burger i:nth-child(3),
.btn-toggler.active i:nth-child(3) {
    top: 13px;
    width: 100%;
    -wekit-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
}

.menu--open .bg-navbar {
    visibility: visible;
    z-index: 5999;
    opacity: 0.8;
}

.bg-navbar,
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.nav {
    overflow-y: auto;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 1rem 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: #624FAE;
}

.nav-list {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    opacity: 0;
}

.nav-item {
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.nav-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 1rem;
    position: relative;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.nav-link_image {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 1rem;
}

.nav-link_image img {
    border-radius: 0.25rem;
}

.nav-link_text {
    -webkit-flex: 0 0 70%;
    flex: 0 0 70%;
    transition: transform 0.3s;
}

.nav-link:hover .nav-link_text {
    transform: translateX(10px);
}

.menu--open .header {
    position: relative;
    z-index: 9999;
    background-color: #F8F1EA;
}

.menu--open .nav {
    z-index: 8000;
    visibility: visible;
    opacity: 1;
}

.menu--open .nav-list {
    opacity: 1;
}

.bg-overlay.active {
    opacity: 0.75;
    z-index: 7000;
    visibility: visible;
}


/* Quantity Buttons */

.qty-wrapper,
.qty-btns {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}

.qty-btn {
    font-size: 12px;
    color: #624FAE;
    cursor: pointer;
    padding: 0;
    position: relative;
    border-radius: 50%;
    border-color: #DEC5AD;
    background-color: transparent;
    width: 36px;
    height: 36px;
    transition: all 0.4s;
}

.qty-btn:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}

.qty-input {
    width: 2.5rem;
    text-align: center;
    border: 0;
    padding: 3px 5px;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    color: #624FAE;
    background-color: transparent;
}

.desktop .qty-input {
    -moz-appearance: textfield;
}

.desktop .qty-input::-webkit-outer-spin-button,
.desktop .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-label {
    color: #393939;
    font-size: 12px;
    position: absolute;
    bottom: -0.875rem;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.aside-cart {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 24rem;
    top: 0;
    bottom: 0;
    background-color: #F8F1EA;
    box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
    transform: translateX(100%);
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    z-index: 10000;
}

.aside-cart-loading:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.944 12.979c-.489 4.509-4.306 8.021-8.944 8.021-2.698 0-5.112-1.194-6.763-3.075l1.245-1.633c1.283 1.645 3.276 2.708 5.518 2.708 3.526 0 6.444-2.624 6.923-6.021h-2.923l4-5.25 4 5.25h-3.056zm-15.864-1.979c.487-3.387 3.4-6 6.92-6 2.237 0 4.228 1.059 5.51 2.698l1.244-1.632c-1.65-1.876-4.061-3.066-6.754-3.066-4.632 0-8.443 3.501-8.941 8h-3.059l4 5.25 4-5.25h-2.92z' fill='%23fff' /%3E%3C/svg%3E");
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 24px;
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    z-index: 97;
    -webkit-animation: spinner 1s linear infinite;
    -moz-animation: spinner 1s linear infinite;
    -ms-animation: spinner 1s linear infinite;
    -o-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite;
}

.aside-cart-loading:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.aside-cart__top {
    padding: 1.25rem 1rem;
    background: #624FAE;
    color: #fff;
    position: relative;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.aside-cart__title {}

.aside-cart__info {
    color: #fff;
    margin-bottom: 0.25rem;
}

.aside-cart__close {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    padding: 0.5rem;
}

.aside-cart__body {
    padding: 0 1rem;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.aside-cart__list {}

.aside-cart__bottom {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 1rem;
    border-top: 1px solid #DABEA1;
}

.aside-cart__total {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 0.75rem;
}

.aside-cart__total-label {
    font-weight: 500;
}

.aside-cart__total-price {
    font-weight: bold;
}

.aside-cart__total-amount {}

.aside-cart__total-currency {}

.aside-cart__action {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0.75rem;
    padding: 0.75rem;
    border-top: 1px dashed #DABEA1;
}

.aside-cart__action .btn {
    margin: 0 0.25rem;
}

.aside-cart .cart-item {
    position: relative;
    border-bottom: 1px dashed #DABEA1;
}

.aside-cart .cart-item__image {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.aside-cart .cart-item__body {
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
}

.aside-cart .cart-item__remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.aside-cart .cart-item__remove .btn-remove_icon {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}

.aside-cart--open .aside-cart {
    transform: translateX(0);
}


/* Slider */

.home-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.home-slider:before,
.home-slider:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}

.home-slider:before {
    top: 0;
    height: 20%;
    background: -webkit-linear-gradient(top, rgba(98, 79, 174, 1) 0%, rgba(98, 79, 174, 0) 100%);
    background: linear-gradient(to bottom, rgba(98, 79, 174, 1) 0%, rgba(98, 79, 174, 0) 100%);
}

.home-slider:after {
    bottom: 0;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(98, 79, 174, 0) 0%, rgba(98, 79, 174, 0.15) 15%, rgba(98, 79, 174, 1) 100%);
    background: linear-gradient(to bottom, rgba(98, 79, 174, 0) 0%, rgba(98, 79, 174, 0.15) 15%, rgba(98, 79, 174, 1) 100%);
}

.home-slider .slick-list {
    margin: 0 -3px;
}

.home-slider .slick-slide {
    margin: 0 3px;
}

.slider-image {
    max-width: inherit;
}

#search-branch-list {
    display: none;
}

.choose-branch {
    position: relative;
    z-index: 2;
    margin-top: -11.375rem;
}

.choose-branch_wrap {
    text-align: center;
}

.choose-branch_title {
    font-size: 2.5rem;
    color: #fff;
    font-weight: normal;
}

.choose-branch_content {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.home-branch_form {
    max-width: 800px;
    margin: 0 auto;
}

.choose-branch .text-icon_input {
    padding: 1rem;
}

.branch-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #DABEA1;
}

.branch-item_body {}

.branch-item_title {
    margin-bottom: 0.25rem;
}

.branch-item_area {
    color: #B18F6A;
    display: block;
    margin-bottom: 5px;
}

.branch-item_date {
    display: block;
    margin-bottom: 5px;
}

.branch-item_status-active {
    color: #009023;
    display: block;
    margin-bottom: 5px;
}

.branch-item_status-passive {
    color: #ff0000;
    display: block;
    margin-bottom: 5px;
}

.branch-item_icon {
    transition: transform 0.3s;
}

.branch-item:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}

.branch-item:hover .branch-item_icon {
    transform: translateX(0.5rem);
}

.campaign-slider .slick-slide {
    padding: 0.5rem;
}

.campaign-item,
.campaign-item_image {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 30px;
}

.campaign-item:hover {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
}


/* Search */

.block-search {
    position: relative;
    padding: 1.5rem 0 0.5rem;
    margin-top: 1.5rem;
    background-color: #E2DBFF;
}

.search-wrap {
    position: relative;
    margin-top: -3rem;
}

.searchbar {
    position: relative;
    margin-bottom: 0.5rem;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    color: #624FAE;
    transform: translateY(-50%);
    padding: 0 1.25rem;
}

.search-input {
    padding: 1.5rem 1rem 1.5rem 4.5rem;
    font-size: 18px;
    border-width: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.search-fltr {
    padding: 15px 15px 15px 0;
    width: 100%;
    width: calc(100% + 15px);
}

.fltr-list,
.submenu-list {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fltr-list li,
.submenu-list li {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fltr-list li:first-child {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.fltr-list li+li {
    padding-left: 1rem;
}

.fltr-label {
    padding: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    background-color: #624FAE;
    border-radius: 50%;
}

.fltr-link {
    width: 100%;
    color: #5C5C5C;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #fff;
    border-color: #fff;
}

.fltr-link:hover {
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.16);
}

.fltr-link.active {
    color: #fff;
    background-color: #624FAE;
    border-color: #624FAE;
}

.search-fltr .ps__rail-x,
.search-fltr .ps__rail-y,
.submenu-wrap .ps__rail-x,
.submenu-wrap .ps__rail-y {
    display: none !important;
}


/* Social */

.social-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center !important;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: row !important;
    flex-direction: row;
}

.social-menu li {}

.social-menu li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    color: #000000;
    white-space: nowrap;
    line-height: 1;
    padding: 0 0.5rem;
    transition: all 0.3s linear;
    margin-left: 0.25rem;
    margin-bottom: 0.375rem;
}

.social-menu_icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: #624FAE;
    border-radius: 50%;
}

.social-menu_text {
    margin-left: 0.5rem;
}

.social-menu_label {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    margin-left: 1rem;
    margin-bottom: 0;
}


/* Footer */

.footer {}

.footer-body {
    position: relative;
    color: #fff;
    padding: 1.5rem 0;
    background-color: #624FAE;
}

.footer .social-menu li {
    width: 100%;
    padding: 0.25rem 0;
}

.footer .social-menu li a {
    color: #fff;
}

.footer .social-menu .social-menu_icon {
    color: #624FAE;
    background-color: #fff;
}

.footer-title {
    color: #fff;
}

.footer-menu,
.policy-list {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    padding: 0.25rem 0;
}

.footer-menu li a {
    display: inline-block;
    position: relative;
}

.footer-menu li a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .4s cubic-bezier(.215, .61, .355, 1);
}

.footer-menu li a:hover:after {
    width: 100%;
}

.footer-col {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    width: 100%;
}

.policy-list {
    margin: 0;
}

.policy-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center;
}

.policy-item+.policy-item {
    margin-top: 1.5rem;
}

.policy-item_icon {
    width: 80px;
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    text-align: left;
}

.policy-item_title {
    color: #fff;
    margin-bottom: 0.375rem;
}

.footer-phone {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    color: #624FAE;
    font-weight: bold;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.footer-phone_label {
    display: block;
    font-size: 14px;
}

.footer-phone_number {
    font-size: 26px;
    line-height: 1;
    color: #624FAE;
    display: inline-block;
}

.footer-bottom {
    padding: 0.5rem 0;
    font-size: 13px;
}

.egegen {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-top: -1.75rem;
}

.egegen-logo {
    padding: 0.25rem;
    background-color: #F8F1EA;
    border-radius: 50%;
}

.egegen-logo img {
    width: 42px;
    height: 42px;
}


/* Kategoriler */

.main {
    margin-bottom: 3rem;
}

.category {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #DABEA1;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.category-image {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.category-image img {
    border-radius: 8px;
    width: 100%;
}

.category-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.category-title,
.category-title .icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.category-title {
    position: relative;
    font-size: 21px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: -1.5rem;
    min-width: 80%;
    background-color: #F8F1EA;
    border-bottom: 1px dashed #C3996F;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.category-title .icon {
    width: 20px;
    height: 20px;
    color: #D6B696;
    border: 1px solid #D6B696;
    border-radius: 50%;
    margin-right: 1rem;
    transition: transform 0.3s linear;
}

.category:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}

.category:hover .category-title .icon {
    transform: translateX(0.5rem);
}


/* Sub Menu */

.submenu {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
}

.submenu-wrap {
    width: 100%;
    padding: 0.5rem 1rem;
}

.submenu-list li {
    text-align: center;
    padding: 0.0.5rem;
}

.submenu-link {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    color: #666666;
    text-align: center;
    padding: 0.75rem 0;
    border-radius: 1.5rem;
}

.submenu-link:hover,
.submenu-link.active {
    color: #624FAE;
}

.submenu-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 5px;
    background-color: #624FAE;
}


/* Product */

.product {
    position: relative;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px dashed #C3996F;
}

.product-title {
    font-weight: 600;
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    padding-right: 4rem;
    margin-bottom: 0.5rem;
}

.product-body {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.product-image {
    max-width: 145px;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    height: 140px;
    margin-right: 1rem;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.product-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 15px;
    color: #000;
}

.product-price {
    font-size: 18px;
    color: #272625;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
}

.product-ext {
    max-width: 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    margin-left: 1rem;
}

.btn-add {
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 1;
    color: #fff;
    background-color: #624FAE;
    border-color: #624FAE;
    box-shadow: 5px 5px 10px rgba(98, 79, 174, 0.33);
    border-radius: 50%;
}

.btn-add .icon {
    width: 16px;
    height: 16px;
}


/* Product Modal */

.modal-product {
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    display: none;
    padding: 4rem 0 0 0;
    background-color: transparent;
}

.mfp-wrap .modal-product {
    display: block;
}

.modal-product .mfp-close,
.modal .mfp-close {
    width: 42px;
    height: 42px;
    color: #000;
    background-color: #FFE5D4;
    border-radius: 50%;
    top: 2.75rem;
    right: 1.5rem;
    opacity: 1;
    transition: all 0.3s;
}

.modal-product .mfp-close:hover,
.modal .mfp-close:hover {
    background-color: #e6c9b5;
}

.product-modal {
    border-radius: 1rem;
    background-color: #FFEBE0;
    text-align: center;
    padding: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='213.658' viewBox='0 0 380 213.658'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M4158,2948.087s69.1-94.744,202.023-73.959,177.915-29.176,177.958-56.358,0-83.341,0-83.341H4160.708Z' transform='translate(576 50.079)' fill='%23f2e2d9'/%3E%3C/clipPath%3E%3ClinearGradient id='b' x1='1.243' y1='0.202' x2='-0.149' y2='0.115' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ffebe0'/%3E%3Cstop offset='1' stop-color='%23ffd7b5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(-4734 -2784.508)' clip-path='url(%23a)'%3E%3Cpath d='M14,0H363a14,14,0,0,1,14,14V349a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V14A14,14,0,0,1,14,0Z' transform='translate(4737 2785)' fill='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
}

.pm-image {
    margin-bottom: 1rem;
}

.modal-product.with-image .pm-image {
    margin-top: -8rem;
}

.pm-image img {
    border-radius: 8px;
    max-width: 250px;
}

.modal-product .pm-title {
    font-weight: 600;
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.pm-content {
    font-size: 14px;
    max-width: 25rem;
    margin: 0 auto 1rem auto;
}

.pm-price {
    font-size: 1.5rem;
    margin: 0 auto .5rem auto;
}

.pm-price .custom-control {
    margin-right: 1rem;
}

.pm-price .custom-control-label {
    line-height: 1.5rem;
    font-size: 1.25rem;
}

.pm-qty {
    margin-bottom: 3.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #C3996F;
    max-width: 20rem;
    margin: 0 auto 3.5rem auto;
}

.pm-button {
    position: relative;
}

.pm-button .btn-add {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.modal-product.with-image .product-modal {
    padding-top: 0.1rem;
}

.modal-product.with-image .pm-image {
    margin-top: -3rem;
}

.predictive {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
    padding: 1rem;
    z-index: -1;
}

.predictive-title {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 1rem;
}

.predictive-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 300px;
}

.predictive-list li {
    border-bottom: 1px dashed #C6C6C6;
}

.predictive-list li:last-child {
    border-bottom: 0;
}

.predictive-item {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #000000;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.predictive-item .image img {
    border-radius: 8px;
    max-width: 60px;
    max-height: 60px;
}

.predictive-item .title {
    font-size: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
}

.predictive-item:hover {
    background-color: #F8F1EA;
}

.predictive--active .predictive {
    z-index: 9999;
    display: block;
}


/* Page Cookie */

.page-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #000000;
    opacity: .9;
}

.page-cookie .grid-center {
    padding: 8px 15px;
}

.page-cookie .cookie-text {
    font-size: 12px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 0;
    padding-right: 40px;
}

.page-cookie .cookie-text a {
    color: #fff;
    font-weight: bold;
}

.page-cookie .btn {
    border-radius: 0;
    padding: 8px 2rem;
}

.card-member {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 30rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu li {
    padding: 0 0.5rem;
}

.sidebar-menu li a {
    position: relative;
    display: block;
    color: #3C3C3C;
    line-height: 1.3;
    padding: 12px 0;
    border-bottom: 1px dashed #C3996F;
}

.sidebar-menu li:last-child a {
    border-bottom-width: 0;
}

.sidebar-menu li a:hover,
.sidebar-menu li a:focus {
    text-decoration: none;
}

.sidebar-menu li.active a,
.sidebar-menu li a.active {
    font-weight: bold;
}


/* Adreslerim */

.address-item {
    margin-bottom: 30px;
}

.address-item__body {
    padding: 15px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.address-item__title {
    font-size: 1rem;
    font-weight: bold;
}

.address-item__actions {
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
    margin-top: 15px;
}

.address-item__actions a {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
}

.address-item__actions a i {
    margin-right: 5px;
}

.address-item:last-child .address-item__body {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.address-item:last-child .address-item__body i {
    font-size: 3rem;
}

.address-item:last-child .address-item__body span {
    display: block;
    font-weight: bold;
    padding: 10px;
}

.address-item:last-child .address-item__body {
    color: #000000;
}

.address-item:last-child .address-item__body:hover {
    text-decoration: none;
}

.address-default .address-item__body {
    border-color: #624FAE;
}

.address-danger {
    padding: 10px;
    margin: 0;
    color: red;
}

/* Siparişlerim */

.order-table {}

.order-head {
    -ms-display: flex;
    -webkit-display: flex;
    display: flex;
    padding: 10px;
    width: 100%;
}

.order-head>* {
    padding: 0 5px;
    font-weight: bold;
    color: #000000;
    font-size: 13px;
}

.order-table .order-no {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-left: 0;
}

.order-table .order-title {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.order-table .order-date {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
}

.order-table .order-status {
    -webkit-flex: 0 0 15%;
    flex: 0 0 15%;
}

.order-table .order-payment {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.order-table .order-actions {
    -webkit-flex: 0 0 10%;
    flex: 0 0 10%;
    text-align: right;
}

.order-list .order-item {
    margin-bottom: 10px;
}

.order-list .order-item-inner {
    -webkit-display: flex;
    display: flex;
    width: 100%;
    color: #ffffff;
    padding: 10px;
    border-radius: 0.5rem;
    cursor: pointer;
}

.order-list .order-item-inner>* {
    font-size: 13px;
    line-height: 1.3;
    display: table-cell;
    padding: 0 5px;
}

.order-list .order-item-inner>.order-actions {
    font-size: 14px;
}

.order-list .order-item-inner>.order-actions i {
    display: inline-block;
    font-size: 1.25rem;
    transform: rotate(0);
}

.order-list .order-item-inner {
    background-color: #E2DBFF;
    color: #000;
}

.order-list .order-item-inner.show:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.441' height='7.663' viewBox='0 0 11.441 7.663'%3E%3Cpath d='M9.043,25.484l4.635-5.5a1.085,1.085,0,0,0-.831-1.782H3.577a1.086,1.086,0,0,0-.831,1.782l4.635,5.5A1.1,1.1,0,0,0,9.043,25.484Z' transform='translate(-2.493 -18.2)' fill='%23ffffff'/%3E%3C/svg%3E");
}

.order-list .order-item-inner.show {
    background-color: #624FAE;
    color: #fff;
}

.order-list .order-item-inner.collapsed .order-actions i {
    transform: rotate(180deg);
}

.order-detail {
    margin-top: 10px;
}

.order-detail .order-box {
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 0.5rem;
    margin-bottom: 15px;
}

.order-detail .order-box h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.order-detail .order-box p {
    font-size: 13px;
}

.order-detail .order-detail-title {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.order-detail .order-detail-title a {
    color: inherit;
}

.order-detail .order-box .media {
    margin-bottom: 1rem;
    align-items: center;
}

.order-detail .order-box .media .media-left {
    margin-right: 15px;
    max-width: 30%;
}

.order-detail .order-box .media .media-left a {
    display: block;
    height: 100%;
}

.order-detail .order-box .media .media-left img {
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    max-width: 100px;
    object-fit: cover;
}

.order-detail .order-box .media .title {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.order-detail .order-box .media .title a {
    color: inherit;
}

.order-detail .order-box .media p {
    margin-bottom: 0;
}

.order-detail .hsbmSpan {
    display: block;
    color: #3C3C3C;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.order-detail .hsbmSpan strong {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    font-weight: 600;
}

.order-detail .hsbmSpan strong:after {
    content: ':';
    float: right;
    color: #3C3C3C;
    font-size: 13px;
}

.order-detail .hsbmTutar {
    display: block;
    color: #3C3C3C;
    margin-bottom: 5px;
}

.order-detail .hsbmTutar.total {
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    margin-top: 10px;
}

.order-detail .hsbmTutar strong {
    float: right;
}

.order-detail .order-box .hsbmTutar {
    font-size: 13px;
    line-height: 20px;
}

.order-detail .figure-img {
    display: inline-block;
    padding: 10px;
    background-color: #f2f2f2;
}

.order-detail .figure-img img {
    max-width: 120px;
}

.order-not-found {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 0;
}

.order-not-found .order-icon {
    background-image: url(../img/order_not_found.svg);
    background-repeat: no-repeat;
    width: 170px;
    height: 198px;
    margin-bottom: 21px;
}

.order-not-found .order-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    color: #484848;
    margin-bottom: 15px;
}

.footer-title:after {
    top: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.441' height='7.663' viewBox='0 0 11.441 7.663'%3E%3Cpath d='M9.043,25.484l4.635-5.5a1.085,1.085,0,0,0-.831-1.782H3.577a1.086,1.086,0,0,0-.831,1.782l4.635,5.5A1.1,1.1,0,0,0,9.043,25.484Z' transform='translate(-2.493 -18.2)' fill='%23f8f1ea'/%3E%3C/svg%3E");
}


/* İletişim Sayfası */

.contact-item {
    padding-bottom: 2rem;
}

.contact-item p {
    position: relative;
    padding-left: 2rem;
}

.contact-item p:last-child {
    margin-bottom: 0;
}

.contact-item_icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #624FAE;
}

.contact-item_icon .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.embed-map::before {
    padding-top: 308px;
}

.modal {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0 0 0;
    background-color: transparent;
}

.modal-body {
    border-radius: 1rem;
    background-color: #FFEBE0;
    padding: 1rem;
}

.modal-md {
    max-width: 650px;
}

.modal-lg {
    max-width: 960px;
}

.modal-xl {
    max-width: 1270px;
}

.btn-feedback {
    position: fixed;
    top: 40%;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 999;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
}

.modal-feedback {
    max-width: 650px;
}


/*  CROSS BROWSER
====================================*/


/*Internet Explorer */

.ie_11 .quickview,
.msie .quickview {
    width: 100%;
    max-width: 1140px;
}

.ie_11 .figure-img {
    overflow: visible;
}


/* IE-10 */

.msie .pd-bttns .btn {
    padding-left: 15px;
}


/* Safari */

.safari .form-control,
.safari .btn {
    line-height: normal;
}

#WorkShops {
    background: linear-gradient(180deg, #993181 68%, #F8F1EA 32%);
    margin-top: 20px;
    margin-bottom: 60px;
}

#WorkShops .upside {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

#WorkShops .upside .col-lg-3 {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    max-width: 22%;
}

#WorkShops .upside .col-lg-9 {
    -ms-flex-preferred-size: 77%;
    flex-basis: 77%;
    max-width: 77%;
}

#WorkShops .upside .workshop-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

#WorkShops .upside .workshop-logo::after {
    content: "";
    width: 1px;
    height: 150px;
    background-color: #FFFFFF;
    margin-left: 40px;
    position: relative;
    display: block;
}



#WorkShops .upside .workshop-text .workshop-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

#WorkShops .upside .workshop-text .workshop-title h4 {
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Cairo';
    font-weight: bold;
    margin-bottom: 0.7rem;
}

#WorkShops .upside .workshop-text .workshop-title a {
    color: #FFFFFF;
    text-decoration: underline;
    font-family: 'Cairo';
    font-style: normal;
    font-size: 14px;
}



#WorkShops .upside .workshop-text .workshop-info p {
    margin-bottom: 0;
    color: #FFFFFF;
    line-height: 30px;
    font-family: 'Cairo';
    font-style: normal;
}




#WorkShops .downside .workshopSwiper {
    width: 100%;
    height: 100%;
}

#WorkShops .swiper-pagination-fraction,
#WorkShops .swiper-pagination-custom,
#WorkShops .swiper-horizontal>.swiper-pagination-bullets,
#WorkShops .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#WorkShops .swiper-pagination-bullet {
    background: #993181;
    opacity: 1;
    transform: scale(0.8);
}

#WorkShops .swiper-pagination-bullet-active {
    transform: scale(1.8);
    background: #993181;

}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide {
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard {
    width: 298px;
    height: 405px;
    max-width: 100%;
    max-height: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea img {
    padding: calc(1rem - 2px);
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .expTime {
    width: 270px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    background: #F8F1EA;
    border-radius: 23px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: calc((-7% - (1rem - 2px)));
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .dateW {
    color: #000000;
    margin: 0;
    font-size: 13px;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .dateW::before {
    content: url(../img/calendar.svg);
    margin-right: 4px;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .timeW {
    color: #000000;
    margin: 0;
    font-size: 13px;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .timeW::before {
    content: url(../img/time.svg);
    margin-right: 4px;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding-bottom: 1.5rem;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea h5 {
    color: #000000;
    font-size: 17px;
    font-family: 'Cairo';
    font-weight: bold;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea span.downside {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea span.downside a {
    color: #654DB3;
    font-size: 14px;
    font-family: 'Cairo';
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea span.downside span.buttonW {
    width: 124px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    background: #654DB3;
    border-radius: 5px;
}

#WorkShops .downside .workshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea span.downside span.buttonW a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Cairo';
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.linkW {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#WorkShopTitle .titleArea {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}

#WorkShopTitle .titleArea h4 {
    color: #D6B696;
    font-size: 36px;
    font-family: 'Cairo';
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

#WorkShopTitle .titleArea h5 {
    color: #000000;
    font-size: 26px;
    font-family: 'Cairo';
    font-weight: bold;
    font-style: normal;
    text-align: center;
}


#WorkShopInfo .imgCol .valueW {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    margin-top: 1rem;
}

#WorkShopInfo .imgCol .valueW .buttonW {
    width: 251px;
    height: 56px;
    max-width: 50%;
    max-height: 50%;
    display: flex;
    background-color: #993181;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#WorkShopInfo .imgCol .valueW .buttonW a {
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#WorkShopInfo .imgCol .valueW .infoW {
    border-radius: 5px 0px 0px 5px;
    background-color: #F8F5FF;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 50%;
    height: 56px;
    max-height: 100%;
    align-items: center;
}

#WorkShopInfo .imgCol .valueW .infoW p {
    color: #993181;
    font-size: 14px;
    font-family: 'Cairo';
    font-weight: normal;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

#WorkShopInfo .imgCol .valueW .infoW p span {
    color: #993181;
    font-size: 20px;
    font-family: 'Cairo';
    font-weight: bold;
    margin-left: 1rem;
}

#WorkShopInfo .container {
    background-color: #FFFFFF;
    padding: 1rem;
}



#WorkShopInfo .textCol .upside {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
}

#WorkShopInfo .textCol .upside .trio {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    margin-right: 2rem;
}

#WorkShopInfo .textCol .upside .trio:not(:last-child):after {
    content: "";
    width: 1px;
    height: 63px;
    background-color: #707070;
    position: absolute;
    right: -1rem;
    top: 0;


}

#WorkShopInfo .textCol .upside .trio h5 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Cairo';
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0.7rem;
}

#WorkShopInfo .textCol .upside .trio p {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Cairo';
    font-style: normal;

}

#WorkShopInfo .textCol .upside .trio:nth-child(1) h5::before {
    content: url(../img/calendarW.svg);
    padding-right: 0.5rem;

}

#WorkShopInfo .textCol .upside .trio:nth-child(2) h5::before {
    content: url(../img/pinW.svg);
    padding-right: 0.5rem;
}

#WorkShopInfo .textCol .upside .trio:nth-child(3) h5::before {
    content: url(../img/hatW.svg);
    padding-right: 0.5rem;
}

#WorkShopInfo .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
    font-family: 'Cairo';
    font-weight: bold;
}

#WorkShopInfo .accordion-button {
    padding-left: 0;
    font-size: 18px;
    font-family: 'Cairo';
    font-weight: bold;
}

#WorkShopInfo .accordion-item {
    background-color: #fff;
    border: none;
    position: relative;
}

#WorkShopInfo .accordion-body {
    padding: 0.6125rem 0rem;
}

#WorkShopInfo .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url(../img/plus.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/plus.svg);
    transform: rotate(135deg);
}

#WorkShopInfo .accordion-item:not(:last-child):after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #707070;
    bottom: 0;
    position: absolute;
}

#OtherWorkShop {
    margin: 5rem 0;
}

#OtherWorkShop .upside {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

#OtherWorkShop .upside .workshop-text .workshop-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

#OtherWorkShop .upside .workshop-text .workshop-title h4 {
    color: #000000;
    font-size: 30px;
    font-family: 'Cairo';
    font-weight: bold;
    margin-bottom: 0.7rem;
}

#OtherWorkShop .upside .workshop-text .workshop-title a {
    color: #654DB3;
    text-decoration: underline;
    font-family: 'Cairo';
    font-style: normal;
    font-size: 14px;
}

#OtherWorkShop .downside .otherworkshopSwiper {
    width: 100%;
    height: 100%;
}

#OtherWorkShop .swiper-pagination-fraction,
#OtherWorkShop .swiper-pagination-custom,
#OtherWorkShop .swiper-horizontal>.swiper-pagination-bullets,
#OtherWorkShop .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#OtherWorkShop .swiper-pagination-bullet {
    background: #993181;
    opacity: 1;
    transform: scale(0.8);
}

#OtherWorkShop .swiper-pagination-bullet-active {
    transform: scale(1.8);
    background: #993181;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard {
    width: 298px;
    height: 405px;
    max-width: 100%;
    max-height: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea img {
    padding: calc(1rem - 2px);
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .expTime {
    width: 234px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    background: #F8F1EA;
    border-radius: 23px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: calc((-7% - (1rem - 2px)));
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .dateW {
    color: #000000;
    margin: 0;
    font-size: 14px;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .dateW::before {
    content: url(../img/calendar.svg);
    margin-right: 4px;
    width: 10%;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .timeW {
    color: #000000;
    margin: 0;
    font-size: 14px;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .imgArea .timeW::before {
    content: url(../img/time.svg);
    margin-right: 4px;
    width: 10%;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding-bottom: 1.5rem;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea h5 {
    color: #000000;
    font-size: 17px;
    font-family: 'Cairo';
    font-weight: bold;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea span.downside {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea span.downside a {
    color: #993181;
    font-size: 14px;
    font-family: 'Cairo';
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea span.downside span.buttonW {
    width: 124px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    background: #993181;
    border-radius: 5px;
}

#OtherWorkShop .downside .otherworkshopSwiper .swiper-wrapper .swiper-slide .workshopCard .interactionArea span.downside span.buttonW a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Cairo';
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#AllWorkShops {
    margin: 5rem 0;
}

#AllWorkShops .container .upside {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}



#AllWorkShops .container .upside .workshop-text .workshop-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

#AllWorkShops .container .upside .workshop-text .workshop-title h4 {
    color: #000000;
    font-size: 30px;
    font-family: 'Cairo';
    font-weight: bold;
    margin-bottom: 0.7rem;
}

#AllWorkShops .container .downside .workshopCard {
    width: 298px;
    height: 405px;
    max-width: 100%;
    max-height: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#AllWorkShops .container .downside .workshopCard .imgArea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

#AllWorkShops .container .downside .workshopCard .imgArea img {
    padding: calc(1rem - 2px);
}

#AllWorkShops .container .downside .workshopCard .imgArea .expTime {
    width: 270px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    background: #F8F1EA;
    border-radius: 23px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: calc((-7% - (1rem - 2px)));
}

#AllWorkShops .container .downside .workshopCard .imgArea .dateW {
    color: #000000;
    margin: 0;
    font-size: 14px;
}

#AllWorkShops .container .downside .workshopCard .imgArea .dateW::before {
    content: url(../img/calendar.svg);
    margin-right: 4px;
    width: 10%;
}

#AllWorkShops .container .downside .workshopCard .imgArea .timeW {
    color: #000000;
    margin: 0;
    font-size: 14px;
}

#AllWorkShops .container .downside .workshopCard .imgArea .timeW::before {
    content: url(../img/time.svg);
    margin-right: 4px;
    width: 10%;
}

#AllWorkShops .container .downside .workshopCard .interactionArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding-bottom: 1.5rem;
}

#AllWorkShops .container .downside .workshopCard .interactionArea h5 {
    color: #000000;
    font-size: 17px;
    font-family: 'Cairo';
    font-weight: bold;
}

#AllWorkShops .container .downside .workshopCard .interactionArea span.downside {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

#AllWorkShops .container .downside .workshopCard .interactionArea span.downside a {
    color: #993181;
    font-size: 14px;
    font-family: 'Cairo';
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

#AllWorkShops .container .downside .workshopCard .interactionArea span.downside span.buttonW {
    width: 124px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    background: #993181;
    border-radius: 5px;
}

#AllWorkShops .container .downside .workshopCard .interactionArea span.downside span.buttonW a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Cairo';
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/*  MEDIA QUERY
====================================*/
@media(max-width: 1400px) {
    #AllWorkShops .container .downside .workshopCard {
        height: 364px;
    }
}

@media(max-width:1199px) {
    #AllWorkShops .container .downside .workshopCard {
        height: 406px;
    }

    #WorkShopInfo .imgCol .valueW {
        flex-direction: column;
    }

    #WorkShopInfo .imgCol .valueW .infoW {
        border-radius: 5px;
        width: 100%;
    }

    #WorkShopInfo .imgCol .valueW .buttonW {
        max-width: 100%;
        background-color: #993181;
        border-radius: 5px;
        margin-top: 1rem;
    }
}

@media(max-width:991px) {
    #WorkShopInfo .imgCol .valueW .buttonW {
        width: 100%;
        margin-bottom: 1rem;
    }

    #WorkShopInfo .imgCol img {
        width: 100%;
    }

    #OtherWorkShop .upside .workshop-text .workshop-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
        flex-wrap: wrap;
    }

    .search-fltr {
        width: 100%;
    }

    .egegen-text {
        display: none;
    }

    #WorkShops .upside {
        flex-direction: column;
    }
}

@media(max-width:767px) {
    .m-ct {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
    }

    .footer-menu li a {
        text-decoration: none;
        color: #fff;
    }

    #WorkShopInfo .textCol .upside {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: center;
        flex-wrap: nowrap;
    }

    #WorkShopInfo .textCol .upside .trio:not(:last-child):after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #707070;
        position: absolute;
        right: 0;
        top: 85%;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .header-menu li a .text,
    .footer .social-menu_text,
    .nav-link_image,
    .policy-item_text,
    .order-head,
    .order-table .order-payment,
    .order-table .order-status,
    .tab-product,
    .basket-head,
    .btn-feedback span {
        display: none;
    }

    .main,
    .category,
    .social-menu,
    .footer-menu {
        margin-bottom: 1rem;
    }

    .header .container {
        position: relative;
    }

    .header .logo {
        margin-left: 2.5rem;
    }

    .header-menu_item:last-child {
        padding-left: 0;
    }

    .btn-toggler {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .header-cart__count {
        font-size: 13px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        width: 22px;
        height: 22px;
    }

    .page-title {
        font-size: 22px;
    }

    .search-input {
        font-size: 1rem;
        padding: 1.25rem 1rem 1.25rem 3rem;
    }

    .search-icon {
        padding: 0 1rem;
    }

    .search-icon svg {
        width: 20px !important;
        height: 20px !important;
    }

    .category-title {
        font-size: 16px;
        line-height: 1.3;
        padding: 0.5rem;
        margin-top: -1rem;
    }

    .category-title .icon {
        margin-right: 0.5rem;
        min-width: 20px;
        max-width: 20px;
    }

    .footer {
        text-align: center;
    }

    .social li a {
        font-size: 14px;
    }

    .social li a .icon {
        line-height: 23px;
    }

    .submenu-list li {
        padding: 0 0.75rem;
    }

    .submenu-link {
        color: #624FAE;
    }

    .submenu-link.active::after {
        height: 3px;
    }

    .dropdown-cart {
        position: fixed;
        top: 89px;
        right: 0.5rem;
        width: calc(100% - 1rem);
    }

    .choose-branch_content {
        margin-bottom: 1rem;
        text-align: left;
        color: #272625;
        font-weight: 500;
        line-height: 1.3;
        font-size: 16px;
    }

    .home-slider .slick-slide img {
        max-height: 20rem;
    }

    .choose-branch_title {
        font-size: 2rem;
        font-weight: 500;
    }

    .choose-branch {
        margin-top: -85px;
    }

    .footer-title {
        margin-bottom: 0.5rem;
    }

    .policy-menu {
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 1rem;
    }

    .policy-item {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0 0.75rem;
    }

    .policy-item_icon {
        width: 80px;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 60px;
        text-align: center;
    }

    .policy-item+.policy-item {
        margin-top: 0;
    }

    .footer-title {
        position: relative;
        text-align: left;
        padding: 0.875rem 0;
        margin-bottom: 0;
        cursor: pointer;
    }

    .footer-col {
        text-align: left;
    }

    .footer-col:first-child {
        border-bottom: 1px dashed #fff;
    }

    .footer .social-menu li .icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .footer .social-menu .social-menu_icon {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }

    .card-profile .card-header {
        border-bottom: 0;
    }

    .card-profile .card-body.show {
        border-top: 1px solid #E2CBB4;
    }

    .order-table .order-title {
        -webkit-flex: 0 0 35%;
        flex: 0 0 35%;
    }

    .order-table .order-date {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
    }

    .btn-feedback {
        padding-left: 1rem;
        padding-right: 0.75rem;
    }
}

@media(max-width:567px) {
    #WorkShops .upside .col-lg-3 {
        -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
        max-width: 42%;
    }

    #WorkShops .upside .workshop-text .workshop-title a {
        margin-bottom: 25px;
    }

    .predictive {
        max-width: 100%;
    }

    .product-image {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        height: 120px;
    }

    .product-price {
        position: absolute;
        right: 0;
        top: 1rem;
    }

    .home-slider .slick-slide img {
        max-height: 20rem;
    }

    .choose-branch_title {
        font-size: 2rem;
    }

    .cart-item__image {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .cart-item__body {
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
    }
}

@media(max-width:359px) {}

@media(min-width:568px) {}

@media(min-width:568px) and (max-width:767px) {}

@media(min-width:768px) {

    .footer-col .collapse,
    .card-profile .card-body {
        opacity: 1;
        visibility: visible;
        height: auto;
        display: block;
    }

    .footer-menu li a {
        text-decoration: none;
        color: #fff;
    }

    .submenu {
        background-color: #fff;
        border-radius: 30px;
        margin-top: -1rem;
        margin-bottom: 1.5rem;
    }

    .submenu-list {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .fltr-list li,
    .submenu-list li {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 1rem;
    }

    .fltr-list li:first-child {
        padding-left: 0;
    }

    .product.with-image .product-price {
        position: absolute;
        right: 0;
        top: 1rem;
    }

    .product-list {
        margin-right: -1rem;
        margin-left: -1rem;
    }

    .product-list>.grid {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .product-list>.grid:nth-child(2n)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 30%;
        height: 40%;
        width: 1px;
        border-left: 1px dashed #C3996F;
    }

    .dropdown-cart {
        width: 25rem;
    }

    .cart-item__image {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .cart-item__body {
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
    }

    .footer-col {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .footer-col:last-child {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
    }

    .footer-inner {
        padding: 0 2rem;
    }

    .footer {
        margin-top: 4rem;
    }

    .footer-body {
        padding-top: 4rem;
    }

    .footer-phone {
        position: absolute;
        right: 15px;
        margin-top: calc(-40px - 9rem);
        display: inline-block;
    }

    .footer .social-menu {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .social-menu li a {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .footer .social-menu li .icon {
        width: 0.875rem;
        height: 0.875rem;
    }

    .footer-title:after,
    .card-profile .card-title:after {
        display: none;
    }

    .footer-col .collapse,
    .card-profile .card-body {
        opacity: 1;
        visibility: visible;
        height: auto;
        display: block;
    }

    .nav-list {
        column-count: 3;
    }

    .nav-item {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        width: 33.3333%;
        border-right: 1px dashed rgba(255, 255, 255, 0.15);
    }

    .nav-item:nth-child(1),
    .nav-item:nth-child(2),
    .nav-item:nth-child(3) {
        border-top: 1px dashed rgba(255, 255, 255, 0.15);
    }

    .nav-item:nth-child(3n+1) {
        border-left: 1px dashed rgba(255, 255, 255, 0.15);
    }

}

@media(min-width:568px) and (max-width:991px) {}

@media(min-width:768px) and (max-width:991px) {
    .footer .social {
        margin-top: 1rem;
    }
}

@media(min-width:992px) {
    .social {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        float: right;
    }

    .submenu {
        margin-bottom: 2.5rem;
    }

    .submenu-wrap {
        padding-left: 2rem;
        padding-right: 2rem;
        overflow: inherit !important;
    }

    .submenu-link.active::after {
        margin-top: 1.25rem;
    }

    .submenu .ps--active-y>.ps__rail-y {
        display: none;
    }

    .header-menu_item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .modal-body {
        padding: 2rem;
    }
}

@media(min-width:992px) and (max-width:1199px) {}

@media(min-width:1200px) {
    .submenu-wrap {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .product-list {
        margin-right: -2rem;
        margin-left: -2rem;
    }

    .product-list>.grid {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .product {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .footer-inner {
        padding: 0 2rem;
    }

    .nav-list {
        column-count: 4;
    }

    .nav-item:nth-child(3n+1) {
        border-left: 0;
    }

    .nav-item {
        border-right: 1px dashed rgba(255, 255, 255, 0.15);
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
    }

    .nav-item:nth-child(4) {
        border-top: 1px dashed rgba(255, 255, 255, 0.15);
    }

    .nav-item:nth-child(4n+1) {
        border-left: 1px dashed rgba(255, 255, 255, 0.15);
    }
}

@media(min-width:1600px) {}

@media(min-width:1200px) and (max-width:1899px) {}

@media(min-width:1900px) {}

@media(min-width:2100px) {}

@media(min-width:2500px) {}

::selection {
    color: #ffffff;
    background-color: #624FAE;
}

::-moz-selection {
    color: #ffffff;
    background-color: #624FAE;
}

::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #624FAE;
    border-radius: 0;
}