html,
body,
.view {
    height: 100% !important;
    margin-top: 0;
}
/* Navigation*/

.bdel-color {
    color: rgb(119,48,65) !important;
}

.navbar {
    background-color: rgba(255,255,255,0.7);
    border-radius: 0px;
    height: auto;
    border-bottom: solid 4px rgb(119,48,65);
}

.connection {
    background: rgb(119,48,65) !important;
}

.onlybanner {
    background-color: white;
}

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse {
    background-color: rgba(255,255,255,1);
}

footer.page-footer {
    background-color: white;
    margin-top: 0;
}

.btn.btn-md {
    padding: .7rem 1rem;
}

.btn-bdel {
    background: rgb(119,48,65) !important;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(119,48,65);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(119,48,65, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

#main-slider {
    border-bottom: solid 3px lightgray;
}

.page-logo {
    z-index: 2;
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
    top: -100px;
    margin-bottom: -90px;
}

.page-logo img {
    display: block;
    margin: auto;
    text-align: center;
}

.about-section {
    padding: 0px;
}

.about-section .parallax {
    padding: 0px;
    height: 500px;
    background-image: url("../images/home-about-us.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.overlay-black {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.parallax-content {
    padding-top: 110px;
}

.section-title {
    color: white;
    text-align: center;
    z-index: 4;
}

.section-content {
    text-align: justify;
    color: white;
}

.center-block {
    display: block;
    margin: auto;
    text-align: center;
}

.other-sections {
    padding-top: 0px;
    padding-bottom: 50px;
}

.subsection-title {
    color: rgb(119,48,65);
    text-align: center;
}

.image-bdel {
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;  
}

.image-bdel {
    width: 100%;
    padding-top: 77%;
}

.subsection {
    margin-top: 20px;
}

.subsection-subtitle {
    width: 80%;
    display: block;
    margin: auto;
    color: rgb(119,48,65);
    text-align: justify;
}

.featured-products {
    background: rgb(229,229,229);
}

/*Caption*/

.flex-center {
    color: #fff;
}

/* Menu */

.language-menu{
    margin-right: 10px;
    list-style: none;
}

.navbar-brand {
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.shop-menu {
    background-color: rgba(0,0,0,0.9);
    color: white;
    list-style: none;
}

.shop-menu a {
    color: white;
}

.countries-menu {
    width: 310px;
}

.navbar-home {
    list-style: none;
    display: inline-block;
    color: white;
    margin-left: 15px;
    margin-top: 10px;    
}

.navbar-countries {
    margin-left: 0px;
}

.center-block {
    display: block;
    margin: auto;
}

.center-inline {
    display: inline-block;
}

.toast {
    top: 70px;
}

.toast-success {
    background-color: rgb(119,48,65) !important;
    opacity: 0.9 !important;
}

.toast-title {
    color: white;
}

.countries-menu {
    max-height:400px;
    overflow: auto;
}

.navbar.navbar-dark .breadcrumb a, .navbar.navbar-dark .navbar-nav .nav-item a {
    color: rgb(119,48,65);
}

.navbar.navbar-dark .breadcrumb a, .navbar.navbar-dark .navbar-nav .nav-item a:hover {
    color: rgb(119,48,65);
}

footer.page-footer a {
    color: #1C2331;
}

footer.page-footer a:hover {
    color: rgb(119,48,65);
}

footer.page-footer {
    color: #1C2331;
}

.btn, footer.page-footer .title {
    font-weight: bold;    
}

footer.page-footer .footer-copyright {
    background: rgb(119,48,65);
    height: auto !important;
}

.link-active,
.link-active:focus,
.link-active:hover {
    background: rgba(119,48,65,0.1);
    font-weight: 800 !important;
}

.nav-link {
    font-weight: 400;
}

#page-top {
    padding-top: 0px;
}

.modal-title {
    width: 100%;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.modal-header {
    background: rgb(119,48,65);
}

.close {
    color: white;
}

.close:hover {
    color: white;
    box-shadow: none;
}

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

.form-control:focus{
    border-color: rgb(119,48,65);
}

input, textarea {
    color: #1C2331;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: lightgray;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid rgb(119,48,65);
    box-shadow: 0 1px 0 0 rgb(119,48,65);
}

.btn-register {
    display: block;
    margin: auto;
    width: 70%;
}

.title-text {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    color: rgb(119,48,65);
}

.home-slider {
    margin-left: 0px;
    margin-right: 15px;
}

.product-price-display {
  text-align: center;
  font-size: 1.5em;
}

.product-title-carousel {
  text-align: center;
  font-size: 1em;
  max-width: 80%;
  font-weight: bolder;
  vertical-align: middle;
  margin: auto;
}

.box-border {
  border: none;
  box-shadow: none;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: 10px;
  display: block !important;
  background: transparent !important;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 30%;
  right: 0px;
  display: block !important;
  background: transparent !important;
}

.owl-prev i,
.owl-next i {
  transform: scale(2, 6);
  color: rgb(119,48,65);
}

.blog-item {
  padding-left: 10px;
}

.home-slider .owl-item {
  border-left: solid 1px lightgray;
  padding-left: 10px;
}

.center-block {
  display: block;
  margin: auto;
  text-align: center;
}

.read-more {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
}

.blog-title {
  font-weight: bold;
  text-align: center;
}

.blog-description {
  font-size: 0.8em;
  color: gray;
  font-style: italic;
  text-align: right;
}

.blog-share-container {
  margin-top: 5px;
}

.blog-share i {
  font-size: 1.5em;
  color: rgb(119,48,65);
}

.home-slider.articles .blog-item img {
  /* display: inherit; */
  height: 150px;
  width: auto;
  margin: 0 auto;
}

p.blog-introduction {
  min-height: 120px;
}

@media (max-width: 335px) {
    .center-inline {
        margin-left: -25px;
    }
    .countries-menu {
        max-height:200px;
    }
}

@media (min-width: 768px) {
    #navbarNav1 {
        margin-top: 100px;
    }    
}

@media (max-width: 767px) {
    .countries-menu {
        max-height:300px;
    }    
    .blog-share-container {
        margin-top: 20px;
    }    
}

@media only screen and (max-width: 768px) {
    .about-section .parallax {
        background-attachment: scroll;
        height: 400px;
    }
    .owl-item img {
        height: 300px !important;
    }
    .parallax-content {
        padding-top: 40px;
    }
    .page-logo {
        top: -65px;
        margin-bottom: -10px;
    }

    .page-logo img {
        max-height: 150px;
    }

}


@media (min-width: 993px) {
    .countries-menu {
        max-height:300px;
    }
    .mobile {
        display: none !important;
    }
}

@media all and (max-width: 992px) {
    .desktop {
        display: none !important;
    }
    .logo_position {
        margin-left: 10px
    }
    #navbarNav1 ul>li a, .form-inline .form-control {
        margin-top: 5px;
        text-align: center;
    }
    .navbar.navbar-dark .breadcrumb a, .navbar.navbar-dark .navbar-nav .nav-item a {
        color: rgb(119,48,65);
    }
    .navbar-collapse {
        background-color: white;
    }
    .navbar-brand {
        display: block;
        margin-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }
    .btn-yellow{
        box-shadow: none;
    }
    .navbar-home {
        color: #1C2331;
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .navbar {
        background-color: rgba(255,255,255,0.7);
    }
    .top-nav-collapse {
        background-color: rgba(255,255,255,1);
    }
    .desktop {
        display: none !important;
    }    
}
