.products-small .product-item .delete_basket_preview {
  float: right;
  color: #dedede;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  background-image: url(../images/black_cross.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
  opacity: 0.3;
  background-color:transparent;
  border-radius:0;
  box-shadow:none;
  line-height:normal;
  padding:0;
  position:static;
}

.products-small .product-item .delete_basket_preview:hover{
	box-shadow:none;
	border:none;
	color:#DEDEDE !important;
}

.products-small .product-item .delete_basket_preview:hover {
  opacity: 1;
  filter: alpha(opacity=1);
  color: #000000;
  text-decoration: none;
}

.ArticleOrderForm {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}

.ArticleOrderForm select{
  border: none;
  padding-top: 7px;
  font-family: 'Open Sans', Arial;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 15px;
  font-size: 12px;
  width: 170px;
  margin-bottom: 0;
}

.woocommerce-pagination .articlePages,
.woocommerce-pagination .prev,
.woocommerce-pagination .next{
	display:block;
	float:left;
}

.woocommerce-pagination .prev{
	margin-right:5px
}

.woocommerce-pagination .prev a,
.woocommerce-pagination .next a {
  font-size: 14px;
  display: block;
  padding: 2px 0;
  width: 26px;
  text-align: center;
  border: 1px solid #e2e2e2;
}

.articlePages a {
	display:inline-block;
	margin-right: 5px;
	padding:2px 8px 3px;
	border:1px solid #E2E2E2; 
}

.articlePages a:hover,
.articlePages a.articlePages_activeLink,
.woocommerce-pagination .prev a:hover,
.woocommerce-pagination .next a:hover {
  border:1px solid #ED1C2E;
  text-decoration: none;
  color:#ED1C2E;
}

.articlePages_DotEnd,
.articlePages_DotStart {
  color: #6f6f6f;
  padding:2px 8px 3px;
  border: none;
}

.woocommerce-pagination .next a,
.woocommerce-pagination .prev a{
  font-size: 0;
  text-indent: -99999px;
  padding: 0;
  height: 27px;
  width: 26px;
  line-height: 34px;
  position:relative;
}
.woocommerce-pagination .prev a:before{
  content: "\66";
  font-family: "arrows";
  font-size: 14px;
  color: #6f6f6f;
  position: absolute;
  top: -5px;
  right: 10px;
  /*float: left;*/
  /*display: block;*/
  text-indent: 0;
}
.woocommerce-pagination .prev a:hover:before {
  color: #ed1c2e;
}

.woocommerce-pagination .next a:before {
  content: "\df";
  font-family: "arrows";
  font-size: 14px;
  color: #6f6f6f;
  /*float: left;*/
  position: absolute;
  left: 10px;
  top: -5px;
  /*display: block;*/
  text-indent: 0;
}

.woocommerce-pagination .next a:hover:before {
  color: #ed1c2e;
}

.single-product-sidebar .product-brands{
	width:100%;
}

.single-product-page .product-info .single_variation_wrap .button {
  float: left;
  position: relative;
  margin-bottom: 20px;
}

.single-product-page .product-info .button {
  float: none;
  position: inherit;
  margin-bottom: 0;
}

.add_basket_ajax.big{
	font-size:20px;
	padding:10px 35px;
	cursor:pointer;
}

#searchModal .button{
	padding:10px 20px 11px;
}

#searchModal input[type="text"]{
	left: 0;
	transform: none;
}

.PlentyWebshopPopup{
	left: 50%;
    transform:none;
    max-width: 450px;
    top:10% !important;
    position:fixed;
    width: 90%;
	margin-left:-225px;
}

#PlentyWebshopPopup_AfterItem2Basket{
	background:#fff;
}

#PlentyWebshopPopup_ErrorMessage{
	background:#F45B5B;
}

.plentyErrorBox{
	background:#F45B5B !important;
	width:auto !important;
}

.plentyMessageBox{
	width:auto !important;
	background:#98C391 !important;
}

.product_meta .plentyErrorBox{
	padding:10px;
	margin-bottom:10px;
	color:#fff;
}

#PlentyWebshopPopup_ErrorMessage .plentyErrorBox{
	background-image:none;
	margin:0;
}

.plentyErrorBoxTitle{
	background-image: url(../images/alert-2.png) !important;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #f45b5b !important;
	padding-left: 46px !important;
	font-size: 24px !important;
}

.plentyMessageBoxTitle{
	background-image: url(../images/alert-3.png) !important;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #98C391 !important;
	padding-left:25px !important;
	font-size:24px !important;
	display:block;
}

.PlentyWebshopPopup > div{
	border: 1px solid #EBEBEB;
    margin: 15px;
}

.PlentyWebshopPopupCloseButton{
	cursor:pointer;
}

.single-product-page .product-info .short-description{
	float:none;
	margin-top:0;
	margin-bottom:10px;
}

.single-product-page .product-info .posted_in{
	margin-bottom:10px;
}

.single-product-page .product-info .short-description{
	margin-bottom:25px;
}

#loginregModal{
  top: 10%;
}

#loginregModal > div{
  border: 1px solid #ebebeb;
  margin: 15px;
}

#loginregModal .modal-body {
  padding-top: 10px;
}

#loginregModal .modal-header {
  padding: 17px 20px 0;
  border-bottom: 0;
}

#loginregModal .modal-header .close {
  font-size: 0;
  background-color: white;
  background-image: url(../images/black_cross.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  margin-top: 2px;
}

#loginregModal .modal-header .close:hover {
  opacity: 0.6;
}

#loginregModal {
  width: 310px;
  margin-left: 0;
  float: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 85%;
}

.article_rating_column_left{
	width:10%;
}

.page-404{
	padding:0;
}

.product_meta .stock{
	margin:10px 0;
}

.product_meta .stock span{
	color:#6F6F6F;
}

.pl-vat{
	font-size:11px;
	color:#6F6F6F;
}

.single-product-page .product-info .pl-vat{
	float:left;
	padding:20px 0 0 5px;
}

.single-product-page .slide-item .product .pl-vat,
.slide-item .product .pl-vat,
.products-grid .product .pl-vat{
	float:none;
	padding:0;
}

.single-product-page .single-product-sidebar.sidebar-right .pl-vat{
	float:none;
	padding:20px 0 0 20px;
}

.slide-item .product .price,
.products-grid .product .price{
	margin-bottom:0;
}

.slider-container.sidebar-slider-flex .flex-direction-nav .flex-prev,
.slider-container.sidebar-slider-flex .flex-direction-nav .flex-next{
	bottom:27px;
}

.pl-charactergroups .CharacterFilterGroupName{
	display:block;
	border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 17.5px;
    color: #000000;
    font-family: Georgia, Arial;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pl-charactergroups .NavigationGroupFilter{
	margin-bottom:30px;
}

.pl-charactergroups .NavigationGroupFilter label > input,
.ProducerFilterElement  label > input{
	margin-right:8px;
	vertical-align:middle;
	position:relative;
	top:-1px;
	width:16px;
	height:16px;
	background:none;
	-webkit-appearance: checkbox;
}

.pl-charactergroups .NavigationGroupFilter label,
.ProducerFilterElement  label{
	display:block;
}

/* DROPDOWN */

/* dropdown container */
.plentyAttributeSelectHasDropdown {
position: relative;
}
/* height if dropdown closed */
.plentyAttributeSelectHasDropdown,
.plentyAttributeSelectHasDropdown > div,
.plentyAttributeSelectHasDropdown > .plentyAttributeSelectWrapperInnerClosed:hover {
height: 30px;
}
/* openable container */
.plentyAttributeSelectHasDropdown > div {
position: absolute;
/*width: 100%;*/ /*has conflict with parent clearfix*/
overflow: hidden;
background: #ffffff;
border: 1px solid #cccccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width:50%;
}
/* open dropdown if hovered */
.plentyAttributeSelectHasDropdown:hover > div {
height: auto;
z-index: 10000;
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

/* selectet item */

/* value (all) */
.plentyAttributeSelectedValue,
.plentyAttributeSelectValue > a {
padding: 0 0 0 7px;
white-space: nowrap;
}
/* value selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue {
	position: relative;
	padding:5px 20px 0 8px;
	height:30px;
}
/* arrow container */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow {
position: absolute;
right: 2px;
top: 8px;
width: 12px;
height: 12px;
}
/* arrow inner */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow > span {
display: inline-block;
border-style: solid;
border-width: 5px;
border-color: #999999 transparent transparent;
}
/* arrow hover */
.plentyAttributeSelectHasDropdown > div:hover .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow > span {
border-color: #777777 transparent transparent;
}


/* list */

/* list wrapper */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper {
max-height: 108px; /*adapt to height of li*/
overflow-y: auto;
overflow-x: hidden;
}
/* ul */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul {
	padding:0;
}
/* li */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li {
height: 18px;
}
/* a */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a {
display: block;
padding-right: 20px;
white-space: nowrap;
}
/* li hover / a focus */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li:hover a,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a:focus {
background: #eeeeee;
color: #000000;
cursor: pointer;
}
/* reset li hover / a focus if disabled */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled:hover a,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled a:focus {
background: transparent;
color: #000000;
}
/* li / a selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectSelected a {
background: #eeeeee;
}
/* value & markup */
.plentyAttributeSelectValueName {
/*float: left;*/
}
.plentyAttributeSelectValueMarkup {
padding-left: 5px;
/*float: right;*/
}

.ArticleList .sidebar .banner .banner-content{
	left:12px;
}

.products-grid .star-rating{
	display:block;
}

#PlentyWebshopOverlay{
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

#PlentyWebshopPopup_ErrorMessage .PlentyWebshopOverlayClose{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #F45B5B;
	top: -20px;
	right: -20px;
}

#PlentyWebshopPopup_ErrorMessage .PlentyWebshopOverlayClose::after{
	position: absolute;
	content: "X";
	color: #FFF;
	top: 0px;
	left: 5px;
	font-weight: bold;
	font-size: 14px;
}

.product-grid .product-image-wrapper a{
	display:block;
	width:100%;
	background-color:#fff;
}

.product-grid .product-image-wrapper a img{
	max-height:100%;
}

.product-grid .product-content-image{
    white-space: nowrap;
}

.product-grid .product-content-image > img{
	vertical-align: middle;
    max-height: 100%;
    max-width: 90%;
}

.product-grid .product-content-image .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
	.custom-info-wrap{
		display:none;
	}
}

@media screen and (max-width: 979px) {
	 .single-product-page .product-info .product_meta,
	 .page-content.sidebar-position-left .sidebar-left{
	 	float:none;
	 }
	 
	.tabs .tab-title.opened{
	border-bottom:none;
	}
	
	.tabs .tab-title{
		border-top:none;
	}
	
	.ArticleList .content.col-md-9,
	.Search .content.col-md-9{
		float:none;
	}
	
	.fixed-header .search-link::before{
		top:0;
	}

}

@media screen and (max-width: 768px) {
	.single-product-page .product-info .price,
	.product_meta .stock{
		text-align:center;
		width:100%;
	}
	
	.PlentyWebAttributeTitle,
	.PlentyWebAttributeSelect{
		text-align:center;
	}
	
	.single-product-page .product-info .pl-vat{
		width:100%;
		padding:0;
		text-align:center;
	}
	
	.quick-view-popup .product-info .price,
	.single-product-page .product-info .price{
		margin-bottom:0;
	}
	

}

@media screen and (max-width: 700px) {
	.woocommerce-pagination .articlePages a,
	.woocommerce-pagination .articlePages .articlePages_DotStart{
		display:none;
	}
	
	.woocommerce-pagination .articlePages .articlePages_activeLink{
		display:inline-block;
	}
	
}

@media screen and (max-width: 480px) {
	.pl-charactergroups{
		width:100%;
	}
	
	.top-bar .row{
		margin:0;
	}
	
	.top-bar .search {
		margin-right:0;
	}
	
	.header .shopping-cart-widget{
		left:0;
		transform: none;
	}
}

@media screen and (max-width: 445px) {
	.PlentyWebshopPopup {
		left: 0;
		transform: none;
		max-width: 450px;
		top: 10% !important;
		position: fix;
		width: 100%;
		margin:0;
	}
	
	.PlentyWebshopPopup .button{
		display:block;
		float: none !important;
	}
	
	.PlentyWebshopPopup .button.left{
		margin-bottom:8px;
	}
	
	#searchModal {
		width: 100%;
		left: 0;
		transform: none;
	}
}
