
@import 'font/jura.css';
@import 'font/roboto.css';
@import  'dhutils.css';
@import  'ecommers.css';
@import 'https://fonts.googleapis.com/css?family=Poppins:600,500,400,700,300&display=swap';
@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Light.ttf');
}
.fontJura{
    font-family: 'Jura', sans-serif !important;
}
.fontMont{
    font-family: 'Montserrat', sans-serif !important;
 
}
.fontPoppins{
    font-family: 'Poppins',Arial,Helvetica,sans-serif !important;
    
}
html {
    width: 100%;
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    /*background-color: #f4f4f4;*/
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -ms-touch-action: auto;
    touch-action: auto;
}
#priceMatchOpener{
    -ms-touch-action: auto;
    touch-action: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: inherit;
}
#overloadWithMenu {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #090c109c;
    top: 0;
    left: 0;
    z-index: 100;
}
.logo img {
    width: 220px;
    margin-left: 6px;
}

#top-right-buttons {
    flex-direction: inherit;
    display: flex;
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 800;
}

#top-right-buttons button {
    margin-right: 4px;
}


#siteUstMenubar {
    width: 100%;
}

#siteUstMenubar .nav-item {
    border-bottom: 2px solid transparent;
    
}
#siteUstMenubar .nav-item:hover {
    border-bottom: 2px solid rgb(212, 212, 212);
}
#siteUstMenubar .dropdown-divider{
    margin: 0.2rem 0;
}
.nav-link{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000 !important;
    font-size: 13px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#mainContainer {
    position: relative;
    min-height: calc(100vh - 0px);
    font-family: 'Montserrat', sans-serif;
    
        
}
#mainContainer h2 {
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
}
#sepetsayaci {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 65%;
    font-weight: normal;
}

/* BS EDITS*/
.input-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px groove #ffffff;
}

.btn-outline-primary{
    color: #4c4c4b;
    border-color: #b7a3a2;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.badge-primary{
    color: #fff;
    background-color: #333333;
}
.btn:focus{
  box-shadow: none;
}
.modal-header {
    border-bottom: 1px solid #f3f3f3;
}

.modal-footer {
    border-top: 1px solid #f3f3f3;
}
/* BS EDIT  #END */

/* Breadcrumbs*/

.breadcrumb {
    border-radius: 0;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    /*background-color: #e6e9ed;*/
    display: inline-block;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-arrow li {
    margin-left: -12px;
    padding: 0px 10px 0px 0px;
    font-size: 13px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    text-indent: 25px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
}

.breadcrumb-arrow li:not(:first-child) a {
    text-indent: 24px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: #d9d8d8;
    border: 1px solid #d9d8d8;
    padding-right: 10px;
    font-size: 0.75rem;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #d9d8d8;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fafbff;
    /* Üçgen separator */
}

.breadcrumb-arrow li:first-child {
    padding: 0px 10px 0px;
}

.breadbg {
    background-color: #ebebeb;
    color: #FFF;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}
  
.breadcrumb  li.active .small {
    font-size: 0.75rem;
    font-weight: lighter;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb-arrow li span {
    color: #434a54
}
/* breadcrumb #END */

/* Slick */
.slick-prev.slick-arrow {
    left: 10px;
}

.slick-next.slick-arrow {
    right: 48px;
}

.slick-slider {
    height: 100% !important;
}

.anaSlider .slick-prev:before,
.anaSlider .slick-next:before {
    background-color: #0000004d;
}
 
.orangearrows .slick-prev:before,
.orangearrows .slick-next:before {
    background-color: transparent;
    color:#343434;
    border: 1px solid rgb(0, 0, 0);
}

.orangearrows .slick-dots li {
    width: 2.2em;
    height: 8px;
    margin: 0 8px;
}
.orangearrows .slick-dots li button:before {
    width: 44px;
    height: 6px;
    background-color: #305E8F;
    content: '';
}
h2.section-title{ 
    font-size: 1.5rem;
    display: inline-block;
    padding: 10px 30px;
    background-color: #ea5753;
    color: #FFF;
    border-radius: 20px;
   
}
.otherSlicker .slick-prev:before, .otherSlicker .slick-next:before {
    font-size: 14px;
background-color: #fff;
color: #000;
border: 1px solid #000;
padding: 4px 8px;
     
}
.otherSlicker .slick-next.slick-arrow{
    right: 12px;
}
.anaSlider .slick-next.slick-arrow{
    right: 18px;
}

.anaSlider .slick-dots li button:before {
    width: 44px;
    height: 6px;
    background-color: #313131;
    content: '';
}

.anaSlider .slick-dots li {
    width: 2.2em;
    height: 8px;
    margin: 0 8px;
}

.urunSlide .slick-dots {
    background-color: #ffffffad;
    height: 40px;
    bottom: 0;
}
/* Slick #END*/



.broken404 {
    font-size: 2em;
    color: rgba(0, 30, 54, 0.3);
}

.broken404 svg {
    font-size: 1.5em;
}


.arasayfa_baslik {
    font-size: 1.6rem;
    color: #104f92;
    display: inline-block;
    border-bottom: 2px solid #104f92;
}

.subpage-content {
    font-size: 1em;
    line-height: 24pt;
    text-align: justify;
}


/* FOOTER */

.footer {
    background-color: #000;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    position: relative;
    color: #FFF;
    border-top: 4px solid #464646;
    font-family: 'Poppins',Arial,Helvetica,sans-serif;
}

.footerBaslik {
    line-height: 40px;
}

ul.footerList {
    margin: 0px;
    list-style-type: circle !important;
}

.footerList :not(svg) {
    color: rgb(209, 209, 209);
    font-size: 14px;
  
}

.footerList svg {
    font-size: 18px;
}

.footerList li {
    line-height: 30px;
    
}
.footerList a:hover span{
    color: #FFF !important;
}
.footerSosyalMedya a {
    display: inline-block;
}

.footer .footer-ribbon {
    background: #c74a46;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px;
    top: 75px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 10px;
}

.footer-ribbon a {
    color: #FFF;
}

.footer .footer-ribbon:before {
    border-left: 10px solid #78302e;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

.footersosyal {
    display: inline-block;
    margin: 10px;
}

/* FOOTER #END */

/* Contact */
.iletisime-gecin-txt {
    font-size: 1.3em;
    font-style: italic;
    font-family: 'Roboto';
    font-weight: lighter;
    color: rgb(141, 141, 141);
}

#kontaktMarkerIcon {
    font-size: 8rem;
    color: #3386d4 !important;
    opacity: .2;
}

#contactFormWrap {
    border-radius: 8px;
    position: relative;
    margin-left: 20px
}

 
#contactFormWrap span.formTekBaslik {
    font-size: 14px;
    display: block;
    color: rgb(116, 116, 116);
}

 
#contactFormWrap .redborder {
    border: 1px solid #c0180c;
}



.mesajalindi {
    background-color: transparent;
    transition: background-color 1s ease-in;
    -moz-transition: background-color 1s ease-in;
    -webkit-transition: background-color 1s ease-in;
    -ms-transition: background-color 1s ease-in;
    -o-transition: background-color 1s ease-in;
}
/* Contact #END*/
.whatsappbtn{
    display: block; 
    width: 147px; 
    height: 43px; 
    background-image: url(../img/whatsapp-siparis.jpg);
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-size: contain;
    border-radius: 10px;
}
 
.fa-plus{
    transition: all .4s ease-in-out;
    font-weight: bold;
    font-size: 30px;
}

small strong{
font-size: 13px;
}



.tamSayfaSlider{
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.6s ease-in;
    box-shadow: 0px 3px 14px #626161;
    
}
.tssOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #08121bc2;
}

#topFastContact{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #e7e7e7;
 }

#topFastContact div{
    font-size: 16px;
    font-family: 'Roboto';
    padding: 10px 0px;
}
   
#topbar {
    height: 140px;
    background-color: rgb(255 255 255);
    z-index: 800;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    width: 100%;
    top: 0;
}
.mainSlogan{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 80vw;
    max-width: 900px;
    min-height: 200px;
}
.mainSlogan h1,.mainSlogan h4{
    background-color: rgb(255 255 255 / 60%);
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
     
}
.mainSlogan .searchInSite{
    background-color: rgba(74, 141, 250, 0.4);
    display: block;
    width: 100%; 
    padding: 20px 10px;
    
}
.pageSection{
    min-height: 100vh;
} 
.dropdown-toggle.noarrow::after{
    display: none;

}
.submenuUl{
    margin-left: 98%;
    top: 0px;
}

.text-red{
    color: #e82f29;
}
.btn-outline-secondary:hover{
    color: #000;
}

.productImage{
    max-width: 300px;
}