body {
    /* background-color: #f6f5f1; */
}

#headertop .row:first-of-type {
    /* background-color: #565656; */
    color:#fff !important;
    height:40px;
    /* font-size: 17px; */
}

.navbar-light .navbar-toggler-icon {
    background:none !important;
    padding-top:3px;
    
}

.basketIcon a {
    color: #000;
}

#mobileTabletMenuIcon::before{
    content: "\f0c9";
}

.contact_info_header span {
    margin-right: 10px;
}

.payments_accepted_header {
    padding-top:5px;
}

footer {
    background-color: #565656;
    color: #fff !important;
}

.mobileTopBar, .tabletTopBar {
    background-color: #565656;
    color:#fff;
}

.tabletSecondBar, .tabletOuterBar {
    color:#fff !important;
}

.navbar-nav {
    width:100%;
    justify-content: center;
}

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

.payment_accepted_logo {
    /* width: 50px;
    height: 45px; */
    border: 1px solid white;
    /* padding: 5px;
    background-color: #fff;
    border-radius: 30px; */
}

footer .border-right, footer .border-left {
    border-right:3px solid #fff;
}

footer a {
    color:#fff !important;
}

.social_media_header {
    color: #4F4F4F;
    float: left;
}

p {
    font-size: 1rem !important;
}

.catLink  {
    display:block;
}

.contact_info_header {
    padding-top:10px;
}

button, .btn {
    background: none;
    color: #222 !important;
    font-weight: 600;
    padding: 0.7rem 1.2rem 0.9rem;
    font-size: 1rem;
    text-decoration: none !important;
}

.logoDesktop {
    height:150px;
    width:150px;
}

.mobileLogo {
    height:175px;
    width:210px;
}

.nav-link {
    text-transform: capitalize;
}

.headerSocialIconLink {
    color:#fff !important;
}

.banner_image {
    width:100%;
    margin-top: 0 !important;
    height: auto !important;
}



.img-thumbnail {
    background-color: #fff;
    border:none;
}

.product_div_white {
    background-color: #fff;
}

.product_name_div {
    height:80px;
}

.border-white {
    border:none !important;
}

.product_name {
    font-size:1.5rem;
}

.product_prices_starting {
    font-size:1.1rem;
    text-transform: capitalize;
}

.contact_form {
    background-color: #F4F4F4;
    padding:25px;
}

.contact_form label {
    margin-top: 0.6rem;
}

#contactFormSubmitButton {
    float:left !important;
}

.product_div .btn {
    padding: 12px 15px;
    font: normal 700 14px/1 "julius sans one", sans-serif;
    color:#fff !important;
    border:none;
}


.btn-primary:hover, .btn-primary:focus {
    color:#fff !important;
    background-color: #222;
}

.wedding_thank_you  {
    border:1px solid black;
    padding:5px;
}

.navbar-nav {
    margin-left:25px;
}

.basket-icon a {
    color:#000;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .nav-link {
        font-size:1.4rem;
        color:#fff !important;
        text-transform: capitalize;
        text-align: center;
    }

    .navbar-light .navbar-toggler {
        background-color: #fff;
    }

    .basket-icon {
        padding-top:15px;
    }

    .mobileLogo {
        margin-bottom: 10px;
    }

    #fullWidthBannerContainer {
        min-height: 125px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbar-expand-lg .navbar-collapse {
        margin-top: 35px;
    }
    #fullWidthBannerContainer {
        min-height: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-link {
        font-size: 1.4rem;
        color: #fff !important;
        text-transform: capitalize;
        text-align: center;
    }
    
    .navbar-light .navbar-toggler {
        background-color: #fff;
    }

    .shoph1 {
        text-align: center;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #fullWidthBannerContainer {
        min-height: 300px;
    }
   
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .banner_image  {
        margin-top:15px;
    }
    #fullWidthBannerContainer {
        min-height: 400px;
    }
    
}

@media only screen and (max-width: 992px) and (orientation: landscape) {
    .location_area_header, .telephone_header {
      font-size:14px;
      text-align: center;
    }
    .email_header {
        font-size:12px;
        text-align: center; 
    }
  }

