@media (min-width: 768px) {
    .page-header.type18 .block-search input {
        background-color: #ffffff !important;
        border: 1px solid #ced5da !important;
        border-radius: 5px !important;
    }

    .page-header.type18 .switcher {
        background-color: #ffffff !important;
    }
}

.product-info-main .product-info-price,
.minicart-wrapper {
    display: none!important;
}

/*home page grid*/
.home-grid {
    display: flex;
    flex-flow: wrap;
    margin: 0 -7.5px;
}
.home-grid .grid-item {
    background: #73a195;
    color: #fff;
    padding: 50px 10px;
    height: 200px;
    width: calc(50% - 20px);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin: 10px;
}

.home-grid .grid-item:hover {
    background: #00893D;
    transform: scale(1.05);
    text-decoration: none;
}

.home-grid .grid-item.with-image {
    padding: 0;
    overflow: hidden;
}

.home-grid .grid-item.with-image img{
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.home-grid .grid-item.with-image:hover {
    transform: none;
}

.home-grid .grid-item span.title {
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
}

.page-products .home-grid .grid-item {
    width: calc(50% - 20px)!important;
    margin: 0 10px 15px!important;
}

@media (min-width: 992px) {
    .home-grid .grid-item {
        width: calc(33.333% - 20px);
        margin: 0 10px 10px;
    }
}

@media (min-width: 1200px) {
    .home-grid .grid-item {
        width: calc(25% - 30px);
        margin: 0 15px 15px;
    }
}

/* Search */
.customer-welcome .customer-name button.action.switch:before {
    content: "Account";
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
}

/* Product list */
.product .product-reviews-summary,
.product.actions.product-item-actions {
    display: none;
} 

.product-list-table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 0px;
    border-collapse: collapse;
    margin-top: 0;
    text-decoration: none;
}

.product-list-table thead tr td {
    font-size: 14px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-weight: bold;
    padding: 10px;
    color: gray;
    text-align: left;
    text-decoration: none;
}

.product-list-table tbody, 
.product-list-table tbody tr, 
.product-list-table tbody tr td {
    transition: 0.3s;
    text-decoration: none;
}

.product-list-table tbody tr td {
    font-size: 14px;
    font-family: Arial,Helvetica,Sans-Serif;
    padding: 10px;
    color: gray;
    text-align: left;
    text-decoration: none;
}

.products-list .product-item-info {
    align-items: flex-start!important;
    margin-top: 10px;
}

.products-list .product-item-photo {
    width: 10%;
    margin-bottom: 0;
}

.products-list .product-item-details {
    width: 90%;
    text-decoration: none;
    margin-top: 12px;
}

@media (max-width: 480px) {
    .products-list .product-item-info {
        flex-flow: column;
    }
    .products-list .product-item-photo {
        width: 50%;
    }

    .products-list .product-item-details {
        width: 100%;
        padding: 0;
    }

    .product-list-table thead tr td,
    .product-list-table tbody tr td {
        padding: 2px;
    }
}

.products-list .product-item {
    border-bottom: 2px solid #DEE4E7;
    text-decoration: none;
}

.products-list .product-item:last-child {
    border-bottom: none;
}

.products-list .table-link:hover{
    text-decoration: none!important;
}

.additional-attributes {
    width: 100%;
    border: 2px solid #DEE4E7;
    border-spacing: 0;
    margin-bottom: 25px;
    border-collapse: collapse;
}

.additional-attributes tbody tr td {
    font-size: 14px;
    font-family: Arial,Helvetica,Sans-Serif;
    padding: 10px;
    color: gray;
    text-align: left;
    font-weight: bold;
}

.additional-attributes thead tr th {
    font-size: 14px;
    font-family: Arial,Helvetica,Sans-Serif;
    background-color: #DEE4E7;
    padding: 10px;
    color: gray;
    text-align: left;
}

h2.material-number {
    font-size: 20px;
    margin: 0 0 15px;
}

.buttons-wrapper {
    display: flex;
    margin: 0 0 20px 0;
}

.buttons-wrapper > a {
    padding: 10px 15px;
    margin: 5px;
    margin-left: 0;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    background-color: #006C27;
    color: #fff!important;
    transition: 300ms all;
    display: inline-block;
}

.buttons-wrapper > a:hover {
    color: #fff;
    opacity: .7;
}

.catalog-product-view.am-porto-cmtb .page-wrapper > .page-header {
    z-index: 9999;
}

.fotorama__stage .fotorama__fullscreen-icon {
    position: absolute;
    top: 23%;
    left: 15px;
}

.fotorama .fotorama__fullscreen-icon {
    display: none!important;
}

.fotorama .fotorama__fullscreen-icon:focus:after{
    outline: none;
    box-shadow: none!important;
}

.fotorama .fotorama__fullscreen-icon > span {
    padding: 10px 15px;
    margin-left: 0;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    background-color: #646464;
    color: #fff!important;
    transition: 300ms background-color;
    display: inline-block;
    position: relative;
    z-index: -1;
}

.fotorama__fullscreen .fotorama__zoom-in, 
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama .fotorama__fullscreen-icon::before {
    display: none!important;
}


.fotorama--fullscreen.fotorama .fotorama__fullscreen-icon {
    display: block!important;
    width: 80px;
    height: auto;
    z-index: 9999;
}

.product-social-links {
    float: left;
    width: auto;
    padding:0;
    margin:0;
    border: none;
}

.product-social-links .tocompare {
    display: none!important;
}

.product-social-links .action.towishlist:before {
    display: none!important;
}

.product-social-links .action.towishlist span {
    display: block!important;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.3rem;
}

.product-social-links .action.towishlist{
    padding: 10px 15px;
    margin: 5px;
    margin-left: 0;
    text-decoration: none;
    border-radius: 3px!important;
    background-color: #006C27;
    color: #fff!important;
    transition: 300ms all;
    display: inline-block;
    width: auto;
    height: auto;
    border: none!important;
}

.product-social-links .action.towishlist:hover {
    color: #fff;
    opacity: .7;
}

.customer-welcome .customer-name a {
    color: #777777;
}

.customer-welcome .customer-name a:hover {
    color: #777777;
}
.product-list-table .hover-price-content {
    display: none;
    padding: 5px;
    border: 1px solid #777777;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    z-index: 1;
    background: #fff;
}

.product-list-table .price-label:hover + .hover-price-content {
    display: block;
}

.product-list-table .name-col{
    width: 44%;
    position: relative;
}

.product-list-table .name-string {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: absolute;
    width: 92%;
}