.rightBox
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 58%;
    font-family: 'Ubuntu Condensed',sans-serif;
    float: right;
}
.consultBox
{
    background: linear-gradient(135deg,hsl(224, 93%, 17%) 0,hsl(222, 47%, 39%) 12%,hsl(204, 36%, 66%) 100%);
    border: 1px solid hsl(0, 0%, 83%);
    border-radius: 4px;
    padding: 15px 15px;
    color: hsl(0, 0%, 100%);
    line-height: 30px;
}

.consultBoxRent
{
    line-height: 24px;
}

.tinyColomn
{
    width: 40px;
    padding: 0 !important;
}

.lastNews
{
    font-size: 11px!important;
    padding: 0px 7px 2px 0px!important;
    text-align: right;
}
.lastNews .newsText
{
    font-size: 12px!important;
    text-align: left;
}
.lastNews span, .newsDetails
{
    cursor: pointer;
    color: hsl(215, 45%, 23%);
    text-decoration: none;
    padding: 3px 6px;
    background: hsl(210, 20%, 88%);
    border: 1px solid hsl(210, 36%, 66%);
    box-sizing: border-box;
    border-radius: 3px;
    width: fit-content;
    transition: box-shadow .15s ease-in-out;
    font-size: 10px;
    cursor: pointer;
    font-family: Ubuntu,sans-serif;
    text-transform: uppercase;
    line-height: 25px;
}
.blueGreyBtn
{
    cursor: pointer;
    color: hsl(215, 45%, 23%);
    text-decoration: none;
    padding: 3px 10px;
    background: hsl(210, 20%, 88%);
    border: 1px solid hsl(210, 36%, 66%);
    box-sizing: border-box;
    border-radius: 3px;
    width: fit-content;
    transition: box-shadow .15s ease-in-out;
    font-size: 11px;
    cursor: pointer;
    font-family: Ubuntu,sans-serif;
    text-transform: uppercase;
    line-height: 14px;
}

.lastNewsTitle
{
    margin: 0 -15px;
    padding: 8px 0px!important;
    background: linear-gradient(135deg, hsl(222, 87%, 13%) 0%, hsl(221, 64%, 18%) 12%, hsl(204, 31%, 56%) 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#overall
{
    background: #e8e8e8;
    background: linear-gradient(to right, hsl(0,0%,91%) 0%,hsl(206,25%,89%) 56%,hsl(0,21%,87%) 100%);
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    min-width: 1153px;
}

.boxArrow
{
    width: 90px;
    height: 54px;
    position: relative;

    display: flex;  /* vertically centering */
    justify-content: center;
    flex-direction: column;

    background: hsl(10, 100%, 39%);
    background: linear-gradient(to right,hsl(10, 100%, 21%) 0,hsl(10, 100%, 35%) 57%,hsl(10, 100%, 39%) 100%);

    box-shadow: 4px 7px 10px 1px rgba(1,17,53,.4);
    margin: 0 30px 0 20px;
    color: hsl(213, 30%, 93%);
    text-align: center;
}
.boxArrow:before
{
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid hsl(10, 100%, 39%);
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
}

/*-------------
|    Region    |
 -------------*/

.dialog
{
    position: absolute;
    overflow: hidden;
    border-color: #b5b5b5;
    box-shadow: 1px 1px 10px rgba(0,0,0,.5);
}
    .dialogHeader
    {
        position: relative;
        padding: 30px 10px 5px;
        font-size: 14px;
        font-family: Tahoma, Helvetica, sans-serif;
    }
    .dialogClose
    {
        position: absolute;
        right: 2px;
        top: 30%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 4px;
        height: 18px;
    }
        .dialogClose:hover
        {
            background-color: #dedede;
        }

        .dialogClose span
        {
            display: block;
            width: 16px;
            height: 16px;
            margin: 1px;
            background: url("/images/design/closer_16x16.png") no-repeat;
        }

.regionDialog
{
    display: none;
    top: 47px;
    left: 215px;
    z-index: 1000;
    width: 600px;
    background-color: #ffffff;
}

.regionList
{
    height: 455px;
    padding: 10px 15px;
    overflow: auto;
}

.regionLetter
{
    font: bold 13px Arial;
    padding: 4px;
    width: 20px;
}

.regionName
{
    padding: 4px 4px;
}

    .regionName a
    {
        font: normal 13px Arial;
        color: #004694;
        text-decoration: none;
    }

    .regionName.first a,.regionName.last a
    {
        color: #000000;
    }

/*----------
|    Top    |
 ----------*/

#toplinks
{
    color: #b4b4b4;
    text-align: center;
    border-top: 3px solid #ffd400;
    width: 200px;
    height: 46px;
    margin: 0 -250px 0 50px;
    padding: 25px 0 0 0;
    float: left;
}

    #toplinks a
    {
        color: #087dcf;
        margin: 0 7px 0 7px;
    }

    #toplinks b
    {
        font-weight: normal;
    }

    #toplinks b a
    {
        color: #585858;
    }

#cart
{
    position: relative;
    height: 74px;
    margin-left: 205px;
}

#inYourCart
{
    position: absolute;
    left: 50px;
    top: 10px;
}

#logo
{
    margin: -20px 0 0 0;
    overflow: hidden;
    display: block;
    width: 345px;
    height: 152px;
}

    #logo img
    {
        width: 345px;
        height: 152px;
    }

@media (max-width: 1639px)
{
    .semiExisted { display: none; }
}
@media (min-width: 1640px)
{
    .semiExisted { display: block; }
}


/*--------------
|    Catalog    |
 --------------*/

#varContent
{
    background: hsla(0, 0%, 98%, 0);
    position: relative;
    line-height: 18px;
    padding: 0px 10px 0 10px;
}

.catalog
{
    line-height: 18px;
    padding: 25px 0 25px 0;
    width: 435px;
    float: left;
    border-bottom: 1px solid #d0d0d0;
}

.catalog.right
{
    float: right;
}

.catalog h5
{
    font-size: 12px;
}

.catalog div
{
    margin: 0 15px 0 0;
    padding: 1px;
    background: url(/images/design/catalog-dots.gif) 0 0 repeat;
    float: left;
}

.catalog div div
{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 4px;
    background: #ffffff;
}

.catalog div div img
{
    margin: 0 auto;
    display: block;
    background: #ffffff;
}

.breadcrumbs
{
    font: 14px/1.2 Arial,Tahoma,Verdana,Helvetica,sans-serif;
}
    .breadcrumbs li
    {
        display: inline;
    }
    .breadcrumbs li:hover a
    {
        display: inline;
        color:black;
    }

#varContent table.tbl
{
    width: 100%;
    padding: 0;
    margin: 0 0 2em 0;
    border-spacing: 0 8px;
}

.tbl_compact
{
    border-spacing: unset !important;
}

#varContent table.cat
{
    font-size: 12px;
}

    #varContent table.tbl thead th
    {
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        padding: 5px 0 5px 10px;
        font-family: 'Ubuntu Condensed', sans-serif;
        font-size: 14px;
        color: hsl(0, 0%, 100%);
        background-color: hsl(215.2, 45.1%, 40%);;
        border-bottom: 1px solid hsl(0, 0%, 82%);
    }

    #varContent table.tbl thead th form
    {
        line-height: 10px;
    }

    #varContent table.tbl thead th.left
    {
        text-align: left;
    }

    #varContent table.tbl thead th.left form
    {
        padding-left: 40px;
    }

    #varContent table.tbl tr
    {
        background: hsl(0, 0%, 97%)
    }

    .subtitle
    {
        padding: 2px;
        font-size: 14px;
        font-family: 'Ubuntu Condensed',sans-serif;
        background-color: hsl(0, 0%, 95%);
        text-align: center;
    }

    .subtitle2
    {
        padding: 4px;
        font-family: 'Ubuntu',sans-serif;
        color: hsl(0, 0%, 28%);
        text-align: center;
    }
    .subtitle2 a
    {
        color: hsl(0, 0%, 28%);
    }

    #varContent table.tbl tr td
    {
        line-height: 1.2em;
        vertical-align: middle;
        padding: 4px;
        /* border-top: 1px solid #ffffff; */
        border-bottom: 1px solid hsla(0, 0%, 80%, 0.5);
        font-size: 16px;
        font-family: 'Ubuntu Condensed', sans-serif;
    }
        #varContent table.tbl tr td.delete
        {
            width: 40px;
            color: hsl(212, 9%, 71%);
            cursor: pointer;
            text-align: center;
        }

        #varContent table.tbl tr td.delete:hover
        {
            color: hsl(212, 9%, 51%);
        }

        #varContent table.tbl tr td.delete a:hover
        {
            background-position: 0 0;
        }

        #varContent table.tbl tr td.cartprice
        {
            text-align: center;
            color: hsl(0, 100%, 37%);
            font-weight: bold;
        }

        #varContent table.tbl tr td.tip div
        {
            position: relative;
            z-index: 1;
            width: 15px;
            height: 15px;
            margin: 0 auto;
        }

        #varContent table.tbl tr td.tip div div
        {
            text-decoration: none;
            color: #6a6a6a;
            line-height: 14px;
            font-size: 11px;
            display: none;
            width: 400px;
            height: auto;
            padding: 15px;
            background: #f2f2f2;
            border: 1px solid #999999;
            position: absolute;
            bottom: 25px;
            right: -210px;
            z-index: 5;
            margin: 0;
        }

        #varContent table.tbl tr td .rubStr
        {
            font-size: 12px;
        }

        #varContent table.tbl tr td input
        {
            width: 20px;
            height: 14px;
        }

        #varContent table.tbl tr td.input
        {
            width: 340px;
        }

        #varContent table.tbl tr td.field
        {
            width: 220px;
            text-align: right;
        }

        #varContent table.tbl tr td.error em
        {
            color: #cc0000;
            font-style: normal;
        }


        .tbl_transpr tr td
        {
            line-height: 1.5em;
            vertical-align: middle;
            padding: 5px;
            font-size: 16px;
            font-family: 'Ubuntu Condensed', sans-serif;
        }
            .tbl_transpr tr td.tip div
            {
                position: relative;
                z-index: 1;
                width: 15px;
                height: 15px;
                margin: 0 auto;
            }
            .tbl_transpr tr td.tip div div
            {
                text-decoration: none;
                color: #6a6a6a;
                line-height: 14px;
                font-size: 11px;
                display: none;
                width: 400px;
                height: auto;
                padding: 15px;
                background: #f2f2f2;
                border: 1px solid #999999;
                position: absolute;
                bottom: 25px;
                right: -210px;
                z-index: 5;
                margin: 0;
            }

            .tbl_transpr tr td.input
            {
                width: 340px;
            }
            .tbl_transpr tr td.input input {
                border-top: 1px solid hsl(0, 0%, 59%);
                border-left: 1px solid hsl(0, 0%, 59%);
                border-right: 1px solid hsl(0, 0%, 59%);
                border-bottom: 1px solid hsl(0, 0%, 59%);
                font-size: 15px;
                color: hsl(0, 8%, 26%);
                font-family: 'Open Sans',sans-serif;
                background: hsl(0, 0%, 100%);
                padding: 8px;
                height: 15px;
                width: 300px;
            }

            .tbl_transpr tr td.field
            {
                width: 220px;
                text-align: right;
            }
            .tbl_transpr tr td.error em
            {
                color: #cc0000;
                font-style: normal;
            }
.cat
{
    background: hsla(0, 0%, 100%, 0)!important;
}

.product_row:hover
{
    background-color: hsl(0, 0%, 100%) !important;
    box-shadow: 0 1px 12px 1px #9e9e9e;
}

/*-----------
|    Cart    |
 -----------*/

.price_note
{
    vertical-align: super;
    font: 30px/1.2 Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #ff0000;
}

.price_note_full
{
    font-size: 10pt;
    color: #777777;
    margin-right: 85px;
}

#product_title
{
    width: calc(100% - 15px);
    font-family: 'Open Sans Condensed',sans-serif;
}

#varContent div.notify
{
    color: hsl(222, 100%, 12%);
    padding: 70px 20px 70px 70px;
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;

    background: #024686;
    background: linear-gradient(to bottom, hsla(0, 0%, 90%,1) 0%,hsla(209, 100%, 98%,1) 44%,hsla(0, 0%, 90%,1) 100%);
}

#overall_error
{
    position: relative;
    width: 100%;
    height: 100%;
    background: #024686;
    background: linear-gradient(to bottom, hsla(209,97%,27%,1) 0%,hsla(209,96%,23%,1) 44%,hsla(209,100%,17%,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024686', endColorstr='#002c56',GradientType=0 );
}

/*-------------
|    Errors    |
 -------------*/

#error404
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    margin: -150px 0 0 -200px;
    height: 300px;
    border: 1px solid #ffffff;
    background-color: white;
    background-image: url(/images/phenix/preloader.svg);
    background-repeat: no-repeat;
    background-position: 80px 30px;
}

#error404 h1
{
    color: #cc0000;
    border-left: 1px solid #d3d3d3;
    padding: 3px 0 0px 18px;
    font: 70px Times new roman;
    margin: 30px 0 0 250px;
}

#error404 ul
{
    margin: 0 30px 0 30px;
}

.search-pager
{
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}

.search-pager li
{
    display: inline-block;
    zoom: 1;
    display: inline;
    padding: 0 5px;
}

.productImg
{
    position: absolute;
    left: -83px;
    z-index: 50;
    border: 1px solid #aaaaaa;
    border-radius: 5%;
    box-shadow: 0px 0px 8px rgba(10,10,10,.5);
}

.catalogLink
{
    background: #e8e8e8;
    cursor: pointer;
    display: inline-block;
    width: 319px;
    height: 100%;
    text-align: center;
    position: relative;
}

    .catalogLink div:first-child
    {
        position: absolute;
        top: 30%;
        left: 30%;
    }

    .catalogLink div:last-child
    {
        position: absolute;
        top: 50%;
        left: 20%;
    }

    .catalogLink a
    {
        font-family: 'Ubuntu Condensed', sans-serif;
        color: #111111;
        text-decoration: none;
        font-size: 8pt;
    }

    .catalogLink a:hover
    {
        color: #308BCa;
    }

.phone
{
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #111111;
    text-decoration: none;
    font-size: 15pt;
    font-weight: bold;
    white-space: nowrap;
}

.phoneLine
{
    font-family: 'Ubuntu Condensed', sans-serif;
    color: hsla(355, 50%, 30%, 1);
    text-decoration: none;
    font-size: 7pt;
    white-space: nowrap;
    display: block;
    margin-left: 108px;
}

.min_price
{
    color: hsl(355, 23%, 53%);
    font-size: 12px;
}

.prod_img_mini
{
    display: block;
    max-width: 200px;
    cursor: pointer;
}

.prev_next span
{
    display: inline-block;
    vertical-align: top;
}

.leftBox
{
    display: inline-block;
    cursor: pointer;
    width: 40%;
    min-width: 355px;
    height: 340px;
    border-radius: 4px;
    background: hsl(0, 100%, 100%);
    vertical-align: top;
    text-align: center;
}

    .leftBox img:first-child
    {
        display: inline-block;
        vertical-align: middle;
    }

    .leftBox:before
    {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.photo.hidden
{
    visibility: hidden;
}

.no_photo
{
    margin: 30% auto;
}

.leftBox .magnifier
{
    src: url(/images/design/magnifier2.png);
    position: absolute;
    top: 390px;
    left: 35%;
}

.arrowText .priceStr
{
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.prod_price
{
    font-family: 'Ubuntu Condensed',sans-serif;
    color: hsl(214, 14%, 48%);
    line-height: 30px;
    padding: 0 10px 0 0;
    display: inline-block;
    margin: 0 0 12px 0;
}

    .prod_price .priceStr
    {
        font-size: 39px;
        font-weight: 400;
        vertical-align: text-top;
    }
    .prod_price .rubStr
    {
        font-size: 32px;
        font-weight: normal;
        vertical-align: text-top;
    }

/*--------------
|    Buttons    |
 --------------*/
.whiteBtnIcon
{
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(206, 60%, 22%);
    box-sizing: border-box;
    border-radius: 3px;
    width: fit-content;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    font-family: Ubuntu,sans-serif;
    display: inline-block;
    margin: 2px 7px 2px 5px;
    padding: 6px 6px 6px 10px;
}

.blueBtnIcon
{
    background: hsl(222deg 51% 36%);
    border: 1px solid hsl(220, 45%, 40%);
    color: white;
    box-sizing: border-box;
    border-radius: 3px;
    width: fit-content;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    font-family: Ubuntu,sans-serif;
    display: inline-block;
    margin: 2px 7px 2px 5px;
    padding: 6px 6px 6px 10px;
}
.whiteBtnIcon i, .blueBtnIcon i
{
    margin-right: 11px;
}

.whiteBtn
{
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(206, 60%, 22%);
    color: hsl(206, 60%, 22%);
    box-sizing: border-box;
    border-radius: 3px;
    width: fit-content;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Ubuntu Condensed',sans-serif;
    padding: 5px 10px;
}

.whiteBtnRed
{
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(6, 100%, 35%);
    color: hsl(6, 100%, 35%);
    box-sizing: border-box;
    border-radius: 3px;
    width: fit-content;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Ubuntu Condensed',sans-serif;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
}

.whiteBtnGrey
{
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(214, 14%, 45%);
    color: hsl(214, 14%, 45%);
    box-sizing: border-box;
    border-radius: 3px;
    width: fit-content;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Ubuntu Condensed',sans-serif;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
}
.whiteBtnBlack
{
    background: #fff;
    border: 1px solid #627082;
    color: #000000;
    box-sizing: border-box;
    border-radius: 3px;
    width: fit-content;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    font-size: 13px;
    cursor: pointer;
    font-family: 'Ubuntu Condensed',sans-serif;
    padding: 4px 4px;
    text-align: center;
    text-transform: uppercase;
}
.whiteBtnBlack i
{
    margin: 0 !important;
}
 .awesomeBtn
{
    height: 43px;
    background: linear-gradient(135deg,hsl(224, 93%, 17%) 0%,hsl(222, 46%, 39%) 60%);
    border-radius: 5px;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    font-size: 28px;
    cursor: pointer;
    font-family: 'Ubuntu Condensed',sans-serif;
    border: none;
}

.awesomeBtn span
{
    padding: 0 8px 0 4px;
    font-size: 18px;
    line-height: 42px;
    color: hsl(0, 0%, 100%);
    text-transform: uppercase;
}

.awesomeBtn:hover
{
    transition: all .5s linear;
    box-shadow: 0 1px 12px 1px hsl(0, 0%, 62%);
}

.awesomeBtn i
{
    color: hsl(39, 100%, 95%);
    font-size: 20px;
    padding: 0 5px 0 3px;
}

.awesomeSmallBtn
{
    margin: 3px auto;
    width: 34px;
    height: 30px;
    background: hsl(215, 45%, 40%);
    border-radius: 3px;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    font-size: 21px;

    cursor: pointer;
}
.awesomeSmallBtn.posCor
{
    margin: 0px auto !important;
}

.awesomeSmallBtn i
{
    color: hsl(0, 0%, 98%);
    font-size: 22px;
    padding: 2px 8px 0 5px;
    vertical-align: baseline;
}

.awesomeSmallBtn:hover i
{
    box-shadow: 2px 4px 6px 0px rgba(53,1,1,.4), 0 0 20px 0 rgba(56,2,2,.3) inset;
    -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.awesomeMediBtn
{
    height: 38px;
    background: hsl(222deg 51% 36%);
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
.awesomeMediBtn span
{
    font: 700 13px/36px 'Open Sans',sans-serif;
    padding: 0 8px 0 5px;
    font-size: 14px;
    line-height: 34px;
    /*text-shadow: 0 0 #480a00, 0 1px #380c00, -1px 2px #3a0700, -2px 3px #2d0000, 0 6px 5px rgba(51,50,47,.8);*/
    color: hsl(0deg 0% 100%);
}
.awesomeMediBtn i
{
    /*text-shadow: 0 0 #480a00, 0 1px #380c00, -1px 2px #3a0700, -2px 3px #2d0000, 0 6px 5px rgba(51,50,47,.8);*/
    color: hsl(0deg 0% 100%);
    font-size: 20px;
    padding: 0 6px 0 0;
    vertical-align: sub;
}
.awesomeMediBtn:hover
{
    background: hsl(220, 19%, 55%);
}

.awesomeSimpleBtn
{
    margin: 3px auto;
    width: 34px;
    height: 30px;
    border-radius: 2px;
    transition: box-shadow .25s ease-in-out, top .25s ease-in-out;
    box-shadow: 2px 4px 2px 0 rgba(53, 1, 1, 0.17), 0 0 10px 0 rgba(56,2,2,.3) inset;
    /*box-shadow: 2px 4px 6px 0px rgba(53,1,1,.4), 0 0 20px 0 rgba(56,2,2,.3) inset;*/
    cursor: pointer;
    color: hsl(0, 0%, 100%);
    padding: 1px 8px 2px 5px;
    position: relative;
    top: 0px;
}

.awesomeSimpleBtn:hover
{
    box-shadow: 2px 4px 6px 0px rgba(53,1,1,.4), 0 0 20px 0 rgba(56,2,2,.3) inset;
    top: -2px;
}

.box2
{
    border-radius: 2px;
    margin-top: 6px;
    padding: 0 14px 2px 14px;
    font-size: 15px;
    line-height: 24px;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    /* border: solid 1px hsl(0, 0%, 0%); */
    font-weight: 600;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
}
.writeToUs
{
    align-items: flex-start !important;
    margin-left: 2px;
}

#shipping
{
    font-size: 13px;
}

#str_phone1
{
    font-size: 26px;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.lastProductsLink
{
    position: relative;
    top: 10px;
    left: 70%;
}

.prev_next
{
    margin: 10px 0 0px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.prev_next_product
{
    cursor: pointer;
    width: 46%;
    border-radius: 4px;
    border: 1px solid hsla(0,0%,70%,.59);
    background: hsl(0, 0%, 95%);
    text-align: -webkit-center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
    .prev_next_product:hover
    {
        background-color: white;
        box-shadow: 0px 1px 12px 1px hsl(0, 0%, 62%);
    }

    .prev_next_product a
    {
        font-size: 14px;
    }

.arrowText
{
    color: hsl(220, 100%, 21%);
    text-decoration: underline;
}

    .milliProdText span, .arrowText span,
    .milliProdText .rubStr, .arrowText .rubStr
    {
        color: hsl(0, 0%, 0%);
        padding: 5px 0 0 0;
        font-size: 16px;
        vertical-align: bottom;
    }

.prevNextPrice
{
    text-decoration: none;
    height: 80px;
    overflow: hidden;
    padding: 10px 5px 10px 0;
}

.prevNextArrow
{
    font-size: 30px;
}

.prodTable
{
    height: 100%;
    margin: 10px 0 0 0;
}

#varContent .prodProps tr
{
    background: none !important;
}

#varContent .prodProps tr:first-child
{
    background: hsl(224, 100%, 12%) !important;
    background: -moz-linear-gradient(-45deg,#00103d 0,#0f214c 12%,#89aec7 100%)  !important;
    background: -webkit-gradient(left top,right bottom,color-stop(0,#00103d),color-stop(12%,#0f214c),color-stop(100%,#89aec7))  !important;
    background: -webkit-linear-gradient(-45deg,hsl(224, 100%, 12%) 0,hsl(222, 67%, 18%) 12%,hsl(204, 36%, 66%) 100%)  !important;
    background: -o-linear-gradient(-45deg,#00103d 0,#0f214c 12%,#89aec7 100%)  !important;
    background: -ms-linear-gradient(-45deg,#00103d 0,#0f214c 12%,#89aec7 100%)  !important;
    background: linear-gradient(135deg,hsl(224, 100%, 12%) 0,hsl(222, 67%, 18%) 12%,hsl(204, 36%, 66%) 100%) !important;

    color: white;
}

#varContent .prodProps td
{
    font-size: 17px;
    line-height: 1em;
}

.ph_mini_btn
{
    display: inline-block;
    margin: 2px 0px 0px 0px;
    cursor: pointer;
}

.ph_mini_btn_content
{
    width: 120px;
    height: 18px;
    border-radius: 3px;
    color: hsl(0, 0%, 100%);
    font: 12px/1.2 Arial, Tahoma, Verdana, Helvetica, sans-serif;
    padding: 1px 0 0px 5px;
    background: #2a8e00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhOGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZkZGIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzU2Y2EyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2U1OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  hsla(102,100%,28%,1) 0%, hsla(99,70%,53%,1) 50%, hsla(101,73%,46%,1) 51%, hsla(99,58%,76%,1) 100%),;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(102,100%,28%,1)), color-stop(50%,hsla(99,70%,53%,1)), color-stop(51%,hsla(101,73%,46%,1)), color-stop(100%,hsla(99,58%,76%,1))),;
    background: -webkit-linear-gradient(top,  hsla(102,100%,28%,1) 0%,hsla(99,70%,53%,1) 50%,hsla(101,73%,46%,1) 51%,hsla(99,58%,76%,1) 100%),;
    background: -o-linear-gradient(top,  hsla(102,100%,28%,1) 0%,hsla(99,70%,53%,1) 50%,hsla(101,73%,46%,1) 51%,hsla(99,58%,76%,1) 100%),;
    background: -ms-linear-gradient(top,  hsla(102,100%,28%,1) 0%,hsla(99,70%,53%,1) 50%,hsla(101,73%,46%,1) 51%,hsla(99,58%,76%,1) 100%),;
    background: linear-gradient(to bottom,  hsla(102,100%,28%,1) 0%,hsla(99,70%,53%,1) 50%,hsla(101,73%,46%,1) 51%,hsla(99,58%,76%,1) 100%),;
    filter    : progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8e00', endColorstr='#b7e59e',GradientType=0 ),;
}

.analogLink
{
    text-decoration: none;
    font-size: 9pt !important;
    cursor: pointer;
    color: hsl(222deg 51% 36%); !important;
    text-decoration: underline;
}

div.sc_menu_wrapper
{
    position: absolute;
    height: 300px;
    display: none;
    margin-top: 30px;
    overflow: auto;
}

div.sc_menu
{
    padding: 9px;
    border: 1px solid rgba(138, 131, 112, 0.65098);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: hsla(0, 0%, 74%, 0.35);
}

.sc_menu .analogItem
{
    display: block;
    margin-bottom: 5px;
    border: 1px hsla(0, 1%, 44%, 0.75) solid;
    border-radius: 5px;
    color: hsl(0, 0%, 18%);
    background: hsla(210, 1%, 64%, 0.9);
    cursor: pointer;
}

.sc_menu .analogItem:hover
{
    border-color: hsl(33, 40%, 50%);
    background: hsl(48, 100%, 71%);
}

.sc_menu_wrapper .loading
{
    position: absolute;
    top: 50px;
    left: 10px;
    margin: 0 auto;
    padding: 10px;
    width: 100px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    border: 1px solid rgb(79, 79, 79);
    background: #1F1D1D;
}

.analogImg
{
    border: 1px solid hsl(0, 0%, 65%) !important;
    width: 50px;
    background: hsl(0, 0%, 100%);
    display: inline-block;
    max-height: 80px;
    margin-left: 5px;
    margin-top: 5px;
}

.analogTitlePrice
{
    display: inline-block;
    width: 200px;
    vertical-align: top;
    padding-top: 2px;
    padding-left: 15px;
}

.analogTitle
{
    display: block;
    margin: auto;
    padding: 5px 1px;
    width: 190px;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 14px !important;
}

.analogPrice
{
    margin: auto;
    display: block;
    padding: 5px 1px;
}

.upLink
{
    width: 40px;
    height: 28px;
    position: fixed;
    top: 1px;
    left: 0;
    z-index: 2000;
    border-radius: 8px;
    text-align: center;
    padding-top: 5px;
    background-color: hsl(48, 100%, 47%);
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 19px !important;
    opacity: 0;
}

/*--------------------
|    Last products    |
 --------------------*/

div.lastProductWrapper
{
    position: relative;
    height: 185px;
    overflow: auto;
}

ul.lastProductWrapper
{
    display: block;
    height: 180px;
    width: 4500px;
    margin: 0;
    list-style: none;
}

.lastProductWrapper li
{
    float: left;
    padding: 0 5px 0 19px;
    border: 1px hsla(0, 1%, 60%, 0.85) solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 8px;
    background: hsl(0, 100%, 100%);
    cursor: pointer;
    margin-left: 10px;
    height: 172px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    box-shadow: 7px 7px 7px hsl(0, 0%, 75%);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.lastProductWrapper li:hover
{
    border-radius: 30px;
    border: 1px hsl(211, 43%, 41%) solid;
    box-shadow: 9px 9px 9px hsl(0, 0%, 55%);
}

.lastProductWrapper li:hover .lastProductDesc
{
    color: hsl(211, 43%, 31%) !important;
}

.lastProducts
{
    border: 1px solid;
    color: hsl(0, 0%, 36%);
    border-color: transparent;
    border-radius: 10px;
    padding: 5px 0;
    font: 16px/1.2 Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
    .lastProducts .rubStr
    {
        font-size: 12px;
    }

.lastProductDesc
{
    font-size: 14px;
    padding-top: 30px;
    max-width: 140px;
    color: #000000;
    position: relative;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.lastProductDesc span span
{
    color: hsl(7, 100%, 24%);
    font-size: 18px;
    line-height: 35px;
}

.buy_mini_btn
{
    display: inline-block;
    margin: 15px 0px 0px 0px;
    cursor: pointer;
}

.lastProductDesc .buy_mini_btn
{
    position: absolute;
    bottom: 30px;
    left: 40px;
}

/*-----------------
|    Pagination    |
 -----------------*/

div.pagination
{
    font: normal 11px Arial, Helvetica, sans-serif;
    padding: 0 0 3px 0;
    margin: 3px 0;
}

div.pagination a,div.pagination strong,div.pagination span.disabled,div.pagination span.current
{
    padding: 2px 5px;
    margin-right: 4px;
    text-decoration: none;
}

div.pagination a
{
    border: 1px solid #CCC;
    color: #1c2939;
}

div.pagination a:hover,div.pagination a:active
{
    border: 1px solid hsl(0, 100%, 37%);
    color: #1c2939;
}

.sort_arrow
{
    cursor: pointer;
    font-size: 22px !important;
}

.sort_arrow:hover,.sort_arrow_high
{
    cursor: pointer;
    font-size: 22px !important;
    color: hsl(0, 100%, 37%);
}

.mauto, .video-js
{
    margin: auto;
}

.hotMarkExample
{
    vertical-align: middle;
    display: inline !important;
}

.columns
{
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.hotMarkInTitle
{
    font-size:20px;
    padding:5px;
    font-weight: 700;
}

.hitsTitle
{
    font-size: 16px;
    font-weight: 400;
    padding: 3px 0 0 5px;
}

.hitTitle
{
    font-size: 13px;
}

.leftBl
{
    vertical-align: top;
    width: 250px;
}

/*-----------
|    Logo    |
 -----------*/

.logoBl
{
    background: hsl(224deg 89% 18%);
    background: linear-gradient(135deg,hsl(224deg 89% 18%) 0,hsl(224deg 76% 21%) 12%,hsl(210deg 36% 69%) 100%);
    color: hsl(46, 100%, 55%);
    font-family: 'Ubuntu Condensed', sans-serif;
    text-decoration: none;
    font-size: 10pt;
    height: 185px;
}

    .logoBl .addText
    {
        position: relative;
        display: block;
        color: hsl(210, 28%, 81%);
        font-size: 10px;
        top: -40px;
        left: 15px;
    }

    .logo
    {
        position: absolute;
        top: 30px;
        width: 70px;
        left: 1px;
    }

    .logoBl .socText
    {
        font-size: 34px;
        text-shadow: 4px 7px 10px #07122b;
        color: hsl(213, 30%, 93%);
        top: 42px;
        left: 70px;
        font-family: 'Ubuntu Condensed',sans-serif;
        position: relative;
    }

.sloganBox
{
    height: 98px;
    margin: 13px 0 0 39px;
    background: hsla(217,69%,13%,.62);
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    font-size: 15px;
    color: hsl(0, 0%, 100%);
    box-shadow: 4px 7px 10px 1px rgba(1,17,53,.4);
}
    .sloganBox span
    {
        position: relative;
        top: 30px;
        left: 7px;
    }
/*-------------
|    Social    |
 -------------*/

.socBl
{
    position: relative;
    top: -4px;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-left: 0px;
    left: 14px;
    background: url('/images/phenix/soc_lg.png');
text-decoration: underline;
    cursor: pointer;
    color: rgb(0, 35, 107);
}

    .socBl i
    {
        position: relative;
        top: 9px;
    }
    .b i {
        left: 4px;
    }
    .f i {
        left: 8px;
    }
    .o i {
        left: 7px;
    }
    .g i {
        left: 4px;
    }
    .t i {
        left: 4px;
    }

.callBl
{
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 6px;
}

.callBackBl span
{
    font-size: 24px;
    color: hsl(220, 100%, 21%);
    position: relative;
    left: 20px;
    top: 10px;
}

.callBackBl span a
{
    text-decoration: underline;
    margin: 0 5px;
}

.telBl
{
    background: hsl(210, 12%, 90%);
}

.telBl span
{
    font-size: 36px;
    color: hsl(215, 45%, 23%);
    display: block;
    width: 100%;
    text-align: center;
    /* text-shadow: 4px 7px 10px #07122b; */
    font-weight: 700;
    font-family: 'Ubuntu Condensed',sans-serif;
}

.telTitle
{
    font-family: 'Ubuntu Condensed',sans-serif;
    color: hsl(0, 0%, 100%);
    background: linear-gradient(to right,hsl(10, 100%, 21%) 0,hsl(10, 100%, 35%) 57%,hsl(10, 100%, 39%) 100%);
    font-size: 14px;
    text-align: center;
    padding: 4px 0 0 0;
}

.findUs
{
    font-family: 'Ubuntu Condensed',sans-serif;
    height: 63px;
    padding: 0 0 0 15px;
}

/*-----------------
|    News block    |
 -----------------*/

.newsBl
{
    margin: 10px 5px 0 5px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 1px 12px 1px hsl(0, 0%, 73%);
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

.newsBl .newProdTitle
{
    padding: 20px 10px 10px 20px;
    position: absolute;
    font-size: 16px;
}

.newsBl .newsSlider
{
    margin: 15px 0 40px 0;
}

.newsBl .newsSlider .newP
{
    padding: 9px 3px 5px 3px;
    width: 195px;
    height: 156px;
    border-image-source: linear-gradient(to left, hsl(0, 0%, 97%), hsl(19, 0%, 75%), hsl(0, 0%, 97%));
    border-style: solid;
    border-width: 1px 0 0 0;
    border-image-slice: 10;
}

.newsBl .newsSlider .newP>span:first-child,
.hits .hitsSlider .hit>span:first-child,
.hRibbon .relsSlider .hit>span:first-child
{
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.newsBl .newsSlider .newP>span:first-child>div,
.hits .hitsSlider .hit>span:first-child>div,
.hRibbon .relsSlider .hit>span:first-child>div
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: auto;
}

.newsBl .newsArrows
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0 0 0;
}

.newsBl .fa-caret-up,.newsBl .fa-caret-down
{
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 15px;
    margin-left: 166px;
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid hsla(0,0%,0%,.32);
}

.newsBl .fa-caret-up:hover,.newsBl .fa-caret-down:hover
{
    color: hsl(209, 89%, 24%);
    border-color: hsla(209, 89%, 38%, 0.8);
}

.newsBl .fa-caret-up
{
    padding: 2px 9px 6px 8px;
}

.newsBl .fa-caret-down
{
    padding: 5px 9px 3px 8px;
}

.newsBl .newsSlider .hitTitle
{
    text-align: left;
    margin: 0 10px;
}

.newsBl .newsSlider .prodImg
{
    width: 100px;
    vertical-align: bottom;
}

.newsBl .newsSlider img.btn
{
    height: 30px;
    margin: 3px auto;
}

.newsBl .newsSlider .prodPrice
{
    width: 90px;
    vertical-align: bottom;
}

.newsBl .inCart
{
    text-decoration: underline;
    color: grey;
}

/*-----------------
|    News block    |
 -----------------*/

.mainBl
{
    vertical-align: top;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    min-width: 903px;
}

.mainBl .top
{
    height: 35px;
    background: hsl(46, 100%, 55%);
    width: 100%;
}

.mainBl .top ul
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    font-size: 16px;
    color: hsl(220, 100%, 21%);
    text-decoration: underline;
    font-family: 'Ubuntu Condensed', sans-serif;
    width: 100%;
}
.mainBl .top ul a
{
    vertical-align: sub;
}

.mainBl .top i
{
    font-size: 20px;
}

.mainBl .search
{
    height: 35px;
    position: relative;
    /*background: hsl(46, 100%, 55%);*/
    background: hsl(0, 0%, 95%);
}

.flexTop
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    margin: 0 10px;
    padding: 0 0 0 10px;
    background: hsl(0, 0%, 95%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 1px 12px 1px rgb(158, 158, 158);
}

.topEl
{
    display: flex;
    flex-direction: column;
    flex-grow: 2.3;
    flex-basis: 0;
    font-family: 'Ubuntu', sans-serif;
    align-items: flex-end;
}
.topShortEl
{
    flex-grow: 1;
}
.topLongEl
{
    flex-grow: 8;
}
.topEl i
{
    font-size: 20px;
    margin: 0px 7px 0 0;
    color: hsl(10, 100%, 39%);
}
.topEl .hbox
{
    align-items: flex-end;
}

form #q
{
    width: 90%;
    color: #8d9fae;
    margin: 9px 4%;
    padding: 3px;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    background: #ffffff;
    border: none;
    border-radius: 4px;
}

/* Related, Hits, Last visited */
.hits, .hRibbon
{
    height: 180px;
    width: calc(100% - 20px);
    margin: 0 5px 15px 9px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    overflow: hidden;
}
.hRibbon
{
    background: white;
}
.relatedCats
{
    height: 175px;
    background: white;
    margin: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    box-shadow: 0px 1px 12px 1px hsl(0, 0%, 73%);
    overflow: hidden;
}

.hits .hit
{
    padding: 10px 2px 5px 20px;
    text-align: left;
    height: 150px;
    width: 195px;
    border-image-source: linear-gradient(to bottom, hsl(0, 0%, 97%), hsl(19, 0%, 75%), hsl(0, 0%, 97%));
    border-style: solid;
    border-width: 0 0 0 1px;
    border-image-slice: 10;
}
.hRibbon .hit
{
    padding: 8px 2px 5px 2px;
    text-align: center;
    width: 195px;
    height: 160px;
    border-image-source: linear-gradient(to bottom, hsl(0, 0%, 97%), hsl(19, 0%, 75%), hsl(0, 0%, 97%));
    border-style: solid;
    border-width: 0 0 0 1px;
    border-image-slice: 10;
}
.relatedCats .hit
{
    padding: 0 2px 5px 2px;
    text-align: center;
    height: 150px;
    border-image-source: linear-gradient(to bottom, hsl(0, 0%, 97%), hsl(19, 0%, 75%), hsl(0, 0%, 97%));
    border-style: solid;
    border-width: 0 0 0 1px;
    border-image-slice: 10;
}

.hits .hitsArrows, .hRibbon .relsArrows, .relatedCats .relsArrows
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: -15px;
}
.hRibbon .relsArrows
{
    top: 0px !important;
}
.relatedCats .relsArrows
{
    top: 15px !important;
}

.hits .fa-caret-left,.hits .fa-caret-right,
.hRibbon .fa-caret-left, .hRibbon .fa-caret-right,
.relatedCats .fa-caret-left, .relatedCats .fa-caret-right
{
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    margin-top: 0px;
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid hsla(0, 0%, 0%, 0.32);
}

.hits .fa-caret-left:hover,.hits .fa-caret-right:hover,
.hRibbon .fa-caret-left:hover,.hRibbon .fa-caret-right:hover,
.relatedCats .fa-caret-left:hover,.relatedCats .fa-caret-right:hover
{
    color: hsl(209, 89%, 24%);
    border-color: hsla(209, 89%, 38%, 0.8);
}

.hits .fa-caret-left, .hRibbon .fa-caret-left, .relatedCats .fa-caret-left
{
    padding: 5px 10px 5px 8px;
}

.hits .fa-caret-right, .hRibbon .fa-caret-right, .relatedCats .fa-caret-right
{
    padding: 5px 8px 5px 10px;
}

.hits .hitsSlider
{
    width: 90%;
    margin: 0;
    background: hsl(0, 0%, 100%);
    border-radius: 5px;
}

.hRibbon .relsSlider, .relatedCats .relsSlider
{
    width: 90%;
    margin: 0;
}

.hits a, .hRibbon a, .relatedCats a
{
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.hits a>div, .hRibbon a>div, .relatedCats a>div
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-top: auto;
}

.hits .prodImg, .hRibbon .prodImg, .relatedCats .prodImg
{
    width: 100px;
    vertical-align: bottom;
}

.hits img.btn, .hRibbon img.btn
{
    height: 30px;
    margin: 3px auto;
}

.hits .prodPrice, .hRibbon .prodPrice, .hRibbon .prodPrice
{
    vertical-align: bottom;
}

.hits .prodPrice span:nth-of-type(1),
.newsBl .newsSlider .prodPrice span:nth-of-type(1),
.lastvisited .prodPrice span:nth-of-type(1)
{
    color: hsl(13, 0%, 55%);
    font-size: 11px;
    text-decoration: line-through;
    white-space: nowrap;
}

.relatedCats .prodPrice span:nth-of-type(1)
{
    color: hsl(13, 0%, 55%);
    font-size: 11px;
    white-space: nowrap;
}

.hits .prodPrice span:nth-of-type(2),
.relatedCats .prodPrice span:nth-of-type(2),
.lastvisited .prodPrice span:nth-of-type(2),
.newsBl .newsSlider .prodPrice span:nth-of-type(2)
{
    color: hsl(13, 100%, 35%);
    font-size: 15px;
    white-space: nowrap;
    font-weight: 700;
}

.hits .inCart, .hRibbon .inCart
{
    text-decoration: underline;
    color: grey;
}

.hits .hitMark, .hitMark, .hRibbon .hitMark
{
    display: block;
    color: hsl(0, 100%, 37%);
}

.phx-catalog
{
    list-style-type: none;
    text-align: justify;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.categoryTile
{
    font-family: 'Ubuntu', sans-serif;
    width: 13%;
    vertical-align: top;
    position: relative;
    background: hsla(0, 0%, 100%);
    border-radius: 5px;
    min-width: 130px;
    min-height: 185px;
    text-align: center;
    margin: 5px 0px 5px 0px;
    padding: 4px;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.categoryTileMini
{
    background: hsla(0,0%,100%);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 50px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.categoryTile:hover, .thisCategoryTile, .categoryTileMini:hover
{
    background-color: white;
    box-shadow: 0px 1px 12px 1px hsl(0, 0%, 73%);
}

/* for main page */

@media (max-width: 1024px)
{
    .respCatW {width: 172px;}
}
@media (min-width: 1025px) and (max-width: 1270px)
{
    .respCatW { width: 185px; }
}
@media (min-width: 1271px) and (max-width: 1600px)
{
    .respCatW { width: 163px; }
    /*.respCatW { width: 13.25%; }*/
}
@media (min-width: 1610px) and (max-width: 1700px)
{
    .respCatW { width: 180px; }
    /*.respCatW { width: 13%; }*/
}
@media (min-width: 1710px)
{
    .respCatW { width: 163px; }
    /*.respCatW { width: 10.25%; }*/
}

/* for subcatalogs pages */

@media (max-width: 1270px)
{
    .respSubcatW {width: 14.8%;}
}
@media (min-width: 1271px) and (max-width: 1353px)
{
    .respSubcatW { width: 12.4%; min-width: auto !important; }
}
@media (min-width: 1354px) and (max-width: 1600px)
{
    .respSubcatW { width: 12.60%; min-width: auto !important; }
}
@media (min-width: 1610px) and (max-width: 1700px)
{
    .respSubcatW { width: 13%; }
}
@media (min-width: 1710px)
{
    .respSubcatW { width: 10%; }
}

.phx-category-link
{
    color: hsl(218, 45%, 27%) !important;
    text-decoration: none !important;
    display: block;
}

.phx-category-img-box
{
    display: block;
    line-height: 100px;
    background: hsl(0, 0%, 100%);
    border-radius: 2px;
}

.phx-category-img
{
    display: inline;
    outline: none;
    vertical-align: bottom;
}

.phx-category-name
{
    display: inline-block;
    margin-top: 8px;
    font-weight: bold;
    font-size: 13px;
}

.categoryTile:hover  .phx-category-name
{
    text-decoration: underline !important;
}

.phx-catalog-cut-line
{
    display: inline-block;
    width: 100%;
    border-top: 3px dotted hsl(0, 0%, 75%);
    margin-top: 30px;
    margin-bottom: 36px;
}

.phx-catalog-cut-line:last-child
{
    margin: 0;
    border-top-color: transparent;
}

.homeSubcat
{
    background-color: hsl(209, 13%, 97%);
    border-radius: 10px;
    border: none;
    padding: 10px 5px 10px 10px;
    box-shadow: none;
    color: hsla(220, 40%, 28%, 0.94);
    display: flex;
    flex-direction: column;
    text-align: left;
    min-width: 110px;
    position: absolute;
    right: 0px;
    top: 100%;
    height: 0;
    z-index: 10;
    overflow: hidden;
    display: none;
    transition: opacity 0.8s;
    width: fit-content;
}


.homeSubcatItem
{
    font-family: arial;
    color: hsla(220, 40%, 28%, 0.94);
    font-size: 12px;
    padding: 1px;
    white-space: nowrap;
    cursor: pointer;
}

a.homeSubcatItem
{
    font-family: arial;
    color: hsla(220, 40%, 28%, 0.94);
    font-size: 12px;
    text-decoration: none;
}

.homeSubcatItem:hover
{
    background-color: hsl(213, 41%, 88%);
}

.catAncestors
{
    position: relative;
}
.catAncestors .homeSubcat
{
    left: 0px;
}

.categoryTile:hover .homeSubcat, .catAncestors:hover .homeSubcat
{
    display: flex;
    height: auto;
    border: 1px hsla(209, 42%, 28%, 0.26) solid;
    box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.31);
}

.phx-clearfix:before,.phx-clearfix:after
{
    content: ' ';
    display: table;
}

.phx-clearfix:after
{
    clear: both;
}

.phx-clearfix
{
    *zoom: 1;
}

.dbg-outline
{
    outline: 1px dashed grey;
}

.mainText
{
    background: hsl(0, 100%, 100%);
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: hsl(0, 0%, 10%);
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}

.mainText p
{
    font-family: 'Open Sans',sans-serif !important;
    font-size: 14px !important;
    color: #333!important;
    line-height: 18px !important;
    margin: 10px 0;
}

.mainText h3, .textDescr h3, .mainText h4, .textDescr h4
{
    padding: .5em 0em;
    font-size: 15px;
}

.textDescr div
{
    font-family: 'Open Sans',sans-serif !important;
    font-size: 14px !important;
    color: #000!important;
    line-height: 18px !important;
    margin: 10px 0;
}

.seo-ul, .textDescr ul
{
    margin: 10px 0 15px 0;
    padding-left: 40px;
    list-style-type:disc;
}

.seo-ol, .textDescr ol
{
    margin: 10px 0 15px 0;
    padding-left: 40px;
    list-style-type: decimal;
}

table.seo-table, .textDescr table
{
    margin: 10px 0 15px 0;
    padding-left: 40px;
    /* width: 100%; */
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #808C9E;
    border-style: solid;
    color: #000000;
}

table.seo-table thead, .textDescr table thead{
  background-color: #B5C6E8;
}


.seo-table td, .textDescr table td
{
    padding: 2px 4px;
    line-height: inherit;
    vertical-align: middle;
    border: 1px solid #dfdedc;
    text-align:left;
}

.seo-table th, .textDescr table th
{
    padding: 2px;
    line-height: inherit;
    vertical-align: top;
    border: 1px solid #dfdedc;
    text-align:center;
    font-weight:700;
}

.seo-violet-color
{
    background-color:#b1a1c6;
}
.seo-green-color
{
    background-color:#68ca46;
}
.seo-yellow-color
{
    background-color:#fefe04;
}
.seo-gray-color
{
    background-color:#bababa;
}
.seo-red-color
{
    background-color:#ff001d;
}
.seo-brown-color
{
    background-color:#c2b687;
}
.seo-blue-color
{
    background-color:#2987d0;
}
.seo-orange-color
{
    background-color:#ffb715;
}
.seo-color-table-width
{
    width:6%;
}
/* eo texts */

.regText
{
    font-family: 'Open Sans',sans-serif !important;
    line-height: 20px !important;
}
/* tabs */

.staticNews
{
    padding: 9px 3px 5px 3px;
    text-align: justify;
    border-image-source: linear-gradient(to left,hsl(0, 0%, 97%),hsl(0, 0%, 75%),hsl(0, 0%, 97%));
    border-style: solid;
    border-width: 1px 0 0 0;
    border-image-slice: 10;
}
.mainText.tabs
{
    border: none;
    background: none;
    padding: 0px;
    box-shadow: none;
}

.mainText .underTabs
{
    background: hsl(0, 0%, 100%);
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: hsl(0, 0%, 10%);
    border-radius: 5px;
    box-shadow: 0px 1px 12px 1px hsl(0, 0%, 73%);
    padding: 10px 15px 15px 15px;
    margin-top: -1px;
    -webkit-order: 1;
    order: 1;
}

.mainText.tabs > ul > li
{
    background: hsl(0, 0%, 90%) url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    border: 1px solid hsl(0, 0%, 83%);
    padding: .7em 0.7em;
    cursor: pointer;
    z-index: 1;
    margin-left: 5px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-family: Verdana,Arial,sans-serif;
    font-weight: 400;
}

.mainText.tabs > ul > li.active
{
    border: 1px solid hsl(0, 0%, 67%);
    border-bottom: none;
    background: hsl(217, 70%, 24%);
    font-weight: 400;
    color: hsl(0, 0%, 100%);
}

.mainText.tabs > ul > li a
{
    text-decoration: none;
    color: hsl(0, 0%, 33%);
}

.mainText.tabs > ul > li.active a
{
    color: hsl(0, 0%, 13%);
}

.mainText.tabs > ul
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* eo tabs */

#varContent table.tbl tr td.input input
{
    border-top: 0px solid #a6a6a6;
    border-left: 0px solid #a6a6a6;
    border-right: 0px solid #dbdbdb;
    border-bottom: 0px solid #dbdbdb;
    font-size: 15px;
    color: #493e3e;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    padding: 8px;
    height: 15px;
    width: 300px;
}

#varContent table.tbl tr td img
{
    vertical-align: middle;
    display: block;
    margin: auto;
}

.square /*for catalog page*/
{
    background: hsl(0, 0%, 100%);
    width: 240px;
    height: 180px;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    display: flex;
    border: 1px solid hsl(214, 31%, 39%);
}
    .square .phxProdImg
    {
        padding: 15px 0 0 0;
        margin: 0 auto;
        display: block;
    }

    #catalogmap a
    {
        text-decoration: none;
    }
    #catalogmap a:hover .tit span
    {
        border-bottom: 1px solid white;
        color: white;
    }

    #catalogmap ul
    {
        text-align: justify;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #catalogmap ul>li
    {
        margin: 7px 0px;
        display: inline-block;
    }

    #catalogmap ul ul
    {
        display: none;
        left: 15px;
        z-index: 1;
        margin-top: -50px;
        height: 0px;
    }

    #catalogmap ul ul > li
    {
        margin: 0px;
    }

    #catalogmap ul>li:hover > ul
    {
        display: block;
    }

    #catalogmap .tit
    {
        text-align: center;
        font-size: 19px;
        color: hsl(0, 0%, 100%);
        white-space: normal;
        padding: 3px 5px 0 5px;
        font-family: 'Open Sans Condensed',sans-serif;
        line-height: 1.2em;
        height: 63px;
        overflow: hidden;
        background: hsl(214, 31%, 39%);
    }

    #catalogmap ul ul .square
    {
        width: 180px;
        height: 180px;
        border-radius: 10px;
        margin: 1px 3px;
        box-shadow: 5px 0px 20px hsla(0, 0%, 0%, 0.6);
    }

    #catalogmap ul ul .cloak
    {
        border-radius: 10px;
        width: 180px;
        height: 180px;
        background: transparent !important;
    }

    #catalogmap ul ul>li .cloak
    {
        background: transparent;
    }

    #catalogmap ul ul>li:hover >a>div> .cloak
    {
        background: linear-gradient(to bottom,  rgba(237,105,39,1) 0%,rgba(181,55,9,0.5) 49%,rgba(203,72,30,0.4) 73%,rgba(227,91,53,0.3) 90%) !important;
    }

    #catalogmap ul ul .phxProdImg
    {
        width: 110px;
        height: 110px;
        padding: 50px 0 0 0;
    }

    #catalogmap ul ul .tit
    {
        padding: 6px 5px 0 5px;
        font-size: 19px;
        font-weight: bold;
    }

    #catalogmap .fa-caret-down
    {
        margin-left: 10px;
        font-size: 18px;
    }

.footer
{
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    background: linear-gradient(to bottom, hsla(0,0%,40%,0.42) 0%,hsla(0,0%,30%,0) 25%,hsla(0,0%,0%,0) 100%);
}

.footerCounters div
{
    padding: 0 10px;
}

.paySys
{
    color:grey;
}
.paySys img
{
    margin: 4px 2px 0 2px;
}

.hatBtn
{
    cursor: pointer;
    width: 130px;
    height: 50px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: hsl(40, 98%, 49%);
    background: linear-gradient(to bottom, hsl(40, 98%, 49%) 0%,#fecb78 100%);
}

.hatBtn i
{
    font-size: 50px;
}

.sibcatThis, .subcatThis
{
    color: hsl(0, 83%, 33%) !important;
    cursor: default;
    text-decoration: none;
}

.sibcatString a
{
    color: hsl(213, 64%, 53%);
}

.subcatTitle
{
    font-family: 'Ubuntu Condensed', sans-serif;
    color: hsl(211, 57%, 26%);
}

.subcatStringContainer
{
    margin: 12px 3px 8px 3px;
    border-radius: 10px;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
}
.subcatString
{
    cursor: pointer;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 16px;
    background:hsla(0,0%,100%,.7);
    padding: 8px 10px 10px 10px;
    line-height: 24px;
    white-space: nowrap;
    display: inline-block;
    height: 20px;
    margin: 5px 0;
}

.subcatString a
{
    color: hsl(223deg 61% 54%);
}

.subcatTileBox
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style-type: none;
    text-align: justify;
}

.subcatTile
{
    font-family: Ubuntu,sans-serif;
    display: inline-block;
    width: 13%;
    vertical-align: top;
    position: relative;
    background: #f3f3f3;
    border: 1px #d4d4d4 solid;
    border-radius: 9px;
    min-width: 130px;
    min-height: 185px;
    text-align: center;
    margin: 5px 0 5px 0;
    padding: 10px 4px 0 4px;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.subcatTile a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: hsl(218, 44%, 27%);
}

.subcatTile:hover
{
    background-color: white;
    box-shadow: 0px 1px 12px 1px hsl(0, 0%, 73%);
}

.subcatPrice
{
    background: hsl(0, 0%, 95%);
    margin: 5px 0 0 0;
    border-radius: 4px;
    color: #949494;
}

.tileContainer
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 170px;
}

.catalogTableParam
{
    display: inline-block;
}

#varContent .gabarit td
{
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

#varContent .gabaritItem
{
    width: 80px !important;
    height: 20px !important;
    border-radius: 5px;
    border: 1px solid hsl(0, 0%, 65%);
    font-size: 18px;
    text-align: center;
}

#shipping hr
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, hsl(0, 0%, 94%), hsl(19, 80%, 34%), hsl(0, 0%, 94%));
    background-image: -moz-linear-gradient(left, hsl(0, 0%, 94%), hsl(19, 80%, 34%), hsl(0, 0%, 94%));
    background-image: -ms-linear-gradient(left, hsl(0, 0%, 94%), hsl(19, 80%, 34%), hsl(0, 0%, 94%));
    background-image: -o-linear-gradient(left, hsl(0, 0%, 94%), hsl(19, 80%, 34%), hsl(0, 0%, 94%));
}

.gabarit .inviteText
{
    color: hsl(19, 97%, 31%);
    margin: 12px 0;
    display: inline-block;
}

.gabarit .fa-plus-circle
{
    font-size: 18px;
}

.gabarit .addPlace,.gabarit .delPlace
{
    font-size: 16px;
    cursor: pointer;
}

.place
{
    padding: 20px 0;
}

.placesTitle span
{
    font-size: 22px;
    color: hsl(220, 100%, 21%);
}

.placesTitle i
{
    font-size: 22px;
    padding: 0 10px 0 40px;
}

.city input, .askPriceDialog input
{
    width: 250px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid hsl(0, 0%, 65%);
    font-size: 18px;
    text-align: center;
    margin: 10px;
}
.askPriceDialog input[type="checkbox"]
{
    width: auto !important;
    vertical-align: middle;
}

.services input
{
    width: 150px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid hsl(0, 0%, 65%);
    font-size: 16px;
    text-align: center;
    margin: 10px;
}

.services .addition
{
    font-size: 20px;
    margin: 15px 0;
}

.services .info
{
    color: hsl(0, 0%, 42%);
}

.redBtn
{
    background: hsl(0, 68%, 62%);
    background: -webkit-linear-gradient(hsl(0, 68%, 62%), hsl(0, 100%, 13%));
    background: linear-gradient(hsl(0, 68%, 62%), hsl(0, 100%, 13%));
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px 18px;
    font: normal 400 17px/1 "Open Sans", sans-serif;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto;
}
    .redBtn:hover
    {
        background-image: none;
        background: hsl(0, 100%, 13%);
        background: -webkit-linear-gradient(hsl(0, 100%, 13%), hsl(0, 68%, 62%));
        background: linear-gradient(hsl(0, 100%, 13%), hsl(0, 68%, 62%));
    }

.services .info .btn /* may unite with redBnt */
{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: .5em 1em;
    border: none;
}
    .services .info .res
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 20px 0 0 0;
    }

    .services .questMark
    {
        font-size: 14px;
        padding: 10px;
    }

.fontBtn
{
    background: hsl(0, 68%, 62%);
    background: -webkit-linear-gradient(hsl(0, 68%, 62%), hsl(0, 100%, 13%));
    background: linear-gradient(hsl(0, 68%, 62%), hsl(0, 100%, 13%));
    border-radius: 5px;
    color: #fff;
    padding: 10px 18px;
    font-family: Ubuntu;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto;
    height: 30px;
}

.fontBtn i
{
 text-shadow: 0px 3px 0px #b2a98f,
             0px 14px 10px rgba(0,0,0,0.15),
             0px 24px 2px rgba(0,0,0,0.1),
             0px 34px 30px rgba(0,0,0,0.1);
}

.transportResultAuto,.transportResultAvia
{
    font-family: 'Ubuntu Condensed', sans-serif;
    color: hsl(13, 100%, 45%);
    line-height: 33px;
    padding: 0px 0px 0 30px;
    margin: -12px 0 0 0;
    text-shadow: 2px 2px 3px hsl(0, 0%, 60%);
    vertical-align: middle;
    font-size: 35px;
}

.transportPeriodsAuto,.transportPeriodsAvia
{
    font-family: 'Ubuntu Condensed', sans-serif;
    color: hsl(13, 100%, 25%);
    padding: 0px 0px 0 30px;
    vertical-align: middle;
    line-height: 6px;
    text-shadow: none;
}

.transportErrors
{
    color: hsl(19, 100%, 41%);
}

.resText
{
    font-family: 'Ubuntu Condensed', sans-serif;
    color: hsl(13, 100%, 0%);
    padding: 0px 0px 0 30px;
    vertical-align: middle;
    line-height: 6px;
    font-size: 16px;
    text-shadow: none;
    font-weight: 400;
}

.videoOpener
{
    cursor: pointer;
    margin: 10px 20px 0 0;
    display: inline-block;
    position: relative;
}

.videoOpenerBtn
{
    position: absolute;
    left: 190px;
    top: 132px;
}

.askPriceDialog form
{
    text-align: right;
}

.smallSign
{
    font-size: 12px !important;
    vertical-align: super;
}

/* view controls */
.viewControls
{
    color: hsl(216, 37%, 32%);
    height: 30px;
    font-family: arial;
    padding: 0 10px 20px 10px;
    justify-content: space-between;
}
.viewControlsSort
{
    color: hsl(216, 37%, 32%);
    padding: 3px 30px 3px 10px;
    margin: 0 0 5px 0;
    font-family: arial;
    overflow: hidden;
}
.viewControlsSort div
{
    margin: 0 6px;
    padding: 2px 5px;
    border: 1px solid #385e93;
    background: hsl(0, 0%, 100%);
    border-radius: 3px;
}
.viewControlsSort div:hover, .viewControlsSort div.sortParamSelected
{
    border-radius: 3px;
    border: 1px solid hsl(0, 100%, 37%);
    background: hsl(0, 0%, 100%);
}
.viewControlsSort div:hover span
{
    color: hsl(0, 100%, 37%);
}
/* eo view controls */

/* view table */
.viewTableImg
{
    text-align: center;
    line-height: 172px;
}

.viewTableImg .photo
{
    vertical-align: bottom;
}

.viewTableTitle
{
    height: 45px;
    font-family: arial;
    font-size: 17px;
    font-family: 'Ubuntu Condensed',sans-serif;
    margin: 0 10px 10px 10px;
    line-height: 1em;
}
.viewTableTitle:hover
{
    text-decoration: underline;
}

#varContent table.tbl .table_price, .viewTableItem .table_price
{
    color: hsl(0, 100%, 37%);
    font-size: 21px;
    font-family: 'Ubuntu Condensed',sans-serif;
    padding: 10px 0 10px 0;
}

.viewTable_btn_content
{
    background:    #e05c5c;
    background:    -webkit-linear-gradient(#e05c5c, #430000);
    background:    linear-gradient(#e05c5c, #430000);
    border-radius: 5px;
    color:         #fff;
    display:       inline-block;
    padding:       8px 18px;
    font:          normal 400 17px/1 "Open Sans", sans-serif;
    text-align:    center;
    text-shadow:   1px 1px 0 #000;
    cursor: pointer;
}

.viewTable_btn_content:hover
{
    background-image:none;

    background: hsl(0, 100%, 13%);
    background: -webkit-linear-gradient(hsl(0, 100%, 13%), hsl(0, 68%, 62%));
    background: linear-gradient(hsl(0, 100%, 13%), hsl(0, 68%, 62%));
}

.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite
{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* table view */

#varContent #tableView .catalogTableParam
{
    font-size: 12px;
}

#varContent #tableView .animated
{
    height: 172px;
}

#varContent #tableView .viewTableItem
{
    font-family: 'Ubuntu Condensed',sans-serif;
    background-color: hsl(0, 0%, 100%);
    padding: 0 3px 8px 0;
    line-height: 1em;
    margin: 5px 3px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    vertical-align: top;
    border-radius: 6px;
    border: 1px solid hsl(0, 0%, 83%);
}

@media (max-width: 1220px)
{
    #varContent #tableView .viewTableItem { width: 280px; }
    #varContent #tableView .catalogTableParam { font-size: 12px; }
}

@media (min-width: 1221px) and (max-width: 1345px)
{
    #varContent #tableView .viewTableItem { width: 236px; }
    #varContent #tableView .catalogTableParam { font-size: 14px; }
}
@media (min-width: 1346px) and (max-width: 1450px)
{
    #varContent #tableView .viewTableItem { width: 253px; }
    #varContent #tableView .catalogTableParam { font-size: 12px; }
}
@media (min-width: 1451px) and (max-width: 1570px)
{
    #varContent #tableView .viewTableItem { width: 280px; }
    #varContent #tableView .catalogTableParam { font-size: 12px; }
}
@media (min-width: 1571px) and (max-width: 1920px)
{
    #varContent #tableView .viewTableItem { width: 246px;}
}
@media (min-width: 1921px)
{
    #varContent #tableView .viewTableItem { width: 270px; }
    #varContent #tableView .catalogTableParam { font-size: 14px; }
}

#varContent #tableView .catalogTableParam:first-of-type > div
{
    min-width: 100px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#varContent #tableView .catalogTableParam:nth-of-type(2) > div
{
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.artId
{
    padding: 5px 15px 0;
}

.creditLnk
{
    margin: 5px;
    text-align: center;
}

/*----------  button up  ----------*/
.h-top-link, .h-top-link:hover
{
    display: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 1000;
}

.h-top-link i
{
    margin-top: 16px;
}

.redRect
{
    height: 40px;
    width: 115px;
    padding: 1px 10px 5px 10px!important;
    align-items: center;
    font-weight: 500;
    border-radius:2px;
}
    .redRect a
    {
        color: white;
        width: 77px;
        font-weight: bold;
    }
    .redRect i
    {
        font-size: 26px;
        color: white;
    }

.soc a
{
    font-size: 30px;
    color: hsl(211, 67%, 24%);
}

.socLeftBar img
{
    width:43px;
}

.ui-tooltip, .arrow:after
{
    background: black;
    border: none;
    color: white;
  }

.telLink
{
    text-decoration: none;
    color: hsl(215, 45%, 23%);
}
.telLink:before, .telLink:after
{
    content: "";
    display: block;
    height: 1px;
    background-image: -webkit-linear-gradient(left, hsl(0, 0%, 94%), hsl(0, 100%, 22%), hsl(0, 0%, 94%));
    background-image: -moz-linear-gradient(left, hsl(0, 0%, 94%), hsl(0, 100%, 22%), hsl(0, 0%, 94%));
    background-image: -ms-linear-gradient(left, hsl(0, 0%, 94%), hsl(0, 100%, 22%), hsl(0, 0%, 94%));
    background-image: -o-linear-gradient(left, hsl(0, 0%, 94%), hsl(0, 100%, 22%), hsl(0, 0%, 94%));
    margin: 5px 0;
}

.mainText blockquote {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f2f2f2;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    padding: 15px 100px;
    margin: 0 20px 10px 40px;
    font-style: italic;
    line-height: 1.5em!important;
}

.brandMilli
{
    width:80px;
}

.mainText tbody tr:nth-child(even) {
    background-color: #f7f7f7;
  }

.mainText thead tr {
    background-color: #254160;
  }

.mainText thead tr p {
    color: #fff !important;
  }

.scrollBox
{
    width: 100%;
    overflow: auto;
}

/* coompare */
.compareItem { min-width: 215px !important;}

.compareNum
{
    position: relative;
    top: -41px;
    left: 8px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
}

.compareModal
{
    display: none;
    background: linear-gradient(135deg,hsl(224, 93%, 17%) 0,hsl(222, 47%, 39%) 12%,hsl(204, 36%, 66%) 100%);
    border-radius: 4px;
    padding: 15px 15px;
    color: hsl(0, 0%, 100%);
    line-height: 30px;
    height: 140px;
    width: 250px;
    margin: 0 10px;
    box-shadow: 0px 1px 12px 1px hsl(0, 0%, 73%);
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 1000;
}
