


* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*
.nav-tabs.nav-justified>li>a,.nav-tabs.nav-justified>li>a:hover,.nav-tabs.nav-justified>li.active>a,.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
margin:0px;
border:0px none;
background-color: transparent;
border-radius:0px;
}
*/




.kurui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: black;
    opacity: 0.3;
        z-index: 2147483646;

}

/* Let's get this party started */
.yicerik::-webkit-scrollbar {
    width: 7px;
        height: 7px;
}

/* Track */
.yicerik::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.yicerik::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.yicerik::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
}

.macardion{
  -webkit-transition: background .1s linear;   
  -moz-transition: background .1s linear;   
  -ms-transition: background .1s linear;   
  -o-transition: background .1s linear;   
  transition: background .1s linear; 
    -webkit-transition: height 1s; 
  -moz-transition: height 1s; 
  -ms-transition: height 1s; 
  -o-transition: height 1s; 
  transition: height 1s;  
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	z-index:1111111111111111111111;
	border: none;
	text-indent: 100%;
	background: url("move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.card-6 {
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0px 0px 8px 3px #ECECEC;
}



.tcard-2 {
  text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tcard-3 {
  text-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.tcard-4 {
  text-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.tcard-5 {
  text-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.btn:hover { outline: 0px !important }
.btn:focus {outline: none !important ;}

.parallelogram {

	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
	
}

a {
    text-decoration: none;
}

.fancybox-inner {
   overflow: hidden !important;
}

.fancybox-overlay {
z-index: 2147483647  !important;
}
.fancybox-opened {
z-index:2147483647 !important;
}

.fancybox-container{
z-index:2147483647 !important;
}

.h1, .h2, .h3, h1, h2, h3 {
     margin: 0px !important;
     
}

.muss {
    -webkit-animation: bouncekl 0.20s;
    -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes bouncekl {

0% {transform: scale(0.7);opacity: 0;}
100% {transform: scale(1);opacity: 1;}


}



.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.avpw_is_fullscreen #avpw_controls {
z-index:2147483647 ;
}


.ui-dialog{
z-index:2147483647 ;
}
.ui-dialog .ui-dialog-titlebar {
padding:0px;
background-color: white;
color:black;
display:none;
}


.ui-widget-header{
border:0px;
}

.ui-widget.ui-widget-content {
border:0px;
}


#sepet{
z-index:2147483644;
position: fixed;
top: 150px;
left:80%;
background-color:#2196f3;
color:white;
border-radius:5px;
font-size:15px;
}



.lockframe { z-index: -2; }
.doverlay {
    opacity:0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index:1111111111111111111;
}
 
 .witem {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 10px;
    width: 250px;
    height: 340px;
    position: relative;
	webkit-box-shadow: -1px 10px 23px 0px rgba(204,204,204,1);
    -moz-box-shadow: -1px 10px 23px 0px rgba(204,204,204,1);
    box-shadow: -1px 10px 23px 0px rgba(204,204,204,1);
}
 .witem .photo {
    overflow: hidden;
}

 .witem .name {
    color: #334455;
    padding: 5px;
	text-decoration:none;
}
.witem .name  a{

	text-decoration:none;
}
.witem .description {
    color: #adb8c3;
    margin-top: 0;
    padding: 5px;
    overflow: hidden;
}

 .witem .price {
    color: #33aa66;
    margin-top: 5px;
    padding: 8px 5px 5px 5px;
    font-size: 16px;
	font-weight:bold;
	font-size:25px;
	
}

 .witem .price  a{
 text-decoration:none;'
 }

.witem .photo img {
    width: 100%;
    height: 170px;
    border-radius: 5px;
}

 .witem:hover {
    
    -webkit-box-shadow: -1px 10px 23px 0px rgba(204,204,204,1);
    -moz-box-shadow: -1px 10px 23px 0px rgba(204,204,204,1);
    box-shadow: -1px 10px 23px 0px rgba(204,204,204,1);
}

 .witem .buy {
    background-color: #33aa66;
    color: #ffffff;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    bottom: 7px;
    display: none;
    opacity: .9;
    -webkit-box-shadow: -1px 10px 23px 0px rgba(204,204,204,1);
    -moz-box-shadow: -1px 10px 23px 0px rgba(204,204,204,1);
    box-shadow: -1px 10px 23px 0px rgba(204,204,204,1);
}

.product .images .main {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    width: 600px;
    height: 400px;
}

.product .images .main img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.product .images .album li {
    background-color: white;
    height: 100px;
    width: 110px;
    padding: 4px;
    border-radius: 3px;
    margin: 5px;
    position: relative;
    left: -45px;
}
.product .images .album li img {
    height: 100%;
    width: 100%;
}

.quantity{
border-radius:6px;
}
.product .info .add-cart {
    color: white;
    background-color: #52be7f;
    padding: 15px;
    border: 0;
    border-radius: 5px;
    float: right;
    margin-top: 19px;
    outline: 0;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}

.product .info .add-cart:hover{
background-color: #470467;
}

.product .info .name {
    color: #334455;
    font-size: 30px;
    font-weight: bold;
}

.product .more-info .heading, .description .heading {
    color: #334455;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bolder;
    padding-bottom: 7px;
}

.description {
    margin-top: 30px;
}
.product .info select {
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.product .info ul li {
    text-transform: uppercase;
    padding-top: 10px;
}
.product .info ul {
    list-style: none;
    padding: 0;
}

.product .add-qty .qty {
    border: 0;
    height: 30px;
    width: 25px;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 481px) 
{
.webserviscop{
min-width:1170px;
}
}

@media (max-width: 480px) 
{

.listegonderbuttoncss{
width:auto !important;
}
.witem {
float:none !important;
width:90%;
}
.item-title{
padding-left:15px !important;
}
.wsxprice{
font-size:25px !important;
margin-top:5px !important;
margin-left:10px !important;
}


.mkategoriclose{
   position: fixed;
	font-size: 25px;
    text-align: center;
    float: left;
    color: white;
    left: 0px;
    top: 37px;
    z-index: 2147483647;
    background-color: #ff4747;
    padding-left: 5px;
    padding-right: 5px;
    height: 50px;
    padding-top: 10px;
	width:100%;
	border-bottom: 1px solid white;
}
.mkategoriclose i{
    position: absolute;
    left: 15px;
    top: 15px;
}

#sepet
{
left: 190px;
top:2px;
padding:7px !important;
}

.kategoriler{
z-index: 2147483647;
position: fixed;
top: 2px;
margin:0px;
left: 70px;
background-color: #2196f3;
color: white;
border-radius: 5px;
padding: 7px;
cursor:pointer;
font-size:15px;
}

.mcategories{
position: fixed;
top: 77px;
left: 0px;
z-index: 2147483647;
width:100%;
/*background-color:white;*/
max-height: 100%;
height:320px;
padding-top:10px;
}

.amcategories{
width:100%;
background-color:white;
overflow-y: scroll;
max-height: 100%;
position: relative;

}

.categories ul{
padding-left: 0px !important;
}

.product .images .main {
width:auto;
height:auto;
}

.product{
margin: 0px !important;
}

.product_img{
height:200px !important;
}
}



.product .owl-prev {
    width: auto;
    height: auto;
    position: absolute;
    top: 40%;
    left:-10px;
    display: block!IMPORTANT;
    border:0px solid black;

}

.product .owl-next {
    width: auto;
    height: auto;
    position: absolute;
    top: 40%;
    right: -10px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.product .owl-prev i, .product .owl-next i {color: #52be7f;font-size:30px;}


div[data-wtype] .owl-prev {
    bottom:-18px;
	top:unset !important;
    right: 70px !important;
	left:unset !important;
    position: absolute;
    transition: all 0.4s ease 0s;
}

div[data-wtype] .owl-next {
    bottom:-18px;
	top:unset !important;
    right: 20px !important;
    position: absolute;
    transition: all 0.4s ease 0s;
}

div[data-wtype] .owl-nav .owl-prev i ,div[data-wtype] .owl-nav .owl-next i {
    background: #fab909;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 40px;
}

div[data-wtype] .owl-prev i:hover,div[data-wtype] .owl-next i:hover {
    transition: all 0.5s ease-out 0s;
    background: #000;
    color: #fff;
    border-color: #000;
}

div[data-wtype=slider] .owl-nav .owl-prev i, div[data-wtype=slider] .owl-nav .owl-next i {
    background: #fab909;
    color: #fff;
    font-size: 20px;
    height: 20px; 
    line-height: 20px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 20px;
}

div[data-wtype=slider] .owl-next {
    bottom:2px;
	top:unset !important;
    right: 0px !important;
    position: absolute;
    transition: all 0.4s ease 0s;
	padding:0px !important;
}

div[data-wtype=slider] .owl-prev {
    bottom:2px;
	top:unset !important;
	right:unset !important;
	left:0px !important;
    position: absolute;
    transition: all 0.4s ease 0s;
	padding:0px !important;
}

div[data-wtype=slider] .owl-stage{
margin:auto;
}

div[data-wtype=slider] .owl-stage img{
border-radius:2px;
opacity: 0.8 !important;

}

div[data-wtype=slider] .owl-stage img:hover{
opacity: 1 !important;
border:1px solid black;
}

div[data-wtype=slider] .owl-dots{ 
display:none;
}



#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
#progress-wrp .progress-bar{
    height: 100%;
    border-radius: 3px;
    background-color: #3899ec;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
    top:3px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #000000;
}

.owl-prev {
    width: auto;
    height: auto;
    position: absolute;
    top: 40%;
    left:-30px;
    display: block!IMPORTANT;
    border:0px solid black;
	background-color: transparent !important;
}

.owl-next {
    width: auto;
    height: auto;
    position: absolute;
    top: 40%;
    right: -30px;
    display: block!IMPORTANT;
    border:0px solid black;
	background-color: transparent !important;
}

.owl-dot.active span{
opacity: 1;
}

.owl-dot span{
opacity: 0.5;
width:12px !important;
height:12px !important;
}

.owl-dot span:hover{
opacity: 1;
}

.owl-prev i, .owl-next i {color: red;font-size:30px;}

#ui-datepicker-div{
border: 1px solid #c5c5c5;
}

.hust {
background-color: #3899ec;
height:50px;
border-top-left-radius:10px;
border-top-right-radius:10px;
}

.hicerik {
padding:20px;
}

.ui-dialog{
border-radius:15px;
background-color: transparent !important;
border:0px;
}

.input-group-addon1 {
background-color:transparent;
border: 0px;
padding:0px !important;
padding-right:8px !important;
color:inherit;
width: 1%;
white-space: nowrap;
vertical-align: middle;
display: table-cell;
}

@media (max-width: 480px) 
{
.carousel-indicators{
display:none;
}
}

.nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
}

.btn{
border-radius: 0px;
}

.owl-stage,.owl-item{
display:flex;
}

/*
.hero-image {
  -webkit-animation: myMove 12s 1 ease-in-out;
  -moz-animation: myMove 12s 1 ease-in-out;
  -o-animation: myMove 12s 1 ease-in-out;
  -ms-animation: myMove 12s 1 ease-in-out;
  animation: myMove 12s 1 ease-in-out;
}
@keyframes myMove {
  from { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
  to { transform: scale(1.1,1.1); transform-origin: 50% 0%; }
}
@-webkit-keyframes myMove {
  from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; }
  to { -webkit-transform: scale(1.1,1.1); -webkit-transform-origin: 50% 0%;  }
}
@-o-keyframes myMove {
  from { -o-transform: scale(1.0,1.0); -o-transform-origin: 50% 50%; }
  to { -o-transform: scale(1.1,1.1); -o-transform-origin: 50% 0%;  }
}
@-moz-keyframes myMove {
  from { -moz-transform: scale(1.0,1.0); -moz-transform-origin: 50% 50%; }
  to { -moz-transform: scale(1.1,1.1); -moz-transform-origin: 50% 0%; }
}
@-ms-keyframes myMove {
  from { -ms-transform: scale(1.0,1.0); -ms-transform-origin: 50% 50%; }
  to { -ms-transform: scale(1.1,1.1); -ms-transform-origin: 50% 0%; }
}
*/


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}



.image-wrap img,.image-wrap .imageparallax {

  animation: move 40s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -0-animation: move 40s ease;
  -moz-animation: move 40s ease;
  
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

.sicon-next{
top:50%;
position: absolute;
}
.sicon-next:before{
content: "\f105";
font-family: 'FontAwesome';
color: #fff;
font-size: 36px;
cursor: pointer;
padding: 3px 15px;
font-weight: bold;
}

.sicon-prev{
position: absolute;
top:50%;
}
.sicon-prev:before{
content: "\f104";
font-family: 'FontAwesome';
color: #fff;
font-size: 36px;
cursor: pointer;
padding: 3px 15px;
font-weight: bold;
}

.mbir,.miki,.muc{
opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out;

}
.mbir{
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.muc{
-webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	background: url(https://site.webservis.com.tr/sayfam/b/img/Preloader_3.gif) center no-repeat #fff;
}


.arrow_boxtop {
	position: relative;
	background: #88b7d5;
}
.arrow_boxtop:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_boxright {
	position: relative;
	background: #88b7d5;
}
.arrow_boxright:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 20px;
	margin-top: -20px;
}

.arrow_boxleft {
	position: relative;
	background: #88b7d5;
}
.arrow_boxleft:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #88b7d5;
	border-width: 20px;
	margin-top: -20px;
}

.arrow_boxbottom {
	position: relative;
	background: #88b7d5;
}
.arrow_boxbottom:after ,.websol_boxbottom:after,.websag_boxbottom:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 20px;
	margin-left: -20px;
}


.kenburns>img {
-webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
}

@-webkit-keyframes 
kenburns-1 {  0% {

 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 1.5625% {

}
 23.4375% {

}
 26.5625% {

 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {

 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 98.4375% {

 -webkit-transform: scale(1.21176);
 transform: scale(1.21176);
}
 100% {

}
}

@keyframes 
kenburns-1 {  0% {

 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 1.5625% {

}
 23.4375% {

}
 26.5625% {

 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {

 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 98.4375% {

 -webkit-transform: scale(1.21176);
 transform: scale(1.21176);
}
 100% {

}
}
