/*!
 * ZeplinGo
 * Custom css
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) ZeplinGo
 */


@media screen and (max-width: 900px) {
  #menu2-1 > div > nav > a:nth-child(1) {
  display:none;
  }
}  

.cid-rxVuiMJXcQ .navbar {
    box-shadow: 0 10px 30px 5px #d7d7d7;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
}
  

#navbarSupportedContent > div.nav-bottom.justify-content-end-desktop > ul > li:nth-child(8) > a {
    background-color: #2dae27!important;
    border-color: #2dae27!important;
    border-radius: 20px;
    padding: 14px !important;   
	color: #fff !important;
}

.btn-info, .btn-info:active {
    background-color: #ffffff!important;
    border-color: #4caf50!important;
    color: #4caf50!important;
}

.card-img img, .mbr-figure img {
    border-radius: 30px;
      border: solid 1px #4caf50;
}

.contentid15 .card-img img, .mbr-figure img {
    border-radius: 10px;
    border: solid 1px #4caf50;   
  background-color: #4caf50;
}

/*!
 * Ana Sayfa Ürün Listeleme
 */

.slide h2 strong {
	color: #fff;			
    text-shadow: 1px 0 66px #98c11d;
      background-color: #99bf1d47;
    line-height: 61px;
}

.slide .display-5 {
    font-size: 1.2rem;
    color: #ffffff;
	text-shadow: 0px 0px 5px #000000;
}

@media screen and (min-width: 1200px) {
 

  .MainPageProdList .card-img {
      width: 50%;
    float: right;
    }

    .MainPageProdList .card-box {
          width: 40%;
        float: left;
    }

    .MainPageProdList .mbr-section-btn {
        display: none;
    }

    .MainPageProdList .mbr-text {
        text-align: left !important;
    }

    .MainPageProdLis h4 {
        text-align: left !important;
    }

    .MainPageProdList .text-center {
        text-align: left!important;
    }
 
}

/*!
 * Ana Sayfa Ürün Listeleme
 */

.navbar-dropdown {
    background: #c5c5c5;
}

.navbar-dropdown .text-white {
    color: #111411!important;
}

@media screen and (max-width: 768px) { 
  	.navbar-dropdown .text-white {
  	font-size: 12px;
	}
}

.display-5 {
    font-size: 1.2rem;
    color: #4caf50;
}


.PhoneCall {
    background-color: #0b0f0c!important;
    border-color: #4caf50!important;
    color: #4caf50!important;
}