﻿/*!
 * Copyright 2020
 */


* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.filtreSiyah img{
    filter: grayscale(1);
}

body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #000;
    background-color: #fff;
    font-weight: 400;
}

a {
    color: #549eff;
    text-decoration: none;
    font-weight: normal;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #1a73e8;
    }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-size: 15px;
    color: #403e3e;
    font-weight: 400;
}

b, strong {
    font-weight: 600;
}

.btn {
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 0;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn-color {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}

    .btn-border, .btn-color:hover, .btn-color:focus {
        background-color: #000;
        border: 2px solid #000;
        color: #fff;
    }

        .btn-border:hover {
            background-color: #fff;
            border: 2px solid #000;
            color: #000;
        }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar, #scroll::-webkit-scrollbar {
    width: 4px;
}

.select2-results__options li:first-child {
    display: none;
}


.select2-results__message {
    color: #ff6868;
    position: relative;
    top: -3px;
    display: block !important;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb, #scroll::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 0
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track, #scroll::-webkit-scrollbar-track {
    background: #fff;
}

.scroll-md {
    height: 310px;
    overflow: auto;
    padding: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.bg-light {
    background-color: #f5f8fa;
}

.bg-color {
    background: #000;
}

.text-white {
    color: #fff !important;
}

.color {
    color: #000;
}

.navbar {
    height: 100px;
    background-color: #000;
}

header {
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 10px 20px -25px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px -25px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px -25px rgba(0,0,0,0.75);
    position: relative;
}

.top-bar {
    height: 50px;
    position: absolute;
    top: 100px;
    z-index: 9;
    width: 100%;
    background: rgba(255,255,255,0.7);
}

.ortl-pd {
    height: 335px;
    align-items: center;
    padding: 80px 40px;
}

.fullwidth img {
    width: 45%;
    margin: 0 auto;
}


.ortl-pd p {
    color: #fff;
    font-size: 17px;
}

.h1bold {
    font-size: 2.7em;
    font-weight: 800;
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-shadow: 0px 0px 3px #6d6d6d;
}

.top-bar-list {
}

    .top-bar-list > ul > li {
        display: inline-block;
        position: relative;
        line-height: 50px;
        margin-right: 30px;
    }

    .top-bar-list.text-right ul li {
        margin-right: 0px;
        margin-left: 15px;
    }

        .top-bar-list.text-right ul li span {
            font-size: 18px;
            margin-right: 5px;
        }

    .top-bar-list > ul {
        width: 100%;
    }

    .top-bar-list ul > li > a {
        color: #000;
        font-weight: 600;
        font-size: 15px;
    }

.navbar-nav > li {
    float: left;
    margin-right: 35px;
    line-height: 60px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dropdown-menu > li:hover {
    background-color: #f3f3f3;
}


.navbar-nav > li > a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: block;
}

.logo-container {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 300px;
}

.navbar-nav > li > a:before {
    content: '';
    display: block;
    background: #fff;
    left: 50%;
    right: 50%;
    bottom: 5px;
    height: 2px;
    position: absolute;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.navbar-nav > li:hover > a:before, .navbar-nav > li:focus > a:before, .navbar-nav > li:active > a:before {
    width: 100%;
    left: 0;
    right: 0;
}

.navbar-nav li:hover > a, .navbar-nav li:focus > a, .navbar-nav li:active > a {
    color: #fff;
}

@media(min-width:768px) {
    #navigation ul li:hover + .dropdown-menu,
    #navigation ul li:hover .dropdown-menu, .top-bar-list ul li:hover + .dropdown-menu, .top-bar-list ul li:hover ul.dropdown-menu {
        display: block;
    }
}

.top-bar-list ul li a span {
    height: 25px;
    line-height: 25px;
    border-left: 1px solid #000;
    padding-left: 12px;
}


.dropdown-menu.min {
    min-width: 150px !important;
}

.dropdown-menu {
    min-width: 210px !important;
    border-radius: 0;
    background: rgba(255,255,255,0.7);
    border: 0;
    padding: 0;
}

    .dropdown-menu > li > a {
        font-size: 13px !important;
        display: block;
        line-height: normal;
    }



        .dropdown-menu > li > a:before {
            display: none !important;
        }

    .dropdown-menu > li {
        float: none !important;
        padding: 7px 5px !important;
        margin: 0 !important;
    }

.navbar-nav li.bg-color {
    line-height: 20px !important;
    position: relative;
    top: 10px;
    padding: 0;
    height: 20px;
}

    .navbar-nav li.bg-color > a:before {
        display: none;
    }

    .navbar-nav li.bg-color a {
        background-color: #000;
        padding: 10px 12px;
        color: #fff;
    }

    .navbar-nav li.bg-color > a > i {
        position: relative;
        top: 1px;
        font-size: 14px;
        right: 0px;
    }

@media(min-width:1024px) {
    .logo a img {
        max-height: 60px;
        width: auto;
    }
}

#banner {
    min-height: 700px;
    position: relative;
}

    #banner:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.banner-img {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
    width: auto;
    padding: 120px 0 0;
}


.ssrc {
    position: relative;
}

    .ssrc span {
        color: #666;
        position: absolute;
        top: 15px;
        right: 0;
        z-index: 99;
    }

    .ssrc .form-control {
        background-color: #000;
        color: #fff;
        border: 0px;
        border-bottom: 1px solid #666;
        background-clip: inherit;
        padding: 0 !important;
        width: 200px;
    }

        .ssrc .form-control:focus {
            border-color: #fff !important;
        }

#banner .bbn-bg {
    background: #ffffffd9;
}

.dds-body label {
    color: #000 !important;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}


#banner .dds-body {
    padding: 15px;
}

#banner .hhd-header {
    background-color: #000;
    padding: 15px;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

#banner .form-group {
    margin-bottom: 10px;
}

label {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 500;
    color: #111;
}

.form-control {
    height: 48px;
    display: block;
    color: rgb(119, 119, 119);
    position: relative;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    border-image: initial;
    padding: 0px 15px;
    border-radius: 0px;
}

    .form-control::placeholder {
        color: #777 !important;
        font-size: 14px;
    }





.disabled-hover-info {
    display: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    width: auto;
    color: #fff !important;
    padding: 3px 5px !important;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -30px;
    border-radius: .25em;
    -moz-border-radius: .25em;
    -o-border-radius: .25em;
    -webkit-border-radius: .25em;
    -ms-webkit-radius: .25em;
    font-weight: 300 !important;
}

    .disabled-hover-info:before {
        content: '';
        position: absolute;
        left: 7px;
        bottom: -7px;
        border-style: solid;
        border-top-width: 7px;
        border-right-width: 7px;
        border-left-width: 7px;
        border-top-color: #000;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.disabled-input:hover > .disabled-hover-info {
    display: inline !important;
}

.btn-search {
    margin-top: 10px;
    border-radius: 0;
    background: #bc3d48;
    color: #ffffff !important;
    font-weight: 600;
    padding: 15px 35px;
    -webkit-box-shadow: 0px 0px 10px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -7px rgb(0 0 0 / 75%);
    font-size: 18px;
    display: block;
}




.chosen-search input {
    height: 34px !important;
    margin-bottom: -5px;
}





@media(min-width:1024px) {
    .col-offset-1 {
        margin-left: 8.333333%;
    }

    .title-icons-mobile {
        display: none;
    }
}


.checkbox-style {
}

.FiltreList {
    display: block;
    width: 100%;
}


/* Create a custom checkbox */
input[type='checkbox'], input[type='radio'] {
    --active: #000;
    --active-inner: #fff;
    --focus: 1px #000;
    --border: #eee;
    --border-hover: #000;
    --background: #ffffff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
}

    input[type='checkbox']:after, input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
    }

    input[type='checkbox']:checked, input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    input[type='checkbox']:disabled, input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

        input[type='checkbox']:disabled:checked, input[type='radio']:disabled:checked {
            --b: var(--disabled-inner);
            --bc: var(--border);
        }

        input[type='checkbox']:disabled + label, input[type='radio']:disabled + label {
            cursor: not-allowed;
        }

    input[type='checkbox']:hover:not(:checked):not(:disabled), input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type='checkbox']:focus, input[type='radio']:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    input[type='checkbox']:not(.switch), input[type='radio']:not(.switch) {
        width: 21px;
    }

        input[type='checkbox']:not(.switch):after, input[type='radio']:not(.switch):after {
            opacity: var(--o, 0);
        }

        input[type='checkbox']:not(.switch):checked, input[type='radio']:not(.switch):checked {
            --o: 1;
        }

    input[type='checkbox'] + label, input[type='radio'] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type='checkbox']:not(.switch) {
        border-radius: 4px;
    }

        input[type='checkbox']:not(.switch):after {
            width: 5px;
            height: 9px;
            border: 2px solid var(--active-inner);
            border-top: 0;
            border-left: 0;
            left: 7px;
            top: 4px;
            transform: rotate(var(--r, 20deg));
        }

        input[type='checkbox']:not(.switch):checked {
            --r: 43deg;
        }

    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }

        input[type='checkbox'].switch:after {
            left: 2px;
            top: 2px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: var(--ab, var(--border));
            transform: translateX(var(--x, 0));
        }

        input[type='checkbox'].switch:checked {
            --ab: var(--active-inner);
            --x: 17px;
        }

        input[type='checkbox'].switch:disabled:not(:checked):after {
            opacity: 0.6;
        }

input[type='radio'] {
    border-radius: 50%;
}

    input[type='radio']::after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(0.7);
    }

    input[type='radio']:checked::after {
        background: #179dec;
    }

    input[type='radio']:checked {
        transform: scale(1);
        background: #fff;
    }

.section-md, .section-content-md {
    padding: 30px 0;
}

.page-title, .page-title2 {
    color: #000;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: -1px;
}

.gallery {
    padding: 40px 0 0;
}

.height {
    height: 200px;
    position: relative;
    background-size: 100%, 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    margin-bottom: 30px;
}

    .height.bigH {
        height: 350px;
    }

    .height:hover {
        background-size: 110%, 110%;
    }

        .height:hover::after {
            content: '';
            background: linear-gradient( 360deg, #000000 -2%, transparent 55%);
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

.bgmg {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 10;
    text-transform: uppercase;
    text-shadow: 0px 0px 24px #000;
}

    .bgmg .count {
        font-size: 16px;
        font-weight: 300;
    }

.page-title-2 {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    display: initial;
    left: 10px;
}

    .page-title-2:before {
        width: 3px;
        height: 100%;
        content: '';
        display: block;
        background-color: #000;
        position: absolute;
        left: -10px;
    }
/* 
Owl Carousel CSS
 */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 4
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height .5s ease-in-out;
            -moz-transition: height .5s ease-in-out;
            -ms-transition: height .5s ease-in-out;
            -o-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(owl-carousel/grabbing.png) 8 8,move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

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

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 0
    }
}

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}


.owl-carousel a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.owl-1 {
    padding: 0 5px;
}

    .owl-1 .owl-bg {
        margin: 0 10px 15px;
    }

.owl-2 .owl-bg {
    margin: 0 15px 15px;
}

.owl-carousel .owl-title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.owl-1 .owl-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
    color: #000;
    font-weight: 400;
}

.owl-urun-mrk {
    text-transform: uppercase;
    font-weight: bold;
}

.owl-details {
    padding: 5px 0;
    border-top: 0;
}

.owl-2 .owl-details {
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 20%);
    padding: 15px;
}

.owl-details ul li .icon {
    color: #000;
    font-size: 18px;
}

.owl-details li, .product-details li {
    display: inline-block;
    background-color: #000000;
    padding: 5px 15px;
    color: #fff;
    font-size: 10px;
}
.product-details li{
    margin-top:7px;
}

.owl-prev, .owl-next {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    line-height: 40px;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .owl-prev:hover, .owl-next:hover {
        background-color: #000;
        border: 1px solid #000;
    }

        .owl-prev:hover i, .owl-next:hover i {
            color: #fff;
        }

.owl-buttons {
    display: inline-block;
    margin-top: 15px;
}

.owl-controls {
    text-align: center;
}

.owl-img {
    border-bottom: 0;
}

.flickity-enabled {
    position: relative;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.flickity-prev-next-button.previous, .flickity-prev-next-button.next {
    display: none;
}

.flickity-slider {
    width: 100%;
    height: auto !important;
}

.gallery-cell {
    text-align: center;
    width: 100%;
    height: auto;
}

.gallery-thumbs {
    position: absolute !important;
    top: auto;
    width: auto !important;
    bottom: 0;
}

    .gallery-thumbs .flickity-viewport {
        overflow: inherit !important;
        width: auto !important;
    }

    .gallery-thumbs .gallery-cell {
        width: 80px;
        height: 80px !important;
        background: #fff;
        line-height: 85px;
        left: auto !important;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-webkit-radius: 50%;
        -webkit-box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
        font-size: 28px;
        color: #000;
        margin: 0 13px 0;
        position: relative !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        float: left;
    }

        .gallery-thumbs .gallery-cell:hover, .gallery-thumbs .gallery-cell.is-nav-selected {
            background-color: #000;
            color: #fff;
        }

    .gallery-thumbs .flickity-slider {
        transform: none !important;
        display: inline-block;
        width: 90vh !important;
        position: absolute !important;
        left: auto !important;
    }

.footer {
    padding: 25px 0 20px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.fullwidth {
    background-color: #000;
    border-bottom: 1px solid #333;
}

.footer-list {
    margin-top: 10px;
}

    .footer-list li {
        margin-right: 10px;
        display: inline-block;
    }

        .footer-list li a {
            color: #fff;
            font-weight: 300;
        }

address {
    margin-bottom: 10px;
}

.owl-row .col-md-12 {
    padding: 0
}

.flex-icon-wrapper .col-md-6 {
    margin-bottom: 30px;
}

.icon-wrapper .home-icon {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    margin-right: 30px;
    margin: 0 auto;
    border-radius: 50%;
}

    .icon-wrapper .home-icon i {
        font-size: 62px;
        line-height: 100px;
        color: #000;
    }

.icon-wrapper-bg {
    text-align: center;
    margin-top: 10px;
}


    .icon-wrapper-bg .wrapper-title {
        font-weight: 600;
        color: #000;
        font-size: 17px;
    }

    .icon-wrapper-bg p {
        font-size: 13px;
    }

.icon-wrapper {
    padding: 60px 0;
    background-color: #fafafa;
}

.parallax {
    color: #fff;
    text-align: center;
    height: 300px;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
}

    .parallax h4 {
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        line-height: 42px;
        text-shadow: 0px 0px 10px #8b8989;
    }

@media(min-width:1024px) {
    .mobile {
        display: none;
    }

    .navbar-expand-lg .navbar-collapse {
        display: block;
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: initial;
        text-align: left;
        width: 100%;
        float: left;
        display: inline-block;
    }

    .footer-col-bg .dropdown-trigger {
        display: none;
    }
}

.dropdown-menu.min {
    top: 90%;
}

.dropdown {
    display: block;
}

.dropdown-trigger.active:before {
    content: "\f106";
}

#navigation .dropdown-trigger.active + .dropdown-menu {
    display: block;
    left: 0;
    position: absolute;
    min-width: 100% !important;
}

.mega-menu {
    right: 0;
    left: auto;
    width: 650px;
    padding: 15px 15px 0;
    -webkit-box-shadow: 0px 5px 12px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 12px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 12px -8px rgba(97, 97, 97, 0.75);
    top: 95%;
    border: 0;
    border-top: 3px solid #000;
}

    .mega-menu .col-md-3 {
        padding: 0;
    }

.nav-tabs {
    margin-top: 10px;
    width: 100%;
    border: 0;
}

    .nav-tabs .tranigo-menu-item {
        float: left;
        width: 19%;
        text-align: center;
        margin-right: 1%;
        line-height: normal;
    }

        .nav-tabs .tranigo-menu-item > a {
            color: #fff;
            font-size: 13px;
            font-weight: 500;
            display: block;
            padding: 8px 0;
            background-color: #000;
            border: 1px solid #000;
            border-radius: 0;
        }

            .nav-tabs .tranigo-menu-item:hover > a, .nav-tabs .tranigo-menu-item > a.active {
                color: #000;
                background-color: transparent;
            }

.tabContent-list {
    -moz-columns: 3 194px;
    -webkit-columns: 3 194px;
    columns: 3 194px;
    column-break-inside: avoid;
    overflow: hidden;
    margin-top: 10px;
}

    .tabContent-list li {
        display: block;
    }

        .tabContent-list li:hover {
            background-color: #000;
        }

        .tabContent-list li a {
            line-height: normal;
            color: #000;
            font-weight: 400;
            font-size: 13px;
            display: block;
            padding: 7px 5px;
        }

        .tabContent-list li:hover > a {
            color: #fff;
        }

        .tabContent-list li img {
            width: 18px;
            position: relative;
            top: -1px;
        }

.page-header {
    background: url("../upload/images/page-title.jpg") no-repeat center #f0f0f0;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 150px;
}

    .page-header.large, .page-header.large .container {
        height: 250px;
    }

@media(min-width:768px) {
    .page-header select.form-control, .page-header .select2-container--default .select2-selection--single {
        border: 0 !important;
    }

    .desktop-none {
        display: none;
    }
}

.flex-tarih, .flex-tarih .col-md-6 {
    padding: 0;
    margin: 0;
}

    .flex-tarih .col-md-6:first-child {
        border-right: 1px solid #ccc !important;
    }

select.form-control:focus {
    border: 0px !important;
}

.form-control:focus {
    border-color: #000;
}

.page-title .container {
    height: 150px;
    position: relative;
}

.page-title::after, .page-title2::after {
    content: '';
    background: #000;
    width: 130px;
    height: 2px;
    margin-top: 5px;
    display: block;
}

.page-title2::after {
    margin: 0 auto;
}

.title-holder {
    height: 150px !important;
    position: relative;
    display: table;
    width: 100%;
}

.page-header.large .title-holder {
    height: 200px !important;
}



.sidebar-title {
    font-size: 16px;
    background: #000;
    color: #fff;
    padding: 10px;
}

.sidebar-list {
    width: 100%;
    background: #fff !important;
    padding: 0;
    margin: 0 !important;
    border: 1px solid #efefef;
    border-bottom: 0;
}

.title-text h1 {
    font-size: 28px;
}

.sidebar-list li {
    border-bottom: 1px solid #efefef;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .sidebar-list li.active, .sidebar-list li:hover {
        background-color: #737373;
    }



    .sidebar-list li i {
        color: #000;
        font-size: 17px;
        position: relative;
        top: 2px;
    }


    .sidebar-list li .sidebar-text {
        font-weight: 400;
        font-size: 13px;
        color: #000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        padding: 10px;
    }

    .sidebar-list li .sidebar-text-icerik {
        display: block;
        font-size: 13px;
        color: #000000;
        background: #eee;
        padding: 10px;
        border-radius: 10px;
        margin: 5px;
        font-weight: 300;
    }

    .sidebar-list li.active .sidebar-text, .sidebar-list li:hover .sidebar-text {
        color: #fff;
    }

.galeri-row {
    margin: 0 -7.5px;
}

.galeri-col {
    padding: 0 7.5px 15px;
}

.review-wrapper {
    padding: 41px;
    border: 1px solid #eee;
}

    .review-wrapper .author {
        font-weight: 500;
    }


blockquote {
    quotes: "“" "”" "‘" "’";
    font-size: 32px;
    position: relative;
    font-family: monospace;
    color: #000;
}

    blockquote:before {
        content: open-quote;
        position: absolute;
        left: -20px;
        top: -20px;
    }

    blockquote:after {
        content: close-quote;
        position: absolute;
        right: -20px;
        bottom: -20px;
    }

.owl-pagination {
    display: inline-block;
}

#home-reviews .owl-pagination {
    position: relative;
    top: -25px;
}

.owl-page {
    border: #000 2px solid;
    background-color: #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0px 2px;
}

    .owl-page.active {
        border: #000 2px solid;
        background-color: transparent;
    }

@media(max-width:768px) {
    .navbar .container {
        position: relative;
    }

    .section-content-md {
        background-color: #f3f3f3;
    }

    .section-md {
        padding: 30px 0 0;
    }

    .sidebar-title {
        font-size: 14px;
        padding: 8px;
    }

    .sidebar {
        padding: 0;
        background-color: #fff;
        position: relative;
        margin-top: 5px !important;
    }

    #details-icerik {
        padding: 10px 0;
    }

    .main-content {
        padding: 15px;
        background-color: #fff;
        position: relative;
    }

    .sidebar .dropdown-trigger {
        top: 0;
        font-size: 16px;
        color: #fff;
    }

    .sidebar-col {
        margin-bottom: 15px;
    }

    .sidebar .dropdown-trigger.active + .sidebar-list {
        display: block !important;
    }

    .sidebar-list {
        display: none;
    }

    .contact-item {
        padding: 0 15px !important;
    }

    .mobil-none {
        display: none;
    }

    .m-mt20 {
        margin-top: 20px;
    }
}

.contact-item {
    margin-top: 15px;
    display: block;
}

    .contact-item .contact-icon {
        width: 34px;
        float: left;
        font-size: 26px;
        position: relative;
        height: 34px;
    }

    .contact-item .info {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #999;
    }

.contact-text a, .contact-text address {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.contact {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

    .contact:last-child {
        border-bottom: 0;
    }

    .contact address {
        display: inline;
    }

    .contact span {
        font-weight: 500;
        font-size: 17px;
        height: 50px;
        display: block;
        float: left;
        margin-right: 10px;
    }

    .contact a {
        color: #111;
        font-weight: 400;
        font-size: 15px;
    }

    .contact ul li {
        float: left;
        margin: 0 20px 0 0px;
        position: relative;
        top: 2px;
    }

        .contact ul li i {
            font-size: 18px;
            font-weight: normal !important;
            color: #000 !important;
        }

textarea.form-control {
    height: 90px;
}

.mt-15 {
    margin-top: 15px;
}

.fixed {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    background-color: #05d06c;
    border: 3px solid #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    z-index: 99999;
}

    .fixed a {
        color: #fff;
        font-size: 26px;
        line-height: 49px;
    }


@media(min-width:992px) {
    .booking-step {
        margin-left: -50px;
    }
}

.booking-step {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    height: 100px;
}

    .booking-step li {
        width: 25%;
        float: left;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 20px;
        text-align: center;
    }

        .booking-step li span {
            display: block;
            width: 60px;
            height: 60px;
            background-color: #969696;
            border-radius: 50%;
            color: #fff;
            line-height: 60px;
            font-size: 18px;
            margin-bottom: 10px;
            text-align: center;
            position: relative;
            margin: auto;
        }

        .booking-step li.active {
            color: #000;
            font-weight: 500;
        }

        .booking-step li span:after {
            content: '';
            display: block;
            position: absolute;
            width: 135px;
            height: 1px;
            background: #969696;
            top: 30px;
            left: 65px;
        }

        .booking-step li:last-child span:after {
            display: none;
        }

        .booking-step li.active span {
            background-color: #000;
        }

.transfer-details-bg .head {
    font-weight: 600;
    font-size: 17px;
    background-color: #000;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.transfer-details-bg {
    color: #000;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(181, 181, 181, 0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(181, 181, 181, 0.75);
    box-shadow: 0px 0px 10px -5px rgba(181, 181, 181, 0.75);
    border: 1px solid #000;
    background-color: #fff;
    position: relative;
}

.booking-step-return .dropdown-trigger {
    color: #fff;
    top: 2px;
}

.cat-list ul {
    width: 100%;
}

.cat-list li {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
}

.cat-list .alig {
    margin: 0 auto;
}

.cat-list a {
    display: block;
    text-align: center;
    height: 150px;
    background-color: #e91e63;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

.alig .fas {
    display: block;
    font-size: 46px;
    margin-bottom: 15px;
}

.quicklinks h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.slider-center {
    width: 800px;
}

.checkbox-tools {
    display: none !important;
}

    .checkbox-tools:checked + label,
    .checkbox-tools:not(:checked) + label {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
        height: 70px;
        line-height: 70px;
        margin: 0 auto;
        margin-bottom: 0;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        color: var(--white);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .checkbox-tools:not(:checked) + label {
        background-color: white;
        /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%); */
        color: #000 !important;
    }

    .checkbox-tools:checked + label {
        background-color: black;
        color: #fff !important;
    }

    .checkbox-tools:not(:checked) + label:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

    .checkbox-tools:checked + label::before,
    .checkbox-tools:not(:checked) + label::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        background-image: linear-gradient(298deg, var(--red), var(--yellow));
        z-index: -1;
    }

    .checkbox-tools:checked + label .uil,
    .checkbox-tools:not(:checked) + label .uil {
        font-size: 24px;
        line-height: 24px;
        display: block;
        padding-bottom: 10px;
    }

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label {
    background-color: var(--light);
    color: var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}




.owl-details.p-0 {
    padding: 0;
}

.owl-vehicle {
    width: 100%;
}

    .owl-vehicle li {
        border-bottom: 1px solid #e4e4e4;
        padding: 6px 15px 0;
        background-color: #fff;
    }

        .owl-vehicle li:first-child {
            border-top: 1px solid #e4e4e4;
        }

        .owl-vehicle li:last-child {
            border-bottom: 0;
        }

        .owl-vehicle li .item-block {
            display: block;
            width: 100%;
            position: relative;
            margin-bottom: 6px;
            font-size: 13.5px;
        }

            .owl-vehicle li .item-block .right {
                position: absolute;
                right: 0;
                top: -5px;
            }

                .owl-vehicle li .item-block .right ins {
                    font-size: 18px;
                    text-decoration: none;
                    font-weight: 400;
                }

                .owl-vehicle li .item-block .right a {
                    padding: 3px 5px;
                    font-size: 12px;
                }

            .owl-vehicle li .item-block i {
                color: #000;
            }

.menu-title {
    line-height: normal;
    font-weight: 500;
    color: #000;
}

.mega-menu-list > li {
    line-height: normal;
}

    .mega-menu-list > li > a {
        line-height: normal;
        color: #000;
        font-weight: 400;
        font-size: 13px;
        display: block;
        padding: 7px 0;
    }



@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

#products, #product-detail {
    padding: 100px 0 30px;
    background-color: #fafafa;
}

.smBg a {
    font-size: 24px;
    margin-left: 12px;
}

.urn-sectn-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.FiltreList li {
    margin-bottom: 7px;
}

    .FiltreList li:last-child {
        margin-bottom: 15px;
    }

.checkmark-text {
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

#renk-filter1 .urn-sectn-label {
    border: 0;
    padding: 0;
}

.search-result {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .search-result h1 {
        font-size: 18px;
    }

.sb-button {
    background-color: #eee;
    color: #000;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #eee;
    width: 160px;
    text-align: left;
    position: relative;
}

    .sb-button span {
        position: absolute;
        right: 10px;
        top: 12px;
    }

.prics input {
    background-color: #fff;
    border: solid 1px #e2e2e2;
    margin-right: 10px;
    height: 32px;
    padding: 10px;
    margin-bottom: 10px;
    width: 80px;
}

.priceSearch {
    height: 32px;
    width: 50px;
    border: 0;
    background-color: #eee;
    color: #000;
}

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

    .prics b {
        line-height: 32px;
        margin-right: 10px;
    }

.product-card {
    height: 350px;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: #ffffff;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

    .product-card picture {
        height: 250px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .product-card picture img {
            max-width: 100%;
            border: none;
            margin: 0 auto;
            max-height: 100%;
            width: auto !important;
        }

.product-details {
    padding: 15px;
}

    .product-details h3 {
        font-size: 16px;
    }

    .product-details .price {
        font-weight: 600;
        color: #bc3d48;
        font-size: 18px;
    }

@media(min-width:992px) {
    .sidebar {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .product-list {
        max-width: 80%;
        flex: 0 0 80%;
    }
}

/* product detail*/

#sync1 {
    order: 2;
    width: calc(100% - 120px);
}

#sync2 {
    order: 1;
    width: 100px;
    margin-right: 20px;
}

    #sync2 .owl-item {
        width: 100px !important;
        margin-bottom: 10px;
    }

#sync1 .productSlider-flex {
    align-items: center;
    display: flex;
    height: 600px;
    border: 1px solid #eee;
    background: white;
}

    #sync1 .productSlider-flex img {
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

#sync1 .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}

.product-detail-content {
    padding-left: 30px;
}

    .product-detail-content h1 {
        font-weight: bold;
        font-size: 2em;
    }

.contact-list ul {
    width: 100%;
}

.contact-list li {
    display: inline-block;
    margin-right: 5px;
}

    .contact-list li a {
        display: block;
        padding: 10px 14px;
        background-color: #000;
        color: #fff;
        font-size: 14px;
    }

        .contact-list li a.add-meet {
            background-color: #3d7cbc;
        }

        .contact-list li a.add-message {
            background-color: #000;
        }

        .contact-list li a.add-fav {
            background-color: #000;
        }

        .contact-list li a:hover {
            opacity: 0.8;
        }

.table {
    border: 1px solid #eee;
    margin: 30px 0;
}

.tbll-bg {
    background-color: #fff;
    padding: 0 30px;
    border: 1px solid #ddd;
}

    .tbll-bg .table {
        border: 0;
    }

.table td {
    padding: 15px;
    border-color: #eee;
    color: #666;
    background-color: #ffffff;
    border: 0;
}

    .table td.tdName {
        font-weight: 600;
    }

.contact-list li:last-child {
    margin-right: 0;
}

.companyInfo {
    padding: 50px 0 30px;
}

.blur2, .filter-owl {
    filter: blur(4px);
}

.blur1 {
    filter: blur(2px);
}

.filter-owl .owl-controls {
    display: none !important;
}
/*PRODUCT SON*/

/*ACCOUNT*/
.login {
    padding: 140px 0 100px;
}

.action-login {
    border: 1px solid #eee;
    padding: 50px;
    width: 600px;
    margin: 0 auto;
}

    .action-login label {
        margin-bottom: 10px;
    }
/*ACCOUNT SON*/

/*firma detail*/
#company-detail {
    padding: 100px 0;
    background-color: #fafafa;
}

.firma-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    padding: 15px;
    background-color: #fff;
}

    .firma-header .sk-llr img {
        width: 70px;
        border-radius: 50%;
        border: 1px solid #eee;
    }

    .firma-header .puan {
        background: #3dbc3d;
        padding: 4px 8px;
        color: #fff;
        margin-left: 10px;
    }

    .firma-header .rx-llr {
        margin-left: 20px;
    }

.fh-list {
    margin: 0 -10px;
}

    .fh-list .col-md-4 {
        padding: 0 10px;
    }

    .fh-list .product-card {
        margin-bottom: 20px;

        height:240px;
    }
        .fh-list .product-card picture{
            height:160px;
        }

        .mg-Item {
            margin-top: 30px;
        }
.profile-sec {
    background-color: #fff;
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 15px;
}
.ps-hd{
    font-weight:600;
    font-size:20px;
}
@media(min-width:992px) {
    #profile1 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    #profile2 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
.profile-sec ul li{
    margin-top:15px;
    padding-left:30px;
    position:relative;
}
    .profile-sec ul li .ico_1 {
        position: absolute;
        left: 0;
        font-size: 19px;
        text-align: center;
        margin: 0 auto;
        color: #3dbc3d;
    }

.mg-Item {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eee;
}
/*firma detail son*/
