.product-detail-bread-crumb>.container {
    max-width: 95%;
}

.product-detail-bread-crumb ol {
    margin: 0;
    padding: 1rem 0;
    background: transparent;
    width: 100%;
}

.product-detail-bread-crumb nav {
    width: 100%;
}

.product-detail-bread-crumb ol a {
    font-size: 0.7rem;
    font-weight: 600;
}

.product-detail-bread-crumb ol li>a {
    padding: 0 .5rem;
}

.product-detail-bread-crumb ol>li:first-child>a {
    padding-left: 0;
}

.product-detail-bread-crumb ol li:after {
    content: '/';
    color: #ddd;
}

.product-detail-bread-crumb ol>li:last-child:after {
    display: none;
}

.product-detail-bread-crumb ol li.active>a {
    color: var(--navbar-menu-link-hover);
    font-weight: 800;
}

@media all and (max-width:768px) {
    .container-fluid.product-detail-bread-crumb {
        display: none
    }
}

.image-section .main-slider .swiper-button-prev:after,
.image-section .main-slider .swiper-button-next:after {
    display: none;
}

.image-section .main-slider .swiper-button-prev,
.image-section .main-slider .swiper-button-next {
    font-size: 2rem;
    width: 30px;
    height: 40px;
    background: #fbfbfb;
    color: #000;
    border-radius: .25rem;
}

.image-section .main-slider .swiper-button-prev:focus,
.image-section .main-slider .swiper-button-next:focus {
    outline: none !important;
    border: 0 !important;
}

.image-section .main-slider .swiper-slide {
    outline: none !important;
    user-select: none;
    cursor: zoom-in;
}

.image-section .main-slider .swiper-slide .zoom-on-hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block !important;
    z-index: 1;
    width: 100%;
}

.image-section .main-slider .swiper-slide .zoom-on-hover {
    position: relative;
}

.awaitable-custom-zoom {
    position: relative;
}

.awaitable-custom-zoom .msg-indicator {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.awaitable-custom-zoom .msg-indicator>div {
    background: #f8f9fa;
    padding: .25rem .75rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awaitable-custom-zoom .msg-indicator>div>i {
    font-size: 1.2rem;
    margin-right: .25rem;
}

.awaitable-custom-zoom .msg-indicator>div>span {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .08rem;
}

.awaitable-custom-zoom:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.awaitable-custom-zoom:hover:before {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
    transition-delay: .35s;
}

.image-section .thumbSlider {
    position: relative;
}

.image-section .thumbSlider .swiper-button-prev:after,
.image-section .thumbSlider .swiper-button-next:after {
    display: none;
}

.image-section .thumbSlider .swiper-button-prev,
.image-section .thumbSlider .swiper-button-next {
    font-size: 1.2rem;
    color: #010000;
    height: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    height: 1.5rem;
    justify-content: center;
}

.image-section .thumbSlider .swiper-button-prev {
    top: -30px;
    box-shadow: 0px 3px 7px #ecececc2;
    transition: .3s linear;
    left: 0;
}

.image-section .thumbSlider .swiper-button-next {
    bottom: -30px;
    box-shadow: 0px -3px 7px #ecececc2;
    transition: .3s linear;
    left: 0;
    position: absolute;
    top: initial;
}

.image-section .thumbSlider:hover .swiper-button-prev {
    top: 30px;
}

.image-section .thumbSlider:hover .swiper-button-next {
    bottom: 0px;
}

.image-section .thumbSlider .swiper-slide>div {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.image-section .thumbSlider .swiper-slide>div:before {
    content: "\F208";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f799;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 24px/1 "Material Design Icons";
    color: #000;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
}

.image-section .thumbSlider .swiper-slide>div.right-now-view:before {
    visibility: visible;
    opacity: 1;
}

.image-section .thumbSlider .swiper-button-prev.swiper-button-disabled,
.image-section .thumbSlider .swiper-button-next.swiper-button-disabled {
    display: none;
}

@media all and (max-width:600px) {
    .image-section .thumbSlider .swiper-button-prev,
    .image-section .thumbSlider .swiper-button-next {
        display: none !important;
    }
}

.sku-wrapper>.sku {
    display: flex;
    align-items: center;
    height: 2rem;
    font-size: 0.8rem;
    color: #999;
}

.sku-wrapper>.sku p {
    margin: 0;
}

.sku-wrapper>.sku .key {
    margin-right: 0.5rem;
}

.name-wrapper>h1 {
    font-size: 1.3rem;
    margin: 0;
    font-family: inherit;
    min-height: 2rem;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.price-section .default-price>p {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: var(--navbar-menu-link-hover);
}

.price-section>.default-price {
    height: 2rem;
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    user-select: none;
    width: 100%;
}

.price-section .default-price>del {
    margin-right: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #999;
}

.bank-remittance-price {
    padding: 0.5rem;
    border: 1px solid #eee;
    font-size: 0.8rem;
    user-select: none;
    width: auto;
    display: flex;
    flex-shrink: 1;
}

.bank-remittance-price p {
    margin: 0;
}

.bank-remittance-price p b {
    color: var(--discount-background);
}

.offer-wrapper {
    display: flex;
    align-items: center;
}

.offer-wrapper .price-section {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

.discount-section>div {
    background: var(--discount-background);
    color: var(--discount-color);
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.discount-section>div>p {
    margin: 0;
    font-size: 0.8rem;
    margin-top: .25rem;
}

.discount-section>div>span {
    font-size: 1rem;
    font-weight: 800;
}

.slogan-wrapper>p {
    margin: 0;
    font-size: 0.9rem;
    font-style: italic;
    color: #999;
}

.sku-wrapper>.reviews {
    display: flex;
    align-items: center;
    margin-left: auto;
    user-select: none;
}

.sku-wrapper {
    display: flex;
}

.sku-wrapper>.reviews output {
    border: 0;
    width: 100px;
    padding: 0;
    height: 0.4rem;
    margin-right: .5rem;
}

.sku-wrapper>.reviews .first-review {
    font-size: 0.7rem;
    padding: .25rem .5rem;
    background: #eee;
    border-radius: 2rem;
    margin-left: .5rem;
}

.sku-wrapper>.reviews output:focus {
    outline: none !important;
    box-shadow: none !important;
}

.limited-edition-wrapper>p {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.amount-wrapper>input {
    border: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #eee;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.amount-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px solid #ccc;
    flex-shrink: 1;
    width: auto;
}

.amount-wrapper>button {
    border: 0;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
}

.product-actions {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #eee;
    flex-wrap: wrap;
}

.cart-buttons {
    flex-shrink: 1;
}

.cart-buttons>button {
    border: 1px solid;
    border-color: var(--add-to-cart-background);
    height: 40px;
    background: var(--add-to-cart-background);
    color: var(--add-to-cart-color);
    padding: 0 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    transition: var(--layout-transition);
    border-radius: 0;
}

.cart-buttons>button.out-off-stock-btn {
    background-color: var(--product-cell-out-off-stock-background) !important;
    color: var(--product-cell-out-off-stock-color) !important;
    border-color: var(--product-cell-out-off-stock-background) !important;
}

.cart-buttons {
    padding-left: .5rem;
}

.cart-buttons>button:hover {
    color: var(--add-to-cart-background);
    background: var(--layout-transition);
}

.other-buttons {
    padding-left: .5rem;
}

.other-buttons>button {
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    color: #000 !important;
    border-radius: 0;
    padding: 0;
    box-shadow: none !important;
}

.other-buttons>button.wish-list.active {
    color: var(--add-to-cart-background) !important;
    border-color: var(--add-to-cart-background) !important;
}

.important-attachments {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.important-attachments>p {
    margin: 0;
    font-size: .8rem;
    margin-top: .5rem;
    user-select: none;
}

.color-actions .color-list button {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ddd;
    margin-right: .5rem;
    box-shadow: none !important;
}

.color-actions .color-list button .hex-item {
    width: 32px;
    height: 32px;
    display: flex;
}

.color-actions .color-list button img {
    width: 32px;
}

.color-actions .color-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.color-actions>p,
.variant-actions>p {
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.color-actions>p b,
.variant-actions>p b {
    color: var(--navbar-menu-link-hover);
}

.color-actions .color-list button.active {
    border: 1px solid #ddd;
}

.variant-list button {
    padding: 0;
    margin: 0;
    min-width: 32px;
    height: 32px;
    background: transparent !important;
    color: inherit !important;
    border: 1px solid #eee !important;
    margin-right: .5rem;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: 0.8rem;
    box-shadow: none !important;
}

.variant-list button.selected {
    border: 2px solid var(--add-to-cart-background) !important;
}

.variant-list button[data-qty="0"] {
    background: #eee !important;
    color: #999 !important;
}

.variant-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.variant-actions {
    border-top: 1px solid #eee;
    margin-top: .5rem;
}

.variant-actions>p em {
    color: #f54e4e;
    font-style: inherit;
    font-size: .8rem;
    font-weight: 700;
    margin-left: .5rem;
}

.all-variantations {
    padding: 0 1rem 1rem;
    border: 1px solid #eee;
    margin-top: 1rem;
}

.variant-list button[data-qty="0"].selected {
    border-color: #000 !important;
}

.ItemDetail_DynamicContent>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ItemDetail_DynamicContent>ul>li {
    padding: .25rem 0;
    display: flex;
    align-items: center;
}

.ItemDetail_DynamicContent>ul>li p {
    margin: 0;
}

.ItemDetail_DynamicContent>ul>li a {
    text-decoration: underline !important;
}

.ItemDetail_DynamicContent>ul>li b {
    margin-right: 0.5rem;
}

.card-header {}

.product-detailed-view .card-header {
    background: transparent !important;
    border: 0;
}

.product-detailed-view .nav-pills .nav-link {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: transparent !important;
    color: inherit !important;
    position: relative;
}

.product-detailed-view .nav-pills .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: transparent;
    transition: .3s ease;
}

.product-detailed-view .nav-pills .nav-link.active:before {
    background: var(--navbar-menu-link-hover);
}

.product-detailed-view .nav-pills .nav-link.active {
    color: #000 !important;
}

.not-awaible-review {
    user-select: none;
    width: 100%;
    padding: 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.send-a-review {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-a-review>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem 1rem;
    margin-top: 1rem;
    border-radius: 2rem;
    background: var(--add-to-cart-background);
    color: var(--add-to-cart-color);
    font-weight: 700;
    letter-spacing: 0.02em;
    border: 1px solid;
    border-color: var(--add-to-cart-background);
    transition: var(--layout-transition);
}

.send-a-review>a>i {
    margin-right: 0.5rem;
}

.send-a-review>a:hover {
    background: var(--add-to-cart-color);
    color: var(--add-to-cart-background);
}

.please-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.please-login>a {
    margin-top: 1rem;
    text-decoration: underline !important;
    font-size: 0.9rem;
    background: #fff;
    padding: .25rem .75rem;
    border-radius: 2rem;
}

.review-area>.inner {
    width: 400px;
    background: #fff !important;
    padding: 1rem;
    border: 1px solid #eee;
}

.review-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

#review_PointRate {
    border: 0 !important;
    box-shadow: none !important;
}

#review_ReviewMessage {
    box-shadow: none !important;
    font-size: .9rem;
}

#review_ReviewMessage::placeholder {
    font-size: 0.8rem;
}

.review-area .action-buttons {
    display: flex;
    align-items: center;
}

.review-area .action-buttons>div {
    flex: 1;
}

.review-area .action-buttons>div:first-child {
    padding-right: .25rem;
}

.review-area .action-buttons>div:last-child {
    padding-left: .25rem;
}

.review-area .action-buttons>div>button {
    width: 100%;
    height: 35px;
    font-size: 1rem;
    background: #eee;
    border: 1px solid #ddd;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: var(--layout-transition);
}

.review-area .action-buttons>div>button.send {
    background: var(--add-to-cart-background);
    color: var(--add-to-cart-color);
    border-color: var(--add-to-cart-background);
}

.review-area .action-buttons>div>button.send:hover {
    color: var(--add-to-cart-background);
    background: var(--add-to-cart-color);
}

.sku-wrapper>.reviews span {
    font-size: 0.7rem;
    font-weight: 700;
}

.review-awaible .rated-area {
    display: flex;
    align-items: center;
}

.review-awaible .rated-area>output {
    max-width: 180px;
    background: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none !important;
    outline: none !important;
}

.review-awaible .rated-area b {
    font-size: 1.5rem;
}

.review-awaible>.heading {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1rem;
    border: 1px solid #eee;
}

.review-awaible>.heading .rate-count p {
    margin: 0;
    font-size: 1rem;
}

.review-awaible>.item-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 1rem;
}

.review-awaible>.item-list>.item {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: .25rem;
    margin-bottom: 1rem;
}

.review-awaible>.item-list>.item>.top-line,
.review-awaible>.item-list>.item>.bottom-line {
    display: flex;
    align-items: center;
}

.review-awaible>.item-list>.item>.top-line>output {
    width: 100px;
    border: 0;
    padding: 0 !important;
    font-size: 0.8rem;
    margin-right: 1rem !important;
}

.review-awaible>.item-list>.item>.top-line>output span {
    padding: 0 !important;
}

.review-awaible>.item-list>.item>.bottom-line p {
    margin: 0 !important;
}

.review-awaible>.item-list>.item>.bottom-line .name,
.review-awaible>.item-list>.item>.bottom-line .date {
    margin-right: 0.5rem !important;
    padding: .5rem;
    font-size: 0.9rem;
    color: #999;
}

.review-awaible>.item-list>.item>.bottom-line .date {
    margin: 0 !important;
    border-left: 1px solid #eee;
}

.review-awaible>.item-list>.item>.answer {
    background: #eee;
    padding: 0.5rem;
    position: relative;
}

.review-awaible>.item-list>.item>.answer .company-name {
    margin-bottom: .25rem;
    font-size: 0.9rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.review-awaible>.item-list>.item>.answer span {
    font-size: 0.8rem;
    font-style: italic;
}

.review-awaible>.item-list>.item>.answer:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #eee;
    transform: rotate(45deg);
    top: -7px;
    z-index: 0;
}

.bank-table>.header>p {
    margin: 0;
    display: flex;
    justify-content: center;
}

.bank-table .header.Bonus {
    background: #9cc435;
}

.bank-table .header.Axess {
    background: #efa222;
}

.bank-table .header.Maximum {
    background: #c12a72;
}

.bank-table .header.Paraf {
    background: #0df;
}

.bank-table .header.World {
    background: #650c6f;
}

.bank-table .header.CardFinans {
    background: #103993;
}

.review-has-been-sended {
    padding: 1rem;
    display: flex;
    justify-content: center;
    border: 1px solid #ddd;
    margin: 1rem 0;
}

.review-area .action-buttons>div>button.send.loading {
    font-size: 0px !important;
    background-image: url('/UserFiles/themes/ecommerce/img/infinity-loading.svg') !important;
    background-color: #eee !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}

.Product_Properties>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.image-section .thumbSlider .swiper-slide>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}

.container-fluid.complementary-product-area .product-component-item {
    background: #fff;
}

.bank-table .header {
    text-align: center;
}

.header.Garanti {
    background: #9cc435;
}

.header.Advantage {
    background: #fff;
}