﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
    font-size: 16px;
    color: #333333;
    text-transform: none;
    font-weight:400;
    font-family: 'Noto Sans', sans-serif;
}
body {
    background: #ffffff;
}
.container-fluid{
    max-width: 1600px;
}

a:hover, a:focus {
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    color: #333;
}

a {
    
    color:#af8d6b
}
h1, h2, h3, h4, h5 {
    font-family: "Noto Serif", serif;
}

.modal .modal-content .modal-header {
    background: #af8d6b;
}
.modal.modal-cart .modal-content .modal-header {
    background: #eee8db;
    min-height: 50px;
}
.loader .loader-overlay {
   opacity:0.2;
}    
.edit-actions {
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    left: 20px;
}

.top-area {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #eee8db;
}

.lang-icons {
    padding-top: 15px;
    padding-bottom: 15px;
}
.lang-icons .flag-icon {
    font-size: 30px;
}



.edit-actions a, .edit-actions a:hover, .edit-actions a:focus {
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
}

.transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}




a.social-facebook:hover, a.social-facebook:focus {
    color: #3b5998;
}

a.social-twitter:hover, a.social-twitter:focus {
    color: #55acee;
}

a.social-linkedin:hover, a.social-linkedin:focus {
    color: #007bb5;
}

a.social-google-plus:hover, a.social-google-plus:focus {
    color: #dd4b39;
}

a.social-instagram:hover, a.social-instagram:focus {
    color: #973393;
}
a.social-pinterest:hover, a.social-pinterest:focus {
    color: #BD081C;
}

.alert-info {
    background-color: #f7f7f7;
    border-color: #af8d6b;
    color: #af8d6b;
}



.btn-link,.btn-link:hover,.btn-link:focus{color: #af8d6b;}


.search-wrapper-relative {
    margin-top:10px;
    margin-bottom:10px;
    position: relative;
}
.search-wrapper-relative .form-group {
    margin:0px;
    padding:0px;
}

.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: 1600px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 1px solid #6363634d;
    border-top: 2px solid #af8d6b;
    border-radius: 6px;
    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;
        overflow: 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;
    }

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

.search.search-form {
    border: 1px solid #6363634d;

    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    
}

    .search.search-form .form-control {
        background: #fff;
        border-color: #fff;
        color: #333;
        box-shadow: none;
        font-size: 16px;
        padding-left: 10px;
    }

    .search.search-form .btn.btn-primary, .search.search-form .btn.btn-primary:hover, .search.search-form .btn.btn-primary:focus {
        background: #fff;
        border-color: #fff;
        color: #6363634d;
        box-shadow: none;
        font-size: 20px;
        margin: 0px !important;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    
        .search.search-form .btn.btn-default, .search.search-form .btn.btn-default:hover, .search.search-form .btn.btn-default:focus {
        background: #7B5A2F;
        border-color:#7B5A2F;
        color: #fff;
        box-shadow: none;
        min-width:150px;
        border-radius:5px !important;
        margin: 0px !important;
        padding-bottom: 7px;
        padding-top: 7px;
        font-weight:normal;
    }

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

@media (max-width: 990px) {
    .navbar-header {
        display: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
           
            padding-left:7px;
            padding-right:7px;
            
        }

}

@media (min-width:990px) {

    .logo-wrapper {
        max-width: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
    }

    /* important to play menu */
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar .navbar-collapse {
        text-align: center;
        padding-left: 0px;
    }

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

    .navbar-nav {
       
        text-align: center;
    }
    .dropdown-submenu {
        position: relative;
    }

      

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

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


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


    .navbar-nav > li > .dropdown-menu {
        margin-top: -2px;
        box-shadow: none;
        border-radius:3px !important;
        border-top: 2px solid #af8d6b;
    }

    .with-dropdown-menu .dropdown-menu{
        padding:15px;
    }
        .with-dropdown-menu .dropdown-menu a, .with-dropdown-menu .dropdown-menu a:hover, .with-dropdown-menu .dropdown-menu a:focus{
            padding: 15px;
            font-weight: 500;
            font-size: 15px;
            display: block;
        }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        border-radius: 6px !important;
    }


    .yamm .yamm-fw .dropdown-menu {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 15px;
    }

    .menu-sub-category-wrapper {
        padding:0px;
        margin:0px;
        list-style:none;
        margin-bottom: 10px;
        padding-left: 15px;
        
    }
        .menu-sub-category-wrapper.two-cols {
            columns: 2;
            
        }


    a.menu-sub-category, a.menu-sub-category:hover, a.menu-sub-category:focus {
        font-weight: 700;
        font-size: 17px;
        display: block;
        padding-bottom: 10px;
        color:#333;
       
    }

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

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


    .navbar {
        margin-bottom: 0px;
        border: none;
        background: none;
    }

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



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

    .menu-col-3 li {
        float: none;
        display: inline-block;
        list-style: none;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0px
    }

        .menu-col-3 li a, .menu-col-3 li a:hover, .menu-col-3 li a:focus {
            text-decoration: none;
            font-size: 2em;
            color: #333;
        }

    .cart-badge-lines-wrapper {
        font-size: 15px;
        position: relative;
        margin-left: 5px;
        top: -10px;
    }



    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        font-weight: 600;
        font-size: 16px;
        
        display:block;
    }

         

    
    .minimal .fixed-area .search {
        padding-bottom: 0px;
    }

    .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #af8d6b;
    }


    .navbar-default .navbar-nav .simple .dropdown-menu {
        padding: 10px !important;
    }

    .navbar-default .navbar-nav .dropdown-menu a {
        background-color: #ffffff;
        color: #333;
        padding: 3px 10px !important;
        text-align: left;
    }

    .navbar-default .navbar-nav .dropdown-menu a:hover, .navbar-default .navbar-nav .dropdown-menu a:focus {
        background-color: #ffffff;
        color: #af8d6b;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #ffffff;
        color: #74777c;
    }

    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #ffffff;
        color: #af8d6b;
    }

    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }



    .new-menu-area {
        position: relative;
       
        background:#fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    }
  

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

    .navbar .navbar-collapse {
        text-align: center;
    }

    .menu-col-2 {
        text-align: center;
    }

  

      

        
        
}


.info-area {
    background: #BDAC97;
    color:#fff;
    font-size:14px;
    padding-bottom:3px;
    padding-top:3px;
}

.info-area .top-menu > ul {
    margin:0px;
    padding:0px;
    display:inline-block;
}
.info-area .top-menu > ul > li{
    
    padding: 0px;
    list-style:none;
    float:left;
}
    .info-area .top-menu > ul > li a, .info-area .top-menu > ul > li a:hover, .info-area .top-menu > ul > li a:focus {
        color: #fff;
        font-weight:500;
        font-size: 15px;
        text-decoration:none;
    }
    .info-area .top-menu-2 > ul > li a em, .info-area .top-menu-2 > ul > li a:hover em, .info-area .top-menu-2 > ul > li a:focus em {
        color: #7B5A2F;
        
        font-size: 15px;
        text-decoration: none;
        margin-right: 5px;
    }
        .info-area .top-menu > ul > li a:hover, .info-area .top-menu > ul > li a:focus {
            color: #333;
            font-weight:500;
        font-size: 15px;
            text-decoration: none;
        }
      .info-area .top-menu > ul > li hr {
            margin:0px !important; 
            padding:0px !important; 
        }
        
        .info-area .top-menu > ul > li .welcome {
           display: block;
            padding: 6px 20px;
            background:#333;
            color:#fff;
        }
    
     .info-area .top-menu > ul > li li a, .info-area .top-menu > ul > li li a:hover, .info-area .top-menu > ul > li li a:focus {
        color: #333;
        font-size: 14px;
        text-decoration:none;
    }  
    
    .info-area .top-menu > ul > li li a:hover, .info-area .top-menu > ul > li li a:focus {
        color: #fff;
      
    }
  
  .drop-down-top-link a, .drop-down-top-link a:hover, .drop-down-top-link a:focus {
      padding: 6px 10px !important;
    }
 
    .info-area .dropdown-menu.dropdown-top-menu{
        width:220px !important;
    }
    
    
    
    

    .panel-menu-fixed hr {
        padding: 0px;
        margin: 0px;
    }
.panel-menu-fixed .welcome{
    text-align: center;
    color:#333;
    font-weight: 600;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}
.panel-menu-fixed{
    background: #fff;
    position: fixed;
    width:100%;
    max-width: 330px;
    height: 100%;
    min-height: 100%;
    z-index: 10000000000000003;
    top:0px;
    left: -120%;    
    overflow-x: hidden;
    overflow-y: auto;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}    
.panel-menu-fixed-deco{
    padding:10px;
}
.panel-menu-fixed-toggle{
    background: #af8d6b;
    position: fixed;
    width:44px;
    height: 44px;
    z-index: 10000000000000003;
    top:5px;
    left: -120%;
    line-height: 34px;
    text-align: center;
    cursor:pointer;
    border-radius: 4px;
    color:#fff;
    font-size:28px
}    
.panel-menu-fixed-overlay{
    background: rgba(0,0,0,0.5);
    position: fixed;
    width:100%;   
    height: 100%;
    min-height: 100%;
    z-index: 10000000000000002;
    top:0px;
    left: -120%;
}
.cart-icon{
    padding-top:10px;
}
.cart-icon img {
    width:44px;height:44px;
}
    .cart-icon .badge {
        position: relative;
        margin-left: -15px;
        margin-top: -10px;
        background: #7B5A2F;
    }
.top-area-logo {
    max-height: 100px;   
    margin-top: -10px;
}
.container-home{
    padding-left:15px;
    padding-right:15px;
}
@media(max-width:990px) {
    .cart-icon {
        padding-top: 10px;
    }
    .top-area-logo {
        max-height: 60px;
        margin-top: 0px;
    }
    .cart-icon img {
        width: 32px;
        height:32px;
    }

    .cart-icon .badge {
        position: relative;
        left: 0px;
        top: 0px;
    }
}
.panel-menu-fixed.opened {
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}    
.panel-menu-fixed-toggle.opened{
    left: 335px;

 

}    
.panel-menu-fixed-overlay.opened{
    left: 0px;
}
.sitemap-button__lines>div {
    background: #fff;
    height: 2px;
    margin-bottom: 5px;
    pointer-events: none;
    transition: transform .25s;
    width: 16px;
}
 .sitemap-button__lines>div:first-child {
    transform:translateY(7px) translateZ(0) rotate(45deg)
}
 .sitemap-button__lines>div:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}
.sitemap-button__lines>div:last-child {
     transform: translateY(-7px) translateZ(0) rotate(-45deg)
}
.sitemap-button__lines{
    top:13px;
    left:13px; height: 22px;
    width: 22px;
    margin-left: 8px;
    margin-top: 6px;
}


@media(max-width:990px) {
    .navbar-default .navbar-brand {
        color: #af8d6b;
        font-weight: 300;
        position: relative;
    }

    .menu-col-3, .menu-col-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .menu-col-3 > ul, .top-area ul {
            margin: 0px;
            padding: 0px;
            display: inline-block;
        }

            .top-area ul ul {
                display: none;
            }

        .menu-col-3 li {
            float: none;
            display: inline-block;
            list-style: none;
            padding-top: 25px;
            padding-bottom: 25px;
            padding-left: 5px;
            padding-right: 5px;
            margin: 0px
        }

            .menu-col-3 li a, .menu-col-3 li a:hover, .menu-col-3 li a:focus {
                text-decoration: none;
                font-size: 2em;
                color: #333;
            }

    .cart-badge-lines-wrapper {
        font-size: 18px;
        position: relative;
        margin-left: 5px;
        top: -10px;
    }

    .top-area span.info {
        font-size: 14px;
        font-weight: 400;
        padding-top: 10px;
        padding-bottom: 0px;
        display: block;
        color: rgba(78,78,78,0.9);
    }

    .navbar {
        min-height: 90px;
        border-top: none;
        margin-bottom: 0px;
        border: none;
        background: none;
    }

    .top-area li {
        padding-bottom: 0px;
    }

    .menu-logo {
        height: 70px;
        position: relative;
        top: -5px;
        left: -15px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: 25px;
        margin-right: 0px;
    }

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

    

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 1px;
    }

    .dropdown-langs > .dropdown-menu {
        display: none;
    }

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


    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        position: relative;
        display: block;
        color: #74777c;
        font-weight: 400;
        position: relative;
        font-size: 14px;
        position: relative;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #af8d6b;
        }

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

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background: #ffffff;
            color: #af8d6b;
        }

    .navbar-collapse {
        max-height: initial;
    }

    .about-area {
        text-align: center !important;
    }

        .about-area .pull-left {
            display: block;
            float: none !important;
            padding-bottom: 10px;
        }

        .about-area .text-right {
            text-align: center !important;
        }


        .navbar {
            min-height: 0px;
            border-top: none;
            margin-bottom: 0px;
            border: none;
            background: none;
        }
       .top-col-1 .navbar-toggle {
            display: block !important;
            float:left !important;
       
        }
    
        .top-col-1 .navbar-toggle .icon-bar {
            background-color: #333;
        }
    
        .navbar-default .navbar-toggle {
           display: none;
        }
}


@media(min-width:990px) AND (max-width:1200px) {
    .logo-wrapper {
        max-width: 200px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .navbar-default .navbar-nav > li {
        padding-top: 0px;
        padding-bottom:0px;
        padding-left: 7px;
        padding-right: 7px;
        display: inline-block;
    }
  

        .navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
            font-size: 13px;  padding-top: 15px;
        padding-bottom: 15px;
        }

    .menu-col-3 {
        padding-left: 0px;
    }

    .menu-col-2 {
        padding-right: 0px;
    }


    .menu-col-3 li {
        float: none;
        display: inline-block;
        list-style: none;
        padding-top: 35px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0px;
    }

        .menu-col-3 li a, .menu-col-3 li a:hover, .menu-col-3 li a:focus {
            text-decoration: none;
            font-size: 1.4em;
            color: #333;
        }

    .cart-badge-lines-wrapper {
        font-size: 14px;
        position: relative;
        margin-left: 5px;
        top: -7px;
    }

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

    .navbar .navbar-collapse {
        text-align: center;
    }

    .menu-col-2 {
        text-align: center;
    }
}

@media (max-width:768px) {
    .visible-ms-inline-block {
        display: none;
    }

    .top-area .col-right, .top-area span.info {
        text-align: center;
    }

}




@media (max-width:480px) {
    .visible-ms-inline-block {
        display: none;
    }

    .menu-logo {
        height: 50px;
        position: relative;
        top: 0px;
        left: -15px;
    }
    .top-col-1 img{
        max-height: 50px !important;
        bottom:-10px;
        display: block;
        position: relative;
    }
}

.vegas-timer {
    bottom: 0;
    background: none;
    height: 2px;
}

    .vegas-timer .vegas-timer-progress {
        background: #af8d6b;
    }

.vegas-slider-wrapper {
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

    .vegas-slider-wrapper:hover .vegas-slider-prev, .vegas-slider-wrapper:hover .vegas-slider-next {
        opacity: 1;text-shadow:1px 1px 1px #333;
    }

.vegas-slider-indicators {
    position: absolute;
    z-index: 12;
    bottom: 40px;
    left: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: initial;
    text-align: center;
}

@media(max-width:768px){
    .vegas-slider-indicators {
        bottom: 5px;
    }
   
}


    .vegas-slider-indicators div {
        background: #ffffff;
        display: inline-block;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 1px solid #fff;
        cursor: pointer;
        margin-right: 3px;
        margin-left: 3px;
        box-shadow: 1px 1px 1px #59595b;
    }

        .vegas-slider-indicators div.active {
            height: 20px;
            width: 20px;
            margin-bottom: -3px;
        }

.vegas-slider-prev {
    position: absolute;
    left: 25px;
    z-index: 12;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
    opacity: 0;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
}



.vegas-slider-next {
    position: absolute;
    right: 25px;
    z-index: 12;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
    opacity: 0;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
}

    .vegas-slider-prev:hover, .vegas-slider-prev:focus, .vegas-slider-next:hover, .vegas-slider-next:focus {
        opacity: 1;text-shadow:1px 1px 1px #333;
    }

.vegas-slider-item {
    position: absolute;
    text-align: center;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: initial;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
}

.vegas-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
    min-height: 100px;
    background: url(skn/divider.png) 100% 100% no-repeat;
    background-size: cover;
}

.vegas-caption .vegas-caption-line-1 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.vegas-caption .vegas-caption-line-2 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 10px;
}

.vegas-caption .vegas-caption-line-3 {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    font-family: 'Noto Sans', serif;
    font-style: italic;
    margin-bottom: 30px;
}

.vegas-caption a.btn.btn-primary, .vegas-caption a.btn.btn-primary:hover, .vegas-caption a.btn.btn-primary:focus {
    border-color: #24205e;
    background: #24205e;
    transition: all 0.3s ease-out;
    font-size: 14px;
    text-transform: none;
    padding: 15px 25px;
    line-height: 20px;
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
}

.vegas-caption a.btn.btn-info, .vegas-caption a.btn.btn-info:hover, .vegas-caption a.btn.btn-info:focus {
    transition: all 0.3s ease-out;
    font-size: 14px;
    text-transform: none;
    padding: 15px 25px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
}


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

.white-gradient {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}




/* start page loader */
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f1f3f2;
    z-index: 100500;
}

    #page-preloader .spinner {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        border: 3px solid transparent;
        border-top-color: #ff6400;
        border-radius: 50%;
        z-index: 1001;
        -webkit-animation: spin 2.5s infinite linear;
        animation: spin 2.5s infinite linear;
    }

    #page-preloader .spinner2 {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 3px solid transparent;
        border-top-color: #8dc63f;
        border-radius: 50%;
        z-index: 1001;
        -webkit-animation: spin 2.5s infinite linear;
        animation: spin 2.5s infinite linear;
    }

    #page-preloader .spinner:before, #page-preloader .spinner:after {
        content: '';
        position: absolute;
        border-radius: 50%;
    }

    #page-preloader .spinner:before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 3px solid transparent;
        border-top-color: #088cdc;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }

    #page-preloader .spinner:after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 3px solid transparent;
        border-top-color: #92278f;
        -webkit-animation: spin 1s infinite linear;
        animation: spin 1s infinite linear;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* end page loader */




.section {
    padding: 150px 0 80px;
    position: relative;
}


.section-icon {
    position: absolute;
    top: -25px;
    top: 17px;
    left: 50%;
    margin-left: -25px;
    z-index: 11;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7;
    text-align: center;
}


    .section-icon .icon, .section-icon .fa {
        line-height: 50px;
        font-size: 16px;
        color: #666666;
        position: relative;
        z-index: 3;
    }


    .section-icon:after {
        content: "";
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        display: block;
        background: #fff;
        border: 1px solid #dcdfe4;
    }


.section-divider-gray {
    background: white url(skn/divider2.png) top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 150px;
}

@media (max-width: 1200px) {
    .section-icon {
        top: 0px;
    }
}

@media (max-width: 768px) {
    .section-icon {
        top: -10px;
    }
}





.section-divider-white {
    padding: 50px 0 80px;
}

    .section-divider-white:before {
        display: block;
        height: 100px;
        width: 100%;
        content: " ";
        background: url(skn/divider.png) 0px 0px no-repeat;
        background-repeat: no-repeat;
        position: absolute;
        top: -100px;
        left: 0px;
        z-index: 11;
    }

.section-divider-bottom:after {
    display: block;
    height: 20px;
    width: 100%;
    content: " ";
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 11;
}

.section-title {
    font-size: 26px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}

.section-subtitle {
    font-family: 'Noto Sans', serif;
    font-style: italic;
    font-size: 16px;
    color: #999999;
    margin-bottom: 15px;
    text-align: center;
}

.section-moto {
    font-family: 'Noto Sans', serif;
    font-style: italic;
    font-size: 16px;
    color: #999999;
    margin-bottom: 15px;
    text-align: center;
    line-height: 30px;
}

.section-title-arrow {
    width: 1px;
    height: 50px;
    background: #dddddd;
    position: relative;
    margin: 10px auto;
}

    .section-title-arrow:after {
        content: "";
        display: block;
        position: absolute;
        width: 11px;
        height: 11px;
        border: 2px solid #088cdc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        top: 100%;
        left: -5px;
    }

.section-loyalty .section-title-arrow:after {
    border: 2px solid #92278f;
}



.feature-wrapper {
    text-align: center;
}

.feature-item {
    text-align: center;
}

    .feature-item .wrap-feature-icon {
        width: 110px;
        height: 110px;
        border: 1px solid #eff2f7;
        background: #fff;
        padding: 10px;
        margin: 0 auto 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .feature-item .wrap-feature-icon .feature-icon {
            height: 88px;
            width: 88px;
            border: 1px solid #eff2f7;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: #eff2f7;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .feature-item .wrap-feature-icon .feature-icon .icon {
                line-height: 88px;
                font-size: 32px;
                color: #666666;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

    .feature-item:hover .wrap-feature-icon .feature-icon, .feature-item.active .wrap-feature-icon .feature-icon {
        background: #ff6400;
        border-color: #ffb17f;
    }

    .feature-item:hover .wrap-feature-icon, .feature-item.active .wrap-feature-icon {
        background: #ff6400;
        border-color: #ff6400;
    }

        .feature-item:hover .wrap-feature-icon .feature-icon .icon, .feature-item.active .wrap-feature-icon .feature-icon .icon {
            color: #fff;
        }



    .feature-item.feature-1:hover .wrap-feature-icon .feature-icon, .feature-item.feature-1.active .wrap-feature-icon .feature-icon {
        background: #92278f;
        border-color: #7c2179;
    }

    .feature-item.feature-1:hover .wrap-feature-icon, .feature-item.feature-1.active .wrap-feature-icon {
        border-color: #92278f;
        background: #92278f;
    }

    .feature-item.feature-1 .title::after {
        background: #92278f;
    }

    .feature-item.feature-2:hover .wrap-feature-icon .feature-icon, .feature-item.feature-2.active .wrap-feature-icon .feature-icon {
        background: #8dc63f;
        border-color: #83b83b;
    }

    .feature-item.feature-2:hover .wrap-feature-icon, .feature-item.feature-2.active .wrap-feature-icon {
        border-color: #8dc63f;
        background: #8dc63f;
    }

    .feature-item.feature-2 .title::after {
        background: #8dc63f;
    }

    .feature-item.feature-3:hover .wrap-feature-icon .feature-icon, .feature-item.feature-3.active .wrap-feature-icon .feature-icon {
        background: #088cdc;
        border-color: #5bb5eb;
    }

    .feature-item.feature-3:hover .wrap-feature-icon, .feature-item.feature-3.active .wrap-feature-icon {
        border-color: #088cdc;
        background: #088cdc;
    }

    .feature-item.feature-3 .title::after {
        background: #088cdc;
    }

    .feature-item.feature-4:hover .wrap-feature-icon .feature-icon, .feature-item.feature-4.active .wrap-feature-icon .feature-icon {
        background: #f7941e;
        border-color: #e68a1c;
    }

    .feature-item.feature-4:hover .wrap-feature-icon, .feature-item.feature-4.active .wrap-feature-icon {
        border-color: #f7941e;
        background: #f7941e;
    }

    .feature-item.feature-4 .title::after {
        background: #f7941e;
    }

    .feature-item .title {
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .feature-item .text {
        font-weight: 400;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 5px;
        color: #333;
    }

    .feature-item .title:after {
        content: '';
        display: block;
        margin: 20px auto;
        height: 4px;
        width: 25px;
        background: #088cdc;
    }






.section-loyalty .offers-list {
    padding-top: 30px;
}

.section-loyalty .col-image {
    padding-top: 20px;
    text-align: center;
}

    .section-loyalty .col-image img {
        display: block;
        max-width: 100%;
        height: auto;
    }

.section-loyalty .text-item {
    position: relative;
    margin-bottom: 57px;
}

    .section-loyalty .text-item:after {
        position: absolute;
        content: '';
        top: 3px;
        right: -10px;
        width: 10px;
        height: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #92278f;
    }

    .section-loyalty .text-item h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }

        .section-loyalty .text-item h5:after {
            display: none;
        }

    .section-loyalty .text-item em {
        margin-bottom: 10px;
        display: block;
    }

    .section-loyalty .text-item p {
        font-size: 13px;
    }

    .section-loyalty .text-item .dot-line {
        position: absolute;
        top: 6px;
        width: 82px;
        height: 5px;
        right: -111px;
        border-top: 1px solid #e7e8ec;
    }

        .section-loyalty .text-item .dot-line:after {
            content: '';
            position: absolute;
            right: 0;
            top: -3px;
            width: 5px;
            height: 5px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #e7e8ec;
        }

        .section-loyalty .text-item .dot-line:before {
            content: '';
            position: absolute;
            left: 0;
            top: -3px;
            width: 5px;
            height: 5px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #e7e8ec;
        }

    .section-loyalty .text-item.left-item {
        text-align: right;
        padding-right: 20px;
    }

    .section-loyalty .text-item.right-item {
        text-align: left;
        padding-left: 20px;
    }

        .section-loyalty .text-item.right-item:after {
            left: -10px;
            right: auto;
        }

        .section-loyalty .text-item.right-item .dot-line {
            left: -111px;
            right: auto;
        }

        .section-loyalty .text-item.right-item.middle-item .dot-line {
            width: 18px;
            left: -39px;
        }

    .section-loyalty .text-item.top-item {
        margin-bottom: 55px;
    }

        .section-loyalty .text-item.top-item:after {
            top: 21px;
        }

        .section-loyalty .text-item.top-item .dot-line {
            top: 25px;
        }

    .section-loyalty .text-item.middle-item {
        margin-bottom: 50px;
    }

        .section-loyalty .text-item.middle-item .dot-line {
            top: 22px;
            width: 18px;
            right: -39px;
        }

        .section-loyalty .text-item.middle-item:after {
            top: 17px;
        }

    .section-loyalty .text-item.bottom-item .dot-line {
        top: 22px;
    }

    .section-loyalty .text-item.bottom-item:after {
        top: 17px;
    }

    .section-loyalty .text-item em {
        margin-bottom: 10px;
        display: block;
        font-family: 'Noto Sans', serif;
        font-style: italic;
        color: #999999;
        font-size: 11px;
        line-height: 1.1;
    }



@media (max-width: 1200px) {
    .section-loyalty .text-item .dot-line {
        top: 6px;
        width: 73px;
        right: -98px;
    }

    .section-loyalty .text-item.top-item {
        padding-top: 0;
        margin-bottom: 0px;
    }

        .section-loyalty .text-item.top-item:after {
            top: 16px;
        }

        .section-loyalty .text-item.top-item .dot-line {
            top: 20px;
        }

    .section-loyalty .text-item.right-item.top-item .dot-line, .section-loyalty .text-item.right-item.bottom-item .dot-line {
        left: -98px;
    }

    .section-loyalty .text-item.middle-item {
        margin-bottom: 24px;
    }
}

@media (max-width: 992px) {
    .portfolio-item .portfolio-image .portfolio-item-body {
        bottom: 15px;
        left: 15px;
    }

    .section-loyalty .text-item .dot-line {
        display: none;
    }

    .section-loyalty .text-item.left-item {
        text-align: left;
        padding-left: 20px;
        padding-right: 0;
    }

        .section-loyalty .text-item.left-item:after {
            left: -10px;
            right: auto;
        }
}

.section-services-header {
    background: url(skn/services-header.jpg) bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px;
}

    .section-services-header .container-bg {
        background: rgba(0,0,0,0.7);
        padding-bottom: 210px;
        padding-top: 130px;
        text-align: center;
        color: #ffffff;
    }

        .section-services-header .container-bg .header-icon .icon {
            font-size: 40px;
            color: #fff;
        }

        .section-services-header .container-bg .header-title .title {
            font-size: 38px;
            margin-bottom: 5px;
            color: #fff;
            text-transform: uppercase;
        }

        .section-services-header .container-bg em {
            font-size: 16px;
            font-family: 'Noto Sans', serif;
            font-style: italic;
            color: #999999;
            font-size: 14px;
        }

    .section-services-header:after {
        display: block;
        height: 100px;
        width: 100%;
        content: " ";
        background: url(skn/divider.png) 0px 0px no-repeat;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 11;
    }



.section-services {
    padding: 50px 0 80px;
    position: relative;
    background: #ffffff;
}

    .section-services .tab-pane {
        position: relative;
        overflow-x: hidden;
    }

.service-navigation {
    margin-bottom: 45px;
}

    .service-navigation row {
        margin: 0px;
        padding: 0px;
    }

    .service-navigation .navigation-item h5::after {
        content: "";
        display: block;
        width: 25px;
        height: 4px;
        margin: 20px auto 0;
    }



.section-services div.tab-style-1.active .navigation-icon, .section-services div.tab-style-1:hover .navigation-icon {
    background: #92278f;
}

    .section-services div.tab-style-1.active .navigation-icon:after, .section-services div.tab-style-1:hover .navigation-icon:after {
        border-top-color: #92278f;
    }

    .section-services div.tab-style-1.active .navigation-icon .icon, .section-services div.tab-style-1:hover .navigation-icon .icon {
        background: #92278f;
        border-color: #c735c3;
        color: #fff;
    }

.service-navigation .tab-style-1 .navigation-item h5::after {
    background: #92278f;
}



.section-services div.tab-style-2.active .navigation-icon, .section-services div.tab-style-2:hover .navigation-icon {
    background: #8dc63f;
}

    .section-services div.tab-style-2.active .navigation-icon:after, .section-services div.tab-style-2:hover .navigation-icon:after {
        border-top-color: #8dc63f;
    }

    .section-services div.tab-style-2.active .navigation-icon .icon, .section-services div.tab-style-2:hover .navigation-icon .icon {
        background: #8dc63f;
        border-color: #a4e649;
        color: #fff;
    }

.service-navigation .tab-style-2 .navigation-item h5::after {
    background: #8dc63f;
}

.section-services div.tab-style-3.active .navigation-icon, .section-services div.tab-style-3:hover .navigation-icon {
    background: #088cdc;
}

    .section-services div.tab-style-3.active .navigation-icon:after, .section-services div.tab-style-3:hover .navigation-icon:after {
        border-top-color: #088cdc;
    }

    .section-services div.tab-style-3.active .navigation-icon .icon, .section-services div.tab-style-3:hover .navigation-icon .icon {
        background: #088cdc;
        border-color: #099ef9;
        color: #fff;
    }

.service-navigation .tab-style-3 .navigation-item h5::after {
    background: #088cdc;
}

.section-services div.tab-style-4.active .navigation-icon, .section-services div.tab-style-4:hover .navigation-icon {
    background: #f7941e;
}

    .section-services div.tab-style-4.active .navigation-icon:after, .section-services div.tab-style-4:hover .navigation-icon:after {
        border-top-color: #f7941e;
    }

    .section-services div.tab-style-4.active .navigation-icon .icon, .section-services div.tab-style-4:hover .navigation-icon .icon {
        background: #f7941e;
        border-color: #ffb07c;
        color: #fff;
    }

.service-navigation .tab-style-4 .navigation-item h5::after {
    background: #f7941e;
}



.service-content {
    border: 1px solid #000000;
}

.service-navigation .navigation-item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
}

    .service-navigation .navigation-item .navigation-icon {
        margin: 0 auto 55px;
        width: 170px;
        max-width: 100%;
        background: #eff2f7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 25px 0;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .service-navigation .navigation-item .navigation-icon:after {
            content: "";
            border: 15px solid transparent;
            border-top: 15px solid #eff2f7;
            display: block;
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -15px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .service-navigation .navigation-item .navigation-icon .icon {
            display: inline-block;
            width: 88px;
            height: 88px;
            line-height: 88px;
            border: 1px solid #fff;
            text-align: center;
            font-size: 32px;
            color: #666666;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: #fff;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .service-navigation .navigation-item h5:after {
        margin: 20px auto 0;
    }



.rtd h1,
.rtd h2,
.rtd h3,
.rtd h4,
.rtd h5,
.rtd h6 {
    font-weight: 600;
    font-family: 'Noto Sans', serif;
    text-transform: uppercase;
    color: #333;
    line-height: 1.1;
}

.rtd h1,
.rtd h2,
.rtd h3 {
    margin-top: 20px;
    margin-bottom: 25px;
}

.rtd h4,
.rtd h5,
.rtd h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rtd h1 {
    font-size: 36px;
}

.rtd h2 {
    font-size: 28px;
}

.rtd h3 {
    font-size: 24px;
}

.rtd h4 {
    font-size: 18px;
}

.rtd h5 {
    font-size: 14px;
}

.rtd h6 {
    font-size: 12px;
}

.rtd h5:after {
    display: none;
}

.rtd img {
    max-width: 100%;
    height: auto;
}

.rtd dt, .rtd b, .rtd strong {
    font-weight: 700;
}

.rtd address {
    margin: 0 0 2.14em;
}

.rtd pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Noto Sans', serif;
}

.rtd dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.rtd var, .rtd cite {
    font-style: italic;
}

.rtd big {
    font-size: larger;
}

.rtd tt, .rtd code {
    font-family: 'Noto Sans', serif;
}

.rtd em {
    font-family: inherit;
    font-style: italic;
    color: #999999;
    font-size: 12px;
}


h5.italic-title {
    font-size: 13px;
    color: #999999;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: none;
    font-family: 'Noto Sans',serif;
    font-style: italic;
}

h4.normal-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Noto Sans',serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

p {
     font-family: 'Noto Sans',serif;
}

.section-services p {
    font-size: 13px;
}

ul.marker-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}

    ul.marker-list li {
        font-size: 13px;
        font-family: 'Noto Sans',serif;
        line-height: 24px;
        padding: 3px 0;
        font-weight: 500;
        margin: 0;
    }

        ul.marker-list li::before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 12px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
            color: #ff6400;
        }




h2.text-title {
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 17px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    position: relative;
    border-bottom: 1px solid #24205e;
    min-width: 150px;
    margin-bottom: 15px;
}

    h2.text-title:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        width: 70px;
        height: 4px;
        background: #24205e;
    }

.about-area {
    background: #59595b;
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
}

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



.footer-bg {
    background: #f6f2ee;
    margin-top:50px;
}
.footer-bg .container-fluid{
    padding-top:50px;
    padding-bottom:50px;
}
.homebanner {
    background: url(skn/pattern.png) 50% 50% repeat rgba(117,165,166,0.6);
    background-attachment: fixed;
    display: block;
    min-height: 300px;
    overflow:hidden;
    position:relative;
}

.footer-bg li{
    list-style:none;
}
.footer-bg ul {
   margin:0px;
   padding:0px;
}


  

.homebanner-inner {
    /*background: rgba(140,198,199,0.6);*/
    display: block;
    height: 400px;
    overflow:hidden;
    position: relative;
    z-index:2;

}
.homebanner .homebanner-inner #video {
    position: absolute;
    /*top: 50%;
    transform: translateY(-50%);*/
    bottom:0px;
    height:400px;
    left: 0px;
    z-index: -1;
    height: 400px;
    overflow: hidden;
}

.homebanner-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%-50%);
    -ms-transform: translate(-50%,);
    transform: translate(-50%,-50%);
    max-width: 500px;
    display: inline-block;
    background: rgba(255,255,255,0.7);
    
    padding: 5px;
    z-index: 2;
}

.homebanner-text-wrapper.invisible {
    background: transparent;

}
.homebanner-text-wrapper .homebanner-text {
        display: inline-block;
        background: #ffffff;
        padding: 30px;
}


.homebanner-text-wrapper.invisible .homebanner-text {
    opacity: 0;
    height: 1px;
}

    .homebanner-text p {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        text-shadow:1px 1px 1px #ccc;
    }




.footer-area h3 {
    font-size: 20px;
    /*font-family: 'Noto Sans', serif;*/
    margin: 0;
    padding: 0 0 17px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    position: relative;
    border-bottom: 1px solid #af8d6b;
    width: 70%;
    margin-bottom: 10px;
    font-weight: 300;
    color: #af8d6b;
}

    .footer-area h3:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        width: 70px;
        height: 3px;
        background: #af8d6b;
    }

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

    .footer-area ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .footer-area ul li a {
            display: inline-block;
            color: #ffffff;
            font-weight: 300;
            text-decoration: none;
        }

            .footer-area ul li a:hover, .footer-area ul li a:focus {
                color: #d8d8d8;
            }



.footer-logo-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
    text-shadow: 1px 1px 1px #af8d6b;
}

.footer-name {
    display: inline-block;
    text-align: center;
    color: #24205e;
    font-family: 'Noto Sans', serif;
    text-shadow: 1px 1px 1px #000000;
    width: 130px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.footer-area p {
    color: #ffffff;
}

.footer-area li, .footer-area a {
    color: #ededed;
    text-decoration: none;
}

.footer-area a {
    display: inline-block;
}

    .footer-area a:hover, .footer-area a:focus {
        color: #24205e;
    }

@media (max-width:990px) {

    .footer-col {
        padding-bottom: 35px;
    }

        .footer-col:last-child .text-right {
            text-align: left !important;
        }
}


.newsletter-message {
    display: block;
    font-family: 'Noto Sans', serif;
    font-size: 14px;
    text-align: center;
}

@media (max-width:990px) {

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



.btn{
    font-size: 15px;
}
.btn.btn-xs{
    font-size: 13px;
}

.btn-primary {
    background: #af8d6b;
    border-color: #af8d6b;
    color: #ffffff;
    font-weight: 400;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #333;
        border-color: #333;
        color: #ffffff;
        font-weight: 400;
    }

    .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 {
        background-color: #af8d6b;
        border-color: #af8d6b;
        color: #ffffff;
        font-weight: 400;
    }


    .btn-primary.btn-alt {
        background: none;
        border-color: #fff;
        color: #ffffff;
        font-weight: 400;
    }

        .btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus {
            background: #af8d6b;
            border-color: #af8d6b;
            color: #ffffff;
            font-weight: 400;
        }

.btn-info:hover, .btn-info:focus {
    background: #ffffff;
    border-color: #af8d6b;
    color: #af8d6b;
    font-weight: 400;
}

.btn-info, .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 {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
    font-weight: 400;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background: #af8d6b;
        border-color: #af8d6b;
        color: #fff;
        font-weight: 400;
    }

    .btn-info.btn-alt {
        background: none;
        border-color: #af8d6b;
        color: #af8d6b;
        font-weight: 400;
        height: 39px;
    }

        .btn-info.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:visited {
            background: none;
            border-color: #333;
            color: #333;
            font-weight: 400;
            height: 39px;
        }


.newsletter-table .btn-info {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
    font-weight: 500;
    border-width: 2px;
}

    .newsletter-table .btn-info:hover, .newsletter-table .btn-info:focus {
        background: none;
        border-color: #333333;
        border-width: 2px;
        color: #333333;
        font-weight: 500;
    }

.visible-ms {
    display: none;
}

@media (max-width:480px) {
    .visible-ms {
        display: block;
    }
}

.page-title {
    border-bottom: 1px solid #ccc;
}

    .page-title h1 {
        padding: 0px;
        margin: 0px;
        padding-bottom: 10px;
        color: #af8d6b;
        font-weight: 300;
    }

.path-string {
    padding-top: 10px;
}



.article-tile {
    border: 1px solid #ededed;
}

    .article-tile:hover {
        box-shadow: 0 0 4px #DDE7F1;
        -moz-box-shadow: 0 0 4px #DDE7F1;
        -webkit-box-shadow: 0 0 4px #DDE7F1;
        -o-box-shadow: 0 0 10px 4px #DDE7F1;
    }

.article-tile-details {
    border-top: 1px solid #ededed;
}

.article-tile-thumb {
    overflow: hidden;
}

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

    .article-tile-thumb:hover img {
        -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);
    }

.article-tile-title a, .article-tile-title a:hover, .article-tile-title a:focus {
    font-family: 'Noto Sans', serif;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .article-tile-title a::after {
        position: absolute;
        content: ' ';
        left: 0px;
        bottom: 0px;
        width: 70px;
        height: 1px;
        background: #24205e;
    }

.article-tile-thumb {
    position: relative;
}

.article-tile-date {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #ccc;
    color: #333;
    padding: 0px;
    text-align: center;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.article-tile:hover .article-tile-date {
    background: #af8d6b;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.article-tile-date .date-day {
    font-family: 'Noto Sans', serif;
    font-size: 24px;
    line-height: 24px;
    padding-top: 5px;
}

.article-tile-date .date-month {
    font-family: 'Noto Sans', serif;
    font-size: 16px;
    line-height: 16px;
}


.parallax-area {
    background: #535353;
    padding-top: 50px;
    padding-bottom: 20px;
}

.parallax-box {
    display: inline-block;
    border: 5px solid #24205e;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
    height: 170px;
    position: relative;
}

    .parallax-box h2 {
        position: absolute;
        top: -5px;
        left: -50px;
        background: #535353;
        font-size: 60px;
        height: 80px;
        overflow: hidden;
        color: #fff;
        display: inline-block;
        position: relative;
        font-family: 'Noto Sans', serif;
        white-space: nowrap;
        text-align: center;
        width: 200px;
    }

    .parallax-box h3 {
        position: absolute;
        top: -50px;
        left: -50px;
        background: #535353;
        font-size: 25px;
        height: 40px;
        overflow: hidden;
        width: 200px;
        color: #fff;
        display: inline-block;
        position: relative;
        font-family: 'Noto Sans', serif;
    }

.tag-item a, .tag-item a:hover, .tag-item a:focus {
    font-family: 'Noto Sans', serif;
    color: #24205e;
    text-decoration: none;
    font-size: 15px;
}

.tag-item {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}

    .tag-item::after {
        content: ' ';
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        background: #ededed;
        height: 1px;
        width: 80px;
    }



    .tag-item p {
        font-size: 14px;
    }

.tag-item {
    font-size: 13px;
}

    .tag-item i {
        font-size: 14px;
    }

.modal-backdrop {
   
    z-index: 21040;
   
}
.modal{
    z-index:21050;
}
.side-cart {
    z-index: 21060 !important;
}
.modal .modal-content .modal-header {
    padding-left: 20px;
    padding-right: 20px;
   
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
    .modal .modal-content .modal-header {
        background: #333;
    }
        img .img-responsive {
    display: inline-block !important;
}
.modal-xl {
    max-width:990px;
}
.btn-more, .btn-more:hover, .btn-more:focus {
    color: #af8d6b;
    padding-top:0px;
}


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


    .content-area.minimal {
        margin-top: 100px;
    }

.block-content-title {
    text-align: left;
    font-size: 24px;
    font-weight:800;
    line-height: 1.1;
    color: #333;
    margin-top:20px;
    margin-bottom:10px;
    position: relative;
    display: inline-block;
}

  

.banner {
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.banner-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
    font-size: 18px;
}

.banner:hover .banner-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #af8d6b;
    text-shadow: 2px 2px 2px #333;
    font-size: 24px;
    -webkit-transition: all 600ms ease-in;
    -ms-transition: all 600ms ease-in;
    -moz-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}

.banner img {
    -webkit-transition: all 600ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 600ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 600ms ease-in;
    -moz-transform: scale(1);
    transition: all 600ms ease-in;
    transform: scale(1);
}

.banner:hover img {
    -webkit-transition: all 600ms ease-in;
    -webkit-transform: scale(1.15);
    -ms-transition: all 600ms ease-in;
    -ms-transform: scale(1.15);
    -moz-transition: all 600ms ease-in;
    -moz-transform: scale(1.15);
    transition: all 600ms ease-in;
    transform: scale(1.15);
}

.banner::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 600ms ease-in;
    -ms-transition: all 600ms ease-in;
    -moz-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}

.banner::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 600ms ease-in;
    -ms-transition: all 600ms ease-in;
    -moz-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}

.banner::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.banner::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.banner:hover::before {
    border-top: 2px solid #af8d6b;
    border-bottom: 2px solid #af8d6b;
}

.banner:hover::after {
    border-right: 2px solid #af8d6b;
    border-left: 2px solid #af8d6b;
}

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

.carousel-caption {
    position: absolute;
    bottom: 100px;
    left: 20%;
    z-index: 3;
    background: rgba(255,255,255,0.6);
    text-align: left;
    padding: 20px;
    display: inline-block;
}

    .carousel-caption p {
        padding: 0px;
        padding-bottom: 10px;
        font-size: 18px;
        color: #666666;
    }

    .carousel-caption h2 {
        font-size: 40px;
        margin-top: 0px;
        font-weight: 400;
        color: #666666;
    }

@media (max-width:768px) {
    .carousel-caption h2 {
        font-size: 22px;
    }

    .carousel-caption p {
        padding: 0px;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .carousel-caption {
        position: absolute;
        bottom: initial;
        top: 50px;
        left: 20%;
    }

        .carousel-caption .btn {
            padding: 7px !important;
            font-size: 14px;
        }
}

@media (max-width:600px) {
    
    .carousel-caption {
    position: absolute;
    bottom: initial;
    top: 10px;
    left: 10px;
    right:10px;
    padding:7px;
}
	
    .carousel-caption h2 {
        font-size: 18px;
    }

    .carousel-caption p {
        padding: 0px;
    }

   

        .carousel-caption .btn {
            padding: 5px !important;
            font-size: 13px;
        }
		
    .vegas-slider-wrapper:hover .vegas-slider-prev, .vegas-slider-wrapper:hover .vegas-slider-next {
        opacity: 0;
    }
}





.searchkey {
    color: #24205e;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #af8d6b;
    background-color: #ffffff;
    border-color: #af8d6b;
    cursor: not-allowed;
}

.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: #ffffff;
    background-color: #af8d6b;
    border-color: #af8d6b;
    cursor: pointer;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 12px 12px;
    line-height: 1.2;
    /*height: 42px;
    width: 42px;*/
    /*border-radius:50%;*/
    text-decoration: none;
    color: #af8d6b;
    background-color: #ffffff;
    border: 1px solid #af8d6b;
    
}
.pagination > li:first-child a, .pagination > li:first-child span {
    margin-right: -1px;
}
.pagination > li:last-child a, .pagination > li:last-child span {
    margin-left: -1px;
}
    .pagination > li > a:hover, .pagination > li > span:hover {
        color: #ffffff;
        background-color: #af8d6b;
        border: 1px solid #af8d6b;
    }


.edit-actions .btn-primary {
    border: 1px solid #ffffff !important;
}

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



.default-owl-slider-wrapper .owl-next, .default-owl-slider-wrapper .owl-prev {
    background: #b9a999;
    border: 1px solid #b9a999;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    margin: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index: 3;
    
}
    .default-owl-slider-wrapper .owl-next:hover, .default-owl-slider-wrapper .owl-prev:hover {
        background: #af8d6b;
        border: 1px solid #af8d6b;
        color:#fff;
        font-size:14px;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        opacity: 1;
        margin: 0;
        width: 30px;
        height: 30px;
        display: inline-block;
        z-index: 3;
       
    }
    @media(min-width:768px){
        .default-owl-slider-wrapper .owl-next {
            right: 10px;
        }
        .default-owl-slider-wrapper .owl-prev {
            left:10px;
        }
        .wishlist-button.wishlisted .fa-heart-o:before {
            content: "\f004";
        }
        .semiflex{
            display:flex;
        }
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #af8d6b;
    background-color: transparent;
}
strong {
    font-weight: 500;
}

        .breadcrumb {
            background: #fff;
            margin-bottom: 0px;
            list-style: none;
            border-radius: 6px;
            display: block;
            margin-top: 0px;
            margin-bottom:0px;
            padding: 15px;
        }

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

            .breadcrumb li, .breadcrumb li span, .breadcrumb li a,.breadcrumb li a.active, .breadcrumb li a.active:hover, .breadcrumb li a.active:focus {
                color: #333 !important;
                font-weight: 500;
                font-size: 15px;
            }

.product-breadcrumb {
    margin-left: 0px;
    margin-right: 0px;
}



li.breadcrumb-text {
    color: #999;
}

li.breadcrumb-link:last-child, li.breadcrumb-link:last-child a, li.breadcrumb-link:last-child span {
    color: #333 !important;
}

        .row-5 {
            margin-left: -5px !important;
            margin-right: -5px !important;
        }

            .row-5 > div {
                padding-left: 5px !important;
                padding-right: 5px !important;
                padding-bottom: 10px;
            }
        .row-10 {
            margin-left: -10px !important;
            margin-right: -10px !important;
        }
        .row-10 > div {
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom:20px;
        }
@media(max-width:768px){
        .row-10 > div.filters-col {
           padding-bottom:0px;
        }
    }
        

.bone-context-menu:hover {
    color: #333;
    cursor: url(res/bon/img/mouse-16.png),pointer;
    border-bottom: none;
}

.bone-context-menu {
    color: #333;
    cursor: url(res/bon/img/mouse-16.png),pointer;
    border-bottom: none;
}


.img-thumbnail {
    border-radius: 0px;
}
.img-thumbnail.filter-image {
    border-radius: 4px;
	border-width:2px;
	cursor:pointer;
}
.col-selected .img-thumbnail.filter-image {
    border-radius: 4px;
	border-width:2px;
	border-color:#af8d6b;
}



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

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

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

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


.alert-default {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    border-radius: 0px;
}




.slider-for button {
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    background: none;
    line-height: 50px;
    color: #af8d6b;
    visibility: visible;
    font-size: 0px;
    position: absolute;
    top: 45%;
    color: #af8d6b;
}

    .slider-for button:hover {
        background: none;
        border-color: transparent;
        color: #636482;
    }

    .slider-for button:before {
        line-height: 58px;
        color: #af8d6b;
        font-size: 14px;
    }

    .slider-for button:hover:before {
        line-height: 58px;
        color: #636482;
        font-size: 14px;
    }

    .slider-for button.slick-prev {
        left: 0px;
        right: initial;
    }

        .slider-for button.slick-prev:before {
            content: "\f104";
            font-family: FontAwesome;
            font-size: 50px;
        }

    .slider-for button.slick-next {
        right: -1px;
        left: initial;
    }

        .slider-for button.slick-next:before {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 50px;
        }


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

    .slider-nav div.slider-thumb {
        padding-left: 5px;
        padding-right: 5px;
    }




    .slider-nav button {
        width: 28px;
        height: 28px;
        border: none;
        border-radius: 0;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        background: none;
        line-height: 40px;
        color: #d7d7d7;
        visibility: visible;
        font-size: 0px;
        position: absolute;
        top: 30%;
    }

        .slider-nav button:hover {
            background: #088cdc;
            border-color: #088cdc;
            color: #ffffff;
        }

            .slider-nav button:hover:before {
                color: #ffffff;
            }

        .slider-nav button:before {
            line-height: 28px;
            color: #d7d7d7;
            font-size: 24px;
        }

        .slider-nav button.slick-prev {
            left: initial;
            right: -28px;
        }

            .slider-nav button.slick-prev:before {
                content: "\f104";
                font-family: FontAwesome;
            }

        .slider-nav button.slick-next {
            right: -58px;
            left: initial;
        }

            .slider-nav button.slick-next:before {
                content: "\f105";
                font-family: FontAwesome;
            }


h1.product-header {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
	text-shadow:1px 1px 1px #333;
}

@media(max-width:768px){
	h1.product-header {
        font-size: 24px;
}
	
}


.content-area ul li, .content-area ol li {
    list-style-position: inside;
}

.product-code {
    color: #333;
    font-family: 'Noto Sans', serif;
    font-weight: 500;
    
}
#template-editor-FooterAddress * {
    font-size:14px;
}
#template-editor-FooterAddress p {
    margin-bottom:5px;
}
.form-control {
    border-radius: 0px;
}
.display p {
    font-size:16px;
}
.product-view-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Noto Sans', serif;
}
.panel.panel-default > .panel-heading {
    color: #fff;
    background: #af8d6b;
}
.panel-heading .panel-title {
    font-size: 16px;
    font-weight: normal;
    float: left;
    margin-right: 10px;
    padding: 12px 0;
    min-height: 42px;
    font-family: 'Noto Sans', serif;
    color:#fff;
    background:#af8d6b;

}
.product-view-net-price {
    font-size: 30px;
    color: #af8d6b;
    text-decoration: line-through;
    font-weight: 400;
    line-height: 20px;
    margin-right: 10px;
    font-family: 'Noto Sans', serif;
}
#PriceText {
    font-size:22px;
    color: #434343;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Noto Sans', serif;
}
.product-view-final-price {
    font-size: 30px;
    color: #434343;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Noto Sans', serif;
}
.product-view-rated-price {
    font-size: 24px;
    color: #787878;
    font-weight: 400;
    line-height:20px; font-family: 'Noto Sans', serif;
   
}
.product-view-cart .ui-corner-all {
    border-radius: 0px;
}

.product-view-cart .btn.btn-primary {
    font-size: 14px;
    min-width: 200px;
    height: 44px;
}

.product-view-cart .btn.btn-alt, .product-view-cart .btn.btn-default {
    font-size: 14px;
    height: 44px;
}

.product-view-cart .btn.btn-default i,.product-view-cart .btn.btn-default em{
    color: #333;
    height: 44px;
    font-size: 33px;
  
}
.product-view-cart .btn.btn-default span{
   color: #333;
     position:relative;
	top:-8px;
}

.product-view-cart .btn-link, .product-view-cart .btn-link:hover, .product-view-cart .btn-link:focus {
    text-decoration: none;
    color: #333;
    height: 30px;
    line-height: 20px;
    padding-left: 0px;
}

    .product-view-cart .btn-link i {
        border: 1px solid #ededed;
        padding: 3px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        margin-right: 3px;
    }

hr.dashed {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dashed #ddd;
}

a.product-view-category {
    color: #af8d6b;
    font-weight: 400;
}

    a.product-view-category:hover, a.product-view-category:focus {
        color: #333;
        font-weight: 400;
    }

.product-view-tags, product-view-tags a {
    font-weight: 400;
}


.product-random-title a, .product-random-title a:hover, .product-random-title a:focus {
    line-height: 1.35;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Sans', serif;
    text-decoration: none;
}

    .product-random-title a:hover, .product-random-title a:focus {
        color: #088cdc;
    }

.product-random-thumb {
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 4px #666;
    -moz-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    -o-box-shadow: 0 0 10px 4px #666;
    overflow: hidden;
}

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

    .product-random-thumb:hover img {
        -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);
    }


.product-random-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Noto Sans', serif;
}

.product-random-net-price {
    font-size: 14px;
    color: #434343;
    text-decoration: line-through;
    font-weight: 500;
    line-height: 20px;
    margin-right: 10px;
    font-family: 'Noto Sans', serif;
}

.product-random-final-price {
    font-size: 14px;
    color: #088cdc;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Noto Sans', serif;
}



.newsletter-area .form-control, .newsletter-area .form-control:hover, .newsletter-area .form-control:focus {
    border: none;
    box-shadow: none;
    background: none;
}

.fa-stack-3x {
    font-size: 3em;
}

.fa-stack.fa-lg {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
}

.newsletter-area .btn.btn-primary, .newsletter-area .btn.btn-primary:hover, .newsletter-area .btn.btn-primary:focus {
    border: none;
    background: none;
    color: #74777c;
}

.newsletter-area .input-group {
    border-bottom: 1px solid #acacac;
}

@media (min-width:768px) {
    .top-col-2{
        float:right !important;
    }
    .menu-area .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.btn-lg, .btn-group-lg > .btn {
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.33;
    height:44px;
}

.social-wrapper a, .social-wrapper a:hover, .social-wrapper a:focus {
    text-decoration: none;
}




.w3_megamenu .dropdown a,
.w3_megamenu .dropdown-menu a {
}

.w3_megamenu .dropdown-menu li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.w3_megamenu .dropdown-menu > li > a {
    padding: 6px 15px;
    display: block;
}

.w3_megamenu .navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
}

.w3_megamenu i {
    color: #af8d6b;
}

.w3_megamenu .dropdown-menu {
    box-shadow: none;
    border: 1px solid #efefef;
    padding: 0;
}


.w3_megamenu a:hover {
    text-decoration: none
}

.w3_megamenu .dropdown-menu .withoutdesc ul li {
    padding: 3px 10px;
}

    .w3_megamenu .dropdown-menu .withoutdesc ul li:hover,
    .w3_megamenu .dropdown-menu .withoutdesc ul li:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5 !important
    }

.w3_megamenu .dropdown-menu .withoutdesc li:last-child {
    border-bottom: 0 solid #fff;
}

.w3_megamenu .w3_megamenu-content.withdesc a:after {
    color: #CFCFCF;
    content: attr(data-description);
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 0;
    margin: 10px 0 15px;
    text-transform: uppercase;
}

.w3_megamenu .dropdown-submenu {
    position: relative;
}

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

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

    .w3_megamenu .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

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

    .w3_megamenu .dropdown-submenu.pull-left {
        float: none;
    }

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

.w3_megamenu p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #656565;
}

.w3_megamenu .nav,
.w3_megamenu .collapse,
.w3_megamenu .dropup,
.w3_megamenu .dropdown {
    position: static;
}

.w3_megamenu .half {
    width: 50%;
    left: auto !important;
    right: auto !important;
}

.w3_megamenu .container {
    position: relative;
}

.w3_megamenu .dropdown-menu {
    left: auto;
}

.w3_megamenu .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.w3_megamenu .w3_megamenu-content {
    padding: 15px 15px;
    background: #fff;
}

.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.w3_megamenu .title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    color: #af8d6b;
}

.w3_megamenu ul {
    list-style: none;
    padding-left: 0px;
}


.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
}

    .panel-group .panel.panel-default > .panel-heading {
        color: #74777c;
        font-size: 18px;
        font-weight: 300;
        background: none;
        width: 100%;
        font-weight: 300;
    }

        .panel-group .panel.panel-default > .panel-heading .panel-title {
            display: block;
            width: 100%;
            min-height: initial;
            padding: 0px;
            margin: 0px;
            padding-top: 10px;
        }

            .panel-group .panel.panel-default > .panel-heading .panel-title a {
                color: inherit;
                color: #74777c;
                font-size: 18px;
                text-decoration: none;
                cursor: pointer;
                display: block;
                width: 100%;
                font-weight: 300;
                font-family: 'Noto Sans', sans-serif;
            }

                .panel-group .panel.panel-default > .panel-heading .panel-title a:hover, .panel-group .panel.panel-default > .panel-heading .panel-title a:active {
                    color: #af8d6b;
                    font-weight: 300;
                }

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

.form-control{
    border-radius: 6px;
    height: 45px;
    padding: 0px;;
    line-height: 45px;
    box-shadow: none;
    border-color:#63636340;
}

.product-tabs {
    text-align: center;
}
.tab-control-tab{
    background: #f2f2f2;
    
    border-radius: 6px;
}
.tab-content{
    padding:10px;
}
.tab-pane{
    font-size: 16px;
}
.nav-tabs {
    text-align: center;
    margin-bottom: 20px;
    border: none;
    padding: 15px;
    
    margin: 0px;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #63636380;
    font-weight: bold;
    padding: 5px 20px;
    font-size: 22px;
    border:none;
    background: none;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #636363;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #af8d6b;
    font-weight: bold;
    padding: 5px 20px;
    font-size: 22px;
    border:none;
    background: none;
}
@media (max-width:480px) {
    .nav-tabs > li{
        display: block;
        width:100%;
    }
    
}
.nav-tabs{
    border-bottom:1px solid #6363634d;
}


    .nav-tabs > li {
        background: none;
        border: none;
    }

.tab-content {
    text-align: left;
}

.side-cart {
    z-index: 10000;
}



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



.home-gallery-row {
    margin-left: -15px;
    margin-right: -15px;
}

.home-gallery-col {
    padding-left: 15px;
    padding-right: 15px;
}

.slick-tags .slick-prev {
    font-size: 2.5em;
    position: absolute;
    right: 60px;
    top: -85px;
    color: #333;
    cursor: pointer;
}

.slick-tags .slick-next {
    font-size: 2.5em;
    position: absolute;
    right: 35px;
    top: -85px;
    color: #333;
    cursor: pointer;
}



.slick-tags .slick-prev:hover {
    color: #333;
}

@media(max-width:1200px) {
    .slick-tags .slick-prev {
        top: -65px;
    }

    .slick-tags .slick-next {
        top: -65px;
    }
}
@media(max-width:768px) {
    .slick-tags {
		/* padding-left:40px; */
		/* padding-right:40px; */
		
	}
	.slick-tags .slick-prev {
        top: 50%;
		transform:translate(-50%);
		left:10px;
		right:initial;
    }

    .slick-tags .slick-next {
        top: 50%;
		transform:translate(-50%);
		right:0px;
    }
}


.slick-tags .slick-next:hover {
    color: #333;
}

.article-content img {
    max-width: 100%;
    height: auto;
}

.slick-dots {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

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

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

        .slick-dots li.slick-active button {
            background: #666;
        }

.brands-area {
    background-color: #fafafa;
    border-top: 1px solid #eee;
    min-height: 50px;
}

.brands {
    padding-left: 20px;
    padding-right: 20px;
}

    .brands .slick-prev {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .brands .slick-next {
        position: absolute;
        right: -0px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

        .brands .slick-prev i, .brands .slick-next i {
            font-size: 1.5em;
        }

.info-banner-title {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
}
 img.img-responsive{
    display:inline-block !important;
}
.info-banner-description {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.info-banner-wrapper {
    border-left: 1px solid #ededed;
}

    .info-banner-wrapper:first-child {
        border-left: none;
    }


.logo-bottom{
    max-width:260px;
}

h4.shop-categories-title{
    background:#ededed;
    margin:0px;
    padding:10px;

}
@media(max-width:768px){
	.filters-area {
        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.filters-area-opened{
		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;
	}
}

        .filters-area.open {
            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;
        }
.filters-panel-heading {
    font-size: 15px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 600;
}

.filters-panel {
    margin-bottom: 30px;
}
.filters-panel .panel-body{
	padding-left:0px;
	padding-right:0px;
}
.filters-panel li {
	list-style: none;
	list-style-position: inside;
	margin-bottom:5px;
}
.filters-panel li.disabled a, .filters-panel li.disabled a:hover, .filters-panel li.disabled a:focus {
		color: #b1b1b1;
}
.filters-panel-categories{
	padding:0px;
	margin:0px;
}	

ul.filter {
    display: inline-block;
    margin-bottom: 60px;
}
	
		
@media (max-width:768px) {
    .filters-toggle {
     
        cursor: pointer;
    }

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

    .filters-area {
       
        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 {
           
            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;
        }
}

.filters-area .btn-primary.btn-alt {
        background: none;
        border-color: #af8d6b;
        color: #af8d6b;
        font-weight: 400;
    }

       .filters-area .btn-primary.btn-alt:hover, .filters-area .btn-primary.btn-alt:focus {
            background: #af8d6b;
            border-color: #af8d6b;
            color: #ffffff;
            font-weight: 400;
        }
		
.tile-out-of-stock{
	background:rgba(70,187,158,0.5);
	color:#ffffff;
	font-size:20px;
	position:absolute;
	 top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	padding:10px;
	width:100%;
	text-shadow:1px 1px 1px #333;
	text-align:center;
}
.view-out-of-stock{
	background:rgba(70,187,158,0.5);
	color:#ffffff;
	font-size:20px;
	
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
	clear:both;
	margin-bottom:15px;
	text-shadow:1px 1px 1px #333;
	text-align:center;
}	





.filters-panel-categories input[type="checkbox"] {
  display:none;
}
.filters-panel-categories input[type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  border: 1px solid #af8d6b;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.filters-panel-categories input[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #af8d6b;
}
.filters-panel label{
	color:#af8d6b;
	display:block;
	cursor:pointer;
}

.coupon-area .im-ticket{display:none !important;}

@media(max-width:600px){
	.top-icons .link-caption{display:none;}
	.top-icons > ul > li{margin-right:10px;}
}

.product-tile-wrapper{
    padding:5px;
}


.product-tile {
    position: relative;
    
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
    background: #FBFBF9;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
   
}
    .product-tile:hover {
        background: #eee8db;
        border-radius: 12px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    }
        .product-tile .product-tile-thumb {
            background: #fff;
            overflow: hidden;
            border-radius: 12px;
        }
        .product-tile:hover .product-tile-thumb {
            background: #fff;
            overflow:hidden;
            border-radius: 12px;
        }


.product-tile-code {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333;
}

    .product-tile-code a, .product-tile-code a:hover, .product-tile-code a:focus {
        line-height: 1.35;
        font-size: 15px;
        font-weight: 400;
        color: #333;
        text-decoration: none;
    }

        .product-tile-code a span, .product-tile-code a:hover span, .product-tile-code a:focus span {
            line-height: 1.35;
            font-size: 15px;
            font-weight: 400;
            color: #333;
            text-decoration: none;
        }

.product-tile-title {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height:50px;
}

    .product-tile-title a, .product-tile-title a:hover, .product-tile-title a:focus {
        line-height: 1.35;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
    }

        .product-tile-title a:hover, .product-tile-title a:focus {
            color: #000;
        }

.product-tile-thumb {
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 4px #666;
    -moz-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    -o-box-shadow: 0 0 10px 4px #666;*/
    overflow: hidden;
}

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

.product-tile-description, .product-tile-description p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Sans', serif;
    text-decoration: none;
}

.product-tile-description {
    margin-bottom: 5px;
    font-family: 'Noto Sans', serif;
}

.product-tile-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Noto Sans', serif;
  
}

.product-tile-net-price {
    font-size: 22px;
    color: #af8d6b;
    text-decoration: line-through;
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px;
    font-family: 'Noto Sans', serif;
    
}

.product-tile-final-price {
    font-size: 22px;
    color: #434343;
    font-weight: 600;
    line-height: 20px;
   
}
.product-tile-rated-price {
    font-size: 18px;
    color: #787878;
    font-weight: 600;
    line-height: 16px;
   
}
.product-tile-thumb {
    position:relative;
    overflow:hidden;
}

.product-tile-buttons {
    position: absolute;
    bottom: -40px;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
    width:100%;
}
.product-tile:hover .product-tile-buttons {
    position: absolute;
    bottom: 10px;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}



    .product-tile-buttons .btn:hover, .product-tile-buttons .btn:focus {
       
        -webkit-transition: all 0.4s ease; /* Safari and Chrome */
        -moz-transition: all 0.4s ease; /* Firefox */
        -ms-transition: all 0.4s ease; /* IE 9 */
        -o-transition: all 0.4s ease; /* Opera */
        transition: all 0.4s ease;
    }
.default-owl-slider-title h4{
    font-size:30px; 
    position:relative;
    padding-bottom:15px;
    font-weight:800;
}

@media(max-width:768px){
    
.product-tile-net-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 6px;
}
.product-tile-final-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
   
}
.product-tile-title a, .product-tile-title a:hover, .product-tile-title a:focus {
    line-height: 1.25;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
}

.filters-toggle{
    background: #333;
    border-color: #333;
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 20px;
}


.elementor-shape-wrapper{
    position:relative;
    height:89px;
}
.elementor-shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.elementor-shape-top {
    top: -1px
}

    .elementor-shape-top:not([data-negative=false]) svg {
        z-index: -1
    }

.elementor-shape-bottom {
    bottom: -1px
}

    .elementor-shape-bottom:not([data-negative=true]) svg {
        z-index: -1
    }

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center
}
.box-shadow {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.footer-bg h3, .footer-bg h4 {
    font-family: 'Not Sans',sans-serif;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
  
    display: inline-block;
    text-underline-offset: 8px;
    text-decoration-line: underline;
    text-decoration-color: #af8d6b;
}




.parallax-slider .item-ratio {
    background: url('skn/books2.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50%;
}

    .parallax-slider .item-ratio div {
        background-position: 15% 50% !important;
        background-size: auto 80% !important;
    }

.parallax-slider .item-text-wrapper-inner {
    padding-right: 100px;
    max-width: 50% !important;
}

@media(max-width:1200px) {
    .parallax-slider .item-text-wrapper-inner {
        padding-right: 50px;
        max-width: 60% !important;
    }
}

@media(max-width:768px) {
    .parallax-slider .item-text-wrapper-inner {
        padding-right: 30px;
        max-width: 70% !important;
    }

    .parallax-slider .item-ratio div {
        background-position: 5% 50% !important;
    }
}
.item-ratio {
    background: transparent !important;
  
    padding: 5px !important;
}
.modal-xl {
    max-width: 1200px;
}
.content-renderer img {
    max-width: 100%;
    height: auto;
}



.filters-panel-data li {
    display: block;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}

.filters-panel-data a:not(.ui-slider-handle), .filters-panel-data a:not(.ui-slider-handle):hover, .filters-panel-data a:not(.ui-slider-handle):focus {
    display: block;
    width: 100%;
    clear: both;
    color:#333;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
}

.grid-bar {
    font-size: 16px;
}

.filter-hide {
    display: none !important;
}

    .filter-hide.show {
        display: block !important;
    }

@media(max-width:990px) {
    .panel-main-filter .panel-body {
        display: none;
    }
}

.panel-main-filter {
    background: none;
}

    .panel-main-filter .panel-body {
        border: none;
        padding: 0px;
    }
.cat-options {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 4px 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.filters-panel {
    background: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.price-range-slider {
    height: 7px;
    background: #ebebeb;
}

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

    .price-range-slider .ui-slider-handle {
        height: 17px;
        width: 17px;
        border-radius: 100%;
        background: #fff;
        border: 5px solid #333;
    }

    .price-range-slider .ui-widget-content {
        border-radius: 1em;
        background-color: #333;
        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;
}

.filters-panel-heading {
    padding-bottom: 15px;
}

    .filters-panel-heading, .filters-panel-heading a, .filters-panel-heading a:hover, .filters-panel-heading a:focus {
        font-size: 18px;
        color: #303030;
    }

.filters-panel .badge {
    background: #BDAC97;
    font-size: 12px;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
}
.ProductOptions {
    max-width: 500px;
    width: 100%;
}

    .ProductOptions label {
        display: inline-block;
        margin-right: 10px;
        position: relative;
    }

        .ProductOptions label:after {
            position: absolute;
            content: ':';
            right: -5px;
            top: 50%;
            transform: translateY(-50%);
        }

    .ProductOptions .form-group div {
        display: inline-block;
    }

    .ProductOptions .form-group {
        margin: 0px;
        padding: 5px 10px;
    }
.product-tile .product-tile-thumb .lazy {
    background-color: #FBFBF9;
}
.product-tile:hover .product-tile-thumb .lazy {
    background-color:#eee8db !important;
}
.random-products-wrapper {
    position: relative;
}

    .random-products-wrapper .owl-prev, .random-products-wrapper .owl-next {
        background-color: #b9a999;
        color: #fff;
        border: none;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        display: inline-block;
        opacity: 1;
        font-size: 18px;
        margin: 0;
        width: initial;
        height: initial;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        padding: 0px;
        z-index: 3;
        position: absolute;
        bottom: initial;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
        .random-products-wrapper .owl-next:hover {
            background: #af8d6b !important;
            
        }
        .random-products-wrapper .owl-prev:hover {
            background: #af8d6b !important;
        }
        .random-products-wrapper .owl-prev {
            left: 15px !important;
            right: initial !important;
        }

    .random-products-wrapper .owl-next {
        right: 15px !important;
        left: initial !important;
    }
    
    
    
@media (min-width: 1170px){.container {width: 1300px !important;}}
.container img{margin:0px !important;}
@media(max-width:768px){.path-area{display:none;}}

.btn-warning {
    color: #ffffff;
    background-color: #af8d6b;
    border-color: #af8d6b;
    font-weight:400;
}
.btn-warning:hover,.btn-warning:focus {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
    font-weight:400;
}


.purchase-shipping-section {
  background: #f7f2ec;
  padding: 40px 20px;
 
  color: #2b2118;
}

.ps-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ps-heading {
  text-align: center;
  margin-bottom: 35px;
}

.ps-heading h2 {

  font-size: 34px;
  letter-spacing: 1px;
  margin: 0;
  color: #2a1b10;
}

.ps-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 8px 0 16px;
  color: #9b6a30;
}

.ps-line span {
  width: 160px;
  height: 1px;
  background: #b58a55;
}

.ps-heading p {
  font-size: 16px;
  margin: 0;
}

.ps-heading strong {
  color: #8a5a24;
}

.ps-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #e1d8cf;
  padding-bottom: 35px;
  gap: 0;
}

.ps-step {
  text-align: center;
  padding: 0 35px;
  border-right: 1px solid #e1d8cf;
}

.ps-step:last-child {
  border-right: none;
}

.ps-icon {
  width: 72px;
  height: 72px;
  border: 1px solid #e3d8cc;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: #f9f5ef;
}

.ps-step h3,
.ps-card h3 {
  font-size: 15px;
  margin: 0 0 8px;
  font-weight: 700;
}

.ps-step p,
.ps-card p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.ps-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 18px 0;
  font-size: 18px;
  color: #2b2118;
}

.ps-divider span {
  width: 95px;
  height: 1px;
  background: #776554;
}

.ps-shipping-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 18px;
}

.ps-card {
  background: #fff;
  border: 1px solid #e3d8cc;
  border-radius: 7px;
  padding: 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.ps-card-icon {
  font-size: 36px;
  flex-shrink: 0;
}

.ps-card ul {
  margin: 8px 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.ps-card li::marker {
  color: #9b6a30;
}

.ps-international {
  text-align: center;
  display: block;
}

.ps-carriers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 18px;
}

.ps-carriers div {
  border-right: 1px solid #e1d8cf;
  padding: 8px 12px;
}

.ps-carriers div:last-child {
  border-right: none;
}

.ps-carriers strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.ps-carriers span {
  display: block;
  font-size: 12px;
}

.ps-footer {
  border-top: 1px solid #e1d8cf;
  margin-top: 18px;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  gap: 60px;
  font-size: 14px;
}

/* Tablet */
@media (max-width: 991px) {
  .ps-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
  }

  .ps-step:nth-child(2) {
    border-right: none;
  }

  .ps-shipping-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .purchase-shipping-section {
    padding: 30px 15px;
  }

  .ps-heading h2 {
    font-size: 24px;
  }

  .ps-line span {
    width: 70px;
  }

  .ps-steps {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  .ps-step {
    border-right: none;
    border-bottom: 1px solid #e1d8cf;
    padding: 20px 10px;
  }

  .ps-step:last-child {
    border-bottom: none;
  }

  .ps-divider {
    font-size: 15px;
  }

  .ps-divider span {
    width: 40px;
  }

  .ps-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .ps-carriers {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .ps-carriers div {
    border-right: none;
    border: 1px solid #e1d8cf;
    border-radius: 6px;
  }

  .ps-footer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}