/* Bootstrap */
/* Margin Sınıfları */
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 1rem; }
.m-4 { margin: 1.5rem; }
.m-5 { margin: 3rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 1rem; }
.ml-4 { margin-left: 1.5rem; }
.ml-5 { margin-left: 3rem; }

.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 1rem; }
.mr-4 { margin-right: 1.5rem; }
.mr-5 { margin-right: 3rem; }

.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-3 { margin-left: 1rem; margin-right: 1rem; }
.mx-4 { margin-left: 1.5rem; margin-right: 1.5rem; }
.mx-5 { margin-left: 3rem; margin-right: 3rem; }

.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-3 { margin-top: 1rem; margin-bottom: 1rem; }
.my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-5 { margin-top: 3rem; margin-bottom: 3rem; }


/* Padding Sınıfları */
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }

.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; }

.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }

.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 1rem; }
.pl-4 { padding-left: 1.5rem; }
.pl-5 { padding-left: 3rem; }

.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 1rem; }
.pr-4 { padding-right: 1.5rem; }
.pr-5 { padding-right: 3rem; }

.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 1rem; padding-right: 1rem; }
.px-4 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-5 { padding-left: 3rem; padding-right: 3rem; }

.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 1rem; padding-bottom: 1rem; }
.py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-5 { padding-top: 3rem; padding-bottom: 3rem; }

.customReadMoreBtn{
	cursor: pointer;
}
/* Display Sınıfları */
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }
.d-none { display: none; }

.justify-content-between{
	justify-content: space-between !important;
}
.justify-content-center{
	justify-content: center !important;
}
.flex-wrap{
	flex-wrap: wrap !important;
}
.ms-auto{
	margin-left: auto !important;
}
.custom_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#more{
	margin-top: 20px !important;
}
#meterials .col-lg-6{
	width: calc(50% - 15px) !important;
}
#meterials .row{
	display: flex;
	justify-content: space-between !important;
}
#smilar .container {
    padding: 30px;
    max-width: 800px;
}
@media only screen and (max-width: 768px){
	#meterials .row{
		flex-direction: column !important;
	}
	#meterials .col-lg-6{
		width: 100% !important;
		margin-bottom: 30px;
	}
}
.custom_category-item{
	width: calc(25% - 30px);
	margin: 15px;
}
.step-btn{
	transition: 300ms all;
	cursor: pointer;
}
.step-btn:hover{
	transform: scale(1.1);
}
/* Bootstrap */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#main-section {
  padding-top: 30px;
	width: 100% !important;
	max-width: 1200px;
	margin: 0 auto;
}
#main-section .container {
  border-radius: 30px;
  padding: 30px !important;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-left: 15px !important;
  margin-right: 15px !important;
  width: calc(100% - 30px) !important;
}
#main-section .container .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 500px;
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #000;
  overflow: hidden;
}
#main-section .container .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
}
#main-section .container .title {
  font-size: 42px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 100px;
  margin-top: 40px;
}
.category-title {
  font-size: 42px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
}
#main-section .container .breadcrumb {
  margin-top: 40px;
  font-size: 20px;
}
#main-section .container .breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% - 60px);
  list-style-type: none !important;
}
#main-section .container .breadcrumb ul li {
  margin-left: 10px;

  list-style-type: none !important;
}
#main-section .container .breadcrumb ul li a {
  color: #fff;
  margin-left: 10px;
}
#main-section .container .list-items {
  margin-bottom: -65px;
  display: flex;
  justify-content: center;
  margin-top: auto;
  flex-wrap: wrap;
}
#main-section .container .list-items .list-item {
  min-width: calc(20% - 30px);
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 15px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dedede;
}
#main-section .container .list-items .list-item .icon {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-right: 10px;
}
#main-section .container .list-items .list-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#main-section .container .list-items .list-item strong {
  display: block;
  font-size: 20px;
  margin-top: 7px;
  font-weight: bolder;
  color: #504f4f;
}

.category-image-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  margin: 20px;
  color: rgb(214, 113, 106);
}
.text-red {
  color: rgb(214, 113, 106);
}
button {
}
.category-image-item .icon {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 5px;
}
.category-image-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#more {
  display: none;
}

.content-text {
  line-height: 1.3;
  max-width: 800px;
  margin: 30px auto;
}
.content-text button {
  margin-top: 10px;
  border: none;
  outline: none;
  background-color: #dedede;
  color: #000;
  padding: 4px 10px;
}

#meterials .container {
  background-color: #eee;
  padding: 30px;
  max-width: 800px;
}
#meterials ul {
  margin-left: 0 !important;
}
#meterials ul li {
  list-style-type: none !important;
}
#meterials .container .title {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#smilar .container .title {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 30px;
}
.checbox {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #000;
  cursor: pointer;
}

.checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.checkbox-item span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1 !important;
}

.checkbox-item label {
  cursor: pointer;
}

.checkbox-item input + label {
  position: relative;
  margin-right: 10px;
}

.checkbox-item input + label::after {
  position: absolute;
  width: 36px;
  height: 36px;
  right: -10px;
  top: -10px;
  content: "";
  background: url("/wp-content/plugins/tarif-eklentisi/assets/img/tick.svg");
  display: none;
  opacity: 0.5;
}

.checkbox-item input:checked + label::after {
  display: block;
}

.btn-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  background-color: #d34b3b;
  text-decoration: none;
  padding: 8px 20px;
  border: none;
  outline: none;
	border-radius: 90px;
	transition: 300ms all;
}
.btn-custom .icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.btn-custom .icon svg {
  width: 100%;
  height: 100%;
}
.btn-custom:hover{
	color: #fff !important;
	opacity: 0.7 !important;
}

.wp-custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  background-color: #4dc247;
  text-decoration: none;
  padding: 8px 20px;
  border: none;
  outline: none;
	border-radius: 90px;
	transition: 300ms all;
}
.wp-custom-btn .icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.wp-custom-btn .icon svg {
  width: 100%;
  height: 100%;
}
.wp-custom-btn:hover{
	color: #fff !important;
	opacity: 0.7 !important;
}

.step {
  width: 100%;
  display: none;
}
.step .image {
  width: 100%;
  height: 100%;
  height: 400px;
}
.step .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.step .content {
  line-height: 1.3;
  margin-top: 30px;
}

.step.active {
  display: block;
}

.step-btn {
  border: none;
  outline: none;
  background-color: #d34b3b;
  padding: 10px 30px;
  color: #fff;
	
}

.products .swiper {
  width: 100%;
  height: 100%;
}
.products .swiper-slide {
  height: auto;
}
.product-item {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 14px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 100% !important;
}
.product-item:after {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	content: "İncele";
	opacity: 0;
	transition: 300ms all;
	color: #fff;
	line-height: 250px;
}
.product-item:hover:after {
  opacity: 1;
}
.product-item .image {
  width: 100%;
  height: 200px;
  margin-bottom: auto !important;
}
.product-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-item strong {
 font-weight: bold;
}
#smilar {
  margin: 60px 0;
}
#smilar .container {
  max-width: 830px;
}
#smilar .swiper,
.products .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
#smilar .swiper .swiper-pagination-bullet,
.products .swiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: #000;
  border: 1px solid #000;
  opacity: 1 !important;
}
#smilar .swiper .swiper-pagination-bullet-active,
.products .swiper .swiper-pagination-bullet-active{
  background-color: #fff;
}

.smilar-item {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}
.smilar-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 300ms all;
}
.smilar-item::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.smilar-item .content {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  z-index: 2;
  line-height: 1.3;
  padding: 0 !important;
}
.smilar-item:hover img {
  transform: scale(1.2);
}
@media only screen and (max-width: 998px) {
	.custom_category-item{
		width: calc(50% - 30px);
		margin: 15px;
	}
  #meterials .title {
    margin-top: 30px;
  }
	#main-section .container {
	  max-width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
	.custom_category-item{
		width: calc(100% - 30px);
		margin: 15px;
	}
  .list-items .list-item {
    width: calc(50% - 30px) !important;
  }
  #main-section .container {
    height: auto !important;
  }
  #main-section .container .bg {
    height: 100% !important;
  }
  #main-section .container .list-items {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 576px) {
  #main-section .container {
    width: calc(100% - 30px) !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding: 10px !important;
  }
  .list-items .list-item {
    width: calc(100% - 30px) !important;
  }
  .step .image {
    height: 250px !important;
  }
  .step .d-flex {
    flex-direction: column !important;
  }
  .step .d-flex button {
    width: 100% !important;
    margin-bottom: 10px;
  }
}