.logo{
  margin-top: 20px;
}

.products-section{
  margin-top: 60px;
}

.home-products-section{
  margin-top: 30px;
  padding-bottom: 20px;
  border-left: 1px #e2e2e2 solid
}

.imageCont .mask {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    z-index: 999;
    padding-top: 25%;
    text-transform: uppercase;
}

/*
.product_details {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
    padding: 8px;
    min-height: 100px;
    position: relative;
	border: 1px #3d763d solid;
    border-top: 5px #131313 solid;
    text-align: center;
}
*/
.product_price {
    /* float: left; */
    width: 80%;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
    padding: 8px;
    /* min-height: 100px; */
    position: relative;
    border: 1px #3d763d solid;
    border-bottom: 5px #131313 solid;
    text-align: center;
    position: relative;
    background-color: #3d763d;
    margin: 0px auto;
    border-radius: 30px;
    top: -18px;
    color: #fff;
}

.product_details {
    /* float: left; */
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
    padding: 8px;
    /* min-height: 100px; */
    position: relative;
    text-align: center;
    position: relative;
    margin: 0px auto;
    top: 18px;
    color: #000;
}

.imageCont .image {
    float: left;
    width: 100%;
    min-height: 300px;
    background-size: contain;
    background-position: center;
    transition: all 0.5s;
  	background-repeat: no-repeat;
    border-radius: 0px 0px 0px 0px;
      
}

.product_price h3 {
    font-size: 16px;
	  margin-top: 10px;
}

.product_details h3 {
    font-size: 14px;
	margin-top: 0px;
  	height: 35px;
}

.product_original_price del {
    font-size: 12px;
	margin-top: 0px;
}

.quick-order{
  position: fixed;
  z-index: 99999;
  right: 30px;
  bottom: 30px;
  animation: blinker 1.5s linear infinite;
  font-size: 25px;
  border-radius: 12px;
}

.sendingSuccess{
  font-size: 25px;
}

.modal-body {
    position: relative;
    padding: 15px;
    color: #ed1c24;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    z-index: 9;
}

.offer-title{
    text-align: center;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #ed1c24;
}
.offer-details{
    text-align: center;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    font-size: 30px !important;
}

.kampanya-details {
    border: 1px #e2e2e2 solid;
    padding: 20px;
    border-radius: 20px;
    min-height: 323px;
}

.kampanya-details p{
    font-size: 15px;
}

.product_details a{
  color:#fff;
}

.product_details a:hover{
  color:#000;
}

.offers-btn{
    position: fixed;
    z-index: 99999;
    right: 30px;
    bottom: 97px;
    animation: blinker 1.5s linear infinite;
    font-size: 25px;
}