/*header and footer*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
    width:100%;
}

@media (max-width: 480px) {
	body {
	  font-size: 16px;
	}
  }  

.searchOnTopMenu {
	background: rgb(206, 37, 39) none repeat scroll 0% 0%;
	display: none;
	position: fixed;
	top: 0;
	z-index: 100;
	color:black;
    height: 40px;
    width: 75%;
}
.textOnTopRight {
    padding: 10px 0px;
}
.blackLink{
	color:#fff;
	font-weight:bold;
}
.btn-buy-now {
    padding-bottom: 9px;
}
.buy-now__btn-buy-now {
    background-color: #000;
	padding: 9px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 40px;
    border-radius: 0 3px 3px 0 !important;
    display: inline-block;
    padding-top: 8px !important;
    width: 50%;
    cursor: pointer;
}
.cart-icon__btn-buy-now {
    background-color: #CE2527;
	padding: 9px;
	padding-left:5%;
	border-radius: 3px 0 0 3px;
    height: 40px;
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 9px;
}
.buynow-container {
    width: 70%;
    height: 40px;
    background: #000;
    margin: auto;
    padding: 0px;
    margin-bottom: 15px;
    border-radius: 5px;
    cursor: pointer;
}
.buynow-icon {
    width: 25%;
    height: 40px;
    background: #d02427;
    float: left;
    padding-top: 8px;
    border-radius: 5px 0 0 5px;
    text-align: center;
}
.buynow-text {
    margin-left: 25%;
    height: 40px;
    color: #fff;
    padding-top: 10px;
    border-radius: 0 5px 5px 0;
    font-weight: 900;
    text-align: center;
}
.buynow-input {
    background-color: #e11111;
    border: 0px;
}

.products-grid__qty {
    margin-left: 100px !important;
}

.bottom-pagination {
	margin: 0 !important;
	position: relative;
}

.listing_addAllToCart {
    background-color: #337ab7 !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-shadow: none;
    background-repeat: no-repeat;
    background-image: none;
}

@media only screen and (max-width: 477px) {
	.bottom-pagination {
		margin-top: 10px !important;
	}
}

.conditions {
    font-size: 10px;
    color: #1E90FF;
}
#conditions-hidden {
	position: absolute; 
	left: 50%; 
	margin-left: -168px; 
	background: #1E90FF; 
	padding: 5px; 
	border-radius: 22px; 
	margin-top: 5px; 
	opacity:0; 
	z-index: 10;
	pointer-events: none;
}

.whiteText{
	color: #fff;
}
a.blackLink:hover{
	color: #fff;
}

.home-finder {
	height: 67px;
	font-size: 20px;
	/* text-align-last: center; */
}

@media only screen and (min-width: 1600px) {
	#sort-option {
		width: 228px;
		margin-top: -10px
	}
}


@media only screen and (max-width: 1600px) {
	#sort-option {
		bottom: 10px;
		left: 130px;
		width: 228px;
		margin-top: -10px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	#sort-option {
		margin-right: 205px;
		margin-top: -2px
	}
}

@media only screen and (width: 768px) {
	#sort-option {
		margin-right: 228px;
	}
}

@media only screen and (width: 768px) {
	#sort2 {
		margin-left: -8px;
	}
}

@media only screen and (width: 1024px) {
	#sort2 {
		margin-right: 16px;
	}
}

.change-address-buttons-wrapper a {
    float: right;
}
@media only screen and (max-width: 767px) {
	.sort-by-category-category {
		left: 62px !important;
    }
    .change-address-buttons-wrapper a {
        float: left;
    }
    .add-new-address {
        margin-bottom: 10px;
    }
    body {
        overflow: scroll;
    }
}

.removeMarginBottom {
	width: 120px;
}

.aroundNumber {
	border-radius: 50%;
	/*    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	margin-top:-34px;
	margin-left:15px;
	z-index:110;
	width: 25px;
	padding: 3px;
	background: #f6dd29 !important;
	color: #333;
	text-align: center;
	font: 16px Arial, sans-serif;
}
.searchOnTop {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	max-width:1588px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	z-index: 110;
	margin-left:-25px;
	width: 105%;
	padding:10px 0;

}

@media only screen and (width: 1024px) {
	.searchOnTop {
		margin-left: -16px !important;
	}
}

.imageSearchOnTop{
	width:200px;

	max-width: 100%;

}
.searchButtonOnTop{
	height:34px;
	padding: 8px 10px;
}

.searchButton {
	height: 35.4px;
}

.cart_productsOnTop{
	background-color: #CE2527;
	padding: 8px 15px;
	text-align: center;
	color: #fff;
	float: right;
	font-weight: bold;
	height: 34px;
	border-radius: 0 3px 3px 0 !important;
}
/*eof 15-03-2018*/
.header_top{
	padding: 20px 0 0 0;
	color: #3d3d3d;
	background: #fff; /* Old browsers */
	/* padding-top: 4px; */
}

.header_phone{
	padding-top: 5px;
	font-size: 23px;
	text-align: justify;
}

.lang-link {
    text-align: right;
    font-weight: bold;
    padding-top: 6px;
    width: 100%!important;
}
.lang-link a{
	padding:0 7px;
}
.phoneBlackFont {
    font-size: inherit!important;
}
header > div.top-bar > div.lang-link > a:nth-child(3){
	padding-right:0;
}

.phone span span{
	margin-left: 10px;
	font-weight: bold;
	text-align: left;
}
.nopadDesktop{
	padding-right:0;
	padding-left:0;
}

.social_media p{
	font-size: 19px;
	margin: 0;
}

.social_media img{
	padding-right: 10px;
	width: 35px;
}

.cart{
	text-align: right;
	padding-right: 45px;

}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.cart{
		padding-right: 0;
	}
}

.cart a{
	color:#000;
}

.cart_basket{
	background-color: #CE2527;
	padding: 9px;
	width: 75px;
	padding-left:5%;
	float: right;
	border-radius: 3px 0 0 3px;
	height: 40px;
}

.cart_products{
	background-color: #1E90FF;
	padding: 9px;
	text-align: center;
	width: 100%;
	color: #fff;
	float: right;
	font-weight: bold;
	height: 40px;
    border-radius: 3px !important;
    border: none;
}

.cart_products:hover {
    background-color: #0080ff;
}

.cart-qtybuynowcont {
	margin-left: -71px;
	width: 125%;
}

@media only screen and (width: 1024px) {
	.product-qtyplusminus-wrap {
		margin-left: 56px;
	}
	
	.cart-qtybuynowcont {
		margin-left: -27px;
		width: 125%;
	}
}

@media only screen and (width: 1280) {
	.product-qtyplusminus-wrap {
		margin-left: 59px;
	}
	
	.cart-qtybuynowcont {
		margin-left: -68px;
		width: 140%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.cart_products {
		width: 70%;
	}
}

@media only screen and (max-width: 990px) {
	.grid-buynow {
		margin-left: 16px;
	}
}

@media only screen and (max-width: 387px) {
	.paypal-btn-wrap {
		margin-top: -33px;
	}
}

.cart_products_SM{
	background-color: #000;
	padding: 9px;
	text-align: center;
	width: 80%;
	color: #fff;
	float: right;
	font-weight: bold;
	height: 50px;
	border-radius: 0 3px 3px 0 !important;
}
.cart_basket_SM{
	background-color: #CE2527;
	padding: 9px;
	width: auto;
	padding-top:15px;
	padding-left:3px;
	float: right;
	border-radius: 3px 0 0 3px;
	height: 50px;
}

.addProductMinus{
	width:20px;
	height:20px;
	padding:0px!important;
}

.addProductPlus{
	margin-right:130px;
	width:20px;
	height:20px;
	padding:0px!important;
}

.addProductQTY{
	text-align:center;
	padding: 5px;
	width: 60px!important;
	margin-left:5px;
	margin-right:5px;
}

.cart_products a{
	color: #fff !important;
	font-weight: bold;
}

.phone {
	padding-top: 1.5rem;
}

.header_top .phone {
	float: right;
}

.cart_links{
	float: right;
	padding: 10px 0;
	text-align: right;
	padding-top: 0;
}

@media only screen and (max-width: 768px) {
	.cart_links {
		padding-top: 2px;
	}

	.goneMobile,
	.cart_links a:first-of-type{
		display: none;
	}
	.cart_links {
		position: relative;
		float: right;
		padding: 9px 2px;
		margin-top: 20px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	
	.logoMobile {
		width: 60%;
		left: 20%;
		top: 45px;
		float: left;
		position: relative;
		transform: translateY(-50%);
		z-index:1000;
	}
	.noMargin2 {
		margin-top: -19px;
    }
}

.main-header {
	height: 35.4px;
}


@media only screen and (max-width: 768px) {
	.main-header {
		height: initial;
	}
}

.cart_shopping_cart{
	color: #333!important;
	font-weight: bold;
}


.cart_links a{
	color: #3d3d3d;
	font-weight: normal;
	font-size: 18px;
}
.phoneBlackFont:hover{
	color: #3d3d3d !important;
	text-decoration: underline !important;
}

.cart_links .phone a{
	font-size: inherit;
	margin-top:22px;
}

.main-menu{
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	margin-top: 10px;
}

.main_menu_header{
	border: none;
}

.main-menu ul a{
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	text-shadow: none !important;
	transition: background-color .2s ease, color .2s ease;
}

.main-menu ul a:hover{
	color: #272424 !important;
	text-decoration: none;
	background-color: #eee !important;
}

.footer{
	padding: 30px !important;
	border-bottom: none !important;
	border-top: 2px solid #000;
}

.footer a:hover{
	color: #fff;
}

.footer_menu ul{
	float:left;
	padding: 0;
	margin-right: 45px;
}

.footer_menu li{
	list-style: none;
}

.footer_menu li a{
	color: #3d3d3d !important;
	font-weight: bold !important;
	text-transform: uppercase;
	font-size: 13px;
}

.footer_menu li a:hover{
	color: #ec1f27 !important;
	text-decoration: none;
}

.footer_img{
	float:right;
	width: 25%;
}

@media only screen and (max-width: 600px) {
	#formSort {
		margin-top: 28px !important;
	}
}

body {
	font-family: 'Open Sans', sans-serif !important;
}

div.checkbox input[type="checkbox"]{
	margin-left: -20px !important;
}

.error-message{
	text-align: right;
	color: #ec1f27 !important;
}

.has-error .control-label{
	color: #111;
}

.container-fluid{
	padding: 0 !important;
}

.img{
	width: 100%;
}

.background_red{
	background: #cf2327;
}

.red,
.red:hover,
.message.error{
	color: #cf2327 !important;
}

.gry,
.gry:hover{
	color: #5b5959 !important;
}

.message.error{
	padding: 15px 0 !important;
	text-align: center;
	background: #e7e7e7;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 5px 0 10px 0;
}

input,
select,
textarea{
	border: 1px solid #000 ;/*important;*/
	border-radius: 0 !important;
}

.title_customize{
	background-color: #CE2527 !important;
	padding: 9px 5px !important;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	margin-top: 0 !important;
}

.btn_customize{
	background: #cf2327 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none !important;
	border-color: #cf2327 !important;
	border-radius: 0px !important;
}
.btn_customize_blue{
	background: #1E90FF !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	border-color: #07c;
	border-radius: 3px !important;
	text-shadow: none !important;
	padding: 10px 12px;
	line-height: 1.42857143;
	text-shadow: none !important;
	border-color: #07c !important;
	border-radius: 3px !important;
}
.btn_customize_grey {
    background-color: #565454 !important;
    border: none;
}

@media only screen and (max-width: 400px) {
	.mycart-checkout {
		margin-top: 0;
	}
}

@media only screen and (max-width: 379px) {
	.poPayWrapper {
		margin-top: -34px;
	}
}

.btn_customize_green{
	background: #3e8f3e!important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none !important;
	border-color: #3e8f3e !important;
	border-radius: 3px !important;
}

.btn_customize_add_cart{
	/* background: url('../img/btn_cart.png') no-repeat !important; */
	width: 350px;
	height: 36px;
	border: none!important;
	box-shadow: none !important;
}

.btn_customize_sm{
	text-transform: none !important;
}

.btnCouponApply{
	height:22px;
	margin-top:0px;
	padding: 0px 12px!important;
	margin-bottom:0px;
}
.inputCouponApply{
	height:22px!important;

}

.btn_customize_gry{
	background: #5b5959 !important;
	border-color: #5b5959 !important;
}

.btn_customize_black{
	background: #111 !important;
	border-color: #111 !important;
}

.alert_customize{
	background: #e5d6d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0ece9 0%, #c5d6de 100%, #7F96A3 102%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f0ece9 0%,#c5d6de 100%,#7F96A3 102%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f0ece9 0%, #c5d6de 100%, #7F96A3 102%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	/*	background: linear-gradient(to bottom,  #e5d6d5 0%,#be9692 100%,#6d514f 102%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ece9 ', endColorstr='#7F96A3 ',GradientType=0 ); /* IE6-9 */
	border: none;
}

.breadcrumb{
	background: #CE2527 !important;
	border-bottom: none;
	border-radius: 0;
	padding: 10px 0 ;
	margin: 0 -15px !important;
	text-align: center;
}

.breadcrumb a{
	color: #fff !important;
	font-size: 16px;
}

.breadcrumb a:hover{
	text-decoration: none;
}

.breadcrumb>li+li:before{
	color: #fff;
}

.pagination>.pagination{
	margin: 0;
	margin-left: 10px;
}

.pagination .active>a{
	background: #eaeaea !important;
	border-color: #ec1f27 !important;
}


.pagination a{
	color: #ec1f27 !important;
}

.users .box{
	margin-bottom: 25px;
}

.users legend{
	border: none;
	color: #ec1f27;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.users .users_box{
	border: none;
	border-radius: 2px;
	padding: 15px 10px 0 10px;
}

.users .users_box label{
	text-align: left;
}

.users .menu{
	padding-left: 10px;
}

.users .menu li{
	list-style: none;
}

.users .menu li a{
    font-size: 16px;
	padding-left: 20px;
	color: #111 !important;
	font-weight: bold;
}

.users .menu .container {
    padding: 10px;
    margin: 3px;
    border-radius: 3px;
    border: 1px solid black;
    width: 100%;
}
.users .menu .container:hover {
    background-color: #ebebeb;
}
.myaccount-header {
    color: #565454 !important;
}

.address  .background_red p{
	margin: 5px 0 !important;
}

.address  .background_red {
	margin-bottom: 10px;
}

/* left and right side*/
.left_menu_title,
.right_menu_title{
	background-color: #d02427 !important;
	color: #fff;
	padding: 10px 5px !important;
	text-transform: uppercase;
	font-size: 14px;
	margin:0 !important;
	font-weight: bold;
}

.refine_menu_title{
	background-color: #d02427 !important;
	color: white;
	border: 1px solid black;
	padding: 10px 5px !important;
	text-transform: uppercase;
	font-size: 14px;
	margin:0 !important;
	font-weight: bold;
	text-align: left
}

.left_menu_content,
.right_menu_content{
	border: none;
}

.left_menu_content #navbar-collapse-2,
.right_menu_content{
	background-color: #fbfbfb;
	padding: 0 !important;
}


.nicescroll-rails{
	background-color: #b8b8b8 !important;
}

.nicescroll-rails>div{
	width: 12px !important;
}

.left_menu_content ul{
	width: 100%;
	padding-left: 5px !important;
}

.left_menu_content li.selected{
	border: 1px solid #e71e26;
	border-radius: 10px;
}


.left_menu_content li a,
.right_menu_content li a{
	color: #000 !important;
	font-weight: bold;
	padding: 0 15px !important;
	display:block;
}


.left_menu_content li a:hover,
.right_menu_content li a:hover{
	background: none !important;
	text-decoration: underline;
}

.right_menu_content li a{
	font-size: 13px;
}

.left_menu_content  .categories_level_1 li a,
.left_menu_content  .categories_level_2 li a{
	font-size: 10px;
}

.left_menu_content  ul ul{
	padding-left: 10px !important;
}

.left_menu_content li,
.right_menu_content li{
	/*border-top: 1px solid #e1e1e1;*/
	padding: 5px 0 5px 5px !important

}

.left_menu_content .arrow-left,
.right_menu_content .arrow-left,
.users .arrow-left,
.category-list .arrow-left{
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: 0;
	top: 0.9em;
	position: relative;
	display: none;
}

.left_menu_content .arrow-left-red{
	border-color: transparent #e71e26;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: 0;
	top: 0.9em;
	position: relative;
}

.left_menu_content .arrow-left-blue{
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: 0;
	top: 0.9em;
	position: relative;
}

.left_menu_content .arrow-bottom{
	border-color:  #111 transparent;
	border-style: solid;
	border-width: 0.45em 0.35em  0 0.35em;
	display: block;
	height: 0;
	width: 0;
	left: 0;
	top: 0.9em;
	position: relative;
}

.reset_pass_btn {
	margin-top: -10px;
}

.reset_pass_btn a{
	color: #3d3d3d !important;
	font-weight: bold;
}

.right_menu_content hr{
	border-color: #e1e1e1;
}

.right_menu_content{
	padding: 10px 0px !important;
}

/* products */
.product-preview{
	border-color: #000 solid 0.1em;
	border-radius: 0.5 !important;
	background: #fff;
}

.product-preview-grid{
	min-height: 475px;
	position: relative;
}

.product-preview-grid a{
	width:100%
}

.product-preview a{
	color: #000;
	font-weight: bold;
	display: block;
}

.product-preview img.instock{
	border: none !important;
}

.product-preview .price{
	font-weight: bold;
}

.product-preview p.big{
	font-size: 16px;
}

.product-preview .cart_basket{
	width: 20%
}

.instock{
	border-color: #000;
	border-width:2px;
}

.product .product-preview {
	background: none;
	height: auto;
	padding: 0;
}

.product .table td{
	border: none;
}

.product .details{
	padding: 20px;
	min-height: 250px;
}

.product .arrow-black{
	border-color: transparent #111;
	border-style: solid;
	border-width: 0.55em 0 0.55em 0.65em;
	display: block;
	height: 0;
	width: 0;
	left: 0;
	top: 46%;
	position: absolute;
}

.product .arrow-white{
	border-color: transparent #fff;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.55em;
	display: block;
	height: 0;
	width: 0;
	left: -1px;
	top: 46%;
	position: absolute;
}

.product .arrow-black-bottom{
	border-color:  #111 transparent;
	border-style: solid;
	border-width: 0.65em 0.55em  0 0.55em;
	display: block;
	height: 0;
	width: 0;
	left:46%;
	top: 0;
	position: absolute;
	display: none;
}

.product .arrow-white-bottom{
	border-color:  #fff transparent;
	border-style: solid;
	border-width: 0.55em 0.5em  0 0.5em;
	display: block;
	height: 0;
	width: 0;
	left: 46%;
	top: -1px;
	position: absolute;
	display: none;
}

.category-list{
	padding-left: 25px;
}

.category-list a{
	color: #111 !important;
	padding-left: 20px;
	font-weight: bold;
	font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .category-list a {
        font-size: 16px !important;
        padding-left: 0px;
    }
    .category-list{
        padding-left: 0px;
    }
}

.popover{
	border: 1px solid red !important;
}

.popover-title{
	border: none !important;
	background: #fff !important;
	font-size: 12px !important;
}

.popover-content{
	padding: 0 !important;
	margin: 0 !important;
}

.popover.top > .arrow {
	border-top-color: red !important;
}

.div_btn{
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* brands */
.brands img{
	max-width: 100%;
}

.brands a{

	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid transparent;
}


@media only screen and (min-width: 600px) {
	.brands a{
		width: 48%;
	}
}
@media only screen and (min-width: 900px) {
	.brands a{
		width: 25%;
	}
}

@media only screen and (min-width: 1200px) {
	.brands a{
		width: 18%;
	}
}

.brands a:hover {
	background: white;
	border: 1px solid #e2e2e2;
}

.brands{
	background: #f6f6f7;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	clear: both;
	padding: 30px;
}
.brands .brand-message{
	flex-basis: 100%;
	text-align: center;
	max-width: 90%;
	padding: 20px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.6;
}

/* specials */

.specials{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	flex-flow: column-reverse;
}

@media only screen and (min-width: 900px) {
	.specials{
		flex-flow: row wrap;
	}
	.brands{
		padding: 30px;
	}
}


.specials h2{
	background: none;
	padding: 0;
	text-align: left;
	font-size: 34px;
	font-weight: bold;
}
.specials .big{
	color: #f20508;
	font-weight: bold;
	font-size: 40px;
}
.specials p {
	font-size: 24px;
}
.specials .img-left{
	padding: 30px;
	flex: 1.4;
	text-align: center;
}
.specials .img-left img{
	max-width: 400px;
}
.specials .txt-right{
	flex: 2;
}
.bullzeye-btn{
	margin-top: 10px;
	font-size: 20px;
	color: #000;
	display: inline-block;
}
.bullzeye-btn img{
	max-width:60px;
	display: inline-block;
	margin-right: 10px;
}


/* Competitive edge */
.competitive{
	background-repeat: no-repeat;
	background-color: #fff;
	color: #000;
	padding: 20px 30px;
	/*padding-top: 36.3%;*/
	padding-top: 775px;
	font-size: 18px;
	text-align: center;
	background-position: center;
}

@media only screen and (min-width: 500px) {
	.competitive{
		padding-top: 0px;
	}
}

.sort-by-category {
	position: relative;
	left: 62px;
}


/** ccpayment **/
.ccpayment form img{
	display: none !important;
}

.ccpayment form table{
	width: 100%;
	font-family: 'Open Sans', sans-serif !important;
	border: 0px solid transparent;

}

.ccpayment form>table>tbody>tr>td>table>tbody>tr:nth-child(2),
.ccpayment form>table>tbody>tr>td>table>tbody>tr:nth-child(3){
	display: none;
}

.ccpayment form>table>tbody>tr:nth-child(1)>td,
.ccpayment form>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr:nth-child(1)>td{
	padding: 10px 0;
	font-size: 16px !important;
	text-align: center;
}

.ccpayment form>table>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>table td{
	padding: 7px 15px;
}

.ccpayment input[type="button"]{
	background: #CE2527 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none !important;
	border-color: #CE2527 !important;
	border-radius: 3px !important;
	padding: 10px;

}

/* LARGE */
@media screen and (min-width: 992px) and (max-width: 1200px) {

	.home-finder {
		height: 44px;
		font-size: 17px;
		text-align: center;
	}

	.product-preview .cart_basket{
		width: 27%;
	}

	.product-preview .cart_products{
		width: 73%;
	}

	.product-preview .cart {
		margin: 0 15px;
	}

	.product-preview {
		/*height: 385px;*/
		height: 185px;
	}

	.cart_basket{
		width: 20%;
	}

	.cart_products{
		width: 80%;
	}

	.header_phone {
		font-size: 17px;
	}

	.main-menu ul>li{
		margin-right: 5px;
	}

	.footer_menu ul {
		margin-right: 15px;
	}

	.searchOnTopMenu {
		margin-left: -468px;
	}
}

/* MEDIUM */
@media screen and (max-width: 992px) {
	.footer_menu ul {
		margin-right: 10px;
	}

	.header_phone {
		font-size: 14px;
	}

	.cart_basket{
		width: 20%;
	}

	.cart_products{
		width: 80%;
	}

	.label-shopping-cart {
		height: 15.4px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.main-menu ul>li{
		margin-right: 0;
	}

	.home-finder {
		height: 45px !important;
		font-size: 16px !important;
		/* text-align: center; */
	}

	.header_phone {
		font-size: 14px;
	}

	.product-preview .cart {
		margin: 0 15px;
	}

	.product .arrow-black,
	.product .arrow-white{
		display: none;
	}

	.product .arrow-black-bottom,
	.product .arrow-white-bottom{
		display: block;
	}

	.product .details {
		border-left: none;
		border-top: 1px solid #111;
	}

	.searchOnTopMenu {
		margin-left: -140px;
	}
	
	.sort-by-category {
		position: relative;
		left: 141px;
		width:725px;
	}
}
	.navbar-nav>li.languagelink {
		display:none;
	}

/* SMALL */
@media screen and (max-width: 767px) {

	.navbar-nav>li.languagelink{
		display: block;
	}
	.lang-link {
		display:none;
	}

	.home-finder {
		height: 34px !important;
		font-size: 12px !important;
		/* text-align: center; */
	}

	.no-mobile{
		display: none !important;
	}

	.header_top{
		padding: 0;
	}

	.main-menu{
		margin-top: 0;
	}

	.cart{
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.cart_basket{
		width: 15%;
	}

	.cart_products{
		width: 85%;
	}

	.navbar-header{
		margin-right: 0 !important;
	}

	.container-fluid>.navbar-collapse{
		margin: 0 !important;
		overflow: hidden;
	}

	.navbar-collapse{
		padding: 0 !important;
	}

	.main_menu_header{
		/* border: 1px solid #000; */
		float: left;
		position: relative;
		top: -50px;
	}

	.main_menu_header a{
		color: #fff !important;
		/*padding: 15px 30px !important;*/
	}

	.main-menu .navbar-nav{
		margin: 0 -15px;
	}

	.footer_menu ul{
		margin: 25px 35px 25px 0;
	}

	.main-menu ul>li {
		margin-right: 15px;
		padding-left: 10px
	}

	.navbar-collapse {
		width: 100%;
		position: relative;
		top: -40px;
	}

	.left_menu_content ul {
		padding-left: 15px !important;
	}

	#searchdiv {
		margin-top: -15px;
	}
	#searchdiv .form-group.text{
		width:100%;
	}

	.specials {
		padding-top: 15px;
	}

	.click-here-to-add-category {
		position: relative;
		bottom: 16px;
	}

	.sort-by-category {
		position: relative;
		left: 108px;
		width: 611px;
		margin-bottom: -16px;
	}

	.wrapper_products .container-fluid{
		background-color: #CE2527 !important;
	}

	.wrapper_products .container-fluid,
	.wrapper_products{
		padding: 0 !important;
	}

	.wrapper_products .navbar-brand{
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		padding-left: 30px;
	}

	.wrapper_products .navbar-brand:hover{
		color: #fff;
	}

	.wrapper_products .navbar-toggle{
		margin-right: 30px !important;
	}

	.navbar-toggle {
		margin-bottom: 0px;
	}

	.wrapper_right{
		padding: 0;
	}

	.label.background_red{
		display: block;
	}

	.title_customize,
	.box	{
		margin-right: -15px;
		margin-left: -15px;
	}

	.title_customize2{
		margin-right: -8px;
		margin-left: -8px;
	}

	.product-preview .cart{
		margin: 0 !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.product-preview .cart_basket{
		width: 20% !important;
	}

	.product-preview .cart_products{
		width: 80% !important;
	}

	.social_media img{
		width: auto;
		padding-right: 0;
	}
	.header_phone {
		font-size: 14px;
	}

	.mobile-top{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.product .arrow-black,
	.product .arrow-white{
		display: none;
	}

	.product .arrow-black-bottom,
	.product .arrow-white-bottom{
		display: block;
	}

	.product .details {
		border-left: none;
		border-top: 1px solid #111;
	}
}

/* EXTRA SMALL */
@media screen and (max-width: 400px) {
	.header_phone {
		font-size: 10px;
	}
}


/** CHRIS **/

.top-bar{
	width: 100%;
	background-color: transparent;
	padding: 12px 0px;
}

.top-bar-container {
    position: absolute;
    height: 44px;
    z-index: -1;
    width: 100%;
    background: #f6f6f7;
    width: 100vw;
}
.top-bar-message {
    text-align: left;
    width: 100% !important;
}
.top-bar-message.text {
    font-size: 22px;
}
/* MAX LARGE (1200px) */
@media (max-width: 1200px) {
    .top-bar-message.text {
        font-size: 16px;
        width: 53% !important;
    }
}
/* MAX SMALL (768px) */
@media (max-width: 768px) {
    .top-bar-message.text {
        font-size: 15px;
        width: inherit !important;		
		display: block;
		text-align: center!important;
    }
}
/* MAX EXTRA SMALL(400px) */
@media (max-width: 400px) {
    .top-bar-message.text {
        font-size: 13px;
        width: inherit !important;
    }
}
.top-bar .phone{
	text-align: center;
	margin-top: 20px;
}
.navbar.main-menu{
	padding: 0px 0;
	/* margin-bottom: 20px!important; */
	clear: both;
}

.navbar-collapse{
	margin-bottom:20px;
}

@media screen and (min-width: 768px){
	.main-menu .navbar-nav {
		width: auto;
		background: #d02427;
		display: flex;
		align-items: center;
	}
	.main-menu .navbar-nav li > a{
		padding: 10px 20px!important;
	}
	.top-bar{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;		
	}
	.top-bar > div{
		width: 33.333%;
		padding-top:0;
	}
	.top-bar .phone{
		text-align: right;
		margin-top: 0;
	}
}
/* MAX LARGE (1200px) */
@media (max-width: 1200px) {
	.main-menu .navbar-nav{
		float:none;
	}
	.main-menu .search-bar{
		float:none;
		margin-top: 20px;
		width: 100%;
    }
}
.search-bar .form-group{
	margin-bottom: 0;
	width: 300px;
}

.buy-now-pg {
	margin-bottom: 15px !important;
}

.search-bar .form-group input{
	border: none;
	background: #f4f4f4;
}

.search-text{
	/*text-indent: -5000px;*/
	display: inline-block;
}

.benefit-wrapper{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	justify-content: space-around;
}
.benefit-wrapper li{
	list-style: none;
	padding: 20px;
	display: flex;
	flex-flow: column;
	text-align: center;
	justify-content: center;

}
.benefit-wrapper li div{
	max-width: 200px;
	font-size: 20px;
	margin-bottom: 20px;
}
.benefit-wrapper img{
	max-width: 150px;
}

.fa.fa-search{
	margin-right: 5px;
}

.benefit-wrapper svg{
	max-width: 150px;
}
.benefit-wrapper li+li+li svg{
	max-width: 170px;
}
.benefit-wrapper li:last-child svg{
	max-width: 125px;
}
.benefit-wrapper a {
	color: #333;
}
.benefit-wrapper a:hover{
	text-decoration: none;
	color: #CE2527;
}
.benefit-wrapper a:hover .cls-1{
	stroke:#CE2527;
	fill:#CE2527;
}
.benefit-wrapper a:hover .cls-2{
	fill:#CE2527;
}
.benefit-wrapper a:hover .cls-3{
	stroke:#CE2527;
}
.benefit-wrapper a:hover .cls-4{
	fill:#CE2527;
	stroke-width: 3.19px;
}

.benefit-wrapper li a div:first-child {
	max-width: 200px;
	font-size: 20px;
	margin-bottom: 20px;
	height: 150px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}


.main-menu .nav.navbar-nav{
	background:#d02427;
}

.footer_menu{
	text-align: center;
}

.footer{
	margin-top: 50px;
	background: #535456;
	color: #fff;
}
.footer a{
	color: #dcdcdc;
}
.footer .bg{
	/*border-radius: 50%;*/
	background: #fff;
	width: 150px;
	height: 150px;
}
.footer .bg img{
	max-width: 100%;
}

.footer ul{
	padding: 0;
}
.footer ul li{
	list-style: none;
}
.footer .awards{
	text-align: center;
}
.footer .email{
	margin-bottom: 20px;
}
.footer .email input[type=email]{
	display: inline-block;
	padding: 10px;
	width: 60%;
	color: black;
}
.footer .email input[type=submit]{
	background: #cf2327;
	padding: 10px;
	/*width: 40%;*/
}
.footer .social_media{
	margin-bottom: 20px;
}
.footer .social_media a {
	display: inline-block;
	width: 40px;
	margin-right: 22px;
	margin-top: 10px;
}
.footer .social_media [class$=icon]{
	fill:#d3d3d3;
}
.footer .social_media a:hover [class$=icon]{
	fill:#fff;
}

.footer .email h3{
	margin-top: 0;
}
.footer .email input{
	border: none;
}

.brands.mobile a{
	width: 100%;
}

@media only screen and (max-width: 1200) {
	.allbrands-header {
		margin-left: 15px !important;
	}
}

.slider-banners {
	padding-left: 0;
	margin-left: -15px;
}

.slider-inkandtoner {
	padding-left: 0;
	padding-right: 0;
	margin-right: -15px;
	float: right;
}

@media only screen and (max-width: 992px) {
	.slider-inkandtoner {
		float: none;
		padding-right: 0;
		margin-right: -15px;
	}
	
	.slider-banners {
		margin-left: 0;
		margin-right: -15px;
	}
}

.searchBarInput {
	height: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.rightSidebar {
		width: 15%;
	}
}

.ad-box {
	font-size: 20px;
	margin: 50px 0;
	background-color: #e7e7e7;
}

.ad-box-text {
	margin-left: 8%;
	padding: 15px 25px;
}

.ad-box-link {
	margin-left:25%; 
	margin-right: 0;
}

@media screen and (max-width: 732px) {
	.ad-box-link {
		margin-left: 10%;
	}
}

.slider-inkandtoner {
	padding-right: 0;
}

@media screen and (min-width: 992px) {
	.slider-inkandtoner {
		width: 18.5%;
	}
}

.sort-option-search {
	margin-right: 21px;
}

@media only screen and (max-width: 992px) {
	.sort-option-search {
		margin-right: 262px !important;
	}
}

.main-content__search {
	width: 81.898304%;
}

@media only screen and (max-width: 992px) {
	.main-content__search {
		width: 100%;
	}
}
.popup-promo-wrapper {
    position: absolute;
    z-index: 1000;
    left: 25%;
    top: 25%;
    width: 50%;
    background-color: #f6f6f7;
    border: 4px solid rgb(107, 107, 107);
    border-radius: 15px;
    opacity: 1;
    text-align: center;
}
#popup-promo-close {
    cursor: pointer;
}
.popup-promo-background {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    background-image: linear-gradient(black, grey);
    opacity: 0.5;
}
.popup-promo-title {
    font-size: 30px;
    color: #a18c8c;
    margin: 50px 50px;
}
.popup-promo-large {
    display: block;
    font-size: 80px;
    color: #cf2327;
    text-align: center;
}
.popup-promo-desc {
    font-size: 20px;
    color: black;
}
.popup-promo-email {
    display: inline-block;
    width: 40%;
    border: 2px solid #dadada;
    border-radius: 7px;
    margin-right: 20px;
    border-radius: 5px !important;
    height: 36px;
    text-align: center;
}
.popup-promo-email:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
.popup-promo-btn {
    display: inline-block;
    width: 40%;
    border-radius: 5px;
    background-color: #cf2327;
    padding: 6px 12px;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: black;
    vertical-align: baseline;
}
.btn-top-bar {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid rgb(224, 224, 224) !important;
    padding: 5px;
    margin-top: -4px;
}
.floating-bar-input {
    height: 30px;
    margin-top: 5px;
    margin-right: 1px;
    width: 250px;
}
.floating-bar {
    overflow: hidden;
    background: transparent;
    z-index: 101;
}
.floating-bar-container {
    z-index: 100;
    position: fixed;
    height: 40px;
    width: 100%;
    background: rgb(206, 37, 39) none repeat scroll 0% 0%;
    width: 100vw;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.cart-icon-white {
    fill: #fff;
}
.review-card {
    padding: 10px 10px;
    /* background-color: #d9d9d9; */
    border-radius: 5px;
    border: 1px solid #a6a6a6
}
.product-preview.selected {
    border: 4px solid #337ab7;
    background-color: #aecfec;
}
.product-extra-info-wrapper {
    position: relative;
    display: inline-block;
}
.product-extra-info-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 40px;
    right: -4px;
    transform: translate(0, 10px);
    background-color: #e2e2e2;
    border: 1px solid hsl(0, 0%, 89%);
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 200px;
    /* max-width: 400px; */
}
.product-extra-info-text:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(14% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e2e2e2 transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}
.product-extra-info-wrapper:hover .product-extra-info-text {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.welcomeMsg {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    padding: 15px;
    border-radius: 3px;
    background-color: rgb(209, 230, 251);
}
.welcomeMsg-link {
    color: black;
}
.payments {
    background-color: #f6f6f7;
    color: #000;
    padding: 30px;
}
.brands-extra-text {
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .footer {
        font-size: 18px;
    }
	.top-bar {
		min-height: 44px;
	}
	.nopadDesktop{
		padding-right:15px;
		padding-left:15px;
	}
	.top-bar-message {
		text-align: center;
	}
	
}
.competitive h2 {
    background: none;
    padding: 0;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #333;
}

@media only screen and (max-width: 767px) {
	.slider-inkandtoner {
		padding-right: 15px;
	}
	.navbar {
		min-height: 0px;
	}
	header{
		margin-bottom: -23px;
	}
	.navbar-collapse {
		top: -23px;
	}
	.navbar .container-fluid{
		position: absolute;
	}
	.navbar .container-fluid.relative{
		position: relative;
	}
}

@media only screen and (max-width: 570px) {

	.benefit-wrapper li {
		padding: 10px 5px 10px;
		display: flex;
		flex-flow: column;
		text-align: center;
		border: 1px solid #ccb;
		border-radius: 8px;
		width: 49%;
		margin: 12px 0 12px;
	}
	
	#main-content > section.col-md-12.nopadMobile > ul > li:nth-child(1),
	#main-content > section.col-md-12.nopadMobile > ul > li:nth-child(3){
		margin-right : 2%;
	}

	.benefit-wrapper li div {
		max-width: unset;
		font-size: 1.125rem;
		margin-top: 10px;
		margin-bottom: 10px;
		padding:5px;
	}
	.benefit-wrapper svg {
		max-width: 100px;
	}
	.nopadMobile{
		padding:0;
	}
	.benefit-wrapper li a div:first-child {
		height: 70px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 460px) {
	
	.benefit-wrapper li a div:first-child {
		height: 50px;
	}
	.benefit-wrapper li div {
		font-size: .9rem;
		padding: 3px;
	}
	
}
@media only screen and (max-width: 365px) {

	.benefit-wrapper li div {
		font-size: .8rem;
	}
	
}
.headerLogo{
	width: 440px;
	height: 100%;
}