/* CSS Document */
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }


nav{
	background-color: #b67c0f;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.loader {
	background: url(../views/4m1a-loader.png) center no-repeat #000000;
	background-size: 100px;
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.card {
    background-color: transparent !important;
}

#productDetailCard {
    background-color: white !important;
}

#productCommentsCard {
    background-color: white !important;
}
.card .card-image .card-price{

	width: auto;
	min-width: 25%;
	padding-right: 5px;
	background: #00000085;
	font-weight: 400;
	color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
	text-align: center;


}
nav .brand-logo.center{
	width: 80%;
}
#productRow .card .card-title{
	font-size: 18px;

}
.page-footer{
    background-color: #4b5257;
}
nav{
    background-color: #3f4345;
}
body{
    background-color: rgb(68, 71, 74);
}

.font-weight-bold{
    font-weight: bolder;
}
.modal{
    width: 99%;
    max-height: 90%;
}

table.cart > tbody > tr > td {
    padding: 0px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

.cart tr {
    border: none;
}

.cart > tbody > tr > td > p{
    margin-bottom: 0px;
    margin-top: 5px;
}

#productRow .card-detail-price{
    color: white;
    text-align: right;
	font-size: 20px;
	/* Sağ üste */
	position: fixed;
    right: 8px;
    top: 79px;
    padding: 5px;
    width: auto;
    margin-bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.74);
    transform: translate(0%, -50%);
}

.collapsible.popout>li{
	margin-bottom: 10px;
}

.collapsible-header{
	background-color: #00723c;
	color: white;
	border-bottom: 0px;
	display : block;
}

.collapsible-body{
	background-color: white;
	padding: 0em;
	border-bottom:  none;
}

.page-footer {
    padding-top: 0px;
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
	position: sticky;
	bottom: 0px;
}
nav .brand-logo {
    font-size: 3.5vw !important;
	font-weight: bold;
}


.card .card-image .card-title{
	padding: 0px;
	width: 100%;
	padding-left: 5px;
	background: #00000085;
	font-weight: 400;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}
.sidenav-overlay{
	background: none;
}
.fixed-action-btn{
	bottom: 55px;
	right: 10px;
}
.row .col{
	padding: 0px 0.40rem;
}
.row{
	margin-bottom: 0px !important;
}
.page-footer .footer-copyright{
	margin-left: 5px;
	margin-right: 5px;
	min-height: 30px !important;
	font-size: 3.5vw;
}

.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons{
	float: right;
}
.product-navigation{
	position: fixed;
   /*	right: 5px;*/
   	left: 8px;
   /* bottom: 30px;*/
	top :75px;
    padding: 5px;
	width: auto;
    margin-bottom: 0;
    z-index: 997;
	background: rgba(0, 0, 0, 0.74);
	color: white;
	font-weight: bolder;
	/*transform: translate(-50%, -50%);*/
	transform: translate(0%, -50%);

}

.product-cart-button{
    position: absolute;
    /*	right: 5px;*/
    right: 8px;
    /* bottom: 30px;*/
    top :46.5%;
    padding: 5px;
    width: auto;
    margin-bottom: 0;
    z-index: 1;
    background: rgb(227, 110, 18);
    color: white;
    font-weight: bolder;
    /*transform: translate(-50%, -50%);*/
    transform: translate(0%, -50%);

}
nav .sidenav-trigger{
	margin : 0px 5px;
}

nav ul a{
	padding: 0 5px;
}

.box{
	width: 100%;
	height: 140px;
}

.box a{
	width: 100%;
	height: 100%;
	font-size: 16px;
}
.box a span {
    top: 4px;
    left: 8px;
}
.box a .box-i-right{
	margin-top: 10%;
	right: 8px;
	float: right;
}
.box a i{
	font-size : 400%;
}
.owl-theme .owl-dots .owl-dot.active span{
	background-color: darkred !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -35px;
    margin-bottom: -36px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.product-details  .review {
    margin-bottom: 20px;
}

#productCommentsCard .review {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 18px;
    background-color: #fff;
}

#productCommentsCard .review h5 {
    margin-bottom: 20px;
}

#productCommentsCard .no-mb {
    margin-bottom: 0;
}

.comment-people .contents {
    margin-bottom: 20px;
}

.comment-people .contents i {
    color: #e82954;
}
.comment-people .contents i.fas {
    color: #000000;
}

.comment-people .reply {
    margin-left: 30px;
}

.comment-people .contents .icon i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.comment-people .contents .text {
    overflow: hidden;
}

.comment-people .contents .text p:last-child {
    margin-top: 10px;
}

.comment-post .comment-title {
    margin-bottom: 20px;
}
form label.active {
    color: #e82954 !important;
}

.swal2-confirm, .swal2-deny, .swal2-cancel{
    margin-right: 10px;
}

{
    margin-right: 10px;
}

table input, form input {
    border: 0 !important;
    height: 2.5rem !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    background-color: #f5f5f5 !important;
	font-size: 13px !important;
}

.card .card-image .card-cart {
    width: auto;
    min-width: 20%;
    padding-right: 5px;
    background: #00000085;
    font-weight: bolder;
    color: #fff;
    position: absolute;
    top: 15%;
    right: 0;
    max-width: 100%;
    text-align: center;
    font-size: 20px;
}

form input[type="file"] {
    border: 0 !important;
    padding: 0 !important;
    display: block;
}

form textarea {
    border: 0 !important;
    padding: 10px;
    box-sizing: border-box !important;
    height: 7rem !important;
    font-size: 1rem;
    border-radius: 5px;
    background-color: #f5f5f5 !important;
	font-size: 13px !important;
}

form input:focus {
    border: 0 !important;
    box-shadow: none !important;
    transition: all .3s ease;
}

form textarea:focus {
    border: 0 !important;
    box-shadow: none !important;
}

form select {
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px;
}

form .button {
    margin-top: 20px;
    text-align: center;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
}
#comment-submit{
	background: #e82954;
    color: #fff;
    border: 0;
    padding: 3px 8px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
}
.btn-block{
	width: 100%;
}
.cardbox{
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
}
.input-field{
	margin-top: inherit !important;
}

.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    /*text-transform: uppercase;*/
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
  }
  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
  .fixed-action-btn{
    left: 10px;
   }
   .btn-large i{
       font-size: 2rem !important;
   }

   .material-tooltip{
        background-color: #F44336;
    }

   .toast{
    background-color: #2196F3;
   }

   main{
       min-height: 350px;
   }
  @media (max-width: 979px) and (min-width: 768px){
    .material-tooltip{
        bottom: 120px;
    }
    .product-navigation{
        top :85px;
    }
    #productRow .card-detail-price{
        top: 89px;
    }

    .fixed-action-btn{
        bottom: 70px;
        left: 10px;
    }

  }

.owl-carousel .owl-item .owl-lazy{
    opacity: 1 !important;
}
