@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
	font-family: 'Rubik', sans-serif;
    padding: 0 !important;
    font-size: 14px;
    color: #444;
    overflow-x: hidden;
    max-width: 100%;
}

@media(max-width:768px) {
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}

* {
    --site-primary-color: #4330BF;
}

.swiper-lazy-preloader {
    border: 4px solid var(--site-primary-color,var(--site-primary-color))
}

.container-fluid {
    padding: 0;
}

    .container-fluid .row {
        margin: 0;
    }

.pagefullScreen .row > div, .galleryfullScreen .row > div {
    padding: 0;
}

.galleryInfo {
    padding: 15px;
}

.pagefullScreen .pageContent-text--wrapper {
    padding: 0 30px;
}



@media(min-width:992px) {
    .pagefullScreen .pageContent-text--wrapper .rexa-icerik-ortala {
        padding: 0 15%;
    }
}

.pageDetailContent {
    padding: 0px 0;
}

.page-row, .galleryDetailContent {
    padding-top: 50px;
    padding-bottom: 50px;
}

address, dl, ol, ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.field-validation-error {
    font-size: 14px;
    color: red;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.modal {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.btn-grey {
    background: white;
    width: 100%;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: calc(100vh - 300px);
    overflow: auto;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.fade:not(.show) {
    opacity: 1;
}

.form-group {
    margin-bottom: 1rem;
}

.modal-open {
    overflow: auto;
}

.tabs h6 {
    font-size: 18px;
}

.modal {
    background: #5858587d;
}

.modal-dialog {
    top: 45%;
    transform: translateY(-55%) !important;
    -webkit-transform: translateY(-55%) !important;
    -moz-transform: translateY(-55%) !important;
}

a {
    color: #007aff;
}

    a:hover {
        color: #007aff;
    }


p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
}

img {
    width: auto;
    height: auto;
    max-height:100%;
    max-width:100%;
}

b, strong {
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-color, .btn-primary {
    background: var(--site-primary-color);
    border: 1px solid var(--site-primary-color);
    color: #fff !important;
}

    .btn-color:hover, .btn-color:focus, .btn-primary:hover, .btn-primary:focus {
        opacity: 0.8;
    }

.btn-border {
    border: 1px solid var(--site-primary-color);
    color: var(--site-primary-color);
}

    .btn-border:hover, .btn-border:focus {
        background-color: var(--site-primary-color);
        color: #fff;
        border-color: var(--site-primary-color);
    }

.overflow {
    transition: 0.3s;
}

    .overflow.active {
        position: fixed;
        height: 100vh;
        background: #a7a7a7;
        opacity: .6;
        width: 100%;
        z-index: 10;
        top: 0;
        left: 0;
    }

.content.active {
    filter: blur(2px);
}


.overflow::before {
    content: '';
    position: absolute;
}

.sepetUrunSayisi {
    position: absolute;
    top: 3px;
    right: -15px;
    background: var(--site-primary-color);
    color: #fff;
    width: 16px;
    height: 16px !important;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    display: inline !important;
    padding: 0;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 1200px !important;
        padding: 0;
    }
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    font-size: 15px;
    border-radius: 0;
    padding: 12px 25px;
    font-weight: 500;
    vertical-align: inherit;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 4px;
}

.breadcrumbs {
    height: 400px;
    text-align: center;
    background-color: #eee;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 50px;
    position: relative;
}

.breadcrumbs-img {
    background-size: cover;
    background-position: center;
}
.breadcrumbs-text{
    position:relative;
    z-index:3;
}

.breadcrumbs ul li {
    margin: 0 10px;
    display: inline-block;
    position: relative;
}

        .breadcrumbs ul li:after {
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            content: "\f105";
            position: absolute;
            right: -15px;
            top: 4px;
        }

        .breadcrumbs ul li:last-child:after {
            display: none;
        }

        .breadcrumbs ul li a {
            color: #000;
        }

        .breadcrumbs ul li.active {
            color: var(--site-primary-color);
        }

.__en-ust {
    height: 40px;
    background-color: #fff;
    color: #fff;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #eee;
}

.__eu-list {
    display: inline-block;
}

    .__eu-list li {
        height: 40px;
        line-height: 40px;
        float: left;
        padding: 0 7px;
    }

        .__eu-list li:last-child {
            padding-right: 0;
        }

.list-1 li {
    padding-left: 0;
}

.__en-ust li span {
    font-size: 13px;
    color: #000;
}

.__eu-list.list-2 li:hover span {
    color: #000;
}

.header-top {
    background-color: #fff;
    z-index: 1000;
    height: auto;
    box-shadow: 0px 0px 30px -5px rgb(56 56 56 / 0.10);
    -webkit-box-shadow: 0px 0px 30px -5px rgb(56 56 56 / 0.10);
    -moz-box-shadow: 0px 0px 30px -5px rgb(56 56 56 / 0.10);
}

    .header-top .toplist {
        max-width: 100%;
        position: absolute;
        right: 0;
    }

        .header-top .toplist > li {
            position: relative;
            border: 1px solid transparent;
            display:inline-block;
        }

        .header-top .toplist li.my_default {
            margin-right: 10px;
        }

        .header-top .toplist > li > a::before {
            font-size: 20px;
            position: relative;
            font-weight: 300;
            color: #666;
            content: "\f007";
            font-family: "Font Awesome 5 Pro";
            text-align: center;
            margin-right: 5px;
        }

        .header-top .toplist li.my_cart > a::before {
            content: "\f07a";
        }

        .header-top .toplist li.wishlist > a::before {
            content: "\f004";
        }

        .header-top .toplist > li > a {
            display: block;
            color: #000 !important;
            padding: 0 7px;
            font-size: 14px;
            font-weight: 400;
            display:flex;
            align-items:center;
        }

        .header-top .toplist > li:hover > a, .header-top .toplist > li:hover > a::before {
            color: var(--site-primary-color) !important;
        }

            .header-top .toplist > li:hover > a::before {
                font-weight: 900;
            }

        .header-top .toplist > li > span {
            display: block;
            font-weight: 600;
        }

        .header-top .toplist > li span.QrXt {
            font-size: 12px;
            font-weight: 400;
            margin-top: -5px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            max-width: 72px;
            overflow: hidden;
        }

.dropdownmenu strong {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}


@media(min-width:992px) {
    .logo-container {
        position: relative;
        align-items: center;
        margin: 0px;
        height: 90px;
        display: flex;
    }

    .navbar {
        background: #ffffff;
        z-index: 999;
        width: 100%;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 !important;
        display: -ms-flexbox;
        display: flex;
    }

        .navbar > .container, .navbar > .container-fluid {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
}


.logo-container img {
    width: auto;
    height: auto;
    max-height: 90px;
}

@media(min-width:992px) {
    .navigation {
        ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

        .navigation > ul > li:hover ul.dropdown-menu {
            display: block;
        }
}

.navigation > ul {
    list-style: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .navigation > ul > li {
        display: inline-block;
        text-align: center;
        position: relative;
    }

        .navigation > ul > li > a::after {
            content: '';
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            z-index: -1;
            left: 0;
        }


@media(min-width:992px) {
    .navigation > ul > li .dropdown-trigger {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

.navigation > ul > li > a {
    color: #000;
    font-size: 17px;
    display: block;
    line-height: 90px;
    height: 90px;
    padding: 0 15px;
    position: relative;
    font-weight: 500;
}

    .navigation > ul > li > a:hover {
        color: var(--site-primary-color);
    }

.navigation > ul > li:hover > a::after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--site-primary-color);
    bottom: 0;
    border-radius: 0;
}

.navigation ul.dropdown-menu div {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.navigation ul.dropdown-menu {
    display: none;
    position: absolute;
    width: 230px !important;
    left: 0 !important;
    min-width: 230px;
    background: #fff;
    border: 0;
    border-radius: 0;
    top: 100%;
    border: 0px solid #f0f2f5;
    float: left;
    z-index: 100;
    padding: 15px !important;
    box-shadow: 0px 4px 9px rgb(131 128 128 / 0.50);
}

    .navigation ul.dropdown-menu a {
        display: block;
        padding: 7px 10px;
        color: #000;
        font-weight: 400;
        font-size: 13px;
        text-align: left;
    }

        .navigation ul.dropdown-menu a:hover {
            color: var(--site-primary-color);
        }



#header-search {
    width: auto;
}

    #header-search .search {
        position: relative;
    }

    #header-search input {
        background: #f0f2f5;
        padding: 0 13px;
        width: 100%;
        height: 42px;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 42px;
        line-height: 40px;
        padding-left: 42px;
        border: 1px solid #e5e5e5;
    }

input::placeholder {
    font-weight: 400;
    font-size: 15px !important;
    color: #919191;
}

.hs-input-icon {
    position: absolute;
    width: 40px;
    top: 0;
    line-height: 40px;
    text-align: right;
    left: 0;
    color: #919191;
    height: 42px;
    font-size: 18px;
    border: 0;
    font-weight: 400;
    background: transparent;
}

.section__trustlist {
    padding: 50px 0;
    background: #000;
}

.trustlist-desc {
    color: #919191;
}

.section__trustlist ul li {
    display: inline-block;
    color: #fff;
}

.section__trustlist ul li {
    width: 25%;
    float: left;
    font-size: 12px;
    padding-left: 60px;
    padding-right: 8px;
    position: relative;
}

    .section__trustlist ul li .trustlist-headline {
        display: block;
        font-weight: 500;
        font-size: 17px;
    }

    .section__trustlist ul li::before {
        font-family: "Font Awesome 5 Pro";
        font-size: 36px;
        text-align: center;
        position: absolute;
        left: 0;
        color: var(--site-primary-color);
    }

li.guvenlialisveris::before {
    content: "\f23e";
    font-family: "Font Awesome 5 Brands" !important;
}

li.kapidaodeme::before {
    content: "\f52b";
}

li.hizliteslimat::before {
    content: "\f48c";
}

li.kargo::before {
    content: "\f48b";
}

footer {
    padding: 70px 0 0;
    border-top: 1px solid #eee;
    background: #fff;
}

.footer__heading {
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 18px;
    color: #000;
}

footer a {
    color: #919191 !important;
}

    footer a:hover {
        text-decoration: none;
    }

.footer__list li a {
    display: block;
    font-size: 15px;
    padding: 5px 0;
    font-weight: 400;
}

.footer-img {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.bottom__footer {
    margin-top: 70px;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    border-top: 1px solid #eee;
    line-height: 55px;
    color: #919191;
}

    .bottom__footer ul {
        display: inline-flex;
    }

        .bottom__footer ul li {
            display: inline-block;
        }

.bankof-css {
    background-image: url(../img/banks_op.webp);
    background-size: 100%;
    height: 60px;
    width: 75%;
    background-repeat: no-repeat;
    top: 30px;
    position: relative;
    margin: auto;
}

.relative {
    position: relative;
}

/* Create a custom checkbox */


input[type='checkbox'], input[type='radio'] {
    --active: var(--site-primary-color);
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #ccc;
    --border-hover: var(--site-primary-color);
    --background: #ffffff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
}

    input[type='checkbox']:after, input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
    }

    input[type='checkbox']:checked, input[type='radio']:checked, input[type='radio'].active {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    input[type='checkbox']:disabled, input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

        input[type='checkbox']:disabled:checked, input[type='radio']:disabled:checked {
            --b: var(--disabled-inner);
            --bc: var(--border);
        }

        input[type='checkbox']:disabled + label, input[type='radio']:disabled + label {
            cursor: not-allowed;
        }

    input[type='checkbox']:hover:not(:checked):not(:disabled), input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type='checkbox']:focus, input[type='radio']:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    input[type='checkbox']:not(.switch), input[type='radio']:not(.switch) {
        width: 18px;
    }

        input[type='checkbox']:not(.switch):after, input[type='radio']:not(.switch):after {
            opacity: var(--o, 0);
        }

        input[type='checkbox']:not(.switch):checked, input[type='radio']:not(.switch):checked {
            --o: 1;
        }

    input[type='checkbox'] + label, input[type='radio'] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type='checkbox']:not(.switch) {
        border-radius: 4px;
    }

        input[type='checkbox']:not(.switch):after {
            width: 5px;
            height: 9px;
            border: 2px solid var(--active-inner);
            border-top: 0;
            border-left: 0;
            left: 6px;
            top: 3px;
            transform: rotate(var(--r, 20deg));
        }

        input[type='checkbox']:not(.switch):checked {
            --r: 43deg;
        }

    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }

        input[type='checkbox'].switch:after {
            left: 2px;
            top: 2px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: var(--ab, var(--border));
            transform: translateX(var(--x, 0));
        }

        input[type='checkbox'].switch:checked {
            --ab: var(--active-inner);
            --x: 17px;
        }

        input[type='checkbox'].switch:disabled:not(:checked):after {
            opacity: 0.6;
        }

input[type='radio'] {
    border-radius: 50%;
}

    input[type='radio']::after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(0.7);
    }

    input[type='radio']:checked::after, input[type='radio'].active::after {
        background: var(--site-primary-color);
    }

    input[type='radio']:checked, input[type='radio'].active {
        transform: scale(1);
        background: #fff;
    }

label {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}




.megamenu-item-title > a {
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    font-size: 15px;
}

    .megamenu-item-title > a:hover {
        color: var(--site-primary-color);
        text-decoration: underline;
    }

.megamenulist ul li a {
    color: #65676b;
    font-size: 13px;
    display: block;
    padding: 3px 0;
}

    .megamenulist ul li a:hover {
        text-decoration: underline;
    }

@media(min-width:992px) {
    .navbar-toggler {
        display: none;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(193 193 193 / 50%);
        box-shadow: 0 5px 15px rgb(193 193 193 / 50%);
        border: 0px;
    }

    #uyeliksizAlisveris .modal-dialog {
        width: 400px;
    }
}

#uyeliksizAlisveris p {
    font-size: 12px;
    margin: 5px 0 30px;
    color: #666;
}

#uyeliksizAlisveris .btn-color {
    display: block;
    width: 100%;
    font-size: 18px;
}

#uyeliksizAlisveris .headline-3 {
    margin-bottom: 30px;
}

#uyeliksizAlisveris .modal-body {
    padding: 30px;
}

#uyeliksizAlisveris .close {
    margin-top: -3.6rem;
    font-size: 24px;
}

.uyeliksizAlisveris a {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 500;
    color: var(--site-primary-color);
    display: block;
}

    .uyeliksizAlisveris a::after {
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        left: 4px;
        position: relative;
        top: 1px;
    }


@media(min-width:992px) {
    ._KsalMSAN {
        padding: 100px 0;
    }
}

#mainSlider {
    height: 400px;
    position: relative;
}

    #mainSlider .swiper-slide .swiper-lazy {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

.duyuru {
    background: #000;
    padding: 15px;
    color: #fff;
    margin: 15px 0;
}


.swiper-lazy-preloader {
    border-color: #000;
    border-top-color: var(--site-primary-color);
    color: #000;
    background: #ffffff00;
}

.swiper-button-next, .swiper-button-prev {
    transform: translateY(-50%);
    margin: 0 !important;
    width: 45px !important;
    border-radius: 50%;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: 'Font Awesome 5 Pro' !important;
        font-size: 35px !important;
        background: transparent;
        height: 45px;
        color: #fff;
        text-align: center;
        width: 45px;
        border-radius: 50%;
        display: inline-table;
        line-height: 45px;
    }

    .swiper-button-next:after {
        content: "\f054" !important;
    }

    .swiper-button-prev:after {
        content: "\f053" !important;
    }

.swiper-button-next {
    right: 30px !important;
}

.swiper-button-prev {
    left: 30px !important;
}

@media screen and (min-width: 1200px) {
    #productResult .lg-1 {
        -ms-flex: 0 0 215px;
        flex: 0 0 215px;
        max-width: 215px;
        padding-right: 0;
        padding-left: 15px;
    }

    #productResult .lg-4 {
        padding: 0 15px;
        float: none;
        width: 100%;
    }
}


/*Product Cart*/

.product-card {
    height: auto;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 15px rgb(215 215 215 / 0.30);
    -webkit-box-shadow: 0px 0px 15px rgb(215 215 215 / 0.30);
}

    .product-card:hover {
        box-shadow: 0px 0px 15px rgb(215 215 215 / 0.80);
        -webkit-box-shadow: 0px 0px 15px rgb(215 215 215 / 0.80);
    }

    .product-card > a {
        display: block;
        height: 100%;
    }

    .product-card .product-cart-price-wrapper {
        margin: 0;
        font-size: 15px;
    }

    .product-card .discount-product {
        background: var(--site-primary-color);
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 3px 10px;
        color: #fff;
        border-radius: 4px;
        font-size: 13px;
    }

    .product-card .product-cart-price-wrapper-old-price {
        margin-right: 10px;
    }

    .product-card picture {
        height: 285px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        background-color: #fff;
    }

    .product-card .product__title {
        order: 1;
        color: #444;
        font-size: 16px;
        font-weight: 500;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 10px;
        min-height: 40px;
    }

    .product-card picture img {
        max-width: 100%;
        max-height: 100%;
        border: none;
        width: auto;
        margin: 0 auto;
        max-height: 100%;
    }

    .product-card .product-details {
        padding: 10px;
    }

/*Product Cart*/

@media screen and (min-width:992px) {
    .list-product .col-lg-4 {
        max-width: calc((100% + 0px * (1 - 3)) / 3);
        margin-bottom: 20px;
        padding: 0 10px;
        border-radius: 4px;
    }
}

@media screen and (min-width:1200px) {
    .list-product .col-lg-4 {
        max-width: calc((100% + 0px * (1 - 4)) / 4);
    }
}

@media(min-width:992px) {
    .MenuType1 .col__logo, .MenuType1 .col__menu, .MenuType1 .col__other {
        position: static;
        padding: 0 15px;
        height: 90px;
    }

    .MenuType1 .col__logo {
        width: 275px;
    }

    .MenuType1 .col__menu {
        width: calc(100% - 275px);
    }

    .MenuType1 .col__other {
    }

    .MenuType2 .col__logo {
        width: 275px;
    }

    .MenuType2 .col__menu {
        width: 100%;
    }

    .MenuType2 .col__other {
        width: calc(100% - 275px);
    }

    .MenuType2 .col__logo, .MenuType2 .col__other {
        position: static;
        padding: 0 15px;
        height: 90px;
        display:flex;
        align-items:center;
        vertical-align:middle;
        position:relative;
    }

    .MenuType2 .col__menu {
    }
}


.MyAccount-User {
    min-width: 72px;
}

.dropdownmenu {
    display: none !important;
    top: 127%;
    position: absolute;
    background: #fff;
    min-width: 200px;
    max-width: 200px;
    left: -70px;
    text-align: center;
    padding: 15px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 13px -8px #292929;
    -webkit-box-shadow: 0px 0px 13px -8px #292929;
    -moz-box-shadow: 0px 0px 13px -8px #292929;
    border: 1px solid #e5e5e5;
}

    .dropdownmenu::before {
        content: "";
        width: 100%;
        height: 30px;
        top: -30px;
        left: 0;
        position: absolute;
    }

.my_login .tablecell i {
    margin-right: 10px;
    position: absolute;
    top: 25px;
    right: -3px;
    font-size: 12px;
    color: #65676b;
}

.my_login {
    z-index: 999;
}

.top-list li:hover a {
    color: #fff !important;
}

.my_login:hover .dropdownmenu {
    display: block !important;
}

.loginview__list {
    text-align: left;
    margin-top: 15px;
    border-top: 1px solid #f0f2f5;
    padding-top: 10px;
}

.user__list {
    display: block;
}

    .user__list li {
        display: block !important;
        width: 100%;
    }

    .user__list a {
        color: #666 !important;
        display: block !important;
        font-size: 13px !important;
        padding: 2px 0;
        font-weight: 400;
    }

        .user__list a:hover {
            text-decoration: underline;
        }

.user__info span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.user__info a {
    width: 100%;
}

.user__info > span > a:hover {
    text-decoration: underline;
}

input, select, textarea {
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

.form-control input:focus {
    outline: 0;
    background: #fff;
    border: 1px solid var(--site-primary-color);
}

input::placeholder {
    font-size: 14px;
    font-weight: 400;
}

._2k13qe {
    width: 13px;
    height: 13px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-right: 0;
    margin: auto;
}

._userInActive {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.input_search-wrapper.hidden {
    display: none;
}

.input_search-wrapper {
    position: absolute;
    background: #fff;
    top: 120%;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 8px 11px -10px #9e9e9e;
    -webkit-box-shadow: 0 8px 11px -7px #9e9e9e;
    -moz-box-shadow: 0 8px 11px -7px #9e9e9e;
    width: 104%;
    left: -2%;
}

    .input_search-wrapper::before {
        content: '';
        background: white;
        height: 70px;
        position: absolute;
        top: -70px;
        width: 100%;
        left: 0;
        z-index: -1;
        box-shadow: 0px 0 11px -7px #9e9e9e;
        -webkit-box-shadow: 0px 0 11px -7px #9e9e9e;
        -moz-box-shadow: 0px 0 11px -7px #9e9e9e;
    }

.srch-most-list {
    display: block;
    margin-top: 15px;
}

.srch_most_list-item {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 13px
}

    .srch_most_list-item span {
        font-size: 14px;
        display: block;
        background: #f0f2f5;
        padding: 10px 20px;
        border-radius: 30px;
    }

.most-item-heading {
    color: #000;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.list-options {
    border-radius: 4px;
    background-color: #ffffff;
    width: 200px;
    z-index: 98;
    transition: 0.25s;
}

.product-sidebar-top {
    padding: 10px;
}

#sidebar .product-sidebar-top {
    padding: 0;
}

.FiltreList li .checkmark-text small {
    margin-left: 5px;
    font-size: 13px;
    color: #919191;
    font-family: Arial;
}

.FiltreList li {
    padding: 2.5px 0 0;
}

    .FiltreList li label {
        display: block;
    }

    .FiltreList li:hover label {
        cursor: pointer !important;
    }

        .FiltreList li:hover label span {
            color: #919191 !important;
        }

    .FiltreList li:last-child {
        padding-bottom: 6.5px;
    }

#category-filter li:hover label span {
    color: #000 !important;
}

.product__section__list:first-child .productAttr-h {
    border-top: 0 !important;
    padding: 0 0 10px !important;
}

.FiltreList li a, .FiltreList li .checkmark-text {
    color: #000;
    font-size: 13px;
    position: relative;
    top: -3px;
}

.product__section__list .productAttr-h {
    margin-bottom: 0;
    border-top: 1px solid #f0f2f5;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.categoryDetails-body {
    padding: 10px 0 0;
}

.categoryDetails-price {
    width: 50%;
    float: left;
    margin-top: 5px;
}

    .categoryDetails-price.text-right {
        position: relative;
    }

    .categoryDetails-price span {
        font-size: 13px;
    }

.breadcrumb {
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
}

    .breadcrumb li {
        display: inline-block;
        margin-right: 6px;
        font-size: 12px;
    }

        .breadcrumb li a {
            color: #000;
        }

        .breadcrumb li.active {
            color: #000;
            font-weight: 500;
        }

        .breadcrumb li a:hover {
            text-decoration: underline;
        }

        .breadcrumb li::after {
            content: "\f105";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            margin-left: 6px;
            color: var(--site-primary-color);
            font-size: 15px;
        }

        .breadcrumb li:last-child::after {
            display: none;
        }

.nav-up {
    height: 0;
}

.nav-down {
    position: fixed !important;
    top: 0;
    height: 45px;
}

.search-result-counter-wrapper .description {
    font-size: 20px;
    letter-spacing: normal;
    display: flex;
    font-weight: 400;
}

    .search-result-counter-wrapper .description h1 {
        display: inline;
        font-size: 100%;
        margin: 0;
        line-height: normal;
    }

    .search-result-counter-wrapper .description span {
        font-size: 14px;
        color: #919191;
        display: block;
        margin-left: 6px;
        position: relative;
        top: 5px;
    }

.productResult-wrapper {
    background: #ffffff;
}

.search-result-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#productResult {
    padding: 70px 0;
}

.productBreadcrumb {
    border-top: 1px solid #eee;
}

.list-product {
    padding: 0 5px;
}

.form-control {
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    font-size: 15px;
    width: 100%;
}

.section-contact {
    padding: 100px 0;
}

    .section-contact label {
        font-size: 14px;
        margin-bottom: 10px;
        color: #444;
        font-weight: 500;
    }

    .section-contact h1 {
        font-size: 24px;
    }

    .section-contact .contactCenter p {
        margin: 1em 0 0;
        border-bottom: 1px solid #f0f2f5;
        padding-bottom: 1em;
    }

        .section-contact .contactCenter p span {
            font-weight: 500;
        }

.contactCenter a {
    color: #000;
}

@media(max-width:768px) {
    .section-contact form {
        margin-top: 30px;
    }
}

textarea {
    min-height: 80px;
}

#CurrentSearchOption_Sort {
    height: 34px;
    line-height: 34px;
    padding: 0 10px !important;
}



.product-carousel:hover .swiper-scrollbar {
    opacity: 1 !important;
}

.swiper-scrollbar {
    width: calc(66.66% - 96px) !important;
    margin: 20px auto 10px;
    height: 4px !important;
    background-color: #c4c4c4 !important;
    position: relative !important;
    left: inherit !important;
    bottom: inherit !important;
}

.swiper-scrollbar-drag {
    background: #000 !important;
}


.headline-3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: inherit;
}

.product-card a {
    display: block;
    height: 100%;
    color: #000;
}


/* bootstrap rating*/
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('lib/bootstrap-star-rating/img/loading.gif') top left no-repeat;
    border: none
}

.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-disabled .rating {
    cursor: default;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    color: #999;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -webkit-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -o-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-xs {
    font-size: 13px;
}

.rating-summary .rating-xs {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
}

.rating-container .clear-rating {
    color: #919191;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%
}

.clear-rating-active {
    cursor: pointer !important
}

    .clear-rating-active:hover {
        color: #843534
    }

.rating-container .clear-rating {
    padding-right: 5px
}

.rating-container .caption {
    display: none;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0;
    text-shadow: none;
    color: #ffc107;
}

/*End Bootstrap Rating*/

.modal {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.modal-backdrop {
    opacity: 1 !important;
    background-color: #6565657d;
}



._sLmNjKl {
    padding: 100px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
}



    ._sLmNjKl .font-xl {
        font-size: 52px;
        margin-bottom: 15px;
        color: var(--site-primary-color);
    }

    ._sLmNjKl h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    ._sLmNjKl p {
        font-size: 22px;
        margin: 0 !important;
    }


/* Main Slider*/
#main-slider {
    margin-top: 40px !important;
}

    #main-slider .swiper-container, #main-slider .main-slider-bg {
        height: calc(100vh - 130px);
    }

    #main-slider .swiper-slide, #main-slider .swiper-slide .swiper-lazy {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }



    #main-slider .container {
        position: relative;
    }

    #main-slider .MainTableCell {
        position: absolute;
        text-align: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 100%;
		max-width:500px;
    }

    #main-slider h1, #main-slider h2, #main-slider h3, #main-slider h4 {
		font-size: 55px;
		font-weight: 500;
		color: #fff;
		text-shadow: 0px 0px 17px rgb(0 0 0 / 30%);
    }

    #main-slider .SliderAciklama p {
        font-size: 24px;
        color: #fff;
        margin-top: 10px;
        display: block;
		line-height:24px;
		text-shadow: 0px 0px 17px rgb(0 0 0 / 30%);
    }

    #main-slider .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        background-color: #fff !important;
        opacity: 1;
    }

    #main-slider .swiper-pagination-bullet-active {
        background: transparent !important;
        border: 2px solid #fff !important;
    }


/* Cokkie Content Start*/

#cookieConsent {
    background: #ffffff !important;
    height: 60px !important;
    border: 0;
    padding: 0 !important;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
}

    #cookieConsent .navbar-text {
        margin: 0;
        display: contents;
    }

@media(max-width:768px) {
    #cookieConsent {
        top: 0;
        bottom: auto;
        height: auto !important;
        padding: 10px !important;
        border-bottom: 1px solid #e5e5e5;
    }

        #cookieConsent .navbar-text {
            display: block !important;
            margin: 5px 0;
        }
}

/* Account End*/

.action {
    max-width: 400px;
    margin: 60px auto;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px 15px;
    border-radius: 4px;
}


    .action .btn-color {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 17px;
    }

    .action .form-group {
        text-align: left;
    }

    .action #clickIleti, .action #clickResmi {
        font-size: 12px;
    }

    .action h1 {
        font-weight: 500;
    }

    .action .validation-summary-errors ul {
        list-style-type: disc;
        display: block;
        margin-bottom: 15px !important;
        background: #ffd4d4;
        padding: 5px 30px !important;
        border-radius: 4px;
    }

    .action .validation-summary-errors li {
        font-size: 13px;
        text-align: left;
        width: 100%;
        margin-bottom: 0;
        font-weight: 500;
        list-style: disc;
    }

.altBilgi a {
    font-weight: 500;
}


.provider-login {
    display: flex;
    margin: 0 -2%;
}

    .provider-login button {
        width: 50%;
        float: left;
        margin: 0 2%;
        border: 1px solid #e5e5e5;
        background: #fff;
        color: #fff !important;
    }

.hizli-giris {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.ForgotPassword {
    font-size: 13px;
    font-weight: 500;
}

button[value=Facebook] {
    background: var(--site-primary-color) !important;
    border: 1px solid var(--site-primary-color);
}

button[value=Google] {
    background: #d64c3e !important;
    border: 1px solid #d64c3e;
}

.pagination {
    display: block;
    margin: 0 auto 30px !important;
    text-align: center;
}
    /* Account End*/
    .pagination .page-item {
        display: inline-block;
        text-align: center;
        margin: 0 5px;
    }

.page-link {
    color: #000;
    background-color: transparent;
    border: 0;
    font-weight: 500;
    padding: 7.5px 15px;
}

.page-item.disabled .page-link {
    color: #000;
    background-color: #fff0;
    border-color: #dee2e600;
}

.page-link:hover {
    background-color: #fff;
    border-color: var(--site-primary-color);
    border-radius: 4px;
    color: var(--site-primary-color);
}

.page-item.active .page-link {
    background-color: var(--site-primary-color);
    border-color: var(--site-primary-color);
    border-radius: 4px;
    color: #fff;
}

/*Pagination End*/
.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.rexa-icerik-tag {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media(max-width:992px) {
    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-2 {
        order: 2;
    }

    .pageContent-text--wrapper {
        margin-top: 15px;
    }

    .rexa-icerik-tag {
        font-size: 24px !important;
        font-weight: 500 !important;
    }

    .rx-log, .__en-ust, .navigation, .navi-sosyal-medya {
        display: none !important;
    }

    .header-top {
        padding: 0 15px;
        position: relative;
    }

    .col__logo, .col__menu {
        display: contents;
    }

    .navbar-toggler, .logo-container img {
        border: 0;
        background-color: transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        z-index: 9999999;
    }

    .logo-container img {
        right: auto;
        left: 15px;
    }

    .navbar-toggler span {
        width: 32px;
        display: block;
        height: 2px;
        background: #000;
        margin-bottom: 10px;
    }

        .navbar-toggler span:last-child {
            margin-bottom: 0;
        }

    .menuClick.active + .navigation {
        display: block !important;
        position: absolute;
        width: 100%;
        background-color: white;
        left: 0;
        top: 100%;
        border-top: 1px solid #eee;
        box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 0.25);
        -webkit-box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 0.25);
        -moz-box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 0.25);
    }

    .navigation > ul > li {
        display: block;
        text-align: left;
    }

        .navigation > ul > li a {
            line-height: 40px !important;
            height: 40px !important;
            border-bottom: 1px solid #eee;
        }

        .navigation > ul > li .dropdown-trigger {
            font-size: 16px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            width: 100%;
            right: 0;
            text-align: right;
            padding-right: 30px;
            z-index: 9999;
            top: 0px;
            position: absolute;
        }

            .navigation > ul > li .dropdown-trigger.active + ul {
                display: block;
                position: relative;
                width: auto !important;
                float: none;
                box-shadow: none !important;
                padding: 0 !important;
            }

                .navigation > ul > li .dropdown-trigger.active + ul a {
                    padding: 0 20px;
                }
}


@media(min-width:992px) {
    .rexa-icerik-ortala {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        width: 100%;
        padding: 0 30px;
    }
}

.rexa-icerik-ortala .btn {
    margin-right: 10px;
}

address {
    color: #919191;
    font-style: normal;
}

.contact-oge {
    margin-top: 15px;
    position: relative
}

    .contact-oge .fas {
        position: absolute;
        left: 0;
        padding: 0;
        width: 30px;
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .contact-oge span {
        padding-left: 35px;
    }

.rexa-cta {
    padding: 50px 0;
    text-align: center;
    background-color: var(--site-primary-color);
}

    .rexa-cta h5 {
        font-size: 32px;
        color: #fff;
        font-weight: bold;
    }

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    border-radius: 9999px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--site-primary-color);
    }

.main-slider-bg .btn-color, .main-slider-bg .btn-border:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: var(--site-primary-color) !important;
}

    .main-slider-bg .btn-border, .main-slider-bg .btn-color:hover {
        background-color: transparent;
        color: #fff !important;
        border: 2px solid #fff;
    }

.main-slider-bg .btn {
    margin-right: 15px;
}

.navi-sosyal-medya a {
    margin-left: 15px;
    font-size: 18px;
    color: #000;
}

    .navi-sosyal-medya a:first-child {
        margin-left: 25px;
    }

.rgw-title {
    color: #000;
    margin-bottom: 10px;
}

.gallerySubName {
    font-size: 28px;
    margin-bottom: 15px;
}

.rg-wrapper {
    margin-bottom: 30px;
}

.galleryfullScreen .rg-wrapper {
    margin-bottom: 0 !important;
}

.rg-wrapper .rgw {
}

.rgw-dtail {
    margin: 10px 0;
}

.rgw-aciklama {
    font-size: 13px;
    color: #7a7a7a;
    max-height: 83px;
    min-height: 83px;
    overflow: auto;
    padding-right: 5px;
}

    .rgw-aciklama::-webkit-scrollbar {
        width: 6px;
        border-radius: 30px;
    }

    /* Track */
    .rgw-aciklama::-webkit-scrollbar-track {
        background: #eee;
        border-radius: 30px;
    }

    /* Handle */
    .rgw-aciklama::-webkit-scrollbar-thumb {
        border-radius: 30px;
        background: #ddd;
    }

    .rgw-aciklama p {
        font-size: 14px;
        color: #7a7a7a;
        margin: 0 !important;
    }

.rgw-dtail .btn {
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 10px;
}

.rexa-parallax {
    padding: 120px 0;
    position: relative;
}

    .rexa-parallax::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg, #6f6f6fb0 16%, #0000003d 50%);
        top: 0;
    }

.rp-rlative {
    position: relative;
    z-index: 2;
    color: #fff;
}

    .rp-rlative h4 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 15px;
    }

.rp-aciklama, .rp-aciklama p {
    font-size: 24px;
}

.header-top, .sticky, .header-top .logo img, .header-top .navigation > ul > li > a, #backToUp {
    transition: 0.4s;
    transition: 0.4s;
    transition: 0.4s;
}

    .header-top.sticky {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        height: 60px;
        z-index: 101;
    }

    .header-top.sticky {
        animation: mymove 0.4s ease-in-out;
    }

@keyframes mymove {
    from {
        top: -20px;
    }

    to {
        top: 0px;
    }
}

.header-top.sticky .logo-container {
    height: 60px;
}

    .header-top.sticky .logo-container img {
        max-height: 35px;
    }

.header-top.sticky .navigation > ul > li > a {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
}


#backToUp {
    bottom: 30px;
    background-color: var(--site-primary-color);
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    right: 30px;
    opacity: 0;
    position: fixed;
    text-align: center;
    cursor: pointer;
}

    #backToUp:hover, #backToUp:active, #backToUp:focus {
        background-color: var(--site-primary-color);
    }

    #backToUp.show {
        opacity: 1;
        visibility: visible;
    }

    #backToUp:hover {
        bottom: 40px;
        opacity: 0.8;
    }

.rx-log {
    background-color: var(--site-primary-color);
    height: 20px;
    line-height: 20px;
}

    .rx-log ul {
        text-align: right;
    }

    .rx-log li {
        display: inline-block;
        margin-left: 30px;
    }

        .rx-log li a {
            color: #fff;
            font-size: 11px;
            font-weight: 300;
        }

        .rx-log li button {
            margin: 0;
            padding: 0;
            background-color: transparent;
            border: 0;
            color: #fff;
            font-size: 13px;
            font-weight: 300;
        }

        .rx-log li a:hover, .rx-log button:hover {
            color: #ddd;
        }

.blog-section {
    padding: 100px 0;
}

.blogSidebar {
    width: 250px;
    padding: 0 15px;
}

.blogItemContent {
    width: calc(100% - 250px);
    padding: 0 15px;
}

.b-list-wrapper .blog-item {
    width: calc((100% / 3) - 30px);
    margin: 0 15px;
    box-shadow: 0px 0px 15px rgb(215 215 215 / 0.30);
    -webkit-box-shadow: 0px 0px 15px rgb(215 215 215 / 0.30);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

    .b-list-wrapper .blog-item:hover {
        box-shadow: 0px 0px 15px rgb(215 215 215 / 0.85);
        -webkit-box-shadow: 0px 0px 15px rgb(215 215 215 / 0.85);
    }

    .b-list-wrapper .blog-item a {
        color: #444;
    }

.blog-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #fff;
    height: 300px;
}

    .blog-item-img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

.news-item-short-description, .news-item-short-description p {
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    min-height: 40px;
    max-height: 50px;
}

.blog-item-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 54px;
}

.flex-blog-item {
    padding: 10px;
}

.blog-item-title {
    margin: 5px 0;
}

.blogSidebar-item a {
    display: block;
    color: #444;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

    .blogSidebar-item a:hover {
        color: var(--site-primary-color);
    }

.blogSidebar-head {
    font-size: 21px;
    font-weight: bold;
}

.blogDetail {
    padding: 70px 0;
}

    .blogDetail .privateCol12 {
        box-shadow: 0px 0px 15px rgb(215 215 215 / 0.30);
        -webkit-box-shadow: 0px 0px 15px rgb(215 215 215 / 0.30);
        padding: 30px;
    }

    .blogDetail .news-item-published-on {
        margin: 10px 0;
        font-size: 18px;
    }

.lang_menu > ul {
    width: max-content;
}

    .lang_menu > ul > li {
        position: relative;
    }

        .lang_menu > ul > li > a {
            display: block;
            padding: 10px;
            border: 1px solid #ddd;
            color: #000;
            border-radius: 4px;
        }

            .lang_menu > ul > li > a:hover {
                background-color: #ddd;
            }

        .lang_menu > ul > li:hover .dropdown-menu {
            display: block !important;
        }

.lang_menu .dropdown-menu {
}





.fade:not(.show) {
    opacity: 1;
    display: none;
}

.show {
    opacity: 1;
}

.product-detail-list {
    padding: 15px 0;
}

.product-detail-tabs .nav {
    display: block;
    border-bottom: 1px solid #ddd;
}

    .product-detail-tabs .nav a {
        color: #000;
        font-weight: 500;
        padding: 15px;
        margin-right: 15px;
        display: inline-block;
        font-size: 20px;
    }

        .product-detail-tabs .nav a.active {
            font-weight: 600;
            border-bottom: 3px solid #000;
        }


.static-tab-div, .static-tab-div p {
    font-size: 18px;
}

.product-images-list ul {
    margin: 0 -15px !important;
}

    .product-images-list ul li {
        width: 25%;
        padding: 0 15px;
    }

        .product-images-list ul li.request-offers .r_o-wrapper {
            height: 100%;
        }

        .product-images-list ul li.request-offers a {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #000;
            color: #fff;
            font-size: 38px;
            letter-spacing: 0.1em;
        }

.product-images-list {
    padding: 50px 0;
}

.product-image-head {
    margin-bottom: 40px;
}

.product-image-head {
    font-size: 42px;
}
.galleryDetailContent .swiper-pagination-bullet{
    width:16px;
    height:16px;
}
.galleryDetailContent .swiper-pagination-bullet-active {
    background: var(--site-primary-color);
}

.galleryDetailContent .swiper-button-next, .galleryDetailContent .swiper-button-prev{
    display: none;
}
.galleryDetailContent:hover .swiper-button-next, .galleryDetailContent:hover .swiper-button-prev {
    display: block;
}
.swiper-button-disabled{
    display:none!important;
}
.galleryDetailContent .swiper-slide img{
    max-height:100%;
    max-width:100%;
    width:auto;
    height:auto;
}
.galleryDetailContent .swiper-wrapper{
    margin-bottom:25px !important;
}

.list3 li {

	display:inline-block;
}
.list3 li a{
	font-size:14px;

}
.enUstLang{
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #000;	
}
.enUstLang span{
	margin-left:5px;
}
@media (min-width: 992px){
.navbar .container{
	width: 100% !important;
}
}