#modalSelectOffers .offers-table {
    margin-bottom: 20px !important;
}

.product-col .text-dashed + .tooltip {
	margin-left: 40px;
}

#modalSelectOffers .table tbody tr td {
    padding: 5px;
}
#modalSelectOffers .horizontal-table__quantity-img {
    display: inline-block;
	min-width: 13px;
}
#modalSelectOffers .product-offer-super-price {
	margin-left: -10px;
}

.thumbnail.store.style3 .caption {
    padding-top: 15px;
    background: #fff;
    position: relative;
    z-index: 12;
}
.product-col {
    position: relative;
    max-width: 262px;
    margin: 0 auto;
	height: calc(100% - 20px);
}
.product-col__props {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    top: -1px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    margin: 0 0 0 -3px;
    z-index: 100;
    pointer-events: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 5px 1px 4px rgba(0,0,0,.1);
    box-shadow: 5px 1px 4px rgba(0,0,0,.1);
    left: 3px;
    width: 100%;
    padding: 7px;
    height: calc(100% - 55px);
}
.product-col__props-table {
    table-layout: fixed;
    margin-bottom: 0 !important;
}
.product-col__props-table tbody tr td {
    width:50%;
    vertical-align:top!important;
    padding:5px;
    font-size:12px;
    border-top:none;
	line-height: 1.2;
	hyphens: auto;
}
.product-col__props-table td {
	text-align: right;
}
.product-col__props-table td:first-child {
    width: 65%;
    padding-right: 10px!important;
	text-align: left;
}
.product-col__props-table tr:not(:last-child) td {
    border-bottom:1px solid #ddd
}
.product-col__props-table td .prop-img {
    top: 0;
}
.latin-name {
    color:#878c94;
    font-size: 14px;
}
.caption h4 {
    margin-top: 0;
    font-size: 15px;
}
.article-name {
	color:#878c94;
	font-size: 10px;
	display: block;
}
.item__button__more {
	display: block;
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate3d(-45%, -50%, 0);
	padding: 8px 12px;
	border: 2px solid #5b9118;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	background: #5b9118;
	z-index: 2;
	transition: all .25s ease-in-out;
	opacity: 0;
}
.product-col.thumbnail.store .header:hover .item__button__more {
	opacity: 1;
}
.item__button__more:hover {
	border: 2px solid #5b9118;
	color: #5b9118;
	background: #fff;
}
/*.product-col.thumbnail.store:hover .header .owl-stage-outer::after {
	content: ' ';
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}*/
.product-col.thumbnail.store .header .product-col-images.owl-carousel .owl-nav > div {
	color: #fff;
	background: rgba(0,0,0,.5);
	padding: 5px;
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	margin: 0;
	top: calc(50% - 22px);
}
.product-col.thumbnail.store .header .product-col-images.owl-carousel .owl-nav > div:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	margin-right: 0;
	display: block;
	position: absolute;
	top: 10px;
}
.product-col.thumbnail.store .header .product-col-images.owl-carousel .owl-nav > .owl-prev {
	left: 0 !important;
}
.product-col.thumbnail.store .header .product-col-images.owl-carousel .owl-nav > .owl-prev:after {
	transform: rotate(-135deg);
	left: 10px;
}
.product-col.thumbnail.store .header .product-col-images.owl-carousel:hover.owl-theme .owl-nav div.owl-prev {
	left: 0;
}
.product-col.thumbnail.store .header .product-col-images.owl-carousel .owl-nav > .owl-next {
	right: 0 !important;
}
.product-col.thumbnail.store .header .product-col-images.owl-carousel .owl-nav > .owl-next:after {
	transform: rotate(45deg);
	right: 10px;
}
.product-col.thumbnail.store .header .product-col-images.owl-carousel:hover.owl-theme .owl-nav div.owl-next {
	right: 0;
}
.product-col.thumbnail.store .header .product-col-images.owl-carousel .owl-nav > div.disabled {
	opacity: 0;
	visibility: hidden;	
}
.product-col.thumbnail.store .header:hover .product-col-images.owl-carousel .owl-nav > div:not(.disabled) {
	opacity: 1;
	visibility: visible;	
}
.colorbox-prev,
.colorbox-next {
	width: 50px;
	height: 50px;
	background: #fff;
	border: 2px solid #5b9118;
	color: #5b9118;
	position: absolute;
	top: 280px;
	border-radius: 50%;
	z-index: 10000;
}
.colorbox-next {
	right: 0;
}
.colorbox-prev {
	left: 0;
}
figure.layer {
	position: relative;
}
.owl-carousel .owl-item img.product-offer-super-price,
.owl-carousel .owl-item img.horizontal-table__quantity-img {
	display: inline-block;
    width: auto;
}
.product-col.thumbnail .caption .cart-button.button-group .btn[data-action="subscribe-goods"] {
	padding: 6px 7px;
}

.product-col .overflow-hidden {
	padding: 0;
	box-sizing: content-box;
	display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    height: calc(100% - 5px);
}
.product-col .caption {
	position: inherit !important;
}
.product-col .caption .price {
	padding: 5px 0 !important;
}
.product-col.thumbnail .caption .cart-button.button-group {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.product-col .caption .btn.btn-compare {
	width: 35px;
	height: 30px;
	background: none;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
	padding: 0;
	color: #5b9118;
	border: 0px;
	margin: 0;
}
.product-col .caption .btn.btn-wishlist {
	width: 27px;
	height: 24px;
	max-width: 100%;
	background: none;
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 15px;
	font-size: 22px;
	padding: 0;
	color: #5b9118;
	background: url("/local/templates/martin-sad.ru/assets/img/icon-wishlist.png?1") no-repeat 0 0 transparent;
	background-size: contain;
}
.product-col .caption .btn.btn-wishlist.btn-wishlist__active {
	background-image: url("/local/templates/martin-sad.ru/assets/img/icon-wishlist-active.png");
	border: 0px;
}

.product-col .caption .btn.btn-one-click {
	width: 38px;
	height: auto;
	max-width: 100%;
	padding: 0;
}
.product-col .caption .btn.btn-success.bnt-add-to-cart {
	width: auto;
	order: 0;
}
.product-col .caption .char-open {
	order: 1;
}
.product-col.thumbnail:not(.active) .offer-table-line img {
	padding: 10px 0;
}
.thumbnail.store.product-col-delayed:hover .header figure img.back,
.thumbnail.store.product-col-delayed:hover .header figure::after {
	background: none !important;
}
.thumbnail.store.product-col-delayed:hover .image-block__badge {
	opacity: 1;
}
.thumbnail.store.product-col-delayed .btn.btn-default-outline:not(.btn-wishlist__active):active,
.thumbnail.store.product-col-delayed .btn.btn-default-outline:not(.btn-wishlist__active):focus,
.thumbnail.store.product-col-delayed .btn.btn-default-outline:not(.btn-wishlist__active):hover {
	color: #5b9118;
}
.char-open {
	width: 38px;
	height: 38px;
	display: block;
	margin-right: -10px;
	background: url(/local/templates/martin-sad.ru/assets/img/item-open.png) center no-repeat;
	cursor: pointer;
}
.char-open.active {
	background: url(/local/templates/martin-sad.ru/assets/img/item-close.png) center no-repeat;
}
.tab-content .active-prop .product-col__props,
.active-prop .product-col__props {
    opacity: 1;
    display: block;
}
.product-col__offers-list-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -16px;
    right: 18px;
    z-index: 20;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #5b9118;
    color: #fff;
    transform: rotate(0);
    box-shadow: 0 0 3px #7b7b7b;
}
.product-col__offers-list-trigger i.fa {
	font-size: 1.6em;
}
.product-col.active .product-col__offers-list-trigger {
    transform: rotate(180deg);
}
.product-col.thumbnail.store.style3 .caption > div.product-col__offers {
	margin: 0 -15px;
	position: relative;
	background-color: #f7f7f7;
	width: calc(100% + 30px);
}
.product-col__offers.product-col__offers__discount {
	background-color: #FDD030;
}
.product-col .product-col__offers.product-col__offers__discount .offers-table {
	background-color: #FDD030;
}
.product-col .product-col__offers .offers-table {
	background-color: #f7f7f7;
}
.product-col.active .product-col__offers.product-col__offers__discount .offers-table {
	background-color: #f7f7f7;
}
.product-col.active .product-col__offers.product-col__offers__discount {
	background-color: initial;
}

.product-col .product-col__offers .horizontal-table__quantity-img {
	padding: 0;
	max-height: 20px;
	max-width: 13px;
}
.product-col:not(.click-active) .product-col__offers .offers-table tr {
	height: 50px;
}
.product-col .product-col__offers .offers-table tr td:first-child {
	padding-left: 15px;
	padding-right: 0;
}
.product-col .product-col__offers .offers-table tr td:last-child {
	padding-right: 10px;
}
.product-col__offers-list {
    position: relative;
    max-height: 52px;
	overflow: hidden;
}
.product-col .price:not(.hidden) {
    height: 52px;
	margin: 0 !important;
}
.product-col__store {
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-col.active .product-col__offers-list {
    max-height: 100%;
    overflow: visible;
	z-index: 11;
}
.product-col .offers-table {
    margin-bottom: 0 !important;
    background: rgba(255, 255, 255, 0.86);
}
.product-col .offers-table td {
    padding: 5px;
}
.product-col .offers-table td:nth-child(3n) {
    padding-right: 15px;
	text-align: right;
}
.product-col .offers-table td:nth-child(2n) {
    padding-right: 0;
}
.horizontal-table__quantity-img {
    width: auto !important;
    display: inline-block !important;
}
.product-col-images.owl-carousel.owl-theme .item {
	margin: 0;
}
.product-col-images.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}
.product-col-images.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots.disabled {
	opacity: 0;
	display: block !important;
}
.product-col-images.owl-carousel.owl-theme .owl-dots .owl-dot span {
	width: 6px;
    height: 6px;
	margin: 0px 5px;
}
.product-col.thumbnail.store.style3 .header {
	border: 0px;
}
.product-col.thumbnail.store.style3 .caption {
	padding-top: 5px;
	padding-left: 15px;
    padding-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	width: 100%;
}
.product-col.thumbnail.store.style3 .caption > div {
	width: 100%;
}
.product-col.thumbnail.store.style3.click-active .overflow-hidden {
	overflow: visible;
}
.product-col-block-section .product-col.thumbnail .product-col__offers-list .own-production-inline {
	width: 14px;
	height: 14px;
}
.btn.btn-wishlist {
    padding: 6px 11px;
}
.btn.btn-wishlist:focus {
	outline: none;
}
.btn.btn-wishlist.btn-wishlist__active {
    background-color: #e31e24;
    border-color: #e31e24;
	color: #fff;
}

.cat-item {
    border: 2px solid #5b9118;
}

.cat-item .cat-title a {
    background: #5b9118;
    font-weight: 500;
    font-size: 21px;
    text-transform: uppercase;
}

.catalog-item-count {
    display: inline-block;
    min-width: 150px;
}

.catalog-item-count__select {
    max-width: 66px;
    text-align: center;
    display: inline;
    margin-left: 5px;
}

.prop-img {
    max-width: 26px;
    margin-right: 10px;
    float: left;
    position: relative;
    top: -5px;
}

.prop-title {
    display: block;
}

.prop-img + .prop-title {
    margin-left: 36px;
}

.image-block__badge img {
    width: auto !important;
    display: inline-block !important;
}

.image-block__badge {
    position: absolute;
    top: 20px;
    left: 0;
    transition: all 0.3s ease;
}

.image-block__badge.image-block__left {
  top: 0;
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
  justify-content: space-between;
}
.image-block__badge-block {
	position: absolute;
	bottom: 30px;
	right: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    flex-direction: column;
    row-gap: 7px;
	z-index: 10;
	line-height: 1;
}
.image-block__badge-block span {
	padding: 1px 2px;
	border-radius: 3px;
	font-size: 12px;
}
.image-block__badge-block .image-block__badge-exclusive {
	background: #9751b9;
}
.image-block__badge-block .image-block__badge-new {
	background: #5b9118;
}
.image-block__badge-block .image-block__badge-discont {
	background: #ffed00;
	color: #e31e24;
}
.image-block__badge-block .image-block__badge-topsale {
	background: #fefefe;
	color: #000;
}
.image-block__badge-block .image-block__badge-action {
	background: #eed74d;
	color: #e31e24;
}
.image-block__badge-block .image-block__badge-superprice {
	background: #e31e24;
}
.product-element-wrap .image-block__badge-block {
	bottom: 50px;
}

.product-col .image-block__badge.image-block__left {
    height: calc(100% - 55px);
    justify-content: space-between;
}

.images-block__link {
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.image-block__badge.image-block__badge--right {
    position: absolute;
    bottom: 60px;
    right: 0;
    top: 20px;
    text-align: right
}

.product-col:hover .image-block__badge {
    opacity: 0;
}

.product-col-title {
	min-height: 91px;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.complect-container .product-col-title {
	min-height: 100px;
}

.product-col-title .h4 {
	margin-bottom: 0;
}
.product-col-title .latin-name {

}

/* raiting */

.product-col .bx_item_rating {
	display: flex;
	padding: 5px 10px;
	text-align: left;
	text-decoration: none;
}

.product-col .bx_item_rating .bx_stars_container {
	position: relative;
	width: 67px;
	height: 27px;
	background: #999;
	background-size: 100% 100%;
	margin: 0 8px 0 5px;
	overflow: hidden;
	cursor: pointer
}

.product-col .bx_item_rating .bx_stars_bg {
	display: none;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(/local/templates/martin-sad.ru/components/bitrix/iblock.vote/stars/images/stars_white.png) center no-repeat
}

.product-col .bx_item_rating .bx_stars_progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FED530
}

.product-col .bx_item_rating .bx_stars_rating_votes {
	color: #222;
	font-size: 14px;
	line-height: 14px;
	margin-top: 6px;
	display: block
}

.product-col .rating_number {
	padding-top: 2px;
}

.product-col .rating_number:after{
	content: '•';
	display: inline-block;
	width: 6px;
	height: auto;
	margin-left: 5px;
}

.product-col .rating_count {
	padding-left: 4px;
}

.product-col .rating_star {
	margin-right: 2px;
	padding-top: 1px;
}

.product-col .rating_star img {
	margin-top: -3px;
}

.product-col .rating_star img {
	width: 17px;
}
/*@media (min-width: 992px) {
	.product-col.thumbnail.store:hover .header .owl-stage-outer::after {
		visibility: visible;
		opacity: 1;
	}
}*/
@media (max-width: 1200px) and (min-width: 992px) {
	.main-content .product-col__props-table td {
		font-size: 12px;
	}
	.product-col__props {
		width: 134%;
	}
	.product-col.thumbnail .caption .cart-button.button-group {
		flex-wrap: nowrap;
	}
	.product-col.thumbnail .caption .cart-button.button-group .btn.btn-success.bnt-add-to-cart {
		padding: 6px 10px;
	}
}

@media (max-width: 992px) {
    .colorbox-next,
    .colorbox-prev,
    .item__button__more {
		display: none;
    }
}

@media (max-width: 767px) {
	.product-col-images.owl-carousel.owl-theme .owl-dots .owl-dot span {
		width: 6px;
		height: 6px;
		margin: 0 2px;
	}
}
@media (max-width: 499px) {
    .product-col__props {
        display: none;
        overflow-y: scroll;
        pointer-events: auto;
    }
	.product-col__props-table td:first-child {
		width: 55%;
	}
	.product-col .caption .btn.btn-success.bnt-add-to-cart {
		padding: 6px 9px;
	}
	.product-col .caption .char-open {
		width: 25px;
		height: 38px;
		margin-right: 0;
	}
	.product-col .caption .btn.btn-one-click {
		width: 30px !important;
	}
	.product-col__props-table tbody tr td {
		font-size: 10px;
	}
	.product-col-block-section .product-col .caption .char-open {
		margin-right: 0;
	}
	.product-col-block-section > div[class^="col-"] {
		margin: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	.product-col-block-section > div[class^="col-"]:nth-child(2n) {
		padding-left: 5px;
		padding-right: 5px;
	}
	.product-col-block-section .product-col.thumbnail.store.style3 .caption .product-col__offers {
		margin: 0 -15px;
	}
	.product-col .product-col__offers .offers-table tr td:first-child {
		padding-left: 15px;
	}
	.product-col .offers-table td:nth-child(2n) {
		line-height: .9;
	}
	.product-col .product-col__offers .offers-table tr td:nth-child(3n) {
		padding-right: 15px;
	}
	.product-col .caption .btn.btn-compare {
		width: 25px;
		height: 20px
	}
	.product-col .caption .btn.btn-wishlist {
		width: 23px;
		height: 20px;
	}
	.image-block__badge-block {
		row-gap: 3px;
	}
	.image-block__badge-block span {
		font-size: 10px;
	}
	.caption h4 {
		font-size: 12px;
	}

	.owl-carousel .product-col.thumbnail.store.style3 .caption {
		padding-left: 7px;
		padding-right: 7px;
	}
	.owl-carousel .product-col.thumbnail.store.style3 .caption > div.product-col__offers {
		margin: 0px -7px;
		width: calc(100% + 14px);
	}
	.owl-carousel .product-col.thumbnail.store.style3 .caption > div.product-col__store {
		margin-bottom: 0;
	}
	.owl-carousel .product-col.thumbnail.store.style3 .caption > div {
		margin: 5px 0;
	}
	.owl-carousel .product-col.thumbnail .caption .cart-button.button-group {
		column-gap: 4px;
	}
	.owl-carousel .product-col .caption .btn.btn-success.bnt-add-to-cart {
		padding: 2px 0;
		width: calc(100% - 68px);
	}
	.light-backgorund .owl-carousel.owl-theme .owl-nav .owl-next {
		right: -12px !important;
		top: calc(50% - 20px);
	}
	.light-backgorund .owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -12px !important;
		top: calc(50% - 20px);
	}
	.tab-content .tab-pane .row .col-sm-12 {
		padding: 0 5px;
	}
	.product-col-title {
		min-height: 55px;
	}
	.complect-container .product-col-title {
		min-height: 75px;
	}
	.product-col-title .latin-name {
		display: none;
	}
	.product-col-block-section .product-col .product-col-images.owl-carousel .owl-item .item img {
		max-height: calc(50vw - 10px);
	}
	.product-col.thumbnail .caption .cart-button.button-group .btn[data-action="subscribe-goods"] {
		padding: 4.5px 7px;
		margin-top: -10px;
	}
	.product-col .product-col__offers-list,
	.product-col.active .product-col__offers-list,
	.product-col .price:not(.hidden) {
		height: auto;
	}

	/* begin detail page style */
	.product-element-wrap {}

	.btn:active,
	.btn:hover,
	.btn:focus {
		outline: none;
	}
	.product-element-wrap .table.offers-table td .btn-default:not(.btn-block) {
		background: none;
	    color: #5b9118;
	    border: 0;
	}
	/* end detail page style */
}

@media (max-width: 450px) {
	.product-col-block-section .product-col.thumbnail .caption .cart-button.button-group {
		column-gap: 4px;
	}
	.product-col-block-section .product-col .caption h4 {
		font-size: 12px;
	}
	.product-col-block-section .product-col.thumbnail.store.style3 .caption {
		padding: 3px 5px 5px;
		line-height: 1.2;
		font-size: 12px;
		/*height: 160px;*/
	}
	.product-col-block-section .product-col .caption .btn.btn-one-click {
		width: 30px !important;
	}
	.product-col-block-section .product-col .caption .char-open {
		width: 21px;
		height: 27px;
		background: url("/local/templates/martin-sad.ru/assets/img/item-open-mobile.png") no-repeat 0 0 transparent;
		background-size: contain;
		margin: 0;
	}
	.product-col-block-section .product-col .caption .btn.btn-success.bnt-add-to-cart {
		width: calc(100% - 60px);
		font-size: 1em;
		padding: 0.3em;
	}
	.owl-carousel.analog-tovar .product-col__wrap .product-col .offers-table td,
	.product-col-block-section .product-col .offers-table td {
		font-size: 11px;
		line-height: 1;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.product-col-block-section .product-col.thumbnail:not(.active) .offer-table-line img {
		padding: 0;
	}
	/*.product-col-block-section .product-col.thumbnail:not(.active) .product-col__offers-list {
		max-height: 40px;
	}
	.product-col .product-col__offers-list,
	.product-col.active .product-col__offers-list,
	.product-col .price:not(.hidden) {
		height: 40px;
	}
	.product-col:not(.click-active) .product-col__offers .offers-table tr {
		height: 40px;
	}*/
	.product-col-block-section .product-col .image-block__badge img {
		width: 80px !important;
		height: auto;
	}
	.product-col-block-section .product-col .image-block__badge.image-block__left {
		right: 0 !important;
		left: auto;
	}
	.product-col-block-section .product-col.thumbnail .product-col__offers-list .own-production-inline {
		width: 10px;
		height: 10px;
	}
	.product-col-block-section > div[class^="col-"] {
		margin: 0;
		padding-left: 2px;
		padding-right: 2px;
	}
	.product-col-block-section > div[class^="col-"]:nth-child(2n) {
		padding-left: 2px;
		padding-right: 2px;
	}
	.product-col-block-section .product-col.thumbnail.store.style3 .caption .product-col__offers {
		margin: 0 -5px;
		width: calc(100% + 10px);
	}
	.product-col .product-col__offers .offers-table tr td:first-child {
		padding-left: 12px;
	}
	.product-col .product-col__offers .offers-table tr td:nth-child(3n) {
		padding-right: 12px;
	}
	.owl-carousel .product-col .product-col__offers .offers-table tr td:first-child {
		padding-left: 8px;
	}
	.owl-carousel .product-col .product-col__offers .offers-table tr td:nth-child(3n) {
		padding-right: 8px;
	}
}
@media (max-width: 380px) {
	.owl-carousel .product-col .caption .btn.btn-success.bnt-add-to-cart {
		font-size: 12px;
		padding: 3px 0;
	}
	.owl-carousel .product-col .caption .btn.btn-success.bnt-add-to-cart .fa.fa-shopping-cart {
		margin-right: 2px;
		width: 14px;
  		height: 14px;
	}
}
