/*.panel-rel-product .panel-heading{
    width:80%;
}*/

.panel-rel-product .owl-theme .owl-nav {
    position:absolute;
    top:-12%;
    right:0;
}
.price-new{
    color:#FF3333;
}

.owl-carousel .owl-item img {
    width: auto !important;

}

.owl-wrapper-outer{
    border:none !important;
    box-shadow: none !important;
}

.panel-rel-product{
    margin-top:30px;
}

.tab-pane-related{
    margin-top: 15px;
}

.product-module-rel{
    /*    margin-right:10px;*/
}

.caption-module{
    min-height: 100px;
}
.image img {
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.image img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.modal-heading{
    margin-bottom:40px;
}
.link-module{
    color:#666 !important;
}
.image{
    border-bottom:1px solid #eeeeee;
    overflow: hidden;
    padding:15px;
    text-align: center;
}
.item{
    border:solid 1px #ddd;
    display:grid;
    padding-bottom:10px;
    grid-template-rows: 25vh auto 1fr;
    align-items: self-end;
    margin-left: 2px;
    margin-right: 2px;
}
.owl-item li.active a{
    color:#2A00FF;
}
.owl-item li{
    text-align:center;
}


/* new css */

.wrap-products{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
    grid-gap:1vw;
/*    grid-auto-rows: 1fr;*/
}
.fc-caption{
    text-align:center;
    padding:1em 1em;
}
.fc-button-group{
    display:flex;
    justify-content: center;
/*    height:4vh;*/
}
.fc-product-thumb{
    border:solid 1px #ddd;
    padding:10px;
}
.fc-button-group button{
    color:#fff;
    
    background: #00a046;
    border-radius:0;
    border:solid 1px #33CCFF;
    text-transform: uppercase;
}
.fc-button-cart{
    margin-left:3px;
    margin-right:3px;
    padding:6px;
}
.fc-button-wishlist, .fc-button-compare{
    padding: 6px 10px;
}
.fc-button-group button:hover{
    color:#00a046;
    background: #fff;
}
.item:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.owl-item .item:hover{
    box-shadow:none;
}
.fc-block-data{
    display:flex;
    justify-content: space-between;
    border-bottom:solid 1px #eee;
}
.fc-block-description{
    text-align: justify;
}
.fc-img-responsive{
/*    width:100%;*/
}

.fc-nav-tabs{
    display:flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-inline-start:0px;
}
.fc-nav-tabs li{
    list-style: none;
    padding: 5px 15px;
    border: solid 1px #eaebf1;
    background: #fff;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 12px;
}
.fc-nav-tabs li:hover{
    background: #fff;
    color:#00a046;
}
.fc-nav-tabs li:hover > a{
    color: rgb(0, 160, 70);
}
.fc-nav-tabs li.fc-active{
    background: #eaebf1;
}

.fc-nav-tabs li.fc-active a{
    color:#333;
    font-weight: 600;
}
.fc-nav-tabs li a{
    text-decoration: none;
    color:#333;
    font-size: 14px;
}
.fc-naw-tabs li.fc-active{
    
}
.fc-tab-content>.fc-tab-pane {
    display: none;
}
.fc-tab-content>.fc-active {
    display: block;
}

.fc-related-category-wrap{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
    grid-gap:1em;
    
}
.item-category{
    border:solid 1px #ccc;
    padding:10px;
    align-items:center;
}
.fc-conteiner-category{
    margin-top:30px;
    margin-bottom:30px;
}
.item-category:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.category-image{
    text-align: center;
}
.fc-category-heading-title{

display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 38px;
}
.fc-category-heading{
    margin-bottom:10px;
}
img.fc-img-responsive {
   max-width: 100%;
}
.owl-item .item-category{
    margin-left:2px;
    margin-right:2px;
}
.fc-hidden{
    display:none;
}
.fc-opacity-0{
    opacity:0;
}
.fc-owl-navigation{
    text-align: right;
    font-size: 30px;
    margin-bottom:10px;
        
}
.wrap-products .owl-controls .owl-pagination .owl-page span {
    background: #fff;
    width:25px;
    height:7px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.7);
}
.wrap-products .owl-controls .owl-pagination .owl-page.active span {
    background: #00a046;
    width:30px;
}
@media screen and (max-width: 325px) {
    .item{
      grid-template-rows: 40vh auto 1fr;
    }
}
@media screen and (min-width: 325px) and (max-width: 400px) {
    .item{
      grid-template-rows: 35vh auto 1fr;
    }
}
@media screen and (min-width: 400px) and (max-width: 769px) {
    .item{
      grid-template-rows: 30vh auto 1fr;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .item{
      grid-template-rows: 18vh auto 1fr;
    }
}

