﻿@charset "UTF-8";
/*@import "layout/_reset";*/
/*@font-face {
    font-family: 'SofiaProLight';
    src: url('../fonts/sofia/SofiaProLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofia/SofiaProLight.otf') format('opentype'),
        url('../fonts/sofia/SofiaProLight.woff') format('woff'),
         url('../fonts/sofia/SofiaProLight.ttf') format('truetype'),
         url('../fonts/sofia/SofiaProLight.svg#SofiaProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*$bg-ban: #efd8be;
$bg-root: #826546;
$bg-base: #ec2951;
$bg-def: #e5b279;
$bg-alt: #ddb385;
$bg-inn: #f8f8f8;
$bg-white: #fff;
$bg-light: #cccccc;
$bg-lighter: #f3f3f3;
$bg-red: #f00;
$bg-foot: #e9e9e9;
$bg-link: #705d47;*/
/*$tg-htitle: #4f6474;
$tg-ftitle: #5f4830;
$tg-fico: #e9e9e9;
$tg-rtitle: #53402b;
$tg-gray: #c5d0db;
$tg-light: #f0f0f0;
$tg-dark: #010101;*/
body {
    font-family: "Poppins", sans-serif;
    float: left;
    width: 100%;
    overflow-x: hidden !important;
    font-size: 13px;
    font-weight: 400;
    color: #212529;
    line-height: 1.5;
    margin: 0;
}

    body.modal-open header {
        z-index: auto;
    }

    body a {
        font-family: 'Rubik', sans-serif;
        display: block;
        font-size: 13px;
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        text-decoration: none;
    }

#pageBody {
    min-height: 350px;
    padding: 4px 0;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

a {
    text-decoration: none;
    color: #565657;
    display: inline-block;
    font-size: 13px;
}

    a:hover {
        color: #19c880;
    }

:focus {
    outline: none !important;
    outline: 0 !important;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

tr input {
    margin-right: 5px;
}

tr label {
    margin-right: 15px;
}

.btn-link {
    color: #3c3d3e;
    font-weight: 500;
    background-color: transparent;
    font-size: 14px;
    transition: 300ms;
}

.btn-secondary:hover {
    color: initial;
    background-color: initial;
    border-color: initial;
}

a.help {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #2c2929;
    padding: 8px 0px;
    line-height: 22px;
}

    a.help i {
        font-size: 21px;
        display: inline-block;
        float: left;
        margin-right: 5px;
        color: #303030;
    }

.theme-edit .modal-footer {
    position: relative;
}

.postModule.flipInY {
    -moz-animation-name: flipInY;
    -o-animation-name: flipInY;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

:focus {
    outline: none;
    box-shadow: none !important;
}

.fancybox-content {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.clearFix:after {
    clear: both;
}

.clearFix:before, .clearFix:after {
    content: "";
    display: table;
}

li {
    list-style: none;
}

span a {
    display: inline-block;
}

.none, .hide {
    display: none;
}

.btn:focus {
    outline: none !important;
}

/*.btn {
    border-radius: 0;
}*/
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    transition: 300ms;
}

    .btn-primary:hover {
        background-color: #323130;
        border-color: #323130;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.module {
    min-height: 45px;
    position: relative;
}

    .module.dynamic-form {
        font-family: "Poppins", sans-serif;
    }

.module-min-h-0 .module {
    min-height: 0;
}

/*.modal-backdrop {
    z-index: 98;
}*/
.xzoom-container {
    width: 100%;
}

.xzoom-thumbs {
    text-align: left !important;
    margin-top: 0;
}

    .xzoom-thumbs a {
        width: 100%;
    }

.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
    margin-left: 0 !important;
        max-height: 100px;
    object-fit: cover;
    width: 100%;
}



figure {
    margin: 0 0 1.9rem;
}

#up {
    bottom: 70px;
    right: 30px;
    position: fixed;
    color: black;
    width: 40px;
    height: 40px;
    font: bold 10pt verdana;
    display: none;
    padding: 5px;
    cursor: pointer;
    border: none;
    z-index: 999999;
    border-radius: 50%;
    text-align: center;
    color: white;
    background: #ffffff;
    padding: 10px 0px;
    font-size: 18px;
    border: 2px solid #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #up i {
        color: #000000;
    }

    #up:hover {
        background-color: #000000;
    }

        #up:hover i {
            color: white;
        }

.image-module a img {
    max-width: 100%;
    width: 100%;
}

.image-module a:before {
    content: '';
    border: 10px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 8;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.image-module a:hover:before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.hover-animation a {
    position: relative;
}

    .hover-animation a:before {
        content: "";
        background: rgba(255, 255, 255, 0.4);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        position: absolute;
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transition: transform 1s ease 0s;
        -moz-transition: transform 1s ease 0s;
        -webkit-transition: transform 1s ease 0s;
    }

    .hover-animation a:hover:before {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

/*.img-hover-effect {
    .image-module {
        position: relative;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;

        &:before {
            background: rgba(255, 255, 255, 0.3);
            bottom: 0;
            content: "";
            left: 50%;
            position: absolute;
            right: 51%;
            top: 0;
            opacity: 1;
            pointer-events: none;
        }

        &:after {
            background: rgba(255, 255, 255, 0.6);
            bottom: 50%;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 50%;
            opacity: 1;
            pointer-events: none;
        }

        &:hover {
            &::after {
                top: 0;
                bottom: 0;
                opacity: 0;
                -moz-transition: all 900ms linear;
                -o-transition: all 900ms linear;
                -webkit-transition: all 900ms linear;
                transition: all 900ms linear;
            }

            &::before {
                left: 0;
                right: 0;
                opacity: 0;
                -moz-transition: all 900ms linear;
                -o-transition: all 900ms linear;
                -webkit-transition: all 900ms linear;
                transition: all 900ms linear;
            }
        }
    }
}*/
.caption-absolute {
    position: absolute;
    top: 35%;
    left: 85px;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.lazy {
    display: block;
}

    .lazy:before {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: text-bottom;
        border: .25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border .75s linear infinite;
        -moz-animation: spinner-border .75s linear infinite;
        -o-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
        content: "";
        position: absolute;
        top: 50%;
        bottom: 50%;
        left: 0;
        right: 0;
        margin: 0px auto !important;
        z-index: 1;
    }

img.lazy {
    /*min-height: 200px;*/
    min-width: 80px;
    background-position: center;
}

.navbar {
    padding: 0;
}

.px-0-child-cols > div > div {
    padding-left: 0;
    padding-right: 0;
}

a.add-slide, a.add-tab, a.add-product-slider-tab {
    color: white !important;
}

.remove-tab, .remove-slide, .remove-product-slider-tab {
    float: right;
    color: white !important;
    margin-top: 25px;
}

.tabs-box, .accordion-box, .slider-box, .product-slider-box {
    position: relative;
    margin-bottom: 90px;
}

.slide-box, .product-slider-box {
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 50px;
}

.slide-order, .product-slide-order {
    background: #f3f3f3;
    padding: 12px 0px;
    border-radius: 4px;
    margin-bottom: 10px;
    line-height: 30px;
}

    .slide-order h5, .product-slide-order h5 {
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        line-height: 30px;
    }

    .slide-order input, .product-slide-order input {
        float: right;
        width: 50px;
        border: 1px solid white;
        height: 30px;
        border-radius: 4px;
        margin-left: 8px;
        text-align: center;
    }

.module-check-list {
    line-height: 26px;
}

    .module-check-list label {
        font-size: 13px;
    }

a.remove-image {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: #2c2929;
    padding: 4px 8px;
    border-radius: 3px;
    color: white;
}

    a.remove-image:before {
        content: "\f2ed";
        font-family: 'font awesome 5 free';
        margin-right: 5px;
    }

.paragraph-advanced a {
    display: block;
}

.paragraph-text:hover {
    color: #565657 !important;
}

.html p, .html ul li {
    line-height: 28px;
}

.html ul {
    margin-top: 15px;
}

/** STATIC TYPE **/
.bordered-1 {
    border: 1px solid #f3f3f3;
}

.tipografi {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

    .tipografi h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #171717;
    }

    .tipografi p {
        line-height: 25px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .tipografi h5 {
        margin-top: 30px;
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 400;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .tipografi h6 {
        font-size: 16px;
        margin-bottom: 8px;
    }

.static-type b {
    font-size: 1rem;
    font-weight: 600;
}

.static-type h5 {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.border-1 {
    border: 1px solid #efebeb;
    border-radius: 4px;
}

/** STATIC TYPE END **/
/* FILTER MODULE */
.filter-module input, .filter-module select {
    line-height: 64px !important;
    /*border: 0;*/
    padding: 0px 20px;
    font-weight: 600;
    color: #1d1c1c;
    font-size: 17px;
    height: 64px;
}

.form-control.location {
    min-width: 370px;
}

.filter-module select {
    min-width: 210px;
}

.filter-module input::placeholder {
    color: #1d1c1c;
}

.filter-button {
    background: #ff9803;
    border: 0;
    border-radius: 4px;
    color: white;
    line-height: 64px;
    padding: 0px 36px;
    font-size: 18px;
    font-weight: 700;
}

.filter-module ul li {
    padding: 0px 6px;
}

/* FILTER MODULE */
#htmlmodule .moduleContent p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}

#htmlmodule .moduleContent,
.html.module .style-type-2 {
    padding: 15px;
    border: 1px solid #efeded;
    border-top: 0;
}

.title a {
    display: block;
}

.title h1 {
    /*font-size: 15px;
    background: #f6f6f6;
    padding: 14px 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: left !important;
    margin: 0;*/
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 21px;
}

.title-type-1 {
    margin-bottom: 25px;
    border-radius: 6px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    line-height: 45px;
}

    .title-type-1 i {
        width: 45px;
        background: #f6f6f6;
        text-align: center;
        margin-right: 15px;
        line-height: 45px;
        color: #2e2c2c;
    }

.title-type-2 {
    border: 1px solid #e7e7e79e;
    font-size: 13px;
    padding: 0px 15px;
    /* background: rgba(252,252,252,1); */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f3f3f3));
    /* background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%); */
    background: -o-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%);
    /* background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3', GradientType=0 );
    margin-bottom: 0;
    background: rgba(246, 246, 246, 0.43);
}

    .title-type-2 span {
        line-height: 45px;
        font-size: 14px;
    }

.title-type-3 {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: 1px solid #ebebeb;
}

    .title-type-3 i {
        height: 42px;
        line-height: 42px;
        width: 62px;
        text-align: center;
        background: #f9f9f9;
        border-top-left-radius: 6px;
        position: relative;
        top: -1px;
        left: -1px;
        margin-right: 10px;
        border: 1px solid #ebebeb;
        border-bottom: 0;
    }

.title-type-4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #ebebeb;
    line-height: 42px;
    border-radius: 6px;
}

    .title-type-4 i {
        display: inline-block;
        background: #f9f9f9;
        line-height: 42px;
        width: 60px;
        text-align: center;
        margin-right: 15px;
        border-right: 1px solid #f1f1f1;
    }

.title-type-5 {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 25px;
    color: #222;
}

.title-type-6 {
    text-align: center;
}

    .title-type-6 span {
        padding: 0px 30px;
        margin: 0 !important;
        line-height: 55px;
        height: 55px;
        display: inline-block;
        color: #1b1b1b;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-weight: 400;
        letter-spacing: 0.4px;
        font-size: 34px;
    }

    .title-type-6 p {
        letter-spacing: 0.6px;
        font-weight: 400;
        font-family: 'dosis', sans-serif;
        color: #191919;
        font-size: 15px;
    }

.failed {
    position: absolute;
    bottom: 12px;
    right: 24px;
    color: #d84444;
}

.admin-edit-button {
    position: fixed;
    right: 0;
    background: #545659;
    border: none;
    padding: 14px 16px;
    color: white;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
}

#admin-edit-layout .modal-body {
    padding: 0 !important;
}

.custom-header {
    text-decoration: none !important;
    color: black;
}

.secondary-module-head {
    font-weight: 300;
}

.edit-button {
    position: absolute;
    z-index: 98;
    right: 15px;
    background: #f6f6f6;
    box-shadow: none;
    color: black;
    padding: 8px 10px;
    border: 1px solid #e4e4e4;
    border-top: 0;
    top: 0;
    border-radius: 9px;
}

    .edit-button:hover {
        opacity: 1;
    }

.modal-header {
    background: #2c2929;
    color: white;
}

.theme-edit .modal-header {
    background: #2c2929;
    color: white;
}

.modal-header .close {
    color: #e9e9e9 !important;
    text-shadow: none;
    opacity: 1;
}

    .modal-header .close span {
        font-size: 28px;
        line-height: 31px;
        margin-right: 12px;
        border: 0;
        padding: 0;
    }

.modal-header h5 {
    font-weight: 400;
    font-size: 16px;
}

.theme-edit label {
    font-size: 14px;
}

.theme-edit .form-control {
    font-size: 13px;
}

.theme-edit h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px;
    display: block;
    border-bottom: 1px solid #e9e8e8;
    padding-bottom: 15px;
}

.theme-edit-tabs li a {
    color: #363636;
    border: transparent !important;
    border-radius: 0 !important;
    background: #efefef;
    margin-right: 2px;
    font-size: 14px;
}

    .theme-edit-tabs li a.active {
        background: #2c2929 !important;
        border: none !important;
        color: white !important;
        /* border-radius: 0 !important;
     */
    }

.theme-edit-tabs {
    border: none;
}

    .theme-edit-tabs li {
        width: calc(100% / 4) !important;
        text-align: center;
    }

        .theme-edit-tabs li:first-child a {
            border-top-left-radius: 9px !important;
        }

        .theme-edit-tabs li:last-child a {
            border-top-right-radius: 9px !important;
        }

.module:hover a.edit-button {
    display: block;
}

.custom-menu ul li a i {
    color: white !important;
    margin-right: 0px !important;
    text-shadow: none !important;
}

.topbar {
    background: #8f674c;
    font-size: 14px;
    font-family: 'rubik', sans serif;
    padding: 0;
    border-bottom: 1px solid #ededed;
}

.top-bar-menu ul li a {
    color: #fff !important;
}

.top-bar-menu ul li.dropdown ul li a {
    color: #000 !important;
}

    .top-bar-menu ul li.dropdown ul li a:hover {
        color: #e61a1a !important;
    }

.topbar-center h5 {
    text-align: center;
    color: #fff;
    line-height: 43px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    width: 100%;
    margin-bottom: 0;
}

#menu-topbarsocial ul li a {
    color: #fff;
    font-size: 16px;
}


#nav-menu-topbar {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    position: unset;
}

#menu-topbar {
    /*display: inline-block;*/
    /*& > ul {
        text-align: right;
        width: 100%;

        & > li {

            & > a {
                position: relative;
                display: inline-block;
                text-decoration: none;
                text-transform: uppercase;
                font-family: $font-name-base;
                font-size: 13px !important;
                padding: 22px 16px;
                font-size: 15px;
                color: #080808;
                font-weight: $font-weight-medium;
                -moz-transition: 300ms;
                -o-transition: 300ms;
                -webkit-transition: 300ms;
                transition: 300ms;

                &:hover {
                    &:after {
                        color: #beae59;
                    }
                }
            }

            &:first-child {
                padding-left: 0;
            }
        }
    }*/
}

.topbar-menu .navbar-toggler {
    margin: 4px;
    padding: 2px 6px;
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.topbar-menu span.navbar-toggler-icon {
    background-image: url("../images/menu-icon.svg");
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
}

.topbar-menu li {
    margin: 0;
    padding: 12px 0px;
}

    .topbar-menu li > a {
        padding: 0px 15px !important;
        font-weight: 400;
        border-right: 1px solid #e6e3e3;
        color: #232323;
        font-size: 12px;
    }

.vertical ul {
    display: block;
    width: 100%;
}

    .vertical ul li a {
        border-bottom: 1px solid #e3e3e3;
        line-height: 54px;
        padding: 0px 20px !important;
        display: block;
        color: #5b5959;
        font-size: 14px;
    }

.vertical {
    border: 1px solid #ebebeb;
}

    .vertical ul li:last-child a {
        border-bottom: 0;
    }

    .vertical ul li:hover a {
        background: #6eaee7;
        color: white;
    }

    .vertical ul li a:before {
        content: "\f35a";
        font-family: 'font awesome 5 free';
        font-size: 22px;
        float: left;
        margin-right: 8px;
        color: #e7e7e7;
    }

.language img {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.currency span {
    text-align: center;
    border-radius: 50%;
}

.currency ul li a,
.language ul li a {
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #f1efef;
    display: block;
}

.currency ul li,
.language ul li:last-child a {
    border-bottom: 0;
}

.currency ul, .language ul {
    max-width: 200px;
    width: 150px;
    padding: 0;
    background: white;
    margin-top: 0;
}

    .language ul li a img {
        margin-right: 5px;
    }

.language .btn, .currency .btn {
    background: none;
    font-size: 13px;
    color: #fff;
    padding: 11px 0px;
}

.logo {
    max-width: 160px;
    margin: 0px auto;
    /*display: table;
    position: relative;
    min-height: 45px;
    text-align: center;
    width: 100%;*/
}

    .logo img {
        max-width: 143%;
        width: auto;
    }

.my-cart {
    position: relative;
    padding: 6px 0px;
}

    .my-cart .dropdown-menu {
        max-width: 320px;
        right: 0;
        left: inherit !important;
        padding: 10px 15px;
        top: 20px !important;
        transform: translate3d(0px, 40px, 0px) !important;
        border: 1px solid whitesmoke;
        /*&:before {
            right: 35px !important;
            left: inherit;
        }*/
    }

    .my-cart #cart-count {
        position: absolute;
        left: 12px;
        background: #da4d4c;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        color: white;
        font-size: 11px;
        line-height: 22px;
        font-weight: 500;
        font-family: 'rubik';
        top: -6px;
    }

    .my-cart > .btn {
        background: none;
        border: none;
        color: black;
        padding: 0;
        /*&:active {
            background: none;
            border: none;
        }

        &:hover {
            background: none;
            color: black;
        }*/
    }

        .my-cart > .btn:after {
            content: none;
        }

.my-cart-info {
    display: inline-block;
}

    .my-cart-info span {
        display: inline-block;
        text-align: left;
        font-size: 15px;
        font-weight: 600;
        /* font-family: 'dosis'; */
        color: #fff;
    }

span.my-cart-title {
    width: 100%;
}

.my-cart-item {
    margin-right: 16px;
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

    .my-cart-item > i {
        font-size: 23px;
        color: #1f1f1f;
    }

    .my-cart-item .dropdown-menu {
        padding: 15px;
        top: 20px !important;
        transform: translate3d(0px, 15px, 0px) !important;
        left: inherit !important;
        right: 0 !important;
        border: 1px solid whitesmoke;
    }

        .my-cart-item .dropdown-menu:before {
            top: -9px;
            left: inherit !important;
            right: 15px !important;
        }

.dropdown-menu:before {
    width: 15px;
    height: 15px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-zoom: 1;
    zoom: 1;
    position: absolute;
    top: -7px;
    left: 25px;
    border-top: 1px solid #d6d5d5;
    border-left: 1px solid #d6d5d5;
    background: #ffffff;
    content: "";
}

.cart-button-group {
    padding: 0;
    width: 100%;
    float: left;
    font-size: 12px;
}

    .cart-button-group a {
        font-size: 13px;
        /*width: 100%;
        margin: 7px 0 7px 0 !important;
        text-transform: uppercase;
        border-radius: 3px;
        font-weight: 500;
        background: #eef0f1 !important;
        display: block;
        text-align: center;
        line-height: 20px;
        margin-bottom: 0;
        padding: 13px 0px 11px;
        border: 1px solid #ededed !important;
        color: #222222;

        &:hover {
            border-color: #beae59;
            background-color: #beae59 !important;
            color: #fff;
        }*/
        /*&.btn.btn-success:before,
        .btn.btn-primary:before {
            font-family: "font awesome 5 free";
            font-size: 12px;
            margin-right: 4px;
            font-weight: 600;
        }

        &.btn.btn-success:before {
            content: "\f07a";
        }

        &.btn.btn-primary:before {
            content: "\f2f6";
        }*/
    }

.total-price {
    font-weight: 600;
    display: block;
    text-align: left;
    line-height: 52px;
}

.cart-title {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    font-weight: 400;
}

.cart-product-image {
    background: white;
    width: 25%;
    float: left;
}

    .cart-product-image img {
        max-width: 100%;
    }

.cart-product-title {
    width: 75%;
    float: left;
    padding: 0px 10px;
    font-size: 13px;
}

.cart-product-name {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.cart-product-price {
    width: 100%;
    float: left;
}

.cart-total-products > ul {
    padding: 0;
    margin: 0;
}

    .cart-total-products > ul > .cart-product {
        display: block;
        width: 100%;
        float: left;
        padding: 12px 0px;
        border-bottom: 1px solid #e3e1e1;
        position: relative;
    }

        .cart-total-products > ul > .cart-product > a {
            display: block;
            float: left;
            width: 100%;
        }

        .cart-total-products > ul > .cart-product img {
            border: 1px solid #e1dede;
        }

.cart-total-products .remove {
    position: absolute;
    right: -15px;
    float: right !important;
    left: inherit;
    width: 35px !important;
    top: 35px;
}

.total-cart-price {
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 15px;
    text-align: right;
}

    .total-cart-price span {
        font-weight: 500;
        float: left;
    }

.header-middle-search {
    min-width: 290px;
    float: right;
    align-items: center;
    display: grid;
    /*position: absolute;
    top: 100%;
    z-index: 999;
    width: 100%;
    min-width: 290px;
    display: none;

    .twitter-typeahead {
        display: block !important;
    }*/
}

    .header-middle-search .no-gutters {
        border: 1px solid #beb8bb;
        border-radius: 15px;
    }

    .header-middle-search input {
        color: #717070;
        font-size: 13px;
        font-family: 'rubik';
        border: 1px solid #ffffff;
        border-right: 0;
        height: 45px;
        border-radius: 0;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        background: white !important;
        -moz-transition: all 0s ease-in-out 0s;
        -ms-transition: all 0s ease-in-out 0s;
        -o-transition: all 0s ease-in-out 0s;
        -webkit-transition: all 0s ease-in-out 0s;
        transition: all 0s ease-in-out 0s;
        font-size: 13px;
    }

        .header-middle-search input:focus {
            border: none;
        }

    .header-middle-search .search-button {
        background: #ffffff;
        height: 44px;
        border-radius: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 0px 25px;
        transition: 300ms;
    }

        .header-middle-search .search-button i {
            color: #949494;
            line-height: 43px;
            font-size: 15px;
            transition: 300ms;
        }

        .header-middle-search .search-button:hover i {
            color: #da4d4c;
        }

.twitter-typeahead {
    display: block !important;
    width: 100%;
}

.tt-menu {
    background: white;
    width: 90%;
    padding: 15px;
    border: 2px solid #efefef;
    border-radius: 9px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 8px !important;
}

.tt-suggestion.tt-selectable {
    cursor: pointer;
}

.tt-dataset.tt-dataset-marka {
    margin-bottom: 15px;
}

h3.league-name {
    font-size: 16px;
    color: #5a9cd6;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 8px;
}

.account-title.desktop {
    float: left;
    width: 100%;
}

.account-title.mobile {
    width: unset !important;
    float: none !important;
    margin-left: 5px;
}

#user-login-modal input {
    height: 42px;
}

.user-menu {
    /*.dropdown-menu {
        padding: 15px;
        top: 20px !important;
        transform: translate3d(0px, 15px, 0px) !important;
        left: inherit !important;
        right: 0 !important;
        border: 1px solid whitesmoke;
        min-width: 320px;

        & > a.btn-link i,
        & > a.btn i {
            margin-right: 4px;
        }
    }*/
}

    .user-menu button {
        background: none;
        border: none;
        color: black;
        font-family: 'rubik';
        padding: 0;
    }

        .user-menu button span {
            font-size: 13px;
            display: inline-block;
            float: right;
            letter-spacing: 0.8px;
        }

        .user-menu button:after {
            content: none;
        }

.search-open-button {
    color: #beae59;
    font-size: 21px;
    cursor: pointer;
    margin-right: 20px;
    line-height: 45px;
}

.account-status {
    padding: 15px 0px;
}

.favorite-list a i,
.user-menu button i {
    margin-right: 5px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    color: #484848;
    font-size: 23px;
    font-weight: 600;
}

#user-menu-modal ul li {
    float: left;
    width: 25%;
    padding: 8px 5px;
}

    #user-menu-modal ul li a {
        color: #5d5b5b;
        font-size: 13px;
        display: block;
        border: 1px solid #f3f3f3;
        border-left: 0;
        line-height: 46px;
    }

    #user-menu-modal ul li:hover a {
        background: #6eaee7;
        color: white;
    }

        #user-menu-modal ul li:hover a i {
            background: #67a7e1;
            color: white;
        }

.rotate:hover i {
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#user-menu-modal ul li a i {
    background: #f3f3f3;
    width: 35px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    text-shadow: none;
    color: #424242;
    margin-right: 6px;
}

.favorite-list {
    display: block;
}

    .favorite-list a {
        color: black;
        font-size: 13px;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

        .favorite-list a:hover {
            color: #beae59;
        }

.header-middle.sticky-active {
    display: block;
    padding-top: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: #eeeeee;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 900ms;
    -moz-animation-duration: 900ms;
    -o-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -moz-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -o-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    border-bottom: 0;
}

.call-us i {
    float: left;
    font-size: 45px;
    color: #fd5503;
}

.call-us .header-phone {
    padding-left: 10px;
    display: inline-block;
    text-align: left;
    color: #efefef;
}

    .call-us .header-phone h3 {
        font-size: 18px;
        font-weight: 400;
        margin: 2px 0px;
    }

.productbookmark-popup .product-item a, .overview-product .product-item a {
    cursor: pointer;
    z-index: 98;
}

.productbookmark-popup .product-image, .overview-product .product-image {
    min-height: inherit;
}

/* SMART KATEGORİ */
.categories-title {
    background: #e0bc9f;
    border-radius: -5px -5px 0 0;
    min-height: 55px;
    line-height: 55px;
    color: white;
    font-size: 17px;
    font-family: 'rubik';
    font-weight: 500;
}

    .categories-title i {
        color: #272727;
        margin-right: 15px;
    }

    .categories-title .navbar-toggler {
        padding: 22px 21px !important;
        display: block;
        float: left;
        height: 55px;
        border-radius: 0;
        border: none;
        color: #383838;
        width: 100%;
        text-align: left;
        font-size: 15px;
    }

.smart-categories #navbarNav {
    width: 100%;
    float: left;
}

.smart-categories .n-category {
    display: block;
    border: 1px solid #e7e7e7;
    border-top: 0;
    width: 100%;
}

.smart-categories nav ul li:last-child {
    border-bottom: 0;
}

.smart-categories .mega-left ul > li > ul > li a {
    position: relative;
    padding: 0;
    line-height: 42px;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
}

.smart-categories .navbar-nav > li > a {
    line-height: 46px;
    padding: 0 10px !important;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #efefef;
}

.smart-categories .navbar-nav > li:last-child > a {
    border: 0;
}

.smart-categories ul > li > a i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
    font-size: 12px;
}

.smart-categories nav > ul > li:hover a {
    padding-left: 25px !important;
    color: #6eaee7 !important;
}

.smart-categories .dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 25%;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    content: "\f105";
    font-family: 'font awesome 5 free';
    font-weight: 900;
}

.smart-categories .navbar {
    border-top: 0;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    margin: 0;
    padding: 0;
}

.smart-categories .navbar-brand {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.categories-title .navbar-toggler span {
    height: 24px;
    background: none;
}

.expand-category-link {
    border: 1px solid #ebebeb;
    padding: 13px 18px;
    border-top: 0;
    cursor: pointer;
    font-weight: 500;
}

    .expand-category-link i {
        width: 26px;
        text-align: center;
        color: #fd5503;
    }

    .expand-category-link span:before {
        content: "Daha Fazla Kategori";
    }

/* SMART ÜST KATEGORİLER BAŞLANGIÇ */
.top-categories {
    /*display: block;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;*/
}

    .top-categories .nav-item .primary-level .second-level {
        /* float: left; */
        width: 33%;
        display: inline-block;
        padding: 0px 10px;
        margin-bottom: 15px;
    }

    .top-categories > li {
        position: relative;
        /*.dropdown-menu {
            border: none;
            margin: 0;
            padding: 0;
            opacity: 0;
            transition: 0.3s all ease 0s;
            display: block;
            visibility: hidden;
            top: 150%;
            width: 800px;
            transform: scaleY(0);
            transform-origin: 0 0 0;
        }*/
        /*//Geçici
        &:nth-child(1),
        &:nth-child(2),
        &:nth-child(3),
        &:nth-child(4),
        &:nth-child(5),
        &:nth-child(6) {
            display: list-item;
        }*/
    }

        .top-categories > li > a {
            position: relative;
            display: inline-block;
            color: #000000;
            text-decoration: none;
            font-weight: 500;
            font-family: "Rubik", sans-serif;
            font-size: 13px;
            width: 100%;
            padding: 14px 16px !important;
            /* display: block; */
            line-height: 1.5;
        }

            .top-categories > li > a span {
                padding: 8px 0px;
                border-bottom: 2px solid transparent;
                transition: 300ms;
                transition: 300ms;
            }

        .top-categories > li > .dropdown-toggle::after {
            margin-left: 0.255em;
            font-family: 'Font Awesome 5 Free';
            content: "";
            font-weight: 900;
            color: gray;
            border: none;
            vertical-align: middle;
            display: inline;
        }

        .top-categories > li > .dropdown-menu > .mega-left > ul > li {
            width: 33%;
            float: left;
            padding: 0px 15px;
            margin-bottom: 15px;
        }

        .top-categories > li > .dropdown-menu:before {
            display: none;
        }

        .top-categories > li:first-child a {
            padding-left: 0;
        }

        .top-categories > li:hover .primary-level {
            margin: 0;
            border: 0;
            border-radius: 0;
            opacity: 1;
            transition: 0.3s all ease 0s;
            visibility: visible;
            top: 100%;
            transform: scaleY(1);
            box-shadow: 1px 15px 26px -1px rgba(93, 93, 93, 0.27);
        }

.select-content select {
    height: 65px;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    border: none;
    outline: 0;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: black;
    border-radius: 0;
    margin: 0;
    text-indent: 10px;
    background: url(../images/right-arrow.png) no-repeat scroll top right white;
    -webkit-filter: brightness(1.02);
    filter: brightness(1.02);
    padding: 0 20px 0 0;
    min-width: 160px;
}

.spare-search {
    /*margin: 0px auto;*/
    position: relative;
    /*width: 16.666666%;*/
    /*float: left;*/
}

    .spare-search input {
        width: 100%;
        margin: 0px !important;
        box-shadow: none !important;
        padding: 0px !important;
        background: #ffffff !important;
        border: none !important;
        height: 65px !important;
        border-radius: 0 !important;
        text-indent: 25px;
        font-size: 14px !important;
        color: black !important;
    }

.filterButton {
    position: absolute;
    right: 0;
    top: 0;
    background: #6eaee7;
    width: 50px;
    height: 65px;
    padding: 25px 0px;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.row.col-p-0 > div {
    padding-left: 0;
    padding-right: 0;
}

.top-notification-bar {
    background: #e32c2b;
    background: -moz-linear-gradient(left, #e32c2b 0%, #e32c2b 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #e32c2b), color-stop(100%, #e32c2b));
    background: -webkit-linear-gradient(left, #e32c2b 0%, #e32c2b 100%);
    background: -o-linear-gradient(left, #e32c2b 0%, #e32c2b 100%);
    background: -ms-linear-gradient(left, #e32c2b 0%, #e32c2b 100%);
    background: linear-gradient(to right, #e32c2b 0%, #e32c2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32c2b', endColorstr='#e32c2b', GradientType=1 );
    padding: 0;
    position: relative;
}

    .top-notification-bar .alert-warning {
        background-color: transparent;
        border-color: transparent;
        margin-bottom: 0;
        padding: 10px 0;
    }

    .top-notification-bar p {
        color: #fff;
        display: inline;
    }

    .top-notification-bar a {
        background-color: #beae59;
        border: 1px solid #beae59;
        color: #ffffff;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 600;
        height: 30px;
        line-height: 18px;
        margin-left: 15px;
        padding: 5px 20px;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
    }

        .top-notification-bar a:hover {
            background: #222222;
            border: 1px solid #222222;
        }

    .top-notification-bar button.close {
        color: #fff;
        opacity: .8;
        font-size: 14px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.topbar-left li {
    display: inline-block;
    color: #999;
    padding: 12px 0px;
}

    .topbar-left li a {
        padding: 0px 15px;
    }

    .topbar-left li:first-child {
        padding-left: 0 !important;
    }

.topbar-left .language:after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 14px;
    right: 0;
    width: 1px;
    background-color: rgba(34, 34, 34, 0.3);
}

.header-bottom {
    background: #dfbc9f;
}

    .header-bottom .navbar-brand {
        display: none;
    }

.all-cats {
    position: relative;
    cursor: pointer;
}

    .all-cats .navbar {
        padding: 0;
    }

.header-nav ul > li > a {
    padding: 16px 1.3rem !important;
    font-weight: 400;
    font-size: 15px;
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.header-nav ul > li > ul > li > a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.header-nav ul > li.dropdown ul.dropdown-menu {
    display: block;
}

    .header-nav ul > li.dropdown ul.dropdown-menu .nav-item {
        background-color: transparent;
        transition: 300ms;
    }

        .header-nav ul > li.dropdown ul.dropdown-menu .nav-item:hover {
            color: #16181b;
            text-decoration: none;
            background-color: #f8f9fa;
        }

.page-menu .dropdown-toggle::after {
    color: white;
}

.topbar-social-right .navbar-nav {
    margin-left: auto;
    margin-right: -0.75rem;
}

.topbar-social-right .navbar.navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
}

    .topbar-social-right .navbar.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
        color: #212529;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

        .topbar-social-right .navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
            color: #beae59;
        }

.topbar-right ul.navbar-nav a.dropdown-toggle:after {
    border: none;
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: inherit;
    content: "\f078";
    line-height: inherit;
    font-size: 10px;
    position: relative;
    bottom: -3px;
    right: -2px;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.px-105px {
    padding-left: 105px !important;
    padding-right: 105px !important;
}

.language.dropdown .dropdown-toggle:after,
.currency.dropdown .dropdown-toggle:after {
    border: none;
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: inherit;
    content: "\f078";
    line-height: inherit;
    font-size: 10px;
    position: relative;
    bottom: -3px;
    right: -2px;
}

.top-categories .mega-left ul:before,
.dropdown-menu:before {
    display: none;
}

/* SMART ÜST KATEGORİLER SONU
/* SMART KATEGORİ*/
/* SLIDER MODÜLÜ */
.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #EE126F;
    position: absolute;
    top: 0;
    z-index: 99;
}

.slider .owl-nav div {
    background: transparent !important;
    color: black !important;
    top: 38% !important;
    position: absolute;
    width: 72px;
    height: 117px;
    bottom: 60%;
    font-size: 0 !important;
    transform: translate(0%, -50%);
}

    .slider .owl-nav div.owl-prev {
        left: 15%;
        background: url(../images/slider-prev.png) no-repeat scroll top left transparent !important;
    }

        .slider .owl-nav div.owl-prev:hover {
            background: url(../images/slider-prev.png) no-repeat scroll bottom left transparent !important;
        }

    .slider .owl-nav div.owl-next {
        right: 12%;
        background: url(../images/slider-next.png) no-repeat scroll top left transparent !important;
    }

        .slider .owl-nav div.owl-next:hover {
            background: url(../images/slider-next.png) no-repeat scroll bottom left transparent !important;
        }

.slider li a img,
.slider li a {
    display: block;
}

.slider .owl-dots {
    counter-reset: dots;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}

    .slider .owl-dots .owl-dot span {
        width: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        height: 12px;
        width: 12px;
        background-color: rgba(255, 255, 255, 0.780392);
        transition: 300ms ease;
    }

    .slider .owl-dots .owl-dot.active span,
    .slider .owl-dots .owl-dot:hover span {
        background: #0c626b;
    }

.slider .slider-description {
    position: absolute;
    min-height: 210px;
    top: 50%;
    bottom: 50%;
    transform: translate(0%, -50%);
    color: white;
}

    .slider .slider-description h2 {
        font-weight: 300;
        color: #ffffff;
        font-size: 45px;
        margin-bottom: 12px;
    }

    .slider .slider-description h3 {
        color: #ffffff;
        font-size: 52px;
        letter-spacing: -0.4px;
        font-weight: 500;
    }

    .slider .slider-description .satin-al {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 0;
        color: #ffffff;
        font-size: 15px;
        margin-top: 18px;
        letter-spacing: 1px;
        border: 1px solid white;
    }

        .slider .slider-description .satin-al:hover {
            background: #ffffff;
            color: #252525;
        }

.sli-controls-disable .slider .owl-nav {
    display: none;
}

/*.active .slider-desc-inner {

    h1,
    a,
    p {
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: zoomIn;
        -moz-animation-name: zoomIn;
        -o-animation-name: zoomIn;
        animation-name: zoomIn;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    h1 + p {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    p {
        -webkit-animation-delay: 0.7s;
        -moz-animation-delay: 0.7s;
        -o-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    a {
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
}*/
/* SLIDER MODÜLÜ SON */
/*ADVANCED SEARCH MODÜLÜ*/
.advanced-search {
    background: white;
    padding-top: 18px;
    padding-bottom: 5px;
    border-radius: 3px;
}

.advanced-search-button {
    background: #171717;
    padding: 9px;
    width: 100%;
    display: block;
    color: white;
    margin-top: 27px;
    border-radius: 4px;
}

/*ADVANCED SEARCH MODÜLÜ SON*/
/*BRAND SLIDER MODÜLÜ*/
.brand-slider a {
    display: inline-block;
}

/*BRAND SLIDER MODÜLÜ SON*/
/* MÜŞTERİ YORUM SLİDER MODÜLÜ*/
.customer {
    background: url(../images/customer-bg.jpg) no-repeat scroll center center transparent;
    background-size: cover;
}

    .customer .owl-nav .owl-prev {
        left: 0;
    }

    .customer .owl-nav .owl-next {
        right: 0;
    }

    .customer .owl-nav div {
        position: absolute;
        top: 50%;
        background: black !important;
        padding: 12px 15px !important;
        border-radius: 0 !important;
        opacity: 0.6;
        margin: 0 !important;
        bottom: 50%;
        height: 40px;
        font-size: 16px !important;
        transform: translate(0%, -50%);
    }

.customer-name {
    font-weight: 500;
    padding-top: 5px;
    color: white;
}

.quote-content {
    padding: 20px 15px 20px 85px;
    line-height: 26px;
    color: #d6d6d6;
    background: black;
    font-size: 14px;
    text-align: left;
    width: 90%;
    margin: 0px auto;
    position: relative;
}

    .quote-content i {
        /* border: 1px solid #c2bebe; */
        border-radius: 50%;
        width: 46px;
        height: 46px;
        line-height: 46px;
        color: #000000;
        font-size: 19px;
        background: #ffffff;
        display: inline-block;
        position: absolute;
        left: 20px;
        top: 38px;
        text-align: center;
    }

/* MÜŞTERİ YORUM SLİDER MODÜLÜ SON */
/*BLOG SLİDER MODÜLÜ*/
.blog-slider-module .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}

    .blog-slider-module .owl-nav div {
        background: none !important;
        color: black !important;
        margin: 0 2px !important;
    }

.blog-content {
    text-align: left;
}

    .blog-content h2 {
        font-size: 18px;
        margin: 14px 0px;
        color: #292828;
        font-weight: 500;
    }

    .blog-content p {
        line-height: 26px;
        color: #757373;
    }

    .blog-content .detaylar {
        display: inline-block;
        color: #c67d8c;
        font-size: 13px;
        margin-top: 15px;
    }

/*BLOG SLİDER MODÜLÜ SON*/
/*GÖRSEL ÜSTÜ YAZI MODÜLÜ (img with text)*/
.imgText-img-container {
    overflow: hidden;
}

    .imgText-img-container img {
        width: 100%;
        max-width: 100%;
        transform: scale(1);
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.imgText-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 35px;
}

    .imgText-desc span.title {
        font-size: 23px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        color: #151515;
        font-weight: 500;
    }

        .imgText-desc span.title:before {
            content: "";
            width: 0;
            height: 27px;
            background: #da4d4c;
            position: absolute;
            left: 0;
            transition: 1s;
        }

    .imgText-desc p {
        letter-spacing: 2px;
        font-size: 13px;
        color: #565657;
    }

.imgText-item {
    position: relative;
    width: 100%;
}

    .imgText-item a {
        display: block;
        width: 100%;
        height: 100%;
    }

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

    .imgText-item:hover .imgText-desc span.title:before {
        width: 170px;
        left: 100%;
    }

.imgWithText-module.style-2 .imgText-desc {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 30px;
    background: white;
    padding: 15px;
    width: auto;
    font-weight: 400;
}

    .imgWithText-module.style-2 .imgText-desc span.title {
        margin-bottom: 5px;
        overflow: hidden;
        position: relative;
        font-weight: 400;
        font-size: 16px;
        color: #3c3c3c;
        letter-spacing: 2px;
    }

/*GÖRSEL ÜSTÜ YAZI MODÜLÜ SON (img with text)*/
/* MARKA SLIDER BAŞLANGIÇ */
.brand-image a {
    padding: 8px 30px;
}

/* MARKA SLIDER SON */
/* TOP10 FULLWIDTH BAŞLANGICI */
.module-hide-title .product-slider-title {
    display: none;
}

.group-title {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    text-align: left;
    color: #1b1b1b;
    padding: 0px 15px;
    line-height: 60px;
    font-family: 'Roboto Condensed', sans-serif;
}

.product-slider-title {
    position: relative;
    text-align: left;
    margin-top: 35px;
}

    .product-slider-title span {
        margin: 0 !important;
        line-height: 50px;
        display: inline-block;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        letter-spacing: 0.4px;
        font-size: 34px;
        font-weight: 400;
        font-family: 'dosis', sans-serif;
    }

    .product-slider-title p a {
        color: #303030;
        letter-spacing: 0.4px;
        display: inline-block;
        font-weight: 400;
        font-family: 'dosis', sans-serif;
        color: #747474;
        font-size: 15px;
    }

.product-slider .owl-nav {
    position: absolute;
    top: -45px;
    right: 8px;
    margin: 0 !important;
}

    .product-slider .owl-nav div {
        background: #ffffff !important;
        padding: 5px 10px !important;
        color: black !important;
        font-size: 15px !important;
        margin: 0px 0 0 5px !important;
        transition: 250ms;
    }

    .product-slider .owl-nav .owl-next:before {
        content: "";
        border-left: 1px solid #e5e3e3;
        position: relative;
        left: -12px;
    }

.product-slider .module-title {
    border-bottom: 2px solid #6eaee7;
    position: relative;
}

.product-item {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin: 35px 0px;
}

    .product-item .user-visit {
        position: absolute;
        top: 0;
        margin: 0px auto;
        text-align: center;
        line-height: 34px;
        background: #f0f3f7;
        height: 34px;
        border-radius: 3px;
        left: 0;
        width: 34px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 8px;
        z-index: 11;
    }

        .product-item .user-visit i {
            line-height: 34px;
        }

    .product-item .action-hover {
        z-index: 99;
        width: 45px;
        text-align: center;
        position: absolute;
        top: 50%;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        transform: translate(200px, -50%);
        right: 14px;
        height: 156px;
    }

        .product-item .action-hover li {
            display: inline-block;
            border-right: 0;
            padding: 2px;
        }

            .product-item .action-hover li a {
                position: relative;
                font-size: 13px;
                color: #444444;
                cursor: pointer;
                line-height: 40px;
                text-align: center;
                background: #ffffff;
                height: 40px;
                width: 40px;
            }

                .product-item .action-hover li a i {
                    line-height: 40px;
                }

                .product-item .action-hover li a:hover,
                .product-item .action-hover li div:hover {
                    color: white;
                    background: #000000;
                }

    .product-item:hover .action-hover {
        opacity: 1;
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        transform: translate(0px, -50%);
    }

.orderCount {
    position: absolute;
    left: 0;
    z-index: 97;
    bottom: 12px;
    right: 0;
    display: none;
}

    .orderCount span {
        z-index: 97;
        background: #f0f3f7;
        padding: 8px 18px;
        border-radius: 0px 16px;
        top: 15px;
    }

.product-image {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 100px;
    background: #f5f5f5;
    display: contents;
}

    .product-image img {
        max-width: 100%;
        width: 100%;
        /*-webkit-filter: brightness(0.96);
        filter: brightness(0.96);*/
        -webkit-transition: all 0.4s ease 0.1s;
        -moz-transition: all 0.4s ease 0.1s;
        -o-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        margin: 0px auto;
        z-index: 9;
        position: relative;
        display: contents;
    }

.stock-out-alert {
    position: absolute;
    z-index: 98;
    margin: 0px auto;
    top: 50%;
    left: 0;
    right: 0;
    background: #df4243;
    display: inline-block;
    width: 180px;
    padding: 10px 0px;
    color: white;
}

.product-multi-image .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .product-multi-image .owl-dots > div span {
        border-radius: 0 !important;
        width: 15px !important;
        height: 15px !important;
        background: #e1e1e1 !important;
    }

    .product-multi-image .owl-dots .owl-dot.active span, .product-multi-image .owl-theme .owl-dots .owl-dot:hover span {
        background: #d11d28 !important;
    }

.product-image img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    /* -webkit-filter: brightness(0.98); */
}

/*.product-image:after {
    border-bottom: 1px solid #f2f2f2;
    content: "";
    height: 1px;
    width: 65%;
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}*/
.new-product {
    top: 35px;
    left: 24px;
    background: #d11d28;
    color: white;
}

    .new-product:after {
        right: 10px;
        color: #d11d28;
    }

.discount-rate {
    color: white;
    background: #df4243;
    top: 35px;
    right: 24px;
}

    .discount-rate:after {
        left: 10px;
        color: #df4243;
    }

.discount-rate,
.new-product {
    width: 60px;
    height: 28px;
    position: absolute;
    border-radius: 3px;
    padding: 4px 0px;
    z-index: 10;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

    .discount-rate:after,
    .new-product:after {
        position: absolute;
        font-size: 22px;
        top: 12px;
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .new-product span {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.6px;
    }

.product-name {
    height: 50px;
    overflow: hidden;
}

    .product-name a {
        font-size: 17px;
    }

.product-info {
    padding: 10px 15px;
    text-align: center;
}

#double-buttons a {
    border-top: 1px solid #ddd;
    padding: 12px 0px;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #beae59 !important;
    cursor: pointer;
    text-align: center;
}

    #double-buttons a:hover {
        background: #beae59;
        color: white !important;
        border: 1px solid transparent;
        border-bottom: 0;
    }

#double-buttons span {
    display: block;
    padding: 12px 0px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

.product-code-compare {
    overflow: hidden;
    background: #f1f1f1;
    padding: 8px;
    font-size: 12px;
    color: #3c3a3a;
    border-top: 1px solid #e3e1e1;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 40px;
    text-align: center;
}

.product-rating {
    margin-bottom: 10px;
    text-align: center;
}

    .product-rating span {
        display: inline-block;
        color: #c0c3c6;
        line-height: 26px;
        position: relative;
        top: 1px;
        left: 5px;
    }

.cart-content .product-price {
    float: none;
    display: table-cell;
    width: auto;
}

    .cart-content .product-price > div {
        display: block;
        width: 100%;
    }

.cart-content td.product-name {
    max-width: 390px;
    height: auto;
    background: none;
    text-align: left;
}

.cart-content .quantity-changer {
    right: 3px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-content td {
    vertical-align: middle;
    text-align: center;
}

.product-price .price {
    font-size: 18px;
    color: #484848;
    letter-spacing: -0.3px;
    font-weight: 500;
}

.product-price > div {
    display: inline-block;
    padding: 0px 5px;
}

.old-price {
    text-decoration: line-through;
    color: #9b9b9b;
}

.rate-content {
    position: relative;
    height: 14px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    margin-top: 8px;
    margin-bottom: 8px;
    opacity: 0.6;
}

.rate {
    text-align: center;
    z-index: 99;
    position: relative;
    background: white;
}

ul.stars {
    width: 75px;
    position: absolute;
    top: 0;
    left: 13px;
    right: 0;
    margin: 0px auto;
    z-index: 1;
}

    ul.stars li {
        display: inline-block;
        text-align: center;
        color: #C5C5C5;
        padding: 2px 0px;
        font-size: 11.5px;
    }

.rate img {
    width: auto !important;
    display: inline-block !important;
}

.product-image .action-hover ul li div span span,
.product-image .action-hover li a span {
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.50px;
    padding: 0px 20px;
    position: absolute;
    bottom: 100%;
    color: transparent;
    background-color: rgba(255, 194, 41, 0);
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    right: 0;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    display: none;
}

.product-image .action-hover ul li div span:hover span,
.product-image .action-hover ul li a:hover > span {
    display: inline-block;
    color: white;
    background-color: #2d2c2d;
}

    .product-image .action-hover ul li div span:hover span:before,
    .product-image .action-hover ul li a:hover > span:before {
        color: #ff7e00;
    }

.product-image .action-hover ul li div span i {
    padding-right: 0px;
}

.product-image .action-hover li a:hover i {
    color: #fff !important;
}

/* TOP10 FULLWIDTH BAŞLANGICI */
/* POSTER ICONS BAŞLANGICI */
.icon-container {
    border-radius: 9px;
}

    .icon-container a i {
        font-size: 34px;
        line-height: 55px;
    }

    .icon-container > div {
        padding-left: 0 !important;
    }

    .icon-container img {
        float: left;
        margin-right: 10px;
        width: auto !important;
    }

    .icon-container h3 {
        font: 500 14px/24px;
        margin-top: 6px;
        margin-bottom: 0;
        color: #484848;
    }

/* POSTER ICONS SONU */
/* BANNER MODÜLÜ */
.banner-container img {
    max-width: 100%;
    height: auto;
}

/* BANNER MODÜLÜ SON */
/* VİTRİN MODÜLÜ */
.category-navigation {
    padding: 12px 0 !important;
}

.sidebar {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0;
    background: white;
}

    .sidebar h6 {
        /*font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid #ededed;*/
    }

.sidebar-item {
    padding: 10px 18px 20px;
    margin-bottom: 20px;
}

.cat-size {
    float: left;
    width: 100%;
}

    .cat-size ul li {
        float: left;
        width: 50%;
    }

.categories ul li {
    line-height: 32px;
}

    .categories ul li a {
        font-size: 13px;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

#brandContainer {
    max-height: 250px;
    overflow-y: scroll;
}

.sidebar ::-webkit-scrollbar {
    width: 14px;
}

.sidebar ::-webkit-scrollbar-track {
    background-color: #fafafa;
    border-radius: 10px;
}

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}

.sidebar .check-list ul li label:before {
    top: 6px;
}

.cat-review {
    padding: 0px 15px;
}

.cat-price {
    text-align: left;
    background: #dfbca0;
    border-bottom: 1px solid #ebebeb !important;
    padding: 30px 30px;
    border-radius: 3px;
}

.cat-color ul li {
    display: inline-block;
    padding: 2px;
}

    .cat-color ul li label img {
        width: 35px;
        height: 35px;
    }

.cat-color .check-list ul li label {
    position: relative;
    padding: 0;
}

.check-list ul li label input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.cat-color .check-list ul li label:before, .cat-color .check-list ul li label:after {
    display: none;
}

.cat-color .check-list ul li label span {
    display: none;
}

.check-list ul > li label, .radio-list ul > li label {
    margin: 0px;
    padding: 7px 0 7px 20px;
    font-size: 13px;
    color: #222;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.check-list ul > li:hover label,
.radio-list ul > li:hover label {
    color: #19c880;
}

.radio-list ul > li > label input[type="radio"] {
    display: none;
}

.radio-list ul > li > label img {
    padding-left: 20px;
    margin-bottom: 10px;
}

.cat-color .check-list ul > li label, .radio-list ul > li label {
    padding: 0;
    font-weight: 900;
}

.cat-color .check-list ul > li > label input, .check-list ul > li > span input, .cat-color .radio-list ul > li > label input {
    display: none;
}

.check-list ul > li > label:before,
.radio-list ul > li > label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #c4c4c4;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.check-list ul > li:hover > label:before,
.radio-list ul > li:hover > label:before {
    border-color: #19c880;
}

.cat-color .check-list ul > li > label:before, .cat-color .radio-list ul > li > label:before {
    display: none;
}

.cat-color .check-list ul > li > label.select:after, .cat-color .radio-list ul > li > label.select:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0 !important;
    line-height: 35px;
    text-align: center;
    content: "\f00c";
    font-family: 'font awesome 5 free';
}

.check-list ul > li > label.select:after,
.radio-list ul > li > label.select:after {
    display: inline-block;
    content: "\f00c";
    font-size: 16px;
    position: absolute;
    left: 0;
    right: inherit;
    text-align: center;
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #222;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

/*.check-list ul > li:hover > label.select:after,
.radio-list ul > li:hover > label.select:after {
    color: #beae59;
}*/
.view-options li {
    /*display: inline-block;
    margin-right: 10px;
    cursor: pointer;*/
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}

    .view-options li:last-child {
        margin-right: 0;
    }

    .view-options li i {
        background: #fbfbfb;
        padding: 10px;
        color: #515151;
        border: 1px solid #dcd7d7;
        border-radius: 3px;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

    .view-options li:hover i, .view-options li.tab-active i {
        background: #000000;
        color: white;
        border: 1px solid transparent;
    }

.sorting-list select {
    /*padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: white;
    max-width: 100%;*/
    padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: white;
    max-width: 100%;
    float: right;
    font-family: "Poppins", sans-serif;
}

.one-content .product-item {
    border: 1px solid #f5f2f2;
    padding: 20px;
}

.one-content .product-image {
    width: 25%;
    float: left;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.one-content .product-info {
    /*width: calc(100% - 260px);
    float: left;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left;*/
    width: 75%;
    float: right;
    position: relative;
    margin-top: 35px;
}

.one-content .product-price .price,
.one-content .product-price > div {
    padding-left: 0;
}

/*.one-content .product-rating {
    display: none;
}*/
.one-content .product-name {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.product-short-desc {
    display: none;
}

.one-content .product-short-desc {
    display: block;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 22px;
}

.action-under-desc {
    display: none;
}

.one-content .action-under-desc {
    display: block;
}

    .one-content .action-under-desc ul {
        display: flex;
    }

        .one-content .action-under-desc ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .one-content .action-under-desc ul li a {
                font-size: 16px;
                display: inline-block;
                text-align: center;
                background: #fff;
                border-radius: 50%;
                width: 42px;
                height: 42px;
                border: 1px solid #ededed;
                line-height: 42px;
                -moz-transition: 300ms;
                -o-transition: 300ms;
                -webkit-transition: 300ms;
                transition: 300ms;
            }

                .one-content .action-under-desc ul li a:hover {
                    background: #beae59;
                    border-color: #beae59;
                    color: #fff;
                }

                .one-content .action-under-desc ul li a.add-to-cart {
                    padding: 0 30px;
                    height: 42px;
                    line-height: 40px;
                    background: #222;
                    color: #fff;
                    border-radius: 30px;
                    width: inherit;
                    font-size: 14px;
                    font-weight: 600;
                    text-transform: capitalize;
                    border-color: #222;
                }

                    .one-content .action-under-desc ul li a.add-to-cart:hover {
                        background: #beae59;
                        border-color: #beae59;
                    }

.one-content .product-container, .two-content .product-container {
    float: left;
    -ms-flex: inherit !important;
    -webkit-flex: inherit !important;
    flex: inherit !important;
    max-width: none !important;
}

.one-content .product-container {
    width: 100% !important;
}

.one-content .product-item .action-hover {
    max-width: 100%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.two-content .product-container {
    width: 50% !important;
}

.user-cart {
    position: absolute;
    top: 50%;
    text-align: center;
    background: #f9f9f9;
    display: inline-block;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0px auto;
    padding: 8px 0px;
    z-index: 11;
}

.one-content .user-cart:not(.style-2) {
    float: right;
    width: 150px;
    left: inherit;
    background: #6eaee7;
    color: white;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
}

.user-cart.style-2 {
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
    text-align: center;
    line-height: 34px;
    background: #f0f3f7;
    height: 34px;
    border-radius: 3px;
    width: 34px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    font-size: 14px;
}

.product-container .product-image .product-second-image {
    /* opacity:0;
     */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.product-container .product-image:hover .product-first-image {
    /*opacity:0*/
}

.product-container .product-image:hover .product-second-image {
    opacity: 1;
}

.product-container .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: -1;
}

.product-label ul li {
    text-align: center;
    font-size: 12px;
    color: #3c3a3a;
    margin-bottom: 8px;
    padding: 8px 4px;
    background: #f3f3f3;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 85px;
}

    .product-label ul li i {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .product-label ul li img {
        max-width: 100%;
    }

.false {
    display: none !important;
}

.product-label-category {
    position: absolute;
    bottom: 53px;
    left: 0;
    right: 0;
    z-index: 99;
}

    .product-label-category li {
        display: inline-block;
        padding: 0px 2px;
    }

        .product-label-category li a {
            width: 26px;
            height: 26px;
            border: 1px solid #ededed;
            border-radius: 50%;
            background: #f0f3f7;
        }

            .product-label-category li a i {
                line-height: 26px;
                font-size: 12px;
            }

.total-stock {
    text-align: center;
    background: #f9f9f9;
    padding: 5px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 5px;
    display: none;
}

#pagecountdiv {
    display: block;
    margin: 0 auto;
}

.read-msg-iframe .messagesaspx span {
    display: block;
    float: left;
    width: 100%;
}

.read-msg-iframe .messagesaspx {
    width: 100%;
    float: left;
}

    .read-msg-iframe .messagesaspx input,
    .read-msg-iframe .messagesaspx textarea {
        float: left;
        width: 100% !important;
    }

    .read-msg-iframe .messagesaspx textarea {
        min-height: 200px;
        resize: vertical;
    }

.fancybox-slide--iframe .fancybox-content {
    max-width: 800px;
}

ul.pagination {
    /*border: 1px solid #e5e5e5;
    justify-content: center;
    padding: 0 10px;*/
}

    ul.pagination li {
        /*margin: 8px 0;*/
    }

        ul.pagination li span {
            padding: 10px 15px;
            border: 1px solid #e5e5e5;
            margin-left: -1px;
            cursor: pointer;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            -webkit-transition: 300ms;
            transition: 300ms;
        }

            ul.pagination li span:hover {
                background: #f1f1f1;
            }

            ul.pagination li span.select {
                background: #f9f9f9;
                color: #2a2828;
            }

        ul.pagination li:first-child span {
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }

        ul.pagination li:last-child span {
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
        }

        ul.pagination li:hover span {
            background: #f9f9f9;
            color: #2a2828;
        }

.pagination .quantity {
    margin-top: 25px;
}

.dataPager span, .dataPager a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.category-page {
    /*.product-item {
        border: 1px solid #efefef;
    }*/
}

    .category-page .wp-tab {
        float: left;
        width: 100%;
    }

        .category-page .wp-tab #view-content {
            float: left;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
        }

            .category-page .wp-tab #view-content .wpt-box.row {
                min-width: 100%;
            }

/* VİTRİN MODÜLÜ SONU */
/* ÜRÜN DETAYI BAŞLANGICI */
.product-page-center {
    border-radius: 8px;
    color: #7b7b7b;
    padding: 10px 0;
}

    .product-page-center > div {
        float: left;
        width: 100%;
    }

.product-name-detail {
    font-size: 19px;
    font-weight: 400;
    color: black;
    margin-bottom: 15px;
}

.prd-images {
    /*border: 1px solid #e5e5e5;*/
    /*padding: 20px;*/
    text-align: center;
}

    .prd-images img {
        /*filter: brightness(0.955);*/
        box-shadow: none;
    }

.product-title {
    padding-top: 6px;
    padding-bottom: 10px;
}

ol.breadcrumb li a:after {
    content: "/";
    display: inline-block;
    margin: 0px 8px;
}

ol.breadcrumb {
    background: none;
    margin: 0;
    padding-left: 0;
    padding: 0;
}

    ol.breadcrumb li:last-child a:after {
        display: none;
    }

.product-detail-edit {
    text-align: right;
}

.product-detail-section {
    background: #fff;
}

.product-navigation .next,
.product-navigation .prev {
    /*float: left;*/
    display: inline-block;
    text-align: right;
    margin-left: 10px;
    font-size: 13px;
}

    .product-navigation .next a,
    .product-navigation .prev a {
        /*display: inline-block;
    background: #beae59;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-left: 3px;
  */
        font-size: 13px;
        color: #565657;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

        .product-navigation .next a:hover,
        .product-navigation .prev a:hover {
            color: #19c880;
        }

/*.product-navigation .next a i,
.product-navigation .prev a i {
    line-height: 30px;
}*/
.product-navigation {
    /*text-align: right;
    position: relative;
    bottom: -38px;
    z-index: 1;*/
    float: right;
}

.description {
    padding: 20px;
    background: #fdfdfd;
    position: relative;
    margin-top: 22px;
    line-height: 28px;
    color: #6f6d6d;
    border: 1px solid #f3f3f3;
}

.product-social {
    padding: 31px 0px;
    background: white;
    font-size: 13px;
}

    .product-social ul {
        margin-bottom: 0;
    }

        .product-social ul li {
            display: inline-block;
            font-family: 'poppins';
            float: left;
            margin-right: 20px;
        }

            .product-social ul li a {
                margin-bottom: 0;
                padding-bottom: 0;
                text-align: center;
                color: #535353;
                transition: 300ms;
            }

            .product-social ul li i {
                text-align: left;
                margin-right: 5px;
            }

            .product-social ul li a:hover {
                opacity: .75;
            }

.product-label-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    float: left;
    border-radius: 4px;
}

    .product-label-detail ul li a {
        text-align: center;
        font-size: 13px;
        /*padding: 0px 10px;*/
        font-weight: 500;
        font-family: 'lora', sans-serif;
        /*&:hover {
        color: #fd5503 !important;
    }*/
    }

        .product-label-detail ul li a i {
            /*line-height: 35px;*/
        }

.rating-sprite {
    position: relative;
    background: url(../images/star-rating-sprite.png) repeat-x;
    background-size: 13px 31px;
    height: 13px;
    width: 65px;
    float: left;
}

.rating-count {
    padding-left: 10px;
    position: absolute;
    right: -10px;
    line-height: 15px;
}

.add-comment {
    padding-left: 10px;
    font-size: 12px;
    float: left;
    line-height: 22px;
    cursor: pointer;
}

ul.product-comments {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

ul.product-price-list li .bold {
    font-weight: 700;
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
}

    ul.product-price-list li .bold:after {
        content: ":";
        position: absolute;
        right: 0;
        padding-right: 6px;
        font-weight: 400;
    }

ul.product-price-list {
    color: #616060;
    background: white;
    padding: 0;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    margin-bottom: 25px;
    margin-top: 8px;
    border-radius: 12px;
    overflow: hidden;
}

    ul.product-price-list li {
        line-height: 32px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f3f3f3;
        padding: 6px 12px;
        background: #fdfdfd;
    }

        ul.product-price-list li > div {
            display: inline-block;
            float: left;
            color: #616060;
        }

    ul.product-price-list > li span.discount div {
        float: left;
        margin-right: 5px;
        background-color: #4bd694;
        padding: 2px 23px;
        line-height: 25px;
        font-size: 11px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: 1px;
        min-width: 100px;
        text-align: center;
        margin-top: 2px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

li.featured-price {
    font-weight: 700 !important;
    font-size: 22px;
    color: #3a3b3c;
}

.price-title {
    width: 30%;
    font-size: 13px;
    min-width: 120px;
}

    .price-title:after {
        content: ":";
        float: right;
        padding-right: 6px;
    }

.price-label {
    position: relative;
}

.price-discount {
    display: inline-block;
    position: absolute;
    left: 120%;
    top: 0;
}

ul.product-code {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
}

    ul.product-code li {
        display: inline-block;
        padding-right: 10px;
    }

        ul.product-code li span:first-child {
            font-weight: 500;
            color: #000;
        }

.product-add {
    /*padding: 20px 0px;*/
    margin-left: 0;
    margin-right: 0;
}

    .product-add li {
        float: left;
    }

ul.pd-quantity-control-wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    float: left;
}

.quantity-control {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 0px;
}

.quantity-minus, .quantity-plus {
    width: 38px;
    text-align: center;
    font-size: 11px;
    padding: 6px 0px 0px 0px;
    transition: 300ms;
}

.quantity-minus {
    left: 8px;
    right: auto;
}

.quantity-plus {
    right: 8px;
    left: auto;
}

li.quantity-text {
    margin-right: 8px;
}

li.quantity-piece {
    position: relative;
}

    li.quantity-piece input {
        width: 105px;
        text-align: left;
        box-shadow: none;
        height: 50px;
        border-bottom: 0;
        border: 1px solid #dddddd;
        text-indent: 35px;
    }

.quantity-plus {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.quantity-minus {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.add-to-cart-detail {
    margin: 0px 5px;
    padding: 0px 50px;
    line-height: 50px;
    background: #0b636d;
    color: white !important;
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: 400;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .add-to-cart-detail i {
        margin-right: 4px;
    }

    .add-to-cart-detail:hover {
        background: #155839;
    }

.overview-list {
    padding: 12px 0px;
    float: left;
    width: 100%;
    margin-top: 10px;
    border-left: 0;
    border-right: 0;
}

    .overview-list .alert-success {
        padding: 0px 10px;
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 32px;
        background: transparent;
        color: #333632;
        font-size: 12px;
        font-family: "Poppins", sans-serif;
    }

    .overview-list li {
        display: inline-block;
    }

        .overview-list li .btn-danger {
            font-size: 11px;
        }

        .overview-list li a {
            position: relative;
            color: #222;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            -webkit-transition: 300ms;
            transition: 300ms;
        }

            .overview-list li a span {
                display: none;
            }

            .overview-list li a i {
                margin-right: 3px;
                width: 32px;
                text-align: center;
                background: #f6f6f6;
                height: 32px;
                line-height: 32px;
                font-size: 11px;
                border-radius: 50%;
                color: #565657;
            }

            .overview-list li a:hover {
                color: #beae59;
            }

                .overview-list li a:hover i {
                    color: inherit;
                }

                .overview-list li a:hover span {
                    display: block;
                    position: absolute;
                    top: -41px;
                    left: 0;
                    right: 0;
                    min-width: 148px;
                    background: #1dc982;
                    text-align: center;
                    color: #ffffff;
                    border-radius: 22px;
                    padding: 9px 8px;
                    font-size: 11px;
                    margin: 0px auto;
                    width: auto;
                }

/** KARGO BAŞLANGIÇ **/
.cargo {
    margin-top: 20px;
}

ul.cargo-list li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}

    ul.cargo-list li:last-child {
        border: none;
    }

#afis-value select {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 6px 8px;
    margin-bottom: 18px;
    color: #636161;
    background: #f5f5f5;
}

#afis-value span {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    color: black;
}

#afis-price {
    color: black;
    font-size: 20px;
}

    #afis-price label {
        margin-left: 5px;
    }

/** KARGO BİTİŞ **/
.alternatives {
    margin: 25px 0px;
}

.related-product-box {
    border: 2px solid #edecec;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}

.related-product-rating {
    margin: 10px 0px;
}

    .related-product-rating img {
        width: auto !important;
        display: inline-block !important;
    }

.related-product-pricebox > div {
    display: inline-block;
    padding-right: 5px;
}

.product-tabs .product-detail-tabs .tab-box {
    display: none;
    padding: 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #e8e8e8;
}

.product-tabs .product-detail-tabs #comment-products.tab-box a#lnklogin {
    padding: 6px 0;
}

.product-tabs .product-detail-tabs .tab-box:first-child {
    display: block;
}

.product-tabs .product-detail-tabs .tab-box h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

.product-tabs .product-detail-tabs .tab-box h3 {
    font-size: 20px;
    font-weight: 400;
}

.product-tabs .product-detail-tabs .tab-box ul li {
    display: block;
    line-height: 2;
    color: grey;
}

.product-detail-tabs .tab-box p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 5px;
    color: #7a7676;
}

.product-tabs .tabs-navigation ul li {
    display: inline-block;
}

    .product-tabs .tabs-navigation ul li a {
        padding: 18px 20px;
        /* background: #ffffff; */
        color: #e0bc9f;
        font-size: 14px;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

.product-tabs .tabs-navigation ul .tab-active a {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    background: white;
}

.variant-control dl {
    margin-bottom: 15px;
}

    .variant-control dl label {
        font-weight: 600;
        color: #5d5d5d;
        font-size: 13px;
    }

        .variant-control dl label img {
            width: auto;
            display: none;
        }

.checklist-container li label {
    margin-right: 20px;
    padding-bottom: 0;
}

.checklist-container li input {
    margin-right: 2px;
}

.variant-upload label {
    margin: 0px 5px;
    font-weight: 400 !important;
}

.product-tabs {
    margin-top: 35px;
    width: 100%;
    margin-bottom: 35px;
}

.prduct-detail-center {
    background: white;
    /*padding: 35px 30px;
    border: 1px solid #dfdfdf;*/
}

.degree-bar-container {
    margin-top: 2px;
    background: #f3f3f3;
    border-radius: 8px;
    width: 90%;
}

.shop-degree-bar-cont li {
    position: relative;
    height: 25px;
}

.shop-degree-bar {
    position: relative;
    background: #6eaee7;
    height: 10px;
    border-radius: 8px;
}

.shop-degree-bar-cont li span {
    position: absolute;
    right: 0;
    top: -5px;
    font-weight: 300;
    color: #1b1a1a;
}

.taksit-list-container tbody {
    width: 100%;
}

td.taksit-list {
    border-top: 0;
}

.taksit-list-container td {
    border-bottom: 0;
    border-top: 0;
}

ul.product-extra-info {
    margin-top: 15px;
    background: #fdfdfd;
    border: 1px solid #ededed;
    border-bottom: 0;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

    ul.product-extra-info li {
        font-size: 14px;
        line-height: 32px;
        padding: 5px 12px;
        border-bottom: 1px solid #ededed;
        display: block;
        float: left;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        ul.product-extra-info li span {
            width: 140px;
            float: left;
            font-weight: 600;
            color: black;
        }

            ul.product-extra-info li span:after {
                content: ":";
                float: right;
                padding: 0px 5px;
            }

.productTags {
    border: 1px dashed #000;
    padding: 10px;
    border-radius: 15px;
    float: left;
    width: 100%;
}

    .productTags h4 {
        font-size: 18px;
    }

#ulProductTags li {
    float: left;
    margin: 5px 5px 0 0;
    padding: 2px 14px;
    background: #afafaf;
    border-radius: 10px;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    #ulProductTags li:hover {
        background: #beae59;
    }

    #ulProductTags li a {
        color: #fff;
    }

.product-page {
    padding-top: 30px;
}

.widget-products {
    margin-top: 20px;
}

.product-page .widget-products .tabs-navigation {
    display: none;
}

/* ÜRÜN DETAYI SONU */
/* ÜRÜN DETAYI TEKSTİL MODÜLÜ BAŞLANGICI */
.tekstil-modulu {
    border-top: 1px solid #e3e3e3;
}

    .tekstil-modulu .variant-box {
        margin-bottom: 20px;
    }

    .tekstil-modulu label {
        font-size: 16px;
        color: black;
        width: 100%;
        margin-bottom: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

.color-selector input {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border: 2px solid transparent;
    border-radius: 4px;
}

    .color-selector input:hover {
        /*outline: 1px solid #beae59;*/
    }

    .color-selector input:focus,
    .color-selector input.selected {
        border: 2px solid #8e8f8f;
        padding: 4px;
    }

.size-selector .normal {
    border: 1px solid #e7e7e7;
    background: #f1f1f1;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
}

.size-selector .selected {
    border: 1px solid transparent;
    background: #3ad092;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    color: #ffffff;
}

.size-selector .normal.hover {
    border: 1px solid transparent;
    background: #3ad092;
    color: white;
}

.standarts {
    color: #2a2828;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 12px;
}

    .standarts i {
        margin-right: 8px;
    }

.size-selector .soldOut, .color-selector .selectedSoldOut, .size-selector .selectedSoldOut {
    background: #f1f1f1;
    width: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
    opacity: 0.4;
    position: relative;
    cursor: no-drop;
    box-shadow: none !important;
    border: none;
}

    .size-selector .soldOut:after, .color-selector .selectedSoldOut:before, .size-selector .selectedSoldOut:before {
        font-size: 36px;
        content: "X";
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        text-align: center;
        width: 100%;
        color: gray;
        opacity: 0.4;
    }

.soldOut, .selectedSoldOut {
    margin-right: 10px;
}

    .soldOut:focus, .selectedSoldOut:focus {
        outline: 0;
    }

.size-selector .soldOut {
    border: 1px solid transparent !important;
}

.color-selector .selectedSoldOut {
    border: 2px solid transparent !important;
}

.quantity-category {
    display: none;
}

/* ÜRÜN DETAYI TEKSTİL MODÜLÜ SONU */
/* HESABIM SAYFALARI */
.static-content {
    border: 1px solid #efeeee;
    border-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    background: white;
    margin-top: 0 !important;
}

    .static-content p {
        line-height: 24px;
    }

.account-menu .navbar-collapse > ul > li:first-child a {
    border-top: 1px solid #efefef;
}

.account-menu ul > li {
    position: relative;
}

.account-menu ul.dropdown-menu {
    width: auto !important;
    padding: 7px 20px !important;
}

    .account-menu ul.dropdown-menu li a {
        border: 0 !important;
        padding: 7px 0;
        margin: 7px 0;
    }

.user-address-box {
    padding: 15px;
    background: #f7f7f7;
    min-height: 200px;
    border: 1px dashed #dad7d7;
}

.new-address-popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
}

.address-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.address-button {
    position: absolute;
    bottom: 12px;
    text-align: right;
    font-size: 12px;
}

    .address-button a {
        font-size: 13px;
        color: white !important;
    }

.address .tab-box {
    display: none;
}

    .address .tab-box:first-child {
        display: block;
    }

.address-tab-container {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 20px;
    float: left;
    width: 100%;
}

.msg-alert-box {
    background: none;
}

    .msg-alert-box:empty {
        display: none;
    }

.password-page .table th, .password-page .table td {
    vertical-align: middle;
}

.date {
    position: relative;
}

.input-group div {
    right: 0 !important;
    left: inherit !important;
    top: 35px !important;
}

.input-group.date input + input {
    position: absolute;
    right: -4px;
    top: 0;
}

.input-group.date span {
    max-width: 100%;
    position: relative;
    width: 100%;
}

    .input-group.date span input {
        border: 1px solid #d6d6d6;
        padding: 8px;
        border-radius: 4px;
    }

        .input-group.date span input[type="text"] {
            width: 100%;
        }

tr.group.shopTitle {
    background: #f7f7f7;
}

.compareTable h5 {
    font-size: 14px;
    margin: 0;
}

.compareHeader {
    position: relative;
    height: 229px;
}

.compareEraseButton {
    position: absolute;
    right: 15px;
    top: 10px;
}

.TablePoints {
    position: relative;
}

.compareHeader h4 {
    margin-bottom: 28px;
    margin-top: 38px;
}

.table-td-wrapper {
    overflow: hidden;
}

.compare-container {
    margin-top: 0;
}

td.compareTd {
    vertical-align: top;
    padding: 0;
    border: none;
}

tr.compareProductShipping .table-td-wrapper {
    height: 90px;
}

tr.compareListAddCart .table-td-wrapper,
tr.compareProductPoint .table-td-wrapper,
tr.otherPropertyTitle .table-td-wrapper,
tr.breifDescription .table-td-wrapper {
    height: 50px;
}

tr.compareListAddCart {
    height: 61px;
}

tr.otherProperty {
    height: 67px;
}

ul.shop-degree img {
    width: auto;
    padding-right: 10px;
}

ul.shop-degree li strong {
    font-weight: 500;
    padding-right: 5px;
    font-size: 13px;
}

.star-ratings-sprite1 {
    width: 81px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    float: left;
}

.star-ratings-sprite-rating1 {
    background: url(../images/rating5.png) no-repeat scroll left center transparent;
    display: inline-block;
    height: 20px;
}

ul.customer {
    border: 1px solid #efeeee;
    padding: 6px 20px;
    background: #fdfdfd;
    font-size: 13px;
    border-bottom: 0;
    display: inline-block;
    width: 100%;
}

    ul.customer li {
        display: inline-block;
        padding-right: 15px;
        line-height: 35px;
    }

        ul.customer li i {
            display: inline-block;
            text-align: left;
            width: 20px;
        }

.comment-box {
    padding: 20px;
    border: 1px solid #efefef;
}

    .comment-box p {
        color: #252525 !important;
        font-size: 14px !important;
        margin: 10px 0px !important;
    }

    .comment-box li span {
        padding: 8px 0px;
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 400;
    }

.alternative-product-number {
    background: #f6f6f6;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.alternative-product-name a {
    font-size: 13px;
    color: black;
    padding-bottom: 10px;
}

.alternative-product-price, .alternative-product-old-price {
    display: inline-block;
    padding-right: 10px;
}

.alternative-product-old-price {
    text-decoration: line-through;
    color: #a3a2a2;
}

.alternative-product-price {
    font-weight: 500;
}

    .alternative-product-price .discount:after {
        line-height: 5px;
        font-family: 'fontawesome';
        content: "\f0dd";
        position: relative;
        top: -2px;
        margin-left: 5px;
    }

.form-control-file {
    border: 1px solid #ced4da;
    padding: 10px;
}

#account-menu {
    border: 1px solid #ece9e9;
    padding: 10px;
    border-radius: 6px;
}

    #account-menu > ul > li > a {
        font-weight: 500;
    }

    #account-menu > ul > li > ul {
        padding: 12px;
        border: 1px solid #eaeaea;
        margin-top: 10px;
    }

    #account-menu > ul > li {
        margin-bottom: 15px;
    }

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #efefef;
        padding: 8px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #6eaee7;
        color: white;
    }

.balance_back {
    width: 50%;
}

.key_back {
    width: 50%;
}

.pbx_extensions {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.pbx_extensions_td {
    text-align: center;
    font-size: 24px;
    padding: 10px;
}

.pbxstyle1 {
    padding: 10px;
    width: 25%;
}

.pbxstyle2 {
    height: 150px;
    display: block;
    margin: 10px 0;
    background-color: #fbfbfb;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .pbxstyle2 tbody {
        height: 150px;
        width: 100%;
    }

    .pbxstyle2 tr {
        height: 75px;
        width: 100%;
    }

/* HESABIM SAYFALARI SONU */
/* ÜYE GİRİŞ VE KAYIT OL SAYFA BAŞLANGICI */
.register-col {
    /*background: #f3f3f3 none repeat scroll 0 0;
    padding: 37px 40px;
    text-align: left;
    overflow: hidden;*/
}

.login-form .btn-link {
    padding: 0px 8px;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
}

.register-col .register-btn,
.login-page input[type="submit"].btn-success {
    /*border: 2px solid #beae59;*/
    background: #beae59;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .register-col .register-btn:hover,
    .login-page input[type="submit"].btn-success {
        /*border: 2px solid #222;*/
        background-color: #da4d4c;
        border-color: #da4d4c;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

.register-page, .login-page {
    border: 1px solid #f1f1f1;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-family: "Poppins", sans-serif;
}

.register-form ul li {
    position: relative;
}

.register-form ul .form-group > label {
    display: none;
}

.form-inner-title {
    margin-bottom: 30px;
    text-align: center;
}

.register-form .form-inner-title h2 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 36px;
}

.register-form .form-inner-title p {
    color: #666666;
    font-size: 15px;
}

.login-page .form-group {
    margin-bottom: 1rem;
    position: relative;
}

.user-type tr {
    float: left;
    padding: 5px 0px;
    font-size: 14px;
    position: relative;
}

.user-type {
    padding: 8px 15px;
}

    .user-type tr input {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        opacity: 0;
    }

    .user-type label {
        margin-bottom: 0;
    }

.captcha label {
    display: block;
    font-size: 12.5px;
}

.user-type tr:last-child label {
    margin-right: 0;
}

.captha,
.captha-2 {
    position: relative;
}

    .captha img,
    .captha-2 img {
        position: absolute;
        right: 3px;
        top: 3px;
        height: 32px;
        width: auto;
        border-radius: 4px;
        z-index: 97;
    }

    .captha-2 img {
        top: 31px;
    }

.register-btn {
    min-width: 160px;
    padding: 0;
    line-height: 42px;
    background: #6eaee7;
    color: white;
    border: 2px solid #6aa9e1;
    border-left: 0;
    transition: 300ms;
}

    .register-btn:before {
        content: "\f234";
        font-family: 'font awesome 5 free';
        float: left;
        line-height: 42px;
        width: 56px;
        color: white;
        border-right: 1px solid rgba(0, 0, 0, 0.109804);
        font-weight: 900;
    }

    .register-btn:hover {
        background: #5c99d0;
        color: white;
    }

.privacy-popover {
    padding: 0px 5px;
    margin-top: -3px;
}

.facebook-register label {
    float: left;
}

    .facebook-register label a, .captcha label a {
        color: #307bbe;
        font-size: 13px;
        font-family: 'poppins';
        font-weight: 500;
    }

.facebook-register p {
    line-height: 22px;
    margin-bottom: 20px;
    border: 1px solid #efebeb;
    padding: 20px;
}

.register-icons li span {
    font-size: 32px;
    float: left;
    text-align: center;
    line-height: 50px;
}

.register-icons .icon-item {
    margin-bottom: 20px;
}

.register-icons .icon-content h3 {
    font-size: 15px;
    font-weight: 400;
}

.register-icons .icon-content p {
    font-size: 13px;
    color: #404040;
    line-height: 22px;
    font-weight: 300;
}

.register-icons .icon-content {
    padding-top: 5px;
}

ul.register-icons {
    border: 1px solid #f3f3f3;
    border-top: 0;
    padding: 25px 0px;
}

.title-type-4.mb-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* ÜYE GİRİŞ VE KAYIT OL SAYFA SONU */
/* İLETİŞİM SAYFASI */
.contact-map > div {
    float: left;
    width: 100%;
}

.contact ul li {
    margin-bottom: 22px;
    display: block;
    width: 100%;
    float: left;
    font-family: "Poppins", sans-serif;
}

    .contact ul li i {
        width: 55px;
        height: 55px;
        margin: 0px auto;
        background: #f6f6f6;
        line-height: 55px;
        font-size: 18px;
        border-radius: 50%;
        color: #6eaee7;
        text-align: center;
        float: left;
        margin-right: 15px;
        -webkit-column-break-before: 45px;
    }

    .contact ul li .inner-table {
        display: table;
    }

        .contact ul li .inner-table span {
            display: table-cell;
            vertical-align: middle;
        }

.dynamic-form input[type="radio"], .dynamic-form input[type="checkbox"] {
    width: 18px;
    display: inline-block;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.contact-form-col input[type="text"].form-control,
.contact-form-col select.form-control {
    border: 1px solid #ededed;
    height: 45px;
    background: #ffffff;
    width: 100%;
    padding: 0 20px;
    color: #757575;
}

.contact-form-col textarea.form-control {
    height: 170px;
    border: 1px solid #ededed;
    background: #ffffff;
    resize: vertical;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 20px;
    color: #222222;
}

.contact-form-col input[type="submit"] {
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    text-transform: capitalize;
    border: none;
    background: #222222;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
}

    .contact-form-col input[type="submit"]:hover {
        background: #beae59;
    }

/* İLETİŞİM SAYFASI SON */
/* FOOTER BAŞLANGICI */
footer {
    /*background-color: #fbfbfb;*/
}

#footer {
    background: #deb797;
    font-size: 14px;
    color: #707070;
    margin-top: 20px;
    overflow-x: hidden;
}

#nav-menu-social {
    /*padding: 20px 0px;*/
    padding: 0;
}

.nav-footer-menu .nav-item > a.dropdown-toggle {
    font-weight: 600 !important;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.footer-social ul {
    display: block;
    text-align: right;
}

    .footer-social ul li {
        display: inline-block;
    }

        .footer-social ul li a {
            width: 48px;
            height: 48px;
            text-align: center;
            line-height: 48px;
            margin-right: 5px;
            background: #848080;
            padding: 0;
            transition: 300ms;
        }

            .footer-social ul li a i {
                line-height: 48px;
                color: #ffffff;
                transition: 300ms;
            }

            .footer-social ul li a:hover {
                background: #303030;
            }

                .footer-social ul li a:hover i {
                    color: white;
                }

.footer-cards i {
    font-size: 40px;
    color: gray;
    margin: 0 3px;
}

.footer-top {
    padding: 45px 0px;
    border-bottom: 1px solid #000;
}

.footerBottom {
    background-color: #e9e9e9;
    padding: 20px 0 15px;
    letter-spacing: 0.3px;
    margin-top: 30px;
    color: #fff7f7;
    font-size: 13px;
    color: #323131;
}

.footer_ref {
    text-align: right;
}

#newsletter-content h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: white;
    margin: 4px 0px;
}

#newsletter-content p {
    font-size: 13px;
    color: #ffffff;
}

.news-inputs {
    box-sizing: border-box;
}

.newsletter-input {
    height: 48px;
    line-height: 48px;
    border: 1px solid #e1e1e1 !important;
    border-width: 2px 0 2px 2px;
    text-align: left;
    width: 85% !important;
    text-indent: 25px;
    color: #828080;
    border-radius: 0;
}

.product-add-button {
    display: inline-block;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    margin-left: 12px;
}

    .product-add-button i {
        font-size: 25px;
        line-height: 49px;
        height: 51px;
        margin-left: 0;
        float: none;
        background: #fd5503;
        color: white;
        padding: 0px 10px;
        transition: 300ms;
    }

        .product-add-button i:hover {
            background: #2f2f2f;
        }

a.product-detail-button {
    font-size: 17px;
    line-height: 49px;
    height: 51px;
    margin-left: 0;
    float: none;
    background: #ffffff;
    color: #191919;
    padding: 0px 26px;
    display: inline-block;
    margin: 0;
    border: 1px solid #e3e0e0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    transition: 300ms;
}

    a.product-detail-button i {
        color: #dad5d5;
    }

    a.product-detail-button:hover {
        background: black;
        color: white;
        border: 1px solid transparent;
    }

.add-button {
    right: 0 !important;
    height: 48px;
    background: #848080;
    color: #fff;
    border: none !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    z-index: 99;
    width: 25%;
    font-family: 'Dosis', sans-serif;
    position: absolute;
    cursor: pointer;
    transition: 350ms;
}

    .add-button:hover {
        background: #1bc881;
    }

.contact-us ul li a {
    position: relative;
    padding-left: 15px;
    color: #000;
    line-height: 37px;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    padding-left: 0;
}

    .contact-us ul li a span {
        font-weight: 600;
        color: #000;
        font-size: 14px;
    }

.contact-us .footer-title {
    color: #000;
    font-size: 16px;
    /* letter-spacing: 0.02em; */
    margin-bottom: 18px;
    font-weight: 600;
    padding-left: 0;
}

.footer-title,
#menu-footer > ul > li > a {
    color: #1d1d1d;
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 600;
}

.footer-links li a {
    position: relative;
    padding-left: 15px;
    color: #f1f1f1;
    line-height: 37px;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
}

.footer-newsletter {
    /*margin: 20px 0;*/
}

/* FOOTER SONU */
/* CALENDAR */
/*div[id*=calendar],
div[id*=calendar] table tbody tr:nth-child(1),
div[id*=calendar] table tbody tr:nth-child(1) td {
    background: #354052 !important;
    font-size: 12px !important;
    top: 37px !important;
    left: 35px !important;
}*/
div[id*=calendar] table td {
    font-size: 12px !important;
    padding: 3px;
}

/* CALENDAR */
.border-grey {
    padding: 25px 0 23px;
    border: 1px solid #efefef;
    border-radius: 7px;
}

.irs-from,
.irs-to,
.irs-single,
.irs-bar {
    background: #0b636d !important;
}

/*.product-detail-tabs {
    @include fl100;
    padding: 10px 0;
   border: 1px solid #e8e8e8;
}*/
.tabs-navigation {
    /*@include fl100;*/
    /*padding: 8px 10px;*/
    /*padding: 8px 0;*/
    /*border: 1px solid #ddd;*/
    /*margin-bottom: 30px;
    justify-content: space-between;
    display: flex;
    align-items: center;*/
}

.category-page .widget-products .tabs-navigation ul.view-options {
    float: left;
}

.category-page .widget-products .tabs-navigation .sorting-list {
    float: right;
}

.tabs-navigation ul {
    margin: 0;
    position: relative;
    margin-bottom: -2px;
}

.product-tabs .tabs-navigation {
    /*border-right: 1px solid #e1e1e1;
    padding-right: 0;*/
}

    .product-tabs .tabs-navigation > ul {
        /*float: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;*/
    }

.header-mobile-button .mobile-menu-btn {
    font-size: 26px;
    width: 41px;
    height: 37px;
    display: block;
    line-height: 39px;
    text-align: center;
    border: 1px solid #222222;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .header-mobile-button .mobile-menu-btn:hover {
        border: 1px solid #222222;
        color: #222;
    }

/* The side navigation menu */
.siteMobileSideNav {
    height: 100vh;
    width: 290px;
    position: fixed;
    z-index: 103;
    top: 0;
    bottom: 0;
    right: auto;
    left: -290px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
    padding: 50px 15px 30px;
    overflow-y: auto;
    right: 0;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

    .siteMobileSideNav ~ .mobileMenuOverlay {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: #000;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    .siteMobileSideNav.active {
        left: 0;
        visibility: visible;
        opacity: 1;
    }

        .siteMobileSideNav.active ~ .mobileMenuOverlay {
            visibility: visible;
            opacity: .5;
            z-index: 102;
        }

    .siteMobileSideNav .closeMobileMenuBtn a {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 500;
        width: 32px;
        height: 32px;
        display: block;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ededed;
        border-radius: 50%;
    }

.closeMobileMenuBtn {
    position: absolute;
    top: 10px;
    right: 13px;
}

    .closeMobileMenuBtn a {
        font-weight: 500;
        font-size: 32px;
        line-height: 32px;
    }

/*.billing-popup .static-content label {
    width: 100%;
}*/
.order-payment-section .tabs-navigation {
    display: block;
}

a.quick-view-to-details {
    display: inline-block;
    background: #323030;
    padding: 10px 38px;
    border-radius: 5px;
    color: white;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.products-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99;
    padding: 60px 0px;
}

    .products-preloader .sr-only {
        display: block;
        width: 100%;
        height: 30px;
        left: 0;
        right: 0;
        margin: 0px auto;
        top: 25px;
        overflow: visible;
        clip: unset;
        text-align: center;
    }

#status {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 0%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    /*animation: lds-dual-ring 1.2s linear infinite;*/
}

@-moz-keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.status-preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 0%;
    background-image: url(../images/preloader.png);
    background-repeat: no-repeat;
    background-position: center;
}

/*.dropdown-menu {
    min-width: 150px;
}*/
#menu-footer {
    max-width: 100%;
}

    #menu-footer > ul {
        width: 100%;
    }

        #menu-footer > ul > li {
            width: 33.333333%;
        }

            #menu-footer > ul > li > a {
                color: #000;
                font-size: 16px;
                /* letter-spacing: 0.02em; */
                margin-bottom: 18px;
                font-weight: 600;
                padding-left: 0;
                padding-right: 0;
            }

            #menu-footer > ul > li a {
                line-height: 24px;
            }

                #menu-footer > ul > li a:after {
                    display: none;
                    /*border: none !important;
    float: right;
    content: "\f107";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    background: whitesmoke;
    width: 25px;
    text-align: center;
    border-radius: 3px;*/
                }

            #menu-footer > ul > li > ul {
                position: unset;
                border: none;
                border-radius: 0;
                display: block !important;
                border: none;
                background: none;
                position: unset;
                margin: 10px 0px !important;
                float: left;
                padding: 0 !important;
            }

                #menu-footer > ul > li > ul:before {
                    display: none;
                }

            #menu-footer > ul > li.show > a:after {
                content: "\f106";
            }

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.sidebar-button {
    display: none;
}

.header-middle-left a {
    line-height: 25px;
    display: inline-block;
}

    .header-middle-left a i {
        color: #da4d4c;
        text-align: center;
        margin-right: 10px;
        border-radius: 50%;
        font-size: 22px;
        float: left;
    }

.all-image-padding img {
    padding: 20px;
}

/* FOOTER MENU BEGIN */
.nav-footer-menu {
    padding: 0;
}

#nav-menu-footer {
    padding: 0;
}

#menu-footer > ul > li > ul > li > a {
    position: relative;
    padding-left: 15px;
    color: #000000;
    line-height: 37px;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    /*&:hover:before {
        margin-right: 12px;
    }*/
}

    #menu-footer > ul > li > ul > li > a:before {
        border-radius: 100%;
        left: 0;
        position: absolute;
        content: "\f105";
        font-family: 'font awesome 5 free';
        font-weight: 900;
        color: #b7b5b5;
    }

/* FOOTER MENU END */
#close-sidebar {
    display: none;
}

#open-filter {
    display: none;
}

.btn-success {
    color: #fff;
    background-color: #da4d4c;
    border-color: #da4d4c;
    transition: 350ms;
}

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

/*@font-face {
    font-family: 'SofiaProLight';
    src: url('../fonts/sofia/SofiaProLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofia/SofiaProLight.otf') format('opentype'),
        url('../fonts/sofia/SofiaProLight.woff') format('woff'),
         url('../fonts/sofia/SofiaProLight.ttf') format('truetype'),
         url('../fonts/sofia/SofiaProLight.svg#SofiaProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*$bg-ban: #efd8be;
$bg-root: #826546;
$bg-base: #ec2951;
$bg-def: #e5b279;
$bg-alt: #ddb385;
$bg-inn: #f8f8f8;
$bg-white: #fff;
$bg-light: #cccccc;
$bg-lighter: #f3f3f3;
$bg-red: #f00;
$bg-foot: #e9e9e9;
$bg-link: #705d47;*/
/*$tg-htitle: #4f6474;
$tg-ftitle: #5f4830;
$tg-fico: #e9e9e9;
$tg-rtitle: #53402b;
$tg-gray: #c5d0db;
$tg-light: #f0f0f0;
$tg-dark: #010101;*/
/*Masa Üstü Ekranları*/
