/*
Theme Name: Intoc
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.products .col-inner {
    margin: 0 0 35px 0;
    padding: 10px;
    border: 2px solid #eee;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background-color: transparent;
    min-height: 400px;
}

.products .col-inner:hover {
    border: 2px solid #1a71a7;
}

.products .col-inner img {
    width: 200px;
    display: block;
    margin: -40px auto 20px auto;
}

.products .col-inner h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
}

.products .col-inner .box-image {
    overflow: inherit;
}

.products .col-inner p {
    font-size: inherit;
}

/*
    Custom Product
*/
.cus-product-breadcrumb .col {
    padding: 20px 15px 20px;
}

.cus-product-detail .thumb {
    text-align: center;
    padding: 0 0 3em 0;
}

.cus-product-detail .product_attributes p {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    line-height: 2.5em;
}

.cus-product-detail .product_attributes p span {
    width: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
}

.cus-product-detail .product_attributes p span:last-child {
    text-align: right;
}

.cus-product-detail h3 {
    font-size: 1.35714em;
    line-height: 1.79143em;
    font-weight: 700;
}

.cus-product-detail .product-tabs {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0.7em 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}