.form { border:5px solid #fff; /*background-color:#FFA5C3;*/ background-color:#FFE1EB; padding:5px; text-align:center;}
.form input, button, select {width:100% !important;}
.miras span {color:#fff !important;}
.sp-module h3 {font-size:20px !important; line-height:40px !important; border-bottom:1px solid #bb0045;}
.sp-header a {font-weight:bold !important;}
.urunlerlist h4 { text-align:center; font-size:14px;}
.urunlerlist p { text-align:center; font-size:12px; }
.urunlerlist .sp-portfolio-preview {display:none !important;}
.urunlerkategori .post-format {display:none !important; }
.urunlerkategori .entry-header.has-post-format {margin-left:0px !important;}
.urunlerkategori article h2 { font-size:14px; text-align:center;}
/*.urunlerkategori table {display:none !important;}*/
.urunlerkategori .readmore .btn { width:50%; margin-left:25%;}
.urunlerkategori .entry-header {height:70px; margin-bottom:0px;}
.urunlerkategori article {margin-bottom:20px !important;}
.urunlerkategori .article-info { text-align:center;}
.urunlerkategori .entry-image {margin-bottom:0px;}
.urunlerkategori .col-sm-3 {margin-bottom: 20px;}
.urunlerkategori .col-sm-3 column-1:hover { box-shadow:0px 0px 2px 0px #bb0045; border-radius:5px; }
.urunlerkategori .items-more {display:none !important;}
.gizli {display:none !important;}
.sp-page-title {background-position:center center;}
.sp-megamenu-parent li a {font-weight:bold !important; letter-spacing:0 !important;}
.s2s_supra_contenedor {display:none !important;}
.bt-row .bt-inner {text-align:center !important; width:100%;}
.bt-title {color:#bb0045 !important; text-transform:none !important; text-align:center !important; height:44px !important;}
.bt_handles {display:none;}
.bt-cs .bt-inner img {outline:0px !important; border:0px !important;}
.bt-row-separate {border:1px solid #eee !important;}
.bt-image-link {width:100% !important;}
img.sp_simple_gallery {float:left !important;}
.copyrightyannt {display:none !important;}
.haberler .readmore {padding:6px 0px 6px 12px; font-size:14px; text-align:center; background-color:#e5e5e5; border:1px solid #8e0034; border-radius:4px; color:#fff; }
.duyurular a {padding:6px 12px 6px 12px; font-size:14px; text-align:center;   color:#333; line-height:30px; font-weight:bold;}
.duyurular div {border-bottom:1px solid #e5e5e5;}
.duyurular small {float:right;}
.whatsapp {display:none;}
.yeniform label {display:none !important;}
.yeniform .button {background-color:#da0050; color:#fff; padding:6px 12px; border-radius:5px;}
.farmasikatalog .entry-header h2 {text-align:center !important;}
.farmasikatalog .entry-header h2 a {font-size:16px !important;}
.farmasikatalog .col-sm-4 p {text-align:center !important; font-size:12px;}
.incelemeler .sppb-readmore {display:none !important;}
.sp-megamenu-parent li a {font-size:12px; padding:0px 15px 0px 0px !important;}
@media only screen and (max-width: 600px) {
.duyurular a { font-size:12px; color:#333; line-height:30px; font-weight:normal;}
.popup {display:none !important;}
.duyurular small {display:none;}
.whatsapp {position:fixed; bottom:0; right:0; display:block !important; z-index:99999; width:50%;}
}
#sp-position3
{

background:red;
position:relative;
/* Chrome, Safari, Opera */
-webkit-animation-name:myfirst;
-webkit-animation-duration:1s;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:0s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:alternate;
-webkit-animation-play-state:running;
/* Standard syntax */
animation-name:myfirst;
animation-duration:5s;
animation-timing-function:linear;
animation-delay:0s;
animation-iteration-count:infinite;
animation-direction:alternate;
animation-play-state:running;
  /*background-image:url('https://www.freeiconspng.com/uploads/water-bubbles-png-6.png') !important;
  background-size:cover;
  background-position:bottom center;*/
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst
{
0%   {background-color: #a7003d; left:0px; top:0px;}
25%  {background-color: #8C008C; left:0px; top:0px;}
50%  {background-color: #0085B2; left:0px; top:0px;}
75%  {background-color: #238C00; left:0px; top:0px;}
100% {background-color: #FF8000; left:0px; top:0px;}
}

/* Standard syntax */
@keyframes myfirst
{
0%   {background-color: #a7003d; left:0px; top:0px;}
25%  {background-color: #8C008C; left:0px; top:0px;}
50%  {background-color: #0085B2; left:0px; top:0px;}
75%  {background-color: #238C00; left:0px; top:0px;}
100% {background-color: #FF8000; left:0px; top:0px;}
}