:focus {
    outline: none;
}

html {
    width:100%;
    height: 100%;
    font-size: 12px;
}

body {
	height:100%;
	margin:0;
	padding:0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
}

#header
{
    background: #fff;
}

header
{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
}

#logo
{
    margin-top: 40px;
}

#menu
{
    font-family: PlayRegular;
    font-size: 14px;
    color: #069;
}

#menu ul {
    margin: 1em 0 0 0;
    display: flex;
    justify-content: end;
}

#menu > ul > li {
    border-radius: var(--border-radius);
}

#menu li {
    padding: .25em 1.5em;
    margin-top: 0;
    list-style: none;
    position: relative;
    margin-right: 1px;
}

#menu li ul {
    position: absolute;

    display: none;
    line-height: 1.2em;

    top: 2em;
    left: 0;
    text-align: left;

    margin: 0;
    padding: 0;

    background: #00a4b4;
    color: #fff;
    z-index: 10;
}

#menu li ul li {
    border-bottom: solid 1px #fff;
    width: auto;
}

#menu li ul li:hover a
{
    text-decoration: underline;
}


#menu li ul li:last-child
{
    border-bottom: none;
}

#menu li:hover ul {
    display: block;
}

#menu li a, #menu li a:visited {
    color: #069;
    text-decoration: none;
}

#menu .selected, #menu li:hover {
    background: #00a4b4;
    color: #fff;
}

#menu > ul > li:hover:has(ul) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#menu a:hover {
    text-decoration: none;
    color: #fff;
}

#menu .selected a, #menu .selected a:visited, #menu li:hover a {
    color: #fff;
}

.right {
    text-align: right;
}

#promo
{

    background: url(/images/promo-bg.png);
    z-index: 1;
    height: 830px;

}

.lead-white
{
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}

.lead-white a
{
    display: inline-block;
    width: 143px;
    line-height: 54px;

    background: url(/images/btn-bg.png) no-repeat;

    color: #fff;

    text-decoration: none;

    font-size: 14px;
    font-weight: bold;

    text-align: center;
}

.margintop10
{
    margin-top: 10px;
}

footer {
    background: url(/images/footer-bg.gif);
    padding: 1.5rem 0 4rem 0;
    color: #666;
    margin-top: 1rem;
}

footer .tel
{
    font-family: PlayBold;
    color: #333;
}

footer .tel span
{
    font-size: 24px;
    display: inline-block;
    vertical-align: top;

    line-height: 1.2em;
    margin-top: -3px;
    margin-left: 5px;
}

footer a
{
    color: #666;
}

.products__container {
    position: relative;
    margin-bottom: 50px;
}

.products__container [data-action=stop], .products__container [data-action=start] {
    display: none;
}

.products__container .products__left {
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/images/p-arrows.jpg) no-repeat 0 0;
    cursor: pointer;
    z-index: 10000;
}

.products__container .products__left:hover {
    background-position: 0 -40px;
}

.products__container .products__right {
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/images/p-arrows.jpg) no-repeat -40px 0;
    cursor: pointer;
    z-index: 10000;
}

.products__container .products__right:hover {
    background-position: -40px -40px;
}

.products {
    display: flex;
    height: 240px;
}

.products .icon {
    flex: 0 0 auto;
    width: 180px;
    height: 240px;
    background: url(/images/icon-bg.png) no-repeat top center;
    text-align: center;
}

.products .icon:hover {
    background: url(/images/icon-bg-hover.png) no-repeat top center;
}

.products .icon img {
    margin: 30px 0 0 0;
}

.products .icon div
{
    margin-top: 50px;
    color: #666;
    text-align: center;
    font-family: PlayBold;
    font-size: 14px;
    line-height: 1em;
}

.products .icon a, .products .icon a:visited
{
    color: #666;
    text-decoration: none;
}

.products .icon a:hover {
    color: #099;
}

.news
{
    border-top: solid 1px #ccc;

    padding-bottom: 50px;
}

.gray
{
    padding-bottom: 40px;
    padding-top: 30px;
}

.gray h1
{
    border-bottom-color: #fff;
}

.gray
{
    background: url(/images/news-bg.png);

    border-bottom: solid 1px #878787;
}

article {
    padding-bottom: 3.5rem;
    padding-top: 1.5rem;
}

article .gray
{
    margin-bottom: -4rem;
}

article li {
}

.divider {
    height: 111px;
    background: url(/images/header-bg.png) top center repeat-x;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: relative;
    margin-bottom: 1rem;
}

.service li
{
    padding-left: 75px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.service ul li:nth-child(1)
{
    background: url(/images/one.png) no-repeat;
}

.service ul li:nth-child(2)
{
    background: url(/images/two.png) no-repeat;
}

.service ul li:nth-child(3)
{
    background: url(/images/three.png) no-repeat;
}

.service ul li:nth-child(4)
{
    background: url(/images/four.png) no-repeat;
}

.service ul
{
    margin: 0;
    padding: 0;
}

.gallery:after
{
    display: block;
    content: ' ';
    height: 0px;
    visibility: hidden;
    clear: both;
}

.gallery .photo
{
    width: 180px;
    min-height: 140px;
    float: left;

    margin-right: 10px;
}

.gallery .photo:last-child
{
    margin-right: 0;
}

.gallery .photo img
{
    margin: 0px 0 0 5px;
}

.gallery .photo div
{
    margin-top: 10px;
    text-align: center;
}

.margintop50 {
    margin-top: 50px;
}

.lead
{
    font-size: 16px;
    font-weight: bold;
    color: #099;
    line-height: 1.2em;
}

.search input[type=text]
{
    height: 26px;
}

.search input[type=image]
{
    margin: -9px 0 0 -3px;
}

.hidden {
	display: none;
}

.uppercase
{
    text-transform: uppercase;
}

article ul.normal li
{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    list-style: outside disc;
}

.head-search
{
}

.catalog-section table {
    margin-bottom: 30px;
}

.to-cart a {
    color: #099;
}

#cartModal .modal-body {
    font-size: 20px;
}

#cartModal {
    width: 350px;
    margin-left: -175px;
}

.summary .total {
    margin-bottom: 15px;
    font-size: 120%;
}

.summary .discount {
    font-size: 120%;
    margin-bottom: 15px;
}

.summary #total {
    font-weight: bold;
    font-size: 130%;
}

.summary .checkout {

}

.cart__container table {
    margin-bottom: 15px;
}

.cart__container .controls {
    margin-bottom: 15px;
}

.sidemenu li {
    font-size: 14px;
    font-weight: normal;
}

.sidemenu ul > li > ul > li {
    font-size: 13px !important;
}


.sidemenu ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

.sidemenu .active {
    font-weight: bold;
}

.sidemenu {
    color: #000;
    margin-bottom: 50px;
}

.sidemenu li i {
    font-weight: bold;
}

header .cart div {
    float: left;
    margin-left: 5px;
}

.auth.links {
    margin-top: 10px;
    margin-right: 30px;
}


header .cart {
    margin-top: 10px;
}

.header-register-cart {
    display: inline-block;
    font-size: 14px;
}

.header-register-cart > div{
    float: left;
}

.header-register-cart:after {
    clear: both;
    content: '';
    display: block;
}

.catalog-list table {
    width: 100%;
}

.catalog-list table td, .catalog-list table th {
    padding: 5px 7px;
}

td.description {
    position: relative;
    padding: 0px;
}

td.description:before {
    content: '&nbsp;';
    visibility: hidden;
}

td.description span {

    position: absolute;
    left: 0px;
    right: 0px;
    padding: 0 5px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    text-align: left;

    height: 16px;
    color: #08c;
    cursor: help;
}

.catalog-list table {
    margin-bottom: 30px;
}

.catalog-list tr.warning > td {
    background-color: #fff880;
}

input.quantity {
    width: 30px;
    text-align: center;
    padding: 1px 2px;
    margin: 0px;
}

.orders-list ul {
    margin: 0;
}

.order-details table {
    margin-bottom: 30px;
}

h1.small {
    font-size: 25px;
}

.application {
    color: #333;
}

.orders-list {
    margin-bottom: 30px;
}

.alert-info ul {
    margin: 0;
    padding: 0;
}

.alert-info ul li {
    font-size: 1em;
    font-weight: normal;
    list-style: none;
}

.sidebar .alert-info {
    padding: 10px;
}

.sidebar .alert-info li {
    list-style: none;
}

.subscribe-to-product a {
    color: #900;
    font-size: 9px;
}

pre {
    display: block;
    overflow: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
    border: 1px solid #262626;
    border-radius: .25rem;
    padding: .25rem;
    margin: 0;
    background: #262626;
    color: #f2f2f2;
    font: 400 .75rem/1.2em monospace;
}

li.icon {
    list-style: none;
}

fieldset div.legend {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: none;
    line-height: 120%;
}

fieldset div.message {
    margin-top: 10px;
}

fieldset {
    margin-bottom: 10px;
    padding: 10px;
}

fieldset.has-error {
    outline: solid 1px #e9322d;
}

fieldset.has-error .message, .has-error .help-block {
    color: #e9322d;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    box-shadow: none;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top-color: #00a4b4 !important;
}


.jconfirm .jconfirm-box .jconfirm-buttons > .btn-success {
    background-color: #00a4b4 !important;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.ml-4 {
    margin-left: 1rem;
}

.bg-danger {
    background-color: #e9322d !important;
}

.text-white {
    color: #fff;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #099;
}

.mt-4 {
    margin-top: 1rem;
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.main-user-consent-request-popup-button-acc {
    background: #099;
    color: #fff;
}

.noborder td {
    border: none;
}

.captcha__container {
    display: flex;
    align-items: center;
}

.mr-4 {
    margin-right: 1rem !important;
}

.top-line__container {
    background: #00a4b4;
    color: #fff;
}

.top-line {
    padding: 1rem 0;
}
