.urunkategori {
    width: 80%;
    margin: 0 auto;
}

.urunbg {width:90%; height:300px; background-image:url(https://pandoraplastik.com.tr/images/urunbg2.jpg); background-repeat:no-repeat;}
.urunbg2 {width:90%; height:300px; background-image:url(https://pandoraplastik.com.tr/images/urunbg2.jpg); background-repeat:no-repeat;}

.etiket { color:#efefef; font-size: 13px;}
.aciklama { color:#efefef; font-size:20px; padding:0px;}
.urunbg-sol {width:50%; float:left; height:200px;     padding-left: 20px; }
.urunbg-sol2 {width:50%; float:left; height:200px;}
.urunbg-sag {width:50%; float:right; height:200px; padding-top: 80px;}
.urunbaslik {font-family:Roboto Condensed, sans-serif !important; color:#ffffff; text-align:center;}
/*div.urungaleri { margin-left: -140px;}*/
.wk-slideset-default > div:hover .prev { left: 0px !important; }
.wk-slideset-default > div:hover .next { right: 0px !important; }
table {
    border-collapse: separate !important;
}
article.item {
    margin-bottom: 0px !important;
    background: #f9f9f9;
}


.wk-slideshow-default > div:hover .next {
    right: 0px !important;

}

.wk-slideshow-default > div:hover .prev {
    left: 0px !important;

}

.post-entry-heading {
     margin-top: 90px;
}

.post-entry-title a, .post-entry-title {
    padding: 70px 0px 40px 0px;
    color: #ffffff;
    background-color: #1f365c;
}

.share-button { display:none !important;}

.article-info {
	font-family:Roboto Condensed, sans-serif !important; 
    padding: 70px 0px 60px 0px;
    color: #ffffff;
    background-color: #1f365c;
    text-align: center;
    margin-bottom: 40px !important;
}

.article-info * { color:#ffffff;}

.article-info >dd {
    font-size: 30px !important;

}




@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}



* {
  box-sizing: border-box;
 /* scrollbar-color: transparent transparent; /* thumb and track color */*/
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
  padding-top: 75%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  height: 290px;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: transparent;
  counter-increment: item;
}

.carousel__slide:nth-child(even) {
  background-color: transparent;
}

.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  display:none;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 60%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: transparent;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23000'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23000'/%3E%3C/svg%3E");
}





#k2Container {
    padding: 130px 0 24px 0 !important;
}
.even {
    border-bottom: 1px solid #dadada;
    background: #dadada;
}
.odd {
    border-bottom: 1px solid #dadada;
    background: #f9f9f9;
}

ol {
    list-style: auto;
}
ol li {
	margin-bottom:20px;
	
}
::marker { background:#1a1a1a; }
div.k2ItemsBlock ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 14px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
     font-size: 14px;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
    font-size: 13px;
    font-weight: bold;
    color: #1f365c;
}


div.itemListCategory {
background: #1f365c !important;
    border: none;
    border-radius: 0px !important;
    margin: 0 0 4px 0 !important;
    padding: 1px !important;
    text-align: center;
}
div.itemListCategory img {
    width: 70px !important;
}
div.itemListCategory h2 {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
}
div.itemList {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
div.subCategory h2 a {
    font-size: 16px;
    font-weight: 600;
	color:#666;
}
.subCategoryMore { display:none !important;}
div.catItemImageBlock {
    padding: 0px;
    margin: 0px;
    border: 1px solid #dadada;
}
div.catItemView {
    margin-bottom: 0px !important;
}
div.catItemHeader h3.catItemTitle {
    padding: 10px 0 0px 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    width: 200px;
    margin: 0 auto;
}
tr { border:1px solid #dadada; padding:8px !important;}


span.itemImage img {
    border: 1px solid #dadada;
}
div.urunresim { float:left; width:40%; margin-right:5%;}
div.urunaciklama { float:right; width:55%;}
div.itemFullText ul li { list-style:circle; padding-left:10px; border-bottom:1px solid #efefef; padding-bottom:4px;}
.right {
     padding-top: 118px;
}

div.k2CategoriesListBlock ul li {
    padding-left: 30px;
	    margin: 0px !important;
}
div.kesif { z-index:10000; position:fixed; top:250px; left:0px;}

div.subCategory h2 {
    text-align: center;
}
div.itemListSubCategories h3 {
    display: none;
}


@media screen and (max-width: 1000px) {
 #offcanvas-toggler {
 display: block;
}
 #sp-bottom #sp-bottom1,  #sp-bottom #sp-bottom2,  #sp-bottom #sp-bottom3,  #sp-bottom #sp-bottom4 {
 width: 100%;
}
 #sp-bottom .sp-column {
 float: none;
 width: 100%;
 padding-bottom: 0px;
}
 #sp-bottom {
 padding-bottom: 80px!important;
}
 .widget-element-bottom {
 margin-bottom: 0px !important;
}
}
 @media screen and (max-width: 768px) {
	 
	 .post-entry-heading {
    margin-top: 0px !important;
	padding:0px !important;
}
	 .uruntablo {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
 
}
.urunbosluk { display:none !important;}
	 
	 .nav-header  {
    background: #1f365c;
    padding: 5px;
    color: #ffffff;
    margin-left: 15px;
}


	 #sp-bottom {
		 text-align:center;
}
	 
	 .parallax {
  /* The image used */
  background-image: url("https://universalajans.com.tr/detay/images/slider/parallax-mobile.jpg");

  /* Set a specific height */
  min-height: 650px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 10px 50px 10px !important;
}
	 
	 
	 
	 #ay { display:none}
 .contact-detail-line {
 padding: 4px 0px 10px !important;
}
 .is-sticky #sp-header {
 background-color: transparent!important;
 height: 60px!important;
 position: static!important;
}
 ul.sp-megamenu-parent.hidden-xs {
 display: none!important;
}
 .sp-retina-logo.hidden-xs {
 display: none!important;
}
 .sp-default-logo.visible-xs {
 display: block!important;
}
 div[class^='sppb-col'] {
 width: 100%;
}
}




#blockrandom {}

h3.sppb-image-content-title {
    font-weight: 600;
    font-size: 21px;
    color: #1f365c;
}
#sanal2 h3 {color:#ffffff;}

/* mobil css basla  */


@media (min-width:768px) {
	
.mobilbosluk { display:none !important;}
	
	.tp-caption.button, .button {
    font-size: 18px;
    background-color: #aa915f;
  
}

.tp-caption.button, .button a {
    color: #ffffff !important;
  
}



.tp-caption.lightgrey_divider, .lightgrey_divider { background-color:#aa915f;}

.tp-caption.large_text, .large_text {
	    font-size: 67px !important;
		line-height: 76px !important;
		}
	
	.forcefullwidth_wrapper_tp_banner {margin-top: 132px !important;}
	
	.rev_slider_wrapper {
     margin-top: 0px !important;
}
	
	.parallax {
  /* The image used */
  background-image: url("https://universalajans.com.tr/detay/images/parallax.jpg");

  /* Set a specific height */
  min-height: 650px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
		#sanal2 .sppb-row { width:80%; margin:0 auto;}

	
	#sanal .sppb-row { width:80%; margin:0 auto;}
#mobil-ara {
display:none !important
}
 .mobildiller {
display:none;
}
 .top-spacing-medium {
 padding-top: 15px;
}
}
 @media (max-width:768px) {
	 
	 

	 
 #content-section98 {
 margin-top: -110px !important;
}
 .mobildiller {
display:none;
}
 .fullwidthbanner-container .fullwidthabanner {
 top: 84px;
}
.right-top-bar {
    float: right;
    line-height: 0px;
    width: 80%;
    text-align: right;
    margin-top: 0px;
}

.left-top-bar .header-social a, .right-top-bar .header-social a {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
 .top-spacing-medium {
 padding-top: 0px;
}
}
 @media (max-width:768px) {
 .mobil-baslik-cizgi {
display:none
}

.breadcrumb {
    padding-left: 5px !important;
    margin-bottom: 0px !important;
    list-style: none !important;
    background-color: #dadada !important;
    border-radius: 0px !important;
    margin-top: 139px !important;
    padding-bottom: 0px;
    padding-top: 19px;
}



.wk-slideset .nav { display:none !important;}

#sanal .sppb-row {
    margin-left: -5px;
    margin-right: -5px;
}

#sanal2 .sppb-row {
    margin-left: -5px;
    margin-right: -5px;
}
.image-title {
   
    float: left;
       margin-top: 6px;
}
.nav>li {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}


}
 @media (max-width:768px) {
.section-widget-title {
 text-align: center !important;
 margin-bottom: -50px !important;
}
}
 @media (max-width:768px) {
 #banner {
 max-width: 80%;
 margin: 0 auto;
 display:none;
}
 .aralik {
display:none
}
 .m-sol {
 width: 66%;
 float: left;
}
 .m-sag {
 width: 32%;
 float: right;
}
 #yenimobil2 .m-sol2 {
 width: 49%;
 float: left;
}
 #yenimobil2 .m-sag2 {
 width: 49%;
 float: right;
}
 .dernek {
width: 212px;
 float: none !important;
 margin: 0 auto;
 margin-top: 20px;
 margin-bottom: 20px;
}
 #sp-footer {
 margin-top: 20px !important;
 border-top: 1px solid #dadada !important;
}
 .m-solkucuk {
 width: 32%;
 float: left;
}
 .m-sagbuyuk {
 width: 66%;
 float: right;
}
 .m-uclu {
 width:30% !important;
float:left !important;
margin-right:12px !important;
}
 .m-ucluson {
 width:30%;
float:right !important;
}
}
 @media (min-width:768px) {
 #yenimobil {
 display:none;
}
 #yenimobil2 {
 display:none;
}
 #banner {
 max-width: 75%;
 margin: 0 auto;
}
}
 @media (max-width:768px) {
 .kroki {
 margin-top: 20px;
}
}
 @media (max-width:768px) {
 .bosluk {
 display:none !important
}
}
 @media (min-width:768px) {
.mobile {
display:none !important;
}
 #yenimobil {
width: 100%
}
}
 @media (max-width:768px) {
#contentvideo {
display:none !important;
}
}
 @media (max-width:768px) {
#contentvideobaslik {
display:none !important;
}
}
 @media (min-width:768px) {
#content-section55 {
display:none !important;
}
}
 @media (max-width:768px) {
.content {
text-align:center !important;
}
}
 @media (min-width:768px) {
#contentvideomobil {
display:none !important;
}
}
 @media (max-width:768px) {
 #content-section5 {
display:none
}
 div.k2ItemsBlock ul li {
 border-bottom: 1px solid #dadada;
 float: none;
 width: 99% !important;
 margin-right: 15px;
 min-height: 187px;
 text-align: center;
}
 div.k2ItemsBlock ul li div.moduleItemIntrotext {
 display: block;
 padding: 4px 0;
 margin: 0 auto;
}
 div.k2ItemsBlock ul li div.moduleAttachments {
 text-align: right;
 float: right;
 width: 169px;
 margin-top: -65px;
 margin-right: 14px;
}
 #content-section2 {
 margin-top: -142px;
}
div.k2ItemsBlock {
 margin-top: -70px;
}
 div.k2ItemsBlock ul li div.moduleItemIntrotext {
 display: block;
 padding: 4px 0;
 margin: 0 auto;
 width: 100%;
 margin-left: -11px;
}


}

h3.catItemTitle { text-align:center;}

div.filtre { float:left; width:130px; margin-right: 20px;}
div.filtreler { width: 600px; margin: 0 auto; margin-top: -50px;}
div.k2TagCloudBlock { display:none !important;}

 @media (max-width:768px) {
	 
.dileng {
    float: right;
    margin-left: 0px !important;
    padding-top: 13px !important;
    margin-right: 10px !important;
}

div.filtreler {
    width: 300px;
    margin: 0 auto;
    margin-top: -50px;
    padding-bottom: 80px;
}

div.filtre {
    float: left;
    width: 130px;
    margin-right: 20px;
    padding-bottom: 10px;
}

#sp-bottom .sp-module .sp-module-title { text-align:center !important;}

#sp-footer1 { text-align:center !important;}

.footerlogo {
    text-align: center;
    max-width: 280px !important;
    width: 280px;
    margin: 0 auto;
}
	 

.anaslayt {
display:none;
}
#icerik {
display:none !important;
}
 #iceriksosyal {
display:none !important;
}
 .header-social {
float: none !important;
 margin: 0 auto;
 width: 100%;
 text-align: center;
}
 #sp-header {
top: 49px !important;
    background: #ffffff !important;
    max-height: 90px;
}
.rev_slider_wrapper {
    position: relative;
    margin-top: 20px !important;
}
.tp-caption.medium_text, .medium_text {
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 19px !important;
    text-align: left;
}
.bos { margin-bottom:10px !important}
.bos1 { margin-bottom:30px !important}
.anasayfa-bos { margin-bottom:130px !important}


.tp-caption.large_text, .large_text {
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 42px !important;
    text-align: left;
}
 #sp-menu {
 margin-top: 0px;
}
 .sp-default-logo.visible-xs {
 margin-top: 0px;
}
 a.flag img {
 margin-right: 10px !important;
 margin-top: -152px !important;
 z-index: 10000;
}
 #sp-top-bar .sp-module {
 display: inline-block;
 margin: 0 auto;
 text-align: center;
 width: 95%;
}
.sidebar-widget a {
    color: #1a1a1a !important;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
}
 .wk-gallery-wall.margin>* {
 margin: 0 15px 15px 0;
 float: left;
 width: 45%;
}
}
 @media (min-width:768px) {
.mobilvideo {
display:none !important;
}
#mobil {
display:none !important;
}
 .mobilikonlar {
display:none !important;
}
}
#icerik {
	width: 1170px;
	margin: 0 auto;
}
#iceriksosyal {
	width: 1170px;
	margin: 0 auto;
}
#iceriksosyal .sppb-addon-content {
	text-align:center;
}
