body {
    font-family: 'Open Sans', sans-serif !important;
    overflow-y: scroll;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

h5 {
    font-size: 16px !important;
}

p {
    text-align: justify;
    font-size: 18px;
}

nav {
    box-shadow: 0px 0px 20px #aaa;
}

.navbar-brand {
    font-size: 32px !important;
}

.brand {
    font-family: 'Libre Baskerville', serif;
    color: #7b7c7e !important;
}

.brand::first-letter {
    color: #eb6929;
}

.navbar-default {
    background-color: #fff !important;
    border: none !important;
}

.navbar-nav>li {
    transition-duration: 0.25s;
    color: #aaa;
    font-size: 18px;
}

.navbar-nav>li:hover {
    background-color: #e7e7e7;
}

.active {
    background-color: #e7e7e7;
    color: #eb6929 !important;
    border-bottom: 3px solid #eb6929;
}

.landing-bg {
    background-image: url(../img/no-1.jpg);
    height: 900px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    color: #fff;
}

.ftitle {
    width: 420px;
    display: none;
    position: absolute;
    left: 20%;
    top: 35%;
    transform: translate(-50%, -50%);
    border: 1px solid #333;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(235, 105, 41, 0.8);
    box-shadow: 0px 0px 5px #333;
    font-style: italic;
    color: #333;
}

.form-header {
    background-color: #eb6929;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    margin-top: 15px;
}

.form-body {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.input {
    margin-top: 10px;
}

.slogan {
    font-family: 'Dancing Script', cursive;
}

.stroke {
    font-size: 35px;
    text-shadow: 0px 0px 1px #333;
}

.collection {
    width: 100%;
    transition-duration: 0.5s;
}

.collection:hover {
    transform: scale(1.1, 1.1);
}

.banner {
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0px 0px 20px inset;
    height: 250px;
}

.banner1 {
    background-image: url(../img/banner.jpg);
}

.banner2 {
    background-image: url(../img/banner2.jpg);
    background-position: center top;
}

.banner3 {
    background-image: url(../img/banner3.jpg);
    background-position: center top;
}

.p-title {
    display: none;
    margin-top: 100px;
    padding: 3px;
    background-color: rgba(235, 105, 41, 0.8);
    box-shadow: 0px 0px 5px #333;
    color: #333;
    border-radius: 10px;
    text-align: center;
    width: 30%;
    color: #fff;
}

.ban-desc {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
}

.product {
    padding: 0px 10px 20px 10px;
    height: 235px;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
}

.product>img {
    width: 70%;
}

.preview>img {
    width: 90%;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}

.colors, .sizes {
    padding: 10px;
}

.price, .order, .size {
    padding: 10px;
}

.price, .size {
    font-size: 20px;
    color: #eb6929;
    font-weight: bold;
}

.order {
    border-radius: 10px;
    border: 3px double #333;
    transition-duration: 0.25s;
}

.order:hover {
    background-color: #eb6929;
    border: 3px solid #333;
}

.order-m {
    display: none;
}

.btn-black {
    background-color: #232325;
}

.btn-nblack {
    background-image: linear-gradient(#232325, #fcd99f) !important;
}

.btn-rblack {
    background-image: linear-gradient(#232325, #920020) !important;
}

.btn-red {
    background-color: #920020;
}

.btn-nwc {
    background-color: #fcd99f;
}

.btn-brown {
    background-color: #4e3530;
}

.btn-mn {
    background-color: #4e3530;
}

.btn-white {
    background-color: #e7e7e7;
}

.btn-send {
    float: right;
}

.btn-collection {
    width: 200px;
    padding: 10px !important;
    border: 2px solid #333 !important;
    font-weight: bold !important;
    color: #eb6929;
    transition-duration: 0.25s;
    margin-bottom: 30px !important;
}

.btn-collection:hover {
    border: 2px solid #eb6929 !important;
    color: #333;
    background-color: #ccc;
}

.input {
    margin-bottom: 5px;
}

.midbar {
    background-color: #eb6929;
    padding: 20px;
    font-size: 25px;
    font-style: italic;
    width: 100%;
}

.about-us-txt {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: rgba(255, 255, 255, 0.95);
}

.about-us-img {
    background-image: url(../img/about-us.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    background-size: contain;
}

.whats-txt {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: rgba(255, 255, 255, 0.95);
}

.whats-img {
    background-image: url(../img/what-is.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
    background-size: contain;
}

.stacks {
    margin-top: 20px;
    margin-bottom: 20px;
}

.stack {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #333;
    box-shadow: 0px 5px 10px #aaa;
    width: 100%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ddd;
    color: #333;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-weight: bold;
    transition-duration: 0.25s;
    box-shadow: 0px 0px 10px #333;
}

#myBtn:hover {
    background-color: #eb6929;
    color: #fff;
}

.btn-whatsapp {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ddd;
    color: #333;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-weight: bold;
    transition-duration: 0.25s;
    box-shadow: 0px 0px 10px #333;
}

.btn-whatsapp:hover {
    background-color: #eb6929;
    color: #fff;
}

.fa {
    color: #333 !important;
}

.wh-thumbs>img {
    width: 100%;
}

.footer {
    background-color: #323232;
    color: #fff;
    font-size: 18px;
    padding: 30px;
}

@media only screen and (max-device-width:480px) {
    .landing-bg {
        height: 450px;
    }
    .banner {
        height: 75px;
        margin-top: 50px;
    }
    .banner1 {
        background-position: center 50px;
    }
    .banner2 {
        background-position: center 50px;
    }
    .ftitle {
        width: 95%;
        margin-top: 120px;
        padding: 1px;
        top: 25%
    }
    .p-title {
        margin-top: 25px;
        padding: 1px;
        width: 100%;
    }
    .about-us-txt {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .whats-txt {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .footer {
        font-size: 12px;
    }
    .order-m {
        display: block;
    }
    .form-footer {
        margin-bottom: 40px;
    }
}

.accordion .panel-heading {
    background: #eb6929;
    border-radius: 5px;
}

.accordion .panel-title {
    line-height: 30px;
}

.accordion .panel-heading a {
    color: #fff;
}

.accordion .panel-heading i.fa {
    float: left;
    margin-right: 15px;
    line-height: 30px;
}

.accordion .panel-body, .panel-group .panel+.panel {
    border: none !important;
    box-shadow: none !important;
}

.panel-all {
    cursor: pointer;
}

h3 {
    margin-top: 10px !important
}