﻿html, body {
    margin: 0;
    padding: 0;
    font-family: 'Geologica', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 200;
}

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

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

    a:visited {
        text-decoration: none;
    }

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

/*
iframe {
  width: 100%;
  height: 750px; 
}
*/

.responsive-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




@media only screen and (max-width:767px){
    .responsive-video{
        padding-bottom:56.25% !important;
    }    
}


.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: #009edd !important;
}


h1, h2, h3, h4, h5, h6 {
    color: #595045;
    font-family: 'Geologica', 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 {
    background: #fff;
    color: #000;
    text-align: left;
    font-family: 'Geologica', sans-serif;
    border-bottom: 1px solid rgba(47, 72, 88, 0.2);
    font-size:13px;
}

#topmesasges {
    font-size: 16px;
    color: #333;
    font-family: 'Geologica', sans-serif;
   
    padding-top: 7px;
    padding-bottom: 7px;
}
    .info-area a, .info-area a:hover, .info-area a:focus {
        font-size: 13px;
        color: #000;
        font-family: 'Geologica', sans-serif;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        display: inline-block;
    }
.info-area li a{
    font-size: 16px;
    color: #000;
    font-family: 'Geologica', sans-serif;
    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: 16px;
    color: #333;
    font-family: 'Geologica', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}
        .info-area a.user-link, .info-area a.user-link:hover, .info-area a.user-link:focus {
            background: #124479; /*009edd*/
        }


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

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

.top-area {
    background: #ffffff;
    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%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(0,14,34,0.5);
    border-bottom: 1px solid transparent;
    z-index: 10;
}

.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: 16px;
        font-weight: 400;
    }

    .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: 16px;
        color: #333;
    }

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

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

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


        .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 {
    background: #595045;
    
}
.menu-bg .container-fluid{
    padding-left:15px;
    padding-right:15px;
    
}
@media (min-width:768px) {



    .top-area .eqcol {
        position: relative;
    }



    .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:#000 !important;
            background-color: #f1f2f3;
        }
        .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: 50px;
        border: none;
        border-radius: 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;
            font-weight: 300;
            font-size: 16px;
            font-family: 'Geologica', sans-serif;
        }

            .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: 16px;
        }

        .navbar-default .navbar-nav > li > a span {
            color: #fff;
            font-size: 16px;
        }

         .with-dropdown-menu:hover  {
             color: #000000 !important;
            font-size: 16px;
            background-color: #f1f2f3;
        }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            color: #000000;
            font-size: 16px;
            background-color: #f1f2f3;
        }

    .dropdown-toggle-search span {
        color: #000000;
        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: #000000;
        font-size: 16px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #000000 !important;
        background-color: #f1f2f3; /*009edd*/
    }

    .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: #fff;
        background: none;
        font-weight: 500;
    }

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

    .is-sticky .dropdown-toggle-search span {
        color: #fff;
        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: #fff;
    }


    .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: 0px 0;
        margin: 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        border: 1px solid #f1f2f3;
        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: #f1f2f3;
        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: 600;
            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: 600;
                color: #000;
                text-decoration: underline;
                white-space: nowrap;
                background: #f1f2f3;
                
            }



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

    .yamm .yamm-fw .dropdown-menu {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        
       
        padding: 20px 15px;
        
    }
     .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: 700;
            font-size: 16px;
            display: block;
            padding-bottom: 5px;
           
        }
        
         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;
        }

    .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: #595045;
        margin-left: -15px;
        margin-right: -15px;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
    }

    .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: 16px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #e6d198;
    }
        .navbar-default .navbar-nav > li > a span {
            color: #fff;
            font-size: 16px;
        }
    .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: #E6D198;
            font-size: 16px;
        }

    .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: #e6d198;
        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 5px 5px;
    }

    .shortcuts-area {
        text-align: right;
        padding-right: 15px;
        background: rgba(0,0,0,0.5);
    }
    
    
       .menu-sub-category-wrapper{
            margin-bottom: 10px;
        }
  
  
        a.menu-sub-category, a.menu-sub-category:hover, a.menu-sub-category:focus {
            font-weight: 600;
            font-size: 16px;
            display: block;
            color:#fff;
            padding-bottom: 5px;
           
        } a.menu-sub-category:hover, a.menu-sub-category:focus {
            color:#8bb44d !important;
        }
        
         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;
            color:#fff;
            padding-left:15px;
        }

        a.menu-sub-sub-category:hover, a.menu-sub-sub-category:focus {
            color: #fff !important;
        }
        
}


@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: 16px;
    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: #fff;
    background-size:cover;
    color: #000;
    font-size: 14px;
}
.logo-bottom-new{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
} 
    .footer-area, .footer-area a, .footer-area a:hover {
        color: #505252;
        font-size: 12px;
    }

        .footer-area h3 {
            color: #333;
            font-size: 16px;
            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: 16px;
        }
}

@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: 18px;
}

.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 {
    border-radius: 0px;
    font-size: 16px;
    padding: 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: #282828;
    color: #fff;
    background: #282828;
    cursor: pointer;
    border-radius: 0px;
    margin-bottom: 0;
}

    .btn-primary:hover, .btn-primary:focus {
        border-color: #009edd;
        color: #fff;
        background: #009edd;
        cursor: pointer;
        border-radius: 0px;
        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;
        border-radius: 0px;
        color: #878d84;
        margin-bottom: 0;
    }


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

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

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

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

    .btn-info:hover, .btn-info:focus {
        border-color: #009edd;
        color: #fff;
        background: #009edd;
        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: #009edd;
        color: #fff;
        background: #009edd;
        cursor: pointer;
        border-radius: 0px;
        color: #ffffff;
        margin-bottom: 0;
    }

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

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

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


.newsletter-area {
    background: #efefef;
}

    .newsletter-area .template-editor-title {
        font-family: 'Geologica', sans-serif;
        font-size: 24px;
    }

.newsletter .btn.btn-primary {
    background: #536877;
    border-color: #536877;
    color: #ffffff;
}

.newsletter .form-control, .newsletter .form-control:hover, .newsletter .form-control:focus {
    border-color: #536877;
}

.newsletter .btn.btn-primary:hover, .newsletter .btn.btn-primary:focus {
    background: #3a4852;
    border-color: #3a4852;
    color: #ffffff;
}


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



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: 16px;
    font-weight: 300;
}

    .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: 18px;
    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-title a, .product-tile .tile-title a:hover, .product-tile .tile-title a:focus {
        font-size: 18px;
        font-weight: 500;
        color: #009edd;
    }

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

    .product-tile .tile-code {
        font-weight: 700;
    }


    .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: 18px;
    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: 16px;
        }
}


@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: 16px;
    }



    .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: #E6D198  !important;
    border-color: #E6D198  !important;        }

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

    .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: #E6D198;
        border-color: #E6D198;
    }

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


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

h4.modal-title {
    font-size: 20px;
}
.home-container{
    padding-left:0px;
    padding-right:0px;
}
.top-logo{
    max-width:300px;
}


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 #e8dab8;
    background: #fff;
    padding:16px 24px;
    border-radius:15px;
    font-weight:600;
}

.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 #e8dab8;
    background: #e8dab8;
    padding:16px 24px;
        font-weight:600;

    border-radius:15px;
}
.Home-Partners .owl-next, .Home-Partners  .owl-prev {
    background: transparent;
    color: #595045;
    font-size:40px;
    font-weight:600;
}
.Home-Partners .owl-next:hover, .Home-Partners .owl-prev:hover {
      background: transparent;
    color: #595045;
    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:#e8dab80F;
}
.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: #595045;
    border:1px solid #ebebeb;
    background: #fff;
    padding:16px 24px;
    border-radius:0px;
}

.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: #595045;
    border:1px solid #ebebeb;
    padding:16px 24px;
    border-radius:0px;
}



.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:#e8dab8;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 20px 55px 20px;
}
.home-box-tile-title h3{
    color:#000;
    font-size:16px;
    font-weight:600;
}
.home-box-tile-description,.home-box-tile-description *{
    font-size: 15px; 
    color:#000 !important;
    font-weight: 200;
    
}
.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: 16px; color:#fff;
    font-weight: 200;
    
}
.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: 16px;
    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: 18px;
    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: #009edd;
}


.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: #009edd;
    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: #009edd;
    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: 16px;
        color: #555;
    }

        .cat-path i {
            font-size: 20px;
            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: 16px;
        color: #555;
    }

        .path i {
            font-size: 20px;
            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: 600;
        color: #ffffff;
    }

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

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

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

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

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

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

.top-image-area {
    background: #000;
}

.panel-group .panel-default {
    box-shadow: none;
    

}

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

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


    .panel-group .panel-default > .panel-heading {
        padding-top: 5px;
        padding-bottom: 5px;
        background: #fff;
        border: 1px solid #00000020;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
 
    
 .panel-group .panel-default > .panel-heading:hover  {
        padding-top: 5px;
        padding-bottom: 5px;
        background: #E8DAB8;
        border: 1px solid #E8DAB8;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    
     .panel-group .panel-default > .panel-heading:focus  {
           
            background: #E8DAB8!important;
            border: 1px solid #E8DAB8!important;
     
        }
    
     .panel-group .panel-default > .panel-heading:active  {
          
            background: #E8DAB8!important;
            border: 1px solid #E8DAB8!important;
       
        }
        




    .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: #fff;
}

    .main-content ul {
        padding: 0px;
        font-size: 14px;
        font-weight: 300;
    }

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

@media (max-width:768px) {


    #back-top {
        position: fixed;
        bottom: 30px;
        right: 20px;
    }
}



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



  

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}




.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:#59504526;
    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;
}






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

.panel-heading.min {
    border-bottom: none;
  
}

.panel-heading {
    padding: 0 15px;
    border: 1px solid #000;
    margin-top: 10px;
}

.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: 18px;
    margin-bottom: 0px;
}

.panel-heading .panel-title {
    color: #000;
    font-size: 20px;
    font-weight: 300;
   text-transform:Capitalize;
}
.panel-heading em {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    position:relative;
    bottom:-15px;
    cursor:pointer;
}
.price-range-slider {
    height: 7px;
    background: #f1f1f1;
}

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

    .price-range-slider .ui-slider-handle {
        height: 17px;
        width: 17px;
        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: #9A0000;
        border: 0;
    }

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

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

h1.product-caption {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    color: #595045;
    font-weight: 600;
    font-size:25px;
}

.product-code {
    font-weight: 300;
    font-size: 16px;
    color:#000;
}

    .product-code span {
       font-weight: 400;
    font-size: 16px;
    color:#000;
    }

    .product-code a,.product-code a:hover,.product-code a:focus {
       font-weight: 400;
        font-size: 16px;
        color:#E6D198;
    }
.product-blue-content{
    background:#e8dab80F;
    padding:20px;
    border-radius:15px;
}

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: 16px;
}

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

.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: 400;
    position: relative;
    display: inline-block;
}

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

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

.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: 18px;
        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;
    }
}


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

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

.filters-panel-data li {
    border-bottom: #eee 1px solid;
    list-style-position: inside;
    padding-top: 8px;
    padding-bottom: 8px;
}

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

.filters-panel-data .badge {
    background-color: #595045 !important;
    min-width: 24px;
    text-align: center;
    border-radius: 3px;
    color: #fff; /*666*/
    font-size: 14px;
    font-weight: normal;
}


.filters-panel-heading {
    font-size: 20px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 300;
}

.filters-panel {
    margin-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: 600;
}

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








.btn.btn-primary.btn-add-to-cart {
    background: #009edd;
    border: 1px solid #009edd;
    color: #fff;
    font-weight: 100;
    font-size:16px;
}

    .btn.btn-primary.btn-add-to-cart:hover, .btn.btn-primary.btn-add-to-cart:focus {
        background: #000;
        border: 1px solid #000;
        color: #fff;
        font-weight: 100;
         font-size:16px;
    }



.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;
    
   
}
.icon-cart {
    margin-left: 15px;
    margin-right: 25px;
}
#inline-cart-total-quantity {
    color: #fff;
    background: #E6D198;
    font-size: 12px;
    position: absolute;
    right: -10px;
    border-radius: 50px !important;
    top: 0px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 10px;
    text-align: center;
}
.menu-area svg {
    fill: #595045;
    width: 25px;
    height: 25px;
    line-height: 45px;
    font-size: 45px;
    vertical-align: middle;
}
.menu-area .icon-wishlist{
    margin-left:15px;
}
.menu-area .icon-wishlist svg {
    fill: #595045;
    width: 25px;
    height: 25px;
    line-height: 35px;
    font-size: 35px;
    vertical-align: middle;
}
.inline-cart-total-quantity-wrapper {
    position: relative;
    display: inline-block;
}

.search.search-form {
    border: 1px solid #f1f2f3;
    background: #000;
    border-radius: 0px;
    overflow: hidden;
    margin-top: 20px;
}
    .search.search-form .form-control {
        background: #f1f2f3;
        border-color: #f1f2f3;
        color: #333;
        box-shadow: none;
        font-size: 14px;
        font-family: 'Geologica', sans-serif;
    }
    .search.search-form .btn.btn-primary, .search.search-form .btn.btn-primary:hover, .search.search-form .btn.btn-primary:focus {
        background: #595045;
        border-color: #595045;
        color: #fff;
        box-shadow: none;
        font-size: 20px;
        font-family: 'Geologica', sans-serif;
        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:#e8dab800;
    box-shadow:none !important;
    border-radius:15px;
}

.panel-main-filter.panel-default > .panel-heading {
    background-color: #f1f2f3;
    border-color: #f1f2f3;
    color: #000;
    font-size: 20px;
    margin-bottom: 0px;
}

@media (max-width:768px) {
    .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: 600;
    font-size: 20px;
    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: #009edd;
        font-weight: 600;
        font-size: 20px;
        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: #009edd;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}

h3.product-tab-title {
    color: #009edd;
    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: #009edd;
    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: 18px;
}

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

    .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;
    background: none;
    font-size: 15px;
    font-weight: 200;
}

.path-area {
    background: #fff;
}

.path-area.category-path-area{
    background: #ffffff;
    border-bottom: 1px solid rgba(47, 72, 88, 0.2);
}
.path-area.category-path-area h1{
    color:#000;
    font-size:24px;
    font-weight:300;
}
.path-area li {
        color: #E6D198;
       
    }
   .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: #00000090;
        font-size:14px;
        font-weight:400;
    }

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

.alert{
    color:#000;
    border:1px solid #333;
    background:#fff;
}

.customer-details {
    font-size: 18px;
    color: #009edd;
}

.btn-default {
    color: #000000;
    
}

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

.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: 20px;
    font-weight: 600;
    line-height: 46px;
}

    h3.print-caption i {
        padding: 0px;
        margin: 0px;
        margin-right: 10px;
        font-size: 20px;
        font-weight: 600;
        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;
    }
}
.boxes-area {
    background: #e8dab80F;
    padding-top:30px;
    padding-bottom:30px;
  
}
.box-item-details{
    padding-top:15px;
}
.box-item-title {
    color: #595045;
    font-size: 25px;
    font-weight: 600;
    padding-bottom:10px;
}
.box-item img {
    width: 64px;
    height: 64px;
}
.about-area .row {
    padding-top: 10px;
    padding-bottom: 10px;
}
.about-area{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left:153px;
}

@media(max-width:768px) { 
    .about-area{
   margin-right: 0px;
   margin-left: 0px;
    padding-left:0px;
}
    
    }

.about-area .container-fluid .text-center{
    margin-top:40px;
    padding-top:10px;
}
.text-center1 {
    margin-top:40px;
    padding-top:10px;
    padding-left:150px;

}


    .about-area, .about-area a, .about-area a:hover, .about-area a:focus {
        color: #fff;
        background-color:#595045;
    }

        .about-area .text-left a, .about-area .text-left a:hover, .about-area .text-left a:focus {
            font-size: 18px;
            
            display: inline-block;
        }

        .about-area .text-center, .about-area .text-center a, .about-area .text-center a:hover, .about-area .text-center a:focus {
            font-size: 13px;
            line-height: 28px;
            color:#fff;
            font-weight: 200;
        }


.footer-area h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Geologica', sans-serif;
}
.footer-area .logo-bottom {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(76deg) brightness(104%) contrast(100%);
    width: 150px !important;
}

.footer-area a, .footer-area a:hover, .footer-area a:focus, .gemi-number {
    color: #000;
    font-size: 15px;
    display: inline-block;
    font-weight: 200;
}

.footer-area a:hover {
  color: #e8dab8;
}

.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 {
    text-align:center;
    padding-top:20px !important;
}
    .footer-social li {
        display: inline-block;
        padding: 6px;
       
    }
.footer-social svg {
    fill: #fff;
    transition: fill 0.3s;
    font-size: 18px;
    font-weight: 400;
   
    width:25px;
    height:25px;
    line-height: 27px;
    list-style-type: none;
    margin: 0px;
    
}
.contact-col svg {
    fill: #fff;
    transition: fill 0.3s;
    font-size:18px;
    font-weight:400;
    height:14px;
    line-height:27px;
    list-style-type:none;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:3.5px;
    margin-top:0px;
}

.contact-col li, .contact-col li a, .contact-col li a:hover, .contact-col li a:focus, .contact-col li span {
    color: #000;
    font-size: 15px;
  
}
@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;
}

.container-fluid-3 {
    max-width: 1920px;
}



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: 18px;
    }
.ctile .tile-title{
    padding-top:10px;
    padding-bottom:10px;
    min-height:70px;
    text-align: center;
}
.ctile .tile-mtrl{
    position:absolute;
    bottom:10px;
    left:0px;
    font-size:12px;
    font-weight:600;
    z-index:2;
}
.ctile .tile-title a, .ctile .tile-title a:hover, .ctile .tile-title a:focus {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color:#0a0a0a;
    text-transform: none;
}
    .ctile .tile-code {
        font-family: 'Geologica', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height:24px;
        color:#333;
    }
.ctile {
    position: relative;
    background: #ffffff;
    border-style: solid;
   /* border-width: 1px 1px 1px 1px;*/
   /* border-color: #59504530; */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 0px 15px 0px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius:10px;
    
}
.ctile .tile-price{

    padding-bottom:10px;
    text-align: center;
}
.ctile .tile-price .tile-net-price{
   font-weight: 600;
    color:#000;
    text-decoration:line-through;
    font-size:14px;
}
.ctile .tile-price .tile-final-price{
   font-weight: 600;
    color:#0a0a0a;
    font-size:14px;
}
.ctile .vat-text{
    margin-left:7px;
    font-size:14px;
}


.product-price-text{
    font-size:20px;
    font-weight:400;
    color:#000;
}

.product-price{
 font-size:24px;font-weight: 800;
     color:rgb(10, 66, 122);
}
.product-price .product-net-price{
  
    color:#000;
    text-decoration:line-through;
    font-size:30px;
    font-weight: 800;
    line-height:35px; 
}
.product-price .product-final-price{
   font-size:20px;
   font-weight: 400;
   color:#000;
   line-height:35px;
}
 .product-vat-text{
    font-size:16px;
    font-weight:400;
    color:#000;
}


.QTY1 button{
    padding: 6px 12px 8px;
    height: 41px;
    border: 1px solid #efefef;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    width: 41px;
    border-color: #59504533;
    border-right: none;
    border-radius:0px;
    color: #595045;
    background: #e8dab80F;
    font-weight: 800;
    
}
.QTY2 input,.QTY2 input:hover,.QTY2 input:focus{
    border:1px solid #59504533;
    font-size: 20px;
    line-height: 20px;
    height: 41px;
    padding: 6px 10px 8px;
    text-align:center;
    font-weight:200;
    box-shadow:none;
}
.QTY3 button{
    padding: 6px 12px 8px;
    height: 41px;
    border: 1px solid #efefef;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    width: 41px;
    border-radius:0px;
    border-color: #59504533;
    color: #595045;
    background: #e8dab80F;
    font-weight: 800;
    border-left: none;
    
}
.QTY3 button:hover,.QTY3 button:focus,.QTY1 button:hover,.QTY1 button:focus{
     border:1px solid #59504533;
}
.btn-add-to-cart{
   
    color: #000 !important;
    padding-top: 15px !important;
    padding-bottom: 15px;
    margin-top: 10px !important;
    width: 100%;
    border: 1px solid #595045 !important;
    background: #59504500!important;
}
.btn-add-to-cart:hover,.btn-add-to-cart:focus{
    background: white !important;
    color: #595045 !important; 
}
.btn-add-to-cart-2{
    color: white;
    padding-top: 8px !important;
    padding-bottom: 8px;
    padding-left:25px;
    padding-right:25px;
    font-size:16px;
    width: 100%;
    border: 1px solid #595045 !important;
    background: #595045 !important;
    font-weight: 300;
}
.btn-add-to-cart-2:hover,.btn-add-to-cart-2:focus{
    background: white !important;
    color: #595045 !important; 
}
.col-image {
   position:relative;
   border: 1px solid #00000010;
   padding-top:0px;
   padding-bottom:0px;
   background-color: #f8f8f8;
}

.tile-wishlist{
    position:absolute;
    bottom: 10px;
    left: 10px;
    z-index:2;
}
.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";
   
}
.ctile  .fa-heart-o:before {
    
    background-color: #000;
    color: #fff;
    size: 10px;
    padding: 10px;
    border-radius: 25px;
    font-size: 13px;

}



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

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

.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: 18px;
    margin: 0;
    z-index: 3;
}

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


.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: 18px;
        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;
    height: 30px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    font-size: 18px;
    margin: 0;
    z-index: 3
}

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

.header-medium-lined {
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom:30px;
    text-align:left;
    padding-bottom:0px;
    color: #000;
}

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

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

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

.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: #a0a0a0;
    color: #ffffff;
}

table.table th, table.table td {
    font-size: 18px;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #009edd;
    background-color: #009edd;
    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: 20px;
    font-weight: 500;
}

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

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

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

.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: 18px;
        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: 18px;
    }

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

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

@media (max-width:768px) {

    .menu-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
.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-top: none;
}

.username {
    font-weight: 300;
    color: #595045;
   
}
@media(min-width:768px) {
    .ver-menu-toggler, .ver-menu {
        display: none !important;
    }
    
}
@media(min-width:990px) {
 

    .top-cart {
        float: right;
        padding-top:20px;
    }
}
@media(max-width:768px) {
    .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;
    }

}

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


.bg-gray {
    background: #efefef;
}


.template-editor-title {
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000000;
    font-family: 'Geologica', sans-serif;
    font-size:24px;
}
.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; /*#009edd*/
    padding-top:30px;
    padding-bottom:30px;
    margin-top:30px;
}

    .color-matching-search-wrapper label {
        font-size: 20px;
        font-family: 'Geologica', sans-serif;
        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: #009edd;
    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) }
}
  .hidden-link {
        display: none;
    }


.subscribe-btn {
    color:#000;
    background-color: #F1A886ed;
    border-radius: 0px;
}

.subscribe-btn:hover {
    color:#fff;
    background-color: #000;
    border-radius: 0px;
}

.subscribe-form {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        border: 1px solid rgba(47, 72, 88, 0.2);
}
  .footer-line {
      border-top: 1px solid rgb(211 227 253);
  }
 
.article-title{
    text-align: center;
    }
    
 .breadcrumb .product-breadcrumb {
     font-size:15px;
     color:#000;
     font-weight: 200;
      }
      
      
      
.add-to-cart-home{
    padding-top:5px !important;
    padding-bottom:5px !important;
    width: 60%;
    position: absolute;
    right: 17%;
    bottom: -10px;
    
}

.panel-default > .panel-body {
    border: 0px solid #e4e9eb;
    border-top: none;
}

.wishlist-product {
    position: relative;
    bottom: 0px;
    left: 265px;
    display: contents;
}

.wishlist-product .fa-heart-o:before {

    background-color: #fff;
    color: #000;
    size: 10px;
    padding: 10px;
    border-radius: 25px;
    font-size: 13px;
}

 .font-wishlist{
    font-family: 'Geologica';
    font-weight: 100;
}

.product-view .fa-angle-left:before {
    font-size: 25px !important;
    color: #000 !important;
    background-color: #fff0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    
}

.product-view .fa-angle-right:before {
    font-size: 25px !important;
    color: #000 !important;
    background-color: #fff0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    
}

.button-extra-css {
    margin-left: 15px;  
    margin-bottom: 250px;
    border-color: #28282800!important;
    background: #28282800!important;
}



.title-extra-css{
    padding-bottom: 200px;
    
}

 @media(max-width:768px) {
     
   .button-extra-css {
     margin-left: 15px;  
     margin-bottom: 15px;
     
     }
     
   .title-extra-css{
     padding-bottom: 50px;
     color:#fff;
    
}
 .title-extra-css a{
  
     color:#fff;

 }
 
 .logo-footer-css {
   text-align: center;
 }
     
 }
 
.gdprcookie p {
    font-size: 0.8em !important;
    line-height: 1.2em;
    color: #111;
}
.gdprcookie h1, .gdprcookie h2 {
    font-size: 1em !important;
    margin-bottom: 0.4rem;
   
}
.gdprcookie-buttons button {
    color: #333;
    font-family: inherit;
    border: solid 0.05em #333;   
    border-radius: 0px;
}
.gdprcookie-buttons button:first-child {
    color: #fff;
    border: solid 0.05rem #333;
    margin: 0.5em;
    background: #333;
    border-radius: 0px;
}
#login-password-show,
#login-password-hide{ 
    padding:5px !important;
}
.gdprcookie{
    display:none !important;
}
.ctile .form-calculator{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
}
.ctile .form-group.options-type-select img{margin-left:5px;cursor:pointer;margin-top:-5px;}
.ctile .form-group.options-type-select select{display:inline-block;}
.product-details .form-group.options-type-select img{display:none;}
.product-details .form-group.options-type-select .fclose{display:none;}
.fclose{cursor:pointer;}
.product-details .fclose{display:none;}

.s1-report-container{overflow-x:auto;}

.tile-availability{font-size:15px;color:#ec1f24;}
.wishlisted{color:#cc0000;}
.panel-primary .panel-heading .panel-title {

    color: #ffffff !important;
  
}
@media(max-width:768px){
    .no-float{float:none !important;display:block;margin-bottom:20px;}
    .no-float .btn{padding-left:15px;padding-right:15px;width:initial;}
}




.mandatory {
    color: black !important;
    
}

.jscroll-inner { overflow: hidden; }
.filter-hide {
    display: none ;
}
.filter-hide.show {
    display: block ;
}
.filter-more-less {
    display: block;
    cursor: pointer;
    border-top: 1px dashed #555;
    padding-top: 4px;
    padding-bottom: 4px;
}
.filter-more-less em {
    font-size: 14px;
    line-height: 16px;
    position: relative;
}
.filter-more-less span {
    display: none;
}
.filter-more-less span.active {
    display: block;
}
.row.equal,.jscroll-inner.equal,.jscroll-added.equal {
  display: flex;
  flex-wrap: wrap;
}
.filters-panel-data {
    padding: 0px;
    margin: 0px;
}
.filters-panel-data li {
    list-style: none;
    list-style-position: inside;
    margin-bottom: 0px;
}
.edit-actions,#back-top{
    z-index:3;
}


.color-matching-search-message{
    border: 2px solid #fff; 
    padding:4px;
    color:#000;
}
#template-editor-color-matching-search-message p{
    margin:0px;padding:0px;
    font-size:14px;font-family: 'Heading Now 65';
}
#template-editor-color-matching-search-message{
    background:#fff4ce;
    padding:5px;
}
.product-options-control label{
    text-align:left !important;
    display:block;
}
.btn-option{border:1px solid #ccc !important;}

.title-slider {
background-color: rgba(0, 0, 0, 0.4);   
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
    letter-spacing: 5.5px;
}


.fa-angle-left:before {
    font-size: 60px;
    color: #000;
    background-color: #ffffff00;
    padding-left: 10px;
    padding-right: 10px;

}
.fa-angle-right:before {
    font-size: 60px;
    color: #000;
    background-color: #ffffff00;
    padding-left: 10px;
    padding-right: 10px;

}

@media(max-width:768px) { 
    
    .fa-angle-left:before { font-size: 35px;}
    
    .fa-angle-right:before { font-size: 35px; }
    
    
    }





.default-owl-slider-wrapper .owl-next, .default-owl-slider-wrapper .owl-prev {
    background: #ededed00;
    color: #fff;
}

.default-owl-slider-wrapper .owl-next:hover, .default-owl-slider-wrapper .owl-prev:hover {
    background: #ccc0;
}
 @media(min-width:991px) {
.hidden-desktop{
 display: none !important; 
}
}

 @media(max-width:768px) {
.top-logo {
    width:95% !important;
}

.main-content {
        background: #fff;
        max-width: 1920px;
        overflow-x: hidden !important;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }



.footer-css-width {
    margin-left: 0px!important;
    margin-right :0px!important;
}

.col-image {
 height: auto !important; 
}
.ctile .tile-title {
  
    min-height: 0px !important;
    
}
.lang-text-center {
 text-align: center !important;
 
}

  .menu-area svg {
    width: 30px !important;
    height: 30px !important;
    line-height: 45px;
    font-size: 45px;
    margin-right: -3px !important;
    margin-left: -3px !important;
    
}
.username {
   display: none;  
}

.input-group-btn {
  
    background-color: #595045;
}

.search.search-form .btn.btn-primary, .search.search-form .btn.btn-primary:hover, .search.search-form .btn.btn-primary:focus {

    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.input-lg {
    height: 35px;

}

.default-owl-slider-wrapper .owl-prev,.default-owl-slider-wrapper .owl-next {

    top: 35%;
  
}

}
.register-box{
display: none !important;  
}

.product-net-price {
        text-decoration: line-through;
}
.NotesHeader{
    font-weight:400;
    color:#333;
}

#CheckoutLinesWrapper table.table th, #CheckoutLinesWrapper .table.table-bordered thead tr {
    background: #ededed;
    color: #333;
}
#CheckoutLinesWrapper table.table th,#CheckoutLinesWrapper  table.table td {
    font-size: 15px;
}


.checkout-form .help-block {
   
   color: #2d2d2d;
   font-size:13px;
   font-weight:300;
}

.brand-tile a, .brand-tile{
   color: #000 !important; 
   font-size:14px !important;
   font-weight: bold !important;
}

.popup-content {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 10000;
    overflow: auto; /* επιτρέπει scrolling σε όλο το overlay */
}

.popup-inner {
    position: relative;
    background: white;
    border-radius: 8px;
    max-width: 800px;
    margin: 80px auto;
    padding: 20px 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    max-height: 80vh;        /* περιορίζει το ύψος στο 80% του παραθύρου */
    overflow-y: auto;        /* ενεργοποιεί κάθετο scroll μέσα στο popup */
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: color 0.2s;
}

.close-popup:hover {
    color: red;
}

.product-metaforika{
    font-weight: 200;
    font-size: 13px;
    color: #000;  
}
