@import url("/wc/_cdn/htmlchars.css");
.row {
    display: flex;
    flex-wrap: wrap;
}
.margin-top{
    margin-top: 10px;
}

.title-category h3{
    line-height: 60px;
    text-align: center;
    border-bottom: 2px solid #CF242A;
}

/* Items subcategorias */
.subcategories {
    padding: 0 50px ;
    margin: 40px 0;
}

.subcategory-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subcategory-item:hover {
    text-decoration: none;
}

.subcategory-item .img-wrap {
    position: relative;
    display: inline-block;
    padding: 3px;
    border-radius: 50%;
    overflow: visible;
}

.subcategory-item .img-wrap::before, .subcategory-item .img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
    transition: opacity 1s ease-in-out;
}

.subcategory-item .img-wrap::before {
    background: linear-gradient(180deg, #BD3730 0%, #FFD500 100%);
}

.subcategory-item .img-wrap::after {
    background: linear-gradient(180deg, #FFD500 0%, #BD3730 100%);
    opacity: 0;
}

.subcategory-item:hover .img-wrap::after{
    opacity: 1;
}

.subcategory-item img {
    display:block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    object-fit: cover;
}

.subcategory-item h4 {
    font-weight: 500;
    font-size: 1.25rem;
    color: #000;
}

/* Items subcategorias - FIM */

.breadcrumb {
    background-color: #f9f9f9;
}
.box-product {
    padding: 20px;
}
.box-product:hover {
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3), 0 0 20px 0 rgba(0, 0, 0, 0.19);
    transition: .2s ease-in-out;
}
.box-product {
    margin-bottom: 50px;
}
.img-responsive {
    margin: 0 auto;
}
.buttons {
    display: flex;
    justify-content: center;
}
.buttons .btn{
    border-radius: 3px !important;
    border: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.comments .btn,
.product-buttons .btn{
    border-radius: 3px !important;
    margin-right: 5px;
}
.product-buttons .btn:last-child {
    margin-right: 0;
}
.buttons .btn-danger{
    background-color: #f05d4d;
}
.product-buttons .btn-danger:hover,
.buttons .btn-danger:hover {
    background-color: #d85949;
}
.buttons .btn-success {
    font-family: "Glyphicons Halflings";
    font-weight: 100;
}
.box-product:hover .buttons button{
    margin: 0px 4px 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.box-product h4 {
    overflow: hidden;
    height: 40px;
    text-align: center;
}
.box-product h4>a{
    color: #767676;
    font-size: 0.8em;
    text-decoration: none;
}
.tag {
    position: absolute;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-weight: 100;
    font-size: 0.8em;
    top: 16px;
    right: 17px;
}
.tag-offer {
    padding: 10px;
    background: #f05d4d;
}
.tag-minimum-sale {
    padding: 12px 0px;
    background: #ffb329;
}
.price {
    color: #313131;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
}
.price-without-offer {
    text-decoration: line-through;
    font-weight: 100;
    color: #8c8c8c;
}
.price-offer {
    color: #f05d4d;
}

.box-image-product {
    border: 1px solid #E9E9E9;
}
.product-gallery li{
    display: inline-block;
    cursor: pointer;
}
.image-active {
    border: 1px solid #DC5552;
}
.box-info-product .info {
    display: flex;
    justify-content: space-between;
}
.box-info-product .info div {
    font-size: 0.8em;
}
.box-info-product .info p {
    margin: 10px;
}
.box-info-product .info-price {
    color: #DC5552;
    margin: 40px 0;
    font-weight: bold;
    font-size: 1.5em;
}
.display-1 {
    font-size: 24px;
    font-weight: bold;
}
.product-buttons .btn-danger {
    background-color: #DC5552;
}
a.wc_goto {
    color: #DC5552;
    text-decoration: none;
}
.cart form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0 20px 0;
    flex-flow: wrap;
}
.cart .btn-default{
    background-color: #F3F3F3;
    border-radius: initial !important;
    width: 46px;
    font-weight: bold;
}
.cart .btn-success {
    background-color: #51B196;
    border-radius: 3px !important;
}
.cart .btn-success:hover {
    background-color: #4e9c81;
}
.cart span {
    margin-right: 5px;
    line-height: 40px;
}
.cart .amount{
    display: flex;
}
.amount>span {
    font-size: 0.8em;
    font-weight: bold;
}
.cart #item_amount {
    width: initial;
    border-radius: initial;
    width: 70px;
}
.products-related>h5 {
    color: #343432;
    font-size: 20px;
    font-weight: bold;
}
.product-related {
    border: 1px solid #E9E9E9;
    padding: 5px;
}
.product-related .title{
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    height: 30px;
}
.product-related .title a{
    color: #686868;
    text-decoration: none;
}
.product-related .title a:hover {
    color: #DC5552;
}
#product-more-info .nav li a{
    border: 1px solid #8c8c8c;
    border-radius: 0px;
    text-align: center;
    background-color: #fff;
    line-height: 40px;
}
#product-more-info .nav li:not(.active) a:hover {
    background-color: #e8e8e8;
}
#product-more-info .nav .active a {
    background-color: #DC5552;
    border: 1px solid #DC5552;
}
#product-more-info .nav li a {
    color: #686868;
    font-weight: bold;
}
#product-more-info .nav .active a {
    color: #fff;
}
#product-others .owl-prev{
    position: absolute;
    top: 35%;
    left: 1%;
    z-index: 1;
}
#product-others .owl-next{
    position: absolute;
    top: 35%;
    right: 1%;
    z-index: 1;
}
#alertStore {
    margin-top: 10px;
    position: fixed;
    z-index: 30000;
}
div[role=tabpanel] {
    border: 1px solid #f1f1f1;
}
@media (max-width: 991px){
    .wc_cart_add .btn-success{
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .buttons .btn {
        opacity: 1;
        margin: 0px 4px 0px;
    }
    li[role="presentation"] {
        padding: 0px;
    }

    .subcategory-item h4 {
        text-align: center;
    }
}
@media (max-width: 425px){
    .cart .btn-success,
    .product-buttons .btn {
        margin-top: 10px;
    }
    #item_amount {
        height: 50px;
    }
    .buttons a {
        width: 100%;
    }
}
