/*
Theme Name: Unimec
Theme URI: http://unimec.ro/
Author: Florea Doru
Author URI: http://unimec.ro/
Description: A custom theme
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

/*-------------------------------------------------------------------------*/
/*	Globally Applied Styles
/*-------------------------------------------------------------------------*/

body {
    font-family: "Montserrat", sans-serif;
}
#main-wrapper{
    background: #f7f7f7;
}

/*-------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------*/
#site-header {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
}

#main-navigation li a{
    font-size: 16px;
    font-weight: 700;
}



/*-------------------------------------------------------------------------*/
/*	Home Page
/*-------------------------------------------------------------------------*/

#home-slider .carousel-item {
    height: 450px;
    background-size: cover;
}
#home-slider .carousel-item::after{
    content:'';
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
}
#home-slider .carousel-caption{
    bottom:45%;
}
#home-slider .carousel-caption h2{
    font-size: 36px;
}
#home-slider .carousel-caption a{
    font-size:24px;
    color:white;
    border:1px solid;
    padding: 7px 25px;
}

.product-category-image{
    height: 350px;
    background-size: cover;
    background-position: center;
}
.product-category-box h3{
    font-size: 18px;
}
.product-category-box-read-more a{
    color:#53678d;
    border:1px solid;
    padding: 6px 15px;
    border-radius: 6px;
}
.product-category-box-read-more a:hover{
    background: #53678d;
    color:white;
    text-decoration: none;
}

/*-------------------------------------------------------------------------*/
/*	Product Taxonomy Page Template
/*-------------------------------------------------------------------------*/

.product-box-image{
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}
.product-box h3{
    font-size:14px;
}
.product-box-read-more a{
    color: #53678d;
    border: 1px solid;
    padding: 6px 15px;
    border-radius: 6px;
}
.right-sidebar h3{
    font-size: 18px;
    background: #53678d;
    color:white;
    padding: 12px 10px;
    border-radius: 6px;
}
.sidebar-prod-cat-list{
    list-style-type: none;
}
.sidebar-prod-cat-list li{
    color:#53678d;
    border:1px solid;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    background: white;
}
.sidebar-prod-cat-list li a{
    color:#53678d;
}


/*-------------------------------------------------------------------------*/
/*	Single product
/*-------------------------------------------------------------------------*/

.single-product-left-content{
    background: white;
}
.single-product-left-gallery .gallery img{
    max-width:100%;

}
.single-prod-title{
    font-size: 20px;
}

.single-product-editor-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #fff;
    margin: 10px 0;
}
.single-product-editor-content table td {
    border: 1px solid #fff;
    background: #eee;
    color: #555;
}
.single-product-editor-content table td,
.single-product-editor-content table th {
    text-align: left;
    border: 1px solid #fff;
    padding: .4em .8em;
    line-height: 20px;
}
.default-page-template-editor-content{
    background: white;
}
.default-page-template-editor-content .alignleft {
    float: left;
    margin: 10px 15px 10px 0;
}
.default-page-template-editor-content .alignright {
    float: right;
    margin: 0 0 10px 10px;
}


/*-------------------------------------------------------------------------*/
/*	Footer
/*-------------------------------------------------------------------------*/

#site-footer{
    color: #777;
    font-size: 13px;
    background: #222;
}

/*-------------------------------------------------------------------------*/
/*	Responsive
/*-------------------------------------------------------------------------*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .product-box h3 {
        min-height: 48px;
    }    
    .single-product-left-gallery{
        border-right: 1px solid #ddd;
    }
 
} 

/* Min-width 1001px */
@media only screen and (min-width: 1001px) {

}

/* Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {
    #home-slider .carousel-item {
        height: 790px;
    }
}

/* Large Phones And Tablet */
@media only screen and (max-width : 768px) {
    .single-product-editor-content{
        overflow-x: auto;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}