.product.info.detailed .additional-attributes>tbody>tr>th.col.label {
    width: auto;
}

.product.info.detailed .additional-attributes>tbody>tr>td.data {
    width: auto;
}


/* Product Detail Popup links */

.product-info-trust {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-info-trust ul li {
    list-style: none;
}

.product-info-trust ul li button {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.product-info-trust ul {
    margin: 0;
    padding: 0;
}

.rewards-special-review-summary {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.rewards-special-review-summary a:hover {
    text-decoration: none;
    color: #76A313;
}

.fotorama-item .fotorama__thumb-border {
    border-color: #FFCD00;
    border-width: 5px !important;
}

.fotorama__nav-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fotorama-item .fotorama__thumb {
    background-color: transparent;
}


/* .page-wrapper .fotorama__wrap .fotorama__grab > div {
  padding: 15px 15px;
} */

@media only screen and (min-width: 768px) {
    .page-layout-1column .page-wrapper .product-info-main {
        width: 50%;
    }
    .page-layout-1column .page-wrapper .product.media {
        width: 45%;
    }
    .product.info.detailed {
        width: 100%;
        float: left;
    }
    .block.carousel-container.related {
        width: 100%;
        float: left;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .block.carousel-container.related #banner-slider-carousel .owl-nav button {
        width: 110px;
        background: transparent;
    }
    .block.carousel-container.related #banner-slider-carousel .owl-nav button:hover {
        background: #0000009e;
    }
    .catalog-product-view .block.upsell .products-grid .product-item {
        width: 20%;
        margin: 2%;
    }
    .block.upsell .products-grid .product-item .product-item-info {
        max-width: 100%;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .block.carousel-container.related #banner-slider-carousel .owl-nav button {
        width: 50px;
        background: transparent;
    }
}

.page-layout-1column .products-grid.products-related .product-item {
    width: auto;
    padding: 0;
    text-align: center;
}

.products-related .product-item-info {
    width: auto;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.block.upsell {
    clear: both;
}

.block.carousel-container.related #banner-slider-carousel .owl-nav button {
    font-size: 60px;
}

.product-add-form .box-tocart .action.tocart {
    background-color: #BB0000;
    color: #fff;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    min-height: 52px;
    line-height: 52px;
    font-size: 16px;
    min-width: 160px;
    padding: 0px 30px;
    width: 320px;
    font-family: "LFT_Etica_Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;
    letter-spacing: 2px;
}

.product-add-form .box-tocart .input-text.qty {
    height: 52px;
    width: 117px;
    font-size: 22px;
    color: white;
    font-family: "LFT_Etica_Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding: 12px 10px 10px 10px;
    vertical-align: middle;
    background: url("../images/input_texture.png") #898782;
    border: none;
}

.product-notice .std {
    border: solid 2px #131006;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    width: 60%;
    /* margin: 0 auto; */
    background: #FFCD00;
    max-width: 317px;
}

.page-main .product-info-main .product-add-form {
    padding-top: 0;
}

.product-view .product-shop .product-name .h1 {
    color: #131006;
    font-size: 48px;
    letter-spacing: -4px;
    line-height: 49px;
    text-align: center;
    font-weight: 400;
}

.product-info-main .page-title-wrapper h1 {
    margin-bottom: 5px;
    color: #131006;
    font-size: 48px;
    letter-spacing: -4px;
    line-height: 49px;
    text-align: center;
    font-weight: 400;
}

.block.related .title h2,
.block.upsell .title h2 {
    font-size: 48px;
    text-transform: lowercase;
    padding-top: 47px;
    font-weight: 400;
    text-align: center;
    display: block;
    line-height: 1.5;
    padding: 0;
}

.block.related .block-content .product-items,
.block.upsell .block-content .product-items {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .product-notice .std {
        width: 100%;
    }
    .block.related .title h2,
    .block.upsell .title h2 {
        font-size: 32px;
    }
}