
#full-menu.top-menu-fixed {
	z-index: 1001 !important;
}

#product-detail h1 {
    font-family: 'Stardom-Regular' !important;
    font-size: 48px;
    color: #041917;
    font-weight: 400 !important;
    line-height: 64px;
	margin-top: 16px;
}
#product-detail #product .option-title {
	font-family: 'Satoshi-Bold';
	font-weight: 700;
	font-size: 16px;
	color: #041917;
    margin-bottom: 14px;
}
#full-menu {
    border-bottom: 1px solid #cdcdcd;
}

.pagination > li.active:hover > span {
    background-color: rgb(192, 132, 62);
    color: #fff !important;
}

#product-detail span.product-title-device {
    line-height: 40px;
    margin: 0px 0px 10px 0px;
    display: block;
    text-align: left;
}




#review .review .review-text {
	position: relative;
	font-size: 14px;
}

#review .review .review-text:before {
	display: none;
}

#product .radio-box-input.arrow-box label::before {
	display: none;
}

.review-ratting{
	display: flex;
	justify-content: center;
	font-weight: bold;
	>div{
		margin-right: 8px;
	}

}

.review-ratting{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.review-ratting >div{
	margin-right: 8px;
	display: flex;
}

.review-ratting div input[type="radio"]{
	width: 20px;
	height: 20px;
	margin: 0;
}

.review-ratting div span{
	font-size: 16px!important;
}


#product .radio-box-input.arrow-box label .fa {
    color: #DCB485;
    font-size: 16px;
    -webkit-text-stroke: 1px rgb(253 251 249);
    position: relative;
    top: 6px;
    left: 0px;
}

#review .review .review-bottom .rating-stars {
    text-align: left;
	margin: 0px !important;
}

#review .review .review-bottom .rating-stars span, #review .review .review-bottom .rating-stars span .svg-icon {
    width: 24px;
    height: 24px;
    margin-right: -3px;
}


#review .review .review-bottom .rating-stars + span {
	font-family: 'Satoshi-Bold';
	font-weight: 700;
	font-size: 14px;
	color: #041917 !important;
}

#review .review .review-text .triangle {
    width: 0;
    height: 0;
    border-bottom: solid 24px transparent;
    border-top: solid 20px #f5e7d6;
    border-left: solid 31px transparent;
    border-right: solid 0px transparent;
    position: absolute;
    right: -1px;
    bottom: -44px;
}
#review .review .review-text .triangle:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: solid 22px transparent;
    border-top: solid 18px #fdfbf9;
    border-left: solid 27px transparent;
    border-right: solid 0px transparent;
    position: absolute;
    right: 1px;
    bottom: -20px;
    z-index: 1;
}

#product .radio-box-input.active {
	border: 2px solid #0D766D;
    color: #fff;
	background-color: transparent;
}
.radio-box-input.active:hover {
    /* background-color: rgba(131,185,68,0.6); */
}

.radio-box-input.active.disabled {
	background-color: #8cd4ab;
}

/* new design */
#additional-product-images {
	padding: 0px !important;
}

#product-description {
	border-top: 1px solid #F3DFC8;
	border-bottom: 1px solid #F3DFC8;
	margin-top: 64px;
	padding-top: 64px;
	padding-bottom: 64px;
	letter-spacing: 0px;
}

#product-description .filters-table {
	width: 100%;
}

#product-description .filters-table tr td {
    height: 30px;
	width: 50%;
	border-bottom: 1px solid #F3DFC8;
    padding-top: 8px;
    padding-bottom: 8px;

}

.product-labels > .label-row {
	float: left;
	margin-right: 8px;
}

.product-labels .label {
    height: 24px !important;
	width: auto !important;
    line-height: 8px;
}

#product-description .filters-table tr td:first-of-type {
	font-family: 'Satoshi-Bold';
	font-weight: 700;
	font-size: 16px;
}
#product-description .filters-table tr td:last-of-type {
	font-family: 'Satoshi-Regular';
	font-weight: 400;
	font-size: 16px;
}

#product-description h3 {
	font-family: 'Stardom-Regular' !important;
	font-weight: 400 !important;
	color: #041917 !important;
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 0px;
}

#product-description > div:first-of-type > *:not(h3) {
    font-family: 'Satoshi-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

#product-detail .product-price {
	border-top: 0px;
    border-bottom: 1px solid #F3DFC8;
    margin-top: 40px;
    margin-bottom: 12px;
}


#product-detail .product-price::after {
	content: " ";
	display: table;
	clear: both;
}

#product-images {
	position: relative;
}

#product-images .owl-carousel .owl-buttons > div > i {
    background-color: #fff;
    border: 1px solid #F3DFC8;
    box-shadow: none;
    width: 58px;
    height: 58px;
    line-height: 55px;
    font-size: 24px;
    -webkit-text-stroke: #000;
    color: #000 !important;
    position: relative;
}

@media only screen and (max-width: 767px) {
	#product .product-tags {
		display: block;
	}
	#content .product-image {
		margin-bottom: 30px;
	}
}


#product-images .owl-carousel .owl-buttons > div > i::after {
    content: " ";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #000;
    top: 27px;
    left: 21px;
}

#product-images .owl-carousel .owl-buttons > div > i.fa-angle-right {
    padding-left: 12px;
}

#product-images .owl-carousel .owl-buttons > div > i.fa-angle-left {
    padding-right: 12px;
}

.product-tags {
	margin-top: 24px;
}

.product-tags li a {
    background-color: #FBF8F4;
    border: 1px solid #F5E7D6;
    font-family: 'Satoshi-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #041917 !important;
    padding: 4px 16px;
    line-height: 20px;
    letter-spacing: normal;
}

#product-detail .product-price .price-row {
    float: left;
    width: 35%;
}

#product-detail .product-price .price-row > * {
	color: #0D766D;
    margin-top: 0px;
}

#product-detail .product-price .new-price, #product-detail .product-price .final-price {
	font-family: 'Satoshi-Bold';
	font-weight: 700;
	font-size: 32px;
    margin-bottom: 8px;
}

#product-detail .product-price .price-buttons-row {
    float: left;
    width: 65%;
}

#review .pagination {
	margin-top: 20px;
}
@media (max-width: 768px) {
	#product-detail .product-price .price-buttons-row,#product-detail .product-price .price-row {
		width: 100%;
	}
	.video-link-wrapper {
		height: 48px !important;
		background-color: #FBF8F4 !important;
		border: 1px solid #F5E7D6;
	}
	.product-info .rating .twrite {
		margin-left: 0px !important;
		display: block;
		text-align: center;
		margin-top: 14px;
	}
	.product-info .rating > p {
		text-align: center;
		padding-top: 8px;
	}
	body #breadcrumb {
		margin-top: 124px !important;
	}
	#main-content .container#product-detail {
		padding-top: 0px;
	}
	body #product-breadcrumb li:last-child {
		display: inline;
	}
	#add-to-cart-popup .content .popup-buttons .btn-primary {
		width: 100%;
	}
	#add-to-cart-popup .content .popup-buttons #continue-popup {
		width: 100%;
		margin-bottom: 8px;
	}
}

#tab-review #review {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

#tab-review .btn.btn-primary.btn-lg {
	background-color: #0D766D;
	font-family: 'Satoshi-Bold';
	font-weight: 700;
	font-size: 14px;
    padding: 14px 56px;
    margin-top: 64px;
}

#tab-review .review .review-bottom {
    text-align: left;
}

#tab-review .review .review-text {
    background: #FDFBF9;
    border: 1px solid #F5E7D6;
}

#tab-review h3 {
	font-family: 'Stardom-Regular' !important;
	font-weight: 400 !important;
	color: #041917 !important;
	font-size: 32px;
	margin-bottom: 28px;
	margin-top: 0px;
}

#tab-review h4 {
	font-family: 'Satoshi-Bold' !important;
	font-weight: 700 !important;
	font-size: 20px;
	color: #041917;
}

#tab-review h4 span {
	font-family: 'Satoshi-Regular' !important;
	font-weight: 400 !important;
}

#product-detail .product-price #button-cart {
	background: #0D766D !important;
	font-family: 'Satoshi-Bold';
	font-weight: 700;
	font-size: 14px;
}

#product-detail .product-price #button-cart i {
    position: absolute;
    left: 34px;
    top: 9px;
    width: 16px;
    filter: invert(1) brightness(10000);
}

#additional-product-images-wrapper {
	margin-top: 0px;
}

#additional-product-images > li {
    float: left;
	border: 1px solid #F5E7D6;
    width: 100%;
    margin-bottom: 12px;
}
#additional-product-images > li img {
	width: 100%;
}

#additional-product-images > li.active, #additional-product-images > li:hover {
	border: 1px solid #DCB485;
}

.product-info .rating .twrite {
	font-family: 'Satoshi-Bold';
	font-weight: 700;
    color: #041917 !important;
    font-size: 14px;
	margin-left: 20px;
}

.product-info .rating > p > * {
    vertical-align: middle;
}

.product-info .rating > p > span:last-of-type {
	margin-right: 8px;
}

.product-info .rating > p > span > i.svg-icon {
	width: 24px;
	height: 24px;
    margin-right: -3px;
}

#product .radio-box-input {
	width: 64px;
	height: auto;
    border: 2px solid transparent;
	background-color: transparent;
	border-radius: 8px;
	box-shadow: none !important;
    vertical-align: top;
}

#product div.required .control-label:before {
	display: none;
}

#product .radio-box-input:not(.image-box) {
	height: 70px;
}

#product .radio-box-input .option-value-image {
    top: 6px;
    left: 0px;
    width: 46px;
    height: 48px;
    border-radius: 4px;
    position: relative;
}

#product .radio-box-input > label {
	width: 64px;
}

#product .radio-box-input .option-value-image + span {
    width: 100%;
    text-align: center;
    font-family: 'Satoshi-Regular';
    font-weight: 400;
    font-size: 12px;
    color: #041917;
    display: block;
    margin-top: 16px;
    line-height: 14px;
}

#product .radio-box-input.image-box > label + input {
    position: absolute;
}

#product .radio-box-input:not(.image-box) label {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 48px;
    height: 48px;
    color: #041917;
    background-color: #FDFBF9;
    border: 1px solid #F5E7D6;
	font-family: 'Satoshi-Bold';
	font-size: 12px;
	font-weight: 700;
	border-radius: 4px;
}

/* lbeige */
#product .radio-box-input.disabled.longorderable:not(.image-box):not(.arrow-box) label:hover {
	background-color: #F3DFC8 !important;
	color: #fff;
	border: 1px solid #F3DFC8 !important;
	color: #041917;
}
#product .radio-box-input.disabled.longorderable.active:not(.image-box):not(.arrow-box) label {
	background-color: #F3DFC8 !important;
	color: #fff;
	border: 1px solid #F3DFC8 !important;
	color: #041917;
}


.radio-box-input {
    background-color: #58ac97;
    color: #fff;
}

/* Fajfka */
/*
.radio-box-input.active::after {
	content: " ";
	display: block;
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: rgba(255,128,128,0.4);
	top: 17px;
	left: 12px;
	transform: rotate(-45deg);
	cursor: pointer;
    z-index: 999;
}*/

.radio-box-input.disabled .option-value-image {
    opacity: 1;
}
.radio-box-input label::before {
    content: "\2713";
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 2px solid #fff;
    top: 42px;
    position: absolute;
    background-color: #0D766D;
    z-index: 999;
    left: 21px;
    line-height: 12px;
    color: #fff;
}
.radio-box-input:not(.image-box) label::before {
	left: 14px;
	top: 34px;
}
#product .radio-box-input.active:not(.image-box):not(.arrow-box) label {
	background-color: #0D766D;
	color: #fff;
    border: 1px solid #0D766D;
}

/* Hovery */
#product .radio-box-input:not(.image-box):not(.arrow-box) label:hover {
	background-color: #0D766D;
	color: #fff;
    border: 1px solid #0D766D;
}

/* lgreen */
#product .radio-box-input.disabled:not(.image-box):not(.arrow-box) label:hover {
	background-color: #CADFDD;
	color: #fff;
    border: 1px solid #CADFDD;
	color: #041917;
}
#product .radio-box-input.disabled.active:not(.image-box):not(.arrow-box) label {
	background-color: #CADFDD;
	color: #fff;
    border: 1px solid #CADFDD;
	color: #041917;
}


.radio-box-input.longorderable.image-box label::before {
    top: 42px;
    left: 21px;
}

.radio-box-input.disabled.longorderable label::before {
    display: block;
    content: "?";
    height: 17px;
    width: 18px;
    border-radius: 2px;
    position: absolute;
    background-color: #f3dfc8;
    z-index: 999;
    left: 14px;
    top: 35px;
    color: #c0843e;
    line-height: 13px;
    background-image: none;
    border: 2px solid #fff;
    font-size: 10px;
}



.radio-box-input.disabled label::before {
	display: block;
	content: "";
    height: 20px;
    width: 18px;
    border-radius: 2px;
    position: absolute;
    background-color: #fff;
    z-index: 998;
	left: 14px;
	top: 34px;
    line-height: 12px;
	border: 0px;
    color: #fff;
	background-image: url('/catalog/view/theme/default/stylesheet/newicons/ikona_cas.png');
    background-size: contain;
}
.radio-box-input.disabled.image-box label::before {
    top: 42px;
    left: 21px;
}

#additional-product-images-wrapper {
    max-height: 480px;
}
.owl-carousel .owl-buttons .owl-prev {
    left: 0px;
}
.owl-carousel .owl-buttons .owl-next {
    right: 0px;
}
#product-image-slideshow, #product-image-slideshow .owl-wrapper-outer {
    height: auto;
}
		
.video-link-wrapper {
	width: 100%;
	height: 60px;
	display: block;
    background-color: #bfa898;
    border-radius: 0px;
	position: relative;
}

.video-link-wrapper > span {
    width: 100%;
    display: block;
    text-align: center;
	height: 60px;
    position: relative;
    overflow: hidden;
}

.video-link-wrapper > span > img {
	width: 24px;
    position: absolute;
    left: 16px;
    top: 12px;
}

.video-link-wrapper > p {
    width: 100%;
    display: block;
    text-align: center;
	height: 48px;
    overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
    line-height: 44px;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    color: #041917;
}

.review-text-span {
	font-size: 13px !important;
	font-weight: bold;
}
@media (max-width: 600px) {
	.review-text-span {
		font-size: 13px !important;
	}
}
@media (max-width: 768px) {
	#product-description img {
		max-width: 100% !important;
	}
	.mfp-close {
		padding-top: 50px !important;
	}
	.mfp-container {
		padding-top: 65px;
	}
	.mfp-bottom-bar {
		background-color: #fff;
	}
}

.mfp-bg {
    background: #fff;
	opacity: 1;
}
.mfp-figure:after {
	box-shadow:  none;
}
.mfp-title, .mfp-counter {
	color: #666;
    display: inline-block;
    position: relative;
}
.mfp-content {
	position: static;
}
img.mfp-img { 
	padding: 0px;
	padding-bottom: 40px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #666;
	position: absolute;
	right: 15px;
	top: 15px;
}
.mfp-bottom-bar {
    text-align: center;
}

input#input-quantity {
    height: 48px;
    width: 100%;
    border: 1px solid #F1D9BE;
    color: #041917;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    font-size: 14px;
    line-height: 48px;
    padding: 20px;
    box-shadow: none;
}

#button-cart {
	height: 48px;
}

.buttons-qty {
	height: 48px;
}

.buttons-qty .fa {
	font-size: 18px;
    color: #000;
}

.product-active-elements-wrapper .buttons-qty > span {
    height: 24px !important;
    margin-right: -20px;
}

.product-page-quantity-wrapper {
	margin-top: 0px;
	padding-right: 0px;
}

.product-active-elements-wrapper .product-price hr {
	margin-top: 20px;
}

.product-active-elements-wrapper .buttons-qty .qty-btn-up {
	height: 26px;
	font-size: 24px;
}
.product-active-elements-wrapper .buttons-qty .qty-btn-down {
	height: 26px;
	font-size: 24px;
}

@media only screen and (max-width: 767px) {
	#button-cart {
		margin-top: 0px;
	}
}

.mfp-fa-custom-class {
	position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0px;
    box-shadow: 0px 0px 3px #000;
	background-color: rgb(245,245,245);
    width: 42px;
    border-radius: 50%;
    height: 42px;
    text-align: center;
    transition: 300ms all;
    box-shadow: 0px 0px 3px #000;
    -webkit-text-stroke: 1px rgb(245,245,245);
	font-size: 40px;
	color: #000;
}
.mfp-fa-custom-class.fa-angle-right {
	right: 25px;
	padding-left: 4px;
}
.mfp-fa-custom-class.fa-angle-left {
	left: 25px;
    padding-right: 4px;
}
.mfp-fa-custom-class:hover {
    box-shadow: 0px 0px 5px #000;
}
.product-related-title {
	border-bottom: 0px !important;
	text-align: center;
	padding-top: 64px;
	border-top: 1px solid #F3DFC8;
    font-family: 'Stardom-Regular' !important;
    font-weight: 400 !important;
    color: #041917 !important;
    font-size: 32px;
    margin-bottom: 28px;
    margin-top: 0px;
}

#modal-newwishlist .modal-dialog {
	width: 802px;
}
#modal-newwishlist .modal-footer {
	border: 0px;
}
#modal-newwishlist .modal-body {
	padding: 0px;
}
#modal-newwishlist .modal-body > .form > .form-group > label {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Satoshi-Bold';
	color: #222;
	white-space: pre;
}
#modal-newwishlist .modal-body > .form > .form-group > label.text-danger {
	color: #cf3f3f;
}
#modal-newwishlist .modal-body > .form > .form-group > input {
	border-radius: 4px !important;
	border: 1px solid #F1D9BE;
	height: 48px;
	font-size: 14px;
	font-family: 'Satoshi-Regular';
	font-weight: 400;
	color: #041917;
}
#modal-newwishlist .modal-body > .form > .form-group > input:focus {
	box-shadow: none;
	border: 1px solid #C0843E;
	background-color: #FBF8F4;
	color: #C0843E;
}
#modal-newwishlist .form > .form-group {	
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;	
}
#modal-newwishlist .modal-title {
	color: #222;
	font-size: 32px;
	text-align: left;
	margin-bottom: 0px;
}
#modal-newwishlist .modal-header {
	border: 0px;
}
#modal-newwishlist .btn-warning {
	background-color: #C0843E;
	font-family: 'Satoshi-Black';
	font-size: 14px;
	width: 100%;
	margin-top: 8px;
	background: #C0843E;
	border: 1px solid #C0843E;
	box-shadow: none;
}
#modal-newwishlist .modal-content {
	box-shadow: none;
	border: 1px solid #F7E9D9;
	border-radius: 0px;
}

.modal-backdrop.in {
	opacity: 1;
	background-color: rgb(251 249 246 / 70%);
}

@media(max-width: 768px) {
	#modal-newwishlist .modal-dialog {
		margin-top: 33.333333%;
		width: calc(100% - 20px);
	}
}

		.watch-price {
			margin-top: 10px;
			display: block;
			cursor: pointer;
			font-family: 'Satoshi-Bold';
			font-weight: 700;
			font-size: 14px;
			color: #041917;
			border: 0px;
			background-color: transparent;
			display: inline-block;
			margin-right: 16px;
		}
		.btn-detail-inrow {
			margin-top: 10px;
			display: block;
			cursor: pointer;
			font-family: 'Satoshi-Bold';
			font-weight: 700;
			font-size: 14px;
			color: #041917;
			border: 0px;
			background-color: transparent;
			margin: 0px;
			padding: 0px;
			display: inline-block;
			margin-right: 16px;
		}
		.watch-price:hover {
			text-decoration: none;
		}
		
		.dropdown-wishlist-container {
			position: relative;
			border: 0px;
			box-shadow: none;
		}
		.dropdown-wishlist {
			border-radius: 0px;
			border: 1px solid #F3DFC8;
			padding: 0px;
			min-width: 150%;
			margin-left: -25%;
			margin-top: 8px;
		}
		.dropdown-wishlist .dropdown-item {
			display: block;
			padding: 12px 16px;
			border-bottom: 1px solid #F3DFC8;
			white-space: pre;
			padding-right: 32px;
			position: relative;
		}
		/*.dropdown-wishlist .dropdown-item:hover {
			background-color: #f3f3f3;
		}
		.dropdown-wishlist .dropdown-item:hover .fa-plus {
			text-stroke: 1.5px #f3f3f3;
			-webkit-text-stroke: 1.5px #f3f3f3;
		}
		.dropdown-wishlist .dropdown-item:hover .fa-chevron-right {
			text-stroke: 1px #f3f3f3;
			-webkit-text-stroke: 1px #f3f3f3;
		}*/
		.dropdown-wishlist .dropdown-item:last-of-type {
			border-bottom: 0px;
			color: #0D766D;
		}
		.dropdown-wishlist .dropdown-item .fa-plus {
			text-stroke: 1.5px #fff;
			-webkit-text-stroke: 1.5px #fff;
			vertical-align: middle;
			font-size: 18px;
			width: 22px;
			text-align: center;
			margin-right: 10px;
		}
		
		
		.dropdown-wishlist:before {
			content:"";
			position: absolute;
			right: calc(50% - 10px);
			top: -10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 10px 10px;
			border-color: transparent transparent #fae0bb transparent;
			z-index:9998;
		}
		.dropdown-wishlist:after {
			content: "";
			position: absolute;
			right: calc(50% - 17px);
			top: -9px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 17px 17px 17px;
			border-color: transparent transparent #ffffff transparent;
			z-index: 9999;
		}
		
		.dropdown-wishlist .dropdown-item .fa-chevron-right {
			position: absolute;
			right: 16px;
			text-stroke: 1px #fff;
			-webkit-text-stroke: 1px #fff;
			top: 15px;
			font-size: 16px;
		}
		.dropdown-wishlist .calc {
			color: #DCB485;
		}
		.dropdown-wishlist-container.open button {
			color: #C0843E;
		}
		.dropdown-wishlist-container.open button .nsvg-icon-heart_bez {
			background-image: url('/catalog/view/theme/default/stylesheet/newicons/heart_bezfull.svg');
		}
		.dropdown-wishlist .dropdown-item.first-row {
			font-size: 16px;
			font-family: 'Satoshi-Bold';
			font-weight: 700;
		}
		
		
		
		
		
.dropdown-wishlist input[type=checkbox] {
	display: none;
}


.dropdown-wishlist input[type=checkbox] + span {
    vertical-align: middle;
    display: inline-block;
    float: left;
    height: 32px;
    width: 32px;
    margin-top: -2px;
}
		
		
.dropdown-wishlist input[type="checkbox"] + *::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
    width: 20px;
    height: 20px;
	border-radius: 4px;
	border: 1px solid #F1D9BE;
    margin-right: 12px;
}

.dropdown-wishlist input[type="checkbox"]:disabled + *::before {
    background-color: rgba(220, 180, 133, 0.5);
    border: 1px solid #edd9c2 !important;
}

.dropdown-wishlist input[type="checkbox"]:checked + * {
  color: #041917;
}
.dropdown-wishlist input[type="checkbox"]:checked + *::before {
    content: "✓";
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    background: #ddb586;
    border-color: #ddb586;
}
	

.product-related-real-container .price .left {
	width: 100% !important;
	font-size: 14px;
}
.product-related-real-container .price .left > div {
	text-align: center !important;
}
.product-related-real-container .price .right > div {
	text-align: center !important;
    margin-left: 0px !important;
}
.product-related-real-container .price .right {
	width: 100% !important;
	font-size: 14px;
}
.product-related-real-container .product-thumb .caption h4 {
    height: 54px;
}
.product-list-content .product-related-real-container .product-thumb .caption .price .left .block {
    border-color: transparent;
}

.product-list-content .caption .rating .svg-icon {
    width: 24px;
    height: 24px;
    margin-left: -4px;
}

.category-page .caption .price, .product-list-content .product-thumb .caption .price .price-old, .product-list-content .product-thumb .caption .price .price-new, .product-list-content .product-thumb .caption .price .final-price {
    color: rgb(77, 151, 147);
	font-family: 'Satoshi-Medium';
	font-weight: 500;
}

.product-list-content .caption .rating .svg-icon:first-of-type {
	margin-left: 0px;
}

.product-list-content .product-thumb .rating {
    text-align: left;
}

.product-list-content .product-thumb .caption h4 {
    display: block;
    text-align: left !important;
    height: 52px;
    margin-bottom: 0px;
}

.product-list-content .product-thumb .caption .price {
	height: 70px;
}

@media (min-width: 1000px) {
	.product-list-content .product-thumb .caption .price {
		display: block;
		margin: 0px 0px;
	}
}

.product-list-content .stock-info .in-stock {
	color: rgb(77, 151, 147);
	font-family: 'Satoshi-Medium';
	font-weight: 500;
	font-size: 12px;
}

.product-list-content .stock-info .out-of-stock {
	color: rgb(141, 150, 150);
	font-family: 'Satoshi-Medium';
	font-weight: 500;
	font-size: 12px;
}

.product-thumb .image {
	padding-bottom: 0px;
}

.product-list-content .price-info {
    margin-top: 6px;
}

.product-thumb .image a {
    text-decoration: none;
}

.product-list-content .product-thumb .caption .price .fa-shopping-cart {
    display: none;
}		