/*!
 * ZeplinGo
 * Custom css
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) ZeplinGo
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yeseva+One&display=swap');

a, b, blockquote, body, canvas, caption, code, div, em, embed, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, img, label, li, main, nav, object, ol, p, pre, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, video {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-family: "Roboto", sans-serif!important;
}

.zoomContainer {
  display:none;
}
.product_details #zoom1 {
  cursor: default;
  border-radius: 30px;
}

#img-1 {
    border-radius: 30px;
}


.discount {
    z-index: 1;
}

.basket-list-button {
  display:none;
}

.cid-ry6ebB5y3k {
    background-color: #ffffff;
}
#WidgetsProdsStartPrice {
    display: none;
}


.btn-info, .btn-info:active {
    border-radius: 50px;
}

.mbr-section-subtitle {
      font-size: 1.2rem;
}

/*!
 * sepet 
 */

.prod_count_remove {
    background-color: #d9a97d;
    border-radius: 20px 0px 0px 20px;
    font-size: 2.3rem;
    padding: 0;
    color: #9a5425;
}

.prod_count_add {
    background-color: #d9a97d;
    border-radius: 0px 20px 20px 0px;
    font-size: 2.3rem;
    padding: 0;
    color: #9a5425;
}

.prodcount {
    background-color: #f7f7f7;
    border: 1px solid #f1b3b4;
}


/*!
 * Google yorumlar 
 */
.contentid36 .col-md-8 {
     -ms-flex: 0 0 100%;
     -webkit-box-flex: 0;
     flex: 0 0 100%;
     max-width: 100%;
}

.contentid36 h2 {
    color: #000 !important;
    color: !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: linear-gradient(45deg, #9f1a3e 10%, #282828 30%, #bb8831);
    color: transparent;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-right: auto;
}
/*!
 * Google yorumlar 
 */




/*!
 * sepet 
 */


/*!
 * sepet seçenekler
 */

.basket-complete-button-top {
   display:none!important;
}

.sales_basket_options_content {
    margin-top: 30px;
    margin-bottom: 30px;
}


@media screen and (min-width: 768px) { 

  .sales_basket_options_content_row {
      display: flex!important;
	  z-index: 99999;
 }

}


.sales_basket_options_content_row #option_value_content {
  margin-right: 10px;
}

/*!
 * sepet seçenekler
 */



/*!
 * slider
 */

.slide .container {
      max-width: 100%;
}
/*!
 * slider
 */
    
/*!
 * slider altı banner
 */
.contentid31 .container {
      max-width: 100%;
}
/*!
 * slider altı banner
 */
    
/*!
 * loading
 */
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 88%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner {
    border: 10px solid #f1b3b4;
    border-top: 10px solid #d9292b;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spin 2s linear infinite;
    position: absolute;
    margin-top: -22px;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (min-width: 1250px) { 

  .menu-logo-button-container {
      display: flex!important;
      width: 1250px;
      margin: 0 auto;
  }


}
/*!
 * loading
 */

/*!
 * nav menü
 */


@media screen and (min-width: 768px) { 
  
  .cid-rxVuiMJXcQ .navbar.navbar-short {
    top: -113px;
	}
  
}

@media screen and (max-width: 768px) { 
  
  .cid-rxVuiMJXcQ .navbar.navbar-short {
		top: 0px;
        height: 76px;
 	   border-bottom: solid 1px #d3a668;
	}
  
  .opened {
       height: 100vh!important;
  }
  
}


.nav-scroller  {
    top: 0;
    position: fixed;
    width: 100%;
}


/*!
 * nav menü
 */

/*!
 * ana sayfa seo
 */
.contentid30 .container {
      max-width: 1400px;
}
@media (min-width: 768px) {
    .contentid30 .container .col-md-8 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*!
 * ana sayfa seo
 */



/* içerikler zoom */
.row {
  display: flex;
  flex-wrap: wrap;
}

.card {
  position: relative;
  overflow: hidden;
}

.card-wrapper {
  position: relative;
}

.card-img {
  border-radius: 20px;
  overflow: hidden;
}

.card:hover .card-img img {
  transform: scale(1);
}

.card-img img {
  transition: transform 0.5s ease;
}

/* Mask Styles */
.card:hover .card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image {
  display: block;
  position: relative;
}

.image img {
  width: 100%;
  height: auto;
  display: block;
}
/* içerikler zoom */




/*! ürün detay resim sabit tutma */
@media screen and (min-width: 768px) {
  .prod_picture_box {
        position: sticky;
      top: 0;
	}
}
/*! ürün detay resim sabit tutma */


/*!
 * ürün detay içerikler
 */

.product-details-content #option_value_content:first-of-type {
    background: #ecd6c2;
    padding-bottom: 20px;
    border-radius: 30px;
}

.product-details-content #option_value_content:first-of-type .selectbox-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #e3241d;
}


.option_value_content input {
	width: 100%;
    height: 35px;
    border-radius: 20px;
    border: solid 1px #f1b3b4;
    Background-color: #f7f7f7;
}
.option_value_content span {
      font-size: 1rem;
    font-weight: 300;
    color: #969696;
}
.option_value_content span b{
    font-weight: 400;
}
.option_value_content  textarea {
    border-radius: 20px;
  	border: solid 1px #f1b3b4;
    Background-color: #f7f7f7;
      font-weight: 500;
}
#input-form-label {
  display:none;
}
#textarea-form-label {
      text-align: center;
}

.detailadditem{
	/*display:none;*/
}
#detailaddbasket {
   /*
	 width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
	*/
}
#form-item-1 > div > div.col-md-12.input-group-btn.mt-2.text-center {
display:none;
}
#form1 > div > div.col-md-12.input-group-btn.mt-2.text-center {
display:none;
}
.detailaddbasket{

}
.FormArea {
  display:none;
}
.option_value_content .form-control {
    color: #565656;
    padding: 0.1em 0.5em;
    text-align: center;
    min-height: auto;
    border-radius: 40px;
   
	border: solid 1px #f1b3b4;
    Background-color: #f7f7f7;
      font-weight: 500;
}

.form-check-inline {
    background-color: #e8e8e9;
    border-radius: 10px;
    padding: 5px;
    width: 190px;
    margin: 3px;
}
/*!
 * ürün detay içerikler
 */


/*!
 * ürün detay
 */
#FromSubmitButton {
      font-size: 1.4rem;
}
.quickview-plus-minus {
      display: grid;
}
.product-details-cati-tag {
      order: -1;
      min-height: 100px;
	  text-align: center;
      color: #7d7d7d;
      font-size: 1rem;
}

.product-details-content h1.display-2 {
    font-size: 2rem;
    color: #454545 !important;
    font-weight: 500;
}
/*!
 * ürün detay
 */


/*! detail tab menü */
.nav-tabs {
    margin-top: 60px;
	border-bottom: solid 5px #bdbdbd;
}
.nav-tabs .nav-link {
    margin: 0px 20px 0px 20px;
    font-size: 1.2rem;
    background-color: transparent;
    color: #7a7a7a;
    text-transform: uppercase;
}
.nav-tabs .nav-link.active {
    margin: 0px 20px 0px 20px;
    font-size: 1.2rem;
    text-shadow: none;
    border-bottom: solid 5px #f44338;
}
/*! detail tab menü */

/*!
 * sepet
 */
#detail-choice {
    min-height: 85px;
    height: auto!important;
}
/*!
 * sepet
 */


/*!
 * listeleme
 */
.card .display-5 {
    font-size: 1.2rem;
    font-weight: 400!important;
}

.MainPageProdList .card img {
    box-shadow: 0px 0px 10px 0px #44444463;
      border-radius: 20px;
}

.MainPageProdList .container {
    max-width: 1400px;
}

/*!
 * listeleme
 */


/*!
 * top menu
 */
.cid-rxVuiMJXcQ .shadow-sm a {
    font-size: 12px;
}
.cid-rxVuiMJXcQ .fa {
    color: #2ba84e !important;
}
/*!
 * top menu
 */



/*!
 * arama
 */
#search {
    width: 70%;
}
#searchfulltext {
      width: 50%;
      border-left: 1px solid #d5d5d5!important;
      border-top: 1px solid #d5d5d5!important;
      border-bottom: 1px solid #d5d5d5!important;
}
#search button {
    background-color: #transparent;
}
#search > button > span {
      color: #333333;
}
/*!
 * arama
 */


/*!
 * slider altı banner
 */
#headerbanner4 {
	padding: 10px;
    top: -10px;
    margin-top: 50px;
}
#headerbanner4 img {
    max-height: 50px;
    margin: 0 auto;
}

#headerbanner3 {
      padding: 10px;
}
#headerbanner3 img {
    max-height: 50px;
    margin: 0 auto;
}
/*!
 * slider altı banner
 */


/*!
 * Header
 */

#navbarSupportedContent > div > ul > li:nth-child(7) > a {
  color: #232323!important;
}

.cid-rxVuiMJXcQ .dropdown .dropdown-menu {
    padding-top: 0.4rem;
}

.nav-scroller .text-white {
    color: #4f627c!important;
      background: #e32320;
}
.navbar  .btn-info, .btn-info:active {
    background-color: #ffffff!important;
    border-color: #d5d5d5!important;
    color: #707070!important;
}

.navbar .navTop6CenterNav .navbar2 .nav-top .navbar-buttons {
    border-right: solid 1px #e0e0e0!important;
}
.navbar .navTop6CenterNav .navbar2 .nav-top .dropdown {
    border-right: none !important;
}
.navbar-nav a {
    text-transform: uppercase;
    font-weight: 500!important;
}

.nav6 .nav6-bottom-style-color {

    background-color: #ffffff;
    border-bottom: solid 1px #adadad!important;
    border-top: solid 1px #d6d6d6!important;
  
}

.cid-rxVuiMJXcQ {
    /*max-width: 1180px;
    margin: 0 auto;*/
}


.nav-underline a{
      color: #fff !important;
    font-size: 14px!important;
}

.cid-rxVuiMJXcQ .fa {
   color: #fff !important
}



@media (min-width: 1023px) {

    .headerTop6 {
    padding-top: 155px;
    }
    .navTop6 {
        top: -155px;
    }
    .cid-rxVuiMJXcQ .navbar {
        background: transparent;
    }

}

@media (max-width: 1023px) {
    .headerTop6 {
        padding-top: 80px!important;
    }
    .navTop6 {
        top: -80px;
    }
}



.navbar-buttons .btn {
    font-weight: bold !important;
}

#searchfulltext {
    border-left: 1px solid #d5d5d5;
}
#search button, #searchfulltext {
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}
#search button {
    border-right: 1px solid #d5d5d5;

}

.menu .bb-1 {
    border-bottom: transparent;
}

/*!
 * Header
 */

/*! * slider */
.cid-ryd5nu7n1G .image_wrapper {
    height: 580px!important;
}
.cid-ryd5nu7n1G .content-slider {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
}


.slide h2 strong {
    color: #1b529b;
    font-family: Rubik,sans-serif;
    font-weight: 300;
    font-size: 42px;
}
.slide b, strong {
    font-weight: 500;
}

  .slide .display-5 {
    color: #000;
  }

.cid-ryd5nu7n1G .mbr-slider .carousel-control {
    width: 40px;
    height: 40px;
      border-radius: 10px;
}
.cid-ryd5nu7n1G .mbr-slider .carousel-control .mbr-iconfont {
    font-size: 1.2rem;
    font-weight: bold;
}

@media (max-width: 768px) { 
    
    .cid-ryd5nu7n1G .carousel-inner {
    height: 200px;
    }
    .cid-ryd5nu7n1G .slider-fullscreen-image {
        background: transparent!important;
        height: 200px;
    }
    .carousel-control {
        display: none;
    }

}

/*! * slider */

/*! * blog ana sayfa */
.BlogMainDate {
  display:none;
}
.contentid29 {
      padding-bottom: 0px;
}
/*! * blog ana sayfa */

/*! * footer */
.footer_ssl_card {
      padding-bottom: 180px;
}
#footer2-5 {
      /*background: linear-gradient(269deg, rgba(241, 179, 180, 1) 0%, rgba(242, 242, 242, 1) 100%);*/
	  border-top: solid 6px #d9292b !important;
  
}
/*! * footer */