/*Products  start*/
.products_item_narrow .products_item_img{
    overflow:hidden;
}
 a.products_item_img_link {
    min-height: 130%;
    min-width: 130%;
    margin: -13%;
}
.products_item_content_info p {
	color:#969696;
	transition: all 0.5s cubic-bezier(0.62, -0.16, 0.2, 1.16);
}
.products_item_content_info p:first-child{
    color:#333;
}
.products_item_content_info p:hover {
    color:#333;
}

.products_item_content_info p:nth-child(2) {
    padding-bottom: 3px;
}

/*Products  end*/

/*CART start */
@media screen and (max-width: 725px) {
.products_cart_block table {
	min-width:100%;
}
.products_cart_block table tr:nth-of-type(2n) {
	background-color: inherit; 
}
.products_cart_block table tr td:first-child {
	background: #fff; 
	font-weight:bold;
	font-size:1.3em;
}
.products_cart_block table tr th:first-child {
	font-weight:bold;
	font-size:1.3em;
}
.products_cart_block tbody td, tbody th {
	display: block; 
	text-align:center;
}
.products_cart_block tbody td,.products_cart_block tbody th:before {
	content: attr(data-th);
	display: block;
	text-align:center;
}
.products_cart_block  .products_cart_item {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 5px;}
.products_cart_block tfoot td {
	max-width:100%;
	display: block;
	text-align:center;
}
.products_cart_block  .products_item_img {
	margin: 10px auto;
}
.products_cart_block .products_cart_quantity_block{
	margin: 0px auto;
}
.products_cart_block table tbody tr:first-child td {
	padding-top: 15px;
}
.products_cart_block  .products_cart_total span {
	float:none;
}
#products_cart_page .table-responsive{
	overflow:unset;
}
}

/*CART end */


/* Menu start */
@media screen and (max-width: 1099px) {
.user_menu_list ul li a {
    font-size: 18px;
}
.menu ul li {
    font-size: 130%;
    padding: 5px;
    
}
}
/* Menu end */