﻿html, body {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

html {
    height: 100%;
    min-height: 100%;
}
body {
    background-color: #f5f6f9;
    overflow-x: hidden;
}
a {
    color: #000;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

.btn.btn-link, .btn.btn-link:hover, .btn.btn-link:focus {
    color: #000;
    font-weight: 500;
}

.text-32, a.text-32, a.text-32:hover, a.text-32:focus {
    font-size: 32px;
    line-height: 42px;
}


.admin-menu {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
}

.color-red {
    color: #111 !important;
}


h1, h2, h3, h4, h5, h6 {
    color: #1F1F1F;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}


hr {
    height: 1px;
    color: #dedede;
    border: 0px;
    background-color: #dedede;
}



.social-col a {
    position: relative;
    top: -2px;
}


.vegas-slider-wrapper {
    position: relative;
}

.vegas-slider-controls {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 12;
    display: none;
}

.vegas-timer-progress {
    background: rgba(0,14,34,0.8);
}


.vegas-slider-controls div {
    font-size: 0;
    line-height: 0;
    margin: 0px;
    display: block;
    background: rgba(0,14,34,0.8);
    border: none;
    border-radius: 50%;
    margin: 3px;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    display: inline-block;
}

    .vegas-slider-controls div.active {
        background: rgba(0,14,34,0.8);
        border: none;
        width: 12px;
        height: 12px;
    }

.instagram-files {
    position: relative;
    background: url(skn/insta-bg.png) 50% 50% no-repeat;
    background-size: cover;
}

    .instagram-files .slick-dots {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        position: absolute;
        text-align: center;
    }

        .instagram-files .slick-dots li {
            list-style: none;
            display: inline-block;
            text-align: center;
        }

.instagram-files {
    position: relative;
    text-align: left;
}

    .instagram-files.no {
        height: 0px;
        opacity: 0;
    }

    .instagram-files .slick-dots {
        position: absolute;
    }

        .instagram-files .slick-dots li button {
            font-size: 0px;
            line-height: 0px;
            border: none;
            background: #ccc;
            border: none;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            margin-left: 3px;
            margin-right: 3px;
        }

        .instagram-files .slick-dots li.slick-active button {
            background: rgba(0,14,34,0.8);
            border: none;
            width: 12px;
            height: 12px;
        }

    .instagram-files .slick-slide img {
        margin-bottom: -6px;
    }

.menu-area {
    padding-top: 15px;
    padding-bottom: 15px;
}

.img16 {
    width: 16px;
    height: 16px;
}

.img24 {
    width: 24px;
    height: 24px;
}

.imgh24 {
    height: 24px;
}

.imgh40 {
    height: 40px;
}

.imgh32 {
    height: 32px;
}

.top-area img {
    display: inline-block;
}

.info-area {
    color: #515d64;
    text-align: left;
    font-family: 'Manrope';
    
   
}
    .info-area .container-fluid .row {
        border-bottom: 1px solid #dadcdd;
    }
#topmesasges {
    font-size: 13px;
    color: #515d64;
    font-family: 'Manrope';
    padding-top: 7px;
    padding-bottom: 7px;
}
.info-area a, .info-area a:hover, .info-area a:focus {
    font-size: 13px;
    color: #f05623;
    font-family: 'Manrope';
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: inline-block;
}
.info-area li a {
    font-size: 14px;
    color: #515d64;
    font-family: 'Manrope';
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}
    .info-area li a:hover, .info-area li a:focus {
        font-size: 14px;
        color: #515d64;
        font-family: 'Manrope';
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        display: block;
    }
        


.login-area {
    text-align: right;
}

a.logoff-link, a.logoff-link:hover, a.logoff-link :focus {
    font-size: 22px;
    color: #111;
    line-height: 42px;
}

.top-area {
    background: #fff;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.vmiddle {
    vertical-align: middle;
}

.vtexttop {
    vertical-align: text-top;
}

a.vmenu-toggle, a.vmenu-toggle:hover, a.vmenu-toggle:focus {
    font-size: 24px;
    color: rgba(102,102,102,1);
    line-height: 32px;
    display: inline-block;
}


.is-sticky .top-area {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
  
}
.flow-center {
    left: 50%;
    position: relative;
   
    transform: translateX(-50%);
}


.logo img {
    max-height: 80px;
}

.logo-bottom {
    display: inline-block;
}

.express-interest-button {
    background: #555;
    color: #ffffff;
    text-align: center;
}

    .express-interest-button a, .express-interest-button a:hover, .express-interest-button a:focus {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
    }

    .express-interest-button:hover, .express-interest-button:focus {
        background: #9faab8;
    }

        .express-interest-button:hover a, .express-interest-button:hover a:focus {
            color: #333;
        }

    .express-interest-button a i:after, .express-interest-button a i:before {
        font-size: 24px;
    }

.relations .line {
    border-bottom: 1px solid #333;
}

.relations .line {
    text-align: center;
}

    .relations .line h3 {
        display: inline-block;
        padding: 10px;
        margin: 0px;
        background: #ffffff;
    }




.content-rest {
    max-width: 1200px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

    .content-rest, .content-rest td, .content-rest th, .content-rest div, .content-rest p, .content-rest a, .content-rest a:hover {
        font-size: 14px;
        color: #333;
    }

        .content-rest a:hover {
            color: #000000;
        }

        .content-rest h2 {
            font-size: 22px;
        }

        .content-rest h3 {
            font-size: 18px;
        }


        .content-rest .order-control-item-thumbnail {
            margin-right: 10px;
        }

td.uicaption {
    padding-right: 10px;
}

    td.uicaption .form-control {
        margin-top: 10px;
    }


.info-links a i, .info-links a i:before, .info-links a i:after {
    font-size: 34px !important;
}

    .info-links a i:before, .info-links a i:after {
        margin-left: 10px;
    }



.info-links .badge {
    background: #333;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    position: relative;
    left: -10px;
}
.menu-bg {
    /*border-top:1px solid #111;*/
    border-top: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-bg .container-fluid{
    padding-left:0px;
    padding-right:0px;
    
}


    .yamm .dropdown {
        position: relative;
    }

    .dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown.yamm-fw:hover > .dropdown-menu {
        display: block;
    }

   
    .yamm .dropdown.yamm-fw {
        position: static;
        z-index: 110;
    }

    .yamm .yamm-fw .dropdown-menu {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 15px;
    }
 .with-dropdown-menu:hover, .with-dropdown-menu:hover > a, .dropdown.yamm-fw:hover, .dropdown.yamm-fw:hover > a {
        color:#f05623;
        background: none;
    }


    .yamm .dropdown {
        position: relative;
    }

    .dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }

    .dropdown.yamm-fw:hover > .dropdown-menu {
        display: block !important;
        z-index:110;
    }
    .dropdown.yamm-fw:hover > .dropdown-menu,
    .dropdown.yamm-fw .dropdown-menu:hover {
        display: block !important;
    }
  

    .menu-sub-category-wrapper {
        margin-bottom: 10px;
        padding-left: 15px;
    }


    a.menu-sub-category, a.menu-sub-category:hover, a.menu-sub-category:focus {
        font-weight: 600;
        font-size: 14px;
        display: block;
        padding-bottom: 5px;
        color:#f05623;
    }

    a.menu-sub-sub-category, a.menu-sub-sub-category:hover, a.menu-sub-sub-category:focus {
        font-weight: 500;
        font-size: 14px;
        display: block;
    }

        a.menu-sub-sub-category:hover, a.menu-sub-sub-category:focus {
            text-decoration: underline;
        }


@media (min-width:768px) {

    .top-logo{
        max-height:80px;
        position:relative;
        margin-top:-10px;
    }
    .info-area .col-xxl-6:first-child{
        padding-left:80px;
    }

    .top-area .eqcol {
        position: relative;
    }
    .menu-wrapper {
        background: #fff;
        border-bottom: 1px solid #cad0d2;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

    .with-dropdown-menu:hover > .dropdown-menu {
        display: block;
    }


    .with-dropdown-menu:hover, .with-dropdown-menu:hover > a, .dropdown.yamm-fw:hover, .dropdown.yamm-fw:hover > a {
        color:#111;
        background: none;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .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;
        }



    .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 40px;
        border: none;
        border-radius: 0px;
    }
    .nav > li > a {
   
        padding: 10px 5px;
    }


    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #515d64;
        background: none;
        font-weight: 600;
        font-size: 14px;
        font-family: 'Manrope';
    }

            .navbar-default .navbar-nav > li > a span, .navbar-default .navbar-nav > li > a:hover span, .navbar-default .navbar-nav > li > a:focus span {
                font-size: 13px !important;
                line-height: 20px;
                margin-left: 3px;
            }

        .navbar-default .navbar-nav.navbar-right > li > a, .navbar-default .navbar-nav.navbar-right > li > a:hover, .navbar-default .navbar-nav.navbar-right > li > a:focus {
            background-color: #124479; /*009edd*/
            font-size: 14px;
        }

    .navbar-default .navbar-nav > li > a span {
        color: #515d64;
        font-size: 14px;
    }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            color: #111;
            font-size: 14px;
            background-color: none;
        }
            .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
                background: none;
                color: #515d64;
            }
    .dropdown-toggle-search span {
        color: #515d64;
        font-weight: 500;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover span, .navbar-default .navbar-nav > li > a:focus span {
        color: #515d64;
        font-size: 14px;
     
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #f05623;
        text-decoration:underline;
        background: none;
    }

    .is-sticky .stick-link:first-child {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
    }

    .is-sticky .stick-link:last-child {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -25px;
    }

    .is-sticky .navbar-default .navbar-nav > li > a, .is-sticky .navbar-default .navbar-nav > li > a:hover, .is-sticky .navbar-default .navbar-nav > li > a:focus {
        color: #515d64;
        background: none;
        font-weight: 500;
    }

        .is-sticky .navbar-default .navbar-nav > li > a span {
            color: #515d64;
        }

    .is-sticky .dropdown-toggle-search span {
        color: #515d64;
        font-weight: 500;
    }

    .is-sticky .navbar-default .navbar-nav > li > a:hover, .is-sticky .navbar-default .navbar-nav > li > a:focus, .is-sticky .navbar-default .navbar-nav > li > a:hover span, .is-sticky .navbar-default .navbar-nav > li > a:focus span {
        color: #515d64;
    }


    .line {
        margin-bottom: 10px;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
        padding-left: 0px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }
     .navbar-nav > li {float: none;display: inline-block;}


    .navbar-default .dropdown-menu {
        min-width: 180px;
        padding: 10px 0;
        margin: 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        border:none;
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
        background: #fff;
        z-index: 6;
    }

        .navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
            display: block;
            padding: 5px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #000;
            font-weight: 500;
            white-space: nowrap;
          
        }

            .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
                display: block;
                padding: 5px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.42857143;
                font-weight: 500;
                color: #111;
                text-decoration: underline;
                white-space: nowrap;
                background: #fff;
                
            }

    .shortcuts-area {
        text-align: right;
    }

    .shortcuts-area-wrapper {
        padding: 10px;
        background: rgba(125,125,125,0.5);
        display: inline-block;
        float: right;
    }

    .shortcuts-area a, .shortcuts-area a:hover, .shortcuts-area a:focus {
        color: #ffffff !important;
        font-size: 1.3em;
        display: inline-block;
        padding: 3px;
    }

        .shortcuts-area a:hover, .shortcuts-area a:focus {
            color: #b9c6d6 !important;
            font-size: 1.3em;
        }
   
}


@media(max-width:1200px) {

    .info-links {
        right: 30px;
        top: 15px;
    }
}

@media(max-width:990px) {

    .info-links {
        right: 15px;
    }
}

@media(max-width:480px) {

    .hidden-xxs {
        display: none;
    }

    .phone-col {
        text-align: right;
    }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

.block-container.editable {
    min-height: 32px;
    border: 1px dashed #ccc !important;
    position: relative;
}

.block-buttons {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    background: none !important;
}

    .block-buttons .btn.btn-link {
        background: rgba(0,14,34,0.8);
        color: #fff;
        border-radius: 0px;
        border: 1px solid #ccc;
    }

        .block-buttons .btn.btn-link:hover, .block-buttons .btn.btn-link:focus {
            background: rgba(0,14,34,0.8) !important;
            color: #fff !important;
            border-radius: 0px;
            border: 1px solid #ccc !important;
        }

#block-parallax-top .block-buttons, #block-home-slider .block-buttons {
    position: absolute;
    top: initial !important;
    right: 0px;
    bottom: 3px !important;
}

#block-home-sections {
    position: relative;
}

    #block-home-sections .block-buttons {
        position: absolute;
        top: 0% !important;
        right: 0px !important;
        z-index: 999;
    }



@media (max-width:767px) {
    .main-gallery {
        margin-top: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .dropdown-submenu > a:after {
        display: none;
    }

  
    .info-col {
        text-align: center;
    }

    .info-links {
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
        right: initial;
        top: initial;
        transform: none;
    }

        .info-links a i:before, .info-links a i:after {
            margin-left: 5px;
            margin-right: 5px;
        }
    
    .navbar-default {
        background: #f05623;
        margin-left: -15px;
        margin-right: -15px;
        margin: 0px;
        position: relative;
        min-height: 0px;
        border: none;
        border-radius: 0px;
    }
    .navbar-nav .dropdown-menu {
        display:none;
      }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        display:block;
        box-shadow: none;
      }
    
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #10315d;
        color: #fff;
    }
    .top-area .container {
        padding: 0px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background: none;
        text-align: left;
        font-size: 14px;
        
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #e50808;
    }
    .navbar-default .navbar-nav > li > a span {
        color: #fff;
        font-size: 14px;
    }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #FFF;
        background-color: transparent;
    }

    .navbar-default .navbar-brand {
        color: #FFF;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover span, .navbar-default .navbar-nav > li > a:focus span {
            color: #fff;
            font-size: 14px;
        }

    .logo-area {
        display: none;
    }

    .navbar-brand img {
        height: 40px;
        margin-top: -10px;
    }

    .top-bar {
        height: initial;
    }

        .top-bar:hover {
            z-index: 20;
        }

    .navbar-default .navbar-nav > li.menu-owl {
        display: none;
    }






    .navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
        color: #333;
    }

        .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
            color: #333;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
        background-color: transparent;
    }

    .navbar-collapse {
        max-height: initial;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #b9c6d6;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a.dropdown-toggle-search span, .navbar-default .navbar-nav > li > a.dropdown-toggle-search:hover span, .navbar-default .navbar-nav > li > a.dropdown-toggle-search:focus span {
        color: #333;
        font-size: 18px !important;
        font-weight: 500;
        margin-left: 7px;
    }

    .navbar-nav .open .dropdown-menu {
        text-align: left;
        padding-left: 30px;
        padding-top:15px;
        padding-bottom:15px;
    }

    .top-area ul.dropdown-search li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px 15px 10px 5px;
    }

    .shortcuts-area {
        text-align: right;
        padding-right: 15px;
        background: rgba(0,0,0,0.5);
    }
}


@media (max-width: 4807px) {
    .navbar-toggle {
        margin-left: -15px;
    }

    .navbar-brand img {
        margin-left: 15px;
    }
}

.footer-socials li {
    float: left;
    margin-right: 10px;
}

.footer-socials .fa-stack-1x {
    font-size: 14px;
    text-align: center;
}



.footer-socials .fa-stack {
    width: 2.2em;
    height: 1.6em;
    line-height: 2.2em;
    color: #555;
}


.footer-socials .fa-stack-2x {
    font-size: 2.2em;
}


.footer-area {
    background: #0f0f0f;
    color: #fff;
    padding-top: 20px;
    font-size: 14px;
}
.footer-area-inner {
   
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-area, .footer-area a, .footer-area a:hover {
    color: #505252;
    font-size: 12px;
}

.footer-area h3 {
    color: #333;
    font-size: 14px;
    margin-top: 0px;
    padding-top: 0px;
}



@media (min-width:1600px) {
    .footer-area, .footer-area a, .footer-area a:hover {
        font-size: 14px;
    }

    .footer-area h3 {
        font-size: 28px;
    }
}

@media (min-width:769px) {

    .footer-menu .col-border {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
    }
}

@media (max-width:767px) {
    .footer-menu {
    }

    .footer-menu .col-border {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.footer-menu ul {
    margin: 0px;
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer-menu h3 {
    font-size: 16px;
}

.footer-menu li a, .footer-menu li a:hover, .footer-menu li a:focus {
    font-size: 13px;
    color: #505252;
}

.white-bg {
    background: #ffffff;
}


.wall-item {
    position: relative;
    overflow: hidden;
}

    .wall-item .wall-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(skn/wall-hover.png) repeat;
        top: 0px;
        left: 0px;
        display: none;
    }

    .wall-item:hover .wall-hover {
        display: block;
    }

    .wall-item .wall-hover .wall-details {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }

.wall-hover h1 span {
    border-bottom: 4px solid #b9c6d6;
    display: inline-block;
    min-width: 40px;
    margin-left: 10px;
    vertical-align: middle;
}

@media (max-width:767px) {
    .wall-hover h1 {
        font-size: 24px;
        display: inline-block;
        border-bottom: 4px solid #b9c6d6;
    }
}


.form-control {
    font-size: 14px;
    padding: 0px 7px;
}

.contact-form .form-control {
    background: #d1d1d1;
    border: 1px solid #d1d1d1;
}

#WebformAECFAB9F .form-control:focus {
    box-shadow: none;
    border: 1px solid #555;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #555;
}



.btn-primary {
    border-color: #f05623;
    color: #fff;
    background: #f05623;
    cursor: pointer;
   
    margin-bottom: 0;
}

    .btn-primary:hover, .btn-primary:focus {
        border-color: #111;
        color: #fff;
        background: #111;
        cursor: pointer;
       
        color: #ffffff;
        margin-bottom: 0;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
        border-color: #282828;
        color: #fff;
        background: #282828;
        cursor: pointer;
      
        color: #878d84;
        margin-bottom: 0;
    }


    .btn-primary.active {
        border-color: #111;
        color: #fff;
        background: #111;
        cursor: pointer;
       
        color: #ffffff;
        margin-bottom: 0;
    }

    .btn-primary:hover {
        margin-bottom: 0;
    }

a.btn-primary {
    border-color: #f05623;
    color: #fff;
    background: #f05623;
    cursor: pointer;
  
    margin-bottom: 0;
}

    a.btn-primary:hover {
        color: #ffffff;
        margin-bottom: 0;
    }


.alert-success {
    background-color: #fff;
    border-color: #111;
    color: #333;
    border-width: 2px;
}

.btn-info {
    border-color: #111;
    color: #fff;
    background: #111;
    cursor: pointer;
    border-radius: 0px;
    margin-bottom: 0;
}

    .btn-info:hover, .btn-info:focus {
        border-color: #111;
        color: #fff;
        background: #111;
        cursor: pointer;
        border-radius: 0px;
        color: #ffffff;
        margin-bottom: 0;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
        border-color: #111;
        color: #fff;
        background: #111;
        cursor: pointer;
        border-radius: 0px;
        color: #ffffff;
        margin-bottom: 0;
    }

    .btn-info:hover {
        margin-bottom: 0;
    }

a.btn-info {
    border-color: #111;
    color: #fff;
    background: #111;
    cursor: pointer;
    border-radius: 0px;
    color: #ffffff;
    margin-bottom: 0;
}

    a.btn-info:hover {
        color: #ffffff;
        margin-bottom: 0;
    }

.newsletter-area {
    background: #f5f6f9;
}
.newsletter {
    background: url(skn/newsletter.jpg) 100% 100% no-repeat #fff;
    background-size:cover;
    border: 20px solid #fff;
    border-radius: 0px;
    padding: 50px;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
}

    .newsletter-area .template-editor-title {
        font-family: 'Manrope';
        font-size: 28px;
    }

.newsletter .btn.btn-primary {
    background: #f05623;
    border-color: #f05623;
    color: #ffffff;
    margin-left:10px;
    border-radius:25px;
}
.newsletter .input-group {
    border-radius: 50px;
    border: 1px solid #94a3b899;
    background: #f3f3f3;
    padding: 5px;
}
.newsletter .form-control, .newsletter .form-control:hover, .newsletter .form-control:focus {
    border: none;
    box-shadow:none;
    background:none;
}
.block-content-title{
    position:relative;
    font-size:24px;
    font-weight:700;
    margin-bottom:40px;
}
.block-content-title:after {
    background:#f05623;
    content:'';
    position:absolute;
    bottom:-10px;
    left:0px;
    width:100px;
    height:1px;
}
   
        .block-content-title[style*="text-align:center"]:after {
            background: #f05623;
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 1px;
        }

    .block-content-title[style*="text-align:right"]:after {
        background: #f05623;
        content: '';
        position: absolute;
        bottom: -10px;
        right: 0%;
        width: 100px;
        height: 1px;
    }

@media(min-width:768px) {
    .newsletter-form {
        margin-top: 20px;
    }
}



div.ContextMenu a, div.ContextMenu a:hover {
    font-size: 14px;
}

.tile {
    border-radius: 0px;
    margin: 0px;
    margin-bottom: 20px;
}


.btn.filter {
    color: #555;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

    .btn.filter.active {
        color: #000;
        background: #ededed;
    }

    .btn.filter:hover {
        background: #ededed;
    }



.category-border {
    border-bottom: 1px solid #555;
}

.btn.subcategory {
    color: #555;
    background: #ffffff;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

    .btn.subcategory.active {
        color: #000;
        background: #ededed;
    }

    .btn.subcategory:hover {
        background: #ededed;
    }

img.img-responsive {
    display: inline-block;
}

.product-tile {
    padding-left: 15px;
}

.img-unveil, .lazy {
    display: block;
    background-image: url('skn/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 32px 32px;
    background-color: #ffffff;
}

.product-tile-thumb div.lazy {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}


.product-tile-thumb:hover div.lazy {
    -webkit-transform: scale(1.15); /* Safari and Chrome */
    -moz-transform: scale(1.15); /* Firefox */
    -ms-transform: scale(1.15); /* IE 9 */
    -o-transform: scale(1.15); /* Opera */
    transform: scale(1.15);
}

label {
    font-weight: 500;
}

.product-view label {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}


.product-tile-thumb:hover .thumb-1 {
    opacity: 0;
}

.product-tile {
    margin-bottom: 30px;
}

    .product-tile:hover .tile-details-wrapper {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
        box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    }

/*.product-image:hover img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}*/

.color-image:hover img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}

.product-tile {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    border: 1px solid #ededed;
}

.product-tile .tile-brand{
    min-height:24px;
}
 .product-tile .tile-brand a, .product-tile .tile-brand a:hover, .product-tile .tile-brand a:focus {
        font-size: 16px;
        font-weight: 800;
        color: #111;
    }
    .product-tile .tile-title a, .product-tile .tile-title a:hover, .product-tile .tile-title a:focus {
        font-size: 16px;
        font-weight: 500;
        color: #111;
    }

    .product-tile .tile-discount {
        color: #97a1ae;
        margin-right: 30px;
        text-decoration: line-through;
    }

    .product-tile .tile-code {
        font-weight: 500;
        color: #C5C5C5;
        font-size:12px;
    }


    .product-tile .tile-details-wrapper {
        position: relative;
    }

.wishlist-button.wishlisted .flaticon-like-1:before {
    content: "\f109";
}

.product-tile .tile-details span, .product-tile .tile-details a, .product-tile .tile-details a:hover, .product-tile .tile-details a:focus {
    color: #ffffff;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    background: none;
    border: none;
}

.product-tile .tile-details button {
    color: #ffffff;
    position: relative;
    font-size: 22px;
    background: none;
    border: none;
    position: absolute;
    right: 40px;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
}

.product-tile .tile-details a.express-interest, .product-tile .tile-details a.express-interest:hover, .product-tile .tile-details a.express-interest:focus {
    color: #ffffff;
    position: relative;
    font-size: 22px;
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
}

.product-tile .tile-details a i:before, .product-tile .tile-details a i:after, .product-tile .tile-details i:after, .product-tile .tile-details i:before {
    font-size: 24px !important;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.product-tile .tile-details button::after, .product-tile .tile-details button:before {
    font-size: 24px !important;
}

.product-tile .tile-details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    background: rgba(0,14,34,0.4);
    color: #ffffff;
    opacity: 0;
    height: 0px;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.product-tile:hover .tile-details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    background: rgba(0,14,34,0.4);
    color: #ffffff;
    opacity: 1;
    height: initial;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

@media(max-width:1200px) {

    .product-tile .tile-details {
        text-align: left;
        padding-left: 0px;
    }

    .product-tile .tile-details {
        display: none;
    }
}

@media(max-width:990px) {
    .product-tile .tile-details, .product-tile:hover .tile-details {
        opacity: 1;
        height: initial;
        padding: 10px;
        padding-left: 0px;
    }

    .product-tile .tile-details {
        text-align: left;
    }

        .product-tile .tile-details span, .product-tile .tile-details a, .product-tile .tile-details a:hover, .product-tile .tile-details a:focus {
            font-size: 14px;
        }
}


@media(max-width:768px) {
    .TilesetControl.row {
        margin-left: -7px;
        margin-right: -7px;
    }

        .TilesetControl.row .col-item {
            padding-left: 7px;
            padding-right: 7px;
        }

    .product-tile .tile-discount {
        margin-right: 10px;
    }

    .tile-price {
        font-size: 13px;
    }

    .product-tile .tile-title a, .product-tile .tile-title a:hover, .product-tile .tile-title a:focus {
        font-size: 14px;
    }



    .product-tile .tile-details {
        display: none;
    }

    .tile-title .bone-context-menu {
        display: none;
    }
}


.pagination {
    display: inline-block;
    padding-left: 0px;
    margin: 20px 0px;
    border-radius: 0px;
}

  
    .pagination a, .pagination a:hover, .pagination span, .pagination li {
        font-size: 14px;
        border-radius: 0px;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857;
        color: #333;
        text-decoration: none;
        background-color: #FFF;
        border: 1px solid #DDD;
    }

        .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #ffffff;
    background-color: #b1e9ff !important;
    border-color: #b1e9ff !important;        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #ffffff;
            background-color: #111;
            border-color: #111;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #FFF;
        cursor: default;
        background-color: #111;
        border-color: #111;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        margin-right: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #fff;
        background-color: #898989 !important;
        border-color: #898989 !important;
    }

.btn-more {
    background: #878D84;
    color: #ffffff;
}

h4.modal-title {
    font-size: 18px;
}




ul.filter {
    display: inline-block;
    margin-bottom: 60px;
}



.nav-pills {
    margin-left:-5px;
    margin-right:-5px;
}

        
.nav-pills > li{
    padding:5px;
}
.nav-pills > li > a {
    color: #000;
    border: 1px solid #111;
    background: #fff;
    padding: 12px 18px;
    font-weight: 500;
    border-radius: 8px;

}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #fff;
    border: 1px solid #111;
    background: #111;
    padding: 12px 18px;
    font-weight: 500;
    border-radius: 8px;
}        
        
.Home-Partners .owl-next, .Home-Partners  .owl-prev {
    background: transparent;
    color: #1F1F1F;
    font-size:40px;
    font-weight:600;
}
.Home-Partners .owl-next:hover, .Home-Partners .owl-prev:hover {
      background: transparent;
    color: #1F1F1F;
    font-size:40px;
    font-weight:600;
}
@media(min-width:768px){
   .Home-Partners .owl-next {
   right:-30px;
}
 .Home-Partners .owl-prev {
   left:-30px;
} 
}

.bg-light-blue{
    background:#A31E230F;
}
.home-cats .item-image-wrapper{
    overflow:hidden;
    border-radius:15px;
}
.home-cats .item-image{
       -webkit-transition: all 0.5s ease; /* Safari and Chrome */
     -moz-transition: all 0.5s ease; /* Firefox */
     -ms-transition: all 0.5s ease; /* IE 9 */
     -o-transition: all 0.5s ease; /* Opera */
     transition: all 0.5s ease;
}
.Home-Partners .item-ratio {
    background-color: transparent !important;
     filter: grayscale(1);
   -webkit-transition: all 0.5s ease; /* Safari and Chrome */
     -moz-transition: all 0.5s ease; /* Firefox */
     -ms-transition: all 0.5s ease; /* IE 9 */
     -o-transition: all 0.5s ease; /* Opera */
     transition: all 0.5s ease;
}

.Home-Partners .item-ratio:hover{
    filter: grayscale(0);   -webkit-transition: all 0.5s ease; /* Safari and Chrome */
     -moz-transition: all 0.5s ease; /* Firefox */
     -ms-transition: all 0.5s ease; /* IE 9 */
     -o-transition: all 0.5s ease; /* Opera */
     transition: all 0.5s ease;
}

.home-cats .item-image::after{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border-radius:15px;
    content:'';
    display:block;
    background:rgba(0,0,0,.2);
     -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
}




.home-cats .item-image::after{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border-radius:15px;
    content:'';
    display:block;
    background:rgba(0,0,0,.2);
     -webkit-transition: all 0.5s ease; /* Safari and Chrome */
     -moz-transition: all 0.5s ease; /* Firefox */
     -ms-transition: all 0.5s ease; /* IE 9 */
     -o-transition: all 0.5s ease; /* Opera */
     transition: all 0.5s ease;
}

.home-cats .item-image-wrapper:hover .item-image::after{
   
    background:rgba(0,0,0,.4);
}

.home-cats .item-image-wrapper:hover .item-image{
   
    transform:scale(1.1);
}

.product-view .nav-pills {
    margin-left:-5px;
    margin-right:-5px;
}
.product-view .nav-pills > li{
    padding:5px;
}
    .product-view .nav-pills > li > a {
        color: #555 !important;
        border: none !important;
        background: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 0px !important;
        border-radius: 0px !important;
        padding-right: 30px !important;
        font-size: 16px !important;
        font-weight: 700;
    }

        .product-view .nav-pills > li.active > a, .product-view .nav-pills > li.active > a:hover, .product-view .nav-pills > li.active > a:focus, .product-view .nav-pills > li > a:hover, .product-view .nav-pills > li > a:focus {
            color: #f05623!important;
            border: none !important;
            background: none !important;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
            padding-left: 0px !important;
            font-size: 16px !important;
            font-weight:700;
            border-radius: 0px !important;
            padding-right: 30px !important;
        }

.product-view .tab-content {
    border-top: 1px solid #707070;
    padding-top:15px;
}

.home-slide .owl-dots{ position:absolute;bottom:0px; left:0px;width:100%;text-align:center;padding:5px;}
.home-slide .owl-theme .owl-dots .owl-dot.active span{
    background:#fff;
}
.home-slide .owl-theme .owl-dots .owl-dot:hover span{
    background:#e5e7eb;
}



.home-box-tile-thumb{
    padding-top:15px;
}
.home-box-tile{
  background:#A31E23;
  border-radius:15px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    
    padding: 20px 20px 20px 20px;
}
.home-box-tile-title h3{
    color:#fff;
    font-size:28px;
    font-weight:800;
}
.home-box-tile-description,.home-box-tile-description *{
font-size: 18px; color:#fff;
    font-weight: 500;
    
}
.home-box-tile-description{
    height:70px;
}

@media(max-width:600px){
    
    .home-box-tile-thumb{
        padding-top:15px;
    }

.home-box-tile-title h3{
    color:#fff;
    font-size:20px;
    font-weight:800;
}
.home-box-tile-description,.home-box-tile-description *{
font-size: 14px; color:#fff;
    font-weight: 500;
    
}
.home-box-tile-description{
    height:55px;
}

    
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #b9c6d6;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}




/* ------------------------ MODAL --------------------------------------------- */


.modal:not(.side-cart) .modal-header {
    background: #333;
}

/*.modal:not(.side-cart) .frame-wait {
    background: url(skn/iframe-loading.gif) 50% 50% no-repeat;
    border-color: transparent;
}*/





.modal:not(.side-cart) .modal-content {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: none;
    outline: 0px none;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
}


.modal:not(.side-cart) .modal-header h4 {
    color: #fff;
}

.modal:not(.side-cart) .modal-body {
    padding-bottom: 10px;
}

.modal:not(.side-cart) .modal-header .close {
    color: #fff;
    text-shadow: 0px 1px 0px #ccc;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

    .modal:not(.side-cart) .modal-header .close:hover, .modal:not(.side-cart) .modal-header .close:focus {
        color: #ccc;
        text-shadow: 0px 1px 0px #ccc;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
    }


.modal.popup-message-modal .modal-content .modal-header {
    padding-left: 20px;
    padding-right: 20px;
    background: #000e22 none repeat scroll 0% 0%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
}

    .modal.popup-message-modal .modal-content .modal-header .modal-title h4 {
        color: #fff;
    }

.modal.popup-message-modal .modal-dialog {
    border-radius: 4px;
    overflow: hidden;
}



.cart-layer-items-total-cost {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.cart-layer-item-quantity .form-control {
    display: inline-block;
}

.slick-list {
    width: 100%;
}

button.slick-next {
    background: url(skn/slider-left.png) 50% 50% no-repeat;
    width: 21px;
    height: 38px;
    font-size: 0px;
    border: none;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

button.slick-prev {
    background: url(skn/slider-right.png) 50% 50% no-repeat;
    width: 21px;
    height: 38px;
    font-size: 0px;
    border: none;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}




.cart-layer-item-code {
    color: #b9c6d6;
    font-style: italic;
}

.cart-layer-item-vat {
    color: #7B7B7B;
}

.cart-layer-item-title {
    font-size: 16px;
    text-decoration: none;
    display: block;
    /*border-bottom:2px solid #ffffff;*/
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}


.modal .close {
    color: #fff;
    text-shadow: 0px 1px 0px #ffffff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

    .modal .close:hover, .modal .close:focus {
        color: #fff;
        text-shadow: 0px 1px 0px #ffffff;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
    }

.cart-layer-item {
    padding-bottom: 10px;
    padding-top: 8px;
}



.shipping-billing-info .form-control {
    max-width: 400px;
}

.product-out-of-stock {
    color: #111;
}


.product-content-price, .product-content-price .product_discounted_amount, .product-content-price .product_amount, .product-content-price .price-text {
    font-size: 34px;
    font-weight: 500;
    color: #000000;
}

.product_discounted_amount {
    color: #111;
    margin-right: 30px;
    text-decoration: line-through;
}

.product_attibute, .product_attibute_value, .product-content, .product-content span, .product_feature_title {
    font-size: 14px;
}

.product-content-price .vat-text {
    font-size: 14px;
    margin-top: 5px;
}

.option-out-of-stock, .option-out-of-stock:hover, .option-out-of-stock:focus {
    background: #ededed;
    color: #333;
    cursor: not-allowed;
    position: relative;
    display: inline-block;
}

.product-row-net-price, .product-tile-net-price {
    color: #111;
    text-decoration: line-through;
}


.product-content * {
}

.product_features td {
    vertical-align: middle;
}

h1.product-title {
    font-size: 40px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.modal h1.product-title {
    font-size: 40px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.parallax-window {
    min-height: 600px;
    background: transparent;
}

.parallax-area, .parallax-block-area {
    min-height: 600px;
    background: transparent;
}


@media (min-width:1600px) {
    .parallax-area, .parallax-block-area {
        height: 500px;
    }
}

@media (min-width:1920px) {
    .parallax-area, .parallax-block-area, .parallax-block-area {
        height: 600px;
    }
}

@media (max-width:1200px) {
    .parallax-area {
        height: 300px;
    }
}


.parallax-block-area {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (max-width:767px) {
    .parallax-area, .parallax-block-area {
        height: 200px;
    }

    .parallax-block-area {
        background-attachment: scroll !important;
    }
}



.cat-path {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #555;
    width: 100%;
}

    .cat-path li {
        list-style: none;
        display: inline-block;
    }


    .cat-path, .cat-path span, .cat-path a, .cat-path a:hover {
        font-weight: normal;
        font-size: 14px;
        color: #555;
    }

        .cat-path i {
            font-size: 18px;
            color: #555;
        }

        .cat-path span.here a, .cat-path span.here a:hover, .cat-path .here {
            text-decoration: underline;
        }


.path {
    text-align: center;
    margin-top: 20px;
    color: #555;
}

    .path, .path span, .path a, .path a:hover {
        font-weight: normal;
        font-size: 14px;
        color: #555;
    }

        .path i {
            font-size: 18px;
            margin-left: 5px;
            margin-right: 5px;
            color: #555;
        }

        .path span.here a, .path span.here a:hover {
            text-decoration: underline;
        }

@media (min-width:768px) {
    .inline-cart {
        position: absolute;
        right: 30px;
        top: 50px;
        z-index: 12;
        background: url(skn/menu-bg.png) repeat;
        padding: 5px;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
    }

        .inline-cart span, .inline-cart a, .inline-cart a:hover {
            font-size: 14px;
            font-weight: 700;
            color: #ffffff;
        }

            .inline-cart a.btn, .inline-cart a.btn:hover {
                font-size: 14px;
                font-weight: 700;
                color: #ffffff;
            }
}

@media (max-width:767px) {
    .inline-cart {
        position: absolute;
        right: 15px;
        top: 0px;
        z-index: 32;
        background: none;
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
    }

        .inline-cart span, .inline-cart a, .inline-cart a:hover {
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
        }

            .inline-cart a.btn, .inline-cart a.btn:hover {
                font-size: 14px;
                font-weight: 500;
                color: #ffffff;
            }
}

#back-top {
    position: fixed;
    bottom: 90px;
    right: 10px;
}

.top-image-area {
    background: #000;
}
.panel-group .panel {
    background: #fff;
    border: 7px solid #eceff5;
    border-radius: 0px;
    padding: 2px;
    margin-bottom: 20px !important;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
}
.panel-group .panel-heading .panel-title {
   
    display: block;
   
}

.panel-group .panel-heading .panel-title {
   
    border-radius: 0px !important;
    display:block;
    width:100%;
}

.panel-group .panel-heading .panel-title a {
    font-size: 16px;
    font-weight: 800;
    color: #1F1F1F;
    display:block;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 10px;
   
}
.panel-group .panel-heading .panel-title a::before {
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F;
    font-family: 'entypo';
    content: "\e6b0";
    position:absolute;
    top:0px;
    left:-10px;
}

@media(max-width:768px){
    .panel-group .panel-heading .panel-title a {
        font-size: 14px;
        font-weight: 800;
    }
}


    .panel-group .panel-default > .panel-heading {
        margin-bottom: 0px;
        background: #fff;
        border-bottom: 1px solid #fff;
    }

    .panel-group .panel-default .panel-collapse {
        background: #fff;
        box-shadow: none;
        border: none;
    }

    .panel-group .panel-default .panel-body {
        background: #fff;
        box-shadow: none;
        border: none;
    }

.panel-group .panel.panel-default .panel-body {
    border: none;
}

.main-content {
    min-height: 350px;
    background: #f5f6f9;
}

    .main-content ul {
        padding: 0px;
    }

    .main-content li {
        list-style-position: inside;
        list-style:none;
    }
    .main-content li li{
        padding-left:20px;
    }
        .main-content li ul {
            margin-top:10px;
            margin-bottom:10px;
        }
.edit-actions {
    position: fixed;
    bottom: 30px;
    z-index:3;
    left: 20px;
}

    .edit-actions .btn {
        margin-right: 5px;
    }





.extra-step-message {
    color: #ffffff;
    padding-bottom: 30px;
}

    .extra-step-message a, .extra-step-message a:hover, .extra-step-message a:focus {
        color: #b9c6d6;
    }

.banks img {
    display: inline-block;
}

.text-white, .text-white h1, .text-white p, .text-white h2, .text-white h3, .text-white h4{
    color: #fff !important;
}
    .text-white .row .flex * {
        color:#fff !important;
    }

    @media(max-width:768px){
         .text-white h1, .text-white h2, .text-white h3, .text-white h4 {
            font-size:24px;
            line-height:34px;
        }
    }
.atile img{
    border-radius:8px;
}
.atile .btn.btn-link {
    padding-left: 0px;
    padding-right: 0px;
    color: #f05623;
    font-size:13px;
}
    .atile .btn.btn-link:hover, .atile .btn.btn-link:focus {
        padding-left: 0px;
        padding-right: 0px;
        color: #f05623;
        font-size: 13px;
    }
.atile .tile-title a, .atile .tile-title a:hover, .atile .tile-title a:focus{
    font-weight:700;
    font-size:14px;
}

.brands-slider-wrapper {
    position: relative;
    overflow: hidden; /* ensures the fades stay within container */
    border-bottom: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
}

    .brands-slider-wrapper::before,
    .brands-slider-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        width: 200px; /* increased from 100px for a larger fade area */
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .brands-slider-wrapper::before {
        left: 0;
        background: linear-gradient( to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100% );
    }

    .brands-slider-wrapper::after {
        right: 0;
        background: linear-gradient( to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100% );
    }
.alert.alert-default {
    color: #000;
    background: #ebebeb;
    border-color: #111;
}

    .alert.alert-info {
      color: #000;
        background: #ebebeb;
        border-color: #111;
    }
    .alert.alert-success {
        color: #000;
        background: #ebebeb;
        border-color: #111;
    }

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.menu-wrapper .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


@media(max-width:768px){

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.home-container hr {
    background-color: #e2e8f0;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.bone-context-menu, .bone-context-menu:hover, .bone-context-menu:focus {
    color: #000000;
    border-bottom: 1px dashed #000000;
}

.ProductShippingMessage .fa-stack{
    background:rgb(10, 66, 122);;
    text-align:center;
    border-radius:50%;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
}
.ProductShippingMessage hr{
    border-color:#1F1F1F26;
    margin-top:30px;
    margin-bottom:30px;
    padding:0px;
}
.ProductShippingMessage table{margin-bottom:15px;}
.ProductShippingMessage td{padding:5px;}
.ProductShippingMessage h3,.ProductShippingMessage h4{
    margin:0px;
    padding:0px;
    margin-bottom:10px;
    color:rgb(10, 66, 122);
}


.dropdown-menu > a:hover, .dropdown-menu > a:focus {
    color: #ffffff !important;
    text-decoration: none;
    outline: 0;
    background-color: #555 !important;
}

.dropdown-menu > .active > a {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #b9c6d6;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #555;
    }

.dropdown-menu {
    border-radius: 0px;
}




.div-table .row-table-head {
    background: #e8eaef;
}

.panel {
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}

.checkout-wizard-area  .panel-default > .panel-heading {
    background-color: #fff;
    border: none;
   
    color: #333;
    font-size: 16px;
    margin-bottom: 0px;
}
.checkout-wizard-area .panel-default > .panel-body {
    border-top: 1px solid #e8eaef !important;
}
.checkout-wizard-area .panel, .action-checkout .coupon-area {
    background: #fff;
    border: 10px solid #eceff5;
    border-radius: 0px;
    padding: 10px;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
}
.action-cart .coupon-area {
    background: #eceff5;
    border: 10px solid #eceff5;
    border-radius: 0px;
    padding: 10px;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
}


.panel-heading.min {
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-heading {
    padding: 0 15px;
    min-height: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default div.panel-body:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-default > .panel-heading {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}

.panel-heading .panel-title {
    color: #1F1F1F;
    font-size:18px;
    font-weight: 700;
   
}
.panel-heading em {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    position:relative;
    bottom:-15px;
    cursor:pointer;
}
.price-range-slider {
    height: 4px;
    background: #f1f1f1;
}

    .price-range-slider .ui-slider-range {
        height: 4px;
        background: #f05623;
        border: none;
       
    }

    .price-range-slider .ui-slider-handle {
        height: 17px;
        width: 17px;
        top:-6px;
        border-radius: 5px;
        background: #fff;
        cursor: pointer;
        border: 1px solid #ccc;
        box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    }

    .price-range-slider .ui-widget-content {
        border-radius: 1em;
        background-color: #f05623;
        border: 0;
    }

.price-range-slider-wrapper {
    padding: 17px 8px;
    margin-top: -22px;
    overflow: hidden;
    height: 17px;
}

.price-range-label {
    line-height: 34px;
    font-weight: 500;
}

h1.product-caption {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #1F1F1F;
    font-weight: 700;
    font-size:22px;
}

.product-code {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

    .product-code span {
        font-weight: 700;
        font-size: 14px;
        color: #333;
    }

    .product-code a, .product-code a:hover, .product-code a:focus {
        font-weight: 700;
        font-size: 14px;
        color: #f05623;
    }


img.option-image {
    max-width: 68px !important;
}

.product-options-control .form-control {
    max-width: 200px;
}

.product-fake-options-control .form-control {
    max-width: 200px;
}
.product-fake-options-control label {
    font-weight: 500;
}


.ctile .product-fake-options-control label, .ctile .product-options-control label {
    float:left;
    margin-right:10px;
    line-height:34px;
}
.ctile .product-options-control .form-control {
    max-width: initial;
    width: initial;
}

.ctile .product-options-control, .ctile .product-fake-options-control,.ctile .tile-add-to-cart {
    float: left; margin-right:10px;
}

.ctile .product-fake-options-control .form-control {
    max-width: initial;
    width: initial;
}


ul.option-thumbnails li.option-thumb.disabled img {
    opacity: 1;
    cursor: not-allowed;
}

.mandatory {
    display: inline-block !important;
}

.checkout-form h3 {
    margin-bottom: 25px;
}


.select2-results__option {
    font-size: 14px !important;
}

.product-options-control select option {
    cursor: pointer;
}

    .product-options-control select option:disabled {
        background: #ededed;
        cursor: default;
        color: #bbb;
    }


.container .container {
    max-width: 100% !important;
    width: 100% !important;
}


.tile-options .product-options-control label {
    font-weight: bold !important;
}

.tile-options .product-options-control select {
    width: 100%;
    max-width: 100%;
}

.panel-heading .panel-title a {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.btn-xl, .btn-xl:hover, .btn-xl:focus {
    padding: 10px 15px;
    font-size: 20px !important;
}

.order-line-tile-table td.order-line-tile-info {
    font-size: 14px;
}

.home-box {
    position: relative;
}

.home-box-details {
    position: absolute;
    bottom: 20%;
    left: 0px;
    width: 100%;
    text-align: center;
}

.home-box-title a, .home-box-title a:hover, .home-box-title a:focus {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    position: relative;
}



    .home-box-title a:after {
        background: #ffffff;
        content: '';
        display: inline-block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        width: 100px;
        height: 1px;
        bottom: -10px;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

.home-box:hover .home-box-title a:after {
    background: #ffffff;
    content: '';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    width: 100px;
    height: 1px;
    bottom: 40px;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.system-action .main-content-wrapper {
    background: #fff;
    border: 20px solid #eceff5;
    border-radius: 0px;
    padding: 50px;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
}
.home-boxes {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.home-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.home-box-thumb {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.home-box:hover .home-box-thumb {
    -webkit-transform: scale(1.15); /* Safari and Chrome */
    -moz-transform: scale(1.15); /* Firefox */
    -ms-transform: scale(1.15); /* IE 9 */
    -o-transform: scale(1.15); /* Opera */
    transform: scale(1.15);
}

    .home-box:hover .home-box-thumb img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
        background: rgba(0,0,0,0.3);
    }




.home-slice {
    position: relative;
    padding-bottom: 30px;
}

.home-slice-details-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-slice-details {
    padding: 15px;
    background: rgba(0,14,34,0.4);
    display: inline-block;
    text-align: center;
    width: initial;
    border: 2px solid transparent;
    position: relative;
}

    .home-slice-details::before, .home-slice-details::after {
        width: 100%;
        height: 100%;
        display: inline-block;
        z-index: 3;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        -webkit-transform: scale(0);
        transition: 0.5s;
    }

    .home-slice-details::before {
        border-bottom: 3px solid #FFF;
        border-left: 3px solid #FFF;
        -webkit-transform-origin: 0 100%;
    }

    .home-slice-details::after {
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform-origin: 100% 0%;
    }

    .home-slice-details:hover::after, .home-slice-details:hover::before {
        -webkit-transform: scale(1);
    }




/*.home-slice-details::before,
    .home-slice-details::after {
        box-sizing: inherit;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
    }*/


.home-slice-title a, .home-slice-title a:hover, .home-slice-title a:focus {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.home-slice-description {
    color: #ededed;
    font-size: 18px;
    font-weight: 500;
}

    .home-slice-description a, .home-slice-description a:hover, .home-slice-description a:focus, .home-slice-description span {
        font-size: 18px;
        font-weight: 500;
    }

.home-slices {
    padding-left: 30px;
    padding-right: 30px;
}

.home-slice {
    overflow: hidden;
}

.home-slice-thumb {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.home-slice:hover .home-slice-thumb {
    -webkit-transform: scale(1.15); /* Safari and Chrome */
    -moz-transform: scale(1.15); /* Firefox */
    -ms-transform: scale(1.15); /* IE 9 */
    -o-transform: scale(1.15); /* Opera */
    transform: scale(1.15);
}

    .home-slice:hover .home-slice-thumb img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
        background: rgba(0,0,0,0.3);
    }


@media(max-width:768px) {
    .home-box-title a, .home-box-title a:hover, .home-box-title a:focus {
        font-size: 16px;
        font-weight: 500;
    }

    .home-box-2 .home-box-title a, .home-box-2 .home-box-title a:hover, .home-box-2 .home-box-title a:focus {
        font-size: 30px;
    }

    .home-box .home-box-title a:after, .home-box:hover .home-box-title a:after {
        width: 60px;
    }

    .home-box-2 .home-box .home-box-title a:after, .home-box-2 .home-box:hover .home-box-title a:after {
        width: 100px;
    }

    .home-slice-details-wrapper {
        top: 40%;
        transform: translateY(-40%);
    }

    .home-slice-title a, .home-slice-title a:hover, .home-slice-title a:focus {
        font-size: 30px;
    }
}
.btn-layout {
    padding: 3px 10px;
    font-size: 16px;
    height:36px;
}
.btn-layout.selected {
    padding: 3px 10px;
    font-size: 16px;
    height: 36px;
    color:#fff;
    background:#111;
    border-color:#1F1F1F;
}
.sub-category-tile-text {
    background: #EBEBEB;
    padding: 15px;
    position: relative;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center; /* Οριζόντια στοίχιση */
    align-items: center; /* Κάθετη στοίχιση */
}
    .sub-category-tile-text a, .sub-category-tile-text a:hover, .sub-category-tile-text a:focus{
        background: #EBEBEB;
        padding: 15px;
        border-radius: 8px;
        position:absolute;
       font-size:14px;
       font-weight:600;
    }
#pagesizemenu{
    margin-right:15px;
}
.item-ratio {
    background: none;
    
}

.grid-bar{
    padding-bottom:10px;
}

.subcategory-level-0 a, .subcategory-level-0 a:hover, .subcategory-level-0 a:focus {
    font-size: 15px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 700;
}

.filter-more-less {
    border: none !important;
    padding: 0px !important;
}

.filters-panel-data li {
    list-style-position: inside;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .filters-panel-data li.text-center {
        border-bottom: none;
    }

.filters-panel-data .badge {
    background-color: #555 !important;
    min-width: 24px;
    text-align: center;
    border-radius: 3px;
    color: #fff; /*666*/
    font-size: 12px;
    font-weight: normal;
}
.filters-panel-search .form-control, .filters-panel-search .form-control:hover, .filters-panel-search .form-control:focus {
    background: #f3f3f3;
    border-color: #f3f3f3;
    color: #333;
    border-radius:20px;
    margin-bottom:5px;
    margin-top:5px;
    box-shadow:none;
}
.search-hide{
    display:none;
}
.btn-primary.btn-alt {
    background-color: transparent;
    color: #333;
    border-color: #333;
    border-radius: 20px;
}
    .btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active {
        background-color: transparent;
        color: #f05623;
        border-color: #f05623;
        border-radius: 20px;
    }
.filters-panel-heading {
    font-size: 15px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 700;
}

.filters-panel {
    padding: 0px;
    border:none;
    padding-bottom:30px;
}


    .filters-panel li {
        list-style: none;
        list-style-position: inside;
    }

        .filters-panel li.disabled a, .filters-panel li.disabled a:hover, .filters-panel li.disabled a:focus {
            color: #b1b1b1;
        }

.subcategory-level-1 a, .subcategory-level-1 a:hover, .subcategory-level-1 a:focus {
    font-size: 14px;
    padding-left: 10px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.subcategory-level-1.active a, .subcategory-level-1.active a:hover, .subcategory-level-1.active a:focus {
    text-decoration: underline;
    font-weight: 700;
}

.subcategory-level-2 a, .subcategory-level-2 a:hover, .subcategory-level-2 a:focus {
    font-size: 13px;
    padding-left: 20px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.subcategory-level-2.active a, .subcategory-level-2.active a:hover, .subcategory-level-2.active a:focus {
    text-decoration: underline;
    font-weight: 700;
}








.btn.btn-primary.btn-add-to-cart {
    color: #fff;
    font-weight: 500;
}

    .btn.btn-primary.btn-add-to-cart:hover, .btn.btn-primary.btn-add-to-cart:focus {
        color: #fff;
        font-weight: 500;
    }



.btn.btn-option {
    min-width: 50px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #333;
}

.btn.btn-option {
    min-width: 50px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #333;
}

    .btn.btn-option.active {
        min-width: 50px;
        border-radius: 0px;
        background: #333;
        border: 1px solid #333;
        color: #fff;
    }

    .btn.btn-option.disabled {
        min-width: 50px;
        border-radius: 0px;
        background: #ccc;
        border: 1px solid #ccc;
        position: relative;
        color: #333;
        overflow: hidden;
    }

        .btn.btn-option.disabled:before, .btn.btn-option.disabled:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -20%;
            content: ' ';
            height: 1px;
            width: 140%;
            background-color: #737272;
            z-index: -1;
            opacity: 0.6;
            transform: scale(2);
        }

        .btn.btn-option.disabled:before {
            transform: rotate(35deg);
        }

        .btn.btn-option.disabled:after {
            transform: rotate(-35deg);
        }
#inline-cart-link{
    position:relative;
    
   
}

#inline-cart-total-quantity {
    color: #fff;
    background: #f05623;
    font-size: 12px;
    position: absolute;
    right: -15px;
    border-radius: 50px !important;
    top: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}


.menu-wrapper {
    border-top: 1px solid #cad0d2;
    padding-bottom: 10px;
    padding-top: 10px;
}

.img-wrapper {
    display: inline-block;
    padding: 0px;
    text-align: center;
    margin-left:20px;
    position:relative;
}



.img-wrapper:hover {
    background: #fff;
}
.menu-area .img-wrapper img {
    width: 22px;
    height: 22px;
    display: inline-block;
}
.menu-wrapper svg{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    vertical-align: middle;
}

hr{
    padding: 0px !important;
}

@media (max-width:768px) {
   
    .menu-area .top-logo {
       
        height: 60px;
       margin-top:-10px;
    }
    
    .menu-wrapper {
        border-top: none;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .menu-area .icon-wishlist{
        margin-left:5px;
    }

  
    .menu-area .icon-wishlist svg, .menu-area .icon-wishlist img{
       
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 25px;
        vertical-align: middle;
    }
    .icon-cart {
        margin-left:5px;
        margin-right: 10px;
    }    

    .home-slide .home-slider-title{
        font-size: 30px !important;
        font-weight:700;
        line-height: 30px !important;
    }

    .home-slide .home-slider-descr{
        font-size: 20px !important;
    }
}

.inline-cart-total-quantity-wrapper {
    position: relative;
    display: inline-block;
}

.search.search-form {
    border: 1px solid #f3f3f3;
    border-radius: 25px;
    background: #f3f3f3;
    overflow: hidden;
    margin-top: 15px;
}

.is-sticky .menu-area .top-logo {
    max-height: 60px !important;
    margin-top:-5px;
    
}
.is-sticky .search.search-form {
   
    margin-top: 0px;
}
.is-sticky .info-area{
    display:none;
}


.search.search-form .form-control {
    background: #f3f3f3;
    border-color: #f3f3f3;
    color: #333;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Manrope';
}
.search.search-form .btn.btn-primary, .search.search-form .btn.btn-primary:hover, .search.search-form .btn.btn-primary:focus {
    background: #f3f3f3 !important;
    border-color: #f3f3f3 !important;
    color: #333 !important;
    box-shadow: none;
    font-size: 18px;
    font-family: 'Manrope';
    margin: 0px !important;
    padding-bottom: 7px;
    padding-top: 7px;
}

.search-form .form-group {
    margin: 0px;
    padding: 0px;
}

.options-type-buttons label {
    display: block;
    text-align: center;
}

.st-measure {
    font-size: 22px;
}


.insta {
    display: inline-block;
}

.filters-toggle {
    cursor: pointer;
}

@media (min-width:768px) {
    .filters-area {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 30px;
        overflow: hidden;
        background: #ffffff;
        height: 0px;
        opacity: 0;
        padding: 0px;
        margin: 0px;
        width: 100%;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
        margin-bottom: 30px;
    }

        .filters-area.open {
            border-top: 1px solid #333;
            padding: 30px;
            overflow: initial;
            height: initial;
            opacity: 1;
            padding: 30px;
            margin: 0px;
            width: 100%;
            background: #ffffff;
            -webkit-transition: all 0.5s ease; /* Safari and Chrome */
            -moz-transition: all 0.5s ease; /* Firefox */
            -ms-transition: all 0.5s ease; /* IE 9 */
            -o-transition: all 0.5s ease; /* Opera */
            transition: all 0.5s ease;
            margin-bottom: 30px;
        }
}

.panel-main-filter {
    background: #fff;
    border: 10px solid #eceff5;
    border-radius: 0px;
    padding: 15px;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    
}
    .panel-main-filter .panel-body{
        padding:0px;
    }

    .panel-main-filter.panel-default > .panel-heading {
        background:none;
        border:none;
        color: #000;
        font-size: 16px;
        margin-bottom: 0px;
        padding-left:0px;
        padding-right:0px;
       
    }
   .panel-default > .panel-body {
        border: none !important;
        border-top: none;
    }
@media (max-width:768px) {

    .panel-main-filter .panel-body {
        border-top: 1px solid #555 !important;
        padding-top:15px !important;
        margin-top:15px !important;
    }
   

    .filters-toggle {
        padding-left: 30px;
        padding-right: 30px;
        cursor: pointer;
    }

    .sorting-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .filters-area {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 30px;
        overflow: hidden;
        height: 0px;
        opacity: 0;
        padding: 0px;
        margin: 0px;
        width: 100%;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

        .filters-area.open {
            border-top: 1px solid #333;
            padding: 30px;
            overflow: initial;
            height: initial;
            opacity: 1;
            padding: 30px;
            margin: 0px;
            width: 100%;
            -webkit-transition: all 0.5s ease; /* Safari and Chrome */
            -moz-transition: all 0.5s ease; /* Firefox */
            -ms-transition: all 0.5s ease; /* IE 9 */
            -o-transition: all 0.5s ease; /* Opera */
            transition: all 0.5s ease;
        }
    .panel-main-filter > .panel-body {
        display: none ;
    }
}

.product-images .slick-dots {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    position: absolute;
    text-align: center;
}

    .product-images .slick-dots li {
        list-style: none;
        display: inline-block;
        text-align: center;
    }




.product-images .slick-dots {
    position: absolute;
}

    .product-images .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        border: none;
        background: #ccc;
        border: none;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .product-images .slick-dots li.slick-active button {
        background: rgba(0,14,34,0.8);
        border: none;
        width: 12px;
        height: 12px;
    }

.is-sticky .product-tab-menu {
    background: rgba(210,210,210,0.95);
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-tab-menu .btn.btn-link,.product-tab-menu  .btn.btn-link:hover,.product-tab-menu  .btn.btn-link:focus {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

    .product-tab-menu .btn.btn-link.active,.product-tab-menu  .btn.btn-link:hover.active,.product-tab-menu  .btn.btn-link:focus.active {
        color: #111;
        font-weight: 700;
        font-size: 18px;
        text-decoration: none;
    }

.is-sticky .product-tab-menu .btn.btn-link.active, .is-sticky .btn.btn-link:hover.active, .is-sticky .btn.btn-link:focus.active {
    color: #111;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

h3.product-tab-title {
    color: #111;
    position: relative;
    background: #ffffff;
    padding-right: 20px;
}

    h3.product-tab-title:after {
        background: #333;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        width: 400px;
        left: 0px;
    }











.transformer-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 500px;
}


.transformer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .transformer:after {
        content: " ";
        display: block;
        clear: both;
    }

    .transformer.is-open {
        -webkit-transform: translate3d(25.42373%, 0, 0);
        transform: translate3d(25.42373%, 0, 0);
    }

.off-canvas {
    position: absolute;
    width: 25.42373%;
    left: -25.42373%;
    top: 0;
    bottom: 0;
    min-height: 500px;
    overflow-y: auto;
    height: 99%;
}

@media(max-width:990px) {
    .off-canvas {
        position: absolute;
        width: 300px;
        left: -300px;
        top: 0;
        bottom: 0;
        min-height: 500px;
        overflow-y: auto;
        height: 99%;
    }

    .transformer.is-open {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
}

@media(max-width:500px) {
    .off-canvas {
        position: absolute;
        width: 97%;
        left: -97%;
        top: 0;
        bottom: 0;
        min-height: 500px;
        overflow-y: auto;
        height: 100%;
    }

    .transformer.is-open {
        -webkit-transform: translate3d(99%, 0, 0);
        transform: translate3d(99%, 0, 0);
    }
}

.off-canvas {
    font-size: 14px;
}

.transformer.is-open .off-canvas {
    margin-left: 2px;
    margin-top: 2px;
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    border: 1px solid #ededed;
    background: #faf9f9;
}

.off-canvas ul.main-ul {
    display: block;
    padding: 15px;
}

    .off-canvas ul.main-ul ul {
        display: none;
        padding-left: 30px;
    }

        .off-canvas ul.main-ul ul.opened {
            display: block;
            padding-left: 30px;
        }

.off-canvas li {
    list-style: none;
    position: relative;
}

.off-canvas a {
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    opacity: 0.8;
    font-size: 14px;
}

    .off-canvas a.has-children, .off-canvas a.has-children:hover, .off-canvas a.has-children:focus {
        position: relative !important;
        padding-right: 40px !important;
    }

.off-canvas .btn-toggle-submenu, .off-canvas .btn-toggle-submenu:hover, .off-canvas .btn-toggle-submenu:focus {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #333;
    background: transparent;
    border-color: transparent;
}

.off-canvas a.active {
    color: #f82525;
    font-weight: 700;
    opacity: 1;
}

.off-canvas li:hover > .btn-toggle-submenu, .off-canvas li:focus > .btn-toggle-submenu:hover {
    color: #111;
    background: transparent;
    border-color: transparent;
    -webkit-transition: none;
    transition: none;
}


.off-canvas li:hover > a, .off-canvas li a:hover, .off-canvas a:active, .off-canvas a:focus {
    color: #f82525;
    font-weight: 700;
    opacity: 1;
}

.transformer.is-open .main {
    padding-left: 15px;
}


.product-tile-final-price, .product-tile-net-price {
    font-weight: bold;
    font-size: 16px;
}

.breadcrumb-link a, #Customers a {
    color: #1F1F1F;
}

    .breadcrumb-link a:hover, .breadcrumb-link a:focus, #Customers a:hover, #Customers a:focus {
        color: #000000;
    }


.breadcrumb > li + li:before {
    content: "";
    padding: 0;
    color: #fff;
}

.breadcrumb {
    padding: 0px;
    margin:0px;
    background: none;
}
.path-area-wrapper {
    margin-bottom: 20px;
}
.path-area {
    background: #fff;
    
}

.path-area.category-path-area{
    background:#1F1F1F;
}
.path-area.category-path-area h1{
    color:#fff;
    font-size:32px;
    font-weight:800;
}
    .path-area li {
        color: #1F1F1F;
    }
   .path-area.category-path-area li,.path-area.category-path-area a,.path-area.category-path-area .breadcrumb-link a:hover, .path-area.category-path-area .breadcrumb-link a:focus {
        color: #fff;
    }

#Customers_filter .form-control {
    min-width: 300px;
}

.customer-details {
    font-size: 16px;
    color: #111;
}

.btn-default {
    color: #000000;
    
}

    .btn-default:hover, .btn-default:focus {
        color: #111;
        
    }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ccc;
}

.table-bordered .table-bordered > thead > tr.outterhheader > th, .table-bordered .table-bordered > tbody > tr.outterhheader > th, .table-bordered .table-bordered > tfoot > tr.outterhheader > th, .table-bordered .table-bordered > thead > tr.outterhheader > td, .table-bordered .table-bordered > tbody > tr > td, .table-bordered .table-bordered > tfoot > tr.outterhheader > td {
    border: 1px solid transparent;
}

h3.print-caption {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
}

    h3.print-caption i {
        padding: 0px;
        margin: 0px;
        margin-right: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 46px;
    }

table.table-responsive {
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
}

@media(min-width:990px) {
    table.table-responsive {
        border: none;
    }
}
.box-area .col-overwrite > div, .box-area .col-overwrite > a > div ,.box-area .owl-item {
    border: 15px solid #eceff5;
    background: #fff;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    border-radius: 5px;
}
.box-area2 .col-overwrite > div, .box-area2 .col-overwrite > a > div, .box-area2 .owl-item {
    border: 15px solid #fff;
    background: #fff;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    border-radius: 5px;
}
.box-area .owl-item, .box-area2 .owl-item {
    border: 8px solid #eceff5;
    
}
    .box-area .owl-item .item-ratio, .box-area2 .owl-item .item-ratio {
        border: 5px solid #fff;
    }
.box-div {
    border: 7px solid #eceff5;
    background: #fff;
    padding:15px;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    border-radius: 5px;
}
.about-area  {
    padding-top: 0px;
    padding-bottom: 20px;
}




    #tabcontrol_product-tabs .tabs-titles-wrapper .nav-pills {
        max-width: 1460px;
        position: relative;
        left: 0;
        right: 0;
        
        margin-left: auto;
        margin-right: auto;
    }




.product-view .nav-pills > li > a, .product-view .nav-pills > li > a:hover, .product-view .nav-pills > li > a:focus {
    background: none !important;
    font-size: 20px !important;
    border: none;
    position: relative;
    bottom: -5px;
    font-weight: 600;
    padding: 18px 28px;
}

    .product-view .nav-pills > li.active > a, .product-view .nav-pills > li.active > a:hover, .product-view .nav-pills > li.active > a:focus, .product-view .nav-pills > li > a:hover, .product-view .nav-pills > li > a:focus {
        background: #fff !important;
        border-color: #fff;
        color: #1A1A1A;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        font-size: 20px !important;
    }

.product-view .tab-content {
    max-width: 1460px;
    padding-top: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


    .about-area, .about-area a, .about-area a:hover, .about-area a:focus {
        color: #fff;
        font-size: 13px;
    }

    



.footer-area h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #f05623;
    display: inline-block;
    font-family: 'Manrope', sans-serif;
}
.footer-area hr {
    margin: 0px;
    padding: 0px;
    background: #f05623;
}
.footer-area .logo-bottom {
   
    width: 200px !important;
    position:relative;
    margin-top:-20px;
}

.footer-area a, .footer-area a:hover, .footer-area a:focus, .gemi-number {
    color: #a5a5a5;
    font-size: 14px;
}
   .footer-area a:hover, .footer-area a:focus, .gemi-number {
        color: #fff;
        font-size: 14px;
    }

.footer-area ul {
    padding: 0px;
    margin: 0px;
}

    .footer-area ul li {
        margin:0px;
        padding-bottom: 2px;
        padding-top: 2px;

        list-style: none;
    }

.footer-col {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #999999;
    font-size:14px;
}

@media(min-width:768px) {
    ul.categories-list {
        column-count: 2;
    }

}

    .footer-social li {
        display: inline-block;
        padding: 6px;
       
    }
    .footer-social li a{
        padding:0px;
        text-align:center;
        width:50px;
        height:50px;
        line-height:60px;

    }
.footer-social svg {
    fill: #fff;
    transition: fill 0.3s;
    font-size: 16px;
    font-weight: 500;
   
    width:20px;
    height:20px;
    line-height: 27px;
    list-style-type: none;
    margin: 0px;
    
}
.contact-col svg {
    fill: #fff;
    transition: fill 0.3s;
  
    font-weight:400;
    height:18px;
   
    vertical-align:middle;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:12px;
    margin-top:0px;
}


@media(max-width:768px) {
    .home-table img {
        width: auto;
        height: 100px !important;
    }

    .home-table a.text-32, .home-table a.text-32:hover, .home-table a.text-32:focus {
        font-size: 22px;
        line-height: 32px;
    }
}

.container-fluid {
    max-width: 1600px;
}

h3.bg-black {
    background: #000;
    color: #fff;
    margin: 0px;
    padding: 10px;
    margin-bottom: 20px;
}

.benefits-table {
    width: 100%;
}




.benefits-table tr td:first-child {
    max-width: 140px;
}

        .benefits-table tr td:first-child img {
            max-width: 140px;
        }

        @media(max-width:768px){

            .benefits-table tr td:first-child {
                max-width: 130px;
            }

                .benefits-table tr td:first-child img {
                    max-width: 110px;
                }
        }


    .benefits-table tr td:last-child {
        max-width: 100%;
    }

    .benefits-table td {
        padding-bottom: 20px;
        vertical-align: top;
        padding-right: 20px;
        font-size: 16px;
    }
.ctile.ctile1 .tile-title{
    padding-top:5px;
    padding-bottom:5px;
    min-height:60px;
}
.ctile.ctile2 .tile-title {
   
    padding-bottom: 5px;
  
}
.ctile .tile-mtrl{
    position:absolute;
    bottom:10px;
    left:0px;
    font-size:12px;
    font-weight:600;
    z-index:2;
}

.ctile .tile-brand{
    min-height:24px;
}
.ctile.ctile1 .tile-brand a, .ctile.ctile1 .tile-brand a:hover, .ctile.ctile1 .tile-brand a:focus {
    font-family: 'Manrope';
    font-size: 14px;
   
    font-weight:700;
    color: #1F1F1F;
}
.ctile.ctile1 .tile-title a, .ctile.ctile1 .tile-title a:hover, .ctile.ctile1 .tile-title a:focus {
    font-family: 'Manrope';
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    color: #1F1F1F;
}
.ctile.ctile2 .tile-title a, .ctile.ctile2 .tile-title a:hover, .ctile.ctile2 .tile-title a:focus {
    font-family: 'Manrope';
    font-size: 20px;
        
    font-weight: 700;
    color: #1F1F1F;
}
.ctile.ctile3 .tile-title a, .ctile.ctile3 .tile-title a:hover, .ctile.ctile3 .tile-title a:focus {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 700;
    color: #1F1F1F;
}
@media(max-width:1200px){
    .ctile.ctile3 .tile-title a, .ctile.ctile3 .tile-title a:hover, .ctile.ctile3 .tile-title a:focus {
        font-family: 'Manrope';
        font-size: 16px;
        font-weight: 700;
        color: #1F1F1F;
    }
}
.ctile .tile-code {
    font-weight: 500;
    color: #C5C5C5;
    font-size: 12px;
}
.ctile {
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6E6E6;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom:30px;
}
.ctile .img-tile{border-radius:4px;}
.ctile.ctile1 .tile-stock{
   font-size:12px;
}
.ctile.ctile2 .tile-stock {
    font-size: 14px;
}
    .ctile.ctile3 .tile-stock {
        font-size: 14px;
    }
.ctile .tile-price .tile-net-price {
    font-weight: 700;
    color: #f05623;
    text-decoration: line-through;
    font-size: 20px;
}
.ctile .tile-price .tile-final-price {
    font-weight: 700;
    color: #2A2A2A;
    font-size: 20px;
}
.ctile .vat-text{
    margin-left:7px;
    font-size:12px;
}


.product-price-text{
    font-size:24px;font-weight: 800;
     color:rgb(10, 66, 122);
}

.product-price{
 font-size:24px;font-weight: 800;
     color:rgb(10, 66, 122);
}
.product-price .product-net-price{
  
    color:#f05623;
    text-decoration:line-through;
    font-size:40px;
    font-weight: 700;
    line-height:35px; 
}
    .product-price .product-final-price {
        font-size: 40px;
        font-weight: 700;
        color: #171717;
        line-height: 35px;
    }
.product-vat-text {
    font-size: 14px;
    font-weight: 500;
    color: #171717;
}


.QTY1 button {
    height: 30px;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    border-color: #cbd5e1;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #1F1F1F;
    background: #fff;
    font-weight: 300 !important;
    padding: 0px;
    line-height: 30px;
    border-right: none;
}
.QTY2 input, .QTY2 input:hover, .QTY2 input:focus {
    border: 1px solid #cbd5e1;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    font-weight: 500;
    border-left: none;
    border-right: none;
    box-shadow: none;
}
.QTY3 button {
    height: 30px;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    border-color: #cbd5e1;
    border-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #1F1F1F;
    background: #fff;
    font-weight: 300 !important;
    padding: 0px;
    line-height: 30px;
    border-left: none;
}
    .QTY3 button:hover, .QTY3 button:focus {
        background: #eceff5;
        border: 1px solid #cbd5e1;
    }
.QTY1 button:hover, .QTY1 button:focus {
    background: #eceff5;
    border: 1px solid #cbd5e1;
}
.QTY1 button i, .QTY3 button i {
    font-weight: 300 !important;
}
.product-blue-content .QTY3 button, .product-blue-content .QTY3 button:hover, .product-blue-content .QTY3 button:focus,
.product-blue-content .QTY1 button, .product-blue-content .QTY1 button:hover, .product-blue-content .QTY1 button:focus,
.product-blue-content .QTY2 input, .product-blue-content .QTY2 input:hover, .product-blue-content .QTY2 input:focus {
    line-height: 50px !important;
    height: 50px !important;
    min-width: 40px !important;
   
}
.btn-add-to-cart {
    border-radius: 8px;
    color: white;
    padding-top: 10px !important;
    padding-bottom: 10px;
    margin-top: 10px !important;
    width: 100%;
    font-weight: 400 !important;
}
    .ctile3 .btn-add-to-cart{
        margin-top:0px !important;
    }
    .btn-add-to-cart:hover, .btn-add-to-cart:focus {
        background: #111 !important;
        color: #fff !important;
        border-radius: 8px;
    }
.btn-add-to-cart-2{
    border-radius: 8px;
    color: white;
    font-weight:400;
    padding-top: 12px !important;
    padding-bottom: 12px;
    padding-left:26px;
    padding-right:26px;
    font-size:16px;
    width: 100%;
   
}
    .btn-add-to-cart-2:hover {
       
        color: white;
        border: 1px solid #111 !important;
        background: #111 !important;
    }
.pricelist-table-wrapper {
    position: relative;
}
.ctile.ctile1 .pricelist {
    background: #9F9F9F;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}
   
.ctile.ctile1 .pricelist-table {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 3;
    padding: 5px;
    background: #FBFBFB;
    font-size: 13px;
    width: 100%;
    border: 1px solid #1F1F1F;
}
.ctile.ctile2 .pricelist {
    background: #9F9F9F;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
   max-width:300px;
}
.ctile.ctile2 .pricelist-table {
    padding: 5px;
    background: #FBFBFB;
    font-size: 13px;
    max-width: 300px;
}


.ctile.ctile2 .pricelist {
    background: #9F9F9F;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    max-width: 300px;
}

.ctile.ctile2 .pricelist-table {
    padding: 5px;
    background: #FBFBFB;
    font-size: 13px;
    max-width: 300px;
}




.product-view .pricelist {
    background: #9F9F9F;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    min-width: 300px;
}

.product-view .pricelist-table {
    padding: 5px;
    background: #FBFBFB;
    font-size: 13px;
    min-width: 300px;
}


.product-view .ctile1 .pricelist {
   
    min-width: initial;
}

.product-view .ctile1 .pricelist-table {
    min-width: initial;
}
.alert.alert-info {
    color: #111;
    background: #fff;
    border-color: #111;
}


.ctile.ctile3 .pricelist {
    background: #9F9F9F;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    margin-top: 10px;
    max-width: 300px;
}

.ctile.ctile3 .pricelist-table {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 3;
    padding: 5px;
    background: #FBFBFB;
    font-size: 13px;
    width: 100%;
    border: 1px solid #1F1F1F;
    max-width: 300px;
}
.pricelist-table .table{
    margin:0px;
}
    .pricelist-table .table > tbody > tr > td {
        border-color: #CCCCCC;
        padding:2px;
    }
    .pricelist-table .table > tbody > tr:nth-child(1) > td {
        border-top: none;
    }


.col-image {
   position:relative;
}

.tile-wishlist{
    position:absolute;
    top:3px;
    right:3px;
    z-index:2;
}
.tile-wishlist img{
    width:32px !important;
    height:32px !important;
   
}
   
   .tile-wishlist .won {
        display: none !important;
    }
    .tile-wishlist .woff {
        display: inline-block !important;
    }
    .tile-wishlist .wishlisted .won {
        display: inline-block !important;
    }

    .tile-wishlist .wishlisted .woff {
        display: none !important;
    }
    .tile-wishlist .wishlisted svg {
        width: 32px;
        height: 32px;
        fill: #A31E23;
    }
.slider-for-wrapper .tile-wishlist {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
}
.tile-wishlist a,.tile-wishlist a:hover,.tile-wishlist a:focus{
    padding:0px !important;
    height:initial !important;
    line-height:initial !important;
    
}

.tile-wishlist .wishlisted .fa-heart-o:before {
    content: "\f004";
}


.tile-wishlist a i,.tile-wishlist a:hover i,.tile-wishlist a:focus i{
    font-size:24px !important;
    color:#1F1F1F;
}

.tile-in-stock{
    color:rgb(39, 174, 96);
    font-weight:600;
}
.tile-out-stock{
    color:#cc0000;
    font-weight:600;
}

.product-view .owl-prev {
    position: absolute;
    top: -65px;
    right: 55px;
}

.product-view .owl-next {
    position: absolute;
    top: -65px;
    right: 15px;
}

.product-view .owl-prev, .product-view .owl-next {
    background-color: #dfdfdf;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    font-size: 16px;
    margin: 0;
    z-index: 3;
}

    .product-view .owl-prev:hover, .product-view .owl-next:hover {
        color: #fff;
        background: #f05623;
    }


.slider-for-wrapper {
    position: relative;
}

    .slider-for-wrapper .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }

    .slider-for-wrapper .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    .slider-for-wrapper .owl-prev, .slider-for-wrapper .owl-next {
        background-color: #dfdfdf;
        border: none;
        border-radius: 3px;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        display: inline-block;
        opacity: 1;
        font-size: 16px;
        margin: 0;
        width: initial;
        height: initial;
        width: 30px;
        padding: 20px 10px;
        z-index: 3;
    }



.random-products .owl-prev {
    position: absolute;
    top: -65px;
    right: 40px
}

.random-products .owl-next {
    position: absolute;
    top: -65px;
    right: 0px
}

.random-products .owl-prev, .random-products .owl-next {
    background-color: #dfdfdf;
    border: none;
    border-radius: 50%;
    width: 30px;
    width: 30px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    font-size: 16px;
    margin: 0;
    z-index: 3;
    line-height: 31px;
    padding: 0px !important;
}

.random-products .owl-prev:hover,.random-products .owl-next:hover {
    color: #fff;
    background: #333;
}

.header-medium-lined {
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 700;
    margin-bottom:30px;
    text-align:center;
    padding-bottom:0px;
    color: #1F1F1F;
}

.ctile .tile-title .mtrl {
    color: #111;
}

.white-bg, .bg-white {
    background: #ffffff;
}

.bb-red {
    border-bottom: 1px solid #111;
}

.product_description, .product_description p, .product_attibute, .product_description a, .product_description b, .product_description a:hover, .product_attibute_value, .product_description a:focus, .product_attibute a, .product_attibute a:hover, .product_attibute a:focus {
    font-size: 24px;
}

table.table th, .table.table-bordered thead tr {
    background: #f05623 !important;
    color: #ffffff;
}

table.table th, table.table td {
    font-size: 14px;
}
.table-attributes a {
    color: #f05623;
}
.table-attributes td{
    padding:5px !important;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #111;
    background-color: #111;
    font-size: 28px;
    padding: 7px;
    border-color: #ffffff;
}

.hor-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}

.hor-menu-level-1 a, .hor-menu-level-1 a:hover, .hor-menu-level-1 a:focus {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.hor-menu-level-2 a, .hor-menu-level-2 a:hover, .hor-menu-level-2 a:focus {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.hor-menu-level-3 a, .hor-menu-level-3 a:hover, .hor-menu-level-3 a:focus {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}

.hor-menu-level-1.active a, .hor-menu-level-1 a:hover, .hor-menu-level-1 a:focus {
    color: #111;
    background: #ebebeb;
}

.hor-menu-level-2 a:hover, .hor-menu-level-2 a:focus {
    color: #111;
}

.hor-menu-level-3 a:hover, .hor-menu-level-3 a:focus {
    color: #000000;
}

@media(max-width:1170px) {
    .hor-menu-level-1 a, .hor-menu-level-1 a:hover, .hor-menu-level-1 a:focus {
        font-size: 16px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .hor-menu-level-2 a, .hor-menu-level-2 a:hover, .hor-menu-level-2 a:focus {
        font-size: 16px;
    }

    .hor-menu-level-3 a, .hor-menu-level-3 a:hover, .hor-menu-level-3 a:focus {
        font-size: 14px;
    }
}

@media(max-width:990px) {
    .search {
        margin-top: 20px;
    }
}

@media (max-width:768px) {

    .menu-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

   
}

bg.ms {
    display: none;
}

@media (max-width:600px) {


   
    bg.ms {
        display: block;
    }

    .ms-center {
        text-align: center;
    }

  
}

.panel-primary > .panel-body {
    border: 1px solid #ededed;
    border-top: none;
}
a.user-link, a.user-link:hover, a.user-link:focus{
    color:#fff;
}
.username {
    font-weight: 500;
    color: #fff;
}
@media(min-width:768px) {
    .ver-menu-toggler, .ver-menu {
        display: none !important;
    }
    
}
@media(min-width:768px) {
 

    .top-cart {
        float: right;
        padding-top:20px;
    }
    .is-sticky .top-cart {
        float: right;
        padding-top: 0px;
    }
}
@media(max-width:768px) {
    
    #inline-cart-total-quantity 
    {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    }
    

.search.search-form ,.is-sticky .search.search-form {
    margin-top: 10px;
}
    .mobile-top-padding{
      padding-top:5px !important;    
    }
    
    .hor-menu {
        display: none !important;
    }

    .ver-menu {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0px;
        height: 100%;
        min-height: 100%;
        width: 350px;
        z-index: 20;
        padding: 15px;
        background: #ffffff;
        -webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
        left: -400px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .ver-menu-toggler {
        position: fixed;
        top: 40px;
        height: 34px;
        line-height: 34px;
        width: 34px;
        z-index: 19;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        background: #ffffff;
        border: 1px solid #000;
        border-left: 0px;
        display: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .ver-menu.open {
        left: 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .top-cart img {
       max-width:90px;
    }
    #inline-cart-total-quantity {
       margin-top:10px;
    }
}

@media(max-width:400px) {

    .top-cart img {
        max-width: 70px;
    }

}
    .dropdown-menu.dropdown-menu-right a, .dropdown-menu.dropdown-menu-right a:hover, .dropdown-menu.dropdown-menu-right a:focus {
        font-size: 14px;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #ccc;
        opacity: 1;
    }



    .search-wrapper-relative {
        position: relative;
    }


    .search-results-inline #search-result-products ul {
        columns: 2;
    }

    .input-sm {
        height: 40px !important;
        line-height: 40px !important;
    }

    .search-results-inline {
        position: static;
        top: 100%;
        width: 100%;
        height: 400px;
        max-width: 1170px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        background: #ffffff;
        border: 3px solid #cccccc;
        border-radius: 10px;
        padding: 10px;
        z-index: 50;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

        .search-results-inline.closed {
            opacity: 0;
            height: 0px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

    .inner-search-wrapper {
        background: #008dd2;
        border-radius: 0px;
        padding: 30px 200px 30px 200px;
        margin-bottom: 30px;
        border: 2px solid #000000;
    }

.product-list-1, .product-list-2{
    background:#fff;
    padding:10px;
    padding-top:0px;
    height:180px;
    overflow-y:auto;
}
    .product-list-1 *, .product-list-2 * {
        color:#1F1F1F;
        font-size:14px;
    }   
    
    .product-list-1 a, .product-list-2 a {
        color: #111;
        font-size:14px;
    }.product-list-1 a:hover, .product-list-2 a:hover {
        color: #111;
        font-size:14px;
        text-decoration:underline;
    }
.product-list-title h3{
    font-size:18px;
    padding:10px;
    margin:0px;
}
.product-list-title{
    background:#fff;
}

.bg-gray {
    background: #efefef;
}
.gray-bg {
    background:#F2F2F2
}

.template-editor-title {
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
   
    font-family: 'Manrope', sans-serif;
    font-size:24px;
    margin-bottom:15px;
}
.login-header h3{
    padding:0px;
    margin:0px;
}
.register-box ul, .register-box ol{
    padding:0px;
}

.gallery-tabs .nav-tabs.nav-justified {
    background-color:transparent;
}
    .gallery-tabs .nav-tabs.nav-justified a, .gallery-tabs .nav-tabs.nav-justified a:hover, .gallery-tabs .nav-tabs.nav-justified a:focus {
        border-color: #124479 !important; /*009edd*/
        background-color: #124479 !important;
        color: #fff !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        position: relative;
    }
    .gallery-tabs .nav-tabs.nav-justified > .active > a:after {
        content: '';
        display: block !important;
        position: absolute !important;
        left: 50% !important;
        bottom: -1px !important;
        margin-left: -0.7rem !important;
        border: 0.7rem solid transparent !important;
        transition: transform 0.3s !important;
        transform: translateY(0.7rem) !important;
        transform: translateY(0) !important;
        border-bottom-color: #fff !important;
    }


.color-matching-search-wrapper{
    background:#124479; /*#111*/
    padding-top:30px;
    padding-bottom:30px;
    margin-top:30px;
}

    .color-matching-search-wrapper label {
        font-size: 18px;
        font-family: 'Manrope';
        color:#fff;
    }
    .color-matching-search-wrapper .select2-container--bootstrap .select2-selection--single,
    .color-matching-search-wrapper .select2-selection.select2-selection--multiple {
        border-radius: 0px !important;
    }
    .color-matching-search-wrapper .col-field-wrapper {
        border-top: 2px solid #fff;
        padding-top:5px;
    }

.ctile table.table th, .ctile table.table td {
    font-size: 14px;
}
.tile-more-info {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f6f6f6;
    
}



#gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
    display: block;
    background: #111;
    border: 1px solid #111;
    color: #fff;
    padding: 5px 6px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: background;
    transition: background;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    text-align: center;
    padding-right: 20px;
}

#gritter-notice-wrapper .gritter-item-wrapper .gritter-item:hover {
    background: rgba( 51, 51, 51, 0.95);
}

#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close i,
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:hover i {
    color: #fff;
}

#gritter-notice-wrapper .btn-link,
#gritter-notice-wrapper .btn-link:hover,
#gritter-notice-wrapper .btn-link:focus {
    color: #333;
    margin-top: 10px;
    font-size: 13px;
    border: 1px solid #333;
}

#gritter-notice-wrapper {
    bottom: 15px !important;
    right: 15px !important;
    left: initial !important;
    top: initial !important;
}


.shakeit {
  animation: shake-animation 2.72s ease infinite;
  transform-origin: 50% 50%;
  display:inline-block;
}

@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}



.tab-content .tab-pane {
    padding: 2px !important;
}

.burger-menu {
    height:40px;
    margin-top:25px; 
    margin-left: -15px;
}
.burger-menu {
    height:25px;
  
}

.catsmenu {

        text-align: left;
        }
        

.navbar-nav {
    margin: 0;
    padding: 0;
}

.navbar-nav > li {
    position: relative;
    list-style: none;
}


.en-plus3 {
    margin-left: 5px;
}


.dropdown-toggle {
    cursor: pointer;
}




@media(min-width:768px){
.navbar-nav li:hover > .dropdown-menu {
    display: block; 
}
}


.parts-moto ol li,.parts-moto ul li{
    padding-left:30px;
    background:url('skn/arrow-white.svg') 0% 50% no-repeat;
    background-size:16px 16px;
    padding-bottom:3px !important;
    padding-top:3px !important;
}

#CheckoutLinesWrapper table.table th, #CheckoutLinesWrapper .table.table-bordered thead tr {
    background: #e9e9e9 !important;
    color: #333 !important;
}