/*@font-face {
  font-family: 'Quicksand';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Quicksand-regular/Quicksand-regular.eot');
  src: url('../fonts/Quicksand-regular/Quicksand-regular.eot?#iefix') format('embedded-opentype'),
       local('Quicksand Regular'),
       local('Quicksand-regular'),
       url('../fonts/Quicksand-regular/Quicksand-regular.woff2') format('woff2'),
       url('../fonts/Quicksand-regular/Quicksand-regular.woff') format('woff'),
       url('../fonts/Quicksand-regular/Quicksand-regular.ttf') format('truetype'),
       url('../fonts/Quicksand-regular/Quicksand-regular.svg#Quicksand') format('svg');
}*/

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700,900');

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	/*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Titillium Web', sans-serif !important;
	color: #6d6e71;
	background: #dddedf;
}

.clear-both {
    clear: both;
}
a:hover {
	text-decoration: none !important;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
	box-shadow: none;
}

.logo img {
    width: 220px !important;
}

.fotorama__caption {
    display: none !important;
}

.page-header .panel.wrapper {
    background: #d1d2d4 !important;
	color: #6d6e71;
	border-bottom: none !important;
}

.magicmenu .nav-desktop .level0.home {
    margin-left: 0;
}

.magicmenu .nav-desktop .level0 .level-top-mega {
    left: 0 !important;
    top: 45px !important;
    width: 100% !important;
    padding: 2rem;
}

.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
    padding: 0;
}

.magicmenu .nav-desktop .level0 > a {
    position: relative !important;
    padding: 12px 20px !important;
    color: #333 !important;
}

.magicmenu .nav-desktop .level0 > a:hover {
    color: #137ba4 !important;
}

.magicmenu .nav-desktop .level0.active > a::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #127ca4;
}

.psw_megamenu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 2rem;
}

.psw_megamenu_col {
    flex-grow: 1;
}

.psw_megamenu_group:not(:last-child) {
    margin-bottom: 20px;
}

.psw_megamenu_level_1 {
    display: block;
    font-size: 16px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #333 !important;
}

.psw_megamenu_level_2 {
    display: block;
    color: #575757 !important;
}

.psw_megamenu_level_2:hover {
    color: #333 !important;
}

.psw_megamenu_col img {
    max-width: 300px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.psw_megamenu_col img:hover {
    border: 1px solid #127ca4;
}


.page-layout-2columns-left .main {
    padding-left: 0 !important;
}

.sidebar.sidebar-additional {
    padding-right: 2%;
}

.nav-sections {
	background: transparent !important;
	border-top: 3px solid #b2b3b6;
	border-bottom: none;
	margin-bottom: 0px !important;
	z-index: 10;
}

/*
.navigation {
	background: transparent !important;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
	border: none !important;
	color: #127ca4 !important;
}

.navigation .level0.active > .level-top:before, .navigation .level0.has-active > .level-top:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #127ca4;
}

.navigation > ul > li.level0 {
	text-transform: uppercase;
	position: initial !important;
}

.navigation > ul > li > .level0.submenu {
	left: 0 !important;
}

.navigation .level0 .submenu ul.level1.submenu {
	position: relative !important;
	display: block !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}

.navigation .menu_columns_container {
	width: 75%;
	float: left;
}

.navigation .menu_column {
	width: 33.33333%;
	float: left;
}

.navigation .level1 {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.navigation .level1 > .level2 {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
}

ul.level0.submenu.ui-menu {
    column-gap: 1em;
    column-count: 4;
    width: 100%;
	max-height: 610px;
}

ul.level0.submenu.ui-menu .level1.ui-menu-item {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
*/

.navigation .level0 .submenu a {
    padding: 4px 20px !important;
}

.main_menu .ves-megamenu {
    background: transparent;
}

.minicart-wrapper {
    margin-top: 10px;
}

.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
	display: none;
}

a.action.showcart img {
    width: 35px;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block;
}

.minicart-wrapper .action.showcart .counter.qty {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -9px;
    left: -9px;
    border-radius: 20px;
	background: #127ca4;
}

.block-minicart #top-cart-btn-checkout {
    display: none;
}

.block-minicart .secondary .action.viewcart {
    background: #10789f;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.header.panel > .header.links {
	font-size: 14px;
	float: none !important;
    width: 100%;
}

.top_links_left {
    float: left;
}

.top_links_right {
    float: right;
}

.top_links_left a {
	color: crimson;
}

.top_links_right a {
	color: #6d6e71;
}

.top_links_left a:hover {
	color: red;
}

.top_links_right a:hover {
	color: #333;
}


.top_links_register, .top_links_telephone {
    display: inline-block;
    vertical-align: middle;
}

.top_links_telephone {
	margin-left: 20px;
}

.top_links_icon, .top_links_text {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.top_links_text a:first-of-type:before, .top_links_right a:first-of-type:before {
    display: none;
}

.top_links_text a:before, .top_links_right a:before {
    content: "|";
    color: #333;
    padding: 0 10px;
}

.header.panel>.header.links>li::before {
    content: "|";
    color: #333;
    padding: 0 10px;
}

.header.panel>.header.links>li:nth-of-type(2):before {
    opacity: 0;
}

.header.panel>.header.links>li {
    margin: 0 !important;
}

.header.panel>.header.links li a,
.header.panel>.header.links li a:visited {
    display: block;
    margin-top: 2px;
    color: #6d6e71;
}

.header.panel>.header.links li a:hover {
    color: #333;
}

.authorization-link {
	display: none !important;
}

.customer-welcome{
	display: none !important;
}

#search_mini_form.loading #searchsuite-autocomplete:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/media/loader/loader-1.gif)no-repeat;
	background-size: contain;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
	z-index: 2;
}

#search_mini_form.loading #searchsuite-autocomplete:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(255,255,255,0.9);
    z-index: 1;
}


.block-search {
    position: absolute !important;
    right: 20px;
    bottom: -48px;
	width: 0% !important;
	z-index: 11 !important;
}

.block-search.active_search_field {
    width: calc(100% - 50px) !important;
    max-width:500px !important;
    padding-left: 0 !important;
}

.block-search.active_search_field input#search {
	width: 100%;
	background: white;
	border: none;
}

.category_menu_container:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: #127ca4;
    transform: skewY(4deg);
    z-index: -1;
}

.block-search .action.search {
    top: 7px !important;
}

input#search {
	background: transparent;
    border: none;
    width: 30px;
    float: right;
    height: 45px;
    font-size: 15px;
    transition: 500ms;
}

input#search:focus {
	width: 100%;
	background: #dddedf;
	border: none;
}

.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    opacity: 1 !important;
}

.block-search .action.search:before {
    color: #6d6e71 !important;
    font-size: 24px !important;
}

.searchsuite-autocomplete {
	margin-top: 37px !important;
	left: 0 !important;
    width: 100% !important;
}

.category_menu_container {
	display: block;
    position: relative;
    background: #127ca4;
    color: #fff;
    position: relative;
    height: 305px;
    width: 22%;
}

.category_menu_container_bottom {
    position: absolute;
    bottom: -35px;
    width: 100%;
    height: 25px;
    border-right: 272px solid #117ba3;
    border-top: 10px solid #117ba3;
    border-bottom: 25px solid transparent;
}

.category_menu_title {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 10px;
	padding: 20px 20px 0;
}

.category_menu_item_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.category_menu_container a {
	display: block;
    color: #fff;
	padding: 10px 20px;
    font-size: 16px;
}

.category_menu_container a:hover {
	background: rgba(0,0,0,0.2);
}

.category_menu_item_name span {
    display: inline-block;
    vertical-align: middle;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
}

.category_menu_item_name img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.category_menu_more_container {
    width: 100%;
    height: 47px;
    background: #137da4;

}

.category_menu_more {
	width: 100%;
    padding: 11px 25px 0;
    transform: skewY(4deg);
	-webkit-transform: skewY(4deg);
	font-size: 12px;
	cursor: pointer;

}

.category_menu_more .line {
    width: 77%;
    height: 2px;
    background: #fff;
	display: inline-block;
    margin-right: 10px;
    position: relative;
}

.category_menu_more .line:before {
    content: "";
    width: 3px;
    height: 7px;
    background: #fff;
    position: absolute;
    right: 2px;
    bottom: 0;
    transform: skewX(50deg);
	-webkit-transform: -skewX(50deg);
}







.top_block_container {
	position: relative;
	overflow: hidden !important;
	max-height: 950px;
}

.image_1 {
	position: absolute;
    background-size: 115% !important;
    background-position: 5% 48% !important;
    border-bottom: 10px solid #dddedf;
    border-left: 10px solid #dddedf;
    z-index: 3;
    overflow: hidden;
    width: 78%;
    height: 580px;
    top: 0;
    right: 0;
		cursor: pointer;
}


.image_2 {
	position: absolute;
    background-size: cover !important;
    background-position: 103% 6% !important;
    transform: skewY(4deg);
    border-top: 10px solid #dddedf;
    overflow: hidden;
    z-index: 3;
    overflow: hidden;
    width: 55%;
    height: 456px;
    top: 56%;
    left: 0;
		cursor: pointer;
}


.image_2:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 110px;
    background: #dddedf;
    transform: skewY(-7deg);
}

/*
.image_2:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    border-left: 0px solid transparent;
    border-right: 510px solid #dddedf;
    border-bottom: 10px solid transparent;
}

.image_2:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    border-right: 0px solid transparent;
    border-left: 510px solid #dddedf;
    border-top: 10px solid transparent;
}
*/
.image_circle {
	position: absolute;
    background-size: 250% !important;
    background-position: 77% 48% !important;
    border: 10px solid #dddedf;
    z-index: 4;
    overflow: hidden;
    width: 434px;
    height: 434px;
    border-radius: 100%;
    padding-top: 35%;
    left: 39%;
    bottom: 4%;
		cursor: pointer;
}

.image_3 {
	position: absolute;
    background-size: 150% !important;
    background-position: 78% 73% !important;
    z-index: 2;
    overflow: hidden;
    width: 40%;
    height: 370px;
    right: 0;
    bottom: 5%;
		cursor: pointer;
}


.top_block_container .image_circle .topblock_text_container {
	top: 15%;
    right: 8%;
    text-align: right;
	width: 85%;
}

.top_block_container .image_3 .topblock_text_container {
    width: 54%;
    right: 0;
	bottom: 0;
    text-align: right;
}

.topblock_text_container {
    position: absolute;
    padding: 20px;
}

.topblock_text_container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(35px);
    z-index: -1;
}

.top_block_container .image_2 .topblock_text_container {
	transform: skewY(-4deg);
    top: 2%;
	right: 27%;
	width: 70%;
    text-align: right;
}

.top_block_container .image_1 .topblock_text_container {
    width: 37%;
}

.topblock_text_title {
    font-size: 28px;
    font-weight: 900;
    line-height: 0.8;
    color: #137ba4;
}

.image_1 .topblock_text_title {
	font-size: 40px;
}

.topblock_text_subtitle {
    font-size: 18px;
    padding: 10px 0;
    line-height: 1;
}

.topblock_text_text {
    font-size: 14px;
    line-height: 1.2;
}

.latest_items_category_list {
    max-width: 250px;
    width: 100%;
    text-align: center;
    background: #127ca4;
	float: left;
}

.latest_items_category_list_title {
    background: #333;
    color: #fff;
    padding: 20px;
    font-size: 28px;
	line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}


.latest_items_category_list a {
    color: #fff;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

.latest_items_category_list a:hover {
	background: rgba(0,0,0,0.2);
}


.deal_of_week_container {
	background: #fff;
	margin: 20px 0;
}

.deal_of_the_week_header_container {
	padding: 20px;
}

.deal_of_the_week_title {
    color: #333;
    font-size: 32px;
	line-height: 1;
    font-weight: 900;
	margin-bottom: 5px;
    text-transform: uppercase;
}

.deal_of_the_week_sub_title {
	font-size: 16px;
	line-height: 1;
}

.deal_of_week_first_item_desc {
    font-size: 12px;
    overflow: hidden;
	margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	height: 55px;
}

.deal_of_week_first_item_old_price {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    text-decoration: line-through;
	margin-top: 7px;
}

.deal_of_week_first_item_price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
	margin-top: 7px;
}

.deal_of_week_first_item_text_container form {
    display: inline-block;
    float: right;
}

.deal_of_week_first_item_text_container form .action.tocart.primary {
    border-radius: 0 !important;
}

.most_selling_items_product, .latest_items_product, .deal_of_week_scroll_item {
    position: relative;
    padding: 5px;
    background: #fff;
	border: 1px solid #bcbdc0;
    width: 100%;
}

.most_selling_items_product:hover .product_hover_info, .latest_items_product:hover .product_hover_info, .deal_of_week_scroll_item:hover .product_hover_info {
	bottom: 0;
	opacity: 1;
}

.deal_of_week_scroll_item:hover .deal_of_week_scroll_item_old_price, .deal_of_week_scroll_item:hover .rating-summary {
	height: 0px;
}

.deal_of_week_first_item_container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 450px;
	height: 300px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #bcbdc0;
}

.deal_of_week_scroll_item_container {
	display: inline-block !important;
	vertical-align: top;
}

.deal_of_week_first_item {

}
/*
.deal_of_week_first_item_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain !important;
    background-position: center center !important;
}
*/

.deal_of_week_first_item_image {
	text-align: center;
}

.deal_of_week_first_item_image img {
    height: 290px !important;
}

.deal_of_week_first_item_text_container {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    color: #fff;
    max-width: 300px;
}

.deal_of_week_first_item_name {
	font-size: 16px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.deal_of_week_first_item_text_container a {
	color: #fff;
}

.deal_of_week_first_item_percent {
	position: absolute;
    top: 0;
    right: 0;
    background: #127ca4;
    color: #fff;
    padding: 10px;
	font-size: 32px;
    font-weight: 700;
}

.latest_items_product_image {
    max-width: 200px;
    width: 100%;
    height: 218px;
    background-size: contain !important;
    background-position: center center !important;
    margin: 0 auto 20px;
}

.deal_of_week_scroll_item_image {
	max-width: 200px;
    width: 100%;
    height: 195px;
    background-size: contain !important;
    background-position: center center !important;
    margin: 0 auto 0px;
}

.latest_items_product_name, .deal_of_week_scroll_item_name {
    color: #333;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest_items_product_review, .deal_of_week_scroll_item_review {
    height: 25px;
	text-align: center;
}

.latest_items_product_review .product-reviews-summary .reviews-actions a:not(:last-child), .deal_of_week_scroll_item_review .product-reviews-summary .reviews-actions a:not(:last-child), .deal_of_week_first_item_review .product-reviews-summary .reviews-actions a:not(:last-child) {
	margin: 0;
}

.rating-summary .rating-result > span:before {
	color: #e4b24b;
}

.latest_items_product_review .product-reviews-summary.empty, .deal_of_week_scroll_item_review .product-reviews-summary.empty, .deal_of_week_first_item_review .product-reviews-summary.empty {
    display: none;
}

.latest_items_product_review .reviews-actions .action.view span, .deal_of_week_scroll_item_review .reviews-actions .action.view span, .deal_of_week_first_item_review .reviews-actions .action.view span {
    display: none;
}


.latest_items_product_price, .deal_of_week_scroll_item_price {
    text-align: center;
    font-weight: bold;
	font-size: 16px;
}

.latest_items_container .price_container {
    text-align: center;
	font-size: 16px;
}

.latest_items_container .latest_items_product_old_price {
    display: inline-block;
    vertical-align: bottom;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.latest_items_container .latest_items_product_price {
    display: inline-block;
    vertical-align: bottom;
}

.deal_of_week_container .owl-carousel .owl-stage-outer {
    height: 100%;
}

.deal_of_week_first_item_original_price {
	color: #999;
	text-decoration: line-through;
}

.deal_of_week_scroll_item_old_price {
	text-align: center;
	color: #999;
	height: 20px;
	overflow: hidden;
	text-decoration: line-through;
	transition: 300ms;
}

.deal_of_week_scroll_item_percent {
    position: absolute;
    top: 10px;
    right: 10px;
	font-weight: 700;
    background: #127ca4;
    color: #fff;
    padding: 10px;
}

.countdown_container {
    position: absolute;
	top: 0;
    left: 0;
    color: #333;
    text-align: center;
}

.timer_box {
    background: #fff;
    width: 60px;
    height: 60px;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    margin: 2px;
}

p.timer_time {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

p.timer_text {
    display: block;
    font-weight: normal;
    font-size: 12px;
	margin-bottom: 0;
}

.latest_items_container {
	margin: 20px 0;
	background: #fff;
}

.latest_items_product_header_container {
	position: relative;
    padding: 20px;
	/* width: calc(100% - 340px); */
	z-index: 10;
}

.owl-controls {
    position: relative;
    /* top: -60px; */
    right: 10px;
	z-index: 11;
    float: right;
}

/* .owl-theme .owl-nav [class*='owl-'] { */
.owl-prev, .owl-next {
    background: #bcbec0 !important;
    color: white !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 100px !important;
    font-size: 24px !important;
    line-height: 13px !important;
    font-weight: bold !important;
    padding: 0 0 4px 0 !important;
    margin: 0 0 0 5px !important;
    box-shadow: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.owl-prev:hover, .owl-next:hover {
	background: #6d6e71;
}

.deal_of_week_scroll_item_container .owl-controls {
    top: 20px;
}

.latest_items_container .rating-summary, .deal_of_week_container .rating-summary {
    text-align: center;
	height: 25px;
	overflow: hidden;
	transition: 300ms;
}

.bottom_block_container .product-reviews-summary {
	margin-bottom: 0;
}

/*
.owl-prev, .owl-next {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    line-height: 17px;
    background: #8e9293;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50px;
    margin: 0 2px;
	cursor: pointer;
}
*/
.header_item {
	display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    font-weight: bold;
    cursor: pointer;
}

.header_item.active {
	color: #127ca4;
	font-weight: 900;
}

.homepage_center_images_block {
	margin-top: 20px;
	text-align: center;
}

.homepage_center_images_block ul {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.homepage_center_images_block li {
    list-style: none;
	max-width: 390px;
	margin: 0 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.homepage_center_images_block li:first-child {
	margin-left: 0;
}

.homepage_center_images_block li:last-child {
	margin-right: 0;
}

.middle_block {
	width: 100%;
	margin-top: 20px;
	background: #c2c3c5;
	padding: 20px;
	text-align: center;
}

.middle_block_text {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	color: #333;
}

.middle_block_label {
	font-weight: bold;
	margin-top: 20px;
	color: #333;
}

.blog_widget_container {
    background: #d1d2d4;
    float: left;
	width: 100%;
    margin-top: 20px;
}

.blog_widget_item {
    width: 100%;
    height: 350px;
    position: relative;
	background: #fff;
	border: 1px solid #c7c8ca;
	overflow: hidden;
}


.blog_widget_image {
    position: relative;
    width: 100%;
    height: 225px;
    background-size: cover !important;
}

.blog_widget_item.odd .blog_widget_item_text_container:before {
    content: "";
    position: absolute;
    left: 0;
    top: -36px;
	width: 100%;
    border-left: 0px solid transparent;
    border-right: 310px solid transparent;
    border-bottom: 36px solid #d1d2d4;
}

.blog_widget_item.even .blog_widget_item_text_container:before {
    content: "";
    position: absolute;
    left: 0;
    top: -36px;
    border-right: 0px solid transparent;
    border-left: 310px solid transparent;
    border-bottom: 36px solid #d1d2d4;
}

h3.blog_widget_title {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 20px;
}

.blog_widget_item_date {
	text-transform: uppercase;
	font-size: 12px;
}

.blog_widget_item_title {
	margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}

.blog_widget_item_description {
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 83px;
}

.post-header {
    width: 100%;
    float: left;
}

.post-left-bar {
    display: inline-block;
    vertical-align: top;
    width: 70px;
}

.post-right-container {
    display: inline-block;
    vertical-align: top;
    width: calc(90% - 70px);
}

.post-list {
    -webkit-padding-start: 0;
}

.sidebar.sidebar-additional {
    margin-top: 20px;
}

.sidebar .widget.block {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #dcddde;
    margin-bottom: 20px;
}

.post-view {
	position: relative;
    margin-top: 20px;
    background: #fff;
    padding: 20px;
}

.post-view h2.post-title {
	margin-top: 0;
}

.post-view .post-content .post-description .post-text-hld {
	display: block;
	height: auto;
	overflow: visible;
}

.post-footer {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.widget.blog-search .action.search {
    top: 10px !important;
    right: 16px !important;
}

.widget .block-title, .widget .block-title strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    color: #127ca4;
    margin-bottom: 10px;
}

.widget .block-content .item {
    color: #6d6e71;
    padding: 7px 0 !important;
    display: block;
    border-bottom: 1px dotted #6d6e71;
}

.widget ul.accordion, .widget ul.accordion ul {
	display: block;
    list-style-type: none !important;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	margin-left: 0 !important;
}

.widget ul.accordion li {
	margin: 0 !important;
}

.widget ul.accordion a {
	color: #6d6e71;
    padding: 7px 0 !important;
    display: block;
    border-bottom: 1px dotted #6d6e71;
}

.widget .block-content .item a {
	color: #6d6e71;
}

.widget .block-content .item a:hover {
	color: #127ca4;
}

.post-list .post-header h2.post-title {
	padding: 0 0 10px !important;
}

.post-list .post-header .post-title a {
	font-size: 32px !important;
	line-height: 1.2;
}

.post-date {
    width: 50px;
    text-align: center;
    color: #fff;
}

.post-date-day {
    background: #e62b27;
    font-size: 24px;
    line-height: 1.2;
    padding: 2px;
    font-weight: bold;
}

.post-date-month {
    background: #127ca4;
	text-transform: uppercase;
}

.post-share {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background: #127ca4;
    margin-top: 10px;
    font-size: 35px;
    padding-top: 4px;
	cursor: pointer;
}

.post-holder {
    position: relative;
}

.post-title-holder {
	display: none;
    position: absolute;
    left: 70px;
    top: 125px;
    background: #fff;
    padding: 5px;
}

.post-title-holder a {
	margin: 0 !important;
}

span.at-icon-wrapper {
    height: 50px !important;
    width: 50px !important;
}

span.at-icon-wrapper svg {
    width: 50px !important;
    height: 50px !important;
}

.post-content .post-description .post-ftimg-hld {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.post-content .post-description .post-text-hld {
    height: 41px;
    overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-info .dash, .item.post-posed-date, .item.post-categories {
    display: none;
}

.item.post-author a {
    pointer-events: none;
    cursor: text;
    color: inherit;
}

.item.post-author .label {
	display: none;
}

.item.post-author a:before {
	content: "Posted by ";
}

.post-info {
	float: left;
	margin-top: 10px;
}

.product_line_text_container {
    float: left;
    max-width: 500px;
    width: 100%;
    margin-top: 50px;
    margin-left: 50px;
}

.product_line_image {
    float: right;
    max-width: 500px;
    width: 100%;
}

.product_line_title {
	font-size: 30px;
	font-weight: bold;
}

.blog_widget_item_title a {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.blog_widget_item_text_container {
    position: relative;
    top: -42px;
    padding: 10px;
    background: #d1d2d4;
    transition: 300ms;
}

.blog_widget_item:hover .blog_widget_item_text_container {
	top: -67px;
}


.product_line_feature.homepage_feature {
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
    background: #f2f2f2;
}

.bottom_block_container {
    clear: both;
    margin-top: 20px;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
}

.bottom_block_new_items_container, .bottom_block_top_rated_container, .bottom_block_right_container {
    width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.bottom_block_title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    color: #333;
    margin-bottom: 20px;
}

.bottom_block_title span {
    position: relative;
}

.bottom_block_title span:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #127ca4;
    position: absolute;
    bottom: -9px;
    left: 0;
    z-index: 20;
}

.bottom_block_title:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #c7c8ca;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 9;
}

.bottom_block_info {
    margin-bottom: 10px;
    color: #333;
}

.bottom_block_new_item_image, .bottom_block_top_rated_item_image {
    width: 110px;
    height: 110px;
	margin-right: 5px;
    background-size: cover !important;
    background-position: center center !important;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}

.bottom_block_new_item_right_container, .bottom_block_top_rated_item_right_container {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
	max-width: calc(100% - 125px);
    width: 100%;
}

.bottom_block_new_item_name, .bottom_block_top_rated_item_name {
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.bottom_block_new_item_name a, .bottom_block_top_rated_item_name a {
	color: #6d6e71;
	font-weight: normal;
}

.bottom_block_new_item_name a:hover, .bottom_block_top_rated_item_name a:hover {
	color: #117ba3;
}

.bottom_block_new_item_price, .bottom_block_top_rated_item_price {
	color: #1979c3;
	font-weight: bold;
	font-size: 16px;
}

.bottom_block_container .product-reviews-summary.empty {
	display: none;
}

.bottom_block_container .reviews-actions .action.view span {
	display: none;
}

.bottom_block_container .block.newsletter .form.subscribe {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.bottom_block_container .field.newsletter {
    float: none !important;
}

.bottom_block_container .actions {
    float: none !important;
}

.bottom_block_container .block.newsletter {
    max-width: 100%;
}

.bottom_block_container .block.newsletter {
    width: 100% !important;
}

.block.newsletter input {
    background: #333;
    border: 1px solid #333;
    color: #fff;

	border-radius: 0;
}

.block.newsletter input::-webkit-input-placeholder {
	text-transform: uppercase;
}

.block.newsletter input::-moz-placeholder {
	text-transform: uppercase;
}

.block.newsletter input:-ms-input-placeholder {
	text-transform: uppercase;
}

.action.primary {
	background: #127ca4 !important;
	border: 1px solid #127ca4 !important;
	text-transform: uppercase;
	border-radius: 100px !important;
}

.action.danger {
    background: #960000 !important;
    border: 1px solid #960000 !important;
    text-transform: uppercase;
    border-radius: 100px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.action.reset_btn {
    background: #6d6e71 !important;
    border: 1px solid #6d6e71 !important;
    text-transform: uppercase;
    border-radius: 100px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.bottom_block_shop_info_container {
    margin-top: 20px;
}

.bottom_block_info_row {
    padding: 5px 0;
    color: #333;
}

.bottom_block_info_image {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.bottom_block_info_image img {
    width: 100%;
    height: 100%;
}

.bottom_block_info_label {
    display: inline-block;
    vertical-align: middle;
}

.bottom_block_social_container {
    margin-top: 10px;
}

.social_item {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
	cursor: pointer;
}

.social_item:hover {
	background: #127ca4;
}

.page-footer {
    background: #d1d2d4 !important;
	padding-top: 20px;
}

.page-wrapper {
    overflow: hidden;
}

.page-wrapper > .page-bottom {
	width: 100% !important;
}

body.cms-home footer.page-footer {
	margin-top: -50px;
	padding-top: 65px;
}

.page-footer a {
	color: #333;
}

.page-footer a:hover {
	color: #127ca4;
}

.footer_container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
	padding: 0 20px;
	position: relative;
    z-index: 1;
}

.footer_most_popular_links_container, .footer_about_us_container, .footer_last_container {
    max-width: 375px;
    width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	color: #333;
}

.footer_title {
	font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    color: #333;
    margin-bottom: 20px;
}

.footer_title span {
	position: relative;
}

.footer_title span:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #127ca4;
    position: absolute;
    bottom: -9px;
    left: 0;
    z-index: 20;
}

.footer_title:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #999;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 9;
}

.most_popular_link_item {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.most_popular_link_group {
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_service_links, .footer_help_links {
    width: 48%;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.footer_service_links a, .footer_help_links a {
    display: block;
}

.footer_we_accept_container {
	margin-top: 20px;
}

.footer_we_accept_container img {
    width: 72px;
}

.copyright {
	display: none;
}

.footer_bottom {
    background: #8f8f8f;
    color: #fff;
    padding: 10px;
}

.footer_left {
    float:  left;
}

.footer_right {
    float:  right;
}

.toolbar.toolbar-products {
	position: relative !important;
    background: #fff;
    margin-bottom: 1px !important;
    padding: 10px 20px;
	width: 100%;
}

.products.products-grid {
    margin: 0;
}

.navigation .megamenu-sidebar.right-sidebar a {
		padding: 0 !important;
}

.navigation .megamenu-sidebar.right-sidebar img {
		border: 1px solid #ccc;
}

.megamenu-sidebar.right-sidebar img:hover {
    border: 1px solid #127ca4;
}

.page-products.page-layout-2columns-left .products-grid .product-item {
	/*width: 33.0882% !important;*/
	width: 33.0048% !important;
	height: 465px;
    position: relative !important;
    background: #fff;
    padding: 20px !important;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 2px;
    margin-bottom: 3px;
    z-index: 1 !important;
	overflow: hidden;
}

.product_hover_info {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    background: #fff;
    padding: 10px;
	transition: 300ms;
	z-index: 10;
    text-align: center;
	opacity: 0;
}

.page-products.page-layout-1column .products-grid .product-item {
	width: 24.78% !important;
    height: 465px;
    position: relative !important;
    background: #fff;
    padding: 20px !important;
    text-align: center;
    margin-left: 0 !important;
    margin-bottom: 3px;
    z-index: 1 !important;
	overflow: hidden;
}

.catalogsearch-result-index.page-layout-1column .products-grid .product-item {
    width: 24.8399686% !important;
    margin-right: 2px;
}

.page-products .products-grid .product-item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	z-index: 2 !important;
}

.page-products.page-layout-1column .products-grid .product-item:hover .product_hover_info {
	bottom: 0;
	opacity: 1;
}

/*
.product-item {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 20px);
  margin: 10px;
  background: rgba(0,0,0,0.1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 20;
}

.product-item:hover:before, .product-item:focus:before, .product-item:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/

.page-products.page-layout-2columns-left .products-grid .product-item:hover .product_hover_info {
	bottom: 0;
	opacity: 1;
}

.page-products .product-item-info {
    width: 100%;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
	background: transparent !important;
	position: unset;
}

.special_price_percent {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: #137da4;
    color: #fff;
}

.opc-progress-bar-item._active > span:before {
		background: #E6352A !important;
    border-color: #E6352A !important;
}

.opc-progress-bar-item._active > span:after {
    border-color: #E6352A !important;
}

.opc-progress-bar-item._active:before {
    background: #E6352A !important;
    border-color: #E6352A !important;
}

.checkout-index-index .field {
    margin-bottom: 8px;
}

.checkout-index-index .action.primary {
    padding: 5px 20px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
}

.checkout-index-index .opc-block-summary .table-totals {
		border-top: 1px solid #cccccc;
    width: 100%;
    float: none;
}

.products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
	display: none !important;
}

.page-products .products-grid .product-item .product-item-name {
	font-weight: bold;
	color: #6d6e71;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-products .products-grid .product-item .price-final_price {
	color: #127ca4;
}

.page-layout-1column .product.media img {
	width: 100%;
}

.page-layout-1column .product.media .loader img {
	width: auto;
}

.catalog-product-view.page-layout-1column .column.main, .catalog-product_compare-index.page-layout-1column .column.main, .cms-about-psw.page-layout-1column .column.main, .cms-contact-us.page-layout-1column .column.main, .cms-terms-and-conditions-sale.page-layout-1column .column.main, .cms-terms-and-conditions-use.page-layout-1column .column.main, .cms-careers.page-layout-1column .column.main, .cms-privacy-policy-and-cookies.page-layout-1column .column.main, .checkout-index-index.page-layout-checkout .column.main, .checkout-index-index.page-layout-1column .column.main, .checkout-onepage-success.page-layout-1column .column.main, .multishipping-checkout-addresses.page-layout-checkout .column.main, .multishipping-checkout-address-newshipping.page-layout-checkout .column.main, .multishipping-checkout-shipping.page-layout-checkout .column.main, .cms-no-route .column.main, .notfoundpages-noroute-other .column.main, .customer-account-login .column.main, .customer-account-create .column.main, .cms-gdpr .column.main {
	margin: 20px 0;
	background: #fff;
	padding: 20px;
}

.account.page-layout-2columns-left .column.main {
	background: #fff;
	padding: 20px !important;
}

.wishlist-index-index .products-grid.wishlist .product-item {
		position: relative;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:  ellipsis;
}

.wishlist-index-index .product-item-inner .comment-box {
    margin-top:  0;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner {
    width: calc(100% + 2px);
    height: 200px;
    position: absolute;
    box-shadow:  none;
    margin: 0;
    bottom: -160px;
    left: -1px;
    clip: auto;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    right: 0;
		display: none;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-info:hover .product-item-inner {
	display: block !important;
}

.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner:hover {
    display: block !important;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
	border-color: #e62b28;
}

.cms-about-psw.page-layout-1column .column.main, .cms-contact-us.page-layout-1column .column.main {
	float: left;
}

.contact_us_right pre.highlight {
    background: transparent;
    border: none;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    word-break: normal;
    white-space: normal;
    padding: 0;
}

.contact_us_right form#contact-form label {
    font-weight: bold;
}

.contact_us_right form#contact-form .field {
    margin-bottom: 10px;
}

.contact_us_right form#contact-form .fieldset {
    margin: 0 0 10px;
}

#contactForm {
    margin-bottom: 50px;
}

#contactForm .form-group {
    margin-bottom: 10px;
}

#contactForm label {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

#contactForm .submit-button {
    display: grid;
    justify-content: flex-end;
}

.contact_us_image iframe {
    margin-top: -48px;
    margin-left: -2px;
    border: none;
}

.contact_us_image {
    overflow: hidden;
}

.checkout-cart-index.page-layout-1column .cart-container {
	background: #fff;
    padding: 20px;
}

body.cms-home.page-layout-1column .column.main {
    padding: 0;
    background: transparent;
		margin: 0;
}

.page-layout-1column .product.media {
	width: 40% !important;
}

.page-layout-1column .product-info-main {
	width: 57% !important;
}

.product-info-main .page-title-wrapper h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 5px !important;
}

.page-bottom .title {
    font-weight: bold;
    margin: 10px 0;
}

.product-info-main .product.attribute.overview {
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 20px;
}

.product.data.items > .item.title {
    margin: 3px 0 0 !important;
	text-transform: uppercase;
}

.product.data.items > .item.title.active > .switch {
	background: #127ca4 !important;
	color: #fff !important;
}

.product.data.items > .item.title .counter {
	display: none;
}

.product.data.items > .item.content {
	padding: 0 !important;
	border-top: 2px solid #127ca4 !important;
}

.additional-attributes-wrapper .table.additional-attributes tr:nth-child(odd) {
    background: #e7e7e8;
}

.additional-attributes-wrapper .table.additional-attributes tr th, .additional-attributes-wrapper .table.additional-attributes tr td {
    padding: 5px 10px !important;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable {
    font-weight: 700;
	clear: both;
    text-transform: none !important;
}

.box-tocart .field.qty, .box-tocart .actions {
    display: inline-block;
    vertical-align: middle;
}

.box-tocart .action.tocart {
    width: 100% !important;
    padding: 4px 17px;
	font-size: 14px;
    font-weight: bold;
	border-radius: 0;
	margin-top: 1px;
}

.qty-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    border: 1px solid #ccc;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
}

.qty-btn:hover {
	background: #e2e2e2;
}

.qty-minus {
    margin-right:  -4px;
}

.qty-plus {
    margin-left:  -4px;
    margin-right: 5px;
}

.product.attribute.description:before {
    content: "QUICK OVERVIEW";
    font-size: 16px;
    font-weight: 700;
}

.product-info-main .product-add-form {
	padding-top: 0 !important;
}

.product-info-main .product-info-price .price-box {
	display: block;
	width: auto;
}

.product-info-main .price-including-tax + .price-excluding-tax:before, .weee[data-label]:before, .products-grid .price-including-tax + .price-excluding-tax:before, .products-grid .weee[data-label]:before {
	display: none;
}

.product-info-main .price-final_price .price-excluding-tax {
	float: left;
	display: inline-block !important;
    vertical-align: bottom;
}

.product-info-main .price-final_price .price-excluding-tax .price {
	font-size: 36px !important;
	line-height: 36px !important;
	color: #127ca4;
}

.product-info-main .price-final_price .price-including-tax {
	margin-top: 17px;
    display: inline-block !important;
    vertical-align: bottom;
    margin-left: 10px;
}

.product-info-main .price-final_price .price-including-tax .price {
	font-size: 16px !important;
	line-height: 16px !important;
}

.product-info-main .price-final_price .price-including-tax .price:before {
	content: "(";
}

.product-info-main .price-final_price .price-including-tax .price:after {
	content: " including VAT)";
}



.product-info-main .product-info-stock-sku {
    display: block;
    text-align: left;
    float: none;
    padding: 10px 0 0 0;
}

.product-info-main .product-info-price {
	border-bottom: none !important;
}

.product-info-main .product-info-price .old-price {
    clear: both;
    display: block;
}

.product-info-main .product-info-price .old-price .price-wrapper.price-including-tax {
    vertical-align: baseline;
}

.products-grid .price-wrapper.price-including-tax {
    display: none;
}

.products-grid .price-wrapper.price-including-tax[data-price-type="oldPrice"] {
    display: block;
}

.products-grid .price-wrapper.price-including-tax[data-price-type="oldPrice"] .price, .products-list .price-wrapper.price-including-tax[data-price-type="oldPrice"] .price {
    font-size: 1.4rem !important;
    line-height: 1 !important;
}

.products-grid .price-wrapper.price-excluding-tax .price {
    font-size: 20px !important;
    line-height: 20px !important;
}

.box-tocart {
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.product-addto-links .action {
    background: #117ba3;
    display: block !important;
    float: left;
    color: #fff !important;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 2;
    margin-top: 1px;
    margin-right: 0px;
}

.catalog-product-view .product-addto-links span {
    display: none;
}

.catalog-product-view a.action.mailto.friend span {
    display: none;
}

.catalog-product-view .product-addto-links .action:before {
    margin: 0 !important;
	font-size: 13px;
}

.catalog-product-view a.action.mailto.friend {
    background: #117ba3;
    display: none !important;
    float: left;
    color: #fff !important;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 2;
    margin-top: 1px;
    margin-right: 0px;
}

.catalog-product-view a.action.mailto.friend:before {
    margin: 0 !important;
}

/*
.product-addto-links {
    background: #127ca4;
    padding: 6px 7px 7px;
}

.action.mailto {
    background: #127ca4;
    padding: 6px;
	color: #fff !important;
}

.product-addto-links a {
    margin: 0 !important;

}

.product-social-links .action.tocompare:before, .product-social-links .action.mailto:before {
    color: #fff;
    text-align: center;
    margin: 0 !important;
}


.product-addto-links span, .action.mailto span {
    display: none;
}
*/
.product.attribute.description {
	margin-bottom: 20px;
}

.product-info-main .retail_price {
    clear: both;
    margin-top: 10px;
}

.product-info-main .retail_price span {
	font-weight: bold;
}

.product.attribute.sku {
    font-weight: bold;
}

.product.attribute.sku .value:before {
    content: "VENDOR CODE: ";
    font-weight: normal;
}

.product.attribute.sku .type {
    display: none;
}

.sidebar_menu_container {
	position: relative;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #dcddde;
	margin-bottom: 20px;
}

.sidebar_menu_container form {
	margin-top: 10px;
}

.sidebar_menu_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    color: #127ca4;
	cursor: pointer;
}

.sidebar_menu_toggle_container {
    position: absolute;
    top: 14px;
    right: 10px;
	cursor: pointer;
}

.sidebar_menu_toggle_container .fa-minus, .sidebar_menu_toggle_container .fa-plus {
	display: none;
}

.sidebar_menu_toggle_container.collapsed .fa-minus, .sidebar_menu_toggle_container.hidden .fa-plus, .sidebar_menu_toggle_container.partial .fa-plus, .sidebar_menu_toggle_container.hidden_partial .fa-minus {
	display: block;
}

.sidebar_menu_toggle_container.collapsed .fa-plus, .sidebar_menu_toggle_container.hidden .fa-minus {
	display: none;
}

.sidebar_category_menu_item_name a {
    color: #6d6e71;
    padding: 7px 0;
    display: block;
    border-bottom: 1px dotted #6d6e71;
}

.sidebar_manufacture_items_container, .sidebar_price_range_items_container {
	position: relative;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #dcddde;
    margin-top: 10px;
    margin-bottom: 0px;
}

.sidebar_item, .sidebar_category_item, .sidebar_manufacture_item, .sidebar_price_range_item {
    color: #6d6e71;
    padding: 7px 0;
    display: block;
    border-bottom: 1px dotted #6d6e71;
}

.sidebar_item input, .sidebar_category_item input, .sidebar_manufacture_item input, .sidebar_price_range_item input {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.sidebar_item label, .sidebar_category_item label, .sidebar_manufacture_item label, .sidebar_price_range_item label {
	display: inline-block;
    vertical-align: middle;
    max-width: 173px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hide {
	display: none !important;
}

.sidebar_item input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.sidebar_item input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 22px;
}

.sidebar_item input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */

.sidebar_item input[type=checkbox]:checked + label:before { content: "\f14a"; color: #127ca4;} /* checked icon */


.block-reorder .control, .block-reorder .primary { display:none !important; } /* to hide the checkbox itself */


.toggle_switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 34px;
}

.toggle_switch input.show_products_in_stock_checkbox {display:none;}

.toggle_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle_switch input:checked + .toggle_slider {
  background-color: #127ca4;
}

.toggle_switch input:focus + .toggle_slider {
  box-shadow: 0 0 1px #2196F3;
}

.toggle_switch input:checked + .toggle_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggle_slider.round {
  border-radius: 34px;
}

.toggle_slider.round:before {
  border-radius: 50%;
}

.switch_html {
    display: inline-block;
    vertical-align: middle;
	margin-left: 5px;
}

.counter_filter_div {
	display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

span.counter_pill {
	display: block;
    background: #e2e2e2;
    color: #777;
    font-size: 12px;
    border-radius: 100px;
    text-align: center;
    width: 32px;
    padding: 1px 0;

}

.sidebar_quick_filter_btn .action.primary {
    padding: 4px;
    font-size: 10px;
    width: 32px;
    margin-left: 0;
}

.block.block-compare, .block.block-wishlist, .block.block-reorder {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #dcddde;
    margin-bottom: 20px;
}

#block-compare-heading, .block.block-wishlist .block-title strong, .block.block-reorder .block-title strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    color: #127ca4;
    margin-bottom: 10px;
}

.sidebar .block.block-wishlist .product-items .product-item-info .product-item-photo {
    display: none;
}

.sidebar .block.block-wishlist .product-items .product-item-details {
    margin-left:  0;
}

.sidebar .block.block-wishlist .product-items .product-item {
    border-bottom: 1px dotted #6d6e71;
    padding-bottom:  10px;
}

.page-main .block {
	margin-bottom: 20px !important;
}

.block-compare .action.primary {
    color: #fff;
    border-radius: 0;
    border: 1px solid #127ca4;
    background: #127ca4;
    box-shadow: none !important;
}

.block-compare .action.primary:hover {
	color: #fff;
}

.page-layout-1column .sidebar-additional {
	display: none;
}

.loading_spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255,255,255,0.3);
    text-align: center;
    color: #127ca4;
}

.loading_spinner img {
    position: relative;
    width: 50px;
    height: 50px;
}

.column.main .products-list .product-items {
    margin: -28px 0 -28px 0 !important;
}

.products-list .product-item {
	position: relative;
    background: #fff;
    margin-bottom: 2px;
    padding: 10px;
}

.products-list .product-item-details {
	padding: 20px;
	width: calc(100% - 240px);
    display: inline-block;
}

.products-list .product-item-details strong {
	color: #6d6e71;
	font-size: 16px;
	font-weight: bold;
}

.products-list .price {
	color: #1979c3;
	font-size: 20px;
	font-weight: bold;
}

.products-list .product-item-description {
	color: #6d6e71;
}

.irs-bar {
    border-top: 1px solid #127ca4 !important;
    border-bottom: 1px solid #127ca4 !important;
    background: #127ca4 !important;
}

.irs-from, .irs-to, .irs-single {
	background: #127ca4 !important;
}

.irs-from:after, .irs-to:after, .irs-single:after {
	border-top-color: #127ca4 !important;
}

.catalog-category-view .page-title-wrapper {
    background: #bcbdc0;
    padding: 20px 50px;
    position: relative;
	margin-bottom: -10px;
}

.full_width_heading {
    background: url(/media/wysiwyg/bure.png);
    padding: 50px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	margin-bottom: 20px;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.full_width_heading .page-title, .catalog-category-view .page-title-wrapper .page-title, .catalog-category-view .full_width_heading .page-title, .catalog-product-view .full_width_heading .page-title, .productadvice-index-index .full_width_heading .page-title, .blog-index-index .full_width_heading .page-title, .blog-post-view .full_width_heading .page-title, .blog-archive-view .full_width_heading .page-title, .blog-search-index .full_width_heading .page-title {
    color: #fff;
    font-size: 34px;
	font-weight: 900;
    text-transform: uppercase;
}

.page-title-left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 85px);
}

.page-title-right {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.productadvice-index-index .full_width_heading p {
    color: #fff;
}

.productadvice-index-index .columns {
    margin-top: 20px;
}


.product_advice_tool_selection_container {
	display: inline-block;
    vertical-align: top;
    max-width: 305px;
    width: 100%;
    margin-right: 5px;
		border: 1px solid transparent;
}

.product_advice_tool_selection_container:hover {
	border: 1px solid #127ca4;
}

.product_advice_tool_selection_container img {
    height: 260px;
}

.ves-megamenu img:hover {
    transform: none !important;
}

.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
	background: transparent !important;
}

#product_advice_tool_form input[type="radio"] {
    display: none;
}

#product_advice_tool_form label {
    display: block;
    float: left;
    background: #fff;
    color: #6d6e71;
    padding: 20px;
    max-width: 305px;
    width: 100%;
    text-align: center;
    margin: 2px 0;
    cursor: pointer;
    text-transform: uppercase;
}

.form-row {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #c2c3c5;
}

.form-row:last-child {
	border-bottom: none;
}

.productadvice-index-index form select {
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    width: 100%;
}

.productadvice-index-index form label {
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
    width: 100%;
}

.associated_products_types_container {
    background: #fff;
    border-bottom: 1px solid #dddedf;
}

.associated_products_type_link {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border-right: 1px solid #dddedf;
    min-width: 127px;
    text-align: center;
	cursor: pointer;
}

.associated_products_outer_container {
	position: relative;
	height: 385px;
	margin-bottom: 40px;
	z-index: 2;
}

.associated_products_container {

    clear: both;
    margin-bottom: 20px;
	background: #fff;
	border-top: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
}

.no_associated_products_item {
	padding: 20px;
	font-size: 20px;
    background-color:white;
}

.associated_products_item {
	float: left;
    width: 25%;
    padding: 20px;
    background: #fff;
    border: 1px solid #dddedf;
	border-top: none;
	border-bottom: none;
}

.associated_products_type_link.active {
    background: #127ca4;
    color: #fff;
    position: relative;
}

.associated_products_type_link.active:after {
	content: "";
    border-top: 10px solid #127ca4;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 5px);
    z-index: 10;
}

.associated_products_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.associated_products_price {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.block.review-add {
    padding: 20px;
}

a.pdf_download_btn {
    background: #117ba3;
    color: #fff;
	margin-left: 5px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.pdf_link {
	padding: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pdf_link img, .pdf_link a {
	display: inline-block;
	vertical-align: middle;
}

.detail_row {
    word-break: break-all;
}

.detail_row:nth-child(odd) {
    background: #eee;
}

.detail_label {
    max-width: 170px;
    width: 100%;
	font-weight: bold;
}

.detail_label, .detail_info {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
}

.detail_info {
    max-width: calc(100% - 170px);
    width: 100%;
}

.award_row {
	padding: 10px;
}

.message.success, .message.info {
	margin: 20px 0;
}

.review-form .action.submit.primary {
	color: #fff;
}

.toolbar-amount {
	position: static;
}

.fieldset > .field, .fieldset > .fields > .field {
	margin: 0;
}

.spotlight_container {
    float: left;
    width: 100%;
}

.spotlight {
	position: static;
}

.spotlight_text {
	position: absolute;
    bottom: 0;
    right: 0;
	padding: 10px;
    z-index: 10;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
	width: 80%;
	text-align: right;
	transition: 500ms ease-in-out;
	color: #fff;
}


.spotlight img {
    width: 100%;
	max-width: 200%;
	transition: 200ms ease-in-out;
}

.spotlight_container .owl-item {
	overflow: hidden;
}


.spotlight .spotlight_text {
    position:  absolute;
    width: 100%;
    height: 22%;
    background: rgba(0,0,0,0.5);
    z-index:  2;
    opacity:  1;
    transition: 200ms ease-in-out;
}

.spotlight:before {
	bottom: 0;
    right: 0;
}
/*
.spotlight:hover .spotlight_text {
    bottom: 14%;
    color: #fff;
}
*/

.spotlight:hover .spotlight_text {
    opacity:  1;
    width: 100%;
    height: 100%;
}



.spotlight .spotlight_text_desc:after {
    content: "LEARN MORE";
    position:  absolute;
    font-weight: bold;
    font-size: 16px;
    background: #117ba3;
    padding: 5px 10px;
	bottom: -50px;
    opacity:  0;
    transition:  400ms ease-in-out;
	transition-delay: 300ms;
}

.spotlight .spotlight_text_desc:after {
	right: -100%;

}

.spotlight:hover .spotlight_text_desc:after {
    opacity:  1;
    right: 0;
}

.spotlight_text_desc {
	position: relative;
    font-size: 14px;
    font-weight: 300;
	line-height: 1.2;
	margin: 10px 0;
	width: 80%;
    opacity:  0;
	right: -100%;
    transition: 500ms ease-in-out;
}

a.spotlight:hover .spotlight_text_desc {
    right: -20%;
    opacity:  1;
}

.spotlight_img {position: relative;width: 100%;height: 310px;top: 0;left: 0;overflow: hidden;transition: 1000ms ease-in-out;}

.spotlight:hover .spotlight_img {
    width: 110%;
    top: -10%;
    left: -5%;
}

.testimonials_container {
	position: relative;
	float: left;
    width: 100%;
	margin-top: 20px;
	background: #117ba3;
	color: #fff;
	overflow: hidden;
}

.testimonials, .awards_reviews {
	padding: 50px 10%;
}

.testimonials .owl-controls, .awards_reviews .owl-controls {
    top: 0;
    left: 0;
    right: unset;
    width: 100%;
	height: 100%;
}

.testimonials .owl-prev, .awards_reviews .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
	background: linear-gradient(to right, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 ) !important;
    border-radius: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    width: 10% !important;
    font-size: 78px !important;
    line-height: 1 !important;
}

.testimonials .owl-next, .awards_reviews .owl-next {
    position: absolute;
    right: 0;
    top: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%) !important;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=1 ) !important;
    border-radius: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    width: 10% !important;
    font-size: 78px !important;
    line-height: 1 !important;
}

.testimonials_background {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    width: 100%;
    background-size: cover !important;
    height: 100%;
    background-position: center center !important;
}

.testimonials_background img {
    width: 100%;
}

.testimonial_container {
    text-align: center;
}

.testimonial {
    font-size: 18px;
    line-height: 1.4;
}

.testimonial:before, .testimonial:after {
    content: '"';
}

.testimonial_details {
    margin-top: 20px;
    position: relative;
    color: #fff;
    font-size: 22px;
}



.megamenu-sidebar.right-sidebar .product-item {
	width: 100% !important;
}

.nav-item.active {
    border-top: 3px solid #117ba3 !important;
    margin-top: -3px !important;
}

.ves-menu .ves-megamenu li.active>a {
    background: transparent !important;
    color: #333 !important;
}

.ves-megamenu li.level0:hover > a {
	background: transparent !important;
    color: #117ba3 !important;
}

.product_advice_tool_menu {
    text-align: center;
}

.product_advice_tool_menu .product_advice_tool_selection_container {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    text-transform: uppercase;
    max-width: 24%;
    margin-bottom: 7px;
}

.product_advice_tool_menu .product_advice_tool_selection_container:hover {
	border: 1px solid #127ca4;
	cursor: pointer;
}

.ap_nav_container {
    float: right;
	margin-right: 10px;
}

.ap_nav {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #ccc;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 100%;
    line-height: 0.85;
    margin-top: 5px;
    cursor: pointer;
}

button.action.subscribe.primary {
    border-radius: 0 !important;
}

button#product-addtocart-button {
    border-radius: 0 !important;
}

.icon.action.primary:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-family: 'luma-icons';
    margin: -2px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.addtocart:before {
    content: "\e611";
}

.product_hover_info form, .product-item-buttons form {
    display: inline-block;
    vertical-align: middle;
}

.product_hover_info .action.primary {
    border-radius: 0 !important;
}

.product-item-buttons .icon {
    border-radius: 0 !important;
}

.form-login .actions-toolbar {
    margin-top: 20px;
}

div#product-review-container {
    padding: 20px 20px 0;
}

.page-main .block.review-list {
    margin-bottom: 0 !important;
}

#customer-reviews .block-title strong {
    font-weight: 900;
    text-transform: uppercase;
    color: #117ba3;
}

fieldset.field.review-field-ratings {
    float: right;
    width: 30%;
    padding: 10px;
}

.field.review-field-nickname {
    float: left;
    width: 70%;
}

.field.review-field-summary {
    float: left;
    clear: left;
    width: 70%;
}

.field.review-field-text {
    clear: both;
    width: 85%;
}

.fieldset.review-fieldset legend.label {
    display: none !important;
}

fieldset.fieldset.review-fieldset .review-field-rating .label {
    display: inline-block;
    vertical-align: middle;
    max-width: 55px;
    width: 100%;
}

fieldset.fieldset.review-fieldset .control.review-control-vote {
    display: inline-block;
    vertical-align: middle;
}

.review-control-vote label:before, .review-control-vote:before {
    font-size: 20px;
    letter-spacing: 2px;
}

.review-form {
	max-width: 100%;
}

#product-review-table .field.choice {
    height: 25px;
}

.review-add .block-title strong {
    font-weight: 900;
    font-size: 22px;
    color: #117ba3;
}

.review-add .block-title {
    display: block;
    text-transform: uppercase;
}

.review-ratings ~ .review-content, .review-ratings ~ .review-details {
    margin-left: 0;
    clear: both;
    margin-top: 20px;
    float: left;
    margin-bottom: 0;
}

#customer-reviews .block-title {
    float: left;
}

#customer-reviews .block-content {
    clear: both;
}

.customer-review-count {
    float: right;
    font-weight: bold;
    font-size: 14px;
}

span.review-count-number {
    background: #e2e2e2;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    line-height: 1.5;
	font-weight: normal;
}

.catalog-product-view .addthis_inline_share_toolbox {
	margin-top: 10px;
}

.catalog-product-view .addthis_inline_share_toolbox:before {
	content: "SHARE THIS";
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.catalog-product-view span.at-icon-wrapper {
    width: 32px !important;
    height: 32px !important;
}

.catalog-product-view span.at-icon-wrapper svg {
    width: 32px !important;
    height: 32px !important;
}

table#product-comparison tr:nth-child(even) {
    background: #f1f1f1;
}

table#product-comparison tr:last-child {
    background: #fff;
}

td.cell.product.attribute.cell-product-attribute-name a {
    color: #fff;
    font-weight: bold;
}

th.cell.label.cell-product-attribute-name {
	border-bottom: 5px solid;
    border-left: 0;
    border-color: #117aa2 !important;
}

td.cell.product.attribute.cell-product-attribute-name {
	background: #117ba3;
    text-align: center;
    border-color: #117aa2;
}

.table-comparison .product-item-actions, .table-comparison .price-box, .table-comparison .product.rating, .table-comparison .product-item-name {
	margin: 0;
}

.table-comparison .cell.label, .table-comparison .cell.product.info, .table-comparison .cell.product.label, .table-comparison td:last-child {
    border-right: none;
}

.table-comparison .cell.product.info, .table-comparison .cell.product.label {
	border-bottom: none;
}

.table > tbody + tbody {
	border-top: none;
}

.table-wrapper.comparison .table-comparison td.cell.product.info.cell-product-info-photo:first-of-type {
    border-left: 1px solid #ccc;
}

.table-wrapper.comparison .table-comparison td.cell.product.info.cell-product-info-photo {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.table-comparison {
	border-collapse: separate;
}

td.cell.product.attribute {
    border-right: 1px solid #ccc;
    /* border-left: 1px solid #ccc; */
}

td.cell.product.attribute:last-child {
}

table#product-comparison tr:last-child td.cell.product.attribute, table#product-comparison tr:last-child th.cell.label {
    border-right: none !important;
    border-left: 0;
}

table#product-comparison td:first-child {
}

th.cell.label {
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc;
}

table#product-comparison tr:last-child td.cell.product.attribute, table#product-comparison tr:last-child th.cell.label {
    border-top: 1px solid #ccc;
}

table#product-comparison tr:last-child td.cell.product.attribute {}

th.cell.label.remove {
    border: none !important;
}

th.cell.label.product.cell-product-info-photo-label {
    border-top: 0 !important;
}

.table-comparison .action.tocart {
	border-radius: 0 !important;
}

.table-comparison .price-box .price-including-tax span.price {
    color: #117ba3;
    font-weight: bold;
    font-size: 16px;
}

.table-comparison .cell.remove {
    padding: 0;
    position: relative;
    top: 22px;
}

.table-comparison .product.attribute.description:before, .table-comparison .product.attribute.sku .value:before {
	display: none;
}

td.cell.product.attribute.application_code, td.cell.product.attribute.included_with_product {
    text-transform: capitalize;
}

.abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
	width: 100%;
	padding-right: 0;
}

.abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
    width: 100% !important;
    padding-right: 0 !important;
}

td.col.actions {
    padding: 15px;
}

table#shopping-cart-table {
    border: 1px solid #ccc;
}

table#shopping-cart-table td, table#shopping-cart-table th {
    padding: 10px;
    vertical-align: middle;
	border-right: 1px solid #ccc;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax, .cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.msrp .price-including-tax, .cart.table-wrapper .col.msrp .price-excluding-tax, .order-details-items .col.price .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.subtotal .price-excluding-tax {
    font-size: 14px;
}

.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {
	position: relative;
}

.cart.table-wrapper .product-item-details {
	padding-bottom: 0 !important;
}

.cart.table-wrapper .product-item-name {
	margin: 0 !important;
}

.action-towishlist:before {
    content: '\e600';
    font-family: 'luma-icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 2;
    color: #757575;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 25px;
}

.action-towishlist span {
    display: none;
}

.action-towishlist:hover:before {
    color: crimson;
}

.cart.table-wrapper .action {
}

.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {
    right: 0;
}

.cart.table-wrapper .col.qty .input-text {
    margin-top:  0;
}

.cart.table-wrapper .product-item-details {
    padding-bottom:  0;
}

.cart.table-wrapper .product-item-name {
    font-size: 14px;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax, .cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.msrp .price-including-tax, .cart.table-wrapper .col.msrp .price-excluding-tax, .order-details-items .col.price .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.subtotal .price-excluding-tax {
    font-size: 14px;
	color: #10789f;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax .price, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.price .price-including-tax .price, .cart.table-wrapper .col.price .price-excluding-tax .price, .cart.table-wrapper .col.subtotal .price-including-tax .price, .cart.table-wrapper .col.subtotal .price-excluding-tax .price, .cart.table-wrapper .col.msrp .price-including-tax .price, .cart.table-wrapper .col.msrp .price-excluding-tax .price, .order-details-items .col.price .price-including-tax .price, .order-details-items .col.price .price-excluding-tax .price, .order-details-items .col.subtotal .price-including-tax .price, .order-details-items .col.subtotal .price-excluding-tax .price {
	font-weight: normal;
}

.cart.table-wrapper .actions-toolbar {
    padding-bottom:  0;
	text-align: center;
}

.cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before {
    font-size: 22px;
    line-height: 2;
}

table#shopping-cart-table td {
    padding: 0 10px;
}

.cart.table-wrapper .col.item {
    width: 125px;
}

.cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp {
	text-align: center;
}

.cart-summary {
    top: 0 !important;
    margin-top:  20px;
    width: 40% !important;
    background: #fff;
}

.cart-summary > .title {
    display: none !important;
}

.page-main .cart-summary .block.shipping {
    display: none;
}

.cart-totals, .opc-block-summary .table-totals {
    border-top: none;
    width: 70%;
    float:  right;
}

.opc-block-summary .table-totals .grand.totals strong {
    color: #117ba3;
}

.opc-block-summary .table-totals tr.grand.totals {}

.cart-summary tr.grand.totals {
    color: #117ba3;
}

.cart-summary .checkout-methods-items {
    margin-top:  0;
    text-align: right;
}

.action.primary.checkout,.action.primary.save {
    border-radius: 0 !important;
    max-width: 205px;
    font-size: 14px !important;
    padding: 5px 10px !important;
}

.action.primary.continue {
	border-radius: 0 !important;
	font-size: 14px;
	padding: 5px 10px;
	margin: 10px 15px 0 0 !important;
}


.multicheckout .table-wrapper .product-item-name {
    font-size: 14px;
}

.cart-summary .checkout-methods-items .item {
    margin-bottom: 5px;
}

.checkout-cart-index div#block-discount {
    float:  left;
    width: 58%;
    margin-top: 20px;
    background: #fff;
    margin-right: 2%;
}

.checkout-cart-index div#block-discount .title {
    background: #000;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.checkout-cart-index div#block-discount .content {
	display: block !important;
    padding: 10px;
}

.checkout-cart-index div#block-discount .content .field {
    float: left;
    width: 77%;
    margin-right: 1%;
}

.checkout-cart-index div#block-discount .content .actions-toolbar button {border-radius: 0 !important;margin-top: 28px;margin-right:  0;}


.checkout-index-index .minicart-wrapper {
    display: none;
}

.checkout-index-index .block-search {
    display: none;
}

.checkout-index-index .page-wrapper .panel.wrapper {
    display: none;
}

.about_us_image img {
    width: 100%;
}

.about_us_left {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.about_us_right {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.faq_item {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.faq_question {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}

.faq_icon {
	position: relative;
    background: #999;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 4px;
    margin-right: 10px;
}

.faq_question_text {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 50px);
	width: 100%;
}


.faq_icon:after {
    content: "";
    position: absolute;
    border-right: 6px solid transparent;
    border-top: 8px solid #999;
    border-left: 6px solid transparent;
    bottom: -8px;
    left: 9px;
}

.faq_item.open .faq_icon {
	background: #2D93D3;
}

.faq_item.open .faq_icon:after {
	border-top: 8px solid #2D93D3;
}

.faq_answer {
	display: none;
}

.cms-contact-us .fieldset > .legend {
	display: none;
}

.contact_us_image img {
	width: 100%;
}

.contact_us_left {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.contact_us_right {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.cms-contact-us .contact_us_right .primary {
	/* float: right; */
	margin: 0;
}

.cms-contact-us .contact_us_right button.action.submit.primary {
	margin: 0;
}

.cms-contact-us textarea {
	height: 150px;
}

.contact_us_right br:first-of-type {
    display: none;
}

.contact_us_right .webforms fieldset {
    margin-bottom: 10px;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #e62b28;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #e62b28;
}

.fotorama__thumb-border {
    border: 1px solid #127ca4 !important;
}

@media (max-width: 1280px) {
	.page-products .products-grid .product-item {width: 33% !important;}
	.sidebar_item label, .sidebar_category_item label, .sidebar_manufacture_item label, .sidebar_price_range_item label {max-width: 135px;}
	.counter_filter_div {margin-left: 0; float: right;}
}

@media (max-width: 1240px) {
	.footer_most_popular_links_container, .footer_about_us_container, .footer_last_container {margin-right: 0;}
	.footer_last_container {max-width: 800px; margin-top: 20px;}
	.footer_service_links, .footer_help_links {width: 32%;}
	.footer_we_accept_container {margin-top: 0; width: 32%; display: inline-block; vertical-align: top;}
}

@media (max-width: 1180px) {
	.sidebar_menu_toggle_container {display: none;}
	.ves-megamenu .nav-item {font-size: 12px;}
	.category_menu_container a {font-size: 14px;}
	.category_menu_container img {width: 25px;}
	.image_2 {}
}

@media (max-width: 1150px) {
	/*.navigation > ul > li a {font-size: 10px;}*/
	.spotlight_text {font-size:18px}
}

@media (max-width: 1100px) {
	.ves-megamenu .nav-item {font-size: 10px;}
	.bottom_block_new_items_container, .bottom_block_top_rated_container, .bottom_block_right_container {width: 48%;}
}

@media (max-width: 1045px) {
	.sidebar_item label, .sidebar_category_item label, .sidebar_manufacture_item label, .sidebar_price_range_item label {max-width: 120px;}
}

@media (max-width: 1025px) {
	.column.main .product-items, .products {margin: 0;}
}

@media (max-width: 1023px) {
	.header.content {padding: 10px 5px 0 !important; min-height: 81px;}
	.page-header {border-bottom: 1px solid #cccccc !important; margin-bottom: 20px !important;}
	.page-header .header.panel {display: none;}
	.logo {margin: 3px 0 10px 0 !important;}
	.page-header {border-bottom: 40px solid #BCBEC0 !important}
	.nav-toggle {top: 86px !important; left: 0; width: 40px; text-align: center; background: #6d6e71;}
	.nav-toggle:before {color: #dddedf;}
	.block-search {bottom: -40px; right: 0;}
	input#search {width: 40px; height: 40px; background: #6d6e71;}
	.block-search .action.search:before {color: #dddedf !important;}
	.block-search .action.search {top: 4px !important;}
	.minicart-wrapper {margin-top: 17px;}
	.sections.nav-sections {width: calc(100% - 54px) !important; background: #e3e3e3 !important;}
	.ves-megamenu .level0 {clear: left; width: 100%;}
	.nav-item.active {border-top: 3px solid transparent !important;}
	.ves-megamenu .megamenu-sidebar {display: none;}
	.product_advice_tool_menu {text-align: left;}
	.product_advice_tool_menu img {display: none;}
	.product_advice_tool_menu .product_advice_tool_selection_container {display: block; border: none; text-align: left; max-width: 100%; margin-bottom: 0; font-weight: bold; color: #333; line-height: 45px; padding-left: 20px;}
	.ves-megamenu li.level0 > a {width: 100%;}
	.ves-megamenu.menu-hover li .dropdown-menu {position: relative !important;}
	.top_links_right, .top_links_telephone, .top_links_icon {display: none;}
	.top_links_text a:before, .top_links_right a:before {display: none;}
	.top_links_text {font-size: 1.6rem; text-transform: uppercase; width: 100% !important;}
	.nav-sections .header.links {border-bottom: none !important;}
	.top_links_register {display: block;}
	.top_links_left {width: 100%;}
	.top_links_left a {border-bottom: 1px solid #d7d7d7; padding: 16px !important;}
	/*.nav-sections {background: #e3e3e3 !important;}
	.nav-sections-item-title {background: #cacaca;}
	a.nav-sections-item-switch {color: #575757;}
	ul.level0.submenu.ui-menu {column-count: 1;}
	.navigation .level0 .submenu ul.level1.submenu {display: none !important;}
	ul.level0.submenu.ui-menu .level1.ui-menu-item {display: block; margin: 0;}*/
}

@media (max-width: 1000px) {
	.category_menu_container {display: none;}
	.top_block_container {height: auto !important;}
	.image_1, .image_2, .image_circle, .image_3 {position: relative; width: 100%; height: 350px; top: 0; bottom: 0; left: 0; right: 0; border: none; border-radius: 0; transform: skewY(0deg); background-size: cover !important; background-position: center center !important;}
	.image_2:after {display: none;}
	.topblock_text_container {position: absolute; text-align: left !important; width: 100% !important; top: unset !important; bottom: 0 !important; left: 0px !important; right: unset !important; background: #fff; padding: 10px; transform: skewY(0deg) !important;}
	.top_block_container .image_circle .topblock_text_container {top: 0; right: 0;}
	.top_block_container .owl-controls {position: relative; top: 0; right: 0;}
	.topblock_text_title {font-size: 20px;}
	.topblock_text_subtitle {font-size: 18px;}
	.topblock_text_text {font-size: 14px;}
}

@media (max-width: 980px) {
	.sidebar_item label, .sidebar_category_item label, .sidebar_manufacture_item label, .sidebar_price_range_item label {max-width: 100px;}
}


@media (max-width: 960px) {
	.page-products.page-layout-2columns-left .products-grid .product-item {width: 49.5% !important;}
	.page-products.page-layout-1column .products-grid .product-item {width: 49.5% !important;}
}

@media (max-width: 875px) {
	.sidebar_item label, .sidebar_category_item label, .sidebar_manufacture_item label, .sidebar_price_range_item label {max-width: 80px;}
	.header_item {font-size: 18px;}
	.checkout-cart-index div#block-discount {width: 100%;}
	.cart-summary {width: 100% !important; margin-bottom:  0;}
	.cart-totals, .opc-block-summary .table-totals {width: 100%;}
}

@media (max-width: 840px) {
	.action-towishlist {display: none;}
	table#shopping-cart-table td, table#shopping-cart-table th {padding: 11px 10px; vertical-align: top; border-right: 0; padding-top:  15px;}
	.cart.table-wrapper thead .col.name {display: none;}
	table#shopping-cart-table {border: 0;}
	.cart.table-wrapper .col.item {width: inherit !important;}
	.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {position: absolute !important; right: 16px;}
	td.col.actions {display: none;}
	.cart.table-wrapper .item .col.item {display: none;}
	table#shopping-cart-table > thead {display: none;}
}
@media (max-width: 820px) {
	.footer_most_popular_links_container, .footer_about_us_container, .footer_last_container {display: block;}
	.footer_service_links, .footer_help_links {width: 48%;}
	.footer_last_container {max-width: 375px; width: 100%;}
	.footer_we_accept_container {display: block; margin-top: 20px; max-width: 385px; width: 100%;}
}

@media (max-width: 768px) {
	.latest_items_category_list {max-width: 100%; float: none;}
	.latest_items_product_header_container {width: calc(100% - 90px); margin-left: 0px !important;}
	.most_selling_products_container, .latest_items_products_container {margin-left: 0px !important;}
	.sidebar_item label, .sidebar_category_item label, .sidebar_manufacture_item label, .sidebar_price_range_item label {max-width: 90%;}
	.deal_of_week_first_item_container {display: block; width: 100%;margin: 0;background: #fff;}
	.deal_of_week_first_item_image {background-size: contain !important;}
	.block-search .action.search {display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none;font-weight: 400; position: absolute; right: 10px; top: 0; z-index: 1;}
	.block-search .action.search span {display: none;}
	.block-search input {position: relative; left: 0; margin: 0; padding: 0 30px 0 10px;}
	input#search:focus {width: 230px;}
	.block-search .label {position: absolute; z-index: 10; top: 7px; left: -40px; text-align: right; width: 40px;}
	.block-search .label:before, .block-search .label:hover:before {color: #dddedf;}
	.block-search .label.active:before {visibility: hidden;}
	.page-products .columns {padding-top: 0;}
	.sidebar_menu_container {margin-bottom: 0;}
	.sidebar_price_range_items_container {margin-top: 0; margin-bottom: 20px;}
	.sidebar_menu_toggle_container {display: block;}
	.page-products .sorter {top: 10px;}
	.columns .column.main {width: 100%;}
	.products.products-grid {width: 100%;}
	.page-layout-1column .product.media {margin: 0 auto;}
	.page-layout-1column .product-info-main {width: 100% !important;}
	.product-social-links {text-align: left;}
	.bottom_block_new_items_container, .bottom_block_top_rated_container, .bottom_block_right_container {width: 100%;}
	fieldset.field.review-field-ratings {float: none; width: 100%; padding: 0; margin-bottom: 40px;}
	.checkout-cart-index .columns .column.main {padding: 0 20px;}
	.checkout-cart-index div#block-discount .content .field {width: 100%; max-width: 500px; margin-right:  10px;}
	.checkout-cart-index div#block-discount .content .actions-toolbar {max-width: 140px; float:  left; margin-bottom:  20px;}
	.contact_us_left, .contact_us_right, .about_us_left, .about_us_right {width: 100%;}
    .block-search .action.search:before {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 16px;line-height: 32px;color: #757575;content: '\e615';font-family: 'luma-icons';margin: 0;vertical-align: top;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;}
}

@media (max-width: 745px) {
	.latest_items_category_list {max-width: 100%; float: none;}
	.latest_items_product_header_container {width: calc(100% - 90px); margin-left: 0px !important;}
	.most_selling_products_container, .latest_items_products_container {margin-left: 0px !important;}
}

@media (max-width: 720px) {
	.associated_products_type_link {display: block;clear: right;}
	.associated_products_type_link.active:after {display: none;}
	.detail_label, .detail_info {display: block; max-width: 100%;}
	.associated_products_item {width: 50%;}
}

@media (max-width: 639px) {
	.product-info-stock-sku {padding-left: 10px !important;}
}

@media (max-width: 550px) {
	table#shopping-cart-table {display: block;}
	table#shopping-cart-table td {display: block;}
	.cart.table-wrapper .actions-toolbar {display: none;}
	.cart.table-wrapper .cart > .item {width: 100%; display: block;}
}

@media (max-width: 520px) {
	.product-info-main .price-final_price .price-including-tax {display: none !important;}
	.associated_products_item {width: 100%;}
}

@media (max-width: 450px) {
	.page-products.page-layout-2columns-left .products-grid .product-item {width: 100% !important;}
	.page-products.page-layout-1column .products-grid .product-item {width: 100% !important;}
}

@media (max-width: 372px) {
	.sidebar_item label, .sidebar_category_item label, .sidebar_manufacture_item label, .sidebar_price_range_item label {width: 85%;}
}

@media (max-width: 360px) {
	.footer_service_links, .footer_help_links {width: 100%;}
}
