@media only screen and (min-width: 768px) {

	.products-list-no-thumb .product-items li:nth-child(odd) {
		background-color:#f0f0f0;
	}

	.product-info-main .product-right {
		margin-top: 70px;
	}

	.product-info-main .product-right .product-info-main-inner {
		margin-top: 40px;
	}

	#resp-table {
        width: 100%;
        display: table;
    }
    #resp-table-body {
        display: table-row-group;
    }
    .resp-table-row {
        display: table-row;
    }
    .table-body-cell {
        display: table-cell;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

	.table-body-cell.th {
		border-bottom: 1px solid #dddddd;
		font-weight: bold;
        font-size: 18px;
	}

	.table-body-cell .price-final_price .price-wrapper .price,
	.table-body-cell.check-by-mail
	{
		color: red;
		font-size: 16px;
		font-weight: bold;
	}

	.product-info-main .product-info-stock-sku .stock.available
	{
		margin-left: 10px;
	}

	.product-info-main .product-info-stock-sku .attribute.sku 
	{
		font-size: 16px;
	}
	
	.product-view-style-03 .product-info-main .price-box {
		margin-bottom: 4px;
	}
	
	.product-info-main .product-check-price {
		font-weight: 600;
		font-size: 20px;
		color: #e16e12;
		margin-bottom: 30px;
	}
	
	.page-footer .footer-bottom {
	    margin-bottom: 40px;
	}

	.mode-list-no-thumb:before {
		content: unset;
	}

	.mode-list-no-thumb i {
		font-family: 'FontAwesome';
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 24px;
		line-height: inherit;
		vertical-align: middle;
		display: inline-block;
		font-weight: normal;
		overflow: hidden;
		speak: none;
		text-align: center;
	}

	.list-no-thumb .product-items .product-item .product-item-info .product-item-details .price-box {
		/*float: right;*/
		position: absolute;
		right: 0;
		top: 0;
	}
}


.fotorama--fullscreen {
    background-color: #000;
}