/*.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;
    background-color: white;
}

.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 {
	/* 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;
    min-height: 150px;
}
.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: #3653C8;
    border-radius:none;
    border:solid 1px #3653C8;
    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:#3653C8;
    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: center;
    padding-inline-start:0px;
}
.fc-nav-tabs li{
    list-style:none;
    padding: 5px 15px;
    border:solid 1px #3653C8;
    background: #3653C8;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 1px;
}
.fc-nav-tabs li:hover{
    background: #fff;
    color:#3653C8;
}
.fc-nav-tabs li:hover > a{
    color:#3653C8;
}
.fc-nav-tabs li.fc-active{
    background: #fff;
}

.fc-nav-tabs li.fc-active a{
    color:#3653C8;
}
.fc-nav-tabs li a{
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
}
.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 #3653C8;
	background: #3653C8;
	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 #3653C8;
    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: #3653C8;
    width:30px;
}
@media screen and (max-width: 325px) {
    .item{
      grid-template-rows: 40vh auto 1fr;
    }
    .fc-caption {
    /* padding: 1em 1em; */
    /* min-height: 50px; */
}
}
@media screen and (min-width: 325px) and (max-width: 400px) {
    .item {
	/* grid-template-rows: 35vh auto 1fr; */
}
.fc-caption {
    /* padding: 1em 1em; */
    /* min-height: 50px; */
}
}
@media screen and (min-width: 400px) and (max-width: 769px) {
    .item{
      /*grid-template-rows: 30vh auto 1fr; */
    }
    .fc-caption {
    /* padding: 1em 1em; */
    /* min-height: 50px; */
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .item{
      /*grid-template-rows: 18vh auto 1fr; */
    }
}

