/* Şener Oto */
/*
font-family: 'Abril Fatface', cursive; Title
font-family: 'Comfortaa', cursive; SubTitle
font-family: 'Open Sans', sans-serif; Content
*/
@import url("loading.css");
body,
html {
  font-family: 'Open Sans', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}
header .header-top {
  background: #16170a;
  height: 40px;
}
header .header-top .search-area {
  float: right;
  height: 30px;
  padding-top: 7px;
  font-size: 1.2em;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
header .header-top .search-area:hover,
header .header-top .search-area:focus,
header .header-top .search-area:active,
header .header-top .search-area.active {
  color: #53545A;
}
header .header-top .social-media {
  float: right;
  margin-right: 70px;
}
header .header-top .social-media ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
header .header-top .social-media ul li {
  float: left;
}
header .header-top .social-media ul li a {
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 7px;
  display: block;
  font-size: 1.2em;
  margin-right: 10px;
  color: #fff;
  transition: all 0.5s;
}
header .header-top .social-media ul li:last-child a {
  margin-right: 0px;
}
header .header-top .social-media ul li:hover a,
header .header-top .social-media ul li:focus a,
header .header-top .social-media ul li:active a {
  color: #53545A;
}
header .search-section {
  background: #53545A;
  height: 0px;
  overflow: hidden;
  padding: 0px 0px;
  transition: all 0.5s;
}
header .search-section .form-control {
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
header .search-section .btn-search {
  background: #B0B63B;
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 0px;
  width: 100%;
  text-align: center;
  height: 38px;
  border-radius: 0px;
}
header .search-section.active {
  height: 78px;
  padding: 20px 0px;
}
header .header-bottom .logo-area {
  padding-bottom: 20px;
  margin-top: 20px;
}
header .header-bottom .logo-area img {
  max-width: 100%;
  height: auto;
}
header .header-bottom .menu-area .main-menu {
  margin-top: 15px;
}
header .header-bottom .menu-area .main-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
}
header .header-bottom .menu-area .main-menu ul ul {
  display: none;
  position: absolute;
  width: 300px;
  left: -5px;
  padding-top: 18px;
  z-index: 50;
}
header .header-bottom .menu-area .main-menu ul ul li {
  float: none;
  width: 100%;
  position: relative;
}
header .header-bottom .menu-area .main-menu ul ul li a {
  background: rgba(83, 84, 90, 0.8);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  margin-right: 0px;
}
header .header-bottom .menu-area .main-menu ul ul li:hover a,
header .header-bottom .menu-area .main-menu ul ul li:focus a,
header .header-bottom .menu-area .main-menu ul ul li:active a,
header .header-bottom .menu-area .main-menu ul ul li.active a {
  background: #B0B63B;
}
header .header-bottom .menu-area .main-menu ul ul li:hover ul {
  display: block;
}
header .header-bottom .menu-area .main-menu ul ul ul {
  display: none;
  position: absolute;
  left: 300px;
  top: -18px;
}
header .header-bottom .menu-area .main-menu ul ul ul li a {
  background: rgba(0, 0, 0, 0.8);
}
header .header-bottom .menu-area .main-menu ul ul ul li:hover a {
  background: rgba(176, 182, 59, 0.5);
  color: #000;
}
header .header-bottom .menu-area .main-menu ul li {
  float: left;
  position: relative;
}
header .header-bottom .menu-area .main-menu ul li a {
  display: block;
  margin-right: 30px;
  font-family: 'Comfortaa', cursive;
  margin-top: 20px;
  color: #53545A;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
header .header-bottom .menu-area .main-menu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  background: rgba(176, 182, 59, 0.3);
  height: 10px;
  bottom: 0px;
  z-index: -1;
  left: -5px;
  transition: all 0.3s;
}
header .header-bottom .menu-area .main-menu ul li:hover a,
header .header-bottom .menu-area .main-menu ul li:focus a,
header .header-bottom .menu-area .main-menu ul li:active a,
header .header-bottom .menu-area .main-menu ul li.active a {
  color: #000;
}
header .header-bottom .menu-area .main-menu ul li:hover a:before,
header .header-bottom .menu-area .main-menu ul li:focus a:before,
header .header-bottom .menu-area .main-menu ul li:active a:before,
header .header-bottom .menu-area .main-menu ul li.active a:before {
  width: calc(100% + 10px);
}
header .header-bottom .menu-area .main-menu ul li:hover ul {
  display: block;
}
header .header-bottom .menu-area .main-menu ul li:hover ul ul {
  display: none;
}
header .header-bottom .menu-area .main-menu ul li:hover ul li a {
  color: #fff;
}
header .header-bottom .menu-area .main-menu ul li:hover ul li a:before {
  display: none;
}
header .header-bottom .menu-area .main-menu ul li:hover ul li:hover ul {
  display: block;
}
header .header-bottom .menu-area .main-menu ul li:hover ul li:hover ul li a {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
header .header-bottom .menu-area .main-menu ul li:hover ul li:hover ul li:hover a {
  background: rgba(176, 182, 59, 0.5);
  color: #000;
}
header .header-bottom .menu-area .main-menu ul li:last-child a {
  margin-right: 0px;
}
.main-content .main-slider .carousel-item img {
  width: 100vw;
  height: calc(100vh - 117px);
  object-fit: cover;
  filter: brightness(80%);
}
.main-content .main-slider .carousel-control-next,
.main-content .main-slider .carousel-control-prev {
  opacity: 1;
}
.main-content .main-slider .carousel-caption {
  left: auto;
  right: auto;
  top: 32%;
  bottom: auto;
  width: 100%;
}
.main-content .main-slider .carousel-caption .caption-inner {
  width: 50%;
  text-align: left;
}
.main-content .main-slider .carousel-caption .caption-inner h5 {
  font-size: 3em;
  font-family: 'Abril Fatface', cursive;
  text-shadow: 2px 2px 4px #53545A;
}
.main-content .main-slider .carousel-caption .caption-inner .btn-slider {
  background: #B0B63B;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 7px 30px;
  color: #fff;
  margin-top: 20px;
  transition: all 0.5s;
}
.main-content .main-slider .carousel-caption .caption-inner .btn-slider:hover,
.main-content .main-slider .carousel-caption .caption-inner .btn-slider:focus,
.main-content .main-slider .carousel-caption .caption-inner .btn-slider:active {
  background: #53545A;
}
.main-content .home-welcome {
  padding: 50px 0px;
  background: #53545A;
  border-top: 1px solid #B0B63B;
  background-color: #000000;
  text-align: center;
}
.main-content .home-welcome h1 {
  color: #fff;
  font-size: 3em;
  font-family: 'Abril Fatface', cursive;
  text-align: center;
  position: relative;
}
.main-content .home-welcome h1:after {
  content: "";
  width: 200px;
  position: relative;
  display: block;
  height: 5px;
  background: #B0B63B;
  margin: 10px auto;
}
.main-content .home-welcome p {
  color: rgba(255, 255, 255, 0.7);
  margin: 50px 0px;
  text-align: center;
}
.main-content .home-welcome .btn-welcome {
  background: #B0B63B;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 7px 30px;
  color: #fff;
  transition: all 0.5s;
  margin: auto;
}
.main-content .home-welcome .btn-welcome:hover,
.main-content .home-welcome .btn-welcome:focus,
.main-content .home-welcome .btn-welcome:active {
  background: #000;
}
.main-content .home-welcome .image {
  margin-bottom: 20px;
}
.main-content .home-welcome .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #B0B63B;
  padding: 3px;
}
.main-content .home-products {
  border-top: 2px solid #B0B63B;
  border-bottom: 2px solid #B0B63B;
}
.main-content .home-products .box {
  padding: 50px 20px;
  text-align: center;
  background: #B0B63B;
  margin: 0px -15px;
  transition: all 0.5s;
  cursor: default;
  height: 300px;
  overflow: hidden;
}
.main-content .home-products .box.mainbg-20 {
  background: rgba(176, 182, 59, 0.8);
}
.main-content .home-products .box.mainbg-30 {
  background: rgba(176, 182, 59, 0.7);
}
.main-content .home-products .box.mainbg-40 {
  background: rgba(176, 182, 59, 0.6);
}
.main-content .home-products .box .title {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
}
.main-content .home-products .box .sub-title {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.main-content .home-products .box .btn.btn-home-products {
  background: #fff;
  color: #B0B63B;
  border-radius: 0px;
  padding: 7px 30px;
  font-weight: 600;
  transition: all 0.5s;
}
.main-content .home-products .box:hover,
.main-content .home-products .box:focus,
.main-content .home-products .box:active {
  background: #53545A;
}
.main-content .home-products .box:hover .title,
.main-content .home-products .box:focus .title,
.main-content .home-products .box:active .title {
  color: #fff;
}
.main-content .home-products .box:hover .btn.btn-home-products,
.main-content .home-products .box:focus .btn.btn-home-products,
.main-content .home-products .box:active .btn.btn-home-products {
  background: #B0B63B;
  color: #fff;
}
.main-content .home-blog {
  margin: 50px 0px;
}
.main-content .home-blog a {
  text-decoration: none;
}
.main-content .home-blog h1.title {
  font-family: 'Abril Fatface', cursive;
  font-size: 3em;
  text-align: center;
  position: relative;
  color: #53545A;
  margin-bottom: 50px;
}
.main-content .home-blog h1.title:after {
  content: "";
  width: 200px;
  position: relative;
  display: block;
  height: 5px;
  background: #B0B63B;
  margin: 10px auto;
}
.main-content .home-blog .image {
  position: relative;
  margin-bottom: 20px;
  background: #B0B63B;
}
.main-content .home-blog .image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  opacity: 1;
  transition: all 0.5s;
}
.main-content .home-blog .image .date {
  position: absolute;
  padding: 5px;
  background: #B0B63B;
  color: #fff;
  bottom: 0px;
  right: 0px;
}
.main-content .home-blog .title {
  font-family: 'Abril Fatface', cursive;
  font-size: 1.4em;
  color: #B0B63B;
  transition: all 0.5s;
}
.main-content .home-blog .description {
  font-size: 0.85em;
  color: #53545A;
}
.main-content .home-blog .item:hover .image img,
.main-content .home-blog .item:focus .image img,
.main-content .home-blog .item:active .image img {
  opacity: 0.8;
}
.main-content .home-blog .item:hover .title,
.main-content .home-blog .item:focus .title,
.main-content .home-blog .item:active .title {
  color: #53545A;
}
.main-content .home-blog .owl-nav button {
  background: none;
  outline: none;
  box-shadow: none;
  color: #B0B63B;
  transition: all 0.5s;
}
.main-content .home-blog .owl-nav button:hover {
  background: none;
  color: #53545A;
}
.main-content .home-blog .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  top: 20%;
  font-size: 4em;
}
.main-content .home-blog .owl-nav .owl-next {
  position: absolute;
  right: -70px;
  top: 20%;
  font-size: 4em;
}
.main-content .home-brands {
  padding: 50px 0px;
}
.main-content .home-brands h1.title {
  font-family: 'Abril Fatface', cursive;
  font-size: 3em;
  text-align: center;
  position: relative;
  color: #53545A;
  margin-bottom: 50px;
}
.main-content .home-brands h1.title:after {
  content: "";
  width: 200px;
  position: relative;
  display: block;
  height: 5px;
  background: #B0B63B;
  margin: 10px auto;
}
.main-content .home-brands .item img {
  padding: 7px;
  border: 1px solid rgba(176, 182, 59, 0.3);
}
footer {
  background: #53545A;
  padding: 50px 0px 0px;
}
footer .footer-box.contact .image img {
  filter: brightness(0) invert(1);
}
footer .footer-box.contact .text {
  margin: 20px 0px;
}
footer .footer-box.contact .text p {
  margin-bottom: 15px;
  color: #fff;
}
footer .footer-box.contact .text p span {
  color: #B0B63B;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding-bottom: 10px;
}
footer .footer-box.contact .footer-social {
  margin-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}
footer .footer-box.contact .footer-social a {
  font-size: 1.4em;
  margin-right: 20px;
  color: #fff;
  transition: all 0.5s;
}
footer .footer-box.contact .footer-social a:hover,
footer .footer-box.contact .footer-social a:focus,
footer .footer-box.contact .footer-social a:active {
  color: #B0B63B;
}
footer .footer-box h3 {
  color: #B0B63B;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .footer-box ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
footer .footer-box ul li {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
footer .footer-box ul li a {
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
}
footer .footer-box ul li a:before {
  content: "» ";
}
footer .footer-box ul li:hover a,
footer .footer-box ul li:focus a,
footer .footer-box ul li:active a {
  padding-left: 5px;
  color: #B0B63B;
}
footer .footer-bottom {
  margin-top: 30px;
  background: #000;
  padding: 10px 0px;
}
footer .footer-bottom .copyright {
  color: #fff;
}
footer .footer-bottom .nanomedya {
  text-align: right;
}
footer .footer-bottom .nanomedya img {
  height: 18px;
}
.kvkk {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 30px 0px 10px;
  background: #B0B63B;
  color: #fff;
  z-index: 99;
}
.kvkk a {
  color: #53545A;
}
.kvkk .btn-kvkk {
  background: #53545A;
  color: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 7px 30px;
  transition: all 0.5s;
}
.kvkk .btn-kvkk:hover,
.kvkk .btn-kvkk:focus,
.kvkk .btn-kvkk:active {
  color: #B0B63B;
}
.mobile-menu {
  display: none;
}
.mobile-menu .mobile-menu-button {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 2em;
  color: #B0B63B;
}
.alert-modal .modal-body {
  text-align: center;
  padding: 80px 20px;
}
.alert-modal .modal-body h1 {
  font-family: 'Abril Fatface', cursive;
}
.alert-modal .modal-footer {
  text-align: center;
  display: block;
}
.main-content.page .page-header {
  position: relative;
}
.main-content.page .page-header .image img {
  width: 100vw;
  height: 350px;
  object-fit: cover;
  filter: brightness(50%);
}
.main-content.page .page-header .text-area {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 40px;
  left: 0px;
}
.main-content.page .page-header .text-area h1 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.main-content.page .page-header .text-area .breadcrump ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.main-content.page .page-header .text-area .breadcrump ul li {
  float: left;
  color: rgba(255, 255, 255, 0.5);
}
.main-content.page .page-header .text-area .breadcrump ul li:after {
  content: " | ";
  display: inline-block;
  margin: 0px 10px;
  color: #fff;
}
.main-content.page .page-header .text-area .breadcrump ul li a {
  color: #fff;
}
.main-content.page .page-header .text-area .breadcrump ul li:last-child:after {
  display: none ;
}
.main-content.page .page-content {
  padding: 50px 0px;
}
.main-content.page .page-content h1,
.main-content.page .page-content h2,
.main-content.page .page-content h3,
.main-content.page .page-content h4,
.main-content.page .page-content h5,
.main-content.page .page-content h6 {
  font-family: 'Abril Fatface', cursive;
  color: #B0B63B;
}
.main-content.page .page-content p {
  text-align: justify;
}
.main-content.page .page-content.list {
  height: auto;
  overflow: hidden;
}
.main-content.page .page-content.list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.main-content.page .page-content.list ul li {
  float: left;
  width: 30%;
  margin-bottom: 30px;
  margin-right: 3%;
}
.main-content.page .page-content.list ul li a {
  padding: 40px 20px 20px;
  border: 1px solid #B0B63B;
  height: 100px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #53545A;
  text-decoration: none;
  background: transparent;
  transition: all 0.5s;
}
.main-content.page .page-content.list ul li:hover a,
.main-content.page .page-content.list ul li:focus a,
.main-content.page .page-content.list ul li:active a {
  background: #B0B63B;
  color: #fff;
  border: 1px solid #53545A;
}
.main-content.page .page-content.product-list.pro .box .image img {
  height: auto!important;
}
.main-content.page .page-content.product-list .box {
  margin-bottom: 50px;
}
.main-content.page .page-content.product-list .box a {
  text-decoration: none;
}
.main-content.page .page-content.product-list .box .image {
  border: 1px solid #B0B63B;
  margin-bottom: 20px;
  background: #B0B63B;
  position: relative;
}
.main-content.page .page-content.product-list .box .image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  opacity: 1;
  transition: all 0.5s;
}
.main-content.page .page-content.product-list .box .image .date {
  position: absolute;
  width: auto;
  padding: 5px;
  background: #53545A;
  color: #fff;
  right: 0px;
  top: 0px;
}
.main-content.page .page-content.product-list .box .title {
  font-size: 1.4em;
  font-family: 'Abril Fatface', cursive;
  margin-bottom: 20px;
  color: #B0B63B;
  transition: all 0.5s;
}
.main-content.page .page-content.product-list .box .description {
  font-size: 0.85em;
  color: #53545A;
  margin-bottom: 20px;
}
.main-content.page .page-content.product-list .box .button-area .btn.btn-product-list {
  background: #B0B63B;
  padding: 7px 30px;
  outline: none;
  box-shadow: none;
  color: #fff;
  border-radius: 0px;
  transition: all 0.5s;
}
.main-content.page .page-content.product-list .box:hover .image img,
.main-content.page .page-content.product-list .box:focus .image img,
.main-content.page .page-content.product-list .box:active .image img {
  opacity: 0.85;
}
.main-content.page .page-content.product-list .box:hover .title,
.main-content.page .page-content.product-list .box:focus .title,
.main-content.page .page-content.product-list .box:active .title {
  color: #53545A;
}
.main-content.page .page-content.product-list .box:hover .button-area .btn.btn-product-list,
.main-content.page .page-content.product-list .box:focus .button-area .btn.btn-product-list,
.main-content.page .page-content.product-list .box:active .button-area .btn.btn-product-list {
  background: #53545A;
  color: #fff;
}
.main-content.page .page-content.product-detail .image {
  margin-bottom: 30px;
}
.main-content.page .page-content.product-detail .image img {
  width: 100%;
  height: auto;
  border: 1px solid #B0B63B;
}
.main-content.page .page-content.product-detail .text-area h1 {
  margin-bottom: 20px;
}
.main-content.page .page-content.product-detail .text-area p {
  margin-bottom: 20px;
  font-size: 0.85em;
}
.main-content.page .page-content.product-detail .product-tabs {
  margin-top: 50px;
}
.main-content.page .page-content.product-detail .product-tabs .tab-content {
  margin-top: 20px;
  font-size: 0.85em;
}
.main-content.page .page-content.product-detail .product-tabs .nav {
  border-bottom: 0px;
  width: 100%;
  display: table;
}
.main-content.page .page-content.product-detail .product-tabs .nav .nav-item {
  float: none;
  display: table-cell;
  text-align: center;
}
.main-content.page .page-content.product-detail .product-tabs .nav .nav-item a {
  background: #B0B63B;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  margin-right: 10px;
  transition: all 0.5s;
}
.main-content.page .page-content.product-detail .product-tabs .nav .nav-item a.active {
  background: #53545A;
}
.modal {
  z-index: 999999;
}
.pagi ul {
  border: 0px;
  border-radius: 0px;
}
.pagi ul li {
  border-radius: 0px;
}
.pagi ul li a {
  background: #B0B63B;
  color: #fff;
  border: 0px;
  border-radius: 0px!important;
  outline: none;
  box-shadow: none;
  margin-right: 2px;
}
.pagi ul li:hover a,
.pagi ul li:focus a,
.pagi ul li:active a {
  background: #53545A;
  color: #fff;
}
.pagi ul li.active a.page-link {
  background: #53545A;
  color: #fff;
}
.contact-box h3 {
  margin-bottom: 30px;
}
.contact-box p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(176, 182, 59, 0.2);
}
.contact-box p span {
  color: #B0B63B;
  display: inline-block;
  float: left;
  width: 30px;
  padding-bottom: 10px;
}
.contact-box .if {
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  border: 1px solid #B0B63B;
}
.contact-box .btn.btn-if {
  background: #B0B63B;
  outline: none;
  box-shadow: none;
  color: #fff;
  border-radius: 0px;
  transition: all 0.5s;
  padding: 7px 30px;
}
.contact-box .btn.btn-if:hover,
.contact-box .btn.btn-if:focus,
.contact-box .btn.btn-if:active {
  background: #53545A;
}
.map {
  border-top: 5px solid #B0B63B;
}
.map #map {
  width: 100%;
  height: 500px;
}
/*# sourceMappingURL=main.css.map */
