body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #808080;
}

/**************** Common Start *****************/
h1,h2,h3,h4,h5,h6{
    color: #007ABC;
}   
img{
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
.green, b.green, strong.green, span.green {
    color: #08BB40 !important;
    letter-spacing: 1px;
}
.red, b.red, strong.red, span.red {
	color: #EE3324 !important;
	letter-spacing: 1px;
}
.btn{
    color: gray;
    text-align: center;
    vertical-align: middle;
    background-color: #f3f4f5;
    padding: 10px 20px;
    display: inline-block;
    transition: .25s;
    border: 1px solid #e0e2e5;
    background-color: #f3f4f5;
    box-shadow: none;
    outline: none;
}
.btn:hover,.btn:focus,.btn:active,.btn:active:focus{
    box-shadow: none;
    outline: none;
}
.btn-success{
    color: #fff;
    border: none;
    background-color: #08bb40;
}
.btn-success:hover, .btn-success:active, .btn-success:focus{
    text-decoration: none;
    background-color: #068A2F;
}

.btn-default {
    color: #808080;
    background-color: #f3f4f5;
    border-color: #e0e2e5;
}
.btn-default:hover {
    color: #000000;
    text-decoration: none;
    background-color: #d5d9db;
    border-color: #d5d9db;
}
.btn_submit {
    font-size: 14px;
    line-height: 19px;
    color: #FFF !important;
    background-color: #08BB40;
    border: 0px;
    padding: 14px 23px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
}
.btn_submit:hover{
    background-color: #068A2F;
    text-decoration: none !important;
}
.btn_submit:disabled, button:disabled, .disabled {
    color: #808080 !important;
    background-color: #E3E3E3 !important;
    cursor: not-allowed !important;
    font-weight: normal !important;
}
.dropdown-button {
    color: #4D4D4D;
    font-weight: normal;
    letter-spacing: 0px;
    border: 1px solid #DDD;
    background-color: #F3F4F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 30px 4px 15px;
    vertical-align: top;
    font-family: "Roboto";
}
.dropdown-button:hover {
    background-color: #E0E2E5;
}
.dropdown-button:after {
    content: 'keyboard_arrow_down';
    font-family: 'Material Icons';
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 5px;
}
.dropdown-sort .dropdown-menu {
    width: 100%;
    min-width: auto;
    background-color: #F3F4F5;
    border: 1px solid #DDD;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.dropdown-sort .dropdown-menu[data-popper-placement="bottom-start"] {
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.dropdown-sort .dropdown-menu[data-popper-placement="top-start"] {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.dropdown-sort .dropdown-menu.show[data-popper-placement="bottom-start"]{
    margin: -3px 0 0 !important;
}
.dropdown-sort .dropdown-menu.show[data-popper-placement="top-start"]{
    margin: 0 0 -3px !important;
}
.dropdown-sort .dropdown-menu li, .dropdown-sort .dropdown-menu li a {
    color: #005DAA;
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 17px;
    letter-spacing: 0px;
    background-color: transparent;
}
.dropdown-sort .dropdown-menu li:hover,
.dropdown-sort .dropdown-menu li a:hover,
.dropdown-sort .dropdown-menu li a.active,
.dropdown-sort .dropdown-menu li.active,
.dropdown-sort .dropdown-menu li.active a{
    color: #FFF;
    background-color: #005DAA;
}

.text-success {
    color: #08bb40 !important;
}
.material-icons {
    position: relative;
    top: -1px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}
.material-icons[data-icon]:after {
    content: attr(data-icon);
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-21 { font-size: 21px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.list_divider li:not(:last-child):after {
    content: '|';
    margin-left: 1rem;
}
.page-header {
    color: #007ABC;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.page-header h1 {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    letter-spacing: 1px;
}
.form-option {
    font-size: 14px;
    color: #808080;
    line-height: 19px;
}
.form-option-label {
    font-size: 14px;
    color: #808080;
    line-height: 19px;
}
.form-control {
    border-radius: 0;
    border: 1px solid #DDD;
    padding: 11px 9px;
    line-height: 19px;
    font-size: 14px;
    color: #000000;
}
.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}
.form-control.error{
    border-color: #BE4B49;
}
.form-select{
    border-radius: 0;
    border: 1px solid #DDD;
    padding: 11px 30px 11px 9px;
    line-height: 19px;
    font-size: 14px;
    color: #000000;
}
.form-select:focus {
    color: #000000;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}
.form-control:disabled {
    background-color: #fafafa;
    opacity: 1;
}
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.form-select.error{
    border-color: #BE4B49;
}
.checkbox-container {
    /*height: 25px;*/
    display: inline-block;
    position: relative;
    padding-top: 3px;
    padding-left: 35px;
    cursor: pointer;
    color: #808080 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
}
.checkbox-container input {
    display: none;
    opacity: 0;
    cursor: pointer;
}
.checkbox-container .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #E3E3E3;
    transform: translate(0px, -12px);
}
.checkbox-container input:checked ~ .checkmark {
    background-color: #005DAA;
}
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container {
    /*height: 22px;*/
    display: inline-block;
    position: relative;
    padding-top: 3px;
    padding-left: 35px;
    cursor: pointer;
    color: #808080 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
}
.radio-container input {
    display: none;
    opacity: 0;
    cursor: pointer;
}
.radio-container .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #E3E3E3;
    border-radius: 50%;
    transform: translate(0px, -12px);
}
.radio-container input:checked ~ .checkmark {
    background-color: #005DAA;
}
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 9px;
    left: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFF;
}
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
.table thead th {
    color: #000000;
    letter-spacing: 1px;
}
.product-form .table thead th {
    color: #808080;
    letter-spacing: 1px;
}
.tab-content h2, .tab-content h4 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 21px;
    letter-spacing: 1px;
    vertical-align: top;
}
.tab-content ul li {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 10px;
}
.tab-content table td img {
    border: 1px solid #000;
    vertical-align: top;
}
.tab-content table td {
    vertical-align: top;
}
.pagination {
	display: block;
	margin-top: 24px;
	text-align: center;
}

.pagination div {
	width: 35px;
	height: 35px;
    line-height: 35px;
	border: 1px solid #DDD;
	cursor: pointer;
	display: inline-block;
	margin:0px 5px;
	vertical-align: top;
}

.pagination div:hover {
	background-color: #DDD;
}

.pagination div.active {
	background-color: #DDD !important;
	cursor: default !important;
}

.pagination div a {
	color: #4D4D4D;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	text-align: center;
	margin-top: 4px;
}

.pagination div:hover a {
	color: #FFF;
}

.pagination div span {
	color: #005DAA;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	margin-top: 4px;
}
.header-counter {
    color: #4D4D4D;
    font-weight: normal;
    letter-spacing: 0px;
    border: 1px solid #DDD;
    background-color: #F3F4F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 15px;
    margin-left: 18px;
}
.action-button a, .header-counter a, .header-counter span {
    color: #4D4D4D;
    text-decoration: none;
}

.error-box-text {
    background-color: #BE4B49;
    display: inline-block;
    margin-top: 18px;
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    padding: 9px;
    position: relative;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
}
.error-box-text:before {
    content: 'play_arrow';
    font-family: 'Material Icons';
    color: #BE4B49;
    font-size: 24px;
    left: 0;
    top: -13px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
    box-shadow: none;
}
/**************** Common Start *****************/

/**************** Header Topbar Start *****************/
header{
    background-color: #ffffff;
}
.header_topbar {
    background-color: #FF5E04;
    color: #ffffff;
    padding: 5px 0px;
}
.header_topbar a{
    color: #ffffff;
    text-decoration: none;
}
.header_topbar a:hover, .header_topbar a:focus{
    color: #ffffff;
    text-decoration: underline;
}
/**************** Header Topbar End *****************/

/**************** Header Middle Start *****************/
.header_middle{
    padding: 10px 0px;
}
.main_logo_alias{
    color: #4D4D4D;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 3px 0px 0px;
    padding: 0px;
}
.top-cart {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    min-width: 115px;
    line-height: 19px;
    display: inline-block;
    padding: 9px 9px 9px;
    color: #ffffff;
    background-color: #08BB40;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.top-cart:hover, .top-cart:focus {
    background-color: #068A2F;
    color: #ffffff;
    border-color: #068A2F;
}
.top-currency .btn_currency {
    font-size: 15px;
    line-height: 18px;
    background-color: #ffffff;
    border: 0px;
    min-width: 93px;
    padding: 5px 30px 5px 5px;
}
.top-currency .btn_currency:after {
    content: 'keyboard_arrow_down';
    position: absolute;
    right: 10px;
    font-family: 'Material Icons';
    font-size: 18px;
}
.top-currency .dropdown-menu{
    border-top: 1px solid #dddddd;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0.5rem;
    min-width: 100%;
    text-align: center;
}
.top-currency .dropdown-menu span, .top-currency .dropdown-menu a {
    color: #005DAA;
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 17px;
    margin: 0px;
    padding: 3px 0px;
    letter-spacing: 0px;
    background-color: transparent;
}
.top-currency .dropdown-menu span:hover, .top-currency .dropdown-menu span.active, .top-currency .dropdown-menu a:hover, .top-currency .dropdown-menu a.active {
    background-color: #DDD;
    color: #005DAA;
}
.top-currency .dropdown-menu a {
    text-decoration: none;
}
.top-language img {
    margin-right: 10px;
    height: 15px;
    cursor: pointer;
}
.top-language img:last-child {
	margin-right: 0px;
}
.top-language img.selected {
	cursor: default;
}
.top-language img.inactive {
	cursor: default;
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.input-group-search {
    width: 320px;
    max-width: 100%;
}
.input-group-search .input-group-text{
    padding: 0px 6px;
    min-width: 39px;
    min-height: 39px;
    color: #005DAA;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 0;
    top: 0;
}
.input-group-search .input-group-text:hover {
    background-color: #e0e2e5;
}
.input-group-search .form-control {
    padding: 8px 9px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
}
.input-group-search .form-control:focus {
    color: #555555;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.input-group-search.input-group-search-full{
    width: 100%;
}
.search_hints {
    background-color: #ffffff;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    top: 0px;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search_hints_left {
    background-color: #f9f9f9;
    padding: 10px;
}
.search_hints_aside {
    background-color: #f9f9f9;
    padding: 0;
}
.search_hints_main {
    background-color: #ffffff;
    padding: 0;
}
.search_hints_widget:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}
.search_hints_widget{
    padding: 10px;
}
.search_hints_widget_title {
    font-size: 12px;
    color: #b9b9b9
}
.search_hints_widget li {
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
}
.search_hints_widget a {
    color: #000000;
    text-decoration: none;
}
.search_hints_widget a:hover, .search_hints_widget a:focus {
    text-decoration: underline;
}
.search_hints_wrapper {
    padding: 0px;
    max-height: 320px;
    overflow: auto;
}
.search_product_list_image {
    position: relative;
    min-width: 65px;
}
.search_product_list_image img {
    width: 65px;
}
.search_product_list_image_badge {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e52145;
    color: #ffffff;
    font-size: 10px;
}
.search_product_list_content {
    padding: 0 5px;
}
.search_product_list_title {
    font-size: 13px;
    margin-bottom: 3px;
}
.search_product_list_number {
    color: #a19e9e;
    font-size: 12px;
}
.badge_outline {
    color: #23951c;
    border: 1px solid #23951c;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.search_product_list_price {
    min-width: 48px;
}
.search_product_list_price_net {
    color: #a19e9e;
    text-decoration: line-through;
}
.search_product_list_price_gross {
    color: #e2254b;
    font-weight: bold;
    font-size: 14px;
}
.search_hints_widget li:hover {
    background-color: #005eab;
    color: #ffffff;
}
.search_hints_widget li:hover .search_product_list_number {
    color: #ffffff;
}
.search_hints_widget li:hover .badge_outline {
    color: #ffffff;
    border-color: #ffffff;
}

.search_hints_widget li:hover .search_product_list_title {
    color: #ffffff;
}
.search_hints_widget li:hover .search_product_list_price_gross {
    color: #ffffff;
}
.search_hints_widget li:hover .search_product_list_price_net {
    color: #c7c7c7;
}
.search_hints_widget li:hover a {
    color: #ffffff;
}
.search_hints_btn {
    text-align: center;
    display: block;
    z-index: 10;
    background-color: #e8e8e8;
    padding: 10px 20px;
    color: #4a4a4a;
    text-decoration: none;
    transition: all 0.3s;
}
.search_hints_btn:hover,.search_hints_btn:focus{
    background-color: #3f4547;
    color: #ffffff;
    transition: all 0.3s;
}

/**************** Header Middle End *****************/

/**************** Header Menu Start *****************/
.navbar_menu {
    padding: 0;
    background-color: #005eab;
}
.navbar-nav > .nav-item:not(:last-child) {
    border-right: 1px solid #ffffff;
}
.navbar_menu .nav-item > .nav-link {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 6px 8px 6px;
    line-height: 19px;
}
.navbar_menu .nav-item > .nav-link:hover {
    color: #ffffff;
    background-color: #EE3324;
}
.navbar_menu .nav-item:first-child  > .nav-link{
    border: 0px !important;
    background-color: #FFEA30;
    color: #4D4D4D;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar_menu .nav-item:first-child  > .nav-link:hover{
    background-color: #EE3324;
    color: #ffffff;
}
/**************** Header Menu End  *****************/

/**************** Header offcanvasMenu Start  *****************/
@media only screen and (max-width: 992px) {
    #offcanvasMenu, #offcanvasMenuAccount {
        width: 300px;
    }
    .offcanvas-body {
        position: relative;
        padding: 0;
    }
    .offcanvas-body .nav-item.dropdown{
        position: inherit;
    }
    .navbar-nav{
        -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
    }
    .navbar-nav.navbar-nav-off{
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
    }
    .dropdown-menu-wrapper {
        width: 100%;
        padding: 0;
        top: 0 !important;
        bottom: 0 !important;
        border: 0;
        -webkit-transform: translate3d(0%, 0, 0)!important;
        -moz-transform: translate3d(0%, 0, 0)!important;
        -ms-transform: translate3d(0%, 0, 0)!important;
        -o-transform: translate3d(0%, 0, 0)!important;
        transform: translate3d(0%, 0, 0)!important;;
        -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
        z-index: 100;
    }
    .dropdown-menu-wrapper.show {
        -webkit-transform: translate3d(100%, 0, 0)!important;
        -moz-transform: translate3d(100%, 0, 0)!important;
        -ms-transform: translate3d(100%, 0, 0)!important;
        -o-transform: translate3d(100%, 0, 0)!important;
        transform: translate3d(100%, 0, 0)!important;
        -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all .4s cubic-bezier(0.86, 0, 0.07, 1);
    }
    .submenu.dropdown-menu {
        padding: 10px 15px;
        border: 0;
    }
    .navbar-nav .dropdown-item, .navbar-nav .nav-link {
        color: #005DAA;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        line-height: 21px;
        margin: 0px;
        padding: 10px 40px 10px 15px;
        letter-spacing: 0px;
        background-color: transparent;
        border-bottom: 1px solid #e0e2e5;
        word-break: break-word;
        white-space: normal;
        clear: both;
    }
    .navbar-nav .nav-item.dropdown > .nav-link:before  {
        content: 'chevron_right';
        right: 20px;
        position: absolute;
        font-family: 'Material Icons';
    }
    .dropdown-menu-wrapper > li > .dropdown-item:before {
        content: 'expand_more';
        right: 20px;
        position: absolute;
        font-family: 'Material Icons';
    }
    .dropdown-menu li {
        clear: both;
    }
    .back-btn {
        font-size: 14px;
        color: gray;
        border-radius: 3px;
        border: 1px solid #e0e2e5;
        background: #f3f4f5;
        line-height: 29px;
        margin-left: 12px;
        padding: 0 5px;
        width: 90px;
    }
    .back-btn i{
        font-size: 18px;
        margin: -2px 0px 0 -5px;
    }
    
}
/**************** Header offcanvasMenu End  *****************/

/**************** Header Responsive Start *****************/
@media only screen and (min-width: 992px) {
    .navbar_menu .nav-item.dropdown {
        position: inherit;
    }
    .navbar_menu .dropdown-menu-wrapper{
        left: 0;
        right: 0;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }
    .dropdown-menu-row {
        border: 4px solid #EE3324;
        background-color: #F9F9F9;
    }
    .dropdown-menu-widget {
        padding: 10px;
    }
    .dropdown-menu-widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .dropdown-menu-widget .dropdown-item  {
        color: #005DAA;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        line-height: 17px;
        margin: 0px;
        padding: 3px 6px;
        letter-spacing: 0px;
        background-color: transparent;
        white-space: break-spaces;
    }
    .dropdown-menu-widget > .dropdown-item {
        padding: 3px 6px;
        background-color: #E3E3E3;
        line-height: 17px;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 3px;
        letter-spacing: 1px;
        text-decoration: none;
    }
    .dropdown-menu-widget .dropdown-item:hover  {
        color: #ffffff;
        background-color: #005DAA;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .navbar_menu .nav-item > .nav-link {
        font-size: 13px;
        letter-spacing: 0;
        padding: 6px 6px 6px;
    }
}
@media only screen and (max-width: 992px) {
    .input-group-search {
        width: 100%;
        max-width: 100%;
    }
    .header_middle {
        padding: 12px 0px;
        background-color: #f3f4f5;
        border: 1px solid #dadada;
    }
    .top-language img {
        margin-right: 4px;
    }
    .header_topbar_mobile {
        padding: 10px 0;
    }
    .btn_offcanvas_menu {
        padding: 0;
        color: #005daa;
        text-align: center;
        outline: none;
        box-shadow: none;
        border: 0;
        background-color: transparent;
    }
    .btn_offcanvas_menu i {
        display: block;
        font-size: 28px;
        margin-bottom: -7px;
    }
    .btn_offcanvas_menu span {
        display: block;
        font-size: 14px;
    }
    .btn_offcanvas_menu:hover,.btn_offcanvas_menu:focus{
        outline: none;
        box-shadow: none;
        border: 0;
    }
    .main_logo_alias {
        font-size: 13px;
    }
    .btn_icon {
        padding: 0;
        line-height: 11px;
        color: #005daa;
        outline: none;
        box-shadow: none;
        border: 0;
        background-color: transparent;
    }
    .btn_icon i {
        font-size: 26px;
    }
    .btn_icon:hover, .btn_icon:focus {
        outline: none;
        box-shadow: none;
        border: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top-cart {
        min-width: 100%;
    }
    .search_product_list_price_gross {
        font-weight: bold;
        font-size: 13px;
    }
    .search_product_list_price_net {
        font-size: 12px;
        line-height: 12px;
    }
}
@media only screen and (max-width: 480px) {
    .main_logo_alias {
        font-size: 8px;
        line-height: 13px;
        margin: 0;
    }
    .search_product_list_content {
        padding: 0 5px 0 0;
    }
}
/**************** Header Responsive End *****************/

/**************** breadcrumbs Start *****************/
.breadcrumbs {
    padding: 16px 0px;
    overflow: hidden;
    border-bottom: 1px solid #e0e2e5;
    margin-bottom: 24px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #4D4D4D;
    content: 'keyboard_arrow_right';
    font-family: 'Material Icons';
    font-size: 18px;
    line-height: 1.25;
}
.breadcrumb .breadcrumb-item a {
    color: #005DAA;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 992px) {
    .breadcrumbs {
        padding: 12px 0px 9px;
        overflow: hidden;
        border-bottom: 1px solid #e0e2e5 !important;
        margin-bottom: 15px;
    }
}
/**************** breadcrumbs Start *****************/

/**************** Hero Start *****************/
.home-banner {
    margin: 12px 0px 24px;
}
/**************** Hero End *****************/

/**************** categories Start *****************/
.categories {
    margin-bottom: 24px;
}
.categories-banner {
    margin-bottom: 24px;
}
.categories-header {
    color: #007ABC;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.categories-header h1 {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    letter-spacing: 1px;
}
.swiper-categories {
    /*border-top: 1px solid #ebedee;*/
    border-left: 1px solid #ebedee;
}
.categories-content-row{
    border-left: 1px solid #DDD;
    /*border-top: 1px solid #DDD;*/
}
.category-box {
    padding: 17px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    cursor: pointer;
    text-align: center;
    position: relative;
    height: 100%;
}
.category-box:hover {
    box-shadow: rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px;
}
.category-box .category-box-image {
    margin-bottom: 17px;
}
.category-box .category-box-title {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    text-decoration: none;
    margin: 0;
}

@media only screen and (min-width: 1200px){
    .categories-content-row .col:nth-child(n+7) .category-box {
        border-top: 0;
    }
}
@media only screen and (max-width: 1199px){
    .categories-content-row .col:nth-child(n+5) .category-box {
        border-top: 0;
    }
}
@media only screen and (max-width: 991px){
    .categories-content-row .col:nth-child(n+4) .category-box {
        border-top: 0;
    }
}
@media only screen and (max-width: 767px){
    .categories-content-row .col:nth-child(n+3) .category-box {
        border-top: 0;
    }
}


/**************** categories End *****************/

/**************** products Start *****************/
.products {
    margin-bottom: 24px;
}
.products-header {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.products-header h1 {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    letter-spacing: 1px;
}
.products-header-home h1 {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    letter-spacing: 1px;
}
.btn-viewall{
    color: #4D4D4D;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0px;
    border: 1px solid #DDD;
    background-color: #F3F4F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 15px;
}
.btn-viewall:hover{
    background-color: #E0E2E5;
    color: #4D4D4D;
}
.swiper-products {
    /*border-top: 1px solid #ebedee;*/
    border-left: 1px solid #ebedee;
}
.product-box {
    border-top: 1px solid #ebedee;
    border-right: 1px solid #ebedee;
    border-bottom: 1px solid #ebedee;
    height: 100%;
    position: relative;
}
.product-box-flag {
    width: 42px;
    height: 42px;
    position: absolute;
    visibility: hidden;
    display: none;
    top: 7px;
    right: 7px;
}
.special .product-box-flag {
    background: url('../images/flag-special-2019-2.png') no-repeat left top;
    visibility: visible !important;
    display: block !important;
}

.qty-special .product-box-flag {
	width: 81px !important;
	height: 32px !important;
	background: url('../images/flag-qty-special-hu.png') no-repeat left top;
	top: 8px !important;
	right: 8px !important;
	visibility: visible !important;
	display: block !important;
}

.package .product-box-flag {
	width: 72px !important;
	height: 32px !important;
	background: url('../images/flag-package-hu.png') no-repeat left top;
	top: 8px !important;
	right: 8px !important;
	visibility: visible !important;
	display: block !important;
}

.stock .product-box-flag {
	background: url('../images/flag-stock-2019-2.png') no-repeat left top;
	visibility: visible !important;
	display: block !important;
}

.new .product-box-flag,
.new-special .product-box-flag {
    background: url('../images/flag-new-hu.png') no-repeat left top;
    visibility: visible !important;
    display: block !important;
}

.gift .product-box-flag {
	background: url('../images/flag-gift-2019.png') no-repeat left top;
	visibility: visible !important;
	display: block !important;
}

.tipp .product-box-flag {
	/*background: url('../images/flag-tipp-hu.png') no-repeat left top;*/
	background: url('../images/flag-price-down-hu.png') no-repeat left top;
	visibility: visible !important;
	display: block !important;
}

.product-box-inner {
    padding: 6px;
}
.product-box-image {
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.product-box-image img{
    width: 196px;
    object-fit: cover;
}
@media only screen and (min-width: 1100px) {
    .product-box-image img{
        min-width: 196px;
    }
}
.product-box-name {
    height: 57px;
    margin-top: 16px;
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
}
.product-box-name.with-description {
    margin-bottom: 0px !important;
}
.product-box-name a {
    color: #005DAA;
    line-height: 19px;
    text-decoration: none;
}
.product-box-name a:hover {
    color: #002E50;
    text-decoration: underline;
}
.product-box-description {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #4D4D4D;
    line-height: 16px;
}
.product-box-manufacturer {
    padding-top: 16px;
    text-align: center;
    min-height: 54px;
}
.product-box-manufacturer img{
    max-width: 197px;
    max-height: 54px;
}
.product-box-availability {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #4D4D4D;
    line-height: 16px;
    min-height: 32px;
}
.product-box-availability strong {
    color: #08BB40;
    letter-spacing: 1px;
}
.product-box-price {
    margin-top: 15px;
    margin-bottom: 15px;
}
.new-special .product-box-price,
.special .product-box-price,
.qty_special .product-box-price,
.package .product-box-price,
.stock .product-box-price {
    background: #FFF346 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.product-box-price-netto {
    font-size: 20px;
    font-weight: bold;
    color: #EE3324;
    text-align: right;
    line-height: 24px;
}
.product-box-price-brutto {
    font-size: 17px;
    font-weight: bold;
    color: #4D4D4D;
    text-align: right;
    line-height: 24px;
}
.product-box-price-netto span, .product-box-price-brutto span {
    font-size: 13px;
}
.product-box-price-left {
    margin-right: 10px;
}
.product-box-price-netto-label {
    line-height: 27px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #EE3324;
    text-align: right;
}
.product-box-price-brutto-label {
    line-height: 26px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #4D4D4D;
    text-align: right;
}

.product-box-view-button {
    background: #838383; /* Old browsers */
    background: -moz-linear-gradient(top,  #838383 0%, #3e3e3e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #838383 0%,#3e3e3e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #838383 0%,#3e3e3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#3e3e3e',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    line-height: 22px;
    margin-top: 4px;
    text-transform: uppercase;
    text-decoration: none;
    /*min-width: 90px;*/
    flex-grow: 1;
}
.product-box-view-button:hover {
    background: #565656;
    color: #FFF;
}

.product-box-add-button {
    background: #6be800; /* Old browsers */
    background: -moz-linear-gradient(top,  #6be800 0%, #479603 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6be800 0%,#479603 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6be800 0%,#479603 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6be800', endColorstr='#479603',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    line-height: 22px;
    margin-top: 4px;
    text-transform: uppercase;
    text-decoration: none;
    /*min-width: 90px;*/
    flex-grow: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
    border: 0;
    padding: 0;
}
.product-box-add-button.nostock {
	background: #feb32c; /* Old browsers */
    background: -moz-linear-gradient(top,  #feb32c 0%, #f47d06 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #feb32c 0%,#f47d06 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #feb32c 0%,#f47d06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb32c', endColorstr='#f47d06',GradientType=0 ); /* IE6-9 */
}
.product-box-add-button.notify {
	background: #fffd61; /* Old browsers */
    background: -moz-linear-gradient(top,  #fffd61 0%, #ffda05 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fffd61 0%,#ffda05 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fffd61 0%,#ffda05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffd61', endColorstr='#ffda05',GradientType=0 ); /* IE6-9 */
    color: #000;
}
.product-box-add-button:hover {
    background: #61CB06;
}
.product-box-add-button.nostock:hover {
    background: #FF9900;
}
.product-box-add-button.notify:hover {
	background: #FFEA30;
}
.product-box-add-button span {
    display: block;
    padding: 0 8px;
}

.product-box-tooltip{
    --bs-tooltip-bg: #F9E98E;
}
.product-box-tooltip .tooltip-inner {
    background-color: #FBF7AA;
    border: 2px solid #F9E98E;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}
.slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    display: block;
    z-index: 1;
    border: none;
    font-size: 0;
    margin: 0;
    background: rgba(0,0,0,.2);
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.slick-prev {
    left: auto;
}
.slick-next {
    right: 0;
    bottom: 12px;
}
.slick-arrow:before {
    font-family: "material icons";
    content: "";
    font-size: 35px;
    position: absolute;
    display: inline-block;
    color: #fff;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slick-next:before {
    padding-right: 0;
    content: "";
}
.swiper-button-disabled {
    opacity: .2;
    cursor: auto;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover, .slick-return:focus, .slick-return:hover {
    color: #fff;
    outline: 0;
    background: rgba(0,0,0,.5);
    transition: background .2s ease-in;
}
.products-show-all {
    display: block;
    text-align: center;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: #F3F4F5;
    padding: 4px 0px 6px;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    color: #4D4D4D;
    text-decoration: none;
    text-transform: uppercase;
}
.products-show-all:hover {
    background-color: #E0E2E5;
    color: #4D4D4D;
}

.products-content-row {
    /*border-top: 1px solid #ebedee;*/
    border-left: 1px solid #ebedee;
}
@media only screen and (min-width: 1200px){
    .products-content-row .col:nth-child(n+6) .product-box{
        border-top: 0;
    }
}
@media only screen and (max-width: 1199px){
    .products-content-row .col:nth-child(n+5) .product-box{
        border-top: 0;
    }
}
@media only screen and (max-width: 991px){
    .products-content-row .col:nth-child(n+4) .product-box{
        border-top: 0;
    }
}
@media only screen and (max-width: 767px){
    .products-content-row .col:nth-child(n+3) .product-box{
        border-top: 0;
    }
}


.counter {
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    line-height: 21px;
    margin: 4px 9px 0px 0px;
}

.btn_filters {
    display: block;
    padding: 9px 27px 9px 9px;
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    background-color: #005DAA;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.btn_filters:hover {
    color: #ffffff;
    background-color: #005DAA;
}
.btn_filters:after {
    content: 'keyboard_arrow_down';
    font-family: 'Material Icons';
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 5px;
    transform: rotate(180deg);
    transition: all 0.3s;
}
.btn_filters.collapsed:after {
    transform: rotate(0deg);
    transition: all 0.3s;
}
.filter-group {
    margin-bottom: 15px;
    border: 1px solid #DDD;
}
.filter-header {
    display: block;
    padding: 9px 27px 9px 9px;
    color: #005DAA;
    font-size: 14px;
    line-height: 19px;
    background-color: #F3F4F5;
    text-decoration: none;
    position: relative;
}
.filter-header:after {
    content: 'keyboard_arrow_down';
    font-family: 'Material Icons';
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 5px;
    transform: rotate(180deg);
    transition: all 0.3s;
}
.filter-header.collapsed:after {
    transform: rotate(0deg);
    transition: all 0.3s;
}
.filter-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #DDD;
}
.filter-group .filter-option a {
    display: block;
    padding: 9px;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    text-decoration: none;
}
.filter-group .filter-option a:hover {
    color: #FFF;
    background-color: #DDD;
}
.filter-group .filter-option a span {
    color: #999;
}
.filter-group .filter-option a:hover span{
    color: #FFF;
}
.filter-group .filter-option.cancel a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
    .products-header h1 {
        font-size: 28px;
    }
    .products-header-home h1 {
        font-size: 21px;
    }
    .btn-viewall {
        padding: 4px 10px;
    }
    .slick-arrow {
        width: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 420px) {
    .product-box-view-button {
        min-width: 70px;
    }
    .product-box-add-button {
        min-width: 70px;
    }
}
/**************** products end *****************/

/**************** Single product start *****************/
.product_slider_images_thumbs .swiper-slide {
    border: 1px solid #DDD;
    cursor: pointer;
}
.product_slider_images_thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #005DAA;
}
.product_slider_image .swiper-slide{
    text-align: center;
    cursor: zoom-in;
}
.product_slider_image .swiper-slide img{
    width: 100%;
}
div[class^='nav_product_image_'].swiper-button-lock {
    display: none;
}
div[class^='nav_product_image_'] {
    background-color: rgba(0,0,0,.2);
    color: #ffffff;
    font-size: 34px;
    padding: 7px;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translate(0px, -48px);
    transition: all 0.3s;
}
div[class^='nav_product_image_']:hover{
    background-color: rgba(0,0,0,.5);
    color: #ffffff;
    transition: all 0.3s;
}
.nav_product_image_prev {
    left: 0;
}
.nav_product_image_next {
    right: 0;
}

.lower-technical tr:nth-child(odd) {
	background-color: #F3F4F5;
}

.lower-technical {
	margin-bottom: 18px;
}

.lower-technical:last-child {
	margin-bottom: 0px;
}

.lower-technical tr td {
	padding: 5px 10px;
	border-top: 1px solid #DDD;/*1px solid #E0E2E5;*/
	font-size: 14px;
	line-height: 19px;
	white-space: nowrap;
}

.lower-technical tr td:first-child {
	padding-right: 20px;
	border-left: 1px solid #DDD;/*1px solid #E0E2E5;*/
	border-right: 1px solid #DDD;/*1px solid #E0E2E5;*/
}

.lower-technical tr td:last-child {
	text-align: right;
	border-right: 1px solid #DDD;/*1px solid #E0E2E5;*/
}

.lower-technical tr:last-child td {
	border-bottom: 1px solid #DDD;/*1px solid #E0E2E5;*/
}

.product-model {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 7px;
}
.product-model span {
    margin-right: 5px;
}
.product-name {
    margin-bottom: 18px;
}
.product-name h1 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 37px;
    letter-spacing: 1px;
}
.product-manufacturer {
    max-width: 125px;
    margin-bottom: 18px;
}
.product-upper-description {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    letter-spacing: 1px;
}
.product-upper-description ul {
    margin: 0px;
    padding-left: 16px;
}
.product-upper-description ul li {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 5px;
}
.t-product-price, .t-product-price-midi, .t-product-price-wide {
    border: 1px solid #DDD;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
}
.t-product-price-top th, .t-product-price-top-midi th, .t-product-price-top-wide th {
    background: #F3F4F5;
}
.t-product-price-new-label, .t-product-price-sale-label {
    margin-top: 0;
    font-size: 13px;
    color: #5A5A5A !important;
    text-align: center;
    line-height: 21px;
    padding: 3px 10px !important;
    font-weight: normal;
    letter-spacing: 0 !important;
}
.t-product-price-new-label {
    color: #FFFFFF !important;
    margin-top: 2px !important;
}
.t-product-price-new-label b, .t-product-price-new-label strong {
    font-size: 16px;
    letter-spacing: 1px;
}
.t-product-price-sale-top .t-product-price-new-label, .t-product-price-sale-top-midi .t-product-price-new-label, .t-product-price-sale-top-wide .t-product-price-new-label,
.t-product-price-sale-top .t-product-price-sale-label, .t-product-price-sale-top-midi .t-product-price-sale-label , .t-product-price-sale-top-wide .t-product-price-sale-label{
    background: #ffff66; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffff66 1%, #ffd902 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffff66 1%,#ffd902 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffff66 1%,#ffd902 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff66', endColorstr='#ffd902',GradientType=0 ); /* IE6-9 */
}
.t-product-price-new-top .t-product-price-new-label, .t-product-price-new-top-midi .t-product-price-new-label, .t-product-price-new-top-wide .t-product-price-new-label,
.t-product-price-new-top .t-product-price-sale-label, .t-product-price-new-top-midi .t-product-price-sale-label , .t-product-price-new-top-wide .t-product-price-sale-label{
    background: #3f9efe; /* Old browsers */
    background: -moz-linear-gradient(top,  #3f9efe 1%, #1a76d2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3f9efe 1%,#1a76d2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3f9efe 1%,#1a76d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9efe', endColorstr='#1a76d2',GradientType=0 ); /* IE6-9 */
}

.t-product-price-sale-label strong, .t-product-price-sale-label b {
    font-size: 16px;
}
.t-product-price-sale-label span {
    padding: 0px 7px;
}
.t-product-price-qty-label {
    font-size: 16px;
    font-weight: bold;
    color: #888 !important;
    height: 21px;
    line-height: 21px;
    padding: 3px 10px !important
}
.t-product-price-netto-label {
    color: #EE3324 !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    padding: 3px 10px !important
}
.t-product-price-brutto-label {
    color: #4D4D4D !important;
    line-height: 21px;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 10px !important
}
.t-product-price-qty-limit {
    line-height: 26px;
    color: #666;
    font-size: 20px;
    font-style: italic;
    /*text-align: right;*/
    white-space: nowrap !important;
}
.t-product-price-qty-limit span {
    font-size: 16px;
}
.t-product-price-qty-netto {
    color: #EE3324;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.t-product-price-simple-netto {
    color: #EE3324;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.t-product-price-simple-brutto {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.t-product-price-sg-netto span, .t-product-price-sg-brutto span, .t-product-price-qty-netto span, .t-product-price-qty-brutto span, .t-product-price-sale-netto span, .t-product-price-sale-brutto span, .t-product-price-simple-netto span, .t-product-price-simple-brutto span {
    font-size: 19px;
}
.t-product-price-qty-brutto {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.t-product-price-shoppergroup-label {
    font-size: 13px;
    font-style: italic;
    text-align: right;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
}
.t-product-price-old-netto {
    text-align: center;
    color: #999999;
    font-weight: bold;
    font-size: 20px;
    text-decoration: line-through;
    height: 26px;
    line-height: 26px;
}
.t-product-price-old-brutto {
    text-align: center;
    color: #999999;
    font-weight: bold;
    font-size: 20px;
    text-decoration: line-through;
    height: 26px;
    line-height: 26px;
}
.t-product-price-old-netto span, .t-product-price-old-brutto span {
    font-size: 16px;
}
.t-product-price-sale-netto {
    height: 30px;
    text-align: center;
    color: #EE3324;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.t-product-price-sale-brutto {
    height: 30px;
    margin-right: 20px;
    text-align: center;
    color: #4D4D4D;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.t-product-price-list-netto {
    color: #999999;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
}
.t-product-price-list-brutto {
    color: #999999;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
}
.t-product-price-simple-row-wide .t-product-price-shoppergroup-label b, .t-product-price-sale-row-wide .t-product-price-shoppergroup-label b {
    letter-spacing: 1px;
}

.t-product-addtocart {
    border: 0;
    display: block;
    min-width: 98px;
    padding: 1px 0px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 22px;
    background: #6dec00; /* Old browsers */
    background: -moz-linear-gradient(top,  #6dec00 0%, #469403 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6dec00 0%,#469403 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6dec00 0%,#469403 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dec00', endColorstr='#469403',GradientType=0 ); /* IE6-9 */
}
.t-product-addtocart:hover {
    background: #61CB06;
}
.t-product-addtocart.nostock {
    color: #FFF;
    background: #feb32c; /* Old browsers */
    background: -moz-linear-gradient(top,  #feb32c 0%, #f47d06 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #feb32c 0%,#f47d06 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #feb32c 0%,#f47d06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb32c', endColorstr='#f47d06',GradientType=0 ); /* IE6-9 */
}
.t-product-addtocart.nostock:hover {
    background: #FF9900 !important;
}
.t-product-addtocart span {
    display: block;
}
.t-product-price-quantity-narrow {
    font-size: 12px;
    font-style: italic;
    height: 18px;
    line-height: 18px;
}
.t-product-price .up, .t-product-price .down, .t-product-price-midi .up, .t-product-price-midi .down, .t-product-price-wide .up, .t-product-price-wide .down {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    background: url('../images/arrow-up.png') repeat-x left top;
    cursor: pointer;
    background-size: cover;
}
.t-product-price .down, .t-product-price-midi .down, .t-product-price-wide .down {
    background: url('../images/arrow-down.png') repeat-x left top;
}
.t-product-price input[type="text"], .t-product-price-midi input[type="text"], .t-product-price-wide input[type="text"] {
    width: 45px;
    padding: 2px 2px;
    border: 1px solid #94948D;
    text-align: center;
    line-height: 19px;
    color: #555;
    border-radius: 0;
}
.t-product-price-offer-row {
    line-height: 23px;
    text-align: center;
    padding: 35px 0 !important;
}
.t-product-price-offer-row a {
    font-size: 17px;
    color: #005DAA !important;
    text-decoration: none;
    cursor: pointer;
}
.t-product-price-offer-row a:hover {
    color: #002E50 !important;
    text-decoration: underline;
}
.t-product-package-deal {
    border: 1px solid #DDD;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
}
.t-product-package-deal-top th {
    min-height: 46px;
    padding: 12px 8px;
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f3f3 1%, #dddddd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f3f3f3 1%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f3f3f3 1%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.t-product-package-deal-label {
    font-size: 16px;
    font-weight: bold;
}
.t-product-package-deal-netto-label, .t-product-package-deal-brutto-label {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #4D4D4D !important;
}
.t-product-package-deal-netto-label {
    color: #EE3324 !important;
}
.t-product-package-deal-product {
    background: #F6F5F5;
}
.t-product-package-deal-qty {
    width: 30px;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t-product-package-deal-sku, .t-product-package-deal-name {
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
.t-product-package-deal-sku a {
    color: #005DAA;
    text-decoration: none;
    cursor: pointer;
}
.t-product-package-deal-sku a:hover {
    color: #002E50;
    text-decoration: underline;
}
.t-product-package-deal-name a {
    color: #000000;
    text-decoration: none;
}
.t-product-package-deal-name a:hover {
    color: #5A5A5A;
    text-decoration: underline;
}
.t-product-package-deal-netto-price, .t-product-package-deal-brutto-price {
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
    height: 19px;
    line-height: 19px;
}
.t-product-package-deal-netto-price span, .t-product-package-deal-brutto-price span {
    font-size: 11px;
}
.t-product-package-deal-bottom-sum {
    background: #F6F5F5;
    border-bottom-color: transparent;
}
.t-product-package-deal-sum-label {
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    font-style: italic;
}
.t-product-package-deal-bottom-save {
    min-height: 35px;
    padding: 7px 8px;
    background: #ff6; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff6 1%, #ffd902 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff6 1%,#ffd902 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff6 1%,#ffd902 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6', endColorstr='#ffd902',GradientType=0 ); /* IE6-9 */
}
.t-product-package-deal-save-label {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    color: #5A5A5A;
    font-weight: bold;
}
.t-product-package-deal-netto-save, .t-product-package-deal-brutto-save {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    height: 24px;
    line-height: 24px;
}
.t-product-package-deal-netto-price, .t-product-package-deal-netto-save {
    color: #EE3324;
}

.product-gray-box, .product-gray-box-high, .product-gray-box-midi, .product-gray-box-narrow {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #F3F4F5;
    font-size: 12px;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
}
.product-gray-box-midi, .product-gray-box-high {
    padding: 14px 14px;
}
.product-gray-box-midi .product-gray-box-row, .product-gray-box-high .product-gray-box-row {
    margin-bottom: 16px;
}
.product-gray-box-midi .product-gray-box-row:last-child,.product-gray-box-high .product-gray-box-row:last-child {
    margin-bottom: 0px;
}
.product-gray-box a, .product-gray-box span, .product-gray-box-high a, .product-gray-box-high span, .product-gray-box-midi a, .product-gray-box-midi span, .product-gray-box-narrow a, .product-gray-box-narrow span {
    color: #005DAA;
    text-decoration: none;
    cursor: pointer;
}
.product-gray-box a:hover, .product-gray-box-high a:hover, .product-gray-box-midi a:hover, .product-gray-box-narrow a:hover {
    color: #002E50;
    text-decoration: underline;
}
.product-gray-box {
    padding: 11px 20px;
}
.product-gray-box .product-gray-box-row {
    margin-bottom: 9px;
}
.product-gray-box-row:last-child {
    margin-bottom: 0px;
}
.product-orange-box {
    padding: 5px 0px 5px;
    border: 1px solid #FBBB0A;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
    background: #ffff66; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffff66 1%, #ffd800 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffff66 1%,#ffd800 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffff66 1%,#ffd800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff66', endColorstr='#ffd800',GradientType=0 ); /* IE6-9 */
}
.product-orange-box-label {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #5A5A5A;
    text-align: center;
    line-height: 21px;
}
.product-orange-box-percent {
    width: 100%;
    margin-top: 6px;
    font-size: 40px;
    font-weight: bold;
    color: #EE3324;
    text-align: center;
}
.product-orange-box-percent span {
    font-size: 25px;
}
.product-orange-box-amount {
    width: 100%;
    margin-top: 4px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.product-orange-box-amount span {
    font-size: 17px;
}

.product-stock-info {
    font-size: 14px;
    line-height: 19px;
}
.product-stock-info span {
    margin-right: 10px;
}
.product-stock-info span:nth-child(2) {
    margin-right: 0px;
    color: #FF7900;
}
.product-stock-info strong, .product-stock-info b {
    color: #08BB40;
    letter-spacing: 1px;
}
.t-product-price-sg-netto {
    color: #EE3324;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.t-product-price-sg-brutto {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
.product-gifts {
    border: 1px solid #DDD;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 15%);
}
.product-gifts-top{
    background: #c4fb95;
    background: -moz-linear-gradient(top, #c4fb95 1%, #63d502 100%);
    background: -webkit-linear-gradient(top, #c4fb95 1%,#63d502 100%);
    background: linear-gradient(to bottom, #c4fb95 1%,#63d502 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4fb95', endColorstr='#63d502',GradientType=0 );
}
.product-gifts-top th{
    padding: 2px 8px;
    letter-spacing: 0 !important;
}
.product-gifts-name-label {
    font-size: 16px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
}
.product-gifts-qty-label {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #4D4D4D !important; 
    height: 20px;
    line-height: 20px;
}
.product-gifts-netto-label, .product-gifts-brutto-label {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #4D4D4D !important;
    height: 20px;
    line-height: 20px;
}
.product-gifts-netto-label {
    color: #EE3324 !important;
    margin-right: 20px;
}
.product-gifts-row {
    background-color: #D4FDB1;
}
.product-gifts-image img {
    width: 40px;
    height: 40px;
    border: 1px solid #DDD;
}
.product-gifts-sku {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
}
.product-gifts-sku a {
    color: #005DAA;
    text-decoration: none;
    cursor: pointer;
}
.product-gifts-sku a:hover {
    color: #002E50;
    text-decoration: underline;
}
.product-gifts-name {
    font-size: 13px;
}
.product-gifts-name a {
    color: #000000;
    text-decoration: none;
}
.product-gifts-name a:hover {
    color: #5A5A5A;
    text-decoration: underline;
}
.product-gifts-qty {
    font-size: 13px;
    text-align: center;
    height: 18px;
    line-height: 18px;
}
.product-gifts-netto, .product-gifts-brutto {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #4D4D4D;
    height: 19px;
    line-height: 19px;
}
.product-gifts-netto {
    color: #EE3324;
    margin-right: 20px;
}
.product-gifts-netto span, .product-gifts-brutto span {
    font-size: 11px;
}
.product-gifts-bottom{
    background: #ff6;
    background: -moz-linear-gradient(top, #ff6 1%, #ffd902 100%);
    background: -webkit-linear-gradient(top, #ff6 1%,#ffd902 100%);
    background: linear-gradient(to bottom, #ff6 1%,#ffd902 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6', endColorstr='#ffd902',GradientType=0 );
}
.product-gifts-total-label {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    color: #5A5A5A;
    font-weight: bold;
}
.product-gifts-total-netto, .product-gifts-total-brutto {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color: #000;
}
.product-gifts-total-netto {
    color: #EE3324;
}
.product-gifts-total-netto span, .product-gifts-total-brutto span {
    font-size: 15px;
}

.side-nav-header .nav-link {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #005DAA;
    background-color: #F3F4F5;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-right-color: transparent;
    border-bottom-color: transparent;
    cursor: pointer;
    text-align: left;
}
.side-nav-header .nav-link.active {
    color: #FFF;
    border-top: 1px solid #005DAA;
    border-left: 1px solid #005DAA;
    background-color: #005DAA;
    text-decoration: underline;
}
.side-nav-header .nav-link:hover {
    text-decoration: underline;
}
.side-nav-header .nav-link:last-child {
    border-bottom-color: #DDD;
}
.side-nav-header .nav-link.blue {
    border-top-color: #009FE3;
    background-color: #009FE3;
    color: #FFF;
}
.side-nav-header .nav-link.blue.active {
    color: #FFF;
    border-top: 1px solid #005DAA;
    border-left: 1px solid #005DAA;
    background-color: #005DAA;
    text-decoration: underline;
}

.tab-content {
    min-height: 557px;
    padding: 20px;
    border: 1px solid #DDD;
    font-size: 14px;
    line-height: 22px;
}
.tab-content p {
    color: #000;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin: 14px 0px 24px;
}
.tab-content-button {
    width: 100%;
    background-color: #005DAA;
    border: 1px solid #005DAA;
    padding: 10px 35px 10px 10px;
    color: #FFF;
    line-height: 19px;
    font-size: 14px;
    margin-top: 12px;
    position: relative;
}
.tab-content-button.collapsed {
    background-color: #F3F4F5;
    border-color: #DDD;
    color: #005DAA;
}
.tab-content-button.collapsed.blue {
    border-color: #009FE3;
    background-color: #009FE3;
    color: #FFF;
}
.tab-content-button:after {
    content: 'expand_less';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    text-transform: none;
    position: absolute;
    right: 10px;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.tab-content-button.collapsed:after {
    transform: rotate(180deg);
    transition: all 0.3s;
}
.tab-content-title {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0px 24px;
    padding: 0px;
    line-height: 24px;
    letter-spacing: 1px;
}
.info-col:first-child b, .video-col:first-child b, .info-col:first-child strong, .video-col:first-child strong {
    color: #808080;
}
.info-col.availability b, .info-col.availability strong  {
    color: #08BB40;
}
.info-col.availability span {
    color: #FF7900;
}
.info-translated {
	margin-top: 25px;
	padding: 10px 15px;
	background-color: #FFFF99;
	color: #000;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}
.tabs-content ul li {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 10px;
}
.product-form-header i {
    margin-right: 5px;
    color: #4D4D4D;
}
.product-form-header h4 {
    color: #007ABC;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 21px;
    letter-spacing: 1px;
}
.product-text-row, .product-review-row {
    font-size: 14px;
    color: #808080;
    line-height: 19px;
}
.form-row span, .product-form-row span {
    font-size: 14px;
    line-height: 19px;
    color: #808080;
}
.upper-technical tr {
    background-color: #FFFFCC;
}
.upper-technical tr td {
    font-size: 13px;
    line-height: 18px;
}
.upper-technical tr:first-child td {
    font-weight: bold;
    color: #4D4D4D;
    letter-spacing: 1px;
}
.product-badges {
    margin-top: 24px;
}
.product-badges div {
    width: 75px;
    height: 75px;
    cursor: help;
    margin-bottom: 18px;
    margin-left: 12px;
}

.product-upper-technical-child table {
    border-collapse: collapse;
    border-spacing: 0px;
}
.upper-technical-child tr td {
	padding: 5px 10px;
    border: 1px solid #DDD;/*1px solid #E0E2E5;*/
    font-size: 13px;/*14px;*/
    line-height: 18px;/*19px;*/
	text-align: center;
	white-space: nowrap;
}
.upper-technical-child tr td:first-child {
	background-color: #F3F4F5;
	text-align: left;
	font-weight: bold;
	color: #4D4D4D;
	letter-spacing: 1px;
}
.upper-technical-child tr:first-child td {
	background-color: #F3F4F5;
	font-weight: bold;
	color: #4D4D4D;
	letter-spacing: 1px;
}
.upper-technical-child tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
}
.product-upper-technical-child-link {
	margin-top: 5px;
}
.product-upper-technical-child-link a {
    font-size: 14px;
    line-height: 19px;
    color: #005DAA;
    text-decoration: underline;
    cursor: pointer;
}
.product-upper-technical-child-link a:hover {
	color: #002E50;
	text-decoration: none;
}
.child-header div, .child-header th {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 1px;
}
.child-row div, .child-row td {
    font-size: 17px;
    line-height: 23px;
}
.child-row td:nth-child(1), .child-row td:nth-child(2) {
    font-size: 14px;
    line-height: 19px;
}
.child-row td b {
    color: #4D4D4D;
    letter-spacing: 0px !important;
}
.child-row div b.save-percent {
    color: #FF5C00;
}
.child-row .child-availability {
    font-size: 14px;
}
.child-row .child-availability b {
    color: #08BB40 !important;
    letter-spacing: 1px !important;
}
.child-row .child-availability span {
	color: #FF7900 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;
}
.child-row td input[type="text"] {
    width: 38px;
    height: 25px;
    padding: 2px;
    border: 1px solid #94948D;
    margin-right: 5px;
    text-align: center;
    font-family: "Roboto";
    line-height: 19px;
    color: #555;
}
.child-row .up{
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px;
    background: url('../images/arrow-up.png') repeat-x left top;
    cursor: pointer;
    border: 0;
}
.child-row .down {
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px;
    background: url('../images/arrow-down.png') repeat-x left top;
    cursor: pointer;
    border: 0;
}
.child-row td b.save-percent {
    color: #FF5C00;
}
.child-row .add {
    width: 95px !important;
    border: 0;
    padding: 0px;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #6dec00; /* Old browsers */
    background: -moz-linear-gradient(top,  #6dec00 0%, #469403 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6dec00 0%,#469403 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6dec00 0%,#469403 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dec00', endColorstr='#469403',GradientType=0 ); /* IE6-9 */
}
.child-row .add span{
    display: block;
}
.child-row .add:hover {
    background: #61CB06;
}

.child-row .add.nostock {
	background: #feb32c; /* Old browsers */
    background: -moz-linear-gradient(top,  #feb32c 0%, #f47d06 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #feb32c 0%,#f47d06 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #feb32c 0%,#f47d06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb32c', endColorstr='#f47d06',GradientType=0 ); /* IE6-9 */
}

.child-row .add.notify {
	/*width: 80px !important;*/
	color: #000 !important;
    background: #fffd61; /* Old browsers */
    background: -moz-linear-gradient(top,  #fffd61 0%, #ffda05 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fffd61 0%,#ffda05 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fffd61 0%,#ffda05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffd61', endColorstr='#ffda05',GradientType=0 ); /* IE6-9 */
}

.child-row .add:hover {
	background: #61CB06 !important;
}

.child-row .add.nostock:hover {
    background: #FF9900 !important;
}

.child-row .add.notify:hover {
	background: #FFEA30 !important;
}

.child-row .notify-label {
	float: left !important;
    width: auto !important;
	font-size: 11px !important;
	display: none;
}

.product-childs table td,.product-childs table th{
    padding: 0.5rem 1rem;
}

.old-price {
    color: #999;
    text-decoration: line-through;
}
.list-price, .list-price-label, .old-price-label {
    color: #999 !important;
}
.quantity-discount-label {
    margin-bottom: 10px;
    color: #08BB40;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    height: 19px;
    letter-spacing: 1px;
}
.quantity-discount-desc {
    margin-bottom: 24px;
    padding: 6px 10px 6px 56px;
    color: #08BB40;
    background: url('../images/qty-discount-box.png') no-repeat 10px 6px #FAF8D2;
    border: 1px dashed #08BB40;
    font-size: 14px;
    line-height: 18px;
}
.quantity-discount-col .popper {
    cursor: pointer !important;
}
.popbox-price-tooltip {
    background-color: transparent;
    padding: 0;
}
.popbox-price-tooltip.show{
    opacity: 1;
}
.popbox-price-tooltip .tooltip-inner {
    padding: 6px;
    background-color: transparent;
    max-width: 100%;
    width: 350px;
}
.popbox-price-tooltip .tooltip-inner table{
    background-color: #ffffff;
    margin: 0;
}
.bs-tooltip-auto[data-popper-placement^=right].popbox-price-tooltip .tooltip-arrow::before, .bs-tooltip-end.popbox-price-tooltip  .tooltip-arrow::before {
    border-right-color: #178217;
}
.bs-tooltip-auto[data-popper-placement^=top].popbox-price-tooltip .tooltip-arrow::before, .bs-tooltip-top.popbox-price-tooltip  .tooltip-arrow::before {
    border-top-color: #178217;
}
.bs-tooltip-auto[data-popper-placement^=bottom].popbox-price-tooltip .tooltip-arrow::before, .bs-tooltip-bottom.popbox-price-tooltip .tooltip-arrow::before {
    border-bottom-color: #178217;
}
.bs-tooltip-auto[data-popper-placement^=left].popbox-price-tooltip .tooltip-arrow::before, .bs-tooltip-left.popbox-price-tooltip .tooltip-arrow::before {
    border-left-color: #178217;
}



@media only screen and (max-width: 992px) {
    .product-name h1 {
        font-size: 24px;
        line-height: normal;
    }
}
@media only screen and (max-width: 767px) {
    .product-name h1 {
        font-size: 22px;
        line-height: 25px;
    }
    .tab-content {
        min-height: auto;
        padding: 0;
        border: 0;
    }
    .tab-content-pane {
        border: 1px solid #DDD;
        border-top-width: 0;
        line-height: 22px;
        font-size: 14px;
    }
    .tab-content-body{
        padding: 10px;
    }
}


/**************** Single product start *****************/

/**************** products may like start *****************/
.may-like-header h3 {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
}
.may-like-box {
    border: 1px solid #DDD;
    padding: 7px;
    overflow: hidden;
}
.may-like-box-image img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    object-fit: cover;
}
.may-like-box-name {
    height: 38px;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
}
.may-like-box-name a {
    color: #005DAA;
    line-height: 19px;
    text-decoration: none;
}
.may-like-box-name a:hover {
    color: #002E50;
    text-decoration: underline;
}


/**************** product may like start *****************/

/**************** Footer Start *****************/
.footer-action {
    background-color: #FFF;
}
.footer-action-content{
    border-left: 1px solid #DDD;
}
.footer-action-item {
    position: relative;
    padding: 16px 9px 10px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
}
.footer-action-item:hover {
    background-color: #EEE;
}
.footer-action-item .footer-action-image{
    margin-bottom: 8px;
}
.footer-action-item .footer-action-text{
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.footer-action-item .footer-action-text-end{
    color: #808080;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.footer-links {
    background-color: #E3E3E3;
    padding: 24px 0px;
}
.footer-links-header {
    color: #808080;
    padding: 0px 30px 9px 9px;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    border-bottom: 1px solid #808080;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
}
.footer-links-header:hover {
    color: #005DAA;
}
.footer-links-header:after{
    content: 'expand_less';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    text-transform: none;
    position: absolute;
    right: 4px;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.footer-links-header.collapsed:after{
    transform: rotate(180deg);
    transition: all 0.3s;
}

.footer-links-list {
    padding: 0;
    margin:0;
    list-style: none;
}
.footer-links-item {
    padding: 8px 9px;
    font-size: 13px;
    line-height: normal;
}
.footer-links-item a {
    color: #808080;
    text-decoration: none;
}
.footer-links-item a:hover, .footer-links-item a:focus {
    color: #808080;
    text-decoration: underline;
}

.footer-copyright {
    background-color: #E3E3E3;
    padding: 11px 0px 35px;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
}
.footer-copyright-updated {
    margin-left: 9px;
    font-size: 13px;
    line-height: 15px;
}
.footer-logo {
    background-color: #E3E3E3;
    padding-bottom: 19px;
    font-size: 12px;
    color: #808080;
}
.footer-logo-item {
    padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
    .footer-links-list {
        margin:0 0 9px 0;
    }
    .footer-copyright-updated {
        margin-left: 0px;
        margin-bottom: 5px;
    }
}
/**************** Footer End *****************/

/**************** Footer End *****************/
.modal-dialog {
    max-width: 700px;
}
.modal .modal-content {
    position: relative;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border: 0;
    border-radius: 0;
}
.modal .modal-content .item-title {
    font-size: 14px;
    text-decoration: none;
}
.modal .product-box-price-netto {
    font-size: 16px;
}
.modal .product-box-price-brutto {
    font-size: 13px;
}
.modal .slide-title {
    font-size: 21px;
    color: #4d4d4d;
    margin: 0;
    font-weight: 600;
}
.swiper-cart-modal-products{
    border-top: 1px solid #ebedee;
    border-left: 1px solid #ebedee;
}
.btn_counter {
    padding: 0px;
    min-width: 30px;
    font-size: 13px;
    font-weight: bold;
    margin-top: -7px;
}

/**************** Footer End *****************/
/**************** Login start *****************/
.login-header {
    margin-bottom: 18px;
}
.login-header i {
    margin: 2px 5px 0px 0px;
    color: #4D4D4D;
}
.login-header h1, .login-header h2 {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    letter-spacing: 1px;
}
.login-text-row {
    padding-left: 29px;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    margin-bottom: 14.3px;
}
.login-form-row {
    padding-left: 29px;
}
.login-text-row a {
    color: #005DAA;
    text-decoration: none;
}
.login-text-row a:hover {
    color: #002E50;
    text-decoration: underline;
}
.login-text-row b, .login-text-row strong {
    color: #4D4D4D;
}
.login-text-row i {
    color: #08bb40;
}
/**************** Login End *****************/
/**************** form Start *****************/
.form.line-separator {
    padding-bottom: 24px;
    border-bottom: 1px solid #DDD;
}
.form-header {
    margin-bottom: 18px;
}
.form-header i {
    margin: 2px 5px 0px 0px;
    color: #4D4D4D;
    width: 24px;
}
.form-header h1, .form-header h2 {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    letter-spacing: 1px;
}
.text-row {
    padding-left: 29px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #808080;
    line-height: 19px;
}
.text-row.reg-warning {
    line-height: 22px !important;
}
.text-row p {
    font-size: 14px;
    line-height: 19px;
    margin: 0px 0px 10px;
}
.text-row ul li {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 10px;
}
.text-row b, .text-row strong {
    letter-spacing: 1px;
    padding-right: 15px;
}
.text-row.reg-warning b,.text-row.reg-warning strong {
    letter-spacing: 1px;
    padding-right: 0px !important;
}
.form-row {
    padding-left: 29px;
}
.form-row a, .text-row a, .product-form-row a, .product-form table a {
    font-size: 14px;
    line-height: 19px;
    color: #005DAA;
    text-decoration: none;
}
.form-row .table thead th {
    color: #808080;
    letter-spacing: 1px;
}
.form-row .table td {
    font-size: 14px;
    color: #808080;
    line-height: 19px;
}
.form-row.wishlist-img img {
    width: 51px;
    height: 51px;
    object-fit: cover;
    border: 1px solid #DDD;
}

.datalist {
	margin-bottom: 30px;
}
.datalist-header {
	margin-bottom: 18px;
}
.datalist-header i {
	margin: 2px 5px 0px 0px;
	color: #4D4D4D;
}

.datalist-header h1,
.datalist-header h2 {
    color: #007ABC !important;
    font-size: 21px !important;
    font-weight: bold !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 28px !important;
    letter-spacing: 1px !important;
}
.datalist-row {
    color: #808080;
    padding-left: 29px;
}
.datalist-row b, .datalist-row strong {
    letter-spacing: 1px;
}
.datalist-row a {
    color: #005DAA;
    text-decoration: none;
}
.datalist-row a:hover {
	color: #002E50;
	text-decoration: underline;
}
/**************** form End *****************/
.error-right h1, .success-right h1 {
    color: #08BB40;
    font-size: 25px;
    font-weight: bold;
    margin: 0px 0px 24px;
    padding: 0px;
    line-height: 33px;
    letter-spacing: 1px;
}
.error-right h2, .success-right h2 {
    color: #4D4D4D;
	font-size: 22px;
	font-weight: bold;
	margin: 24px 0px 12px;
    line-height: 33px;
	letter-spacing: 1px;
}
.error-right h3, .success-right h3 {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
    margin: 18px 0px 10px;
    line-height: 22px;
    letter-spacing: 1px;
}
.error-right h1 {
	color: #BE4B49 !important;
}
.error-right p, .success-right p {
    color: #808080;
    font-size: 14px;
    margin: 0px 0px 10px;
    line-height: 22px;
}

.error-right b, .success-right b {
	color: #4D4D4D;
	letter-spacing: 1px;
}

.error-right p:last-child, .success-right p:last-child {
	margin-bottom: 0px;
}

.error-right a, .success-right a {
	margin-top: 24px;
}

.error-right ul, .success-right ul {
	margin: 0px;
	padding-left: 40px;
}

.error-right ul li, .success-right ul li {
    color: #808080;
    font-size: 14px;
	line-height: 22px;
	margin: 0px 0px 5px;
}

.error-right ul.loose li, .success-right ul.loose li {
	margin: 0px 0px 10px;
}

.error-right ul li:last-child, .success-right ul li:last-child {
	margin-bottom: 0px;
}

.error-right p a,
.error-right ul li a,
.error-right ul li u,
.success-right p a,
.success-right ul li a,
.success-right ul li u {
    color: #005DAA;
    text-decoration: underline;
}

.error-right p a:hover,	
.error-right ul li a:hover,
.success-right p a:hover,	
.success-right ul li a:hover {
	color: #002E50;
	text-decoration: none;
}

#notification .success, #notification .warning {
    vertical-align: top;
	margin: 12px 0px 0px;
	padding: 5px 5px 5px 28px;
	color: #555555;
	border: 1px solid #BBDF8D;
	font-size: 14px;
	line-height: 19px;
	background: #EAF7D9 url('../images/success-row.png') 5px center no-repeat;
}
#notification .warning {
	border: 1px solid #F8ACAC;
	background: #FFD1D1 url('../images/warning-row.png') 5px center no-repeat;
}
#notification .success a,
#notification .warning a {
    color: #005DAA;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}
#notification .success a:hover,
#notification .warning a:hover {
	color: #002E50;
	text-decoration: underline;
}
#notification .success img,
#notification .warning img {
    margin-top: 6px;
    margin-right: 6px;
    cursor: pointer !important;
}
#notification .success .wishlit-login {
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {

}

.side-menu-group {
    margin-bottom: 15px;
	padding-bottom: 9px;
    border: 1px solid #DDD;
}
.side-menu-group:last-child {
	margin-bottom: 0px !important;
}
.faq-content h1,
.text-content h1 {
	color: #007ABC;/*#4D4D4D;*/
    font-size: 25px;
    font-weight: bold;
    margin: 0px 0px 24px;
    padding: 0px;
    line-height: 33px;
    letter-spacing: 1px;
}
.text-content.popup h1 {
	text-align: center;
}
.faq-content h2,
.text-content h2,
.text-content h4 {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    letter-spacing: 1px;
}
.faq-content p,
.text-content p {
	color: #808080;
	font-size: 14px;
	text-align: justify;
	margin: 14px 0px 24px;
	line-height: 22px;
}
.faq-content p:last-child,
.text-content p:last-child {
	margin-bottom: 0px !important;
}
.faq-content a,
.text-content a,
.tabs-content p a {
	color: #005DAA;
    text-decoration: none;
}
.faq-content a:hover,
.text-content a:hover,
.tabs-content p a:hover {
	color: #002E50;
	text-decoration: underline;
}
.text-content ul {
    margin: 0px 0px 24px;
    padding-left: 40px;
}
.text-content ul:last-child {
	margin-bottom: 0px !important;
}
.text-content ul li {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 10px;
	color: #808080;
}
.text-content table {
	 margin: 24px 0px 14px;
	 border-spacing: 0px;
}
.text-content table tr td {
	font-size: 14px;
	line-height: 22px;
	color: #808080;
	padding-bottom: 10px;
}
.text-content table tr td b {
	color: #4D4D4D;
}
.faq-group {
    margin-bottom: 24px;
    padding-bottom: 9px;
    border: 1px solid #DDD;
}
.faq-group:last-child {
	margin-bottom: 0px !important;
}
.faq-content {
	margin-bottom: 24px;
}
.faq-menu {
	margin-bottom: 24px;
}
.faq-menu-group {
    margin-bottom: 15px;
    padding-bottom: 9px;
    border: 1px solid #DDD;
}
.faq-menu-group:last-child {
    margin-bottom: 0px !important;
}
.boxed-header {
	padding: 9px 11px;
    color: #005DAA;
    font-size: 14px;
	line-height: 19px;
    border-bottom: 1px solid #DDD;
    cursor: default;
	background-color: #F3F4F5;
}
.boxed-header i {
    margin-right: 5px;
}
.boxed-header span {
	margin-top: 1px;
}
.boxed-item {
	padding: 9px 11px 0px;
    color: #005DAA;
    font-size: 14px;
    line-height: 19px;
}
.boxed-item a {
    color: #005DAA;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}
.boxed-item a:hover {
	color: #002E50;
	text-decoration: underline;
}


.account {
    margin-bottom: 24px;
    border-bottom: 1px solid #DDD;
}
.account-header {
    margin-bottom: 18px;
}
.account-header i {
    width: 24px;
    margin: 2px 5px 0px 0px;
    color: #4D4D4D;
}
.account-header h1, .account-header h2 {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    letter-spacing: 1px;
}
.account-row {
    margin-bottom: 18px;
    font-size: 14px;
    color: #808080;
    line-height: 19px;
    text-align: center;
    vertical-align: top;
}
.account-inner .account-row {
    margin-bottom: 12px;
}
.account-row b,.account-row strong {
    letter-spacing: 1px;
    padding-right: 15px;
}
.account-inner .account-row span {
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 5px;
}

/****** checkout cart *******/
.checkout-header {
    margin-bottom: 18px;
}
.checkout-header i {
    margin: 2px 5px 0px 0px;
    color: #4D4D4D;
    width: 24px;
}
.checkout-header h1, .checkout-header h2 {
    color: #007ABC;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    letter-spacing: 1px;
}

.table thead.cart-header th {
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    white-space: nowrap;
    color: #4D4D4D;
    letter-spacing: 1px;
    background-color: #f3f4f6;
}

.cart-item.is-gift {
	background-color: #D4FDB1;/*#E2F3D3;*/
	padding: 3px 20px;
}

.cart-item.checkout-not-allowed {
	background-color: #FFD1D1;
	padding: 3px 20px;
}

.cart-item div {
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    height: 19px;*/
}
.cart-item .fs-17 {
    font-size: 17px;
}

.cart-item div a {
	font-size: 14px;
	line-height: 19px;
	color: #808080;
	text-decoration: none;
}

.cart-item.checkout-not-allowed div {
	overflow: visible;
}

.cart-item img {
	width: 51px;
    height: 51px;
    object-fit: cover;
    border: 1px solid #DDD;
	vertical-align: top;
}

/*
.cart-item div:nth-child(3) {
    width: 297px;
	height: 38px;
	margin: 7px 20px 0px 0px;
}

.cart-item .stock-info-label {
	font-size: 12px !important;
	line-height: 16px !important;
	font-style: italic !important;
}

.cart-item .stock-info-value {
	font-size: 12px !important;
	line-height: 16px !important;
	font-style: italic !important;
	text-transform: lowercase;
}
*/

.cart-item .stock-info-value.in_stock {
	color: #08BB40 !important;
}

.cart-item .stock-info-value.no_stock {
	color: #FF7900 !important;
}


.cart-item .cart-item-btns{
    height: 32px;
}
.cart-item .cart-item-btns input[type="text"] {
    width: 32px;
    font-family: "Roboto";
	font-size: 14px;
	line-height: 19px;
	color: #000;
    padding: 5px;
	border: 1px solid #DDD;
	text-align: center;
	margin-right: 5px;
}
.cart-item .cart-item-btns input[type="text"]:focus {
    border: 1px solid #000000;
    outline: 0;
}
.cart-item .cart-item-btns button{
    border: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 3px;
}
.cart-item button.up {
	background: url('../images/arrow-up.png') repeat-x left top;
}
.cart-item button.down {
	background: url('../images/arrow-down.png') repeat-x left top;
}
.cart-item button.delete {
	background: url('../images/delete.png') repeat-x left top;
}
.cart-item.checkout-not-allowed .product-box-add-button {
	position: relative !important;
	display: inline-block !important;
	height: 22px !important;
	cursor: pointer !important;
	margin: 0px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.cart-item.checkout-not-allowed .product-box-add-button div {
	color: #000 !important;
	font-size: 11px !important;
	line-height: 15px !important;
	height: 15px !important;
	margin: 4px 0px 0px 0px!important;
	text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center !important;
}

.cart-item div.no-discount {
	color: #808080;
	font-weight: normal;
}

.cart-item.checkout-not-allowed div:nth-child(6) div.delete {
	width: 18px !important;
	height: 18px !important;
	margin: 0px !important;
	background: url('../image/delete.png') repeat-x left top !important;
	cursor: pointer !important;
}

.cart-item div span {
	font-size: 14px;
	line-height: 19px;
}

/*.cart-bottom {
    border-top: 1px solid #DDD;
}*/
.cart-save {
    padding: 8px 10px;
    border: 2px solid #FBC00A;
}
.cart-save-first-row {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    color: #4D4D4D;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.cart-save-row {
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    color: #808080;
    margin-bottom: 5px;
}
.cart-save-row.gray {
    color: #C3C3C3;
}
.cart-save-price{
    min-width: 90px;
    display: inline-block;
}
.cart-full-save {
    max-width: 100%;
    width: 160px;
    min-height: 100px;
    background: rgb(255,255,102);
    background: -moz-linear-gradient(180deg, rgba(255,255,102,1) 0%, rgba(255,216,1,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,102,1) 0%, rgba(255,216,1,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,102,1) 0%, rgba(255,216,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff66",endColorstr="#ffd801",GradientType=1);
}
.cart-full-save div {
    text-align: center;
    font-style: italic;
    color: #4D4D4D;
}
.cart-full-save div:nth-child(1) {
    font-size: 17px;
    line-height: 23px;
    margin: 10px 0px 5px;
}
.cart-full-save div:nth-child(2) {
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
}
.cart-full-save div:nth-child(2) span {
    font-size: 17px;
}
.checkout-form-row {
    padding-left: 29px;
}
.cart-summary {
    background: #F3F4F5;
    padding: 8px 10px;
}
.cart-summary thead th {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    color: #4D4D4D;
    letter-spacing: 1px;
    padding: 0px 0 10px;
}
.cart-summary tbody td {
    font-size: 17px;
    font-style: italic;
    line-height: 19px;
    color: #808080;
    padding: 3px;
}
.cart-summary tbody td:first-child {
    font-size: 15px;
    text-align: right;
}
.cart-summary tfoot td {
    color: #4D4D4D;
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    line-height: 21px;
    padding: 3px;
}
.cart-summary tfoot td:first-child {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 20px;
}
.cart-summary span {
    font-size: 14px;
    line-height: 19px;
}

.checkout {
    margin-bottom: 40px;
}
.checkout-text-row {
    padding-left: 29px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
}
.checkout b,.checkout strong {
    color: #4D4D4D;
}

.checkout .form-options {
    padding-left: 29px;
}
.checkout .form-options .radio-container {
    display: block;
}

.checkout.options .form-option-row, .checkout.options .form-option-row:first-child {
    margin-bottom: 18px !important;
}
.checkout.options .form-option-row:last-child {
    margin-bottom: 0px !important;
}
.checkout.options .form-option-row.free .radio-container {
    color: #035AA6 !important;
    background-color: #DAF1FC !important;
    padding: 3px 10px 3px 35px !important;
}
.checkout.options .radio-container p {
    margin: 0px 0px 4px;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.checkout.options .radio-container p:first-child {
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
}
.checkout.options .radio-container p:nth-child(3), .checkout.options .radio-container p:last-child {
    margin: 0px !important;
}
.checkout.options .form-option-row.disabled label {
    cursor: default !important;
}
.checkout.options .form-option-row.disabled .radio-container, .checkout.options .form-option-row.disabled .radio-container b {
    color: #C3C3C3 !important;
}
.checkout.options .form-option-row.disabled .checkmark {
    display: none !important;
    visibility: hidden !important;
}
.checkout.billing-address .checkout-text-row.indent {
    padding-left: 57px;
}
.checkout.billing-address .checkout-text-row {
    margin-bottom: 12px !important;
}
.checkout.shipping-address .checkout-text-row.warning {
    letter-spacing: 0px;
    font-weight: normal;
    color: #EE3324;
    border: 2px solid #EE3324;
    padding: 5px 10px;
    width: auto;
    text-align: center;
}
.checkout.options .radio-container.same-address p {
    margin: 3px 0px 0px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    letter-spacing: 0px !important;
}
.checkout.shipping-address .checkout-text-row {
    color: #4D4D4D;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 22px !important;
}
.checkout.shipping-address .form-options {
    margin-bottom: 22px;
}
.checkout.submit input[type="submit"] {
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 30px !important;
    font-size: 17px !important;
    text-transform: uppercase;
}
.checkout.submit p {
    margin: 20px 0px 0px;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
}
.checkout.minimum {
    text-align: center;
    color: #EE3324;
    font-size: 17px;
    line-height: 19px;
    font-style: italic;
}
.checkout.minimum p {
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
.checkout.minimum p b, .checkout.minimum p strong {
    font-size: 21px;
    line-height: 21px;
    color: #EE3324 !important;
    margin-left: 3px;
}

@media only screen and (max-width: 992px) {
    table.table_responsive{
        table-layout: fixed;
        width: 100%;
    }
    table.table_responsive thead {
        display: none;
    }
    table.table_responsive tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
        background-color: #f8f8f8;
    }
    table.table_responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        min-height: 34px;
        font-size: 14px;
        color: #808080;
        line-height: 19px
    }
    table.table_responsive td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 10px
    }
    table.table_responsive td:last-child {
        border-bottom: 0;
    }
}


.videos-header h1 {
    color: #007ABC;
    font-size: 25px;
    font-weight: bold;
    margin: 0px 0px 16px;
    padding: 0px;
    line-height: 33px;
    letter-spacing: 1px;
}
.videos-header h2 {
    color: #007ABC;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 14px;
    padding: 0px;
    line-height: 33px;
    letter-spacing: 1px;
}
.content-videos {
    border: 1px solid #dddddd;
    padding: 20px;
}
.video-item{
    text-align: center;
}
.video-item .video-item-title {
    font-size: 14px;
    line-height: 19px;
    color: #005DAA;
    text-decoration: none;
    margin: 0;
}
.video-item .video-item-title:hover {
    color: #000000;
    text-decoration: none;
}
.video-item-thumb a {
    position: relative;
    display: inline-block;
}
.video-item-thumb a:before {
    content: 'play_arrow';
    font-family: 'Material Icons';
    font-size: 36px;
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.video-item-thumb:hover a:before {
    color: #ffffff;
    transition: all 0.3s;
}

.articles-header h1 {
    color: #007ABC;
    font-size: 25px;
    font-weight: bold;
    margin: 0px 0px 16px;
    padding: 0px;
    line-height: 33px;
    letter-spacing: 1px;
}
.articles-header h2 {
    color: #007ABC;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 14px;
    padding: 0px;
    line-height: 33px;
    letter-spacing: 1px;
}
.content-articles {
    border: 1px solid #dddddd;
    padding: 20px;
}
.tile-article .tile-article-title, .tile-article-link{
    font-size: 14px;
    line-height: 19px;
    color: #005DAA;
    text-decoration: none;
    margin: 0;
    height: calc(19px*var(--lines));
    --lines: 2;
    overflow: hidden;
    display: block;
}
.tile-article .tile-article-title:hover, .tile-article-link:hover {
    color: #000000;
}
.tile-article-meta-date{
    color: #808080;
    font-size: 11px;
    margin-bottom: 0;
}
.tile-article-thumb img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}
.tile-article-des {
    overflow: hidden;
    display: inline-block;
    line-height: 21px;
    max-height: calc(21px*var(--lines));
    --lines: 5;
    text-align: justify;
}


.starRating {
    display: inline-block;
}
.starRating:not(:checked) > input  {
    display: none;
    opacity: 0;
    cursor: pointer;
}
.starRating:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.starRating.starRatingSmall:not(:checked) > label {
    width:22px;
    font-size:24px;
}
.starRating:not(:checked) > label:before {
    content: '★ ';
}
.starRating > input:checked ~ label {
    color: #ffd700;  /*gold*/  
}
.starRating:not(:checked):not(.disabled) > label:hover,
.starRating:not(:checked):not(.disabled) > label:hover ~ label {
    color: #deb217;  
}
.starRating:not(.disabled) > input:checked + label:hover,
.starRating:not(.disabled) > input:checked + label:hover ~ label,
.starRating:not(.disabled) > input:checked ~ label:hover,
.starRating:not(.disabled) > input:checked ~ label:hover ~ label,
.starRating:not(.disabled) > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.starRating.disabled {
    background-color: transparent !important;
}

#user_reviews {
    border-top: 1px solid #d9d9d9;
    padding-top: 25px;
}
.user_review:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.user_review .user_review_name {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin: 5px 0 0;
}
.user_review .user_review_date {
    font-size: 12px;
    margin: 0 0 10px;
    color: #9b9b9b;
}
.user_review .user_review_desc {
    color: #808080;
    margin: 10px 0 0;
}
.row .review_item:not(:last-child) .review_item_wrapper {
    border-bottom: 1px solid #d9d9d9;
}

.catalog-page{
    padding-left: 25px;
}
.catalog-page a {
    color: #005DAA;
    line-height: 19px;
    text-decoration: none;
}
.catalog-page a:hover {
    color: #002E50;
    text-decoration: underline;
}
.catalog-page img {
    border: 1px solid #DDD;
    margin-bottom: 12px;
    vertical-align: top;
}
.catalog-page p {
    margin: 0px 0px 12px;
    text-align: left;
}


.compare_similar_products {
    color: #000000;
    border: 1px solid #DDD;
    overflow: hidden;
    padding-top: 10px;
}
.compare-list {
    height: 196px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    margin: 0;
}
.compare-list-row {
    padding: 6px 5px;
    border-bottom: 1px solid #DDD;
    font-size: 12px;
    line-height: 14px;
}
.compare-list-row b {
    margin-right: 10px;
}

.compare-parameter-headings {
    border-top: 1px solid #DDD;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.compare-parameter-headings li {
    font-size: 12px;
    line-height: 20px;
    padding: 2px 0px 2px 10px;
    border-bottom: 1px solid #DDD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare-parameter-values li:nth-child(odd), .compare-parameter-headings li:nth-child(odd) {
    background-color: #F3F4F5;
}
.compare-product-number {
    position: absolute;
    background-color: #808080;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    text-align: center;
}
.compare-product-image {
    height: 196px;
    cursor: pointer;
    text-align: center;
}
.compare-product-image a {
    display: block;
    text-align: center;
}
.compare-parameter-values {
    border-top: 1px solid #DDD;
    margin-top: 10px;
    list-style: none;
    padding: 0;
}
.compare-parameter-values li {
    font-size: 12px;
    line-height: 20px;
    padding: 2px 10px;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #DDD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.compare-parameter-values li.available {
	color: #08BB40;
	font-weight: bold;
    letter-spacing: 1px;
}
.compare-parameter-values li.compare-product-price {
	color: #4D4D4D;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}
.compare-parameter-values li.compare-product-price.red {
	color: #EE3324;
}
.compare-parameter-values li.compare-product-price span {
	font-size: 12px;
}
.compare-col.this-product .compare-parameter-values li {
	background-color: #005DAA;
	color: #FFF !important;
}

.compare-col .product-box-view-button {
    min-width: 90px;
    display: inline-block;
    margin: 10px 0;
}

.swiper_compare_similar_products  .slick-arrow {
    top: 20%;
}

@media only screen and (max-width: 992px) {
    table.table_responsive2{
        table-layout: fixed;
        width: 100%;
    }
    table.table_responsive2 thead {
        display: none;
    }
    table.table_responsive2 tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 20px;
        background-color: transparent;
    }
    table.table_responsive2 td {
        border-bottom: 1px solid transparent;
        display: block;
        text-align: right;
        min-height: 34px;
        font-size: 14px;
        color: #808080;
        line-height: 19px;
        padding: 0.5rem 0 0.5rem 0.5rem;
    }
    table.table_responsive2 td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    table.table_responsive2 td:last-child {
        border-bottom: 0;
    }

    


    table.table_responsive3{
        table-layout: fixed;
        width: 100% !important;
    }
    table.table_responsive3 thead {
        display: none;
    }
    table.table_responsive3 tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 20px;
        background-color: transparent;
    }
    table.table_responsive3 td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        min-height: 34px;
        font-size: 14px;
        color: #808080;
        line-height: 19px;
        padding: 0.5rem 0;
    }
    table.table_responsive3 td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    table.table_responsive3 td:last-child {
        border-bottom: 0;
    }
}