.type-product .breadcrumbs{
    margin-bottom: 20px;
}

.type-product .quantity{
    border-color: #c4b99b;
    color: #c4b99b;
    border-width: 2px !important;
}

.type-product .quantity input{
    font-size: 14px !important;
}

.type-product .quantity .decrease, 
.type-product .quantity .increase {
    background-color: unset;
    border-color: #c4b99b;
    border-width: 2px !important;
    color: #c4b99b;
}

.type-product .quantity .decrease:hover, 
.type-product .quantity .increase:hover {
    color: #fff
}

a.link-icon.print {
    display: none;
}

.link-icons *{
    color: #969696;
    font-size: 14px;
    font-weight: 300;
    border-radius: unset !important;
}
.link-icons .link-icon:hover *{
    color: #fff;
}

.link-icons .link-icon:hover{
    background: unset;
}

@media (min-width: 768px) {
    .link-icons .link-icon {
        margin: 0 20px 10px 0;
    }
}
.link-icons .link-icon i{
    font-size: 20px;
    margin-bottom: 16px;
}

.buttons-wrapper.social-buttons-wrapper {
    margin-bottom: 0px;
}

.p-to-cart-block{
    padding-top: 10px;
}
.p-detail-inner .p-to-cart-block .add-to-cart{
    display: flex;
    justify-content: flex-start;
}

.type-product .p-to-cart-block .btn.btn.btn-conversion{
    text-transform: uppercase;
    max-width: 300px;
    color: #292929;
    font-weight: 600;
    font-size: 16px;
    height: unset;
    background: #c4b99b;
}
.type-product .p-to-cart-block .btn.btn.btn-conversion:hover{
    color: #fff;
    background: #9c8b5c;
    border-color: #000;
}
.type-product .p-to-cart-block .add-to-cart-button i{
    display: none;
}

.type-product .container-switcher {
    padding-top: 10px;
}

.wide .p-detail-inner{
    padding-bottom: 50px;
}

.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a{
    margin-right: 20px;
}
.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a img{
    border-radius: 0px;
}

.type-product table.detail-parameters {
    width: 100%;
}

.type-product table.detail-parameters th {
    text-align: left;
    font-weight: 500;
    padding-right: 20px;
}

.type-product table.detail-parameters td {
    width: 100%;
}

.type-product table.detail-parameters th,
.type-product table.detail-parameters td{
    padding-bottom: 10px;
}