    .theme-heading-h1,.theme-heading-h2,.theme-heading-h4
    {
        position:relative;
        margin:0px;
    }

    .theme-heading-h1 h1,.theme-heading-h1 h2,.theme-heading-h4 h4,.theme-heading-h2 h2
    {
        position:relative;
        display:inline-block;
        margin: 10px 0;
        padding: 0px 10px;
        background:#fff;
        z-index:1;
        font-size: 18px;
        font-weight: bold;
        color: #262626;
    }
    .theme-heading-h4 h4
    {
        font-size: 16px;
    }

    .pagination
    {
        margin: 0px 0px -5px 0px !important;
        padding: 5px 0;
    }

    .pagination li.active
    {
        background: #F4A137;

    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
    {
        background-color: #F4A137;
        border-color: #F4A137;
    }

    .pagination > li > a, .pagination > li > span
    {
        color: #990000;
        font-weight: bold;
    }

    .product-pagination .pagination>li>span,.product-pagination .pagination>li>a
    {
        margin: 0 2px !important;
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover
    {
        color:#000000;
    }

    .theme-postion-relative
    {
        position: relative;
    }

    .text-no-result
    {
        color: #1C1C1C;
        font-size: 16px;
        margin-left: 15px;
    }


    .theme-radio input[type=radio]
    {
        display: none;
    }

    .theme-radio label
    {
        display: block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 0;
        line-height: 18px;
        user-select: none;
        font-size: 14px;
    }

    .theme-radio label > span
    {
        position: absolute;
        right: 0;
        color: #990000;
    }


    .theme-radio label:before
    {
        content: "";
        display: inline-block;
        width: 17px;
        height: 18px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background: url(../image/radio-1.png) 0 0 no-repeat;
    }

    @media (max-width: 812px)
    {

        #shipping-theme-radio label > span
        {
            display: absolute;
            top: 25px;
            left: 25px;
        }

        #shipping-theme-radio label
        {
            height: 40px;
            text-align: left;
        }

        #shipping-theme-radio label:before
        {
            left: 0;
            top: 0px;

        }
    }

    @media (max-width: 375px)
    {

        #shipping-theme-radio label > span
        {
            display: block;
            width: 100%;
            float: left;
            margin-top: 10px;
        }

        #shipping-theme-radio label
        {
            height: 50px;
            text-align: left;
        }

        #shipping-theme-radio label:before
        {
            left: 0;
            top: 0px;

        }
    }



    /* Checked */
    .theme-radio input[type=radio]:checked + label:before
    {
        background: url(../image/radio-2.png) 0 0 no-repeat;
    }

    .theme-radio input[type=radio]:checked + label
    {
        font-weight: bold;
    }
    /* Hover */
    .theme-radio label:hover:before
    {
        filter: brightness(120%);
    }

    .theme-radio label:hover,.theme-radio label:focus
    {
        color: #CB780B;
    }

    /* Disabled */
    .theme-radio input[type=radio]:disabled + label:before
    {
        filter: grayscale(100%);
    }

    .theme-checkbox-block
    {
        display: block;
        margin: 0 0 10px 0;
        line-height: 22px;
        font-size: 14px;
    }

    .theme-checkbox-block input[type=checkbox]
    {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: 0 5px 0 0;
        padding: 0;
        vertical-align: top;
        outline: none;
        transition: background 0.3s ease;
        background: url(../image/checkbox-1.png) 0 0 no-repeat;
        cursor: pointer;
    }

    /* Checked */
    .theme-checkbox-block input[type=checkbox]:checked
    {
        background-image: url(../image/checkbox-2.png);
    }

    /* Focus */
    .theme-checkbox-block .focused input[type=checkbox]
    {
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

    /* Hover */
    .theme-checkbox-block input[type=checkbox]:hover
    {
        filter: brightness(110%);
    }

    /* Active */
    .theme-checkbox-block input[type=checkbox]:active
    {
        filter: brightness(80%);
    }

    /* Disabled */
    .theme-checkbox-block input[type=checkbox]:disabled
    {
        color: #666666;
        cursor: default;
    }
    .theme-checkbox-block input[type=checkbox]:disabled
    {
        filter: grayscale(100%);
        opacity: 0.6;
    }
    .theme-checkbox-block a
    {
        color: #990000;
        line-height: 1.8;

    }

    .theme-checkbox-block a:hover,.theme-checkbox-block a:focus
    {
        color: #CB780B;
    }

    .accordion-toggle:after
    {

        font-family: 'Glyphicons Halflings';
        content: "\e113";
        float: right;
        color: grey;
    }

    .accordion-toggle.collapsed:after
    {
        content: "\e114";
    }

    #accordion-order a
    {
        color: #666666 ;
    }

    #accordion-order a:hover
    {
        color: #990000;
    }

     @media all and (max-width: 600px)
    {
        #accordion-order .accordion-toggle span
        {
            display: none;
        }
   }


    .btn-none
    {
        border: noner;
        background: none;
        color: !important;
    }

    .title-group-block
    {
        border: none;
        margin-bottom: 20px;
        padding: 0;
        border-bottom: 2px solid #F4A137;
    }

    .title-group
    {
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 20px;
        color: #000000;
        text-transform: uppercase;
        padding-bottom: 10px;
        font-weight: bold;
    }


    .loading-block
    {
        position: relative;
        width: 100%;
    }

    .loading-block-animation
    {
       position: absolute;
       z-index:999;
       top:0px;
       left:0;
       width:100%;
       height: 100%;
       text-align:center;
       background:none;
       opacity: 0.6;
    }

    .loading-block-animation:after
    {
        position:absolute;
        top:50%;
        left:50%;
        display:block;
        width:36px;
        height:36px;
        margin:-18px auto auto -18px;
        content:'';
        border:solid 3px;
        border-color:#F4A137 transparent;
        border-radius:100%;
        animation:spin 1s infinite linear;
    }
    @keyframes spin
    {
        100%{
            transform:rotate(360deg);
        }
    }
    @-webkit-keyframes spin
    {
        100%{
            transform:rotate(360deg);
        }
    }
   @-moz-keyframes spin
   {
       100%{
           transform:rotate(360deg);
        }
    }

    .settlement-link
    {
        position: relative;
        display: block;
        width: 100%;
        overflow: auto;
        z-index: 999;
    }

   .settlement-link:after
   {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: grey transparent;
    }

    .dropdown-settlement-content
    {
        display: none;
        position: absolute;
        width: 97.7%;
        padding: 10px;
        height: 200px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #FFFFFF;
        overflow-y:scroll;
        overflow:auto;
        transition: all 0.3s ease-out;
        z-index: 999;
    }

   .dropdown-settlement-content input
   {
        position: relative;
        width: 99%;
        margin: 0px auto;
        z-index: 500;
        padding-right: 32px;
    }

   .settlement-icon
   {
        position: absolute;
        top: 20px;
        right: 28px;
        z-index: 1000;
    }

    .display-settlement ul
    {
        display: block;
        padding: 0;
        list-style: none;
        margin: 5px 0 0 0;
        padding: 0;
        z-index: 999;

    }

   .display-settlement ul a
   {
        display: block;
        text-decoration: none;
        font-size: 12px;
        color: #000000;
        padding: 5px;
        transition: all 0.3s ease-out;
    }

    .display-settlement ul li:hover a
    {
        color: #000000;
        background: #D9D9D9;

    }

    .dropdown-settlement-content-loading
    {
        z-index:999;
        top:0px;
        left:0;
        min-width: 100%;
        min-height:50px;
        width: 100%;
        height: 100%;
        text-align:center;
        background:none;
        opacity: 0.6;
    }

    .dropdown-settlement-content-loading:after
    {
        position:absolute;
        top:50%;
        left:50%;
        display:block;
        width:36px;
        height:36px;
        margin:-18px auto auto -18px;
        content:'';
        border:solid 3px;
        border-color:#F4A137 transparent;
        border-radius:100%;
        animation:spin 1s infinite linear;
    }
    @keyframes spin
    {
        100%{
            transform:rotate(360deg);
        }
    }
    @-webkit-keyframes spin
    {
        100%{
            transform:rotate(360deg);
        }
    }
   @-moz-keyframes spin
   {
       100%{
           transform:rotate(360deg);
        }
    }


    .settlement-link
    {
        position: relative;
        display: block;
    }

    .settlement-content
    {
        position: absolute;
        display: none;
        width: 92%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #FFFFFF;
        z-index: 1000;
    }

    .search-text-settlement
    {
        position: relative;
        width: 99%;
        margin: 0px auto;
        padding-right: 32px;
    }

    .settlement-icon
    {
        position: absolute;
        top: 20px;
        right: 28px;
        z-index: 1000;
    }

   .settlement-display-result
   {
       display:block;
       height: 100px;
       overflow-y:scroll;
       overflow:auto;
       padding: 0;
       list-style: none;
       margin: 5px 0 0 0;
       padding: 0;
       z-index: 999;
    }

    .settlement-display-result a
    {
        display: block;
        text-decoration: none;
        font-size: 12px;
        color: #000000;
        padding: 5px;
        transition: all 0.3s ease-out;
    }

    .settlement-display-result li:hover a
    {
        color: #000000;
        background: #D9D9D9;
    }

    .dropdown-submenu
    {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu
    {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover>.dropdown-menu
    {
        display: block;
    }

    .dropdown-submenu>a:after
    {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover>a:after
    {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left
    {
        float: none;
    }

    .dropdown-submenu.pull-left>.dropdown-menu
    {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }




.menu_main-dropdown-menu {

    position:absolute;
    top:100%;
    left:0;
    z-index:99999;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    font-size:14px;
    text-align:left;
    list-style:none;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
}

#menu_main,#menu_main ul,#menu_main ul li,#menu_main ul li a,#menu_main #menu-button
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#menu_main:after, #menu_main > ul:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#menu_main #menu-button {
    display: none;
}

#menu_main
{
    font-family: Montserrat, sans-serif;
    background: #666666;
}
#menu_main > ul > li
{
    float: left;
}
#menu_main.align-center > ul {
    font-size: 0;
    text-align: center;
}
#menu_main.align-center > ul > li {
    display: inline-block;
    float: none;
}
#menu_main.align-center ul ul {
    text-align: left;
}
#menu_main.align-right > ul > li {
    float: right;
}
#menu_main > ul > li > a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 700;
    text-transform: uppercase;
}
#menu_main > ul > li:hover > a {
    color: #ffffff;
}
#menu_main > ul > li.has-sub > a {
    padding-right: 30px;
}
#menu_main > ul > li.has-sub > a:after
{
    display: block;
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#menu_main > ul > li.has-sub > a:before
{
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#menu_main > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#menu_main ul ul
{
    position: absolute;
    left: -9999px;
}
#menu_main.align-right ul ul {
    text-align: right;
}
#menu_main ul ul li
{
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#menu_main li:hover > ul {
    left: auto;
}
#menu_main.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#menu_main li:hover > ul > li {
    height: 35px;
}
#menu_main ul ul ul {
    margin-left: 100%;
    top: 0;
}
#menu_main.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#menu_main ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #666666 ;
}
#menu_main ul ul li:last-child > a,
#menu_main ul ul li.last-item > a {
    border-bottom: 0;
}
#menu_main ul ul li:hover > a,
#menu_main ul ul li a:hover {
    color: #ffffff;
}
#menu_main ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#menu_main.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#menu_main ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#menu_main.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#menu_main ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)
{
    #menu_main {
        width: 100%;
    }
    #menu_main ul {
        width: 100%;
        display: none;
    }
    #menu_main.align-center > ul {
        text-align: left;
    }
    #menu_main ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #menu_main ul ul li,
    #menu_main li:hover > ul > li {
        height: auto;
    }
    #menu_main ul li a,
    #menu_main ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #menu_main > ul > li {
        float: none;
    }
    #menu_main ul ul li a {
        padding-left: 25px;
    }
    #menu_main ul ul ul li a {
        padding-left: 35px;
    }
    #menu_main ul ul li a {
        color: #dddddd;
        background: none;
    }
    #menu_main ul ul li:hover > a,
    #menu_main ul ul li.active > a {
        color: #ffffff;
    }
    #menu_main ul ul,
    #menu_main ul ul ul,
    #menu_main.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #menu_main > ul > li.has-sub > a:after,
    #menu_main > ul > li.has-sub > a:before,
    #menu_main ul ul > li.has-sub > a:after,
    #menu_main ul ul > li.has-sub > a:before {
        display: none;
    }
    #menu_main #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;

    }
    #menu_main #menu-button:after
    {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';

    }
    #menu_main #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }
    #menu_main #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #menu_main #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #menu_main .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #787878;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #menu_main .submenu-button.submenu-opened
    {
        background: #666666 ;
    }
    #menu_main ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #menu_main .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    #menu_main ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #menu_main .submenu-button.submenu-opened:after
    {
        background: #ffffff;
    }
    #menu_main .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    #menu_main ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #menu_main .submenu-button.submenu-opened:before {
        display: none;
    }
}

/***********************/

.menu_header-dropdown-menu {

    position:absolute;
    top:100%;
    left:0;
    z-index:99999;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    font-size:14px;
    text-align:left;
    list-style:none;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
}

#menu_header,#menu_header ul,#menu_header ul li,#menu_header ul li a,#menu_header #menu-button
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#menu_header:after, #menu_header > ul:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#menu_header #menu-button   {
    display: none;
}

#menu_header
{
    font-family: Montserrat, sans-serif;
    background: #666666;
}
#menu_header > ul > li
{
    float: left;
}
#menu_header.align-center > ul {
    font-size: 0;
    text-align: center;
}
#menu_header.align-center > ul > li {
    display: inline-block;
    float: none;
}
#menu_header.align-center ul ul {
    text-align: left;
}
#menu_header.align-right > ul > li {
    float: right;
}
#menu_header > ul > li > a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 700;
    text-transform: uppercase;
}
#menu_header > ul > li:hover > a {
    color: #ffffff;
}
#menu_header > ul > li.has-sub > a {
    padding-right: 30px;
}
#menu_header > ul > li.has-sub > a:after
{
    display: block;
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#menu_header > ul > li.has-sub > a:before
{
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#menu_header > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#menu_header ul ul {
    position: absolute;
    left: -9999px;
}
#menu_header.align-right ul ul {
    text-align: right;
}
#menu_header ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#menu_header li:hover > ul {
    left: auto;
}
#menu_header.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#menu_header li:hover > ul > li {
    height: 35px;
}
#menu_header ul ul ul {
    margin-left: 100%;
    top: 0;
}
#menu_header.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#menu_header ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #666666 ;
}
#menu_header ul ul li:last-child > a,
#menu_header ul ul li.last-item > a {
    border-bottom: 0;
}
#menu_header ul ul li:hover > a,
#menu_header ul ul li a:hover {
    color: #ffffff;
}
#menu_header ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#menu_header.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#menu_header ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#menu_header.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#menu_header ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)
{
    #menu_header {
        width: 100%;
    }
    #menu_header ul
    {
        width: 100%;
        display: none;
    }
    #menu_header.align-center > ul {
        text-align: left;
    }
    #menu_header ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #menu_header ul ul li,
    #menu_header li:hover > ul > li {
        height: auto;
    }
    #menu_header ul li a,
    #menu_header ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #menu_header > ul > li {
        float: none;
    }
    #menu_header ul ul li a {
        padding-left: 25px;
    }
    #menu_header ul ul ul li a {
        padding-left: 35px;
    }
    #menu_header ul ul li a {
        color: #dddddd;
        background: none;
    }
    #menu_header ul ul li:hover > a,
    #menu_header ul ul li.active > a {
        color: #ffffff;
    }
    #menu_header ul ul,
    #menu_header ul ul ul,
    #menu_header.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #menu_header > ul > li.has-sub > a:after,
    #menu_header > ul > li.has-sub > a:before,
    #menu_header ul ul > li.has-sub > a:after,
    #menu_header ul ul > li.has-sub > a:before {
        display: none;
    }
    #menu_header #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;

    }
    #menu_header #menu-button:after
    {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';

    }
    #menu_header #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }
    #menu_header #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #menu_header #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #menu_header .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #787878;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #menu_header .submenu-button.submenu-opened
    {
        background: #666666 ;
    }
    #menu_header ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #menu_header .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    #menu_header ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #menu_header .submenu-button.submenu-opened:after
    {
        background: #ffffff;
    }
    #menu_header .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    #menu_header ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #menu_header .submenu-button.submenu-opened:before {
        display: none;
    }
}



 /**************Preloader Page***********/



    #preloader-page{
        width: 100%;
        height: 100%;
        animation: preloader_6 5s infinite linear;
        background: #F7F7F7;
        display: block;
        text-align: center;
        position: fixed;
        z-index: 999999999;
    }
    .preloader-area {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 10;
    }
    .preloader-area > .preloader-box {
        position: absolute;
        top: 50%;
        left: 0%;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        width: 186px;
    }

    .preloader-area .preloader-box > div {
        position: relative;
        width: 30px;
        height: 30px;
        float: left;
        text-align: center;
        line-height: 30px;
        font-family: Verdana;
        font-size: 20px;
        color: #FFF;
    }
        @-webkit-keyframes preloader
        {
            0% {
                background: #F4A137;
                box-shadow: 2em 0 0 rgba(163, 189, 227, 0.25),2em 2em 0 rgba(163, 189, 227, 0.25), 0 2em 0 rgba(163, 189, 227, 0.25);
            }
            25% {
                background: rgba(163, 189, 227, 0.25);
                box-shadow: 2em 0 0 #F4A137,2em 2em 0 rgba(163, 189, 227, 0.25), 0 2em 0 rgba(163, 189, 227, 0.25);
            }
            50% {
                background: rgba(163, 189, 227, 0.25);
                box-shadow: 2em 0 0 rgba(163, 189, 227, 0.25),2em 2em 0 #F4A137, 0 2em 0 rgba(163, 189, 227, 0.25);
            }
            75% {
                background: rgba(163, 189, 227, 0.25);
                box-shadow: 2em 0 0 rgba(163, 189, 227, 0.25),2em 2em 0 rgba(163, 189, 227, 0.25), 0 2em 0 #F4A137;


            }
            100% {
                background: #F4A137;
                box-shadow: 2em 0 0 rgba(163, 189, 227, 0.25),2em 2em 0 rgba(163, 189, 227, 0.25), 0 2em 0 rgba(163, 189, 227, 0.25);
            }
        }
        @keyframes preloader
        {
            0% {
                background: #F4A137;
                box-shadow: 2em 0 0 rgba(163, 189, 227, 0.25),2em 2em 0 rgba(163, 189, 227, 0.25), 0 2em 0 rgba(163, 189, 227, 0.25);
            }
            25% {
                background: rgba(163, 189, 227, 0.25);
                box-shadow: 2em 0 0 #F4A137,2em 2em 0 rgba(163, 189, 227, 0.25), 0 2em 0 rgba(163, 189, 227, 0.25);
            }
            50% {
                background: rgba(163, 189, 227, 0.25);
                box-shadow: 2em 0 0 rgba(163, 189, 227, 0.25),2em 2em 0 #F4A137, 0 2em 0 rgba(163, 189, 227, 0.25);
            }
            75% {
                background: rgba(163, 189, 227, 0.25);
                box-shadow: 2em 0 0 rgba(163, 189, 227, 0.25),2em 2em 0 rgba(163, 189, 227, 0.25), 0 2em 0 #F4A137;


            }
            100% {
                background: #F4A137;
                box-shadow: 2em 0 0 rgba(163, 189, 227, 0.25),2em 2em 0 rgba(163, 189, 227, 0.25), 0 2em 0 rgba(163, 189, 227, 0.25);
            }
        }

    .preloader
    {
        height: 1.5em;
        margin: 4em;
        width: 1.5em;
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.25);
        box-shadow: 2em 0 0 #F4A137,2em 2em 0 #F4A137,0 2em 0 #F4A137;
        -webkit-animation: preloader;
        animation: preloader;
        -webkit-animation-duration: 1500ms;
        animation-duration: 1500ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    /***************END********************/

    .theme-font
    {
        font-size: 14px;
        line-height: 1.8;
        font-family: Montserrat, sans-serif;
    }

    .theme-font-color-body
    {
        color: #000000;
    }

    .theme-font-color-strip
    {
        color: #DDDDDD;
    }

    .theme-backgound-color-body
    {
        background-color: #FFFFFF;
    }

    .theme-backgound-color-strip
    {
        background-color: #DDDDDD;
    }

    .theme-backgound-color-block
    {
        background-color: #000000;
    }

    .theme-block-full-width
    {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 5px;
        width: 100%;
        vertical-align: middle;
    }

    .theme-block-full-width:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }




    .theme-block
    {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 10px 10px 20px 10px;
        border: 2px solid #EDEDED;
        background: #FFFFFF;
        border-radius: 4px;
        width: 100%;
        vertical-align: middle;
    }

    .theme-block:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .theme-block-text
    {
        font-size: 14px;
        line-height: 1.8;
        color: #000000;
        padding: 10px;
        text-indent: 10px;
    }

    .theme-btn-primary
    {
        color: #FFFFFF;
        cursor: pointer;
        background-color: #666666;
        border-color: #666666;
        box-shadow: none;
    }
    .theme-btn-primary:focus, .theme-btn-primary.focus
    {
        color: #F4A137;
    }

    .theme-btn-primary:hover, .pull-right .theme-btn-primary:hover
    {
        color: #F4A137;
    }

    .btn i.fa
    {
        padding-right: 8px;
    }


    .dropdown-menu-button
    {
        color: #DDDDDD;
        background: none;
        text-decoration: none;
    }

    .dropdown-menu-button button
    {
        color: #DDDDDD;
        background: none;
        text-decoration: none;
        box-shadow: none;
        border: none;

    }

    .dropdown-menu-button button:hover,.dropdown-menu-button button:focus
    {
        color: #FFFFFF;
        text-decoration: none;
    }
    .theme-dropdown-menu li button,.theme-dropdown-menu li a
    {
        color: #000000;
        font-weight: 500;

    }

    .theme-dropdown-menu
    {
        padding: 0;
        margin:0;
        color: #000000;
    }

    .theme-dropdown-menu li:hover,.theme-dropdown-menu li:focus,.theme-dropdown-menu li a:hover,.theme-dropdown-menu li a:focus
    {
        color: #000000;
        background: #F4A137;
    }

    .theme-dropdown-menu li:hover:first-child
    {
        border-radius: 4px 4px 0 0;

    }

    .theme-dropdown-menu li:hover:last-child
    {
        border-radius: 0px 0px 4px 4px;
    }

    .theme-list-inline
    {
        color: #DDDDDD;
        padding: 6px;
    }

    #header-top-menu
    {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        margin:0;
        border: none;
        background-color: #666666;
    }

    #header-language
    {
        display: block;
        float: left;
        width: 10%;
        margin: 0;
        text-align: center;
        padding: 2px 10px 2px 2px;
    }

    #header-menu
    {
        display: block;
        float: left;
        width: 75%;
        padding: 0;
        margin: 0;
    }

    #header-lognin
    {
        display: block;
        float: right;
        width: 15%;
        padding: 4px;
        margin: 0;
        text-align: right;
        vertical-align: middle;
    }

    @media all and (max-width: 600px)
    {
        #header-language
        {
            width: 20%;
        }

        #header-menu
        {
            width: 60%;
        }

        #header-lognin
        {
            width: 20%;
        }
    }


    #header-middle
    {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        margin:0;
        text-align: center;
    }

    #header-middle .list-inline
    {
        color: #DDDDDD;
        padding: 6px;
    }

    #header-middle .list-inline i.fa
    {
        padding:0px 10px 3px 0px;
        font-size:16px;
        font-weight: 600;
        font-weight: bold;
        vertical-align: middle;
    }

    #header-bottom
    {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 0 10px 0;
        margin:0 auto;
        text-align: center;
    }

    #header-logo
    {
        display: block;
        float: left;
        width: 15%;
        height: 64px;
        margin: 0 auto;
        text-align: center;
        vertical-align: middle;
    }
    #header-logo img
    {
        vertical-align: middle;
        text-align: center;
    }

    #header-logo-mobile
    {
        display: block;
        width: 100%;
        height: 64px;
        margin: 5px auto;
        text-align: center;
        vertical-align: middle;
    }
    #header-logo-mobile img
    {
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
    }

    #header-search
    {
        position: relative;
        display: block;
        float: left;
        width: 49%;
        height: 64px;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    #header-wishlist-compare-cart
    {
        display: block;
        float: left;
        width: 36%;
        height: 64px;
        padding: 0;
        margin: 0 auto;
        vertical-align: middle;
        text-align: right;
    }

    @media all and (max-width: 812px)
    {

        #header-logo
        {
            width: 25%;
        }
        #header-search
        {
            width: 75%;
        }

        #header-wishlist-compare-cart
        {
            width: 100%;
            display: block;
        }

        #header-wishlist-compare-cart
        {
            text-align: center;
            margin: 0 auto;
            text-align: center;
        }

        #wishlist-compare-cart
        {
            margin: 0 auto;
            text-align: center;
        }


    }

    @media all and (max-width: 414px)
    {
        #header-logo
        {
            width: 100%;
            display: block;
            margin: -20px 0 10px 0;
            text-align: center;
        }

        #header-logo img
        {
            display: block;
            margin: 0 auto;
            text-align: center;
        }

        #header-search
        {
            display: block;
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        #header-wishlist-compare-cart
        {
            display: 100%;
            margin: 0 auto;
            text-align: center;
        }

        #wishlist-compare-cart
        {
            margin: 0 auto;
            text-align: center;
        }
    }

    #wishlist-compare-cart li
    {
        position: relative;
        height: 64px;
        background: none;
        list-style: none;
        padding: 6px 10px;
        line-height: 1.8;
        color: #DDDDDD;
        text-align: center;
        vertical-align: middle;
    }

    #wishlist-compare-cart li a
    {
        color: #F4A137;
        font-size: 14px;
    }

    #wishlist-compare-cart li a i.fa
    {
        position: relative;
        color: #F4A137;
        text-align: center;
        vertical-align: middle;
        font-size: 24px;
    }

    #wishlist-compare-cart li:hover i.fa,#wishlist-compare-cart li:focus i.fa
    {
        color: #DDDDDD;
    }

    #wishlist-compare-cart li:hover div.count-wishlist-compare-cart,#wishlist-compare-cart li:focus div.count-wishlist-compare-cart
    {
        color: #F4A137;
    }

    #show-shopping-cart:hover #shopping-cart
    {
        display: block;
    }

    #shopping-cart
    {
        display: none;
        position: absolute;
        top: 64px;
        right: 0;
        margin: 0 auto;
        color: #000000;
        z-index: 10000;
        min-width: 310px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #FFFFFF;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        padding: 8px;
    }

    #shopping-cart .shop-product-image
    {
        margin: 0;
        padding:2px;
        vertical-align: middle;

    }

    #shopping-cart .shop-product-image img
    {
        margin: 0 auto;
        text-decoration: none;
        vertical-align: middle;
        border: 1px solid #DDDDDD;
    }

    #shopping-cart .shop-product-name a
    {
        text-align: left;
        line-height: 24px;
        padding: 4px;
        color: #000000;

        vertical-align: middle;
        text-decoration: none;
        word-wrap: break-word;
        font-weight: 500;
    }

    #shopping-cart .shop-product-name a:hover,#shopping-cart .shop-product-name a:focus
    {
        color: #CB780B;
    }



    #shopping-cart .box-empty
    {
        display: block;
        color: #5C5C5C;
        font-size:14px;
        padding: 10px 0;
        text-align: center;
        font-weight: bold;
    }
    #shopping-cart .cart
    {
        vertical-align: middle;
    }

    #shopping-cart .cart-button.button-remove button.btn
    {
        border: none;
        vertical-align: middle;
        background: transparent;
        text-align: center;
        outline: none;
        box-shadow: none;
    }

    #shopping-cart .cart-button.button-remove button.btn i.fa
    {
        font-size: 18px;
        color: #F4A137;
        vertical-align: middle;
    }

    #shopping-cart .cart-button.button-remove button.btn i.fa:hover,#shopping-cart .cart-button.button-remove button.btn i.fa:focus,#shopping-cart .cart-button.button-remove button.btn i.fa:active
    {
        color: #7F1D1A;
    }

    #shopping-cart .shop-nkill-nprice
    {
        display: block;
        width: 100%;
        text-align: left;
    }

    #shopping-cart .cart-nkil
    {
        color: #1C1C1C;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
    }

    #shopping-cart .cart-price
    {
        color: #872722;
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
    }
    #shopping-cart .shop-cart-button a
    {
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
        padding: 10px;
        margin-bottom: 5px;
        background: #7A7A7A;
        border-radius: 4px;
    }
    #shopping-cart .shop-cart-button a i.fa
    {
        font-size: 14px;
        color: #FFFFFF;
    }

    #shopping-cart a:hover,#shopping-cart a:focus
    {
        color: #F4A137;
    }

    /******Search***********************/
    #search
    {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 8px;
        color: #FFFFFF;
    }

    #text-search
    {
        display: block;
        float: left;
        width: 85%;
        color: #000000;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        border: none;
        border-radius: 6px 0px 0px 6px;
        background-color: #FFFFFF;
        text-align: left;
        padding: 6px 16px 10px 16px;
        vertical-align: middle;
    }

    #text-search::-webkit-input-placeholder
    {
        color: #000000;
    }

    #text-search::-moz-placeholder
    {
        color: #000000;
    }

    #text-search:-moz-placeholder {
        color: #000000;
    }

    #text-search:-ms-input-placeholder {
        color: #000000;
    }

    #text-search:focus
    {
        background: #ffffff;
        color: #000000;
        outline: none;
    }

    #text-search:focus::-webkit-input-placeholder
    {
        color: #000000;
    }

    #text-search:focus::-moz-placeholder
    {
        color: #000000;
    }

    #text-search:focus:-moz-placeholder
    {
        color: #000000;
    }

    #text-search:focus:-ms-input-placeholder
    {
        color: #000000;
    }



    #text-search input
    {
        color: #000000;

    }

    #btn-search
    {
        display: block;
        float: left;
        width: 15%;
        height: 40px;
        vertical-align: middle;
        text-align: left;
        margin:0;
        font-size:18px;
        border-radius: 0px 6px 6px 0px;
        border-color: #f4a137;
        background: #f4a137 url(../image/top-search.png) no-repeat center center;
    }

    #text-search:focus,#text-search:active
    {
        outline: none;
        box-shadow: none;
    }

    .input-group-btn
    {
        width: auto !important
    }

    input[placeholder]#text-search
    {
        color: #000000;
    }

    @media (max-width: 1080px)
    {
        #text-search
        {
            width: 80%
        }

        #btn-search
        {
            width: 20%;
        }
    }

    @media (max-width: 768px)
    {
        #text-search
        {
            width: 75%
        }

        #btn-search
        {
            width: 25%;
        }
    }

    @media (max-width: 320px)
    {
        #text-search
        {
            width: 70%
        }

        #btn-search
        {
            width: 30%;
        }
    }



    .ajax-loader-container
    {
        position: absolute;
        display: none;
        top: 50px;
        left: 1.5%;
        right: 1.5%;
        height: 300px;
        background-color: #F2F2F2;
        opacity: 1;
        z-index: 11000;
        border-radius:6px;
    }

    .ajax-load-img
    {
        display:block;
        vertical-align: middle;
        text-align: center;
        margin: 20% auto;
    }

    .ajax-result-container
    {
        position: absolute;
        top: 50px;
        left: 1.5%;
        right: 1.5%;
        color: #FFFFFF;
        max-height: 300px;
        overflow-y: visible;
        overflow-x: hidden;
        background-color: #FFFFFF;
        border-radius:6px;
        z-index: 999999;
        opacity: 1;
        margin: 0;
        padding: 0;
        border-color: #DDDDDD;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .ajax-result-list
    {
        display: block;
        opacity: 1;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        clear: both;
        z-index: 999999;
        list-style-type: none;
        border: 1px solid #DDDDDD;
    }

    .ajax-result-list li
    {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        list-style-type: none;
        border-bottom: 1px solid #DDDDDD;
    }

    .ajax-result-list .product-answer
    {
        display: block;
        float: left;
        width: 25%;
        padding: 0;
        margin: 0 auto 5px 0;
        color: #000000;
    }

    .ajax-result-list .product-image
    {
        display: block;
        float: left;
        width: 25%;
        padding: 0;
        margin: 0 auto;
    }

    .ajax-result-list a.product-image img
    {
        display: block;
        margin: 0 auto;
        max-width: 100px !important;
        max-height:100px !important;
    }

    .ajax-result-list .detail
    {
        display: block;
        float: left;
        width: 75%;
        padding: 0;
        margin: 0;
        padding-left: 5px;
        text-align: left;
    }

    .ajax-result-list .product-name
    {
        display: block;
        width: 100%;
        padding: 4px;
        margin: 0;
    }

    .ajax-result-list .product-name a
    {
        color: #000000;
        font-size: 14px;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: bold;
        text-align: left;
    }
    .ajax-result-list .product-name a:hover,.ajax-result-list .product-name a:focus
    {
        color: #CB780B;
    }

    .ajax-result-list .price-box
    {
        display:block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .ajax-result-list .price-box span.price,.ajax-result-list .price-box p
    {
        display: inline-block;
    }

    .ajax-result-list .price-box span.price
    {
        display: inline-block;
        color: #FF560B;
        font-size: 14px;
        font-weight: bold;
    }
    .ajax-result-list .price-box .old-price span{
        display: inline-block;
        color: #3B3B3B;
        text-decoration: line-through;
        font-weight: 300;
        font-size: 14px;
        padding: 0 10px;
    }

    @media (max-width: 320px)
    {
        .ajax-result-list a.product-image
        {
            display: none;
        }
    }
    @media (max-width: 279px)
    {
        .ajax-loader-container
        {
            display: none;
        }
        .ajax-loader-container
        {
            display: none;
        }
        .ajax-load-img {
            display: none;
        }
        .ajax-result-container
        {
            display: none;
        }
        .search-ajax
        {
            display: none;
        }
    }

    /******End Search***********************/

    #menu-catalog
    {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        margin:0;
        border: none;
        background: #666666;

    }

    #menu-catalog.fixed
    {
        position: fixed;
        display: block;
        top:0;
        width: 100%;
        background: #666666;
        z-index: 99999;
        transition: all 1s;
    }



    .messagepage
    {
        display: block;
        position: relative;
        margin: 10px auto;
        padding: 5px 5px 5px 5px;
        font-size: 14px;
        background: #FFFFFF;
        border: 1px solid #E8E8E8;
        border-radius: 4px;
    }

    .messagepage-close
    {
        position: absolute;
        top: 8px;
        right: 15px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        border: 2px solid #666666;
        border-radius: 50%;
    }


    .messagepage-close:before,.messagepage-close:after
    {
        content: "";
        position: absolute;
        top: 8px;
        left: 3px;
        width: 16px;
        height: 4px;
        background: #666666;
    }

    .messagepage-close:before
    {
        webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .messagepage-close:after
    {
        webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .messagepage-close:hover,.messagepage-close:focus,.messagepage-close:active
    {
        border-color: #F4A137;
    }

    .messagepage h3
    {
        font-size: 16px;
        padding: 4px 30px 8px 0;
        margin: 0;
        color: #990000;
        text-align: center;
        word-wrap: break-word;
        font-weight: bold;
    }

    .messagepage div.messagepage-text
    {
        padding: 10px;
    }

    footer
    {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    footer h5.footer-title
    {
        display: block;
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 10px;
        margin: 10px auto;
    }


    footer ul.menu-footer
    {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0px auto;
        border: none;
        vertical-align: middle;
        list-style-type: none;
        text-decoration: none;
        list-style: none;
    }

    footer ul.menu-footer li a
    {
        color: #fff;
        position: relative;
        padding-left: 15px;
        line-height: 25px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    footer ul.menu-footer  li a:hover
    {
        color: #F4A137;
    }

    footer ul.menu-footer  li a:before
    {
        content: '';
        position: absolute;
        height: 6px;
        width: 6px;
        background: #F4A137;
        border-radius: 100%;
        border: 0;
        top: 6px;
        left: 0;
    }

    #footer-copyright
    {
        display: block;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    a.footer-copyright
    {
        padding-top: 6px;
        font-size: 12px;
        color: #DDDDDD;
        font-weight: bold;
    }
    footer .footer-img
    {
        display: block;
        margin: 0 auto;
        text-align: center;

    }
    /* breadcrumb */

    .breadcrumb
    {
        display: block;
        margin: 10px 0 20px 0;
        background: #666666;
        font-weight: normal;
        font-size: 12px;
        margin-bottom: 20px;
        list-style: none;
        border-radius: 4px;
        border: 1px solid #666666;
        overflow: hidden;
        list-style-type:none;
        white-space:nowrap;

    }

    @media (max-width: 1080px)
    {
        .breadcrumb
        {
            overflow-x:scroll;
        }
    }


    .breadcrumb >li
    {
        text-shadow: none;
        display:inline;
        color: #DDDDDD;
        padding: 5px 20px;
        margin: 5px 0px 5px 0px;
        position: relative;
        white-space: nowrap;
    }

    .breadcrumb > li:after
    {

        top: 0px;
        right: -5px;
        width: 26px;
    }


    .breadcrumb > li + li:last-child:before
    {
        content: '';
        display: none;
    }
   .breadcrumb > li + li:last-child::after {
        content: '';
        display: none;
    }

    /* полоса прокрутки (скроллбар) */
    .breadcrumb::-webkit-scrollbar
    {
        width: 8px; /* ширина для вертикального скролла */
        height: 8px; /* высота для горизонтального скролла */
        background-color: #FFFFFF;
        border: 1px solid #666666;

    }

    /* ползунок скроллбара */
    .breadcrumb::-webkit-scrollbar-thumb
    {
        background-color: #666666;
        border-radius: 4px;

    }

    .breadcrumb::-webkit-scrollbar-thumb:hover
    {
        background-color: #3B3B3B;
        cursor: pointer;
    }




/* Стрелки */

/*.breadcrumb::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

.breadcrumb::-webkit-scrollbar-button:vertical:end:increment {
    background:
        linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

.breadcrumb::-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

.breadcrumb::-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}*/



    .breadcrumb li a
    {
        color: #DDDDDD;

    }
    .breadcrumb > li a:hover,.breadcrumb > li a:focus
    {
        color: #FFFFFF;
    }

    .alert
    {
        padding: 8px 14px 8px 14px;
        margin-bottom: 20px;
        border: 1px solid #666666;
        border-radius: 4px;
    }
    .alert-success
    {
        color: #DDDDDD;
        background-color: #666666;
        border-color: #666666;
    }
    .alert-success  a
    {
        color: #DDDDDD;
    }

    .alert-success  a:hover,.alert-success  a:focus
    {
        color: #F4A137;
    }

   .alert-dismissable .close, .alert-dismissible .close
   {
        position: relative;
        top: 0px;
        right: 0px;
        color: #DDDDDD;
        box-shadow: none;
        font-weight: bold;
        opacity: 0.7;
        text-shadow: none;

    }

    .alert button.close:hover,.alert button.close:focus
    {
        opacity: 1;
        color: #FFFFFF;

    }



    .alert-success hr
    {
        border-top-color: #DDDDDD;
    }

    .alert-success .alert-link
    {
        color: #990000;
    }

    .alert-info
    {
        color: #000000;
        background-color: #FCFCFC;
        border-color: #FCFCFC;
    }

    .alert-info hr
    {
        border-top-color: #DDDDDD;
    }

    .alert-info .alert-link
    {
        color: #990000;
    }

    .alert-warning
    {
        color: #990000;
        background-color: #FCFCFC;
        border-color: #FCFCFC;
    }

    .alert-warning hr
    {
        border-top-color: #DDDDDD;
    }

    .alert-warning .alert-link
    {
        color: #66512c;
    }

    .alert-danger
    {
        color: #990000;
        background-color: #FCFCFC;
        border-color: #FCFCFC;
    }

    .alert-danger hr
    {
        border-top-color: #DDDDDD;
    }

    .alert-danger .alert-link
    {
        color: #843534;
    }
    .checkout-title
    {
        display: block;
        width: 100%;
        padding: 5px;
        font-weight: bold;
        color: #000000;
        font-size: 16px;

    }


    #checkout-order-product
    {
        display:block;
        overflow-y: scroll;
        max-height: 400px;
    }


    .checkout-order-product-name,.checkout-order-product-voucher
    {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .checkout-order-product-name a
    {
        color: #000000;
    }

    .checkout-order-product-name a:hover,.checkout-order-product-name a:focus
    {
        color: #CB780B;
    }


    .checkout-order-product-name a img
    {
        float: left;
        margin: 0 auto;
        padding: 4px;
        margin: 0 6px 6px 0px;
        vertical-align: middle;

    }
    .checkout-order-product-quantity
    {
        display: block;
        width: 100%;
        text-align: right;
        padding: 0px 40px 0px 4px;
    }

    .checkout-order-product-quantity .cart-nkil
    {
        color: #1C1C1C;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
    }

    .checkout-order-product-quantity .cart-price
    {
        color: #872722;
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
    }
    .checkout-order-product-voucher
    {
        color: #000000;
        text-align: left;
        padding: 4px;
    }

    .checkout-order-product-total
    {
        display: block;
        width: 100%;
        margin: 5px auto;
        text-align: center;
    }


    .checkout-order-product-button .buttons a
    {
        display:block;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
        padding: 10px;
        margin-bottom: 5px;
        background: #7A7A7A;
        border-radius: 4px;
        text-align: center;
    }

    .checkout-order-product-button .buttons a i.fa
    {
        font-size: 14px;
        color: #FFFFFF;
    }

    .checkout-order-product-button .buttons a:hover,.checkout-order-product-button .buttons a:focus
    {
        color: #F4A137;
    }

     @media (max-width: 1080px)
    {
        .checkout-order-product-button .buttons a
        {
            display: block;
            width: 100%;
        }

        .checkout-order-product-button .buttons .pull-left
        {
            float: noner;
            display: block;
            width: 100%;
        }

        .checkout-order-product-button .buttons .pull-right
        {
            float: noner;
            display: block;
            width: 100%;
        }
    }



    #checkout-payment-title,#checkout-shipping-title
    {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 10px;
        text-align: left;
    }

    #form-checkout label
    {
        font-weight: bold;
    }

    td.quantity
    {
        width:110px;
        text-align:center;
    }
    td.quantity input
    {
        float:left;
        width:62px;
        height:32px;
        padding:2px 10px;
        text-align:left;
        border-right:none;
        border-radius:3px 0 0 3px;
    }


    td.quantity span
    {
        float:left;
        width:20px;
        margin:0 10px 0 0;
    }

    td.quantity .btn
    {
        display:block;
        height:16px;
        line-height:13px;
        padding:0;
        margin:0;
        font-size:.5em;
        font-weight: bold;
        color: #000000;
    }

    td.quantity .btn:hover,td.quantity .btn:focus,td.quantity .btn:active
    {
        background-color: #FAA732;
    }

    td.quantity .fa-plus
    {
        border-radius:0 3px 0 0;
    }

    td.quantity .fa-minus
    {
        border-top:none;
        border-radius:0 0 3px 0;
    }

    td.delete
    {
        width:50px;
        white-space:nowrap;
    }
    td.delete button
    {
        background:none;
        border:none;
    }

    td.delete button:hover
    {
        color:#D9534F;
    }

    .products-slider
    {
        display: block;
        margin: 15px auto;
        border: 0;
        width: 100%;
    }
    .products-slider:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .products-slider .item_product .product-thumb
    {
        width: 100%;
        border: 0;
    }
    .products-slider .item_product
    {
        margin-top: 2px;
        border-radius: 4px;
        border: 1px solid #E8E8E8;
        margin-right: 2px;
        margin-left: 2px;
        position: relative;
    }

    .products-slider .item_product .product-thumb .image
    {
        max-width: 100%;
        padding: 10px 10px;
    }

    .products-slider .item_product .image-question
    {
        position: relative;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        background: #FFFFFF
    }

    .products-slider .item_product .image-question
    {
        position: relative;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        background: #FFFFFF
    }

    .products-slider .item_product .image-question-text
    {
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

    .products-slider .item_product .button-group-question
    {
        display: block;
        margin: 0 auto;
        width: 100%;
        border: 0;
        background: none;
        text-align: center;
        vertical-align: middle;
    }
    .products-slider .item_product .button-group-question button
    {
        width: 40px;
        background: #666666;
        color: #FFFFFF;
        text-align: center;
        vertical-align: middle;
        margin-right: 10px;
        border: none;
    }
    .products-slider .item_product .button-group-question button:hover,.products-slider .item_product .button-group-question button:focus
    {
        background: #CB780B;
    }
    /***************************
    .products-slider .item_product .product-thumb
    {
        width: 100%;
        border: 0;
    }
    .products-slider .item_product
    {
        margin-top: 2px;
        border-radius: 4px;
        border: 1px solid #E8E8E8;
        margin-right: 2px;
        margin-left: 2px;
        position: relative;
    }

    .products-slider .item_product .product-thumb .image
    {
        max-width: 100%;
        padding: 10px 10px;
    }

    .products-slider .item_product .image-question
    {
        position: relative;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        background: #FFFFFF
    }

    .products-slider .item_product .image-question
    {
        position: relative;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        background: #FFFFFF
    }

    .products-slider .item_product .image-question-text
    {
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

    .products-slider .item_product .button-group-question
    {
        display: block;
        margin: 0 auto;
        width: 100%;
        border: 0;
        background: none;
        text-align: center;
        vertical-align: middle;
    }
    .products-slider .item_product .button-group-question button
    {
        width: 40px;
        background: #666666;
        color: #FFFFFF;
        text-align: center;
        vertical-align: middle;
        margin-right: 10px;
        border: none;
    }
    .products-slider .item_product .button-group-question button:hover,.products-slider .item_product .button-group-question button:focus
    {
        background: #CB780B;
    }


    */


    .products-slider .item_product .product-thumb .caption
    {
        padding: 0 10px;

    }
    .products-slider .stock
    {
        font-weight: normal;
    }


    .products-slider .item_product .product-thumb .caption h4
    {
        white-space: normal;
        width: 100%;
        line-height: 1.4;
        text-align: left;
        font-size: 14px;
        overflow: hidden;
        padding: 5px;
        height: 60px;
        text-overflow: ellipsis;
    }

    .products-slider .item_product .product-thumb .caption h4 a
    {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }
    .products-slider .item_product .product-thumb .caption h4 a:hover,.products-slider .item_product .product-thumb .caption h4 a:focus,.products-slider .item_product .product-thumb .caption h4 a:active
    {
        color: #990000;
    }

    .products-slider .item_product .product-thumb .caption .caption-description
    {
        display: block;
        height: 60px;
        color: #555555;
        font-size: 12px;
        text-align: left;
    }

    .products-slider .item_product .product-thumb .caption .rating
    {
        display: block;
        padding: 10px 0 0 0;
        margin: 0;
        width: 100%;
    }
    .products-slider .item_product .product-thumb .caption .rating .rating-reviews
    {
        width: 100%;
        color: #000000;
        font-size: 12px;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .products-slider .item_product .product-thumb .caption .rating .rating-reviews img
    {
        padding-right: 10px;
        padding-bottom: 2px;
    }
    .products-slider .item_product .product-thumb .caption .price
    {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .products-slider .item_product .product-thumb .caption .price span.price-new,.products-slider .item_product .product-thumb .caption .price span.price-new-spec
    {
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

    .products-slider .item_product .product-thumb .caption .price span.price-new-spec
    {
        color: #990000;
    }

    .products-slider .item_product .product-thumb .caption .price span.price-old
    {
        color: #000000;
        font-size: 14px;
    }

    .products-slider .item_product .product-thumb .caption .price span.price-old-line
    {
        color: #E00000;
        font-weight: bold;
        font-size: 14px;
        margin-left: 20px;
        text-decoration: line-through;
    }
    .products-slider .item_product .product-thumb .caption .button-group
    {
        position: relative;
        display: block;
        width: 100%;
        border: 0;
        padding:0;
        margin: 0;
        background: none;
    }

    .products-slider .item_product .product-thumb .caption .button-group button
    {
        background: #666666;
        color: #FFFFFF;
    }
    .products-slider .item_product .product-thumb .caption .button-group button:hover,.products-slider .item_product .product-thumb .caption .button-group button:focus
    {
        background: #CB780B;
    }

    .products-slider .item_product .product-thumb .caption .button-group button.btn-addcart:disabled,.products-slider .item_product .product-thumb .caption .button-group button.btn-addcart[disabled]
    {
        background-color: #CCCCCC;
        color: #000000;
    }

    .products-slider p.products-slider-text-empty
    {
        color: #454545;
        font-size: 12px;
        padding: 2px 10px;
    }

    .products-slider-prevnext .owl-controls
    {
        top: 0px;
        background: #666666;
    }

    .products-slider-prevnext .owl-controls .owl-next,.products-slider-prevnext .owl-controls .owl-prev
    {
        right: 10px !important;
        border-radius: 4px !important;
    }

    .products-slider-prevnext .owl-controls .owl-next:before,.products-slider-prevnext .owl-controls .owl-prev:before
    {
        color: #666666;
    }

    .products-slider-prevnext .owl-controls .owl-next:hover:before,.products-slider-prevnext .owl-controls .owl-prev:hover:before
    {
        color: #FFFFFF;
    }

    .products-slider-prevnext .owl-controls .owl-prev,.products-slider-prevnext .owl-controls .owl-prev
    {
        right: 40px !important;
        left: auto !important;
        border-radius: 4px !important;
    }

    .slideshow-prevnext .owl-controls
    {
        position: absolute;
        width: 100%;
        height: 25px;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .slideshow-prevnext .owl-prev
    {
        left: 0;
        height: fit-content;
        position: absolute;
        width: 24px;
        height: 24px;
        top: 0;
    }

    .slideshow-prevnext .owl-next
    {
        position: absolute;
        height: fit-content;
        top: 0;
        right: 0;
    }

    .slideshow-container
    {
        border-radius: 4px;
        border: 1px solid #E8E8E8;
    }


    .label-pro-new,.label-pro-bestseller
    {
        background: #FAA732;
        border-radius: 20px;
        position: absolute;
        overflow: hidden;
        z-index: 1009;
        left: 5px;
        top: 10px;
        padding: 5px 10px 2px 10px;
    }

    .label-pro-sale
    {
        background: #FF3333;
        border-radius: 20px;
        position: absolute;
        overflow: hidden;
        z-index: 1009;
        right: 5px;
        top: 10px;
        padding: 5px 10px 2px 10px;
    }

    .label-pro-new-text,.label-pro-new-bestseller,.label-pro-sale-text
    {
       text-transform: uppercase;
       color: #FFFFFF;
       font-weight: bold;
       font-size: 12px;
       font-family: Arial, Helvetica, sans-serif;
    }



    #tab-about-product .label-pro-sale
    {
        background: #FF3333;
        border-radius: 20px;
        position: absolute;
        overflow: hidden;
        z-index: 30;
        right: 25px;
        top: 10px;
        padding: 5px 10px 2px 10px;
    }

    #tab-about-product .label-pro-new
    {
        left: 25px;
        z-index: 50;
    }

    #tab-about-product .label-pro-bestseller
    {
        left: 25px;
        z-index: 50;
    }


    .blog-home-block,.blog-home-asidebar
    {
        display: block;
        width: 100%;
        margin: 5px auto 0 auto;
        border: 0;
    }

    .blog-home-asidebar .blog-home-slide-item,.blog-home-block .blog-home-slide-item
    {
        margin-top: 2px;
        border-radius: 4px;
        border: 1px solid #E8E8E8;
        margin-right: 2px;
        margin-left: 2px;
    }

    .blog-home-asidebar .blog-home-slide-item .articles-slide-container,.blog-home-block .blog-home-slide-item .articles-slide-container
    {
    width: 100%;
    border: 0;
    padding: 5px;
    }

   .blog-home-asidebar .articles-slide-image,.blog-home-block .articles-slide-image
   {
    max-width: 100%;
    padding: 10px 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
    }

   .blog-home-block .articles-slide-image
    {
        float:left;
    }

    .blog-home-block .articles-slide-image img
    {
        padding-right:4px;
        padding-bottom:3px;
    }

    .blog-home-asidebar .articles-slide-caption,.blog-home-block .articles-slide-caption
    {
        padding: 0 10px;
    }

    .blog-home-asidebar .articles-slide-caption h4,.blog-home-block .articles-slide-caption h4
    {
        white-space: nowrap;
        text-align: left;
        font-size: 14px;
        overflow: hidden;
    }

    .blog-home-asidebar .articles-slide-caption h4 a,.blog-home-block .articles-slide-caption h4 a
    {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }

    .blog-home-asidebar .articles-slide-caption h4 a:hover,.blog-home-asidebar .articles-slide-caption h4 a:focus,.blog-home-asidebar .articles-slide-caption h4 a:active,
    .blog-home-block .articles-slide-caption h4 a:hover,.blog-home-block .articles-slide-caption h4 a:focus,.blog-home-block .articles-slide-caption h4 a:active
    {
        color: #990000;
    }
    .blog-home-block .articles-slide-des
    {
        color: #555555;
        height: 120px;
        font-size: 12px;
    }

    .blog-home-asidebar .articles-slide-readmore,.blog-home-block .articles-slide-readmore
    {
        display: block;
        width: 100%;
        padding: 8px 10px 8px 0;
        text-align: right;
    }

    .blog-home-asidebar .articles-slide-readmore a,.blog-home-block .articles-slide-readmore a
    {
        color: #555555;
        font-size: 12px;
        text-align: right;
        text-decoration: none;
        font-weight: bold;
    }

    .blog-home-asidebar .articles-slide-readmore a:hover,.blog-home-asidebar .articles-slide-readmore a:focus,.blog-home-asidebar .articles-slide-readmore a:active,
    .blog-home-block .articles-slide-readmore a:hover,.blog-home-block .articles-slide-readmore a:focus,.blog-home-block .articles-slide-readmore a:active
    {
        color: #F4A137;
    }

    /************aricle/article***************************/
    .article-date-author
    {
        display: block;
        width: 100%;
        padding: 5px 10px;
        font-size: 12px;
        color: #262626;
        clear: both;
    }
    .article-date
    {
        color: #990000;
    }
    .article-author
    {
        font-weight: 550;
    }
    .article-description
    {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .article-description:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .article-description-img
    {
        display: block;
        border: 1px solid #EDEDED;
        padding: 10px;
        text-align: center;
        border-radius: 4px;

    }

    .article-description img
    {
        float: left;
        margin: 0px 25px 10px 0;
        border: 1px solid #EDEDED;
        padding: 10px;
        text-align: center;
        border-radius: 4px;
    }

    .block-content-list {
    display: block;
    width: 100%;
    margin: 5px auto;
    padding:10px;
    border: 1px solid #EDEDED;
    font-size: 14px;
    line-height:1.4;
    font-family:'Rubik', 'Tahoma', sans-serif;
}
.block-content-list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.block-content-list-image {
    float: left;
    margin: 0 auto;
    padding: 6px;
    text-align: center;
}
.block-content-list-image img {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
.block-content-list-caption {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.block-content-list-caption h2{
    font-weight: bold;
    line-height:1.4;
    font-size: 18px;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;

}
.block-content-list a{
    text-decoration: none;
    color: #0F0F0F;
}
.block-content-list h2 a:hover,.block-content-list h2 a:focus,.block-content-list h2 a:active{
    color: #990000;
}
.block-content-list-date-author {
    padding: 5px 10px;
    font-size: 14px;
    color: #262626;
}
.block-content-list-date-author .article-date {
    color: #990000;
}
.block-content-list-date-author .article-author {
    font-weight: 550;
}
.block-content-list-des {
    overflow: hidden;
    height: 100px;
    margin: 0;
    padding: 6px 0;
    font-size: 14px;
    line-height:1.8;
}
.block-content-list-readmore {
    display: block;
    width: 100%;
    padding: 10px 0 10px 20px;
    font-size:16px;
    text-align: right;
}
.block-content-list-readmore i.fa {
    font-size:16px;
    padding: 4px;
}
.block-content-list-readmore a{
    color: #990000;
}
.block-content-list-readmore a:hover,.block-content-list-readmore a:focus,.block-content-list-readmore a:active{
    color: #F4A137;
}
@media (max-width: 600px)
    {
        .block-content-list-image {
            float: none;
            display: block;
            margin: 0 auto;
            padding: 6px;
            width:100%;
            text-align: center;
        }
        .block-content-list-image img {
            float: none;
            display: block;
            margin: 0 auto;
            padding: 10px;
            text-align: center;
        }
        .block-content-list-caption {
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
        }
    }

    //************************************/
    .product-list-filter
    {
        display: block;
        width: 100%;
        height: 100px;
        border-bottom: 3px solid #f4a137;
        padding-bottom:5px;
        text-align: right;
    }

    .product-list-filter  .btn-group #list-view,.product-list-filter .btn-group #grid-view
    {
        height: 28px;
        width: 28px;
        border: 0;
        border-radius: 0;
        margin-right: 10px;
        text-transform: uppercase;
        text-indent: -9999px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    }

    .product-list-filter  .btn-group #list-view
    {
        background: #FFFFFF url(img/list1.png)  5px 8px no-repeat;
    }

    .product-list-filter .btn-group #grid-view
    {
        background: #fff url(img/grid1.png) 5px 8px no-repeat;
    }

    .product-list-filter  .btn-group #list-view.selected,.product-list-filter .btn-group #list-view:hover,.product-list-filter .btn-group #list-view:focus,.product-list-filter .btn-group #list-view:active,
    .product-list-filter  .btn-group #grid-view.selected,.product-list-filter .btn-group #grid-view:hover,.product-list-filter .btn-group #grid-view:focus,.product-list-filter .btn-group #grid-view:active
    {
        height: 28px;
        width: 28px;
        border: 0;
        border-radius: 0;
        margin-right: 10px;
        text-transform: uppercase;
        text-indent: -9999px;
        outline: none;
    }

    .product-list-filter  .btn-group #list-view.selected,.product-list-filter .btn-group #list-view:hover,.product-list-filter .btn-group #list-view:focus,.product-list-filter .btn-group #list-view:active
    {
        background: #f4a137 url(img/list1.png) 6px -20px no-repeat;
    }

    .product-list-filter  .btn-group #grid-view.selected,.product-list-filter .btn-group #grid-view:hover,.product-list-filter .btn-group #grid-view:focus,.product-list-filter .btn-group #grid-view:active
    {
        background: #f4a137 url(img/grid1.png) 5px -20px no-repeat;
    }

    .product-list-filter select
    {
        vertical-align: middle;
        background: none repeat scroll 0 0 #FFFFFF;
        color: #262626;
        font-size: 14px !important;
        border-radius: 0px 4px 4px 0px;
        border: 1px solid #666666;
        box-shadow: none;
    }

    .product-list-filter label
    {
        border-radius: 4px 0px 0px 4px;
        vertical-align: middle;
        background: #666666;
        color: #FFFFFF;
        font-size: 14px;
        border: 1px solid #666666;
        box-shadow: none;
    }
    .product-list-filter select:active,.product-list-filter select:focus,.product-list-filter select:hover,
    {
        border: 1px solid #f4a137;
    }

    .product-list-filter option:hover
    {
        background: #f4a137;
    }

    .product-layout
    {
        margin: 0;
        padding: 0 5px;

    }
    .product-layout-list
    {
        margin: 4px;
    }

    .product-layout-list .product-thumb
    {
        border-radius: 4px;
        border: 1px solid #E8E8E8;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .product-layout-list .product-grid .product-thumb .image
    {
        max-width: 100%;
        padding: 10px 10px;

    }

    .product-layout-list .image-question
    {
        position: relative;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        background: #FFFFFF
    }
    .product-layout-list .image-question .image-question-text
    {
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .product-layout-list .image-question-text .button-group-question
    {
        display: block;
        margin: 0 auto;
        width: 100%;
        border: 0;
        background: none;
        text-align: center;
        vertical-align: middle;
    }
    .product-layout-list .image-question-text .button-group-question button
    {
        width: 40px;
        background: #666666;
        color: #FFFFFF;
        text-align: center;
        vertical-align: middle;
        margin-right: 10px;
        border: none;
    }
    .product-layout-list .image-question-text .button-group-question button:hover,.product-layout-list .image-question-text .button-group-question button:focus
    {
        background: #CB780B;
    }








    .product-layout-list .product-thumb .caption
    {
        padding:10px;
    }

    .product-grid .product-thumb .caption h4
    {
        height: 60px;
    }

    .product-layout-list .product-thumb .caption h4
    {
        white-space: normal;
        line-height: 1.4;
        text-align: left;
        font-size: 14px;
        overflow: hidden;
        padding: 5px;
        text-overflow: ellipsis;
    }

    .product-layout-list .product-thumb .caption h4 a
    {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }
    .product-layout-list .product-thumb .caption h4 a:hover,.product-layout-list .product-thumb .caption h4 a:focus,.product-layout-list .product-thumb .caption h4 a:active
    {
        color: #990000;
    }

    .product-layout-list .product-thumb .caption .caption-description
    {
        display: block;
        color: #555555;
        font-size: 12px;
        text-align: left;
    }

    .product-grid .product-thumb .caption .caption-description
    {
        height: 60px;
    }
    .product-layout-list .product-thumb .stock
    {
        font-weight: bold;
    }



    .product-layout-list .product-thumb .caption .rating
    {
        display: block;
        padding: 10px 0 0 0;
        margin: 0;
        width: 100%;
    }
    .product-layout-list .product-thumb .caption .rating .rating-reviews
    {
        color: #000000;
        font-size: 12px;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .product-layout-list .product-thumb .caption .rating .rating-reviews img
    {
        padding-right: 10px;
        padding-bottom: 2px;
    }
    .product-layout-list .product-thumb .caption .price
    {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .product-layout-list .product-thumb .caption .price span.price-new,.product-layout-list .product-thumb .caption .price span.price-new-spec
    {
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

    .product-layout-list .product-thumb .caption .price span.price-new-spec
    {
        color: #990000;
    }

    .product-layout-list .product-thumb .caption .price span.price-old
    {
        color: #000000;
        font-size: 14px;
    }

    .product-layout-list .product-thumb .caption .price span.price-old-line
    {
        color: #E00000;
        font-weight: bold;
        font-size: 14px;
        margin-left: 20px;
        text-decoration: line-through;
    }
    .product-layout-list .button-group
    {
        position: relative;
        display: block;
        width: 100%;
        border: 0;

        margin: 0;
        background: none;
    }

    .product-layout-list .product-thumb .caption .button-group button
    {
        background: #666666;
        color: #FFFFFF;
    }
    .product-layout-list .product-thumb .caption .button-group button:hover,.product-layout-list .product-thumb .caption .button-group button:focus
    {
        background: #CB780B;
    }

    .product-layout-list .product-thumb .caption .button-group button.btn-addcart:disabled,.product-layout-list .product-thumb .caption .button-group button.btn-addcart[disabled]
    {
        background-color: #CCCCCC;
        color: #FFFFFF;
    }


    /*************************/
    .product-layout-block
    {
        margin: 0;
        padding: 0;

    }

    .product-layout-block .col-sm-4
    {
        margin: 0;
        padding: 0;
        border: 2px solid red;
    }

    .product-layout-block .product-thumb
    {
        margin: 0;
        padding: 0;
        border: 2px solid red;

    }

    .product-layout-list .product-grid .product-thumb .image
    {
        max-width: 100%;
        padding: 10px 10px;
    }

  









    .product-layout-list .product-thumb .caption
    {
        padding:10px;
    }

    .product-grid .product-thumb .caption h4
    {
        height: 60px;
    }

    .product-layout-list .product-thumb .caption h4
    {
        white-space: normal;
        line-height: 1.4;
        text-align: left;
        font-size: 14px;
        overflow: hidden;
        padding: 5px;
        text-overflow: ellipsis;
    }

    .product-layout-list .product-thumb .caption h4 a
    {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }
    .product-layout-list .product-thumb .caption h4 a:hover,.product-layout-list .product-thumb .caption h4 a:focus,.product-layout-list .product-thumb .caption h4 a:active
    {
        color: #990000;
    }

    .product-layout-list .product-thumb .caption .caption-description
    {
        display: block;
        color: #555555;
        font-size: 12px;
        text-align: left;
    }

    .product-grid .product-thumb .caption .caption-description
    {
        height: 60px;
    }
    .product-layout-list .product-thumb .stock
    {
        font-weight: bold;
    }



    .product-layout-list .product-thumb .caption .rating
    {
        display: block;
        padding: 10px 0 0 0;
        margin: 0;
        width: 100%;
    }
    .product-layout-list .product-thumb .caption .rating .rating-reviews
    {
        color: #000000;
        font-size: 12px;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .product-layout-list .product-thumb .caption .rating .rating-reviews img
    {
        padding-right: 10px;
        padding-bottom: 2px;
    }
    .product-layout-list .product-thumb .caption .price
    {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .product-layout-list .product-thumb .caption .price span.price-new,.product-layout-list .product-thumb .caption .price span.price-new-spec
    {
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

    .product-layout-list .product-thumb .caption .price span.price-new-spec
    {
        color: #990000;
    }

    .product-layout-list .product-thumb .caption .price span.price-old
    {
        color: #000000;
        font-size: 14px;
    }

    .product-layout-list .product-thumb .caption .price span.price-old-line
    {
        color: #E00000;
        font-weight: bold;
        font-size: 14px;
        margin-left: 20px;
        text-decoration: line-through;
    }
    .product-layout-list .button-group
    {
        position: relative;
        display: block;
        width: 100%;
        border: 0;

        margin: 0;
        background: none;
    }

    .product-layout-list .product-thumb .caption .button-group button
    {
        background: #666666;
        color: #FFFFFF;
    }
    .product-layout-list .product-thumb .caption .button-group button:hover,.product-layout-list .product-thumb .caption .button-group button:focus
    {
        background: #CB780B;
    }

    .product-layout-list .product-thumb .caption .button-group button.btn-addcart:disabled,.product-layout-list .product-thumb .caption .button-group button.btn-addcart[disabled]
    {
        background-color: #CCCCCC;
        color: #FFFFFF;
    }

    /******************/

    .product-results
    {
        padding: 12px 0;
    }

    .product-block
    {
        display: block;
        margin: 15px auto;
        border: 0;
        width: 100%;
    }

    .product-block:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    /*******Category List*******************/
    .category-list
    {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .category-list .list-item
    {
        display: flex;
        padding: 10px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #E8E8E8;
        overflow: auto;
        margin-bottom: 3px;

    }

    @media all and (min-width: 40em)
    {
        .category-list .list-item
        {
            width: 49.6%;
            margin-left: 0.2%;
            margin-right: 0.2%;
        }
    }

    @media all and (min-width: 60em)
    {
        .category-list .list-item
        {
            width: 24.6%;
            margin-left: 0.2%;
            margin-right: 0.2%;
        }
    }

    .category-list .list-content
    {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 1px;
        margin-right: 1px;
    }

    .category-list .list-content a.image
    {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .category-list .list-content a.image:hover
    {
        opacity: 0.8;
    }

    .category-list .list-content h4 a
    {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }
    .category-list .list-content h4 a:hover,.category-list .list-content h4 a:focus,.category-list .list-content h4 a:active
    {
        color: #990000;
    }

    .category-list a.category-sublist
    {
        color: #000000;
        text-decoration: none;
    }

    a.category-sublist:hover, a.category-sublist:focus
    {
        color: #990000;
        font-weight: bold;
    }


    .category-list a.category-list-more
    {
        padding: 10px 0;
    }

    .category-list a.category-list-more
    {
        text-align:left;
        text-decoration: none;
        color: #CB780B;
    }

    a.category-list-more:hover, a.category-list-more:focus
    {
        color: #990000;
        font-weight: bold;
    }


    /***************************************/
        .sale-list
        {
                display: flex;
                flex-wrap: wrap;
                margin: 0;
                padding: 0;
        }

        .sale-list .list-item
        {
                display: flex;
                padding: 10px;
                width: 100%;
                border-radius: 4px;
                border: 1px solid #E8E8E8;
                overflow: auto;
                margin-bottom: 3px;

        }

        @media all and (min-width: 40em)
        {
                .sale-list .list-item
                {
                        width: 49.6%;
                        margin-left: 0.2%;
                        margin-right: 0.2%;
                }
        }

        @media all and (min-width: 60em)
        {
                .sale-list .list-item
                {
                        width: 32.9%;
                        margin-left: 0.2%;
                        margin-right: 0.2%;
                }
        }

        .sale-list .list-content
        {
                display: flex;
                flex-direction: column;
                width: 100%;
                margin-left: 1px;
                margin-right: 1px;
        }
        .sale-list .list-content .list-content-description
        {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .sale-list .list-content-description .description
        {
            float:left;
            display: block;
            width: 70%;

        }

        .sale-list .list-content-description .description-action
        {
            color: #990000;

        }

        .sale-list .list-content-description .remainder
        {
            width: 30%;
            float:left;
            display: block;
            /*border: 1px solid #EDEDED;
            border-radius:4px;*/

        }

        .sale-list .list-content-description .remainder-caption
        {
            font-weight: bold;
            font-size:12px;
            text-align:center;
            padding: 6px;

        }

        .sale-list .list-content-description .remainder-day
        {
            font-weight: bold;
            font-size:18px;
            text-align:center;
            color: #990000;
            padding: 6px;
        }

        .sale-list .list-content-description .remainder-day-text
        {
            font-size:12px;
            text-align:center;
            font-weight: bold;
            padding: 6px;
        }


        .sale-list .list-content a.image
        {
                text-align: center;
                display: block;
                margin: 0 auto;
        }

        .sale-list .list-content a.image:hover
        {
                opacity: 0.8;
        }

        .sale-list .list-content h4 a
        {
                color: #000000;
                text-decoration: none;
                font-weight: bold;
        }
        .sale-list .list-content h4 a:hover,.sale-list .list-content h4 a:focus,.sale-list .list-content h4 a:active
        {
                color: #990000;
        }

        .sale-list a.sale-sublist
        {
                color: #000000;
                text-decoration: none;
        }

        a.sale-sublist:hover, a.sale-sublist:focus
        {
                color: #990000;
                font-weight: bold;
        }


        .sale-list a.sale-list-more
        {
                padding: 10px 0;
        }

        .sale-list a.sale-list-more
        {
                text-align:left;
                text-decoration: none;
                color: #CB780B;
        }

        a.sale-list-more:hover, a.sale-list-more:focus
        {
                color: #990000;
                font-weight: bold;
        }

    /****************************************/




    .product-thumbnails .product-thumbnails
    {
        position: relative;
    }


    .product-heading
    {
        position:relative;
        display:block;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        line-height: 1.8;
    }

    .product-list-unstyled
    {
        padding: 0;
        margin: 5px 0;
        list-style: none;
    }
    .product-list-unstyled li
    {
        display: block;
        padding: 2px 0;
        font-size:12px;
    }

    .product-list-unstyled li span
    {
        font-weight: bold;
    }

    .product-list-unstyled li a
    {
        color: #CB780B;
        text-decoration: none;
    }

    .product-list-unstyled li.price
    {
        padding: 10px 0;
    }



    .product-list-unstyled li a:hover,.product-list-unstyled li a:focus,.product-list-unstyled li a:active
    {
        color: #990000;
    }

    .product-list-unstyled span.price-new,.product-list-unstyled span.price-new-spec
    {
        color: #000000;
        font-weight: bold;
        font-size: 16px;
    }

    .product-list-unstyled span.price-new-spec
    {
        color: #990000;
    }

    .product-list-unstyled span.price-old
    {
        color: #000000;
        font-size: 16px;
    }

    .product-list-unstyled span.price-old-line
    {
        color: #E00000;
        font-weight: bold;
        font-size: 16px;
        margin-left: 20px;
        text-decoration: line-through;
    }

    .product-list-unstyled li.rating
    {
        margin: 5px 0;
        padding: 10px 0 0 0;
        vertical-align: middle;
    }

    .product-list-unstyled li.rating .rating-reviews
    {
        color: #000000;

        text-align: left;
        padding: 0;
        margin: 0;
    }

    .product-list-unstyled li.rating img
    {
        padding-right: 10px;
        padding-bottom: 2px;
    }
    .product-list-unstyled li.rating a
    {
        font-size: 14px;
    }

    .product-card-minimum
    {
        display: block;
        width: 100%;
        margin: 5px 0;
        padding: 0;
        border: none;
    }
    .product-card-minimum .alert
    {
        padding: 0;
        margin: 0;
        color: #C27305;
        text-align: left;
        border: none;
    }
    .product-card-social
    {
        display: block;
        width: 100%;
    }

    .product-card-social hr
    {
        display: block;
        width: 100%;
    }

    .product-card .form-quantity-product div
    {
        display: inline-block;
    }

    .product-card .form-quantity-product
    {
        display: block;
        float: left;
        margin:0 40px 0 0px;
        padding: 0;
        overflow: visible;
        clear: both;
    }

    .product-card .form-quantity .box-input-qty input
    {
        height: 40px;
        width: 50px;
        padding: 0 5px;
        border-radius: 2px 0px 2px 0px;
        text-align: center;
        border: 1px solid #666666;
        color: #000000;
    }

    .product-card .form-quantity .box-input-qty
    {
        position: relative;
    }

    .product-card .form-quantity div.btn-plus input,.product-card .form-quantity div.btn-minus input
    {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 18px;
        background: #666666;
        border: 1px solid #666666;
        box-shadow: none;
        outline: none;
        position: absolute;
        color: #FFFFFF;
        border-radius: 0px 2px 0px 2px;
    }

    .product-card .form-quantity-product input#plus
    {
        top: 0;
        right: -20px;
    }

    .product-card .form-quantity-product input#minus
    {
        top: 20px;
        right: -20px;
    }

    .product-card .form-quantity-product input#plus:hover,.product-card .form-quantity-product input#plus:focus,.product-card .form-quantity-product input#plus:active
    {
        background: #CB780B;
    }

    .product-card .form-quantity-product input#minus:hover,.product-card .form-quantity-product input#minus:focus,.product-card .form-quantity-product input#minus:active
    {
        background: #CB780B;
    }

    .product-card .button-group button
    {
        background: #666666;
        color: #FFFFFF;
        margin: 0 5px;
        height: 40px;
        vertical-align: middle;
        padding: 5px 10px;
        border:none;
        box-shadow:none;

    }
    .product-card .button-group button:hover,.product-card .button-group button:focus
    {
        background: #CB780B;
    }

    .product-card .button-group button.btn-addcart:disabled,.product-card .button-group button.btn-addcart[disabled]
    {
        background-color: #CCCCCC;
        color: #FFFFFF;
    }

    .product-card-payment-img
    {
        display: block;
        margin: 10px auto;
        padding: 0;
        border: none;
        text-align: left;
    }

    .product-card-payment-img img
    {
        display: block;
        margin: 5px 0 5px 10px;
        padding: 0;
        border: none;
        text-align: left;
    }
    .product-card-payment-img hr
    {
        display: block;
        width: 100%;
    }

    #social-block .social
    {
        position: fixed;
        top: 30%;
        left: 0;
        margin-left: -40px;
        perspective: 1000px;
        z-index: 50;
        list-style: none;
    }

    #social-block .social li a
    {
        display: block;
        height: 40px;
        width: 60px;
        background: #666666;
        border-bottom: 1px solid #333;
        font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        -webkit-font-smoothing: antialiased;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        transition: background .5s ease .300ms
    }

    #social-block .social li a:hover
    {
        background: #FAA732;
    }

    #social-block .social li:first-child a
    {
        border-radius: 0 5px 0 0;
    }

    #social-block .social li:last-child  a
    {
        border-radius: 0 0 5px 0
    }

    #social-block .social li a span
    {
        width: 150px;
        float: left;
        text-align: center;
        background: #666666;
        color: #fff;
        margin: -25px 64px;
        padding: 8px;
        transform-origin: 0;
        visibility: hidden;
        opacity: 0;
        transform: rotateY(45deg);
        border-radius: 5px;
        transition: all .5s ease .300ms
    }

    #social-block .social li span:after
    {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: -20px;
        top: 7px;
        border: 10px solid transparent;
        border-right: 10px solid #666666;
    }

    #social-block .social li a:hover span
    {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0)
    }

    #social-block-bottom
    {
        display: none;
        margin: 5px auto;
        padding: 0;
        margin: 0;
    }

    #social-block-bottom .social
    {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    #social-block-bottom .social li
    {
        display: inline-block;
        padding: 0;
        margin: 0;
        padding-left: 0;
        margin-left: -5px;
    }

    #social-block-bottom .social li a
    {
        display: block;
        position: relative;
        height: 40px;
        width: 60px;
        background: #666666;
        font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        -webkit-font-smoothing: antialiased;
        padding: 10px;
        text-decoration: none;
        text-align: center;
        transition: background .5s ease .300ms
    }

    #social-block-bottom .social li a:hover
    {
        background: #FAA732;
    }

    #social-block-bottom .social li:first-child a
    {
        border-radius: 5px 0px 0 0;
    }

    #social-block-bottom .social li:last-child  a
    {
        border-radius: 0 5px 0px 0px;

    }

    #social-block-bottom .social li a span
    {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    @media all and (max-width: 1080px)
    {
        #social-block-bottom
        {
            display: block;
            width: 100%;
            padding:0;
            margin: 0 auto;
            text-align: left;
        }

        #social-block
        {
            display: none;
        }

   }



    #menu-catalog
    {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        margin:0;
        border: none;
        background: #666666;
    }

    #menu-catalog.fixed
    {
        position: fixed;
        display: block;
        top:0;
        width: 100%;

        background: #666666;
        z-index: 99999;
        transition: all 1s;
    }






    .banner-slider
    {
        display: block;
        margin: 15px auto;
        border: 0;
        width: 100%;
    }
    .banner-slider:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .banner-slider .item_product .product-thumb
    {
        width: 100%;
        border: 0;
        position: relative;
    }

    .banner-slider .item_product
    {
        margin-top: 2px;
        border-radius: 4px;
        border: 1px solid #E8E8E8;
        margin-right: 2px;
        margin-left: 2px;
        position: relative;
        padding: 10px;
    }

    .banner-slider .item_product .product-thumb .image
    {
        max-width: 100%;
        padding: 10px 10px;
        border: 1px solid #E8E8E8;
        border-radius: 4px;
    }

    .banner-slider .item_product .product-thumb .title
    {
        padding: 0 10px;

    }

    .banner-slider .item_product .product-thumb .title
    {
        display: block;
        width: 100%;
        white-space: normal;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .banner-slider .item_product .product-thumb .title h4 a
    {
        color: #CB780B ;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }

    .banner-slider .item_product .product-thumb .description
    {
        display: block;
        width: 100%;
        white-space: normal;
        text-align: left;
        overflow: hidden;
        padding: 5px;
        font-size: 14px;
        text-overflow: ellipsis;
    }

    .banner-slider .item_product .product-thumb .title h4 a:hover,.banner-slider .item_product .product-thumb .title h4 a:focus,.banner-slider .item_product .product-thumb .title h4 a:active
    {
        color: #990000;
    }

    #back-top
    {
    display: block;
    color: #FFFFFF;
    position: fixed;
    z-index: 1050;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 50%;
    background: #f4a137 url('../image/back-top.png') no-repeat scroll 0 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s cubic-bezier(.25, .25, 0, 1);
    -ms-transition: all .3s cubic-bezier(.25, .25, 0, 1);
    -moz-transition: all .3s cubic-bezier(.25, .25, 0, 1);
    -o-transition: all .3s cubic-bezier(.25, .25, 0, 1);
    transition: all .3s cubic-bezier(.25, .25, 0, 1);
}
#back-top:hover {
    background-color: #ff5313;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5), 0 3px 15px rgba(0, 0, 0, .5);
}
#back-top.show {
    width: 56px;
    height: 56px;
    color: #FFFFFF;
}
#back-top i.fa-arrow-up {
    position: absolute;
    left: 30%;
    top: 25%;
    font-size: 24px;
}


    @media (max-width: 568px)
    {
        .nav-tabs li
        {
            display: block;
            width: 100%;
            float: left;
            text-align: center;
            margin: 2x auto;
        }
    }

    @media (max-width: 375px)
    {
        .product-card-payment-img
        {
            display: none;
        }

    }


    .theme-wrapper-dropdown
    {
        position: relative;
        width: 200px;
        margin: 0 auto;
        padding: 5px;
        cursor: pointer;
        outline: none;
    }

    .theme-wrapper-dropdown:after
    {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #FFFFFF transparent;
    }

    .theme-wrapper-dropdown .wrapper-dropdown
    {
        position: absolute;
        right: 0px;
        list-style: none;
        padding: 4px;
        margin: 0;
        top: 100%;
        left: 0px;
        background: #666666;
        border-radius: 4px;
        pointer-events: none;
        text-align: left;
        transition: all 0.3s ease-out;
        opacity: 0;
    }

    .theme-wrapper-dropdown .wrapper-dropdown li a
    {
        display: block;
        text-align: left;
        color: #dddddd;
        padding: 5px 10px;
        transition: all 0.3s ease-out;
    }

    .theme-wrapper-dropdown .wrapper-dropdown li i
    {
        margin-right: 5px;
        color: inherit;
        vertical-align: middle;
    }

    .theme-wrapper-dropdown.active .wrapper-dropdown
    {
        opacity: 1;
        z-index:100;
        pointer-events: auto;
    }

    .theme-wrapper-dropdown .wrapper-dropdown li:hover a
    {
        color: #FFFFFF;
    }

    .theme-wrapper-dropdown .wrapper-dropdown:after
    {

        border-width: 0 6px 6px 6px;
        border-style: solid;
        border-color: #FFFFFF transparent;

    }

    .account-login-reg-form .nav
    {
        padding: 0;
        margin:0 -2px 0 0;
    }

    .account-login-reg-form
    {
        width: 600px;
        margin: 0 auto 20px auto;
        padding: 10px;
        border: 2px solid #EDEDED;
    }


    .account-login-reg-form .panel-body
    {
        width: 100%;
        padding: 50px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 4px 4px;
    }




    .account-login-reg-form .nav li
    {
        float: left;
        text-align: center;
        width: 50%;
    }

    .account-login-reg-form .nav li a
    {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
    }


    .account-register-form
    {
        display: block;
        position: relative;
       border: 2px solid #EDEDED;
        background: #FFFFFF;
        border-radius: 4px;
        vertical-align: middle;
    }

    .account-register-form  :after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
    .account-register-form-title
    {

    }

    #ModalFormApprovalEmail
    {
        top: 25%;
    }
    #ModalFormApprovalEmail .modal-content
    {
        padding: 25px;
    }

    #ModalFormApprovalEmail .close
    {
        vertical-align: middle;
        margin-top: -25px;
    }

    #ModalFormApprovalEmail .modal-body .close
    {
        vertical-align: middle;
        margin: 0;
    }

    #account-account-menu i.fa
    {
        padding-right: 6px;
    }

    #account-account-menu a
    {
        color: #000000;
    }

    #account-account-menu li.active a
    {
        color: #FFFFFF;
    }

    #account-account-menu li.active
    {
        background: #FFFFFF;
    }

    #account-account-menu > li.active > a
    {
        color: #fff;
        background-color: #666666;
    }

    #account-order-product img
    {
        float: left;
        margin: 0 2px 2px 0;
    }

    .container-checkout
    {
       width: 90%;
       padding-right: 15px;
       padding-left: 15px;
       margin: 0 auto;
    }

    /*#menu-mobile
    {
        border: 2px solid red;
        display: block;
        float: left;
        width: 20%;
        margin: 0;
        text-align: center;
        vertical-align: middle;
    }
    #search-mobile
    {
        border: 2px solid green;
        display: block;
        float: left;
        width: 55%;
        margin: 0;
        text-align: center;
        vertical-align: middle;
    }*/

    /******Search***********************/
    /*#search
    {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 8px;
        color: #FFFFFF;
    }

    #search.search-mobile
    {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 8px;
        color: #FFFFFF;
    }

    .search-mobile #text-search
    {
        display: block;
        width: 100%;
        color: #000000;
        border-radius: 6px;
        background-color: #FFFFFF;
        border: none;
        box-shadow: none !important;
        text-align: left;
        padding: 6px 16px 10px 16px;
        vertical-align: middle;
    }
    .search-mobile #btn-search
    {
        display: none;
    }

    #text-search:focus,#text-search:active
    {
        outline: none;
        box-shadow: none;
    }

    .input-group-btn
    {
        width: auto !important
    }

    input[placeholder]#text-search
    {
        color: #DDDDDD;
    }

    @media (max-width: 1080px)
    {
        #text-search
        {
            width: 80%
        }

        .search-mobile #text-search
        {
            width: 100%;
        }

        #btn-search
        {
            width: 20%;
        }

        .search-mobile #btn-search
        {
            display: none;
        }

    }

    @media (max-width: 768px)
    {
        #text-search
        {
            width: 75%
        }

        .search-mobile #text-search
        {
            width: 100%;
        }

        #btn-search
        {
            width: 25%;
        }

        .search-mobile #btn-search
        {
            display: none;
        }
    }

    @media (max-width: 320px)
    {
        #text-search
        {
            width: 70%
        }

        .search-mobile #text-search
        {
            width: 100%;
        }

        #btn-search
        {
            width: 30%;
        }

        .search-mobile #btn-search
        {
            display: none;
        }
    }



    .ajax-loader-container
    {
        position: absolute;
        display: none;
        top: 50px;
        left: 1.5%;
        right: 1.5%;
        height: 300px;
        background-color: #F2F2F2;
        opacity: 1;
        z-index: 10000;
        border-radius: 0px 0px 4px 4px;
    }

    .ajax-load-img
    {
        display:block;
        vertical-align: middle;
        text-align: center;
        margin: 20% auto;
    }

    .ajax-result-container
    {
        position: absolute;
        top: 50px;
        left: 1.5%;
        right: 1.5%;
        color: #FFFFFF;
        max-height: 300px;
        overflow-y: visible;
        overflow-x: hidden;
        background-color: #FFFFFF;
        border-radius: 0px 0px 4px 4px;
        z-index: 10000;
        opacity: 1;
        margin: 0;
        padding: 0;
        border-color: #DDDDDD;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .ajax-result-list
    {
        display: block;
        opacity: 1;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        clear: both;
        z-index: 10000;
        list-style-type: none;
        border: 1px solid #DDDDDD;
    }

    .ajax-result-list li
    {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        list-style-type: none;
        border-bottom: 1px solid #DDDDDD;
    }

    .ajax-result-list .product-answer
    {
        display: block;
        float: left;
        width: 25%;
        padding: 0;
        margin: 0 auto 5px 0;
        color: #000000;
    }

    .ajax-result-list .product-image
    {
        display: block;
        float: left;
        width: 25%;
        padding: 0;
        margin: 0 auto;
    }

    .ajax-result-list a.product-image img
    {
        display: block;
        margin: 0 auto;
        max-width: 100px !important;
        max-height:100px !important;
    }

    .ajax-result-list .detail
    {
        display: block;
        float: left;
        width: 75%;
        padding: 0;
        margin: 0;
        padding-left: 5px;
        text-align: left;
    }

    .ajax-result-list .product-name
    {
        display: block;
        width: 100%;
        padding: 4px;
        margin: 0;
    }

    .ajax-result-list .product-name a
    {
        color: #000000;
        font-size: 14px;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: bold;
        text-align: left;
    }
    .ajax-result-list .product-name a:hover,.ajax-result-list .product-name a:focus
    {
        color: #CB780B;
    }

    .ajax-result-list .price-box
    {
        display:block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .ajax-result-list .price-box span.price,.ajax-result-list .price-box p
    {
        display: inline-block;
    }

    .ajax-result-list .price-box span.price
    {
        display: inline-block;
        color: #FF560B;
        font-size: 14px;
        font-weight: bold;
    }
    .ajax-result-list .price-box .old-price span{
        display: inline-block;
        color: #3B3B3B;
        text-decoration: line-through;
        font-weight: 300;
        font-size: 14px;
        padding: 0 10px;
    }

    @media (max-width: 320px)
    {
        .ajax-result-list a.product-image
        {
            display: none;
        }
    }
    @media (max-width: 279px)
    {
        .ajax-loader-container
        {
            display: none;
        }
        .ajax-loader-container
        {
            display: none;
        }
        .ajax-load-img {
            display: none;
        }
        .ajax-result-container
        {
            display: none;
        }
        .search-ajax
        {
            display: none;
        }
    }*/

    /******End Search***********************/

    /*#search-cart
    {
        border: 2px solid blue;
        display: block;
        float: left;
        width: 25%;
        padding: 8px;
        height: 60px;
        margin: 0 auto;
        text-align: center;
        vertical-align: middle;
    }

    #wishlist-compare-cart-mobile li
    {
        position: relative;
        background: none;
        list-style: none;
        color: #DDDDDD;
        text-align: center;
        vertical-align: middle;
    }

    #wishlist-compare-cart-mobile li a
    {
        color: #F4A137;
        font-size: 14px;
    }

    #wishlist-compare-cart-mobile li a i.fa
    {
        position: relative;
        color: #F4A137;
        text-align: center;
        vertical-align: middle;
        font-size: 24px;
    }

    #wishlist-compare-cart li:hover i.fa,#wishlist-compare-cart li:focus i.fa
    {
        color: #DDDDDD;
    }

    #wishlist-compare-cart li:hover div.count-wishlist-compare-cart,#wishlist-compare-cart li:focus div.count-wishlist-compare-cart
    {
        color: #F4A137;
    }

    #show-shopping-cart:hover #shopping-cart
    {
        display: block;
    } */




     /*display: block;
        float: left;
        width: 36%;
        height: 64px;
        padding: 0;
        margin: 0 auto;
        vertical-align: middle;
        text-align: right;*/



   /* #menu-mobile-wrapper
    {
        overflow: hidden;
        width: 100%;
        cursor: pointer;
    }

    #menu-mobile-wrapper #menu-mobile-hamburger
    {
        position: relative;
        width: 25px;
        height: 20px;
        margin: 15px;
    }

    #menu-mobile-wrapper #menu-mobile-hamburger span
    {
        opacity: 1;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 10px;
        color: black;
        background-color: white;
        position: absolute;
        transform: rotate(0deg);
        transition: .4s ease-in-out;
    } */







/*    ul { list-style: none; }
a { text-decoration: none; color: black;}
body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
}*/







/*#menu-mobile-wrapper #menu-mobile-hamburger span:nth-child(1) {
    top: 0;
}
#menu-mobile-wrapper #menu-mobile-hamburger span:nth-child(2) {
    top: 9px;
}
#menu-mobile-wrapper #menu-mobile-hamburger span:nth-child(3) {
    top: 18px;
}
#menu-mobile-wrapper #menu-mobile-hamburger.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-mobile-wrapper #menu-mobile-hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-mobile-wrapper #menu-mobile-hamburger.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}*/

/*#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: white;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: yellowgreen;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}*/

    /*#menu-block-container
    {
        display: block;
        width: 100%;
        padding: 0;
        margin:0;
        border: none;
        background: #666666;
    }

    .menu-main-container
    {
        width: 100%;
    }

    .main-menu ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
    }

    .main-menu ul > li
    {
        display: inline-flex;
    }

    .main-menu ul > li + li
    {
        margin-left: 20px;
    }

    .main-menu ul > li > a
    {
        padding: 0 0 20px 0;
        position: relative;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        letter-spacing: 0.2px;
        font-size: 15px;
        text-decoration: none;
    }

    .main-menu ul > li > a:hover
    {
        text-decoration: none;
        color: #337AB7;
    }

    .main-menu ul li
    {
        margin: 0;
        white-space: nowrap;
    }

    .main-menu ul li.menu-children
    {
        position: relative;
        margin-right: 12px;
    }

    .main-menu > ul li.menu-children:after
    {
        content: "\f078";
        font-family: "FontAwesome";
        color: #dddddd;
        font-weight: bold;
        display: block;
        cursor: pointer;
        float: right;
        vertical-align: middle;
        padding: 0 7px;
    }

    .main-menu > ul li.menu-children:hover::after
    {
        content: "\f077";
        font-family: "FontAwesome";
        color: #dddddd;
        font-weight: bold;
        display: block;
        cursor: pointer;
        float: right;
        vertical-align: middle;
        padding: 0 7px;
    }

    .main-menu ul li.menu-children:hover > ul
    {
        display: block;
        visibility: visible;
        transform: translateY(0);
    }

    .main-menu ul ul
    {
        padding: 10px 0;
        margin: 0;
        list-style: none;
        background-color: #337AB7;
        position: absolute;
        z-index: 20;
        min-width: 220px;
        top: 100%;
        left: -30px;
        display: none;
        visibility: hidden;
        transform: translateY(5px);
        transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    }

    .main-menu ul ul li
    {
        display: block;
        padding: 0 10px;
        line-height: 1.1;
    }

    .main-menu ul ul li:last-child
    {
        margin-bottom: 0;
    }

    .main-menu ul ul li a
    {
        display: block;
        color: #fff;
        padding: 10px;
        transition: all .3s;
        text-decoration: none;
    }

    .main-menu ul ul li a:hover
    {
        color: #337AB7;
        background: #FFF;
        text-decoration: none;
    }

    .main-menu ul ul ul
    {
        top: 0;
        left: 100%;
    }

    .main-menu-mobile
    {
        display: none;
    }

    @media all and (max-width: 768px)
    {
        .main-menu-container
        {
            width: 100%;
        }

        .main-menu-mobile
        {
            display: block;
        }

        .main-menu-mobile
        {
            text-decoration: none;
            padding: 20px 30px;
            display: block;
            color: #FFF;
            font-size: 20px;
            line-height: 20px;
            font-family: 'Roboto Condensed', sans-serif;
            transition: .2s ease-in-out;
        }

        .main-menu-mobile:after
        {
            content: "\f0c9";
            font-family: "FontAwesome";
            font-size: 38px;
            line-height: 38px;
            padding: 0;
            color: #FFF;
            float: left;
            position: relative;
            transform: translateY(-25%);
        }
        .main-menu > ul
        {
            display: none;
        }

        .main-menu .show-on-mobile
        {
            display: block;
        }

        .main-menu ul > li
        {
            display: block;
            float: left;
            width: 100%;
            float: none;
            display: block;
            background: #BFE2FF;
            border-top: 2px solid #FFF;
            border-bottom: 2px solid #FFF;

        }

    .main-menu .show-on-mobile ul > li + li
    {
        margin-left: 20px;
    }

    .main-menu ul > li > a
    {
        padding: 0 0 20px 0;
        position: relative;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        letter-spacing: 0.2px;
        font-size: 15px;
        text-decoration: none;
    }

    .main-menu ul > li > a:hover
    {
        text-decoration: none;
        color: #337AB7;
    }

    .main-menu ul li
    {
        margin: 0;
        white-space: nowrap;
    }

    .main-menu ul li.menu-children
    {
        position: relative;
        margin-right: 12px;
    }

    .main-menu > ul li.menu-children:after
    {
        content: "\f078";
        font-family: "FontAwesome";
        color: #dddddd;
        font-weight: bold;
        display: block;
        cursor: pointer;
        float: right;
        vertical-align: middle;
        padding: 0 7px;
    }

    .main-menu > ul li.menu-children:hover::after
    {
        content: "\f077";
        font-family: "FontAwesome";
        color: #dddddd;
        font-weight: bold;
        display: block;
        cursor: pointer;
        float: right;
        vertical-align: middle;
        padding: 0 7px;
    }

    .main-menu ul li.menu-children:hover > ul
    {
        display: block;
        visibility: visible;
        transform: translateY(0);
    }

    .main-menu ul ul
    {
        padding: 10px 0;
        margin: 0;
        list-style: none;
        background-color: #337AB7;
        position: absolute;
        z-index: 20;
        min-width: 220px;
        top: 100%;
        left: -30px;
        display: none;
        visibility: hidden;
        transform: translateY(5px);
        transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    }

    .main-menu ul ul li
    {
        display: block;
        padding: 0 10px;
        line-height: 1.1;
    }

    .main-menu ul ul li:last-child
    {
        margin-bottom: 0;
    }

    .main-menu ul ul li a
    {
        display: block;
        color: #fff;
        padding: 10px;
        transition: all .3s;
        text-decoration: none;
    }

    .main-menu ul ul li a:hover
    {
        color: #337AB7;
        background: #FFF;
        text-decoration: none;
    }

    .main-menu ul ul ul
    {
        top: 0;
        left: 100%;
    }





    }*/

  /*  .main-menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 20px;
}
.main-menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.main-menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 10px;
} */


/*    @media only screen and (max-width: 768px)
    {
        .main-menu-container
        {
            width: 100%;
        }
    .main-menu-mobile
    {
        display: block;
    }

    .main-menu ul > ul
    {
        display: none;
    }
    .main-menu ul > ul > li
    {
        width: 100%;
        float: none;
        display: block;
        background: #BFE2FF;
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
    }
    .main-menu ul > ul > li a {
        padding: 20px;
        width: 100%;
        display: block;
        color: #000;
    }
    .main-menu ul > ul > li > ul {
        position: relative;
    }
    .main-menu ul > ul > li > ul.normal-sub {
        width: 100%;

    }
    .main-menu ul > ul > li > ul > li {
        float: none;
        width: 100%;
    }
    .main-menu ul > ul > li > ul:not(.normal-sub) > li {
        margin-top: 20px;
    }
    .main-menu ul> ul > li > ul > li:first-child {
        margin: 0;
    }
    .main-menu ul > ul > li > ul > li > ul {
        position: relative;
    }
    .main-menu ul > ul > li > ul > li > ul > li {
        float: none;
    }
    .main-menu ul .show-on-mobile
    {
        display: block;
    }
}*/


    /*.main-menu > ul
    {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
        box-sizing: border-box;
        font-family: 'Montserrat', sans-serif;
    }
    .main-menu > ul:before,.main-menu > ul:after
    {
        content: "";
    }

    .main-menu > ul:after
    {
        clear: both;
    }

    .main-menu > ul > li
    {
        display: inline-flex;
    }

    .main-menu > li + li
    {
        margin-left: 20px;
    }

    .main-menu > ul > li
    {
        display: block;
        float: left;
        padding: 15px;
        margin: 0;
        transition: .2s ease-in-out;
    }

    .main-menu > ul > li> a
    {
        padding: 0 0 20px 0;
        position: relative;
        text-transform: uppercase;
        color: #dddddd;
        font-weight: bold;
        letter-spacing: 0.2px;
        font-size: 15px;
        text-decoration: none;
    }

    .main-menu > ul > li > a:hover
    {
        text-decoration: none;
        color: #FFFFFF;
    }

    .main-menu > ul > li:hover a
    {
        color: #FFFFFF;
    }

    .main-menu > ul li
    {
        margin: 0;
        white-space: nowrap;
    }

    .main-menu > ul li.menu-children
    {
        position: relative;
    }

    .main-menu > ul li.menu-children:before
    {
        content: "\f078";
        font-family: "FontAwesome";
        color: #dddddd;
        font-weight: bold;
        display: block;
        cursor: pointer;
        float: right;
        vertical-align: middle;
        padding: 0 7px;
    }

    .main-menu > ul li.menu-children:hover > ul
    {
        display:block;
        visibility: visible;
        transform: translateY(0);
    }

    .main-menu > ul li.menu-children:hover::before
    {
        content: "\f077";
        font-family: "FontAwesome";
        color: #dddddd;
        font-weight: bold;
        display: block;
        cursor: pointer;
        float: right;
        vertical-align: middle;
        padding: 0 7px;
    }


   .main-menu > ul li.menu-children > ul
   {
        display: none;
        position: absolute;
        margin: 0;
        background-color: #666666;
        min-width: 220px;
        left: 0px;
        top: 100%;
        list-style: none;
        z-index: 20;
        box-sizing: border-box;
        transform: translateY(5px);
        transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
        border:2px solid red;
    }*/















/*.main-menu > ul > li > ul:before,
.main-menu > ul > li > ul:after {
    content: "";
    display: table;
}
.main-menu > ul > li > ul:after {
    clear: both;
}
.main-menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
.main-menu > ul > li > ul > li a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #337AB7;
}
.main-menu > ul > li > ul > li a:hover {
    color: #337AB7;
    border-bottom: 1px solid #000;
}
.main-menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.main-menu > ul > li > ul > li > ul:before,
.main-menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.main-menu > ul > li > ul > li > ul:after {
    clear: both;
}
.main-menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
}
.main-menu > ul > li > ul > li > ul > li a {
    border: 0;
    padding: 10px 12px;
    font-size: 18px;
}
.main-menu > ul > li > ul > li > ul > li a:hover {
    border: 0;
}
.main-menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 20px;
}
.main-menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 10px;
}





.main-menu-mobile:after
{
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 38px;
    line-height: 38px;
    padding: 0;
    color: #FFF;
    float: right;
    position: relative;
    transform: translateY(-25%);
}
.main-menu-dropdown-icon:before {
    content: "\f078";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 10px 20px;
    margin: 10px;
    background: #337AB7;
    color: #FFF;
    font-size: 20px;
}


.main-menu-mobile {
    text-decoration: none;
    padding: 20px 30px;
    display: block;
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    transition: .2s ease-in-out;
}
.main-menu-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .main-menu-container {
        width: 100%;
    }
    .main-menu-mobile {
        display: block;
    }
    .main-menu-dropdown-icon:before {
        display: block;
    }
    .main-menu > ul {
        display: none;
    }
    .main-menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background: #BFE2FF;
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
    }
    .main-menu > ul > li a {
        padding: 20px;
        width: 100%;
        display: block;
        color: #000;
    }
    .main-menu > ul > li > ul {
        position: relative;
    }
    .main-menu > ul > li > ul.normal-sub {
        width: 100%;

    }
    .main-menu > ul > li > ul > li {
        float: none;
        width: 100%;
    }
    .main-menu > ul > li > ul:not(.normal-sub) > li {
        margin-top: 20px;
    }
    .main-menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .main-menu > ul > li > ul > li > ul {
        position: relative;
    }
    .main-menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .main-menu .show-on-mobile {
        display: block;
    }
}*/


/****menu1****/
.main-menu1 {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    /* Для выравнивания меню по центру
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    */
}
.main-menu1 > li {
    display: inline-flex;
}
.main-menu1 > li + li {
    margin-left: 20px;
}
.main-menu1 > li > a {
    padding: 0 0 20px 0;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 15px;
    text-decoration: none;
}
.main-menu1 > li > a:hover {
    text-decoration: none;
    color: #337AB7;
}
.main-menu1 > li > a:after {
    width: 0;
    height: 3px;
    background-color: #00CC00;
    content: '';
    left: 0;
    bottom: 10px;
    position: absolute;
    transition: all .3s;
}
.main-menu1 > li > a:hover::after {
    width: 100%;
}
.main-menu1 > li.active a:after
{
    width: 100%;
}
.main-menu1 li
{
    margin: 0;
    white-space: nowrap;
}
.main-menu1 li.menu-children1
{
    position: relative;
    margin-right: 12px;
}
.main-menu1 li.menu-children1:after {
    position: absolute;
    content: "\2039";
    color: #337AB7;
    font-size: 20px;
    font-weight: bold;
    right: -12px;
    top: -2px;
    transform: rotate(-90deg);
}
.main-menu1 li li.menu-children1:after {
    position: absolute;
    content: "\2039";
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    right: 10px;
    top: 12px;
    transform: rotate(180deg);
}
.main-menu1 li.menu-children1:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.main-menu1 ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: #337AB7;
    position: absolute;
    z-index: 20;
    min-width: 220px;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
}
.main-menu1 ul li {
    display: block;
    padding: 0 10px;
    line-height: 1.1;
}
.main-menu1 ul li:last-child {
    margin-bottom: 0;
}
.main-menu1 ul li a {
    display: block;
    color: #fff;
    padding: 10px;
    transition: all .3s;
    text-decoration: none;
}
.main-menu1 ul li a:hover {
    color: #337AB7;
    background: #FFF;
    text-decoration: none;
}
.main-menu1 ul ul {
    top: 0;
    left: 100%;
}



    .rating_block
    {
        width: 125px;
        height: 25px;
    }
    .rating_block input[type="radio"]
    {
        display: none;
    }
    .label_rating
    {
        float: right;
        display: block;
        width: 25px;
        height: 25px;
        background: url(../image/rating.png) no-repeat 50% 0;
        cursor: pointer;
    }
    /*Пишем правила смены положения background-а*/
    .rating_block .label_rating:hover, /*Правило для ховера на текущий лейбл*/
    .rating_block .label_rating:hover ~ .label_rating, /*Правило для всех следующих лейблов по DOM дереву*/
    .rating_block input[type="radio"]:checked ~ .label_rating /*Правило для всех следующих лейблов после выбранного инпута, чтобы звездочки как бы зафиксировались*/
    {
        background-position: 50% -25px;
    }

    #testimonials-add span[data-toggle="tooltip"]:after,#testimonials-add label.control-label span:after
    {
        font-family: FontAwesome;
        color: #1E91CF;
        content: "\f059";
        margin-left: 4px;
    }

    .testimonials-page
    {
        display: block;
        position: relative;
        width: 100%;
        font-size: 14px;
        color: #000000;
        border-radius: 4px;
        border: 1px solid #E8E8E8;
        margin: 10px auto;
        padding: 10px;


    }
    .testimonials-page:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;

    }

    .testimonials-page-author,.testimonials-page-coment
    {
        display: block;
        padding: 0;
        margin:  0 auto;
        list-style: none;

    }

    .testimonials-page-author
    {
        float: left;
        width: 30%;
        padding: 10px;
        font-size: 12px;

    }


    .testimonials-page-coment
    {
        display: block;
        float: left;
        width: 70%;
        font-size: 14px;
    }

    @media all and (max-width: 768px)
    {
        .testimonials-page-author
        {
            float: left;
            width: 100%;
        }

        .testimonials-page-coment
        {
            float: left;
            width: 100%;
        }

    }

    .testimonials-page-author .rating,.testimonials-page-coment .rating
    {
        display: block;
        padding: 5px 0 0 0;
        margin: 0;
        width: 100%;
    }

    .testimonials-page-author .rating-reviews
    {
        width: 100%;
        color: #000000;
        font-size: 12px;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .testimonials-page-author .rating-reviews img,.testimonials-page-coment .rating-reviews img
    {
        padding-right: 10px;
        padding-bottom: 2px;
    }

    .testimonials-page-coment .caption
    {
        font-size: 16px;
    }

    .testimonials-page-coment i.fa
    {
        font-size: 18px;
        color: #F4A137;
        padding-right: 8px;
    }

    .testimonials-page-coment i.fa
    {
        font-size: 18px;
        color: #F4A137;
        padding-right: 8px;
    }

    .testimonials-page-coment .product
    {
        margin: 5px auto;
    }



    .testimonials-page-coment .comment
    {
        text-indent: 10px;
    }

    .testimonials-page-coment .answer-author
    {
        display: inline-flex;
        width: 100%;
        margin: 5px auto;
    }

    .testimonials-page-coment .answer-author .caption
    {
        text-align: left;
        width: 70%;
    }

    .testimonials-page-coment .answer-author .answer-date
    {
        text-align: right;
        width: 30%;
    }

    .testimonials-page-author .testimonials-date, .testimonials-page-coment .testimonials-date
    {
        color: #787878;
        padding: 5px;
    }


    /****************Header New********************/
     .hidden-element-resize
    {
        display: block;
    }

    .header-wrapper,
    .header-top-wrapper,
    .header-bottom-wrapper,
    .nav-wrapper
    {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding:0;
        border: 0;
        vertical-align: middle;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-wrapper:after,
    .header-top-wrapper:after,
    .header-bottom-wrapper:after,
    .nav-wrapper:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .header-wrapper
    {
        background-color: #000000;
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
        font-size: 12px;
    }

    .header-top-wrapper
    {
        background: #303030;
        height: 30px;
    }

    @media (min-width:1200px)
    {
        .header-wrapper .container
        {
            width: 1170px;
        }
    }

    @media (max-width:1199px)
    {
        .header-wrapper .container
        {
            width: 100%;
        }
    }

    /**********language-wrapper****************/

    #header-language-wrapper
    {
        display: block;
        position: relative;
        float: left;
        width: 78px;
        margin: 0 auto;
        padding: 0;
        line-height: 30px;
        padding: 0 15px;
    }

    #header-language-wrapper:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }


    #language-trigger
    {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        margin: 0;
        color: #FFFFFF;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
    }

    #language-trigger:after
    {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        z-index:1005;
        font-size: 12px;
        content: "\f078";
        font-family: "FontAwesome";
    }

    #language-trigger.open:after
    {
        display: block;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 0;
        color: #F4A137;
        z-index:1005;
        font-size: 12px;
        content: "\f077";
        font-family: "FontAwesome";
    }

    #language-trigger:hover
    {
        color: #F4A137;
    }

    @media all and (max-width: 992px)
    {
        #language-trigger:after,
        #language-trigger.open:after
        {
            display: none;
        }
    }

    #dropdown-menu-language
    {
        position: absolute;
        display: none;
        top: 100%;
        left: 7px;
        width: 80px;
        line-height: 1;
        padding: 8px 10px;
        margin: 0;
        font-size: 12px;
        text-align: left;
        list-style: none;
        text-decoration: none;
        background-color: #303030;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        z-index: 1005;
        border-top: 0;
        border-radius:0 0 4px 4px;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    #dropdown-menu-language.open
    {
        display:block;
    }

    #dropdown-menu-language li
    {
        display: block;
        width: 100%;
        text-align: left;
        padding: 2px 0;
        border-top: 1px solid rgba(184, 184, 184, 0.15);
    }

    #dropdown-menu-language li:first-child
    {
        border-top:0;
    }

    #dropdown-menu-language li a
    {
        color: #DDDDDD;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
    }

    #dropdown-menu-language li:hover > a
    {
        color: #F4A137;
        background: none;
        text-decoration: none;
    }

    /**********End language-wrapper****************/


   /**********header-menu-wrapper****************/

    #header-menu-wrapper
    {
        display: block;
        position: relative;
        float: left;
        width:calc(100% - 78px);
        margin: 0 auto;
        padding: 0;
        line-height: 30px;
    }

    #header-menu-wrapper:after
    {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    #menu-header,
    #menu-header li,
    #menu-header li a
    {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        vertical-align: middle;
        cursor: pointer;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #menu-header:after
    {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    #menu-header > li
    {
        display: block;
        float:left;
        margin: 0;
        padding: 0;
        border-right: 1px solid rgba(150, 150, 150, 0.15);
    }

    #menu-header > li:last-child
    {
        border-right: 0;
    }

    #menu-header li.header-menu-children > a
    {
        padding-right: 30px;
    }

    #menu-header li.header-menu-children:after
    {
        display: block;
        position: absolute;
        top: 0px;
        padding: 0;
        right: 13px;
        z-index:1005;
        font-size: 12px;
        content: "\f078";
        font-family: "FontAwesome";
    }

    #menu-header > li.header-menu-children:after
    {
        line-height: 30px;
    }


    #menu-header li.header-menu-children:hover:after
    {

        display: block;
        position: absolute;
        top: 0px;
        padding: 0;
        right: 13px;
        z-index:1005;
        font-size: 12px;
        content: "\f077";
        font-family: "FontAwesome";
        color: #F4A137;
    }

    #menu-header ul li.header-menu-children:after,
    #menu-header ul li.header-menu-children:hover:after
    {
        padding: 10px 0;
    }

    #menu-header li:hover>a
    {
        color: #F4A137;
    }

    #menu-header li:hover > ul
    {
        left: auto;
    }

    #menu-header li:last-child:hover > ul
    {
        right: 0;
        left: auto;
    }

    #menu-header li a
    {

        letter-spacing: 1px;
        font-size: 12px;
        padding: 0 10px;
        color: #dddddd;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
    }

    #menu-header li a
    {
        line-height: 30px;
    }

    #menu-header ul li a
    {
        line-height: 1.5;
    }


    #menu-header ul li a
    {
        padding: 10px;
    }


    #menu-header ul
    {
        position: absolute;
        display:none;
        top:100%;
        left:0;
        padding: 0;
        margin: 0;
        text-align:left;
        list-style:none;
        min-width: 180px;
        z-index:1005;
        background-color: #303030;
        -webkit-background-clip:padding-box;
        background-clip:padding-box;
    }

    #menu-header li.header-menu-children:hover > ul
    {
        display:block;
    }

    #menu-header ul li a
    {
        font-size: 12px;
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    }

    #menu-header ul ul
    {
        margin-left: 100%;
        top: 0;
    }

    #menu-header ul ul li:last-child > a,
    #menu-header ul ul li.last-item > a
    {
        border-bottom: 0;
    }

    @media (max-width:992px)
    {
        #header-menu-wrapper
        {
            display: none;
        }
    }

    /**********end header-menu-wrapper****************/

    /**********header-bottom-wrapper****************/

    #header-logo-wrapper,
    #header-search-wrapper,
    #header-icon-wrapper
    {
        display: block;
        position: relative;
        float: left;
        margin: 0 auto;
        text-align: center;
    }



    #header-logo-wrapper
    {
        width: 15%;
        padding: 10px 15px;

    }

    #header-search-wrapper
    {
        width: 45%;
        padding: 10px 15px;
    }

    #search-trigger
    {
        display: none;
    }

    #search
    {
        padding: 5px 0 0 0;
    }

    #header-icon-wrapper
    {
        width: 40%;
        padding: 10px 15px 0px 15px;

    }

    #header-logo-wrapper a img
    {
        height:50px;
        min-height:50px;
        max-height:50px;
        background-size: contain;
        background-position: center;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
    }
    .header-icon
    {
        display: inline-flex;
        position: relative;
        padding: 0px 20px;
        margin: 0;
        text-align: center;
        vertical-align: middle;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        border-left: 1px solid rgba(219, 219, 219, 0.15);
    }

    .header-icon > div > i.fa,
    .header-icon > a > i.fa
    {
        font-size: 28px;
        line-height: 50px;
        color: #DDDDDD;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
    }

    .header-icon:hover i.fa
    {
        color: #F4A137;
        text-decoration: none;
    }

    #phone-trigger.open,
    #user-trigger.open
    {
        background-color: #303030;
        border-radius: 4px 4px 0px 0px;
    }

    .header-icon-count
    {
        display: none;
    }

    .header-icon-count
    {
        position: absolute;
        display: inline-block;
        top: 5px;
        right: 8px;
        line-height: 1;
        color: #FFFF00;
        background: #F56019;
        text-align: center;
        padding: 2px 8px;
        border-radius: 22px;
    }

    .header-icon-count > span
    {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
    }

    #dropdown-menu-user,
    #dropdown-menu-phone
    {
        position: absolute;
        display: none;
        top: 100%;
        right: 0px;
        line-height: 1.2;
        left: auto;
        padding: 0 20px;
        margin: 0;
        z-index: 1025;
        font-size: 12px;
        text-align: left;
        list-style: none;
        text-decoration: none;
        background-color: #303030;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        border-top: 0;
        border-radius:4px 0 4px 4px;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    #dropdown-menu-phone
    {
        padding: 0;
        min-width: 160px;
    }

    #dropdown-menu-user.open,
    #dropdown-menu-phone.open
    {
        display:block;
    }

    #dropdown-menu-user li,
    #dropdown-menu-phone li
    {
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px 15px;
        border-top: 1px solid rgba(184, 184, 184, 0.15);
    }

    #dropdown-menu-user li:first-child,
    #dropdown-menu-phone li:first-child
    {
        border-top:0;
    }

    #dropdown-menu-user li a,
    #dropdown-menu-phone li a
    {
        color: #DDDDDD;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
    }

    #dropdown-menu-phone li a i.fa
    {
        padding-right: 10px;
    }

    #dropdown-menu-user li:hover > a,
    #dropdown-menu-phone li:hover > a
    {
        color: #F4A137;
        background: none;
        text-decoration: none;
    }

    #load-cart
    {
        float:left;
        padding: 0;
        margin:0;
    }

    #shopping-cart
    {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        color: #000000;
        z-index: 1015;
        min-width: 300px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #FFFFFF;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        padding: 8px;
    }

    #shopping-cart.open
    {
        display:block;

    }

    #table-cart-product
    {
        display:block;
        overflow-y: scroll;
        max-height: 400px;
    }



    /* #menu-dropdown.open
        {
            position: fixed;
            display:block;
            top: 50px;
            left: 0px;
            width: 100%;
            height: 100%;

            z-index: 1011;
            overflow-y: scroll;
            background-color: #303030;
        }

        #menu-dropdown.open::-webkit-scrollbar
        {
            width: 10px;
            background-color: rgba(200, 200, 200, 0);
        }

        #menu-dropdown.open::-webkit-scrollbar-thumb
        {
            border-radius: 4px;
            background-color: rgba(128, 139, 156, 0.2);
        }*/


    /**********end header-bottom-wrapper****************/

    /**********Menu Standart***********/

    .menu-dropdown-wrapper,
    .menu-dropdown-wrapper ul,
    .menu-dropdown-wrapper ul li,
    .menu-dropdown-wrapper ul li a
    {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .menu-dropdown-wrapper:after,
    .menu-dropdown-wrapper > ul:after
    {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #menu-dropdown-trigger
    {
        display: none;
    }

    .menu-dropdown-wrapper > ul > li
    {
        float:left;
        margin: 0;
        padding: 0;
        border-right: 1px solid rgba(150, 150, 150, 0.15);
    }

    .menu-dropdown-wrapper .hidden-children
    {
        display: none;
    }

    .menu-dropdown-wrapper > ul > li:last-child
    {
        border-right: 0;
    }





    .menu-dropdown-wrapper ul li.menu-dropdown-children > a
    {
        padding-right: 30px;
    }

    .menu-dropdown-wrapper li.menu-dropdown-children .menu-dropdown-submenu-button:after
    {
        display: block;
        position: absolute;
        top: 16px;
        right: 13px;
        z-index:1001;
        font-size: 12px;
        content: "\f078";
        font-family: "FontAwesome";
    }

    .menu-dropdown-wrapper li.menu-dropdown-children:hover > .menu-dropdown-submenu-button:after
    {
        color: #F4A137;
    }

    .menu-dropdown-wrapper li:hover > ul
    {
        left: auto;
    }

    .menu-dropdown-wrapper ul li a
    {
        line-height: 1.5;
        letter-spacing: 1px;
        color: #dddddd;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
    }

    .menu-dropdown-wrapper > ul > li a
    {
        padding: 10px;
        font-size: 14px;
    }

    .menu-dropdown-wrapper ul ul
    {
        position: absolute;
        display:none;
        top:100%;
        left:0;
        padding: 0;
        margin: 0;
        text-align:left;
        list-style:none;
        min-width: 240px;
        z-index:1001;
        background-color: #303030;
        -webkit-background-clip:padding-box;
        background-clip:padding-box;
    }

    .menu-dropdown-wrapper ul ul li a
    {
        font-size: 12px;
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    }

    .menu-dropdown-wrapper ul ul ul
    {
        margin-left: 100%;
        top: 0;
    }

    .menu-dropdown-wrapper ul li:hover > a
    {
        color: #F4A137;
    }

    .menu-dropdown-wrapper ul ul li:last-child > a,
    .menu-dropdown-wrapper ul ul li.last-item > a
    {
        border-bottom: 0;
    }

    .menu-dropdown-wrapper li.menu-dropdown-children:hover > .menu-dropdown-submenu-button:after
    {
        display: block;
        position: absolute;
        top: 18px;
        right: 13px;
        font-size: 12px;
        display: block;
        color: #F4A137;
        content: "\f077";
        font-family: "FontAwesome";
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .menu-dropdown-wrapper ul li.menu-dropdown-children:hover > ul
    {
        display:block;
        -webkit-transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
        -moz-transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
        -ms-transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
        -o-transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
        transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    }

    .menu-dropdown-wrapper .hidden-menu-resize
    {
        display: none;
    }
    .menu-dropdown-wrapper .menu-user-mobile
    {
        display: block;
        border: 1 px solid red;
    }



    /**********navigation****************/

    #navigation-main
    {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        z-index: 1011;    
        vertical-align: middle;
        background-color: #303030;
        color: #FFFFFF;
    }

    #navigation-main.fixed
    {
        position: fixed;
        display: block;
        top:0;
        line-height: 50px;
        width: 100%;
        z-index: 1020;
        vertical-align: middle;
        background-color: #303030;
        color: #FFFFFF;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #header-icon-wrapper.fixed
    {
        position: fixed;
        display: block;
        height: 50px;
        top:-2px;
        right: 10%;
        padding: 0;
        margin: 0 auto;
        z-index: 1022;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #header-icon-wrapper.fixed .header-icon > div > i.fa,
    #header-icon-wrapper.fixed .header-icon > a > i.fa
    {
        font-size: 24px;
    }


    #header-icon-wrapper.fixed #phone-trigger,
    #header-icon-wrapper.fixed #user-trigger
    {
        display: none;
    }

    @media (max-width:1200px)
    {
        #header-icon-wrapper.fixed
        {
            right: 15px;
        }
    }

    .menu-dropdown-wrapper li div.menu-user-mobile
    {
        display: block;
        position: relative;
        padding-left: 20px;
    }

    .menu-dropdown-wrapper li div.menu-user-mobile:before
    {
        display: block;
        position: absolute;
        top: 15px;
        left: 5px;
        z-index:1022;
        font-size: 12px;
        content: "\f007";
        font-family: "FontAwesome";
    }

    .menu-dropdown-wrapper li div.menu-user-mobile a
    {
        display: inline-flex;
        width: auto;
        text-align: left;
        vertical-align: middle;
    }

    .menu-dropdown-wrapper li div.menu-user-mobile a:first-child
    {
        border-right: 1px solid rgba(150, 150, 150, 0.15);
    }

    .menu-dropdown-wrapper li div.menu-user-mobile a:hover
    {
        color: #F4A137;
        background: none;
        text-decoration: none;
    }


    .menu-dropdown-wrapper li div.menu-logo-mobile
    {
        display: inline-flex;
        width: auto;
        margin: 0 auto;
        text-align: left;
        vertical-align: middle;
        padding-left: 15px;
    }

    .menu-dropdown-wrapper li div.menu-logo-mobile a img
    {
        height:40px;
        min-height:40px;
        max-height:40px;
        background-size: contain;
        background-position: center;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
    }

    .menu-dropdown-wrapper li div.menu-logo-language form
    {
        display: inline-flex;

    }

    .menu-dropdown-wrapper li div.menu-logo-language
    {
        display: block;
        position: absolute;
        top: 5px;
        right: 0px;
        z-index:1022;
        text-align: center;
        vertical-align: middle;
    }

    .menu-dropdown-wrapper li div.menu-logo-language  a
    {
        padding: 10px;
        min-width: 80px;

    }

    .menu-dropdown-wrapper li div.menu-logo-language a:hover
    {
        color: #F4A137;
        background: none;
        text-decoration: none;
    }

    .menu-dropdown-wrapper li div.menu-logo-language a.language-active
    {
        border-radius: 4px;
        border: 1px solid rgba(150, 150, 150, 0.15);
    }

    .menu-dropdown-wrapper li div.menu-logo-language a.language-active:hover
    {
        border: 1px solid rgba(244, 161, 55, 0.15);
    }



    #menu-logo-language-mobile,
    #menu-user-mobile,
    #menu-phone-mobile
    {
        display: none;
    }


    @media (max-width:992px)
    {
        #navigation-main
        {
            position: fixed;
            display: block;
            top:0;
            height: 50px;
            z-index: 1020;
            vertical-align: middle;
            background-color: #303030;
            color: #FFFFFF;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

        #navigation-main::-webkit-scrollbar
        {
            width: 10px;
            background-color: rgba(200, 200, 200, 0);
        }

        #navigation-main::-webkit-scrollbar-thumb
        {
            border-radius: 4px;
            background-color: rgba(128, 139, 156, 0.2);
        }


        .header-wrapper
        {
            height: 60px;
            background: none;
            position: relative;
        }

        .header-top-wrapper,
        .header-bottom-wrapper
        {
            padding: 0;
            margin: 0;
            background-color: none;
            height: 0;
            border: none;
        }

        #header-language-wrapper
        {
            display: block;
            position: fixed;
            float: right;
            top: 0px;
            left: 0px;
            width: 8%;
            line-height: 50px;
            min-width:78px;
            cursor: pointer;
            z-index:1024;
            margin: 0 auto;
            text-align: center;
            vertical-align: middle;
        }

        #header-logo-wrapper
        {
            display: block;
            position: fixed;
            float: right;
            top: 0px;
            left: 10%;
            width: 15%;
            min-width: 80px;
            cursor: pointer;
            z-index:1022;
            padding: 2.5px 0;
            margin: 0 auto;
            text-align: center;
            vertical-align: middle;
        }

        #header-logo-wrapper a img
        {
            height:45px;
            min-height:45px;
            max-height:45px;
        }

        #header-icon-wrapper
        {
            display: block;
            position: fixed;
            float: right;
            top: 0px;
            left: 25%;
            width: 68%;
            cursor: pointer;
            z-index:1022;
            padding: 0;
            margin: 0 auto;
            text-align: center;
            vertical-align: middle;
        }

        #header-search-wrapper
        {
            display: none;
        }

        #search-trigger
        {
            display: inline-flex;
        }

        #search-trigger.header-icon
        {
            border-left: 0;
        }

        #header-search-wrapper.open
        {
            position: fixed;
            display: block;
            top: 50px;
            left: 0;
            margin: 0 auto;
            width: 100%;
            height: 80px;
            text-align: center;
            background-color: #303030;
            z-index:1022;
            -webkit-background-clip:padding-box;
        }

        #header-search-wrapper.open #search
        {
            display: block;
            margin: 0 auto;
            height: 80px;
            width: 100%;
        }

        #header-search-wrapper.open  #text-search
        {
            width:70%;
        }

        #header-search-wrapper.open #btn-search
        {
            width: 5%;

        }

        .header-icon > div > i.fa,
        .header-icon > a > i.fa
        {
            font-size: 24px;
            line-height: 50px;
        }

        #menu-dropdown-trigger
        {
            display: block;
            position: fixed;
            float: right;
            width: 7%;
            min-width: 45px;
            height:50px;
            top: 0px;
            right: 0px;
            line-height:50px;
            color: #dddddd;
            cursor: pointer;
            z-index:1022;
            margin: 0 auto;
            text-align: center;
            vertical-align: middle;
        }

        #menu-dropdown-trigger:before
        {
            display: block;
            position: absolute;
            text-align: center;
            top: 0;
            right: 10px;
            line-height: 50px;
            font-size: 24px;
            color: #dddddd;
            content:"\f0c9";
            font-family: "FontAwesome";
        }

        #menu-dropdown-trigger:hover:before
        {
            color: #F4A137;
        }

        #menu-dropdown-trigger.open:after,
        #menu-dropdown-trigger.open:before
        {
            content: '';
            position: absolute;
            top: 0;
            right: 20px;
            line-height: 50px;
            top: 50%;
            bottom: auto;
            left: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            height: 20px;
            width: 2px;
            background-color: #dddddd;
        }

        #menu-dropdown-trigger.open:hover:after,
        #menu-dropdown-trigger.open:hover:before
        {
            background-color: #F4A137;
        }


        #menu-dropdown-trigger.open:after
        {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        #menu-dropdown-trigger.open:before
        {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }

        .menu-dropdown-wrapper ul li.menu-dropdown-children:hover > ul
        {
            display: none;
        }

        .menu-dropdown-wrapper li.menu-dropdown-children:hover > .menu-dropdown-submenu-button:after
        {
            display: block;
            position: absolute;
            top: 16px;
            right: 13px;
            z-index:1022;
            font-size: 12px;
            content: "\f078";
            font-family: "FontAwesome";
        }


        .menu-dropdown-wrapper ul
        {
            display: none;
        }

        #menu-dropdown.open
        {
            position: fixed;
            display:block;
            top: 50px;
            left: 0px;
            width: 100%;
            height: 100%;
            /*height: 500px;*/
            z-index: 1020;
            overflow-y: scroll;
            background-color: #303030;
        }

        #menu-dropdown.open::-webkit-scrollbar
        {
            width: 10px;
            background-color: rgba(200, 200, 200, 0);
        }

        #menu-dropdown.open::-webkit-scrollbar-thumb
        {
            border-radius: 4px;
            background-color: rgba(128, 139, 156, 0.2);
        }


        .menu-dropdown-wrapper ul ul.open
        {
            display: block;
        }

        /*.menu-dropdown-wrapper
        {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 50px;
            bottom: 0px;
            left: 0;
            overflow-y: scroll;
            z-index: 2000;
        }

        .menu-dropdown-wrapper::-webkit-scrollbar
        {
            width: 10px;
            background-color: rgba(200, 200, 200, 0);
        }

        .menu-dropdown-wrapper::-webkit-scrollbar-thumb
        {
            border-radius: 4px;
            background-color: rgba(128, 139, 156, 0.2);
        }*/

        /*.menu-dropdown-wrapper ul
        {
            display: block;
            width: 100%;
            top: 50px;
            display: none;
            background-color: #303030;

        }

        .menu-dropdown-wrapper ul.open
        {
            display: block;
            z-index: 1000;
            height: 100%;
        }*/


        .menu-dropdown-wrapper ul li
        {
            width: 100%;
            border-top: 1px solid rgba(150, 150, 150, 0.15);
        }

        .menu-dropdown-wrapper ul ul li,
        .menu-dropdown-wrapper li:hover > ul > li
        {
            height: auto;
        }

        .menu-dropdown-wrapper ul li a,
        .menu-dropdown-wrapper ul ul li a
        {
            width: 100%;
            border-bottom: 0;
        }

        .menu-dropdown-wrapper > ul > li
        {
            float: none;
        }

        .menu-dropdown-wrapper ul li a
        {
            padding-left: 8px;
        }

        .menu-dropdown-wrapper ul ul li a
        {
            padding-left: 16px;
        }

        .menu-dropdown-wrapper ul ul ul li a
        {
            padding-left: 24px;
        }

        .menu-dropdown-wrapper ul ul ul ul li a
        {
            padding-left: 32px;
        }

        .menu-dropdown-wrapper ul li.active > a
        {
            color: #6666FF;
        }

        .menu-dropdown-wrapper ul ul,
        .menu-dropdown-wrapper ul ul ul
        {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
            height: 100%;
        }


        .menu-dropdown-wrapper .menu-dropdown-submenu-button
        {
            position: absolute;
            z-index: 1022;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(150, 150, 150, 0.15);
            height: 40px;
            width: 40px;
            cursor: pointer;
        }

        .menu-dropdown-wrapper .menu-dropdown-submenu-button.submenu-opened
        {
            background: #000000;
        }

        .menu-dropdown-wrapper > ul li.menu-dropdown-children .menu-dropdown-submenu-button.submenu-opened:after
        {
            display: block;
            position: absolute;
            top: 18px;
            right: 13px;
            font-size: 12px;
            display: block;
            color: #F4A137;
            content: "\f077";
            font-family: "FontAwesome";
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;

        }

        .menu-dropdown-wrapper > ul li.menu-dropdown-children.active .menu-dropdown-submenu-button.submenu-opened:after
        {
            color: #6666FF;
        }

        .menu-dropdown-wrapper .hidden-menu-resize
        {
            display: block;
        }
    }

    @media (max-width:667px)
    {
        #phone-trigger
        {
            display: none;
        }

        #menu-phone-mobile
        {
            display: block;
        }

        #header-logo-wrapper
        {
            left: 12%;
        }

        #header-icon-wrapper
        {
            left: 27%;
            width: 66%;
        }

    }

    @media (max-width:600px)
    {
        #header-logo-wrapper
        {
            left: 14%;
        }

        #header-icon-wrapper
        {
            left: 29%;
            width: 63%;
        }
    }

    @media (max-width:568px)
    {
        #header-icon-wrapper
        {
            left: 30%;
            width: 60%;
        }

        .header-icon
        {
            padding: 0 16px;
        }
        #shopping-cart
        {
            right: -50px;
        }
    }

    @media (max-width:414px)
    {
        #header-logo-wrapper,
        #header-language-wrapper
        {
            display: none;
        }

        #menu-logo-language-mobile
        {
            display: block;
        }


        #header-icon-wrapper
        {
            left: 0%;
            width: 86%;
        }

        #shopping-cart
        {
            right: -80px;
        }

    }
    @media (max-width:359px)
    {

        #user-trigger
        {
            display: none;
        }

        #menu-user-mobile
        {
            display: block;
        }

        #shopping-cart
        {
            right: -48px;
        }
    }

    /***************End header new***************/

    body::-webkit-scrollbar
    {
        width: 10px;
        background-color: rgba(200, 200, 200, 0);
    }

    body::-webkit-scrollbar-thumb
    {
        border-radius: 4px;
        background-color: rgba(128, 139, 156, 0.2);
    }

    #checkout-recipient-form
    {
        display: none;
    }

    #checkout-recipient-form.open
    {
        display: block; 
    }



























