@import 'fontello.css';
a,body,p{
    color: #434142
}
.title,section{
    position: relative;
    z-index: 10
}
#loader,.brand-image,.client-image,.title.center{
    text-align: center
}
.btn,.nav-tabs li,.title h2{
    text-transform: uppercase
}
#gallery-close:hover{
    text-shadow: 0 0 5px rgba(255, 255, 255, .8)
}
@font-face{
    font-family: 'Brandon Bold';
    src: url(../fonts/brandon_bld.eot);
    src: url(../fonts/brandon_bld.eot?#iefix) format('embedded-opentype'), url(../fonts/brandon_bld.woff2) format('woff2'), url(../fonts/brandon_bld.woff) format('woff'), url(../fonts/brandon_bld.ttf) format('truetype'), url(../fonts/brandon_bld.svg#brandon_grotesquebold) format('svg');
    font-weight: 700;
    font-style: normal
}
@font-face{
    font-family: 'Brandon Light';
    src: url(../fonts/brandon_light.eot);
    src: url(../fonts/brandon_light.eot?#iefix) format('embedded-opentype'), url(../fonts/brandon_light.woff2) format('woff2'), url(../fonts/brandon_light.woff) format('woff'), url(../fonts/brandon_light.ttf) format('truetype'), url(../fonts/brandon_light.svg#brandon_grotesquelight) format('svg');
    font-weight: 300;
    font-style: normal
}
@font-face{
    font-family: 'Brandon Regular';
    src: url(../fonts/brandon_reg.eot);
    src: url(../fonts/brandon_reg.eot?#iefix) format('embedded-opentype'), url(../fonts/brandon_reg.woff2) format('woff2'), url(../fonts/brandon_reg.woff) format('woff'), url(../fonts/brandon_reg.ttf) format('truetype'), url(../fonts/brandon_reg.svg#brandon_grotesqueregular) format('svg');
    font-weight: 400;
    font-style: normal
}
body,html{
    height: 100%
}
body{
    font-family: 'Brandon Regular', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
#topnav .navigation-menu>li>a,
.btn,h1,h2,h3,h4,h5,h6{
    font-family: 'Brandon Bold', Arial, sans-serif
}
body.top-padding{
    padding-top: 60px
}
::-moz-selection{
    background-color: #434142;
    color: #fff
}
::selection{
    background-color: #434142;
    color: #fff
}
img{
    max-width: 100%;
    height: auto
}
h1{
    font-size: 38px
}
h2{
    font-size: 32px
}
h3{
    font-size: 26px
}
h4{
    font-size: 20px
}
h5{
    font-size: 16px
}
h6{
    font-size: 14px;
    font-weight: 600
}
a{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
a:focus, a:hover{
    color: #ab8553;
    text-decoration: none
}
p{
    margin-bottom: 0
}
#sscr{
    height: auto !important;
}
.icon-list li{
    margin-bottom: 10px;
    list-style-type: none
}
.icon-list li i{
    margin-right: 5px
}
.form-group:last-child{
    margin-bottom: 0
}
.form-control{
    padding: 18px 24px;
    height: 55px;
    color: #fff;
    border-radius: 0;
    background-color: #fff;
    color: #434142;
    font-size: 15px;
    box-shadow: none;
    border-color: #eee;
    border-top: 0;
    border-right: 0;
    border-left: 0
}
.form-control.has-error{
    border-color: #da3737;
}
.form-control:focus{
    outline: 0;
    box-shadow: none;
    border-color: #ab8553
}
.form-control::-webkit-input-placeholder { 
  color: #434142 !important;
  opacity: 1 !important;
}
.form-control::-moz-placeholder { 
  color: #434142 !important;
  opacity: 1 !important;
}
.form-control:-ms-input-placeholder { 
  color: #434142 !important;
  opacity: 1 !important;
}
.form-control:-moz-placeholder { 
  color: #434142 !important;
  opacity: 1 !important;
}
section{
    padding: 100px 0;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.btn-color,section.parallax{
    background-color: transparent
}
section.parallax{
    padding: 100px 0;
    border: 0
}
section.parallax .title h2{
    color: #fff;
}
section.parallax .container {
    z-index: 10;
    position: relative;
}
.section-content{
    padding: 25px 0
}
.section-content:after,.section-content:before{
    content: " ";
    display: table
}
.section-content:after{
    clear: both
}
.bg-grey{
    background-color: #f7f7f7;
}
.title.center hr{
    margin: 50px auto
}
.title{
    display: block;
    margin: 0 0 30px 0;
}
.title h2{
    margin: 0;
    font-weight: 700;
    font-size: 30px
}
.title h3{
    margin: 0;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Brandon Bold', sans-serif;
}
.title h4{
    font-size: 16px;
    margin-bottom: 20px
}
.title hr{
    width: 75px;
    margin: 20px 0;
    border-top: 2px solid #434142
}
.title p{
    margin-top: 20px;
}
.title span{
    display: block;
    width: 100%;
}
.title.center{
    text-align: center;
}
.title-grid{
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 20px;
    align-items: center;
}
.title-grid h2{
    margin-bottom: 0;
}
.title-grid .title{
    margin-bottom: 0;
}
.brand-image,.client-image{
    margin: 0 auto;
    display: block
}
.btn{
    padding: 12px 35px;
    border-radius: 0;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.btn:focus,.btn:focus:active{
    outline: 0
}
.btn-color{
    background-color: #ab8553;
    color: #fff
}
.btn-color:active,.btn-color:focus,.btn-color:hover{
    background-color: #434142;
    color: #fff
}
.dropdown-menu{
    box-shadow: none;
    border-radius: 0
}
.boxes [class*=col-]{
    padding: 20px
}
.boxes.brands,.boxes.clients{
    max-width: 1170px;
    width: 100%;
    display: block;
    margin: 0 auto
}
#marcas .brands{
    text-align: center;
}
.brands-center{
    float: none;
    display: inline-block;
}
.brand-image{
    max-width: 220px;
    width: 100%
}
.client-image{
    min-height: 65px
}
#topnav{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: #fff;
    border: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
#topnav.scroll{background-color: #f9f9f9;
}
#topnav .navbar-toggle{
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 62px;
    padding: 0;
    margin: 0;
    cursor: pointer
}
#topnav .navbar-toggle .lines{
    width: 25px;
    display: block;
    position: relative;
    margin: 24px auto;
    height: 18px
}
#topnav .navbar-toggle.open span{
    position: absolute
}
#topnav .navbar-toggle.open span:first-child{
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
#topnav .navbar-toggle.open span:nth-child(2){
    visibility: hidden
}
#topnav .navbar-toggle.open span:last-child{
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#topnav .navbar-toggle span{
    height: 1px;
    width: 100%;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}
#topnav .navbar-toggle span:last-child{
    width: 75%;
    margin-bottom: 0
}
#topnav .navbar-toggle:hover{
    background-color: transparent
}
#topnav .navbar-toggle:hover span{
    background-color: #434142
}
#topnav .navbar-toggle:focus{
    background-color: transparent
}
#topnav .navigation-menu{
    display: inline-block;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}
#topnav .navigation-menu li{    
    display: inline-block;
    position: relative
}
#topnav .navigation-menu li.active a{
    color: #ab8553
}
#topnav .header-settings .popover-arrow {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 15px;
    width: 15px;
    height: 15px;
    border-style: solid;
    border: 1px solid #e7e7e7;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    top: -8px;
    z-index: -5;
    background-color: #f8f9fa;
}
#topnav .header-settings {
    cursor: default;
    visibility: hidden;
    width: 280px;
    background-color: #f8f9fa;
    border: 1px solid #e7e7e7;
    padding: 10px 30px;
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.2s;
    box-shadow: 0 1.8vw 4vw -0.7vw rgba(0,0,0,.2);
}
#topnav .btn-account:hover .header-settings {
    visibility: visible;
    opacity: 1;
}
#topnav .header-settings a {
    display: block;
    width: 100%;
    margin: 10px 0;
    line-height: 1.4;
    font-family: 'Brandon Regular', sans-serif;
    font-size: 16px;
    text-transform: initial;
}
#topnav .navigation-menu li a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #434142;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 95px;
    padding: 0 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#topnav .navigation-menu>li>a:focus,#topnav .navigation-menu>li>a:hover{
    color: #ab8553;
    background: 0 0
}
#topnav .navigation-menu>li .submenu li a i{
    margin-right: 5px
}
#topnav .navigation-menu>li.has-submenu>a:after{
    content: "\e64b";
    font-family: themify;
    margin-left: 3px
}
#topnav .navigation-user{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#topnav .navigation-user .btn-login{
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
    font-family: 'Brandon Bold', sans-serif;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #434142;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 95px;
    padding: 0 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#topnav .navigation-user .btn-login.btn-in{
    display: flex;
}
#topnav .navigation-user.user-active .btn-in{
    display: none;
}
#topnav .navigation-user.user-active .btn-account{
    display: flex;
}
#topnav .navigation-user .btn-login:hover{
    color: #ab8553;
}
#topnav .navigation-user .btn-logout{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}
#topnav .header-user{
    display: none;
}
#topnav .logo{
    opacity: 1;
    float: left;
    padding: 15px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#topnav .logo:hover{
    opacity: 0.7;
}
#topnav .logo img{
    max-height: inherit;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#topnav .logo .logo-light{
    display: block;
    height: 65px
}
.menu-extras{
    float: right
}
.menu-item{
    float: left;
    border-right: 1px solid transparent
}
.menu-item:first-child{
    border-left: 1px solid transparent
}
#loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background-color: #434142
}
#mask{
    position: relative;
    height: auto;
    width: 180px;
    margin: 0 auto
}
#mask span{
    display: block;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    -webkit-animation: preloader 1.5s infinite ease-in-out-in-out;
    animation: preloader 1.5s infinite ease-in-out-in-out;
    -webkit-transform-origin: center center;
    transform-origin: center center
}
#home,#home-slider .slides,#home-slider .slides>li{
    height: 100%
}
#mask span:nth-child(2){
    left: 11px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
#mask span:nth-child(3){
    left: 22px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
#mask span:nth-child(4){
    left: 33px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
#mask span:nth-child(5){
    left: 44px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}
#home{
    padding: 0;
    border: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#home .centrize{
    z-index: 100
}
#home-slider{
    border: 0;
    margin: 0;
    height: 100%
}
#home-slider.kenburn .slide-image{
    transition: transform 6s ease-in-out 0s;
    -webkit-transition: -webkit-transform 6s ease-in-out 0s;
    -moz-transition: -moz-transform 6s ease-in-out 0s;
    -moz-transform-origin: center center
}
#home-slider .flex-direction-nav>li {
    position: absolute;
    bottom: 100px;
    z-index: 2000;
}
#home-slider .flex-direction-nav>li.flex-nav-prev{
    left: 80px
}
#home-slider .flex-direction-nav>li.flex-nav-next{
    left: 135px
}
#home-slider .flex-direction-nav>li>a {
    display: flex;
    background-color: #fff;
    color: #434142;
    width: 45px;
    height: 45px;
    font-size: 18px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#home-slider .flex-direction-nav>li>a:hover {
    background-color: #ab8553;
    color: #fff;
}
.home-logo{
    display: block;
    width: 230px;
    height: 140px;
    position: absolute;
    z-index: 200;
}
.parallax-bg,.parallax-overlay,.slide-image,.slider-overlay{
    width: 100%;
    height: 100%
}
.slide-image{
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.slider-overlay{
    display: table;
    table-layout: fixed;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 100;
}
.parallax-overlay{
    display: block;
    position: absolute;
    padding: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    pointer-events: none;
}
.bg-1,.bg-2{
    position: absolute
}
#contact-form ::-webkit-input-placeholder{
    color: #434142;
}
#contact-form .btn{
    margin-top: 30px;
}
.contact-container{
    background: #f7f7f7;
    display: grid;
    grid-template-columns: 1fr 1fr; 
}
#contacto .col-sm-5,#contacto .col-sm-7{
    padding: 0
}
.submit-button{
    text-align: right
}
#gallery-close,#gallery-modal,.nav-tabs,.nav-tabs.center,.nav-tabs>li{
    text-align: center
}
#contacto .col-sm-7{
    min-height: 488px;
    display: table;
    height: 100%
}
.contact-1,.contact-2{
    display: block;
    width: 100%;
    height: 100%;
}
.contact-icon li{
    display: inline-block;
    list-style: none;
    float: left;
    margin-right: 15px
}
.contact-icon i{
    font-size: 22px;
    color: #434142;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.bg-dark .title h2,.bg-dark p{
    color: #fff
}
.contact-icon i:hover{
    font-size: 22px;
    color: #fff
}
.contact-icon ul{
    display: inline-block;
    list-style: none;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-top: 70px
}
.contact-1{
    padding: 50px;
    display: table;
    height: 100%
}
.contact-2{
    padding: 0;
    display: block
}
.contact-form{
    margin: 0 auto
}
.contact-form .form-group{
    margin-bottom: 20px
}
.contact-form textarea{
    min-height: 200px
}
.bg-brown{
    background-color: #ab8553
}
.bg-dark{
    background-color: #434142
}
.bg-dark .title hr{
    border-top: 2px solid #fff
}
.bg-1{
    top: 0;
    right: 0
}
.bg-2{
    bottom: 0;
    left: 0
}
.form-group textarea{
    min-height: 100px
}
.form-group.has-error .form-control{
    border-color: #e74c3c
}
.form-group.has-success .form-control{
    border-color: #2ecc71
}
.form-group label{
    font-size: 18px;
    font-family: 'Brandon Bold', sans-serif;
}
.nav-tabs{
    border-bottom: 0;
    margin-bottom: 25px
}
.nav-tabs>li{
    display: inline-block;
    float: none;
    margin: 0 auto
}
.nav-tabs li{
    font-size: 18px;
    border-radius: 0;
    padding: 10px 15px;
    color: #434142;
    font-family: 'Brandon Bold', Arial, sans-serif
}
.nav-tabs>li>a:hover{
    background-color: transparent;
    border-color: transparent;
    color: #ab8553
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
    color: #ab8553;
    cursor: pointer;
    background-color: transparent;
    outline: 0
}
.nav-tabs.outline>li.active>a,.nav-tabs.outline>li.active>a:focus,.nav-tabs.outline>li.active>a:hover{
    background-color: #fff;
    border-color: transparent;
    color: #ab8553;
    outline: 0
}
.photo-gallery{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}
.photo-gallery>li{
    width: 33.4341423%;
    float: left;
    padding: 0 0 20px 20px;
    position: relative
}
.photo-gallery>li.half{
    width: 50%
}
.photo-gallery>li .gallery-item>a{
    display: block
}
.photo-gallery>li .gallery-item>a:hover:after,.photo-gallery>li .gallery-item>a:hover:before{
    opacity: 1;
    visibility: visible
}
.photo-gallery>li .gallery-item>a:hover:after{
    -webkit-transform: scale(1);
    transform: scale(1)
}
.photo-gallery>li .gallery-item>a:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 20px;
    right: 0;
    background-color: rgba(33, 40, 45, .6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.photo-gallery>li .gallery-item>a:after{
    content: "\e610";
    font-family: themify;
    position: absolute;
    height: 50px;
    top: 50%;
    left: 0;
    right: 0;
    margin: -25px auto 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0)
}
#gallery-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    z-index: 2000;
    display: none
}
.cslide-next,.cslide-prev{
    top: 0;
    position: absolute
}
.gallery-image{
    max-width: 1170px;
    margin: auto;
    position: relative;
    padding: 20px;
}
#gallery-close,.gallery-control{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -50px;
    font-size: 20px;
    color: #fff
}
#gallery-close{
    line-height: 50px;
    right: 0;
    left: 0;
    margin: auto
}
#gallery-close:focus,#gallery-close:hover{
    color: #fff
}
#gallery-close i{
    vertical-align: middle;
    line-height: inherit
}
.gallery-control{
    line-height: 50px;
    padding: 0 20px
}
.nosotros-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}
.gallery-control:focus,.gallery-control:hover{
    color: #fff
}
.gallery-control i{
    vertical-align: middle;
    line-height: inherit
}
.gallery-control.gallery-prev{
    left: 0;
    text-align: left
}
.gallery-control.gallery-next{
    right: 0;
    text-align: right
}
.services-left{
    display: grid;
    grid-template-columns: 400px 1fr;
    align-items: center;
    position: relative;
}
.services-left:last-of-type{
    margin-bottom: 0;
}
.services-right:last-of-type{
    margin-bottom: 0;
}
.services-info {
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    padding: 50px;
    position: relative;
    width: 100%;
    z-index: 100;
}
.services-left .services-info{
    left: 0;
    right: initial;
}
.services-title{
    display: block;
    width: 100%;
}
.services-title h3{
    text-align: left;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.services-text{
    display: block;
    width: 100%;
}
.services-text p{
    margin-bottom: 30px;
}
.services-text p:last-child{
    margin-bottom: 0px;
}
.swiper-container {
    height: auto;
    margin: 0;
    position: relative;
}
.swiper-wrapper{
    position: relative;
}
.swiper-slide {
    overflow: hidden;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.swiper-button-prev, .swiper-button-next{
    display: none;
}
.carousel {
    position: relative;
    width: 100%;
    height: 590px;
    overflow: hidden;
    margin: 0 auto;
}
.carousel:hover .slide:after,
.carousel:hover .counter,
.carousel:hover .slide:before {
    opacity: 1;
}
.slide {
    float: right;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    text-align: center;
    transition: opacity 0.4s;
    opacity: 1;
}
.counter {
    position: absolute;
    bottom: 20px;
    right: 1px;
    height: 20px;
    width: 60px;
    z-index: 2;
    text-align: center;
    color: #fff;
    line-height: 21px;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.3s;
}
.faux-ui-facia {
    top: 0;
    right: 0;
    float: right;
    position: absolute;
    margin-top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.faux-ui-facia:checked {
    z-index: 8;
}
.faux-ui-facia:checked + .slide {
    opacity: 0;
}
.faux-ui-facia:checked:nth-child(1):checked {
    z-index: 9;
}
.faux-ui-facia:nth-child(1):checked {
    float: left;
    z-index: 9;
}
.faux-ui-facia:nth-child(1):checked + .slide {
    opacity: 1;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia {
    float: left;
    z-index: 8;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia + .slide {
    opacity: 0;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked {
    z-index: 9;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked + .slide {
    opacity: 1;
}
/* --- Intro text --- */
.intro {
    padding: 80px 0 60px 0;
    text-align: center;
    color: #fff;
    margin: auto;
    width: 800px;
}
.intro .intro__title {
    font-weight: 200;
    font-size: 32px;
    color: #fff;
}
.intro .intro__body {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    opacity: 0.48;
    padding: 0 160px;
    margin: 0;
}
#historia{
    padding: 0;
    background-color: #f7f7f7;
}
.half-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
section.parallax .half-grid{
    height: 100%;
}
.half-info{
    padding: 100px;
}
.half-img{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-list{
    font-size: 0;
    text-align: center;
    margin: 60px 0;
}
.contact-box{
    text-align: center;
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
}
.contact-box p{
    margin: 0;
    font-size: 15px;
}
.contact-social{
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #434142;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 15px;
}
.contact-social:hover{
    background-color: #ab8553;
    color: #fff;
}
.info-icon {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #ab8553;
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 100%;
}
.info-icon .icon-location,
.info-icon .icon-phone{
    font-size: 26px;
}
.info-icon h3{
    margin: 0 0 30px 0;
    line-height: 1;
    position: absolute;
}
.centrize{
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}
.v-center{
    display: table-cell;
    vertical-align: middle
}
.pb-0{
    padding-bottom: 0!important
}
.pt-25{
    padding-top: 25px
}
.fade-in-top{
    -webkit-animation: fadeInTop 1.5s both;
    animation: fadeInTop 1.5s both
}
.div-img{
    margin-bottom: 30px;
    max-height: 370px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.div-img img{
    display: block;
    width: 100%
}
#cslide-slides h2{
    margin-bottom: 10px;
    font-weight: 700
}
.cslide-slides-master{
    overflow: hidden;
    margin-bottom: 60px;
    position: relative
}
.cslide-slides-master:last-child{
    margin-bottom: 0
}
.cslide-slides-container{
    visibility: hidden
}
.cslide-slide{
    float: left;
    padding: 10px 30px
}
.cslide-slide h2,.cslide-slide p{
    color: #fff
}
.cslide-prev{
    left: 0
}
.cslide-next{
    right: 0
}
.cslide-prev-next{
    margin-bottom: 30px;
    display: block;
    text-align: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.cslide-next,.cslide-prev{
    display: inline-block;
    color: #434142;
    cursor: pointer;
    font-size: 22px;
    line-height: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.cslide-next.cslide-disabled:hover,.cslide-next:hover,.cslide-prev.cslide-disabled:hover,.cslide-prev:hover{
    color: #ab8553
}
.cslide-disabled{
    opacity: .3
}
.text-center .col-md-7{
    float: none;
    margin: 0 auto
}
.text-center p{
    margin-bottom: 15px;
    text-align: center
}
.text-center p:last-of-type{
    margin-bottom: 0
}
.menu-social {
    display: flex;
    position: absolute;
    right: 80px;
    bottom: 100px;
    z-index: 200;
}
.menu-social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    color: #434142;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.menu-social a:last-child{
    margin-right: 0px;
}
.menu-social a:hover{
    background-color: #ab8553;
    color: #fff;
}
@-webkit-keyframes preloader{
    0%, 100%, 50%{
        height: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #fff
    }
    25%{
        height: 60px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background-color: #EF2D56
    }
}
@keyframes preloader{
    0%, 100%, 50%{
        height: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #fff
    }
    25%{
        height: 60px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background-color: #EF2D56
    }
}
@-webkit-keyframes fadeInTop{
    0%{
        opacity: 0;
        -webkit-transform: translateY(75px);
        transform: translateY(75px)
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInTop{
    0%{
        opacity: 0;
        -webkit-transform: translateY(75px);
        transform: translateY(75px)
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes animClient{
    25%{
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    50%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes animClient{
    25%{
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    50%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.clients-section{
    position: relative;
    padding: 0;
    border: none;
}
.clients-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 650px;
    position: relative;
    flex-direction: column;
}
.clients-grid{
    font-size: 0;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px;
    outline: none;
    position: relative;
    z-index: 10;
}
.clients-min{
    max-width: 820px;
}
.clients-grid h4{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.clients-grid hr{
    border-top: 2px solid #fff;
}
.clients-box {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 15px 20px;
    text-align: center;
}
.clients-box p{
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Brandon Bold', sans-serif;
}
.clients-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.slick-slider{
    padding: 0;
    margin: 0;
}
#store{
    margin-top: 95px;
    padding: 0;
}
.store-inner{
    padding: 100px;
}
.store-grid{
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-gap: 50px;
}
.product-sidebar{
    background-color: #f7f7f7;
    display: block;
}
.filter-list {
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
}
.accordion li{
    list-style: none;
    display: block;
    border-bottom: 2px solid #eee;
    padding: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion li .form-control{
    background-color: #fff;
    color: #434142;
    height: 100%;
    padding: 0 20px;
}
.accordion-title {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-family: 'Brandon Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 1;
    color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion-content{
    margin-top: 20px;
}
.accordion-title:hover{
    color: #ab8553;
}
.accordion-title i {
    position: absolute;
    right: 12px;
}
.accordion li.active .accordion-title i:before{
    transform: rotate(45deg);
}
.accordion li.active .accordion-title i:after{
    transform: rotate(-45deg);
}
.accordion-title i:after {
    content: '';
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion li .accordion-title i:before {
    content: '';
    opacity: 1;
    width: 12px;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    background-color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion-divider{
    display: block;
    width: 100%;
    padding: 10px 0;
}
.filter-option{
    position: relative;
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    color: #999;
    font-weight: 500;
}
.filter-option:first-child{
    margin-top: 0;
}
.filter-option:hover, .filter-option:focus, .filter-option.active{
    color: #ab8553;
    opacity: 1;
}
.filter-option.active{
    color: #ab8553;
    font-family: 'Brandon Bold', sans-serif;
}
.filter-option:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #dcdcdc;
    position: absolute;
    z-index: 10;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.filter-option.active:before{
    background-color: #ab8553;
    border: 1px solid #ab8553;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.product-box {
    background-color: #fff;
    display: block;
    width: auto;
    height: max-content;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-img {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20vw;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
.product-img .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-img:hover .overlay{
    opacity: 1;
}
.product-btn{
    display: flex;
    position: absolute;
    z-index: 20;
    opacity: 0;
    margin-bottom: -20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-btn a{
    margin-right: 6px;
}
.product-btn a:last-child{
    margin-right: 0;
}
.product-link{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.product-img:hover .product-btn{
    opacity: 1;
    margin-bottom: 0;
}
.input-price{
    display: grid;
    grid-template-columns: 1fr 1fr 50px;
    grid-gap: 1px;
}
.input-price .btn-mid{
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-search{
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-gap: 1px;
}
.input-search .btn-mid{
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-mid{
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Brandon Bold', Arial, sans-serif;
    padding: 12px 35px;
    font-size: 15px;
    background-color: #ab8553;
    text-transform: uppercase;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}
.btn-mid:hover{
    background-color: #434142;
    color: #fff;
}
.btn-black{
    background-color: #434142;
    color: #fff;
}
.btn-black:hover{
    background-color: #ab8553;
    color: #fff;
}
.btn-white{
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Brandon Bold', Arial, sans-serif;
    padding: 12px 25px;
    font-size: 13px;
    background-color: #fff;
    text-transform: uppercase;
    color: #434142;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}
.btn-white:hover{
    background-color: #434142;
    color: #fff !important;
}
.btn-add{
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Brandon Bold', Arial, sans-serif;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #ab8553;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}
.btn-add:hover{
    background-color: #434142;
    color: #fff;
}
.btn-add i{
    margin-left: 10px;
    margin-top: 2px;
}
.cover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-info {
    display: grid;
    grid-template-columns: 1fr 130px;
    grid-gap: 20px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    background-color: #f7f7f7;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-info:hover{
    background-color: transparent;
}
.product-img:hover ~ .product-info{
    background-color: transparent;
}
.product-title {
    font-family: 'Brandon Bold', sans-serif;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 20px;
    height: 22px;
    color: #434142;
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-category {
    line-height: 1;
    color: #434142;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-price {
    text-align: right;
    color: #ab8553;
    line-height: 1;
    font-size: 20px;
    font-family: 'Brandon Bold', sans-serif;    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.price-discount span{
    display: block;
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    margin-top: 5px;
    text-align: right;
}
#detail{
    padding-top: 0;
    margin-top: 95px;
}
.detail-grid{
    display: grid;
    grid-template-columns: 1.5fr 430px;
    grid-gap: 50px;
    width: 100%;
    margin-top: 100px;
}
.detail-info{
    background-color: #f7f7f7;
}
.detail-btn{
    padding: 40px 50px;
}
.detail-btn .btn-mid{
    display: block;
    width: 100%;
    text-align: center;
}
.app-figure .selectors{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.app-figure .selectors .mz-thumb {
    display: inline-flex;
    border: 1px solid #eee;
    background-color: #434142;
    margin-right: 10px;
}
.app-figure .selectors .mz-thumb:hover {
    opacity: 1;
}
.app-figure .selectors .mz-thumb:last-child {
    margin-right: 0px;
}
.app-figure .selectors .mz-thumb img{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.app-figure .selectors .mz-thumb:hover img{
    opacity: 0.6;
}
.detail-title {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 15px;
    width: 100%;
    padding: 40px;
    border-bottom: 2px solid #eee;
}
.detail-title h3{
    margin: 0;
    font-weight: 600;
}
.detail-title p{
    display: block;
    margin-top: 8px;
    color: #999;
    font-family: 'Brandon Bold', sans-serif;
}
.detail-price{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #ab8553;
}
.detail-add{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 30px 0 0 0;
    border-top: 1px solid #EFEFEF;
}
.detail-add .price-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    color: #fff;
    background-color: #ab8553;
    font-size: 20px;
    padding: 15px 20px;
}
.detail-add .btn-mid {
    display: flex;
    width: 100%;
    height: 100%; 
    align-items: center;
    justify-content: center;
}
.detail-info .accordion li {
    max-width: initial;
    width: 100%;
    padding: 40px;
}
.detail-info .accordion-title i{
    right: 10px;
}
.detail-info .accordion-content{
    display: block;
    width: 100%;
}
.detail-info .accordion-content p{
    margin-bottom: 20px;
}
.detail-info .accordion-content p:last-child{
    margin-bottom: 0px;
}
.detail-add .quantity input {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    background: transparent;
    border: none;
    outline: none;
}
.detail-add .form-qty{
    display: block;
    width: 100%;
    height: 100%;
}
.detail-add .quantity {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    background-color: #f7f7f7;
}
.tag-container {
    font-size: 0;
    text-align: left;
    margin-top: 10px;
}
.tag-box {
    opacity: 1;
    border: none;
    outline: none;
    padding: 12px 25px;
    background-color: #434142;
    display: inline-flex;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin: 0 8px 8px 0;
    position: relative;
    overflow: visible;
    color: #fff;
    z-index: 15;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tag-box:hover {
    background-color: #ab8553;
    color: #fff;
}
.breadcrumb-container {
    background-color: #434142;
    display: flex;
    width: 100%;
    flex-direction: row;
    border-bottom: 1px solid #eee;
    padding: 15px 30px;
    align-items: center;
}
.breadcrumb-item {
    display: inline-flex;
}
.breadcrumb-item a {
    font-family: 'Brandon Bold', sans-serif;
    color: #fff;
    font-size: 18px;
}
.breadcrumb-item a:hover {
    color: #ab8553;
}
.breadcrumb-item.active p{
    color: #ab8553;
    font-family: 'Brandon Bold', sans-serif;
}
.breadcrumb-item p{
    color: #fff;
}
.breadcrumb-item.disabled{
    pointer-events: none;
}
.breadcrumb-item.disabled p{
    color: #999;
    pointer-events: none;
}
.breadcrumb-item span {
    margin: 0 10px;
    color: #fff;
}
.related-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 50px;
}
#cart{
    padding-top: 0;
    margin-top: 95px;
}
.tabs-btn{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 50px;
}
.tabs-btn .btn-mid{
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-btn i{
    opacity: 0;
    position: absolute;
    right: 20px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ab8553;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tabs-btn .btn-mid.active i{
    opacity: 1;
}
.tabs-btn .btn-mid.active{
    background-color: #ab8553;
    color: #fff;
}
.tab-wrapper{
    position: relative;
    height: auto;
    overflow: hidden;
}
.tab-info{
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tab-info.active{
    pointer-events: visible;
    position: relative;
    opacity: 1;
    height: auto;
}
.summary-grid{
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 430px;
    grid-gap: 50px;
    width: 100%;
}
.summary-description{
    display: block;
    width: 100%;
}
.summary-sidebar{
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}
.summary-table{
    padding: 40px;
    display: block;
    width: 100%;
    border-bottom: 2px solid #eee;
}
.summary-table:last-child{
    margin-bottom: 0px;
}
.item-description p {
    margin-bottom: 0;
}
.item-edit {
    padding-top: 35px;
    margin-top: 15px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
}
.item-edit .btn-mid{
    margin-right: 10px;
}
.item-edit .btn-mid:last-child{
    margin-right: 0;
}
.item-edit form{
    display: block;
    width: 100%;
}
.summary-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
}
.summary-bottom{
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
    font-size: 20px;
    font-family: 'Brandon Bold', sans-serif;
    text-transform: uppercase;
}
.summary-top{
    font-size: 20px;
    font-family: 'Brandon Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.summary-subtitle{
    font-size: 20px;
    font-family: 'Brandon Bold', sans-serif;
    margin-bottom: 20px;
}
.summary-amount{
    text-align: right;
}
.summary-savings{
    color: #ab8553;
}
.summary-logos{
    display: block;
    width: 100%;
    font-size: 0;
}
.summary-btn{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 30px 0;
    margin: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.summary-btn .btn-mid{
    width: 100%;
}
.summary-address{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.summary-obs{
    margin-top: 30px;
    display: block;
}
.summary-obs p{
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.summary-obs p:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #ab8553;
}
.item-table{
    display: block;
    width: 100%;
    margin: 30px 0;
}
.item-row{
    display: grid;
    grid-template-columns: 130px auto 100px;
    grid-gap: 20px;
    width: 100%;
}
.item-img{
    display: block;
    width: 130px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.item-title{
    font-family: 'Brandon Bold', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
    color: #999;
}
.item-label{
    font-family: 'Brandon Bold', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    display: block;
}
.item-text{
    color: #999;
    font-size: 16px;
}
.item-text a{
    color: #999;
}
.item-text a:hover{
    color: #ab8553;
}
.item-price{
    text-align: right;
    font-family: 'Brandon Bold', sans-serif;
    color: #ab8553;
    vertical-align: top;
    font-size: 20px;
}
.item-bottom{
    display: block;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
}
.item-btn{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
.item-qty{
    display: inline-flex;
}
.item-qty .form-control{
    background-color: #f7f7f7;
    padding: 12px 0 12px 20px;
    height: auto;
    width: 80px;
}
.item-address{
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.item-block{
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.btn-links {
    color: #434142;
    text-decoration: none !important;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #eee;
    font-size: 16px;
}
.checkout-btn{
    display: block;
    width: 100%;
    padding: 40px;
}
.checkout-btn .btn-mid{
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
}
.checkout-btn .btn-mid:last-child{
    margin-bottom: 0;
}
.subtitle {
    color: #434142;
    font-size: 20px;
    font-family: 'Brandon Bold', sans-serif;
    margin-bottom: 15px;
}
.logo-item img {
    height: 35px;
}
.logo-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.logo-item:last-child{
    margin-right: 0;
}
.summary-description .form-control{
    background-color: #f7f7f7;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fff;
  width: 100%;
  height: 56px;
  grid-column: span 2;
}
.select:last-of-type{
  margin-bottom: 0;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
  color: #434142;
  padding: 18px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-styled:after {
  font-family: 'fontello';
  content: "\e8b0";
  position: absolute;
  top: 20px;
  right: 15px;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-styled:hover {
  background-color: #e1e1e1;
}
.select-styled:active, .select-styled.active {
  background-color: #f7f7f7;
}
.select-styled:active:after, .select-styled.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-options {
  display: none;
  position: absolute;
  max-height: 190px;
  overflow-y: auto;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #434142;
}
.select-options li:first-of-type {
  border-top: none;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #434142;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-options li:hover {
  color: #444344;
  background: #e1e1e1;
}
.select-options li[rel="hide"] {
  display: none;
}
.form-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.form-2 .form-control,
.form-2 .form-group{
    margin-bottom: 0;
}
.form-full{
    grid-column: span 2;
}
.summary-description .form-group textarea{
    min-height: 150px
}
.payment-container{
    margin-top: 100px;
    padding: 40px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    height: 500px;
    align-items: center;
    justify-content: center;
}
.payment-icon{
    background-color: #ab8553;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-container .title{
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.payment-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment-btn .btn-mid{
    margin-right: 10px;
}
.payment-btn .btn-mid:last-child{
    margin-right: 0;
}
#settings{
    margin-top: 95px;
    min-height: calc(100% - 80px);
}
.settings-container{
  display: block;
  width: 100%;
  font-size: 0;
}
.settings-tabs {
  position: relative;
  width: 280px;
  vertical-align: top;
  display: inline-block;
}
.settings-content {
  position: relative;
  width: calc(100% - 320px);
  margin-left: 40px;
  display: inline-block;
}
.tabs-block li {
  list-style: none;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  margin-bottom: 10px;
  font-family: 'Brandon Bold', sans-serif;
  background-color: #434142;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs-block li:hover{
  background-color: #ab8553;
  color: #fff;
}
.tabs-block li.active{
  background-color: #ab8553;
  color: #fff;
}
.tabs-inner{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tabs-block{
  position: sticky;
  top: 30px;
  padding: 0;
}
.tab-info {
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#tab-1.active,
#tab-2.active,
#tab-3.active,
#tab-4.active {
  pointer-events: visible;
  opacity: 1;
  height: auto;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.settings-wrapper{
  padding: 40px 50px;
  background-color: #f7f7f7;
}
.settings-wrapper .item-img{
    min-height: 130px;
}
.settings-wrapper .select-styled{
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #434142;
}
.address-btn{
    display: flex;
    width: 100%;
    margin-top: 30px;
}
.address-btn .btn-mid{
    margin-right: 10px;
}
.address-btn .btn-mid:last-child{
    margin-right: 0;
}
.address-selected{
    display: grid;
    grid-template-columns: 1fr 40px;
    grid-gap: 20px;
    align-items: flex-end;
}
.address-number{
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Brandon Bold', sans-serif;
}
.address-check{
    text-align: right;
}
.address-check i{
    cursor: pointer;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #434142;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.address-check:hover i{
    background: #ab8553;
    color: #fff;
}
.address-check.active i{
    background: #ab8553;
    color: #fff;
}
.address-check.active i{
    background: #ab8553;
    color: #fff;
}
.form-save{
    display: block;
    width: 100%;
    margin-top: 30px;
}
.new-address{
    position: absolute;
    height: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    margin-top: 30px;
}
.new-address.active{
    position: relative;
    height: auto;
    pointer-events: visible;
    z-index: 0;
    opacity: 1;
}
#login{
    margin-top: 95px;
    height: calc(100% - 95px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.form-inner{
    display: block;
    width: 100%;
    max-width: 560px;
    padding: 40px 50px;
    background: #f7f7f7;
}
.form-recover{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
    margin: 10px 0;
}
.form-recover p:last-child{
    text-align: right;
}
.form-recover a{
    font-family: 'Brandon Bold', sans-serif;
}
#login .form-full .btn-mid{
    display: block;
    width: 100%;
    text-align: center;
}
#e-store .product-grid{
    margin-top: 60px;
}
#section{
    margin-top: 95px;
}
/***
.mz-figure > img {
    width: 100% !important;
    height: 100% !important;
    max-width: initial !important;
    max-height: initial !important;
}
figure.mz-figure {
    width: 100%;
}
.MagicZoom {
    width: 100%;
}***/
.pagination {
    margin: 30px 0 0 0;
    border-radius: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    margin: 1px;
    line-height: initial;
    color: #434142;
    text-decoration: none;
    background-color: transparent;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
}
.page-item.disabled{
    pointer-events: none;
    opacity: 0.6;
}
.pagination>li:last-child>a{
    border-radius: 0;
    background-color: transparent;
    border: none;
    font-size: 0;
}
.pagination>li:last-child>a:after{
    content: '\e928';
    font-family: 'fontello';
    font-size: 15px;
    color: #434142;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span{
    border-radius: 0;
    background-color: transparent;
    border: none;
    font-size: 0;
}
.pagination>li:first-child>a:after,
.pagination>li:first-child>span:after{
    content: '\e927';
    font-family: 'fontello';
    font-size: 15px;
    color: #434142;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: transparent;
    border-color: transparent;
    color: #ab8553;
    font-family: 'Brandon Bold';
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #434142;
    background-color: #e7e7e7;
}
/*.page-item:nth-child(5){*/
    /*display: none;*/
/*}*/
/*.page-item:nth-child(6){*/
    /*display: none;*/
/*}*/
/*.page-item:nth-child(7){*/
    /*display: none;*/
/*}*/
/*.page-item:nth-child(8){*/
    /*display: none;*/
/*}*/
/*.page-item:nth-child(9){*/
    /*display: none;*/
/*}*/
/*.page-item:nth-child(11){*/
    /*display: none;*/
/*}*/
#payment{
    height: calc(100% - 95px);
    padding: 0;
    margin-top: 95px;
}
.flex-container{
    display: flex;
    min-height: calc(100% - 150px);
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
#iframe-container{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
#footer,.centrize{
    position: relative
}
#footer{
    background-color: #f5f5f5;
    z-index: 10
}
#footer.onepage{
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .05);
    border-top: 1px solid #eee
}
#footer .footer-wrap{
    padding: 30px 0;
    overflow: hidden
}
#footer p{
    margin: 0;
    font-size: 15px
}
#footer .copy-text.center{
    text-align: center
}