/*@import url(https://fonts.googleapis.com/css?family=Raleway);*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700');
body {
	color: #222;
	background: #fff;
}
h2 {
	vertical-align: center;
	text-align: center;
}

html, body {
	margin: 0;
	height: 100%;
}

* {
	/*font-family: 'Work Sans';*/
	box-sizing: border-box;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #ccc;
}
.clearfix {
	clear: both;
}
.top-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
	height: 50px;
	padding: 0;
}

.menu {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu > li {
	margin: 0 1rem;
}

.menu-button-container {
	display: none;
	height: 100%;
	width: 30px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 16px;
	margin-top: 4px;
}

#menu-toggle {
	display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
	display: block;
	background-color: #fff;
	position: absolute;
	height: 4px;
	width: 30px;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 2px;
}

.menu-button::before {
	content: '';
	margin-top: -8px;
}

.menu-button::after {
	content: '';
	margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
	margin-top: 0px;
	transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
	background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
	margin-top: 0px;
	transform: rotate(-405deg);
}




.rehead {
	background: #ff7420;
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
	padding: 0 30px;
}
#top {
	background-color: #222;
	border-bottom: none;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 50px;
}

.cat_menu {
	float: left;
}
.top_menu {
	float: left;
}
.phone_menu {
	float: right;
	color: #fff;
}
.input-lg {
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0px;
}
.email_hold {
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin-left: 25px;
}
.email_hold span {
	color: #ccc;
}

.btn {
	border: 1px solid #ff7420;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	color: #ffffff;
	text-shadow: none;
	background-color: #ff7420;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #ff7420;
}
.btn:hover {
	border: 1px solid #ff5a00;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	color: #ffffff;
	text-shadow: none;
	background-color: #ff5a00;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #ff7420;
}

#logo {
	margin-left: 20px;
}
#logo a img {
	margin-top: -10px;
	margin-bottom: 19px;
}
#search .btn-lg {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: none;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.dropdown-menu {
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	background-color: #fff;
	border-radius: 0px;
	padding: 20px 0;
	border-color: #ebebeb;
	height: auto;
	overflow: visible;
	padding: 5px 0;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
	background: #ffffff;
	border: 1px solid transparent;
	border-top: none;
}
#cart a.custom_basket::before {
	content: "\e82e";
	font-family: Linearicons-Free;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #323232;
	display: block;
	font-size: 32px;
	left: 0;
	position: absolute;
	top: 3px;
	z-index: 9;
}
.wishlist_h a::before {
	content: "\e813";
	font-family: Linearicons-Free;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #323232;
	display: block;
	font-size: 32px;
	left: 0;
	position: absolute;
	top: 3px;
	z-index: 9;
}
#cart span {
	display: block;
}
#cart {
	width: 50%;
	float: left;
}
.wishlist_h {
	width: 50%;
	float: left;
}
.wishlist_h a, #cart > a {
	display: block;
	padding-left: 40px;
	position: relative;
}
.hidden_wish {
	display: none;
	text-indent: -9999px;
	height: 0;
	visibility: hidden;
	opacity: 0;
}
.wishlist_count, #cart-total {
	background: #ff7420;
	color: #fff;
	display: block;
	font-size: 10px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	width: 19px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.wish_text {

}



.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #f1f1f1;
}
.breadcrumb {
	padding: 12px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f9f9f9;
	border-radius: 0px;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.breadcrumb > li:after {
	top: 8px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.breadcrumb > li a {
	font-size: 12px;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#cart strong i {
	font-size: 20px;
	position: relative;
	top: 3px;
}
#cart strong {
	font-size: 14px;
}
.centered {
	max-width: 480px;
	margin: 0 auto;
	margin-top: 100px;
}
.centered .form-group a {
	margin-top: 15px;
	color: #ff5a00;
	position: relative;
	display: block;
}
#titleand {
	padding: 30px;
}
fieldset#account {
	width: 50%;
	float: left;
	padding: 30px;
}

fieldset#address {
	width: 50%;
	float: left;
	padding: 30px;
}
fieldset#parola {
	clear: both;
	padding: 30px;
}
fieldset#newsletter {
	clear: both;
	padding: 30px;
}




legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 20px;
	color: #222;
	border: 0;
	border-bottom: 1px solid #ebebeb;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
}
.form-control {
	display: block;
	width: 100%;
	height: 42px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ebebeb;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.text_account_already a {
	color: #ff5a00;
}
label {
	font-size: 14px;
	font-weight: normal;
	color: #777;
}
h1 {
	font-size: 43px;
	color: #222222;
	font-family: Work Sans, Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.35;
	margin-top: 0;
	text-align: center;
	margin-bottom: 40px;
}
.image_holder {
	background: #f1f1f1;
	width: 100%;
	text-align: center;
	padding: 50px;
	margin-bottom: 20px;
}


#content .table>tbody>tr>td, #content .table>tbody>tr>th, #content .table>tfoot>tr>td, #content .table>tfoot>tr>th, #content .table>thead>tr>td, #content .table>thead>tr>th {
	padding: 15px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #f1f1f1;
}
#content .table-bordered>tbody>tr>td, #content .table-bordered>tbody>tr>th, #content .table-bordered>tfoot>tr>td, #content .table-bordered>tfoot>tr>th, #content .table-bordered>thead>tr>td, #content .table-bordered>thead>tr>th {
	border: 1px solid #f1f1f1;
}








.sorted {
	font-size: 23px;
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
	line-height: 10px;
	color: #595957;
}

.cshape label {
	line-height: 34px;
	margin: 0;
}
.first_sel {
	display: inline-block;
}
.sec_sel {
	display: inline-block;
}
select#input-limit {
	width: 70px;
	display: inline-block;
	margin-left: 10px;
}
select#input-sort {
	width: 164px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
a.comprar {
	padding: 7px 12px;
	color: #fff;
	background-color: #222;
	float: left;
}
a.comprar:hover {
	color: #fff;
	background-color: #111;
	float: left;
}
.but_text_h {
	display: none;
}
.add_to_basket {
	padding: 10px 12px;
	background: #ff7420;
	color: #fff;
}
.add_to_basket:hover {
	background: #ff5a00;
}
.breadcrumb_h .breadcrumb {
	margin-bottom: 20px;
}
#column-left .list-group a.list-group-item,
#column-left .list-group .list-group-item {
	border: 1px solid #f1f1f1;
	color: #888888;
	background-color: #f9f9f9;
}
#column-left .list-group a.list-group-item.active,
#column-left .list-group a.list-group-item.active:hover,
#column-left .list-group a.list-group-item:hover {
	color: #444444;
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	text-shadow: none;
}
#column-left .panel-default {
	border-color: #f1f1f1;
	border-radius: 0;
}
#column-left .panel-default > .panel-heading {
	background-color: #f9f9f9;
	border-color: #f1f1f1;
	color: #444444;
}
#column-left .panel-default > .panel-body,
#column-left .panel-default > .panel-footer {
	background-color: #f9f9f9;
	border-color: #f1f1f1;
}
.product-thumb {
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
	overflow: visible;
	position: relative;
}
.product-thumb .button-group button {
	height: 41px;
}
.product-thumb .button-group button + button {
	height: 41px;
	background: #793105;
	color: #fff;
}
.product-thumb .button-group button + button + button {
	background: #222;
}
.product-grid .p_description {
	display: none;
}
.product-grid .product-thumb .caption {
	padding: 0 20px;
	min-height: 120px;
}
.product-list .add_to_basket span {
	font-size: 17px;
}


.thumbnail {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}


.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-bottom-color: transparent;
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1030;
}
.nav-tabs {
	border-bottom: 1px solid #ebebeb;
}
#content .col-sm-6 h1 {
	font-size: 30px;
	text-align: left;
	margin-bottom: 0;
}
#content .col-sm-6 h2 {
	font-size: 23px;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	color: #ff5a00;
	font-weight: bold;
}
.add_to_basket span {
	font-size: 12px;
}
.panel-title {
	font-weight: bold;
	text-transform: uppercase;
}

.pproduct #product #input-quantity {
	width: auto;
	min-width: 50px;
	display: inline-block;
	text-align: center;
}
.product_but {
	margin-top: 20px;
}

.product_but .btn {
	display: inline-block;
	width: auto;
	border: none;
	float: left;
}
.product_but .btn::after {
	content: "";
	clear: both;
}
.product_but .btn:nth-child(2) {
	display: inline-block;
	width: auto;
	min-width: 50px;
	height: 43px;
	background: #793105;
	color: #fff;
}
.product_but .btn:nth-child(3) {
	display: inline-block;
	width: auto;
	min-width: 50px;
	height: 43px;
	background: #222;
	color: #fff;
}
.product_but i {
	font-size: 20px;
}
.alert {
	color: #222;
	background-color: #f9f9f9;
	border-color: #ebebeb;
	border-radius: 0;
	border: none;
	margin: 15px;
}
.alert-success {
	border-top: 4px solid #157905;
}
.alert-info {
	border-top: 4px solid #31708f;
}
.alert::before {
	font-family: Linearicons-Free;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
}

.alert-success::before {
	content: "\e86d";
}
.alert-info::before {
	content: "\e87c";
}
.alert .fa {
	display: none;
}
.alert a {
	color: #ff5a00;
	font-weight: bold;
}





td.text-left a {
	color: #ff5a00;
	font-weight: bold;
}
.util_links_wrapper {
	border: 1px solid #ebebeb;
	width: 100%;
	display: block;
	margin-top: 20px;
}
.util_links_wrapper > div {
	padding-left: 70px;
}
.util_links_wrapper i {
	display: inline-block;
	font-size: 38px;
	color: #ff5a00;
	clear: both;
	position: absolute;
	top: 22px;
	left: 20px;
}
.util_links_wrapper h3 {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 4px;
}
.util_links_wrapper p {
	font-size: 13px;
	color: #777;
}
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	border-top: 1px solid #ebebeb;
	color: #777;
}
footer a {
	color: #777;
	font-size: 13px;
}
footer a:hover {
	color: #ff5a00;
}
footer h5 {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #ebebeb;
}
p.copywright {
	font-size: 13px;
	display: inline-block;
}
p.copywright a {
	font-weight: bold;
	color: #ff5a00;
}
.arti-media a {
	background-image: url(../image/arti-media-logo.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	opacity: 1;
	width: 17px;
}
.arti-media span {
	position: relative;
	right: 11px;
	top: -4px;
	font-size: 11px;
}
.arti-media {
	display: inline-block;
	float: right;
}

.tabpane {
	margin-top: 20px;
}
.pproduct thead {
	text-transform: uppercase;
	background: #f9f9f9;
}
.pproduct #content .table-bordered>tbody>tr>td {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 15px;
}
.pproduct #content .table-bordered>tbody>tr>td+td {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
}
.pproduct #content .table>thead>tr>td {
	padding: 5px 15px;
}
#tab-description ul {
	list-style-type: none;
	margin-left: 20px;
	clear: both;
}
#tab-description ul li {
	position: relative;
	font-size: 13px;
}
#tab-description ul li::before {
	content: "";
	background: #ff5a00;
	width: 6px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: -15px;
	transform: rotate(30deg);
}
.pproduct .nav-tabs>li>a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
.pproduct .nav-tabs>li.active>a {
	color: #ff5a00;
}
#tab-description img {
	max-width: 200px;
	display: inline-block;
	float: left;
	margin: 0 10px 20px 0;
}
#tab-description img + p {
	font-size: 12px;
}
#content > h2 {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial Black;
}
.product-thumb .price {
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #ff7420;
	/*font-family: "Arial Black";*/
}
#content .col-sm-6 h2 {
	position: relative;
	margin-bottom: 20px;
	font-family: "Arial Black";
}
.pproduct #content .col-sm-6 h2::after {
	content: "Preţurile conţin TVA";
	position: absolute;
	top: 26px;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	color: #777;
}
.product-thumb .price::after {
	content: "Preţurile conţin TVA";
	position: absolute;
	top: 21px;
	left: 0;
	font-size: 13px;
	font-weight: bold;
	color: #777;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 3px;
	font-size: 13px;
}



.pcart .col-sm-offset-8 .table-bordered {
	position: relative;
}
/*.col-sm-offset-8 .table-bordered::after {*/
/*content: "Preţurile conţin TVA";*/
/*position: absolute;*/
/*bottom: -28px;*/
/*right: 0;*/
/*font-size: 13px;*/
/*font-weight: bold;*/
/*color: #777;*/
/*}*/

.pcart .col-sm-offset-8 .table-bordered::after {
	content: "Preţurile conţin TVA";
	position: absolute;
	bottom: -28px;
	right: 0;
	font-size: 13px;
	font-weight: bold;
	color: #777;
}


/*.pcheckout .table-bordered::after {*/
/*content: "Preţurile conţin TVA";*/
/*position: absolute;*/
/*bottom: 78px;*/
/*right: 30px;*/
/*font-size: 13px;*/
/*font-weight: bold;*/
/*color: #777;*/
/*}*/


.pcheckout .table-bordered::after {
	content: "Preţurile conţin TVA";
	position: absolute;
	bottom: 79px;
	right: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
}

.dropdown-menu .table-bordered {
	position: relative;
}
.dropdown-menu .table-bordered::after {
	content: "Preţurile conţin TVA";
	position: absolute;
	bottom: -23px;
	right: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #777;
}

.ridicare_personala {
	background: #ff7420;
	color: #fff;
	padding: 2px 5px;
}
.pickup_warning {
	color: #777;
	font-size: 12px;
	margin-top: 2px;
	line-height: 12px;
}
.fullimage_wrapper {
	position: relative;
	border: 1px solid #ebebeb;
	width: 100%;
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0 70px;
	overflow: hidden;
}
.fullimage_wrapper h4 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 31px;
}
.fullimage_wrapper p {
	font-size: 15px;
}
.fullimage_wrapper span.orange_bold {
	font-size: 15px;
	color: #ff7420;
	font-weight: bold;
}
.fullimage_wrapper span.orange_back {
	font-size: 15px;
	background: #ff7420;
	color: #fff;
	padding: 4px 10px;
}
.fullimage_wrapper::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -10px;
	background-image: url(../image/lama-drujba.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 92px;
	background-position: -81px -12px;
}
.fullimage_wrapper::after {
	content: "";
	position: absolute;
	top: -33px;
	right: -46px;
	background-image: url(../image/lama-motocoasa.jpg);
	background-repeat: no-repeat;
	height: 183px;
	width: 131px;
	background-position: -3px 0;
}
.threeimage_wrapper img, .two_wrapper img {
	max-width: 100%;
}

.warning_image_holder {
	position: relative;
}
.warning_image_holder img {
	max-width: 100%;
}
.threeimage_wrapper, .two_wrapper {
	margin-top: 40px;
	margin-bottom: 30px;
}
.threeimage_wrapper .col-lg-4, .two_wrapper .col-lg-6 {
	text-align: center;
	margin-bottom: 20px;
}
.threeimage_wrapper .row div a::before,
.two_wrapper .row div a::before,
.fullimage_wrapper .warning_image_holder::before {
	background: rgba(255,255,255,0.2);
	bottom: 0;
	content: '';
	left: 50%;
	position: absolute;
	right: 50%;
	top: 0;
	z-index: 19;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.threeimage_wrapper .row div a::after,
.two_wrapper .row div a::after,
.fullimage_wrapper .warning_image_holder::after {
	background: rgba(255,255,255,0.2);
	bottom: 50%;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 19;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.threeimage_wrapper .row div:hover a::before,
.two_wrapper .row div:hover a::before,
.fullimage_wrapper:hover .warning_image_holder::before {
	content: "";
	background: rgba(0,0,0,0.2);
	left: 0;
	right: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
}

.threeimage_wrapper .row div:hover a::after,
.two_wrapper .row div:hover a::after,
.fullimage_wrapper:hover .warning_image_holder::after {
	content: "";
	background: rgba(0,0,0,0.2);
	bottom: 0;
	top: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
}
.threeimage_wrapper .row div a {
	z-index: 1;
}
.product-thumb .image a {
	display: block;
	position: relative;
	overflow: hidden;
}

.product-thumb .image img {
	opacity: 1;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.add_to_basket {
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.product-thumb:hover .image img {
	opacity: 0.8;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
.product-thumb:hover .add_to_basket {
	background: #ff5a00;
}
.product-thumb:hover .price {
	color: #ff5a00;
}
.product-thumb:hover .price::after {
	color: #999;
}
.threeimage_wrapper .row div a, .two_wrapper .row div a, .fullimage_wrapper .warning_image_holder {
	overflow: hidden;
}
.product-thumb .price-new {
	font-size: 19px;
	font-weight: bold;
	color: #c8161d;
	/*font-family: "Arial Black";*/
}
.product-thumb .caption h4 a {
	font-size: 18px;
	font-weight: bold;
}
.category_link {
	font-weight: bold;
	color: #ff7420;
}
.moto_warning {
	display: none;
}
.price-perc {
	position: absolute;
	right: 8px;
	top: 10px;
	background: #c8161d;
	color: #fff;
	padding: 5px 10px;
	box-shadow: 0 2px 6px -2px rgba(0,0,0,.4);
	font-size: 15px;
	z-index: 1;
}
.price_perc .price-new, #pproduct #content .price-new {
	position: absolute;
	left: 8px;
	top: 10px;
	background: #222;
	color: #ffffff;
	padding: 5px 10px;
	box-shadow: 0 2px 6px -2px rgba(0,0,0,.4);
	font-size: 13px;
	font-family: 'Work Sans';
	z-index: 1;
	font-weight: normal;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.product-thumb:hover .price_perc .price-new {
	top: -30px;
}



.product-thumb h4 {
	font-weight: bold;
	min-height: 40px;
}


.product-thumb .rating {
	padding-bottom: 23px;
}
.caption p.price i {
	top: -2px;
	position: relative;
}
.fp_carousel .product-thumb {
	position: relative;
}


.fp_carousel .product-thumb .price-perc {
	right: -8px;
	top: 10px;
}
.fp_carousel .product-thumb .price_perc .price-new {
	left: -8px;
	top: 10px;
}
.buburuza {
	top: -2px;
	position: relative;
}


.buburuza_top {
	top: -8px;
	left: -3px;
	position: relative;
}
.pspecial .product-thumb h4 {
	font-weight: bold;
	min-height: 40px;
	max-height: 40px;
	overflow: hidden;
}
.special_top {
	max-width: 100%;
}
/*.related_products .price_perc .price-new, #pproduct #content .price-new {*/
	/*position: absolute;*/
	/*left: 8px;*/
	/*top: 10px;*/
	/*background: transparent;*/
	/*color: #c8161d;*/
	/*padding: 5px 10px;*/
	/*box-shadow: none;*/
	/*font-size: 13px;*/
	/*font-family: 'Work Sans';*/
	/*z-index: 1;*/
	/*font-weight: normal;*/
	/*-webkit-transition: .4s ease;*/
	/*-moz-transition: .4s ease;*/
	/*-ms-transition: .4s ease;*/
	/*-o-transition: .4s ease;*/
	/*transition: .4s ease;*/
/*}*/

.related_products .product-thumb .price-new {
	font-size: 19px;
	font-weight: bold;
	color: #c8161d;
	/* font-family: "Arial Black"; */
}

.related_products .product-thumb .caption {
	padding: 0 20px;
	min-height: 130px;
}
#pproduct #content .related_products .price .price-new {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	background: transparent;
	font-size: 19px;
	font-weight: bold;
	color: #c8161d;
	padding: 0;
	box-shadow: none;
	top: 1px;
	left: 0px;
}

a.slider_but {
	color: #fff !important;
}

a.slider_but:hover {
	color: #c8161d !important;
}

#d_quickcheckout .panel-default > .panel-heading {
    color: #fff !important;
    background-color: #ff7420 !important;
    border-color: #ff7420 !important;
}