@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    background: #f9f9f9;
    font-size: 14px;
    padding-bottom: 24px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
}

#pg-cntnt {
    background: #f9f9f9;
}

#app-cntnt {
    background-color: #f9f9f9 !important;
}

.x-panel-noborder .x-panel-body-noborder {
    background: #f9f9f9;
}

a{
	color: #900;
}
a:hover{
	color: #990;
}
.container{
    padding: 0px;
}
.max_width{
    max-width: 100%;
}
.login_body {
  height: calc(100vh - 192px);
}
.login_body .container{
	height: 100%;
}
.footer_bg {
	background: #282828;
	padding: 5px 6px;
	color: #fff;
}
.footer_bg a{
	color: #fff;
}

.select_language{
	background: #e4e4e4;
	min-height: 25px;
	padding: 1px 6px;
	font-size: 12px;
}
.logo_right{
	text-align: right;
}
.logos_container{
	padding: 5px 0px;
}
.message_blue_bg{
	background: #203D5B;
	color: #fff;
	padding: 6px;
}
.pg-ttl {
	margin-top: 1px;
	background: #1a526f;
	min-height: 30px;
}
.pg-ttl a {
	color: white;
}

.border_box{
	padding: 5px 5px;
    padding-left: 14px;
    border-left: solid 1px #fff;
    margin: -5px 0px;
    display: inline-block;
    margin-left: 6px;
}
.footer_bg .border_box:last-child{
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.login_container{
    justify-content: center;
    align-items: center;
	height: 100%;
}
.login_box{
	border: solid 1px #e6e6e6;
	width: 400px;
}
.loginHeader{
	background: #f3f3f3;
    padding: 6px;
    border-bottom: 1px solid #e6e6e6;
	color: #000;
}
.loginBody{
	padding: 15px;
}
.form-control{
	border-radius: 0px;
	padding: 5px;
    font-size: 13px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8f9ead;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32,61,91,.25);
}
.login_box button:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8f9ead;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32,61,91,.25);
}
.form-group {
    margin-bottom: 5px;
}
.loginFooter{
	text-align: right;
	padding: 15px;
	padding-top: 0px;
}
.login_btn{
    background: #f3f3f3;
    border: solid 1px #e6e6e6;
	color: #000;
	padding: 5px 15px;
	cursor: pointer;
}

.page_header{
	background: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
	min-height: 51px;
}
.main_body{
	min-height: calc(100vh - 80px);
}

.grey_box{
	background: #7e7e7e;
	color: #fff;
	padding: 8px;
}
.page_top_logo{
	text-align: center;
}
.page_top_logo img{
	max-height: 150px;
	width:auto;
}
.no_images{
    padding: 20px;
    text-align: center;
}
.no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}
#catalog-view .x-panel-body,
#group-view .x-panel-body {
    height: auto!important
}
.product_box{
	border: 0;
    text-align: center;
    width: 366px;
    margin: 10px 15px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
}
.product_img{
    min-height: 149px;
    min-width: 125px;
    text-align: center;
    /* border-bottom: 2px solid #d6e4e8; */
    padding: 5px;
}
.product_img img{
    max-height: 128px;
    max-width: 144px;
}
.catalog_img{
    min-height: 136px;
    min-width: 125px;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog_img img{
    max-height: 125px;
    max-width: 144px;
}
.group_img{
    min-height: 154px;
    min-width: 125px;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.group_img img{
    max-height: 143px;
    max-width: 144px;
}
.product_body{
	padding: 5px 5px 15px;	
}
.product_body h2{
    font-size: 14px;
    padding: 0px 0 1px 0;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500 !important;
}
.product_body a {
    background: #0073c6;
    border-radius: 50px;
    display: block;
    padding: 7px 10px;
    color: #fff;
    font-size: 13px;
    margin: 8px 10px 9px 10px;
	text-decoration: none;
}
.product_body a:hover{
    color: #fff;
}
.product_qty_zero{
    display: table;
    height: 63px;
    width: 100%;
    border-top: solid 2px #eeeeee;
}
.product_qty_zero div{
    display: table-cell;
    vertical-align: middle;
}
.sections_box{
	padding: 20px;
    text-align: center;
    height: calc(100% - 228px);
	overflow-y: auto;
    background: #f9f9f9;
}
.borderBox{
	border-top: solid 1px #ffe080 !important;
	padding: 0px 6px 6px 6px;
}
.breadcrumb{
	margin: 0px;
    background: none;
    border-radius: 0px;
    padding: 3px 0px 0px 0px;
}
.breadcrumb a{
    font-weight: 400;
    color: #337ab7;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-right: 5px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.3rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    content: "";
    background: url(../images/breadcrumbarrow.png) no-repeat center;
    display: inline-block;
    width: 7px;
    height: 7px;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
.slick-slide img {
    display: inherit;
	margin: 0 auto;
}
.slick-prev {
    left: 0px;
	z-index: 10;
}
.slick-next {
    right: 0px;
}
.slick-list .product_box{
	width: 100%;
}
.slick-slide{
	padding: 0px 12px;
}
.slick-slide:focus{
	outline: none !important;
}
.products_container{
	padding-left: 280px;
	/*border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;*/
	position: relative;
}
.products_container h1{
	border-bottom: 1px solid #c8c8c8;
	color: #1f3d57;
	font-size: 22px;
	padding: 12px;
	margin: 0px;
}
.products_container #productPanel{
    text-align: center;
}
.filterBox{
	position: absolute;
	width: 280px;
	border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
	left: 0px;
	top: 0px;
}
.filterBox h1 img{
    position: relative;
    top: -2px;
}
.filter_body{
	background: #f3f3f3;
	padding: 10px;
	border-bottom: 1px solid #c8c8c8;
}
.filter_body .blue_btn, .amber_btn{
	width: 100%;
	cursor: pointer;
}
.blue_btn{
	background: #0072c6;
    padding:7px 5px;
	text-align: center;
	border: 0px;
	color: #fff;
	cursor: pointer;
}
.blue_btn:hover{
	background: #005899;
}
.amber_btn{
	background: #FF7F26;
    padding: 7px 5px;
	text-align: center;
	border: 0px;
	color: #fff;
	cursor: pointer;
}
.amber_btn:hover{
	background: #ff7b00;
}
.disabled_btn{
	background: #cccdce;
    padding:7px 5px;
	text-align: center;
	border: 0px;
	color: #fff;
	cursor: pointer;
}
.goTo_basket{
	padding: 6px;
	text-align: right;
}
.product_Scroller{
	text-align: center;
	height: 372px;
	overflow-y: scroll;
}
@supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee))
and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) 
{ 
    .product_Scroller{
	    height: 368px;
    }
}
.product_box span{
	display: block;
	font-size: 13px;
	color: #333;
}
.product_box .blue_btn{
	width: 100%;
}
.cart_container{
	position: relative;
    max-width: 100%;
    margin: 40px 30px 0;
}

.pg-appcntnt {
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}

#CartItemsPanel, #OrderItemsPanel {
    background: white;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border: 0px;
}

#CartItemsPanelContent .x-grid3-hd-inner, #OrderItemsPanelContent .x-grid3-hd-inner {
    color: #333 !important;
    font-size: 14px;
    font-weight: 600 !important;
}

.cart_details {
    background: white;
    padding: 10px;
}

.table_container {
    position: relative;
    max-width: 100%;
    margin: 0px 30px 0;
    display: flex;
}

.table_container h1 {
    color: #333;
    font-size: 21px;
    padding-bottom: 5px;
    display: flex;
}

.cart_container h1{
    color: #333;
    font-size: 14px;
    margin: 0px;
    border: 0;
}
.cart_details{
    position: absolute;
    width: 24%;
    border: 1px solid #d6e4e8;
    right: 0px;
    top: 0px;
    margin-left: 1%;
}
#OrderFormFieldsPanel h1{
    padding: 10px 0px;
    margin: 0px 10px;
    color: #333;
}
#PreOrderTotalsPanel h1 {
    border-right: 0px;
    border-left: 0px;
}

#rowOrderBacket a {
    width: 100%;
    margin-top: -2px;
    border: 2px solid transparent;
    text-align: center;
    color: #fff;
    padding: 14px 5px;
    border-radius: 4px;
    background: #42abdc;
    display: block;
}

#rowOrderBacket a:hover {
    background: transparent;
    border: 2px solid #42abdc;
    color: #42abdc;
}

.cart_details_body{
	background: #f3f3f3;
	padding: 10px;
	border-bottom: 1px solid #c8c8c8;
}
.cart_details_body .blue_btn, .disabled_btn{
	width: 100%;
	/* height: 28px; */
}
.cart_details_body table td{
    padding: 5px 0px !important;
    font-size: 14px;
    color: #333 !important;
    font-family: 'Roboto', sans-serif;
}
.cart_details_body table .gtotal td {
	border-top: 1px solid #d2d2d2 !important;
    padding-top: 15px;
	color: #333 !important;
    font-size: 14px;
	font-weight: bold;
}
.cart_table th{
	/*padding: 8px 5px;
	border-bottom: 2px solid #c8c8c8;*/
}
.cart_table td{
	/*padding: 8px 5px;
	border-bottom: 1px solid #c8c8c8;*/
}
.last_form{
    padding: 20px;
    border: 1px solid #d6e4e8;
    margin-bottom: 20px;
    border-top: 0px;
}
.x-form-field-wrap{
    width: 100%!important;
}
.running_total{
	background: #f3f3f3;
    padding: 10px;
    border-top: 1px solid #c8c8c8;
}
.product_tags{
    height: 25px;
    position: relative;
    margin-top: -11px;
}
.product_type{
    margin-top: 5px;
    margin-bottom: -2px;
    color: #619db0;
}
.product_priority{
	position: absolute;
    left: 5px;
    top: 5px;
    color: #619db0;
    padding: 2px 5px;
    font-size: 12px;
}
.product_class{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #619db0;
    padding: 2px 5px;
    font-size: 12px;
}
.header_products {
    text-align: center;
    max-width: 100%;
    margin: 0 4px;
}
.header_products .product_img{
    padding:6px 0px;
}
.header_products .product_img img{
    max-height: 101px;
    max-width: 100%;
    object-fit: cover;
}
.header_products .product_body h2 {
    padding: 5px 0 5px 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
.header_products .product_img {
    min-height: 115px;
    min-width: 115px;
}
.header_products a{
    outline:none;
}

.slimScrollDiv {
    padding-bottom: 50px;
}

.addToBasket{
    padding: 0px !important;
    /* border-top: solid 2px #eeeeee; */
}
fieldset.addToBasket .decrement{
    background: none !important;
    border: 0px !important;
    border-right: solid 2px #eeeeee !important;
    padding: 6px;
    height: 33px !important;
    width:33px !important;
}
fieldset.addToBasket .increment{
    background: none !important;
    border: 0px !important;
    border-left: solid 2px #eeeeee !important;
    padding: 6px;
    height: 33px !important;
    width:33px !important;
}
.addToBasket .decrement span,
.addToBasket .increment span{
    font-size:32px;
    color:#005899;
}
.running_total ul li{
    display:inline-block;
    margin-right:6px
}
fieldset.addToBasket input.textbox{
    border: 1px solid #c8c8c8;
    float: left;
    font-size: 1.3em;
    height: 25px;
    line-height: 27px;
    margin: 0;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
fieldset.addToBasket input.textboxex {
    color: #495057;
}
fieldset.addToBasket .quantity{
    border: 0 !important;
    background: 0!important;
    margin: 0 !important;
    width: calc(100% - 66px);
    color: #0073c6;
    height: 30px !important;
}
.combo_right_icon{
    padding-right:26px !important;
    position:relative;
}
.combo_right_icon .x-btn{
    position:absolute;
    right:6px;
    top:0px;
    height: 27px;
}
.input_right_icon{
    padding-right: 18px !important;
    position: relative;
}
.input_right_icon .x-btn{
    position:absolute;
    right:1px;
    top:0px;
    height: 27px;
}
.x-panel {
    margin:0px !important;
}
/*TODO: required when adding ext panel with buttons*/
/*.x-panel-btns-ct {
    padding: 0px;
}*/
.x-grid3-row {
    border: 0px !important;
}    
.x-grid3-hd-row td{
    border: 0px;
    border-bottom: 2px solid #ddd !important;
}
.x-grid3-header div {
    position: relative;
    max-width: 100%;
}
.x-grid3-scroller {
    overflow-x: hidden;
    width: 100% !important;
}
.x-grid3-row-table,
.x-grid3-row,
.x-grid3-hd-row,
.x-grid3-row-table {
    width: 100% !important;
}
.x-grid3 table{
    width: 100% !important;
}
.x-grid3-header div {
    font-weight: bold;
}

.x-grid3-cell-inner {
    font-size: 14px;
    color: #333 !important;
}

#NewAddressPanel h1{
    /* border-right: 1px solid #c8c8c8;  */
    cursor: pointer;
    border-bottom: 1px solid #d6e4e8;
}
.add_cart_btn{
    float: right;
    color: red !important;
    font-size: 12px;
    text-decoration: none;
    margin-left: 12px;
    display: flex;
    align-items: center;
}

#btnRemoveAll img {
    width: 14px;
}

.filter_body input,
.last_form input,
.loginBody input{
	width: 100% !important;
    padding: 4px 4px 3px 4px !important;
    height: auto !important;
    border: 1px solid #bababa !important;
}
.white_box{
	border: solid 1px #eaeaea;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.05);
	padding: 15px;
	margin-bottom: 30px;
}
.white_box h1{
	color: #373a3c;
	font-size: 18px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin-bottom: 15px;
}
.icons_container h1{
	text-align: center;
	color: #0054a4;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 26px;
	margin-top: 15px;
    margin-bottom: 15px;
	font-weight: bold;
}
.icons_container h2{
	text-align: center;
	color: #f02e25;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
}
.icons_container h3{
	color: #515151;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	margin: 16px 4px 14px 4px;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.icon_box{
	margin: 5px;
	height: 135px;
}
.icon_box img {
    border-radius: 3px;
    height: 100% !important;
    width: 100% !important;
    object-fit: fill;
    object-position: center;
}
.icons_container .white_box{
	padding: 2px;
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
.icons_container .white_box:hover{
	box-shadow: 0px 0px 4px rgba(0,84,164,0.4);
	border: solid 2px #0054a4;
}
.center-block{margin:0 auto;}

/* for some reason tool-tip javascript is not emitting this to center
   the tooptip arrow so had to manually do it but requires proper fix */
.tooltip .arrow {
    left: 3px;
}
#tblHelpContentBottom {
    width: 100%;
    position: fixed;
    bottom: 35px;
    left: 0;
}

.heart-box {
    background: #5b5b5b;
    border: 2px solid #5b5b5b;
}

#btnAddAll {
    max-width: 130px;
}

#btnAddNe {
    width: 26%;
}

@media (max-width: 1124px) {
	#sub_menu{position:relative !important;display:inline-block;width:49%;right: inherit !important;}
    #fav_menu{position:relative !important; display:inline-block;width:49%;right: inherit !important;}
    #button_menu{position:relative !important; display:inline-block;width:49%;right: inherit !important;}
}
@media (max-width: 615px) {
	.user_box{float:right;width:100%;border-top:solid 1px #eff3f6;}
    .header_icons {position:absolute;top:0px;right:0px;}
}
@media (max-width: 767px) {
    .footer_bg .copyrights{display:none;}
    .message_blue_bg{display:none;}
    .product_body a{display:none;}
}
@media (max-width: 768px) {
	.login_body { height: calc(100vh - 120px); }
	.border_box{margin: 0px;}
	.footer_bg{text-align: center;padding:0px;}
    .header_products .product_img {min-width: 100%;}
    .header_products .product_img img { max-height: inherit; max-width: 90%;}
    .copyrights{display: block;border-bottom: solid 1px #fff;padding: 6px;}
    #tblHelpContentBottom{ position: inherit; bottom: interit; left: interit; }
}
@media (max-width: 500px) {
	.login_body {  height: calc(100vh - 280px);}
	.page_top_logo img{	height: auto;	width:auto;}
	.filterBox{position: relative;width: 100%;border-right: 0px;}
	.products_container{padding-left: 0px;}
	.product_box{width: 97%;}
	.cart_details { position: relative;width: 100%;border-left: 0px;}
	.cart_container{padding-right: 0px;}
	.blue_btn{width: 100%;}
	.last_form{border-right: 0px;}
    .border_box { margin: 0px 0px -5px 0px !important;}
    body{padding-bottom:70px !important;}
    .x-panel-body, .x-grid3, .x-grid3-viewport, .x-grid3-scroller{height:auto !important;}
    .add_cart_btn{float:none;}
}
@media (max-width: 320px) {
	.copyrights{border: 0px;}
	.border_box {width: 45%; border: solid 1px #fff; border-bottom: 0px; margin: 0px 5px 0px 5px;}
    .footer {display:none;}
}

/*IE fixes*/
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .x-form-field-wrap {width: 88.5%;}
    *::-ms-backdrop, .filter_body input{padding:4px 4px 5px 4px !important;}
}

.x-grid3-header {
    background: transparent;
}
#CartItemsPanel,
#OrderItemsPanel {
    width: 74.5%;
    border: 0px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
}
.cart_details {
    margin-left: 1%;
    background: #fff;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border: 0;
}
#CartItemsPanelContent .x-grid3-hd-inner,
#OrderItemsPanelContent .x-grid3-hd-inner  {
    color: #1f3d57;
    font-weight: 400;
}
#CartItemsPanelContent .x-grid3-cell-inner,
#OrderItemsPanelContent .x-grid3-cell-inner {
    color: #1f3d57;
}
.cart_details_body table td {
    color: #1f3d57;
}

td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
    background: transparent;
}

td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
    background: transparent;
}

.blue_btn_2 {
    width: 100%;
    margin-top: 8px;
    border: 0px;
    text-align: center;
    color: #fff;
    padding: 14px 5px;
    border-radius: 4px;
    background: #39b54a;
    font-size: 14px;
    border: 2px solid transparent;
    font-family: 'Roboto', sans-serif;
}

.blue_btn_2:hover {
    background: transparent;
    border: 2px solid #39b54a;
    color: #39b54a;
}

.blue_btn_4 {
    width: 100%;
    margin-top: 2px;
    border: 0px;
    text-align: center;
    color: #fff;
    padding: 14px 5px;
    border-radius: 4px;
    background: #42abdc;
    display: inline-block;
    border: 2px solid transparent;
    font-family: 'Roboto', sans-serif;
}

.blue_btn_4:hover {
    background: transparent;
    border: 2px solid #42abdc;
    color: #42abdc;
}

#CartTotalsPanel a {
    width: 100%;
    margin-top: 2px;
    border: 0px;
    text-align: center;
    color: #fff;
    padding: 14px 5px;
    border-radius: 4px;
    background: #42abdc;
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

#CartTotalsPanel a:hover {
    background: transparent;
    border: 2px solid #42abdc;
    color: #42abdc;
}

#OrderFormFieldsPanel {
    width: 74.5%;
    background: white;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    font-family: 'Roboto', sans-serif;
}

#OrderFormFieldsPanel label {
    color: #333;
    text-align: right;
}


#NewAddressPanel {
    /* border: 1px solid #d6e4e8; */
    margin-bottom: 20px;
}

.ext-safari .x-form-text {
    border: 2px solid #d6e4e8 !important;
}
#rowOrderFor {
    color: #1f3d57;
}
#rowOrderFor .ext-safari .x-form-text {
    border: 1px solid #d6e4e8 !important;
    color: #1f3d57;
}

#rowOrderFor .ext-safari .x-form-text::-webkit-input-placeholder { /* Edge */
    /*color: #1f3d57;*/
}
  
#rowOrderFor .ext-safari .x-form-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #1f3d57;*/
}
  
#rowOrderFor .ext-safari .x-form-text::placeholder {
    /*color: #1f3d57;*/
}

#YukoTakoReportPanel {
    margin-top: 20px;
}

#ext-gen620 {
    z-index: 99999 !important;
}

#ext-comp-1071 {
    z-index: 999999999999999999 !important;
}

#YukoTakoReportPanel {
    width: 70%;
}



.lookupBtn {
    margin-left: 0px !important;
    margin-top: 0.5px;
    position: relative;
    top: -6px;
}

#OrderFormFieldsPanel .lookupBtn {
    position: absolute;
    z-index: 99;
    right: 15px;
}

.lookupBtn .x-btn-center {
    height: 27px;
}

button.close {
  margin-top: -7px;  
}

.ext-safari .x-form-invalid {
    background-color: #fee!important;
}

.s-logo-container {
    text-align: center;
    padding: 20px;
    background: white;
}

#divMessage {
    padding-left: 11px;
    padding-right: 11px;
}

.s-logo-container img {
    max-height: 100px;
}
.heading_1 {
    background: transparent;
    border-top: solid 1px #ffe080 ;
    border-bottom: 0;
    font-weight: 400;
    padding: 12px;
    font-size: 23px;
	margin: 0px;
	font-family: inherit;
    color: #333
}
.breadcrumb-item {
	font-family: inherit;
}
.product_box {
    border: 0;
    text-align: center;
    width: 285px;
    margin: 10px 15px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 10%) !important;
}

.product_type {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}

.product_box_top {
    /* border: solid 2px #eeeeee; */
}

.product_box_bottom_btn {
    background: #1a526f;
    color: #ffc000;
    padding: 7px;
    display: block;
}

.product_box_top_2 {
    /* border: solid 2px #d6e4e8; */
    background: white;
}

.product_box_top_2 .product_img {
    /*min-height: 174px;*/
}

.product_box_top_2 .product_body {
    /*min-height: 90px;*/
}

.product_box_top_2 .product_body h2 {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.product_box_bottom_2 {
    background: #f8f8f8;
    padding: 8px;
    display: flex;
    font-size: 20px;
    justify-content: flex-end;
    position: relative;
    top: 0px;
    color: red;
}

.product_box_bottom_2 a {
    background: #3f9ac5;
    border: 2px solid #3f9ac5;
    width: 26px;
    height: 26px;
    line-height: 22px;
    font-size: 10px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.product_box_bottom_2 a:hover {
    color: white;
}

.product_price span {
    color: red;
}

.product_box_bottom_2 .fav-bask {
    display: flex;
}

.fav-prod {
    color: #ff0000!important;
}

.addToBasket .decrement span, .addToBasket .increment span {
    color: #333;
    font-weight: 700;
}

fieldset.addToBasket input.textbox {
    border: 1px solid #495057 !important;
    height: 33px !important;
}


.product_body h2 {
    font-weight: normal;
}

.customize {
    left: 7px;
    position: absolute;
    bottom: 8px;
    display: flex;
}

.customize a {
    background: #5b5b5b;
    border: 2px solid #5b5b5b;
    width: 26px;
    height: 26px;
    line-height: 22px;
    font-size: 10px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
}

.pro-db-2 {
    background: #5b5b5b;
    border: 2px solid #5b5b5b;
}

.filterBox {
    border-right: 0px;
    border-left: 0px;
}
.filter_body {
    background: white;
    border-bottom: 0;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 3px;
    padding-bottom: 30px;
}

.filter_body h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 6px 0px 15px 0px;
    font-weight: 300;
}

.filter_body .form-group:last-child {
    display: flex;
    justify-content: flex-end;
}

.filter_body .form-group:last-child .search_btn {
    margin-left: 5px;
}

.filter_body li {
    padding: 7px;
    border-bottom: solid 1px #f0f0f0;
}

.filter_body li.current {
    background: #337ab7;
    color: white;
}

.filter_body li.current a {
    color: white;
}

.filter_body li:last-child {
    margin-bottom: 30px;
}

.filter_body li a {
    color: #6d6d6d;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.filter_body li.current {
    background: #337ab7;
}

.products_container h1 {
    border-bottom: 0;
    font-size: 14px;
}

.filter_body input, .last_form input, .loginBody input {
    border: 1px solid #d6e4e8 !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}
.ext-safari .x-form-text {
    z-index: 9;
    height: 31px !important;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #e5e5e5 !important;
    padding: 8px !important;
    margin-bottom: 10px;
    resize: none;
    outline: none;
}
.last_form .form-control {
    z-index: 9;
    position: relative;
    height: 38px !important;
    border: 1px solid #e5e5e5 !important;
    width: 100% !important;
}

.x-form-field-wrap .x-form-trigger {
    height: 31px !important;
    background-position: 0px 1px !important;
    z-index: 99;
    border: 0 !important;
}

.reset-btn {
    width: 100%;
    margin-top: 2px;
    border: 0px;
    text-align: center;
    color: #fff;
    padding: 14px 5px;
    border-radius: 4px;
    background: #42abdc;
    display: block;
}

.filter_body .blue_btn {
    width: 100%;
    border: 0px;
    text-align: center;
    color: #fff;
    padding: 14px 5px;
    border-radius: 4px;
    background: #39b54a;
    font-size: 14px;
    border: 2px solid transparent;
}
.filter_body .blue_btn:hover {
    background: transparent;
    border: 2px solid #39b54a;
    color: #39b54a;
}
.cart_details_body {
    background: transparent !important;
    padding: 0 !important;
    border-bottom: 1px solid #d0e0e4 !important;
    border-color: #d0e0e4 !important;
}
.blue_btn_3 {
    background: #42abdc;
    color: white;
    padding: 7px 5px;
    text-align: center;
    border: 0px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 14px 5px;
    border-radius: 4px;
    position: relative;
    left: 5px;
    border: 2px solid transparent;
}
.blue_btn_3:hover {
    background: transparent;
    border: 2px solid #42abdc;
    color: #42abdc;
}
.reset_btn{
	background: #f26c4f;
	color: #fff!important;
	padding: 7px 20px;
	border-radius: 4px;
	border:solid 2px #f26c4f;
}
.reset_btn:hover{
	border:solid 2px #f26c4f;
	color: #f26c4f!important;
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
	background: #fff;
}
.search_btn{
	background: #42abdc;
	color: #fff!important;
	padding: 7px 20px;
	border-radius: 4px;
	border:solid 2px #42abdc;	
}
.search_btn:hover{
	border:solid 2px #42abdc;
	color: #42abdc!important;
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
	background: #fff;
}

.cart_details_body table .gtotal td {
    color: #333 !important;
    font-weight: 700;
}
.cart_details_body table .gtotal td {
    padding: 10px;
}
.cart_container h1 {
    font-size: 25px;
    margin-top: 0px;
    border-bottom: solid 2px #e8e8e8;
    padding-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.slick-list .product_box {
    width: 150px !important;
    border: 0px !important;
}

.x-grid3-header-offset {
    background: transparent !important;
    border-bottom: 0px;
}

.b-main-title {
    max-width: 1400px;
    margin: 10px auto 0;
    width: 100%;
    padding: 0 15px;
}

#NewAddressPanel {
    position: relative;
}

.open-close {
    position: absolute;
    right: 0;
    margin: 3px 9px;
}

#addressPanelOpenClose {
    font-size: 25px;
}

#NewAddressPanel h1 {
    z-index: 9;
    position: relative;
}

#rowBackButton td {
    padding: 0px !important;
}

.modal-footer #continueShopping {
    width: 200px;
    margin: 0 10px;
}

.modal-footer #gotoBasket {
    width: 200px;
    margin: 0 10px;
}

#succesfulldialogForProduct .modal-body {
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 18px;
}

#succesfulldialogForProduct .modal-footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.has-float-label {
    padding-right: 0px;
}

.has-float-label label,
.has-float-label>span {
    z-index: 9;
    left: 0.5rem;
    font-size: 11px;
    color: #6c757d;
    background-color: #ffffff;
}

@media (max-width: 1199px) {
    .cart_details {
        position: relative;
        width: 100%;
        margin-left: 0;
    }

    #CartItemsPanel,
    #OrderItemsPanel {
        width: 100%;
    }

    #YukoTakoReportPanel {
        width: 100%;
    }
    #OrderFormFieldsPanel {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #OrderFormFieldsPanel label {
        text-align: left;
    }
    #rowCostCenter label {
        text-align: left !important;
    }
    #btnRemoveAll {
        float: right;
    }
    #btnAddNe {
        text-align: center !important;
        margin-left: 15px;
    }
}

@media (max-height: 600px) {
    .s-logo-container {
        display: none;
    }
    .grey_bar {display:none;}
    .footer_bg {display:none;}
    #contact_us {display:none;}
    #lnkContactUs {display:block!important;}
}