/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/* =========================
          General
 ========================= */
html {
    font-size: 10px;
}
body {
    background: #fff;
    font-family:'Roboto', Arial, sans-serif;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6em;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family:'Roboto', sans-serif;
    color: #212121;
}

h1{
    font-size: 3.3rem;
}

h2{
    font-size:2rem;
}

h3{
    font-size: 1.8rem;
    color: #787878;
    font-weight: 400;
    line-height: 120%;
}

h4{
    font-size: 1.6rem;
}

a {
    color: #fdb819;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:hover, a:focus {
    color:rgba(0,0,0,.85);
    text-decoration:none;
}

img {
    width: 100%;
    max-width: 100%;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.btn-primary {
    margin-top:30px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #fdb819;
    border-radius: 3px;
    background-color: #fdb819;
    color: #212121;
}
.btn:hover {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}

/* =========================
          header
 ========================= */
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar>.container .navbar-brand{
    margin-left: 0;
}

.navbar-brand {
    display: inline-block;
    width: 100%;
    max-width: 235px;
    padding: 0 0 5px 0;
    margin:0;
}

.navbar-brand.sticky {
    max-width: 130px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.nav-cart {
    position: relative;
    width: 50px;
    float: right;
    padding: 8px 0;
    margin-left: 5px;
}
.nav-cart > a > i {
    font-size: 30px;
    color: #212121;
}
.nav-cart > a > span {
    position: absolute;
    top: 3px;
    right: 6px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: #212121;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    padding: 2px;
}

.navbar-nav>li{
    margin-left: 1px;
    padding-bottom: 0;
}

.navbar-fixed-top .navbar-nav > li > a {
    padding: 13px 25px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    font-weight:500;
    font-size: 18px;
    font-family:'Roboto', sans-serif;
}

.navbar-fixed-top .navbar-nav > li > a:hover{
    background: #212121;
    color:#fff;
}

.navbar-fixed-top {
    border: none;
    background: #fdb819;
}

.navbar-fixed-top .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
    background-color: #212121;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        padding-top: 15px;
    }
    .navbar-fixed-top .navbar-collapse {
        padding-top: 50px;
        max-height: inherit;
    }
    .navbar-fixed-top .navbar-nav > li > a {
        display: block;
    }
    .nav-cart {
        position: absolute;
        top: 5px;
        right: 80px;
    }
    .navbar-brand {
        padding-left: 15px;
    }
    .navbar-brand.sticky {
        max-width: 175px;
    }

    .navbar-header {
        margin-top: -12px;
    }

    .navbar {
        padding-bottom: 12px;
    }

}

/* =========================
          slider
 ========================= */
.slider {
    position: relative;
    padding-top:70px;
}

.slider img {
    width: 100%;
}

#carousel-slider {
    position: relative;
}

#carousel-slider .carousel-indicators {
    bottom: -25px;
}

#carousel-slider .carousel-indicators li {
    border: 1px solid #ffbd20;
}

#carousel-slider a i {
    border: 1px solid #fff;
    border-radius:50%;
    font-size: 30px;
    height: 50px;
    padding: 8px;
    position: absolute;
    top: 50%;
    width: 50px;
    color:#fff;
}

#carousel-slider a i:hover {
    background: #fdb819;
    color:#fff;
    border: 1px solid #fdb819;
}

#carousel-slider
.carousel-control {
    width:inherit;
}

#carousel-slider .carousel-control.left i {
    left:40px;
    top: calc(50% - 25px);
}

#carousel-slider .carousel-control.right i {
    right: 40px;
    top: calc(50% - 25px);
}

#carousel-slider
.carousel-control.left,
#carousel-slider
.carousel-control.right {
    background: none;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: calc(50% - 150px);
    font-size:40px;
    left: 15%;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

.carousel-caption  h2 {
    font-size:60px;
    color: #0BA9F9;
}

.carousel-caption  h2 span {
    font-size:60px;
    color: #fff;
}


.carousel-caption  p {
    font-size:30px;
    margin-top:30px;
    color:#fff;
}


.carousel-inner .form-inline .form-group button[type="livedemo"]{
    padding: 10px 30px;
    font-size: 2.5rem;
    background: #fdb819;
    color:#fff;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
    color: #212121;
    background:#fff;
    transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
    padding: 10px 30px;
    font-size: 2.5rem;
    background:#fff;
    color: #212121;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
    color:#fff;
    background: #fdb819;
    transition:  color 300ms, background-color 300ms;
}

@media (max-width: 767px) {

    .carousel-caption  h2, .carousel-caption  h2 span {
        font-size: 36px;
    }

    .carousel-caption  p {
        font-size: 24px;
        margin-top: 24px;
    }

    .carousel-inner .form-inline .form-group button[type="livedemo"], .carousel-inner .form-inline .form-group button[type="getnow"]{
        padding:10px 30px;
        font-size:18px;
    }

    .carousel-inner .form-inline {
        margin-bottom: 0;
    }

    .carousel-inner .form-group {
        display: inline;
    }

    #carousel-slider .carousel-indicators {
        bottom: 0;
    }
}

@media (max-width: 575px) {

    .carousel-caption {
        top: -30px;
    }

    .carousel-caption  h2, .carousel-caption  h2 span {
        font-size: 24px;
    }

    .carousel-caption  p {
        font-size: 18px;
        margin-top: 18px;
    }

    .carousel-inner .form-inline .form-group button[type="livedemo"], .carousel-inner .form-inline .form-group button[type="getnow"]{
        padding:5px 20px;
        font-size:14px;
    }

    .carousel-inner .form-inline {
        margin-bottom: 0;
        margin-top: 0;
    }

    .carousel-inner .form-group {
        display: inline;
        padding-top: 0;
    }

    #carousel-slider .carousel-indicators {
        display: none !important;
    }

    .carousel-inner .btn-primary {
        margin-top: 10px;
    }
}

/* =========================
          product item
 ========================= */
#gallery {
    margin-top: 50px;
    padding-top:70px;
    padding-bottom:70px;
    background: #f6f6f6;
}
#gallery .text-center > h1 {
    margin-bottom: 30px;
}

figure.effect-chico {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#flb-close {
    max-width: 25px;
}

.has-bg-color {
    background-color: #fff;
}
.has-pd-b {
    padding: 50px;
}
.has-pd {
    padding: 50px 20px;
}
.has-pd.has-pd--first {
    padding-bottom: 20px;
}
.has-pd.has-pd--second {
    padding-top: 20px;
    margin-top: 5px;
}
.has-pd-b.has-pd-b--second {
    margin-top: 30px;
}
.product-name-t {
    font-size: calc(.5vw + 1.6rem);
    margin: 0 0 5px 0;
}
.product-name-sku {
    font-size: calc(.1vw + 1.6rem);
    margin: 0 0 2rem 0;
}
.description-title {
    font-size: calc(.3vw + 1.6rem);
    margin: 0 0 2rem 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #fdb819;
}
.description-list {
    padding-left: 15px;
}
.description-price{
    color: #fdb819;
    font-size: calc(.8vw + 1.6rem);
    margin: 0 0 3rem 0;
}
.description-btn {
    display: block;
    background-color: #212121;
    border: 1px solid #212121;
    border-radius: 3px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
.description-btn:hover {
    background-color: #fdb819;
    border: 1px solid #fdb819;
    color: #212121;
}
#initials-box {
    text-align: center;
}
.initials-box--img {
    /*display: none;*/
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.initials-box--img > img {
    width: auto;
    height: 100%;
    max-height: 129px;
}
.initials-box--span {
    display: block;
}
#initials-box label {
    display: block;
    font-size: calc(.5vw + 1.6rem);
    margin: 0 0 2rem 0;
}
#initials-box input {
    display: inline-block;
    padding: 6px 15px;
    border: 2px solid #fdb819;
    border-radius: 3px;
    width: 100%;
    max-width: 100px;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#initials-box input:hover,
#initials-box input:focus {
    box-shadow: 4px 5px 12px 1px rgba(0, 0, 0, .2);
    background-color: rgba(253, 184, 25, .1);
}

@media only screen and (max-width: 767px) {
    .has-pd-b {
        padding: 50px 20px;
    }
}
@media only screen and (max-width: 991px) {
    .has-pd.has-pd--first,
    .has-pd-b.has-pd-b--second {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 991px) and (max-height: 1024px){
    .col-md-4 .has-pd {
        margin-top: 5px;
    }
    .has-pd,
    .has-pd-b {
        padding: 20px;
    }
    figure.effect-chico img {
        width: auto;
        height: 100%;
        max-height: 250px;
        margin: 0 auto;
    }
    .initials-box--img {
        margin-bottom: 10px;
    }
    .initials-box--img img {
        width: auto;
        height: 100%;
        max-height: 100px;
    }
}
@media only screen and (max-width: 991px) and (max-height: 768px){
    .has-pd,
    .has-pd-b {
        padding: 20px;
    }
    figure.effect-chico img {
        width: auto;
        height: 100%;
        max-height: 200px;
        margin: 0 auto;
    }
    .initials-box--img {
        margin-bottom: 10px;
    }
    .initials-box--img img {
        width: auto;
        height: 100%;
        max-height: 60px;
    }
}

/* =========================
          products
 ========================= */
#our-team {
    padding-top: 20px;
    padding-bottom: 70px;
    background: #f6f6f6;
    margin-top: 50px;
}

#our-team .text-center {
    padding-top: 20px;
    padding-bottom: 10px;
}

.products-wrap .row {
    display: flex;
    flex-wrap: wrap;
}

.products-item {
    background-color: #fff;
}
a.products-item.col-md-3 {
    display: block;
    float: none;
    width: 23%;
    margin: 20px 1%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
a.products-item.col-md-3:hover {
    box-shadow: 4px 4px 25px 1px rgba(0, 0, 0, .2);
}
a.products-item.col-md-3 img {
    border-bottom: 1px solid #212121;
    padding-bottom: 10px;
}
.products-wrap .products-item h2,
.products-wrap .products-item h4 {
    margin: 15px 0;
}
.products-wrap .products-item h2 {
    font-size: 2rem;
    text-align: left;
}
.products-wrap .products-item h2 > span {
    display: none;
    font-size: 80%;
}
.products-wrap .products-item h4 {
    font-size: 2.2rem;
    text-align: left;
    color: #fdb819;
}

@media only screen and (max-width: 991px) {
    a.products-item.col-md-3 {
        width: 48%;
        margin: 1%;
    }
}
@media only screen and (max-width: 600px) {
    .products-wrap .row {
        flex-direction: column;
    }
    a.products-item.col-md-3 {
        width: 96%;
        margin: 2%;
    }
}
@media only screen and (max-width: 420px) {
    .products-wrap .products-item h2,
    .products-wrap .products-item h4 {
        width: 100%;
        text-align: center;
    }
}

/* =========================
          footer
 ========================= */
footer {
    background: #212121;
    padding: 50px 0;
    color: #fff;
}

#main-footer .credits > a {
    display: inline-block;
    width: 130px;
    color: #fff;
}
#main-footer .credits > a > img {
    vertical-align: calc(-5px);
}

/* =========================
          cart
 ========================= */
.cart-wrap {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}
.cart-row {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.cart-row-head {
    border: 1px solid rgba(0, 0, 0, .3);
    border-bottom: none;
    font-weight: 600;
}

.cart-row-content {
    border: 1px solid rgba(0, 0, 0, .3);
    border-bottom: none;
}

/*.cart-row-content:nth-child(odd) {
    background-color: rgba(0, 0, 0, .03);
}*/

.cart-row-footer {
    border: 1px solid rgba(0, 0, 0, .3);
    font-weight: 700;
    margin-bottom: 50px;
}

.cart-row > .cart-col {
    position: relative;
    padding: 10px;
    /*float: left;*/
}

.cart-row > .cart-col:not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, .3);
}

.cart-row > .cart-col > span {
    vertical-align: middle;
    line-height: normal;
}

.cart-product-remove {
    width: 8%;
}

.cart-product-name {
    width: 42%;
}

.cart-product-subtotal {
    width: 85%;
    text-align: right;
}

.cart-product-img {
    width: 20%;
}

.cart-product-sku,
.cart-product-price,
.cart-product-total {
    width: 15%;
}
.cart-col a {
    display: block;
}
.cart-product-remove > a {
    display: inline-block;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    line-height: 16px;
}

.cart-product-remove > a:hover {
    border-color: #c40030;
}

.cart-row-content .cart-product-name {
    text-align: left;
}
.cart-product-name > span {
    display: block;
}
.cart-product-name > span:nth-of-type(1) {
    font-size: 2rem;
    margin-bottom: 20px;
}
.product-initials-wrap > span {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    vertical-align: baseline;
}

.cart-initial-img {
    width: 80%;
    margin: 0 auto;
}
.cart-col-50 {
    width: 50%;
    float: left;
}
.under-footer .cart-col-50:first-of-type {
    text-align: left;
}
.under-footer .cart-col-50:last-of-type {
    text-align: right;
}

.btn-delete {
    background-color: #c40030;
    border-color: #c40030;
    color: #fdb819;
}

@media only screen and (max-width: 1180px) {
    .cart-product-name {
        width: 42%;
    }
}

@media only screen and (max-width: 1024px) {
    .cart-row-head {
        font-size: 1.4rem;
        font-weight: 700;
    }
    .cart-product-name {
        width: 38%;
    }
    .cart-product-price,
    .cart-product-total {
        width: 18%;
    }
    .cart-product-subtotal {
        width: 81%;
    }
}

@media only screen and (max-width: 950px) {
    .cart-product-remove {
        width: 12%;
    }
    .cart-product-name {
        width: 34%;
    }
}

@media only screen and (max-width: 768px) {
    .cart-wrap {
        font-size: 1.6rem;
    }
    .cart-row-head {
        display: none;
    }
    .cart-product-remove {
        width: 100%;
    }
    .cart-product-name {
        width: 100%;
    }
    .cart-product-img {
        width: 100%;
        text-align: center;
    }
    .cart-product-img > a:nth-of-type(1),
    .cart-product-img img:nth-of-type(1){
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .cart-initial-img,
    .cart-product-img img:nth-of-type(2){
        width: 100%;
        max-width: 170px;
        margin: 0 auto;
    }
    .cart-product-sku,
    .cart-product-price {
        width: 100%;
    }
    /*.cart-product-total {
        width: 40%;
    }
    .cart-product-subtotal {
        width: 60%;
    }*/
    .cart-product-total {
        width: calc(100% - 100px);
        text-align: right;
    }
    .cart-product-total span {
        vertical-align: initial !important;
        display: inline;
    }
    .cart-product-subtotal {
        width: 100px;
        text-align: left;
    }
    .cart-row > .cart-col:not(:last-of-type) {
        border-right: none;
    }
    .cart-col:not(:last-of-type) {
        border-bottom: 1px solid rgba(0, 0, 0, .3);
    }
    .cart-row-footer .cart-col:not(:last-of-type) {
        border-bottom: none;
        border-right: 1px solid rgba(0, 0, 0, .3);
    }
    .cart-wrap,
    .cart-row-content .cart-product-name {
        text-align: right;
    }

    .cart-product-remove:before,
    .cart-product-name:before,
    .cart-product-img:before,
    .cart-product-sku:before,
    .cart-product-price:before {
        position: absolute;
        left: 5px;
        top: 10px;
        width: 70px;
        text-align: left;
        font-size: 1.3rem;
    }
    .cart-product-remove:before {
        content: 'Remove:';
    }
    .cart-product-img:before {
        content: 'Image:';
    }
    .cart-product-name:before {
        content: 'Product:';
    }
    .cart-product-sku:before {
        content: 'SKU:';
    }
    .cart-product-price:before {
        content: 'Total:';
    }
}

@media only screen and (max-width: 510px) {
    .cart-row-content > .cart-product-name {
        padding-top: 25px;
    }
    .under-footer .cart-col-50 {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .under-footer .cart-col-50:first-of-type,
    .under-footer .cart-col-50:last-of-type {
        text-align: center;
    }
    .under-footer .cart-col-50 .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    /*.cart-product-total {
        width: calc(100% - 100px);
    }
    .cart-product-subtotal {
        width: 100px;
        text-align: left;
    }*/
    .cart-col-50 {
        width: 100%
    }
    .cart-col-50 > .button {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}

/* =========================
          checkout
 ========================= */

.checkout-box {
    padding: 50px;
    background-color: #fff;
}

.form-group {
    margin-bottom: 25px;
}

.form-group > label {
    display: block;
    font-size: 1.6rem;
    color: #272727;
    margin-bottom: 5px;
}

.form-group > label > span {
    color: #fdb819;
}

.form-group input,
.form-group select,
.form-group textarea {
    border-radius: 0;
    color: #212121;
    font-size: 1.6rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    box-shadow: none;
}

.form-group input,
.form-group select {
    height: 4rem;
    border: 1px solid rgba(153, 153, 153, .6);
}

.form-group textarea {
    border: 1px solid rgba(153, 153, 153, .6);
}

.form-group input:hover,
.form-group input:focus,
.form-group select:hover,
.form-group select:focus {
    border-color: #212121;
    outline: none;
    box-shadow: none;
}

.form-group textarea:hover,
.form-group textarea:focus {
    border-color: #212121;
    background-color: #fff;
    outline: none;
    box-shadow: none;
}

.form-group textarea {
    min-height: 10rem;
    resize: vertical;
}

.form-group .btn {
    width: 200px;
    -webkit-appearance: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

@media only screen and (max-width: 991px) {
    .checkout-box {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .checkout-box {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 450px) {
    .checkout-box {
        padding: 30px 10px;
    }
}

/* =========================
       TOTOP
 ========================= */

#toTop {
    width: 30px;
    height: 30px;
    background: transparent url("../img/arrow-toTop.png") center center no-repeat;
    background-size: contain;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 40;
    border: 1px solid #212121;
    border-radius: 3px;
}
