body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
  	padding: 0 !important;
}

.list.has-carousel.slick-initialized.slick-slider {
    width: 100%!important;
}
label {
    position: unset;
}
button.btn.btn-3d.main-bg {
    color: #525252;
    background-color: transparent;
    border-color: #525252;
    border-radius: 100px;
}
button.btn.btn-3d.main-bg:hover {
    background-color: #525252;
    color: white;
}

.item.item-1.item-color-yellow.item-product .item-image .center-image-canvas img{
	max-width: 100%;
    object-fit: cover;
    height: 100%;
} 
header.site-head .language-box ul li a.active {
    color: #337ab7;
}
section.home-content .box-group-1 .item-1 .item-text .item-button .btn { 
    width: 49.4%; 
}
header.site-head {
	padding-left: 25px;    
  padding-right: 25px;
}
.foot-top {
    margin-left: 25px;
    margin-right: 25px;
}
header.site-head .menu nav ul li { 
    padding: 0 10px;
}
.form-group { 
    margin: 0;
    padding: 0;
}
.checkbox, .checkbox-inline { 
    padding: 10px 30px 9px; 
}
.checkbox input[type="checkbox"]{
    margin-top: 14px;
}.cc-banner .cc-message { 
    font-size: 13px;
}
.cc-window.cc-banner { 
    text-align: center;    
  padding: 0.3em 1.8em; 
} 
.cc-btn { 
    padding: 0; 
}
.product-list .item .item-image {
    background: white;
}
th {
    text-align: center;
}
button.btn.btn-outline-secondary {
    background-color: #2e6da4;
    border-color: #2e6da4;
    color: white;   
  margin: auto;
}
button.btn.btn-outline-secondary:hover {
    background-color: #286090;
    border-color: #204c71;
}
input.form-control.ng-pristine.ng-valid.ng-not-empty.ng-touched {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
input.form-control.ng-pristine.ng-untouched.ng-valid.ng-not-empty {
    text-align: center;
}
.product-group-list .item .item-image img {
    z-index: 1;
    width: 100%;
    position: absolute;    
  bottom: 0;
}
header.site-head .language-box {
    padding: 0 5px;
}
.open > .dropdown-menu {
    display: none;
}
header.site-head .menu nav ul li a { 
    color: #7a7a7a; 
}
.btn-grey-o {
    color: #7a7a7a; 
    border-color: #7a7a7a;
}
header.site-head .block.block-right > div {
    color: #525252;
}

header.site-head .menu-btn {
    
    color: #525252!important;
}

/* 03.07.2020 */
a {
    color: #525252;
}
.page-content {
    min-height: calc(100vh - 300px);
}
i.fas.fa-shopping-cart {
    border: none !important;
}
span.cart-info {
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    font-weight: bold;
    background-color: #ff0000;
    width: 20px;
    height: 20px;
    border-radius: 30px;
}
span.cart-qty.ng-binding {
    color: #fff !important;
    font-size: 10px;
}
button.btn.btn-3d.btn-primary, a.btn.btn-3d.btn-primary {
    border: none;
    padding: 15px 25px;
    background-color: #fac300;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    box-shadow: 0px 5px 1px 0px #83d0f5;
}
button.btn.btn-3d.btn-primary:hover, a.btn.btn-3d.btn-primary:hover {
    background-color: #525252;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    border: none;
    padding: 15px 25px;
    background-color: #525252;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    box-shadow: 0px 5px 1px 0px #83d0f5;
}
aside.right-menu-box {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.header-nav-feature.header-nav-features-cart {
    right: 120px !important;
}
.ucd-icon {
    right: 60px !important;
    display: block;
    top: 52% !important;
    text-align: center;
}
.ucd-icon img {
	width: 40px;
    height: 40px;
}
.ucd-icon .ucd-visible-hover {
	display: none;
}
.ucd-icon:hover .ucd-visible-hover {
	display: inline;
}
.ucd-icon:hover .ucd-visible {
	display: none;
}
.cart-number .form-control {
    border: none;
    height: 40px;
    margin: 0 !important;
}
button.btn.cart-btn-secondary {
    height: 30px;
    width: 30px;
    padding: 0;
    background-color: #636363;
    border: none;
}
th.cart-number-mobile {
    width: 60px;
}
th.cart-number-mobile {
    width: auto;
}
.cart-number .form-control {
    width: 10px;
    border: none;
    height: 40px;
    margin: 0 !important;
}
button.btn.cart-btn-secondary {
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0;
    border-radius: 60px;
    background-color: #636363;
    border: none;
}
}
.cart-table {
    border: none !important;
}
.cart-table thead tr th, .cart-table tbody tr td {
    border: none !important;
}
.cart-table thead tr th {
    padding-top: 6px;
    padding-bottom: 14px;
}
.cart-table thead tr, .cart-table tbody tr {
    border-bottom: 1px solid #eaeaea;
}
.cart-table thead tr {
	background-color: #e4f6ff;
  	height: 44px;
}
.cart-table tbody tr {
	background-color: #fff !important;
}
a.btn.btn-sm.btn-danger.cart-delete {
    background-color: #fff;
    color: #424242;
    border: none;
    font-size: 15px;
}
a.btn.btn-sm.btn-danger.cart-delete:hover {
    color: #ff0018;
}
a.btn.btn-sm.btn-danger.cart-delete:focus {
    box-shadow: none;
}
.form-control {
	height: 50px;
  	font-size: 15px;
}
header.site-head .menu-btn:hover {
    color: #23527c!important;
}
.menu-btn i.fas.fa-bars {
	padding: 8px 10px;
    font-size: 17px;
}
.product-list.product-list-color-pink .item:hover .item-text .item-btn a {
    color: #525252;
}
section.product-detail-content .product-text .product-property ul li .label-value {
    font: 400 18px/1 "Roboto";
}
section.product-detail-content .product-text .product-property ul li + li {
    margin-top: 20px;
}
.product-list.product-list-color-pink .item .item-text .item-code {
    border-color: #fac300 !important;
    color: #fac300 !important;
}
footer.site-foot .foot-bottom {
    background: #f4f4f4;
    margin-bottom: 20px;
}
footer.site-foot .foot-top .block.block-bottom {
    padding: 20px 0;
}
ul.breadcrumbs.fixclear {
    display: none;
}
iframe {
    width: 100%;
}
.page-block .block-body img {
    width: 40px;
    margin-bottom: 0;
}
.row.formbilgi-custom {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}
.cv-upload {
    position: relative;
    bottom: 11px;
}
button.btn.btn-3d.main-bg {
	margin-top: 20px;
}
section.home-content .box-group-3 .item-2 .item-color-area {
	border-left: 520px solid transparent;
}
.product-category-carousel .item-image img {
	position: relative;
    left: -20px;
}
.product-group-list .item .item-image img {
    width: 100%;
  	position: relative;
}
.document-list {
    padding: 0;
}
.row.formbilgi-custom {
	padding-right: 0;
  	padding-left: 0;
}
.center-image-canvas img {
    left: 55%;
}
.product-list .item .item-image {
    background: #e9eff2;
}
section.home-content .box-group-1 .item.item-color-pink .item-text .item-btn a i:after, section.home-content .box-group-1 .item.item-color-pink .item-text .item-btn a i:before {
	background: rgb(0, 0, 0, 0.2);
}
section.home-content .box-group-1 .item.item-color-pink .item-text .item-btn a {
	background: none;
}
i.ic.ic-arrow-right:after {
    background: #9e9e9e;
}
i.ic.ic-arrow-right-white:after {
    background: #fff;
}
.close-menu {
    position: absolute;
    top: 120px;
    left: calc(50% + 20px);
    z-index: 5;
    font-size: 20px;
    color: rgb(255 255 255 / 40%);
}
@media (max-width: 1220px) {
  .close-menu {
   	top: 150px; 
  }
}
@media (max-width: 990px) {
	.button-group.sidebar-menu {
    	display: flex;
    	padding-top: 20px;
	}
  	.button-group.sidebar-menu a.btn.btn-white-o.btn-circle {
   		margin-left: 5px;
    	margin-right: 5px;
    	padding-left: 10px;
    	padding-right: 10px;
    	font-size: 12px;
    	opacity: 0.7;
	}
  	aside.right-menu-box .general-menu ul li a {
    	font-size: 20px;
	}
  	aside.right-menu-box .general-menu {
    	margin: 20px 10px 20px 0px;
	}
}
.product-group-list .item .item-image img {
  width: 100%; 
}
.item-btn.ukategori a i:before, .item-btn a i:after {
  	background: #ffffff;
  }
  aside.right-menu-box .right-menu-inner {
    margin-top: -190px;
}
@media (max-width: 600px) {
	section.home-content .box-group-3 .item-1 .item-image {
    	min-height: 300px;
	}
  	.form-box div div {
      margin: 0;
  	}
  	.product-category-carousel .item-image img {
    	position: relative;
    	left: -60px;
      	padding-right: 20px;
      	padding-left: 20px;
	}
    .pink-urun .item-image img {
    	left: 0;
	}
  	.item.item-1.item-color-yellow.item-product .item-image .center-image-canvas img {
  		min-height: 380px;
  	}
 	.slick-track .slick-slide .item .item-image a img {
  		width: 100%;
  	}
  	section.home-content .box-group-3 .item-2 .item-color-area {
    	border-left: none;
	}
  	.armadigitallink {
    	display: flex;
    	justify-content: center;
	}
  	.armadigitallink a {
    	padding-top: 5px;
	}
  	aside.right-menu-box .language-box {
    	margin-bottom: -10px;
    	margin-top: 70px;
	}
  	aside.right-menu-box .language-box a.nav-link {
    	color: #ffffff;
	}
  	aside.right-menu-box .language-box a.dropdown-item {
    	color: #525252;
	}
  	.cart-table thead tr th:nth-child(2), .cart-table tbody tr td:nth-child(2), .cart-table thead tr th:nth-child(4), .cart-table tbody tr td:nth-child(4), .cart-table thead tr th:nth-child(5), .cart-table tbody tr td:nth-child(5) input {
  		font-size: 11px;
  	}
  	.category-list .center-image-canvas:nth-child(-n+4) {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      position: relative;
      display: flex;
      height: 200px;
	}  
  .center-image-canvas {
      display: flex;
      justify-content: center;
      height: 340px;
	}
    section.home-content .box-group-4 .item-1.item-color-yellow {
        overflow: hidden;
    }
    .item-color-yellow .center-image-canvas:nth-child(-n+4) {
        transform: scale(1);
        top: 0;
    }	
    .e-katalog .center-image-canvas {
    	transform: scale(1);
    	display: flex;
    	transform-origin: right;
    	position: relative;
    	top: 0px;
	}
    .page-scrolling-animate {
        bottom: 0;
    }
    .news-list .center-image-canvas {
    	transform: scale(1);
    	display: flex;
    	transform-origin: right;
    	position: relative;
    	top: 0px;
	} 
}
@media (max-width: 1000px) {
	.input-group.cart-number {
    	display: flex;
    	flex-direction: column;
	}
  	button.btn.cart-btn-secondary {
    	border-radius: 0;
    	height: 25px;
	}
  	input.form-control.ng-pristine.ng-untouched.ng-valid.ng-not-empty {
    	width: 100%;
	}
  	.input-group.cart-number .input-group-prepend, .input-group.cart-number .input-group-append {
  		justify-content: center;
  	}
}
@media (min-width: 1000px) {
.cart-number {
    display: flex;
  }  
}
  @media (max-width: 577px){
    .product-group-list .item .item-image img { 
    width: auto;
      max-height: 300px;
  }}
@media (max-width: 1200px) {
  aside.right-menu-box .right-menu-inner {
    top: calc(50% + 60px);
  }
}
@media (max-width: 800px) {
  aside.right-menu-box .right-menu-inner {
  	 top: calc(25% - 138px);
     margin-top: 0;
  }
  .close-menu {
    top: 70px;
    left: 15px;
  }
}
.item-btn.ukategori a i:before, .item-btn a i:after {
     background: #ff3e7c;
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -8px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
} 
  .item-btn.ukategori a i:before{-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  transform: rotate(90deg);}
  .item-btn.ukategori a{position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    text-align: center;
    line-height: 42px;
  color: rgba(0, 0, 0, 0.2);}
  .item-btn.ukategori {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -26px;
    margin-left: -26px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 47px;
    margin-top: 30px;
}
  .item-btn.ukategori:hover {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
  .item-btn.ukategori:hover a i:before{
        background: #fff;
-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  } 
  .item-btn.ukategori:hover a i:after {
    background: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .form-control.faciklama {
    height: 90px;
}
  section.home-content .box-group-1 .item.item-color-pink .item-text .item-btn a i:after, section.home-content .box-group-1 .item.item-color-pink .item-text .item-btn a i:before,
  .product-group-list.product-group-list-color-pink .item-btn a i:before , 
  .product-group-list.product-group-list-color-pink .item-btn a i:after,
  .item-btn.ukategori a i:before,
  .item-btn.ukategori a i:after
  {
    background: rgba(0, 0, 0, 0.2);
}
  a.widi {
    background: transparent!important;
}
  i.fa.fa-arrow-right:after {
    background: transparent;
}
section.home-content .box-group-2 .item .item-image {
  opacity:1 ;
}
section.home-content .box-group-4 .item-2 .item-text .item-title {
    font: 55px/0.9 "gotham-bold"!important;
    color: #FFF;
}
section.home-content .box-group .item-product .item-text .item-title {
  font: 34px/0.9 "gotham-bold";}
.item-title.urntitle {
    margin-top: 60px;
}
.item.item-1.item-color-yellow.item-product .item-image .center-image-canvas img {
	left: 50%;
}
.product-group-list .item .item-image {
	  display: flex;
  	align-items: flex-end;
    justify-content: flex-end;
}
.product-group-list .item .item-image a {
	  display: flex;
    justify-content: flex-end;
}
section.home-content .box-group-3 .item-2 .item-image.right {
    bottom: -20px;
    right: -96px;
}
@media (max-width: 767px) and (min-width: 1px) {
	.page-sidebar {
    	display: block;
    	padding: 0;
      	margin-top: -30px;
  	}
  	.page-sidebar .widget-menu ul li {
    	padding: 0;
	}
  	.page-sidebar .widget-menu ul li a {
      	font-size: 12px;
  	}
}
.category-list .row .col-md-3.col-sm-6:nth-child(6) .center-image-canvas {
    right: 0;
}
.center-image-canvas img.center-product-image {
	left: 50%;
  z-index: 2;
}
.product-list .center-image-canvas img.center-product-image {
	height: 100%;
}
.product-shadow {
  	position: absolute;
  	top: 0;
    /*width: 90px;
    border-radius: 100%;
    height: 12px;
    background: #9a9a9a;    
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    bottom: 150px;
    z-index: 1;
    opacity: .2;
    filter: blur(3px);*/
}
header.site-head .search-box .search-area .form-control {
    height: 42px;
}
footer.site-foot .top-page {
    margin-top: -50px;
}
.category-list .item.custom-products-category .item-image .center-image-canvas img {
    /*left: 55% !important;*/
    height: 100%;
}
.container.teklif-container {
    min-height: calc(100vh - 430px);
}
.container.teklif-container a.btn.btn-3d.btn-primary {
    position: relative;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
section.site-content.dealers-page {
    background-image: url(/Upload/Dosyalar/resim-jpg/titiz-404-d06fcb09-a5ca-49ad-85ad-11d771b99b79.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 315px);
}
section.site-content.dealers-page .page-content .container .page-block .block-title, 
section.site-content.dealers-page .page-content .container .page-block .block-body p, 
section.site-content.dealers-page .page-content .container .page-block .block-body hr {
    display: none;
}
section.site-content.dealers-page .page-content .container {
	height: 50vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    width: auto !important;
    height: 100vh !important;
}
ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
      	position: relative;
}
@media (max-width: 1500px) {
	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(1) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	left: -10%;
	}
 	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(2) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	left: -10%;
	}
 	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(3) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	left: -10%;
	}
 	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(4) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	left: -10%;
	}
 	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(5) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	left: -10%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli .title.color-3, ul.tp-revslider-mainul li.tp-revslider-slidesli .description, ul.tp-revslider-mainul li.tp-revslider-slidesli a.btn.btn-primary-o {
  		position: relative;
    	left: 25%;
  	}
}
@media (max-width: 1200px) {
	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(1) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 80vh !important;
    	left: -25%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(2) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 80vh !important;
    	left: -25%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(3) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 80vh !important;
    	left: -25%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(4) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 80vh !important;
    	left: -25%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(5) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 80vh !important;
    	left: -25%;
	}
}
@media (max-width: 991px) {
	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(1) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 70vh !important;
    	left: 30%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(2) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 70vh !important;
    	left: 130%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(3) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 70vh !important;
    	left: 130%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(4) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 70vh !important;
    	left: 130%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(5) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 70vh !important;
    	left: 130%;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli .title.color-3, ul.tp-revslider-mainul li.tp-revslider-slidesli .description, ul.tp-revslider-mainul li.tp-revslider-slidesli a.btn.btn-primary-o {
    	left: 0;
  	}
}
@media (max-width: 767px) {
	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(1) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 50vh !important;
    	left: 0;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(2) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 50vh !important;
    	left: 0;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(3) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 50vh !important;
    	left: 0;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(4) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 50vh !important;
    	left: 0;
	}
  	ul.tp-revslider-mainul li.tp-revslider-slidesli:nth-child(5) .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption img {
    	height: 50vh !important;
    	left: 0;
	}
}
@media (max-width: 400px) {
	.e-katalog .center-image-canvas img.center-image {
  		max-height: 380px;
    	height: auto;
	}
}
header.site-head .menu nav ul li a {
    font-size: 12px;
    font-weight: 600;
  	color: #fac300;
}
.header-nav-feature.header-nav-features-cart {
    right: 100px !important;
}
.nav-link {
    font-weight: 700;
    color: #565656;
}
header.site-head .menu-btn {
    color: #565656!important;
    font-weight: 700;
}
@media (max-width: 1250px) {
	header.site-head .menu nav ul li a {
    	font-size: 10px;
	}
}
section.home-content .box-group-1 .item-1 .item-text.item-text-2 {
    left: 0;
}
section.home-content .box-group-1 .item-1 .item-text.item-text-2 .item-button {
    margin: 30px -31px -30px;
}
.category-list .item .item-image {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.category-list .item.custom-products-category .item-image .center-image-canvas img {
    left: 0 !important;
    height: 100% !important;
    top: 0 !important;
    transform: translate(0,0) !important;
    position: relative !important;
}
.search-box.visible-xs.visible-sm form#searchform button.btn.btn-primary-o.btn-circle.aramabtn {
    display: none;
}
.search-box.visible-xs.visible-sm.active form#searchform button.btn.btn-primary-o.btn-circle.aramabtn {
    display: unset;
}
button.btn.btn-link.slick-arrow.slick-prev.detayprev {
    position: absolute;
    top: 0;
    z-index: 99;
}
button.btn.btn-link.slick-arrow.slick-next.detaynext {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
}
.document-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.document-list.document-MEDYA .item {
    max-height: 312px;
}
#toast-container .toast {
	width: 600px;
  	max-width: 600px;
}
.toast-title {
    font-size: 28px;
}
.toast-message {
    font-size: 18px;
  	padding-top: 10px;
}
/* teklif iste */
.bidButtons {
  height: auto;
  position: fixed !imortant;
  content: "";
  position: relative;
  right: -7px;
  width: 0;
  height: 0;
}
.bidButtons a {
  text-decoration: none;
}
.bidButtons .bidOpen {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 30px;
}
#bidButtons {
  transition: .5s;
  position:fixed;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}
#bidButtons.bottom-footer-up {
	bottom: 180px;
}
/**/
/* Social */
.socials {
  left: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;
  background: linear-gradient(90deg, #525252, #ffffff00);
}
  .socials a {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    transition: .4s;
    background-color: #525252;
	}
.socials a i.fab {
    position: relative;
    z-index: 2;
}
.socials a.facebook:hover {
	background-color: #3b5998;
  	margin-left: 5px;
}
.socials a.twitter:hover {
	background-color: #00aced;
  	margin-left: 5px;
}
.socials a.instagram:hover {
	background-color: #3f729b;
  	margin-left: 5px;
}
.socials a.youtube:hover {
	background-color: #bb0000;
  	margin-left: 5px;
}
.socials a.linkedin:hover {
	background-color: #007bb5;
  	margin-left: 5px;
}
.icon-shadow {
    width: 90px;
    height: 90px;
    top: -40px;
    background-color: rgb(0 0 0 / 15%);
    position: relative;
    transform: rotate(45deg);
    left: 14px;
  	opacity: 0;
  	transition: .4s;
}
.socials a:hover .icon-shadow {
	opacity: 1;
}
.page-header .page-bread {
    display: flex;
    flex-direction: row;
    place-content: space-between;
}
.modal-dialog.tklf-modal {
    position: relative;
    top: calc(50% - 106px);
  	min-width: 50%;
}
.tklf-modal .modal-content .modal-header .close {
    margin-top: -10px;
  	font-size: 26px;
  	opacity: 0.5;
}
.modal-dialog.tklf-modal .modal-content {
    background-color: rgb(10 47 99 / 90%);
    color: #fff;
    font-size: 17px;
    font-family: 'gotham-light';
    padding: 20px;
    border: none;
    border-radius: 30px;
}
.modal-dialog.tklf-modal .modal-content .modal-header {
    border-bottom: .5px solid rgb(255 255 255 / 20%);
}
.modal-dialog.tklf-modal .modal-content .modal-body {
    padding: 30px 15px;
}
.container.teklif-container .teklif-info {
    text-align: left;
    font-size: 17px;
    background-color: #efefef;
    padding: 40px 30px;
    margin-top: 40px;
    border-radius: 3px;
    line-height: 28px;
    font-family: 'gotham-regular';
}
.category-list .item .item-text {
    min-height: 220px;
}
section.home-content .slider-box .tp-caption.cap-big .title {
    text-transform: capitalize;
  	color: #525252;
  	font: 38px/1.2 "gotham-regular";
  	letter-spacing: -1px;
    font-weight: 900;
    text-shadow: 0 0 1px #525252;
}
section.home-content .slider-box .tp-caption.cap-big .description, section.home-content .box-group-1 .item-1 .item-text .item-title, .page-scrolling-animate span.text {
	color: #525252;
}
.btn-primary-o, .page-scrolling-animate span.icon {
    color: #525252;
    border-color: #525252;
}
.btn-primary-o:hover {
    background: #525252;
    border-color: #525252;
}
.page-scrolling-animate span.icon b, section.home-content .slider-box .tp-bullets .tp-bullet.selected {
	background-color: #525252;
}
header.site-head .menu nav ul li a, a {
	color: #525252;
}
.ucd-icon img {
	filter: invert(30%) sepia(3%) saturate(21%) hue-rotate(346deg) brightness(94%) contrast(83%);
}
section.product-detail-content .product-text .product-property {
    display: flex;
    flex-direction: column;
}
.modal.modalzindex.fade.ng-scope.ng-isolate-scope.show {
    opacity: 1;
}.modal.modalzindex.fade.ng-scope.ng-isolate-scope.show .modal-dialog.modal-md.ui-draggable {
    margin-top: 50vh;
}

/*@media (max-width: 500px) {
	iframe.urun360 {
    display: none;
}
}*/
@media (max-width: 1024px){
iframe.urun360{
height: 567px 
}
}
@media (max-width: 990px){
iframe.urun360{
height: 400px 
}
}
@media (max-width: 840px){
iframe.urun360{
height: 350px
}
}
@media (max-width: 600px){
iframe.urun360{
height: 300px
}
}
@media (max-width: 500px){
iframe.urun360{
height: 250px
}
}@media (max-width: 1024px){
iframe.urun360.slide{
    padding-right: 15%!important;
    padding-left: 15%!important;
}
}
@media (max-width: 990px){
iframe.urun360.slide{
    padding-right: 12%!important;
    padding-left: 12%!important;
}
}
@media (max-width: 840px){
iframe.urun360.slide{
    padding-right: 10%!important;
    padding-left: 10%!important;
}
}
@media (max-width: 600px){
iframe.urun360.slide{
    padding-right: 8%!important;
    padding-left: 8%!important;
}
}
@media (max-width: 500px){
iframe.urun360.slide{
    padding-right: 5%!important;
    padding-left: 5%!important;    
  margin-top: 35%!important;
}
  .page-header .page-bread {
    padding: 65px 0;
}
}
.modal-dialog.modal-lg.ui-draggable .modal-content {
    background: #ffffff91;
    margin-top: 27vh;
}

header.site-head {
    background: #000000;
}
header.site-head .menu nav ul li a {
    color: #ffffff;
}
header.site-head .block.block-right  .language-box ul .nav-link{ 
  color: #ffffff;
}
header.site-head .menu-btn {
    color: #ffffff!important;
}
header.site-head .menu-btn:hover {
    color: #d6d7d9!important;
}
.index-1 {
    background-color: #495156;
  display: flex;
  justify-content: space-evenly;
}
/*.index-1 .img1 {
    background-image: url(/Upload/Dosyalar/resim-png/yeni-proje-4cb08be8-8803-4b69-a364-9272578229de.png);
    width: 245px;
  margin: 30px 0px;
}
.index-1 .img2 {
    background-image: url(/Upload/Dosyalar/resim-png/resim2-8a301455-de0a-4bc6-aa00-b6189c251732.png);
    width: 245px;
  margin: 30px 0px;
}*/
@media (min-width: 1700px){
.index-1 .img1 {
    left: 4vw;
}.index-1 .img2 {
    right: 4vw;
}
}
@media (min-width: 1800px){
.index-1 .img1 {
    left: 6vw;
}.index-1 .img2 {
    right: 6vw;
}
}
/*
.index-2 .img1 {
    background-image: url(/Upload/Dosyalar/resim-png/solg-52e9c52d-ae14-4647-9329-e3c4aedbf2b1.png);
    width: 245px;
  background-repeat: no-repeat;
    background-position: center;
}
.index-2 .img2 {
    background-image: url(/Upload/Dosyalar/resim-png/sagg-9560ed1e-f683-458f-890a-258eff5f2e99.png);
    width: 245px;
  background-repeat: no-repeat;
    background-position: center;
}*/
section.home-content .box-group-5 {
  background: transparent;
}
.index-3 {
    background-color: #eef0f1;
  /*display: flex;
  justify-content: space-evenly;*/
}
section.home-content .box-group-5 {
  padding: 0px 0;
}
section.home-content .slider-box {
    background: #eef0f1!important;
    margin-bottom: 0;
    padding-bottom: 50px;
}
footer.site-foot .foot-bottom {
    background: #495156;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
footer.site-foot {
    margin-top: 0px;
    padding-top: 30px;
}
footer.site-foot .footer-logo p {
    color: #ffffff;
}
a.bidOpen.btn.btn-primary-o.btn-circle {
    color: #c4c4c4;
    border-color: #c4c4c4;
}
.headerimg {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 98%;
}
@media (max-width: 800px){
.headerimg {
    display: none;
}
  section.home-content .box-group-4 .item-2 .item-text .item-title {
    font: 45px/0.9 "gotham-bold"!important;
}
  .index-1, .index-2 {
    display: block;
}
}
.col-md-7 {
    padding-left: 0;
}
.b-6.mt-30, .b-6.mt-30 .box-group {
    margin: 0px !important;
}
@media (min-width: 991px){
header.site-head .container-fluid.custom-container {
    padding-right: 13%;
    padding-left: 15%;
  }}

a.bidOpen.btn.btn-primary-o.btn-circle {
    color: #ffffff;
    border-color: #000000;
    background-color: black;
}
.socials a {
    background-color: #495156;
}
.container {
    max-width: 100%;
}
button.btn.btn-link h1,button.btn.btn-link h2 {
    font-size: 19px;
    margin: 0;
}

.item-text.item-text-2.yenik {
    display: none;
}
.btn h2, .btn h1 {
    font-size: 14px!important;
}
.hover-renk-x:hover g {
	fill: #525252;
}
aside.right-menu-box .social ul li a:hover svg {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
aside.right-menu-box .social ul li a svg {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
aside.right-menu-box .social ul li a .hover-renk-x:hover g {
	fill: #ffffff;
}
header.site-head .menu nav ul li a {
    font-size: 14px;
}
header.site-head .menu nav ul li {
    padding: 0 20px;
}
aside.right-menu-box:after {
    background: #000000;
}aside.right-menu-box .general-menu ul li a {
    color: #ffffff;
}
.close-menu {
    cursor: pointer;
}
.index-1 {
    background-color: #ffffff;
}
header.site-head .menu nav ul li:hover a, header.site-head .menu nav ul li.active a {
    color: #fac300;
    border-color: #fac300;
}
.page-sidebar .widget-menu ul li:hover a, .page-sidebar .widget-menu ul li.active a {
    color:  #fac300;
}
.page-sidebar .widget-menu ul li:hover a:before, .page-sidebar .widget-menu ul li.active a:before {
    background:  #fac300;
}
.page-header .page-bread ul li a, .page-header .page-bread ul li:last-child a {
    color: #ffffff;
}
button.btn.btn-3d.btn-primary, a.btn.btn-3d.btn-primary {
    background-color: #fac300;
    border-bottom: 2px solid #fac300;
}
.tab-pane ul, .tab-pane ol {
    list-style-type: disc !important;
    margin-left: 15px;
}
.item-image {
    /*height: 200px;
    overflow: hidden;*/
}

.center-image-canvas img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.category-list .item .item-image .image-title {
    color: rgb(0 0 0 / 64%);
   
}
.category-list .item {

    background: rgb(255 255 255 / 14%);
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 40%);
}
section.home-content .box-group-4 .item-1.item-color-pink {
       background: #000000cc;
}
section.home-content .box-group-4 .item-1.item-color-blue {
    background: #000000e8;
}
header.site-head {
     background: #000000bd;
}
div.menu nav ul li {
  display: inline-flex !important;
}
header.site-head .col-lg-7{
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
header.site-head .container{
  width: 100% !important;
  max-width: 1400px !important; 
}
section.home-content .box-group-1 .item.item-color-pink .item-image {
    background: #dcdbdc !important;
}
section.home-content .box-group .item-product .item-text .item-title {
    color: #4a5568;
}
footer.site-foot .foot-bottom {
    background: transparent;
}
footer.site-foot {
    background-color: #000000bd!important;
}
button.btn.btn-3d.btn-primary, a.btn.btn-3d.btn-primary {
    background-color: #000000bd;
    border-bottom: 2px solid #ffffff;
    box-shadow: 4px 4px 1px 0px #fac300;
}
section.product-detail-content .product-text .product-title {
    font: 26px / 1.3 "gotham-regular";
    color: #000;
}
.page-header .page-bread ul li a, .page-header .page-bread ul li:last-child a {
    color: #000000;
}
button.btn.btn-3d.btn-primary:hover,
a.btn.btn-3d.btn-primary:hover {
    background-color: #e0a800;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    border: none;
    padding: 15px 25px;
    background-color: #d0d0d0;
    font-size: 16px;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0px 5px 1px 0px #fac300;
}
.modal-dialog.tklf-modal .modal-content {
    background-color: rgb(75 78 82 / 90%);
    color: #fff;
    font-size: 17px;
    font-family: 'gotham-light';
    padding: 20px;
    border: none;
    border-radius: 30px;
}
a:hover, a:focus {
    color: #fac300;
}
.product-category-carousel .item-image img {
    left: 0;
    margin-left: auto;
}
.page-content {
    padding-bottom: 65px;
}
.box-group.box-group-4 {
    margin-bottom: 60px !important;
}
section.home-content .box-group-5 {
    padding: 0px 0;
    padding-bottom: 50px;
}
section.home-content .box-group-4 .item-2 .item-text .item-title {
    font: 55px / 0.9 "gotham-bold" !important;
    color: #4a5568;
}
section.home-content .box-group-4 .item-3 .item-text .item-title {
    font: 38px / 1 "gotham-bold";
    color: #37404f;
    letter-spacing: -3px;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
section.home-content .box-group-4 .item-1.item-color-pink .btn:hover {
    background: #fac300d6;
    border-color: #ffffff;
    color: #fff;
}
section.home-content .box-group-4 .item-1.item-color-blue .btn:hover {
    background: #fac300d6;
    border-color: #ffffff;
    color: #fff;
}
.item-btn.ukategori a, .category-list .item .item-image {
    background: #dcdbdc !important;
}.page-header .page-title h1::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 1px;
    background: #dcdcdc;
}
.page-header .page-title h1:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -3px;
    width: 20px;
    height: 20px;
    background: #707070;
    border-radius: 20px;
    border: 7px solid #f4f4f4;
}.page-header {
    margin-bottom: 20px;
}
.page-header .page-title {
    height: auto;
    padding-bottom: 25px;
}
.index-3 {
    background-color: #dcdbdc !important;
}
.socials a.instagram:hover {
  background: linear-gradient(45deg,
    #F58529,
    #DD2A7B,
    #8134AF,
    #515BD4
  );
  margin-left: 5px;
}

.socials a.linkedin {
  transition: background-color 0.3s ease, margin-left 0.3s ease;
}

.socials a.linkedin:hover {
  background-color: #0A66C2; 
  margin-left: 5px;
  color: #fff;
}
.socials a.facebook:hover {
  background-color: #1877F2; 
  margin-left: 5px;
  color: #fff;
}
.page-header .page-bread ul li a, .page-header .page-bread ul li:last-child a {
    color: #373232;
    font-size: large;
}button.btn.btn-3d.btn-primary, a.btn.btn-3d.btn-primary {
    background-color: #000000ad;
    border-bottom: 2px solid #ffffff;
    box-shadow: 4px 4px 1px 0px #fac300;
}
.page-header .page-bread ul li:last-child a {
    color: #3d3d3d;
}
category-list .item {
    background: rgb(255 255 255 / 14%);
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 12px 0 rgb(106 102 102 / 69%);
}
.box-group.box-group-4 .item-product .item-text .item-title {
    color: #bcbcbc!important;
}
.page-header .page-bread {
    position: relative;
    z-index: 2;
    padding: 30px 0px;
margin-bottom: 10px !important;
}

section.home-content .box-group-4 .item-1 .item-image img {
    opacity: 0.4;
    filter: alpha(opacity=20);
}
.site-content.product-detail-content .page-content {
    padding-bottom: 0px;
}
aside.right-menu-box .general-menu {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.general-element .overlay {
    background: #5f5f5fcc;
}.video-modal {
    width: 90vw;
    max-width: 900px;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}.fancybox-content {
    display: flex !important;
    align-items: center;
    justify-content: center;
}.fancybox-close-small {
    display: block !important;
    opacity: 1 !important;
}.video-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    background: #000;
    color: #fff;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
}
