
.form-item-qty .form-control.form-select{ 
    width: 60px;
    text-align: center;
    display: inline;
}

.form-item.form-item-qty.form-type-select.form-group{
    display: inline;
}

.form-actions.form-wrapper.form-group{
    display: inline;
}

.control-label .form-required{
    visibility: hidden;
}

.content-price{
    text-align: left;
    font-size: 35px;
    font-weight: bold;
}

.margin-top-container{
    margin-top:30px;
}

.product-tabs a{
    background-color: grey;
    color: #000;
}

.content-title{
    font-size: 22px;
    background-color: #ef7f1b;
    margin-bottom: 20px;
}

.img-responsive img{
    display: block;
    max-width: 100%;
    height: auto;
}


.custom-facebook-button{
    width:40px;
    font-size: 35px;
    color: #fff;
    background-color: #337ab7;
    text-align: center;
    padding-top: 5px;
}

.custom-facebook-button:hover{
    background-color: #3b5998;
    color: #fff;
}

.print-page{
    color: #000;
    font-size: 35px;
}

.print-page:hover{
    cursor: pointer;
}

.content-productcode{
    font-size: 20px;
    padding-bottom:5px;
}

.min-height-front{
    height: 300px;
}


/* carousel front */


#myCarousel .carousel-inner .item {
    width: 100%;
    height: 300px;
}
#myCarousel .carousel-inner .item img, #myCarouseldiscount .carousel-inner .item img{
    display: block;
    object-fit: scale-down;
    height: 300px;
    margin: 0 auto;
}
@media (min-width:768px) { 
    #myCarousel .carousel-inner .item {
        height: 300px
    }
}

#myCarousel .carousel-control.left, #myCarousel .carousel-control.right{
    background: none;
}

/* carousel discount front */

#myCarouseldiscount .carousel-control.left, #myCarouseldiscount .carousel-control.right{
    background: none;
}

#myCarouseldiscount .carousel-control.left{
    position: absolute;
    top: -35px;
    right: 30px;
    left: initial;
    bottom: initial;
    color: #000;
}

#myCarouseldiscount .carousel-control.right{
    position: absolute;
    top: -35px;
    left: initial;
    bottom: initial;
    color: #000;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
padding: 0px 15px;
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}



.featured-article-front{
    position: relative;
    text-align: center;
    padding: 0;
    border: 2px solid #fff;
}

.featured-article-front a{
    color: #fff;
}
.featured-article-front h3{
    color: #fff !important;
}

.featured-article-front:hover .featured-article-front-name p, .featured-article-front:hover .featured-article-front-name h3 {
    text-decoration: underline;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    width: 100%;
    padding: 5px;
}

.featured-article-front-row .col-xs-12{
    padding-left:0;
    padding-right:0;
}

.featured-article-front-row .views-row-odd .featured-article-front{
    margin-right:20px;
    margin-bottom:20px;
}
.featured-article-front-row .views-row-even .featured-article-front{
    margin-left:20px;
    margin-bottom:20px;
}


/*
@media (max-width: 1200px){
    
    .img-responsive-featured-article-front{
        height: auto;
    }
    
    .featured-article-front{
        max-width:580px !important;
    }
    .featured-article-front-row{
        padding-left: 180px;
        padding-right: 180px;
    }
    .featured-article-front-row .col-sm-6 {
        width: 100%;
    }
    .featured-article-front-row .views-row-odd .featured-article-front{
        margin-right:0;
        margin-bottom:25px;
    }
    .featured-article-front-row .views-row-even .featured-article-front{
        margin-left:0;
        margin-bottom:25px;
    }
}*/

/* @media (max-width:991px and min-width:768px){ FIX RESOLUTIONNN
    .featured-article-front-row{
        padding-left: 70px;
        padding-right: 70px;
    }
}​ */
/*

@media (min-width: 768px){
    .featured-article-front-row .col-sm-6 {
        width: 48%;
    }

    .featured-article-front{
        height: 208.72px;
    }

    .featured-article-front.first-article{
        height: 417.44px;
    }
}
@media (max-width: 626px){
    .featured-article-front-row{
        padding-left: 0;
        padding-right: 0;
    }

}
*/

.title-container {
    display: inline-block;
    margin: auto;
}

.title-container .title-part-one {
    color: #000;
    text-transform: none;
    font-family: Georgia;
    font-size: 32px;
    font-weight: 400;
}

.title-container .title-part-second {
    color: #000;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.title-container .title-part-second:after {
    content: '';
    display: block;
    background-color: #c03e62;
    width: 100px;
    margin-left: calc(50% - 50px);
    height: 4px;
    margin-top: 30px;
}
.title-home {
    text-align: center;
    margin-bottom: 70px;
}

.featured-property-2-title{
    font-family: Georgia;
    z-index: 905;
}

.featured-article-front-name{
    font-family: Georgia;
    text-align: left;

}

.featured-article-front-name h3{
    font-size: 19px;
}
.featured-article-front-name p{
    font-size: 15px;
}


.img-responsive-featured-article-front{
    display: block;
    width: 100%;
    object-fit: cover;
}


.featured-article-front::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 900;
    opacity: .6;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.57) 55%,rgba(0,0,0,0.65) 63%,rgb(0, 0, 0) 62%,rgb(0, 0, 0) 83%,rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.57) 55%,rgba(0,0,0,0.65) 63%,rgb(0, 0, 0) 62%,rgb(0, 0, 0) 83%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.57) 55%,rgba(0,0,0,0.65) 63%,rgb(0, 0, 0) 62%,rgb(0, 0, 0) 83%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    
}
