/*.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: 50px;
}

.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{
    overflow: hidden;
    padding:15px;
    text-align: center;
}
.related-item{
    box-shadow: 0px 0px 0px 1px #EAEDF7;
    border-radius: 8px;
    display:grid;
    padding-bottom:10px;
}
.related-item .price-actions-box {
    margin-top: 0;
}
.owl-item li.active a{
    color:#2A00FF;
}
.owl-item li{
    text-align:center;
}
.related-item .product-name a {
    color: #000;
}
.related-item .product-name a:hover {
    color: #365A95;
}


/* new css */

.wrap-products{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
    grid-gap:1vw;
/*    grid-auto-rows: 1fr;*/
}
.fc-caption{
    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: #66CCFF;
    border-radius:none;
    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:#66CCFF;
    background: #fff;
}
.related-item:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.owl-item .related-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;
    padding-inline-start:0px;
    gap: 10px;
    margin-bottom: 0;
}
.fc-nav-tabs li{
    list-style: none;
    padding: 10px 15px;
    background: #F7F8FB;
    border-radius: 5px;
}
.fc-nav-tabs li:hover {
    background: #efefef;
}
.fc-nav-tabs li.fc-active{
    background: #2dccc3;
}

.fc-nav-tabs li.fc-active a{
    color:#fff;
}
.fc-nav-tabs li a{
    text-decoration: none;
    color:#222;
    height: 100%;
}
.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{
    text-align: center;
    text-transform: uppercase;
    border:solid 1px #33CCFF;
    background: #66CCFF;
    color:#fff;
    padding:10px;
}
.fc-category-heading{
    margin-bottom:20px;
}
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;
    border-bottom:solid 1px #66CCFF;
    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: #66CCFF;
    width:30px;
}
@media screen and (max-width: 325px) {
    .related-item{
      grid-template-rows: 40vh auto 1fr;
    }
}
@media screen and (min-width: 325px) and (max-width: 400px) {
    .related-item{
      grid-template-rows: 35vh auto 1fr;
    }
}
@media screen and (min-width: 400px) and (max-width: 769px) {
    .related-item{
      grid-template-rows: 30vh auto 1fr;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .related-item{
      grid-template-rows: 18vh auto 1fr;
    }
}

