main.content {
    padding-top: 126px;
}

.banner-outer.sm-banner {
    display: none;
}

.product-page-content {
    padding: 75px;
    background-color: #efefef;
}

.error_message_input {
    display: none;
    color: red;
    padding-top: 3px;
}

.product-page-content h2 {
    /* font-family: 'OmnesLight'; */
    font-size: 24px;
    color: #231f20;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 14px;
}

.product-page-content h1 {
    font-size: 36px;
    padding: 0 0 15px;
}

.products-outer {
    overflow: hidden;
    position: relative;
    background-color:#FFFFFF;
}

.product-left {
    width: 25.64%;
    float:left;
}

.product-right {
    width: 74.36%;
    float:left;
}

.product-left .title {
    padding: 30px 0;
    font-size: 18px;
}

.product-left ul {
    background: none;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}

.category-block {
    width: 100%;
    padding: 29px 0px 29px 0;
    max-width: 250px;
}

.category-select {
    font-size:15px;
}

.category-block li {
    width: 100%;
    padding: 3px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    /* font-family: 'OmnesLight'; */
    text-transform: uppercase;
    cursor: pointer;
}

.product-left ul li {
    background: none;
    margin: 0px;
    padding: 4px 0;
    list-style-image: none;
    list-style-type: none;
}

.product-left ul li.active {
    color:#000000;
}

.sort-block {
    min-height: 82px;
    /* border-left: solid 1px #e8e8e8; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
}

.sort-title {
    display: inline-block;
    vertical-align: middle;
    /* font-family: 'OmnesRegular'; */
    font-size: 16px;
    line-height: 1.13;
    color: #1b1b1b;
    min-width: 97px;
    padding: 3px 0 0;
}

.sort-block ul {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.sort-block ul li {
    display: inline-block;
    vertical-align: middle;
    /* font-family: 'OmnesRegular'; */
    font-size: 16px;
    line-height: 1.13;
    color: #acacac;
    padding-right: 16px;
}

.product-list {
    /* border-left: solid 1px #e8e8e8; */
    position: relative;
}

/* .product-list:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    width: 1000px;
    height: 1px;
    background: #e8e8e8;
} */

.product-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-list ul li {
    width: 33.33%;
    list-style-type: none;
	transform: scale(1);
	-webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;

}
.product-list ul li:hover {
	transform: scale(1.05);
}
.product-list ul li:hover .product-name,
.product-list ul li:hover .new-price {
	font-weight:bold;
}

.product-list ul li a {
    display: block;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    text-decoration: none;
}

.product-block {
    /* border-right: solid 1px #e8e8e8; */
    /* border-bottom: solid 1px #e8e8e8; */

	text-align: center;
	margin-bottom: 22px;
}

.product-image {
    display: block;
    height: 196px;
    /* border-bottom: solid 2px #edefec; */
    overflow: hidden;
    background-size: contain !important;
    /* background-size: 80% !important; */
}

.product-content {
    position: relative;
    padding: 13px 20px 9px;
}

.product-name {
    /* padding: 0 40px 0 0; */
    /* font-family: 'OmnesBold'; */
    font-size: 16px;
    line-height: 1.5;
    color: #343434;
    margin: 0 0 4px;
}

.new-price {
	font-size: 14px;
    line-height: 14px;
    font-family: 'Poppins', sans-serif;
    color: #58595b;
}

.pagination-block {
    padding: 43px 0;
}

.pagination-block ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

input.error, select.error {
    border:solid 1px red;
}

input, select {
    height: 44px !important;
    line-height: 44px !important;
}

.pagination-block ul li a {
    display: block;
    width: 33px;
    height: 33px;
    /* border: solid 2px #d9d9d9; */
    /* font-family: 'OmnesRegular'; */
    font-size: 16px;
    line-height: 28px;
	line-height: 33px;
    text-align: center;
    color: #929292;
}

.pagination-block ul li.active a {
    background: #929292;
    color: #FFF;
    /* border-color: #929292; */
}

.price-block .add_to_cart {
    height: 44px;
    line-height: 44px;
    float: left;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
	padding: 0 27px 0 23px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	background: #58595b;


    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.add_to_cart:hover {
	background: #FFF;
    color: #58595b;
}

#cart-table {
    width: 100%;
    margin-top:30px;
}

#cart-table tr th {
    padding-bottom:15px;
	font-size: 16px;
}

#cart-table tr {

}
#cart-table tr:nth-child(even) {
	background: #e8f2fb;
}
#cart-table tr td {
	padding: 12px 12px 12px 12px;
}
#cart-table tr td a {
	color: #808080;
}
#cart-table tr td a:hover {

}
#cart-table tr td:nth-child(1) {
	width: 150px;
}
#cart-table tr td:nth-child(3),
#cart-table tr td:nth-child(4),
#cart-table tr td:nth-child(5),
#cart-table tr th:nth-child(3),
#cart-table tr th:nth-child(4),
#cart-table tr th:nth-child(5) {
	width: 150px;
	text-align: right;
	padding-right: 12px;
}
#cart-table tr td:nth-child(5) {
    font-weight: bold;
}

#cart-table img {
    max-width:100px;
}

.remove-from-cart, .remove-packet-from-cart {
    cursor: pointer;
}

#order-form {
	margin-bottom: 50px;
}
#order-btn, #continue-shopping {
    cursor: pointer;
    float: right;
    height: 44px;
    line-height: 44px;
    float: left;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0 27px 0 23px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background: #58595b;
    -webkit-transition: all .3s ease-in-out;
    margin-top:20px;
}

#continue-shopping {
    background:#da0a7b;
}

.price-now {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #58595b;
    margin-bottom: 30px;
}
.product-images img {
	padding: 50px;
}
@media only screen and (max-width: 1200px) {
	.product-images img {
		padding: 20px 0 20px 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.product-images img {
		padding: 20px 0 20px 50px;
	}
	.product-page-content {
		padding: 50px;
	}

	#cart-table tr td:nth-child(3),
	#cart-table tr td:nth-child(4),
	#cart-table tr td:nth-child(5),
	#cart-table tr th:nth-child(3),
	#cart-table tr th:nth-child(4),
	#cart-table tr th:nth-child(5) {
		width: 100px;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 767px) {
    #cart-table tr td:nth-child(1), #cart-table tr th:nth-child(1) {
        display: none;
    }

	.product-images img {
		padding: 50px;
	}
	.product-page-content {
		padding: 50px 75px;
	}
    .product-left, .product-right {
        width: 100%;
    }
    .product-list ul li {
        width: 50%;
    }



	#cart-table {
		width: 100%;
		margin-top:30px;
	}

	#cart-table tr th {
		padding-bottom:15px;
	}

	#cart-table tr {

	}
	#cart-table tr td {
		/* padding: 0 12px 12px 0; */
		padding: 6px;
	}

	#cart-table tr td:nth-child(1) {
		width: 90px;
	}


	#cart-table tr td img {
		max-width: 100px;
		max-height: 100px;
	}


}

@media only screen and (max-width: 479px) {
    .product-list ul li {
        width: 100%;
    }
}
