@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}

.main_button {
    width: auto;
    margin: 3% auto;
    padding: 2px 19px;
    color: white;
    background-color: darkorange;
    border: none;
    border-radius: 10px;
}

.search-content {
    position: absolute;
    right: -20px;
    top: 90px;
    width: 350px;
    height: 500px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
    display: none;
}

.search-item {
    display: flex;
    padding: 15px;
}

.search-item:hover {
    opacity: .65;
}

.search-item-text {
    margin-left: 30px;
    padding-top: 30px;
}

.image-search {
    width: 140px;
}

.underline-price {
    text-decoration: line-through;
}

.search-item-text span {
    margin-right: 10px;
}
/* Search */
.menu-search{
    display: inline-block;
    position: relative;
    margin-left: 2em;
  }

  .menu-search:hover input{
    width: 200px;
    padding: 0 36px 0 8px;
  }

  .menu-search:hover .search-button{
      color: #000;
  }

  .menu-search input {
    width: 0px;
    height: 35px;
    border: 0;
    transition: all 0.3s;
  }

  .search-button {
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: #000;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.alert-success{
    color: #fff !important;
    background-color: #0fd54a !important;
}

.irs-from, .irs-to {
    visibility: hidden !important;
}

/* Comments section */

.comment-name {
    margin-top: 1rem;
}

.comment-text{
    margin-top: .5rem;
    width: 100%;
}

.map {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.map .nav-item {
    padding: 0 !important;
}

/*
########################
###### TOP RIBBON ######
########################
*/

.info-contact {
    display: flex;
}

.top-ribbon{
    background-color: #FF8800;
    color: white;
    padding: 0.7em;
    font-family: 'Montserrat';
    font-size: 14px;
}

.shop-cart{
    text-align: end;
}

.top-banner-icon{
    position: relative;
    color: #fff;
    margin-right: 0.3em;
    margin-left: 0.3em;
    font-size: 1.3rem !important;
}

.top-banner-icon span {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -10px;
    background: #021230;
    border-radius: 50%;
    width: 17px;
    padding-right: 4px;
}

.shop-cart a{
    color: #fff !important;
}

/*#######################
##### NAVIGATION 1 ######
#########################
*/

.navbar-brand{
    margin-right: 0 !important;
}

a.nav-link{
    color: #000;
}

a.nav-link:hover{
    color: #00AEEF;
}

.logo{
    width: 40%;
}

.navbar{
    border-bottom: 1px solid #FF8800;
}

.nav-item{
    font-family: 'Montserrat';
}

a.nav-link:hover{
    color: #FF8800;
    font-weight: 700;
}

.notification {
    width: 15%;
    position: absolute;
    top: 20%;
    right: 20px;
    padding: 10px;
    background-color: #0fa82b;
    color: white;
}

.notification {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 5s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
  }
  @-webkit-keyframes seconds {
    0% {
      opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes seconds {
    0% {
      opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
      opacity: 0;
    }
  }

/*
##############################
####### NAVIGATION 2 #########
##############################
*/

.header-menu{
    display: flex;
    flex-direction: column;
}

.logo1{
    display: flex;
    justify-content: center;
}

.logo1 img{
    width: 20%;
}

.navbar1{
    background-color: #FF8800;
    margin-top: 0.5em;
}

ul.navbar-nav {
    display: flex;
    justify-content: center !important;
    align-items: center;
    cursor: pointer;
}

.navbar1 .navbar-brand {
    font-size: 30px;
 }

.navbar1 .nav-item {
    padding: 10px 20px;
}

.navbar1 .nav-link {
    font-size: clamp(1rem, 1.5vw, 1.2rem); 
    text-transform: uppercase;
    margin-left: 10px;
    color: #fff;
}


.fa-bars {
    color: #fff;
    font-size: 30px;
}

/*
##############################
######## NAVIGATION3 ##########
##############################
*/

.navbar3{
    background: transparent;
    border-bottom: 1px solid #FF8800;
}

ul.navbar-nav {
    display: flex;
    justify-content: center !important;
    align-items: center;
    cursor: pointer;
}


.navbar3 .nav-item {
    padding: 10px 10px;
}

.navbar3 .nav-link {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #1d2951;
}

.nav-logo{
    width: 70%;
    height: auto;
}

a.nav-link{
    text-align: center;
}

.fa-bars {
    color: #fff;
    font-size: 30px;
}

.navbar-toggler{
    background: #bfd1e3 !important; 
}


/*
##############################
########## BANER ############
##############################
*/

.baner{
    background: url("/images/header_img_plus.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px;
    margin-top: -9%;
}

.baner-text{
    position: relative;
    top: 13em;
    color: #fff;
}

.small-banner-title{
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b28d5a;
}

.banner-title{
    font-family: 'Philosopher';
    text-transform: uppercase;
    letter-spacing: 3px;
}

.banner-short-description{
    font-family: 'Merriweather';
    font-weight: 500;
    letter-spacing: 3px;
    color: #0486ff;
}

.banner-button{
    background-color: transparent;
    border: 2px solid #cda053;
    color: #cda053;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 280px;
    height: 60px;
    margin-top: 1em;
}

.banner-button:hover{
    background-color: #cda053;
    border: 2px solid #fff;
    color: #fff;
}

/*
########################
##### TOP PRODUCT ######
########################
*/

.top-products{
    background: url("/images/bg_lines.jpg");
    background-position: center;
    background-size: cover;
    padding: 1em;
    margin-bottom: -3em;
}

.top-product-short-title, .home-blog-short-title{
    font-family: 'Philosopher';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #20227e;
    text-align: center;
    margin-top: 2em;
}

.top-product-title, .home-blog-title{
    font-family: 'Philosopher';
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1em;
}

/********************* Product grid **********************/
.product-grid {
    text-align:center;
    padding:0 0 72px;
    overflow:hidden;
    position:relative;
    /* z-index:1 */
}
.product-grid .product-image{
    position:relative;
    transition:all .3s ease 0s;
    padding: 1em;
}

/* .product-image{
    background-color: #fbf9fa;
} */

.product-grid .product-image a{
    display:block;
}
.product-grid .product-image img{
    width:100%;
    height:auto;
}

.product-grid .product-image img:hover{
    opacity: 50%;
    cursor: pointer;
}

/* .product-image:hover{
    opacity: 50%;
} */

.product-name{
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 1em;
}

.product-price{
    font-family: 'Philosopher';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

span.crossed-product-price{
    font-family: 'Montserra';
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: line-through;
    color: #aeaeae;
}

.product-short-description{
    font-family: 'Merriweather';
    font-size: 12px;
    color: #4c6da1;
}

.product-grid .pic-1{
    opacity:1;
    transition:all .3s ease-out 0s
}

.product-grid:hover .pic-1{
    opacity:1;
}

.product-grid .pic-2{
    opacity:0;
    position:absolute;
    top:0;left:0;
    transition:all .3s ease-out 0s
}

.product-grid:hover .pic-2{
    opacity:1
}

.product-grid .social{
    width:150px;
    padding:0;
    margin:0;
    list-style:none;
    opacity:0;
    transform:translateY(-50%) translateX(-50%);
    position:absolute;
    top:60%;left:50%;
    z-index:1;
    transition:all .3s ease 0s
}

.product-grid:hover .social{
    font-family: 'Merriweather';
    opacity:1;
    top:50%
}

.product-grid .social li{
    display:inline-block
}

.product-grid .social li a{
    color:#fff;
    background-color:#021230;
    font-size:16px;
    line-height:40px;
    text-align:center;
    height:40px;
    width:40px;
    margin:0 2px;
    display:block;
    position:relative;
    transition:all .3s ease-in-out;
    border-radius: 26px;
}

.product-grid .social li a:hover{
    color:#fff;
    background-color:#021230;
}

.product-grid .social li a:after,.product-grid .social li a:before{
    content:attr(data-tip);
    color:#fff;
    background-color:#000;
    font-size:12px;
    letter-spacing:1px;
    line-height:20px;
    padding:1px 5px;
    white-space:nowrap;
    opacity:0;
    transform:translateX(-50%);
    position:absolute;
    left:50%;
    top:-30px
}

.product-grid .social li a:after{
    content:'';
    height:15px;
    width:15px;
    border-radius:0;
    transform:translateX(-50%) rotate(45deg);
    top:-20px;
    z-index:-1
}

.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{
    opacity:1
}

.product-grid .product-discount-label,.product-grid .product-new-label{
    color:#fff;
    background-color:#021230;
    font-family: 'Merriweather';
    font-size:10px;
    padding:5px 12px;
    display:block;
    position:absolute;
    top:10px;
    left:0
}

.product-grid .product-discount-label{
    background-color:#333;
    left:auto;
    right:0
}

.product-grid .rating{
    color:#FFD200;
    font-size:12px;
    padding:12px 0 0;
    margin:0;
    list-style:none;
    position:relative;
    z-index:-1
}

.product-grid .rating li.disable{
    color:rgba(0,0,0,.2)
}

.product-grid .product-content{
    text-align:center;
    padding:12px 0;
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    z-index:1;
    transition:all .3s
}

.star-rating{
    color: #cda053;
    font-size: 12px;
    margin-top: -1em;
}

/* .product-grid:hover .product-content{
    bottom:0
} */

.product-grid .title{
    font-size:13px;
    font-weight:400;
    letter-spacing:.5px;
    text-transform:capitalize;
    margin:0 0 10px;
    transition:all .3s ease 0s
}

.product-grid .title a{
    color:#828282
}

.product-grid .title a:hover,.product-grid:hover .title a{
    color:#ef5777
}

.product-grid .price{
    color:#333;
    font-size:17px;
    font-family:Montserrat,sans-serif;
    font-weight:700;
    letter-spacing:.6px;
    margin-bottom:8px;
    text-align:center;
    transition:all .3s
}

.product-grid .price span{
    color:#999;
    font-size:13px;
    font-weight:400;
    text-decoration:line-through;
    margin-left:3px;
    display:inline-block
}

.product-grid .add-to-cart{
    color:#000;
    font-size:13px;
    font-weight:600
}

/*
########################
###### ABOUT HOME ######
########################
*/

.about-home{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #001431;
    margin-top: 2em;
 }
 
 .about-care, .about-body{
     display: flex;
     flex-direction: row;
     width: 100%;
     background-color: #fff;
 }
 
 .about-home-image, .about-care-image, .about-body-image{
     width: 50%;
 }

 .about-care-text{
    background: url("/images/lines_D.png");
    background-position: center;
    background-size: cover;
 }

 .about-body-text{
    background: url("/images/lines_L.png");
    background-position: center;
    background-size: cover;
 }
 
 .about-care-image img{
     width: 100%;
     height: auto;
 }
 
 .about-home-image img{
     width: 100%;
     height: auto;
 }
 
 .about-body-image img{
     width: 100%;
     height: auto;
 }
 
 .about-home-text, .about-care-text, .about-body-text{
     color: #fff;
     padding: 5em;
     width: 50%;
 }
 
 .about-home-title, .about-care-title, .about-body-title{
     font-family: 'Philosopher';
     text-transform: uppercase;
     letter-spacing: 2px;
     color: #cda053;
 }
 
 .about-home-short-title{
     font-family: 'Merriweather';
     font-weight: 600;
     color: #5676f0;
     margin-top: 1em;
 }
 
 .about-care-short-title, .about-body-short-title{
     font-family: 'Merriweather';
     font-weight: 600;
     color: #000;
     margin-top: 1em;
 }
 
 .about-home-description {
     font-family: 'Montserrat';
     font-size: 14px;
     width: 90%;
     margin-top: 2em;
 }
 
 .about-care-description, .about-body-description{
     font-family: 'Montserrat';
     font-size: 14px;
     color: #000;
     width: 90%;
     margin-top: 2em;
 }
 
 .about-home-button, .about-care-button, .about-body-button{
     background-color: transparent;
     border: 2px solid #cda053;
     color: #cda053;
     text-transform: uppercase;
     letter-spacing: 3px;
     width: 270px;
     height: 60px;
     margin-top: 2em;
 }
 
 .about-home-button:hover{
     background-color: #cda053;
     border: 2px solid #fff;
     color: #fff;
 }
 
 .about-care-button:hover{
     background-color: #cda053;
     border: 2px solid #fff;
     color: #fff;
 }
 
 .about-body-button:hover{
     background-color: #cda053;
     border: 2px solid #fff;
     color: #fff;
 }

 /*
########################
####### REASONS #######
########################
*/

.reasons{
    background-color: #001431;
    text-align: center;
    height: fit-content;  
    padding: 3em;
}


.reasons-image{
    width: 10%;
    margin-bottom: 3em;
}

.reasons-description{
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 12px;
    width: 100%;
    color: #fff;
}

/*
########################
###### HOME BLOG #######
########################
*/

.blog-info{
    margin-top: 4em;
    margin-bottom: 4em;
}

.home-blog-img{
    width: 100%;
    height: auto;
}

.home-blog-author{
    font-family: 'Merriweather';
    font-size: 12px;
    color: #74a7d7;
    margin-top: 2em;
}

.home-blog-name{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.home-blog-description{
    font-family: 'Montserrat';
    font-size: 14px;
}

.home-blog-button{
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
}

.home-blog-button:hover{
    color: #cda053 ;
}

/*
########################
######## GIFT ##########
########################
*/

.gift{
    background: url("/images/bg_present.jpg");
    background-position: center;
    width: 100%;
    height: 550px;
}

.gift-info{
    padding-top: 6em;
}

.gift-title{
    font-family: 'Philosopher';
    font-weight: 700;
}

.gift-short-title{
    font-family: 'Merriweather';
    font-size: 14px;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 3em;
}

.gift-description{
    font-family: 'Montserrat';
    line-height: 1.5em;
    width: 40%;
}

.gift-button{
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #000;
    color: #000;
    width: 280px;
    height: 60px;
    margin-top: 0.5em;
}

.gift-button:hover{
    background-color: #cda053;
    border: 2px solid #fff;
    color: #fff;
}


/*################################################################################################ SHOP PAGE ################################################################################################/*

/*
##############################
###### BANER SINGE PAGE ######
##############################
*/

.baner-single-page{
    background-image: url("/images/inner_top.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 350px;
    padding-top: 9em;
    margin-top: -8%;
}

.baner-single-page-short-title{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.baner-single-page-title{
    font-family: 'Philosopher';
    text-transform: uppercase;
}

.baner-single-page-description{
    font-family: 'Montserrat';
    font-size: 12px;
}

.baner-all-text{
    margin-top: 3em;
}

/*
########################
####### PRODUCT ########
########################
*/

.products{
    margin-top: 2em;
}

.product-sidebar-title{
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5em;
}

.product-sidebar-categories{
    list-style: none;
    line-height: 25px;
    margin-top: 2em;
}

.product-sidebar-categories a{
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
  
}

.product-sidebar-categories a:hover{
    text-decoration: none;
    font-weight: 700;
    color: #cda053;
}


.product-bread-cramp {
    font-family: 'Merriweather';
    font-size: 12px;
}

.button-product-search{
    background: transparent;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #cda053;
    border: 1px solid #cda053;
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-product-search:hover{
    background-color: #cda053;
    color: #fff;
}

.price_range_button {
    width: 100%;
    text-align: center;
    background-color: #012351;
    border-color: #012351;
    color: #fff;
    padding: 2% 0;
    margin-top: 25px;
}

/*################################################################################################ SINGLE PAGE ################################################################################################/*

/*
##############################
########  SINGE PAGE ########
##############################
*/

.product-bread-cramp{
    font-family: 'Merriweather';
    font-size: 12px;
    margin-top: 2em;
}

.selected-product{
    /* font-weight: 600; */
    color: #cda053;
}

.single-product-image {
    width: 100%;
    height: auto;
}

.review-start{
    font-size: 12px;
    color: #cda053;
    margin-left: 1em;
}

.reviews{
    font-family: 'Merriweather';
    color: #c4c4c4;
    margin-left: 0.5em;
}

.single-product-title{
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
}

img.light-images {
    width: 150px;
    height: 150px;
    margin-top: 0.5em;
}

.short-product-title{
    font-family: 'Montserrat';
    font-size: 14px;
    margin-top: 1em;
    font-weight: 700;
    padding-bottom: 2rem;
}

.single-product-new-price{
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    margin-left: 1em;
}

.single-product-old-price{
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    text-decoration: line-through;
    color: #c4c4c4;
    margin-left: 1em;
}

.button-add-to-cart{
    background-color: #cda053;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    color: white;
    width: 200px;
    height: 50px;
    border: none;
    margin-left: 15px;
}

.button-add-to-cart:hover{
    background-color: transparent;
    color: #cda053;
    border: 1px solid #cda053;
}

.hart{
    color: #cda053;
    margin-left: 1em;
}

.single-product-wish-list{
    font-family: 'Merriweather';
    font-size: 12px;
    font-weight: 700;
    color: #c4c4c4;
    margin-left: 1em;
}

.single-product-line{
    margin-top: 2em;
}

a#nav-home-tab{
    color: #000;
}

a#nav-profile-tab {
    color: #000;
}

a#nav-contact-tab{
    color: #000;
}

.add-in-cart {
    display: flex;
    padding-top: 2rem;
}

.single_page_quantity {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 5px 6px 0 6px;
}

/* .single-product-description{
    font-family: 'Montserrat';
    font-size: 14px;
} */

/*
##############################
## SINGLE PAGE TESTIMONIALS ##
##############################
*/

.tesimonial-buttons{
    text-align: center;
    margin-top: 2em;
}

.button-moreinfo{
    background: transparent;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #cda053;
    width: 200px;
    height: 50px;
}

.button-reviews{
    background: transparent;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #cda053;
    border: 1px solid #cda053;
    width: 200px;
    height: 50px;
}

.button-moreinfo:hover{
    background-color: #cda053;
    color: #fff;
}

.button-reviews:hover{
    background-color: #cda053;
    color: #fff;
}

.testimonila-infos{
    margin-top: 2em;
}

.testimonila-infos img{
    width: 10%;
}

.testimonial-field, .testimonial-form-input{
    font-family: 'Montserrat';
    margin-left: 10em;
    margin-right: 10em;
}

.testimonial-text p{
    display: inline-block;
}

.testimonial-author-name{
    font-family: 'Philosopher';
    color: #c4c4c4;
}

.testimonial-stars{
    display: inline-block;
    font-size: 12px;
    color: #cda053;
    margin-left: 3em;
}

.testimonial-desctiption{
    font-family: 'Montserrat';
    width: 80%;
}

.testimonial-form-input-title, .testimonial-form-input-score{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    margin-top: 1em;
}

.testimonial-form-input-score, .star-score{
    display: inline-block;
}

.star-score{
    font-size: 12px;
    color: #cda053;
    margin-left: 1em;
}

.button-testimonial-form{
    background: transparent;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #cda053;
    border: 1px solid #cda053;
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-testimonial-form:hover{
    background-color: #cda053;
    color: #fff;
}

.top-product-title-for-single-product{
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
}

/*################################################################################################ ABOUT US ################################################################################################*/
/*
##############################
########## ABOUT US ##########
##############################
*/

.about-us-page{
    padding: 2em;
    width: 70%;
    text-align: center;
    margin: auto;
}

.about-us-title{
    font-family: 'Philosopher';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #cda053;
}

.about-us-short-title{
    font-family: 'Merriweather';
    font-weight: 600;
    color: #5676f0;
    margin-top: 1em;
}

.about-us-description{
    font-family: 'Montserrat';
    font-size: 14px;
    margin-top: 2em;
}

/* More about info */

.more-about-info{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #001431;
    margin-top: 2em;
}

.more-about-text{
    color: #fff;
    padding: 5em;
    width: 50%;
}

.more-about-title{
    font-family: 'Philosopher';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #cda053;
}

.more-about-short-title{
    font-family: 'Merriweather';
    font-weight: 600;
    color: #5676f0;
    margin-top: 1em;
}

.more-about-description{
    font-family: 'Montserrat';
    font-size: 14px;
    width: 90%;
    margin-top: 2em;
}

.more-about-image{
    width: 50%;
}

.more-about-image img{
    width: 100%;
    height: 450px;
}

/*
########################
###### IMAGE GRID ######
########################
*/

.about-image-grid{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
    padding: 0 4px;
}

.image-grid{
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.image-grid img{
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


/*################################################################################################ BLOG ################################################################################################*/
.blog-page{
    margin-top: 2em;
}

.home-blog-field{
    margin-top: 1em;
    margin-bottom: 1em;
}

.blog-button{
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
}

.blog-button:hover{
    color: #cda053;
}

/*################################################################################################ SINGLE BLOG ################################################################################################*/

/*
########################
###### SINGLE BLOG #####
########################
*/

.single-page-blog{
    margin-top: 2em;
    margin-bottom: 4em;
}

.single-blog-images{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.first-blog-image, .second-blog-image{
    width: 50%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0.5em;
}

.blog-single-title{
    text-align: center;
    font-size: 20px;
    margin-top: 2em;
    margin-bottom: 1em;
}

/*################################################################################################ CONTACT ################################################################################################*/

/*
########################
####### CONTACT ########
########################
*/

.contact-us{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.contact-form, .contact-form{
    width: 50%;
}

/* Contact fomr */

.contact-form {
    padding: 3em;
}

.contact-form-field{
    margin-top: 1em;
}

.button-contact-form{
    background: transparent;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #cda053;
    border: 1px solid #cda053;
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-contact-form:hover{
    background-color: #cda053;
    color: #fff;
}

/* Vertikalna linija */

.vl {
    border-left: 2px solid #e8e8e8;
    height: 250px;
    margin-top: 4em;
  }

/* Contact info */

.contact-info{
    padding: 2em;
}

.contact-us-title{
    font-family: 'Philosopher';
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fa.fa-phone{
    font-size: 20px;
    color: #cda053;
    margin-left: 1em;
    margin-top: 2em;
}

.fa.fa-envelope{
    font-size: 20px;
    color: #cda053;
    margin-left: 1em;
    margin-top: 1em;
}

.phone-number, .contact-email{
    color: #000;
    margin-left: 1em;
}

/*################################################################################################ THANK YOU ################################################################################################*/

/*
##############################
######### THANK YOU ##########
##############################
*/

.thank-you-baner{
    background-image: url("/images/header_img_plus.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px;
    margin-top: -8%;
}

.thank-you{
    text-align: center;
}

.thank-you-title{
    font-family: 'Philosopher';   
     margin-top: 1em;
}

.thank-you-info{
    font-family: 'Montserrat';
    margin-top: 0.5em;
}

.thanks-img{
    width: 5%;
    height: auto;
}

/*
########################
###### POLITIKA #######
########################
*/

.politika{
    margin-top: 2em;
}

.politika-dots{
    margin-left: 7em;
}

.politika-second-dots{
    margin-left: 3em;
}

.red-policy{
    color: rgb(239, 5, 5);
}

/*
########################
####### FOOTER 1 #######
########################
*/

.page-footer{
    color: #9B9B9B;
}

.crta{
    width: 60%;
    margin-left: unset;
}

.socicon{
    margin-top: 1em;
    margin-left: 0.5em;
}

.copyright{
    background-color: #FF8800;
    color: white;
    padding-top: 1em;
}

#linklion{
    color: white;
}

/*
########################
####### FOOTER 2 #######
########################
*/

.page-footer{
    color: #9B9B9B;
}

.crta{
    width: 60%;
    margin-left: unset;
}

.socicon{
    margin-top: 1em;
    margin-left: 0.5em;
}

.copyright1{
    background-color: #FF8800;
    color: white;
    padding-top: 1em;
}

#linklion{
    color: white;
}

.datum{
    font-size: 9px;
}


/*
########################
####### FOOTER 3 #######
########################
*/

.footer-copyright{
    background-color: #FF8800;
    color: white;
}

.tekst{
    padding-top: 1em;
    padding-bottom: 1em;
}

.socicon1{
    margin-left: 1em;
    width: 2%;
}

.socicon{
    margin-left: 1em;
    width: 5%;
}

/* Checkout */

#first_checkout {
    padding: 33px;
}

.login_message {
    font-size: .7em;
    color: #3490dc;
}

.login_message a {
    color:darkorange;
}

#first_checkout input {
    color: darkorange;
}

.submit_order {
    display: block;
    width: 100%;
    margin-top: .5rem;
}

.uslov {
    margin-top: 1.5rem;
}

.uslov1 {
    margin-top: 0px;
}

#first_checkout {
    padding: 33px;
    background-color: white;
    border: 1px dotted lightgray;
}

.cart_product {
    position: relative;
    padding: 10px;
    border-bottom: 1px dotted;
}

.cart_product_img {
    max-width: 100%;
}

.cart_product_name {
    color: darkorange;
    text-transform: uppercase;
}

.cart_product_price {
    margin: 0px;
}

.cart_product_total {
    color: darkorange;
}

.delete_cart {
    position: absolute;
    top: 40%;
    right: 0px;
    width: 11px;
}

.cart_total {
    padding: 6px;
    background-color: darkorange;
    color: white;
}

.cart_total p {
    margin: 0px;
    font-weight: bold;
    text-align: center;
}

.none_registred_user_first {
    display: block;
}

/* .middle_div {
    padding-top: 3rem;
} */

.quantity button[class*=btn], .add-in-cart button[class*=btn] {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    color: white;
    background-color: darkorange;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.quantity input {
    border: none;
    text-align: center;
    width: 45px;
    font-size: 16px;
    color: #43484d;
    font-weight: 300;
}

.plus-btn, .minus-btn {
    outline: none !important;
}

.dodaj_kupon {
    padding: 3px;
    background-color: #ff8c005e;
}

.dodaj_kupon span {
    display: block;
    padding-top: 7px;
    color: #757575;
    font-weight: bold;
}

#kuponMessage {
    display: block;
    width: 100%;
}

/* Kategorije mali menu */


.small-screen{
    display: none;
    width: 100%;
  }

  .show-blog{
      display: none;
  }
  
  .sidebar-nav-rec {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 65%;
      top: 0;
      background-color: #fff;
      z-index: 1500;
      padding-left: 2em;
      display: none;
      transition: all 0.3s ease-in-out;
  }

  .overlay-blur{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
  }

  .katmeni{
      background-color: #fff;
  }

  .katmeni a{
      color: #000;
  }

  .pricemenu{
      margin-left: 0.5em;
  }

  /*
########################
####### PROFILE PAGE #######
########################
*/
.profile_orders img {
    width: 16px;
    margin-left: 16%;
}


/*
########################
###### RESPONSIVE ######
########################
*/

@media only screen and (max-width: 1440px){
    .baner{
        margin-top: -10%;
    }

    .baner-single-page{
        margin-top: -10%;
    }

    .about-care-image img{
        width: 100%;
        height: 450px;
    }
    
    .about-home-image img{
        width: 100%;
        height: 470px;
    }
    
    .about-body-image img{
        width: 100%;
        height: 500px;
    }

    .about-us-page{
        width: 100%;
    }

    /* Thank you */
    .thank-you-baner{
        margin-top: -10%;
    }
}

@media only screen and (max-width: 1200px){
    .baner{
        margin-top: -11%;
    }

    /* Shop and Single page*/
    .baner-single-page{
        margin-top: -11%;
    }

    /* Thank you */
    .thank-you-baner{
        margin-top: -11%;
    }
}

@media only screen and (max-width: 1025px){
    .baner{
        margin-top: -14%;
    }

    /* Shop and Single page*/
    .baner-single-page{
        margin-top: -13%;
    }

    /* Thank you */
    .thank-you-baner{
        margin-top: -14%;
    }
}

@media only screen and (max-width: 992px){
    .baner-text{
        top: 12em;
    }

    /* Shop and Single page*/
    .baner-single-page{
        margin-top: -14%;
    }

    .about-home, .about-body {
        flex-direction: column;
    }

    .about-care{
        flex-direction: column-reverse;
    }

    .about-home-image, .about-home-text, .about-care-text, .about-care-image, .about-body-image, .about-body-text{
        width: 100%;
    }

    /* .footer-newsletter-button{
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        background-color: transparent;
        border: 1px solid #b28c4f;
        color: #b28c4f;
        width: 230px;
        height: 40px;
    } */

    /* Single page */
    .single-product-title{
        font-size: 18px;
    }

    .short-product-title{
        font-size: 12px;
    }

    .single-product-description{
        font-size: 12px;
    }

    /* About page */
    .more-about-info{
        flex-direction: column-reverse;
    }

    .more-about-text, .more-about-image{
        width: 100%;
    }
}

@media only screen and (max-width: 800px){
    .image-grid{
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 768px){
    .navbar-nav{
        background-color: #00AEEF;
        text-align: center;
    }

    a.nav-link{
        color: #fff;
    }

    .baner{
        margin-top: -10%;
    }

    .baner-text{
        top: 10em;
    }

    .gift-description{
        width: 60%;
    }

    .sticky-top{
        margin-left: 0;
    }

    /* Shop and Single page*/
    .baner-single-page{
        margin-top: -10%;
    }

    .kategorije{
        display: none;
    }

    .small-screen{
        display: block;
      }
    
    .show-blog {
        display: block;
    }
    
    .filter-button-rec {
        border: 1px solid #000;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        display: inherit;
        text-align: center;
    }

    .irs--flat{
        width: 80% !important;
    }

    /* Single page */
    .single-product-title{
        margin-top: 2em;
    }

    .testimonial-field, .testimonial-form-input{
        margin-left: 5em;
        margin-right: 5em;
    }

    /* Single Blog */
    .single-blog-images{
        flex-direction: column;
    }

    .first-blog-image, .second-blog-image{
        width: 100%;
        margin-left: 0;
    }

    /* Contact us */
    .contact-us{
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .contact-form, .contact-info{
        width: 100%;
    }

    .contact-info{
        text-align: center;
    }

    .vl{
        display: none;
    }

    /* Politika */
    .politika-dots{
        margin-left: 4em;
    }

    /* Thank you */
    .thank-you-baner{
        margin-top: -10%;
    }
}


@media only screen and (max-width: 600px){
    .info-contact, .shop-cart{
        text-align: center;
    }

    .baner{
        margin-top: -12%;
    }

    .reasons-image{
        width: 15%;
    }

    .about-home-image img{
        height: 250px;
    }

    .more-about-image img{
        height: 250px;
    }

    .about-care-image img{
        height: 250px;
    }

    .about-body-image img{
        height: 250px;
    }

    .reasons-field{
        margin-bottom: 3em;
    }

    .home-blog-field{
        margin-bottom: 4em;
    }

    .gift-description {
        width: 80%;
    }

    /* Politika */
    .politika-dots{
        margin-left: 2em;
    }

    /* .footer{
        background-size: cover;
        height: 850px;
    }

    .footer-image{
        width: 30%;
    }

    .footer-contact-section, .footer-collection-section{
        text-align: center;
    } */

    .copyright-info, .created-by{
        text-align: center;
    }

    /* Shop and Single page*/
    .baner-single-page{
        margin-top: -12%;
    }

    .baner-single-page-title{
        font-size: 25px;
    }

    #secondphoto{
        margin-left: 2em;
        }

    /* Single page */
    .testimonial-field, .testimonial-form-input{
        margin-left: 0em;
        margin-right: 0em;
    }

    /* About page */
    .more-about-text{
        padding: 2em;
    }

    .image-grid{
        flex: 100%;
        max-width: 100%;
    }

    /* Thank you */
    .thank-you-baner{
        margin-top: -12%;
    }

}

@media only screen and (max-width: 500px){
    .baner{
        margin-top: -17%;
    }

    .about-home-text, .about-care-text, .about-body-text{
        padding: 3em;
    }

    .gift-description {
        width: 100%;
    }

    /* Shop and Single page*/
    .baner-single-page{
        margin-top: -18%;
    }

    /* Single page */
    .single-product-image{
        width: 100%;
    }

    /* Contact us */
    .contact-form {
        padding: 1em;
    }

    /* Thank you */
    .thank-you-baner{
        margin-top: -17%;
    }

    .contact_icons {
        display: flex;
        flex-direction: column;
    }
    
    .info-contact {
        flex-direction: column;
    }

    .fa.fa-envelope,
    .fa.fa-phone {
        margin-left: 0;
    }

    .phone-number,
    .contact-email {
        font-size: 17px;
    }

    /* .footer-contact-section, .footer-collection-section {
        padding-top: 4rem;
    } */
    
    .price_range_button {
        width: 75%;
    }
}

@media only screen and (max-width: 410px) {
    .button-add-to-cart {
        margin-left: 20px;
        margin-top: 40px;
        display: block;
        width: 100%;
    }

    .quantity_button {
        padding-left: 30% !important;
    }
}


@media only screen and (max-width: 380px){
    .baner{
        margin-top: -20%;
    }

    /* Shop and Single page*/
    .baner-single-page{
        margin-top: -19%;
    }

    /* Thank you */
    .thank-you-baner{
        margin-top: -20%;
    }
}

@media only screen and (max-width: 361px){
    .baner{
        margin-top: -22%;
    }

    .about-home-text, .about-care-text, .about-body-text{
        padding: 2em;
    }

    /* Shop and Single page*/
    .baner-single-page{
        margin-top: -23%;
    }

    /* Thank you */
    .thank-you-baner{
        margin-top: -22%;
    }

    .button-add-to-cart {
        margin-left: 5px;
    }
}



/*
########################
####PICKUP          ###
########################
*/

.home_categories {
    padding: 3% 0;
    background-color: #fdeaec;
}

.naslov {
    margin-bottom: 4%;
    text-align: center;
}

.home_categories .col-md {
    text-align: center;
}

.home_category {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: white;
    border: 2px solid #f27187;
    border-radius: 50%;
}

.home_category:hover {
    background-color: #ff8989;
}

.home_category img {
    padding-top: 18px;
    max-width: 80px;
}

.home_categories h4 {
    margin-top: 20px;
    font-weight: bold;
}

.home_managers_wrapper {
    float: left;
}

.home_manager {
    width: 42%;
    margin: 1% 2.5%;
    float: left;
}

.home_manager_img {
    padding: 0px;
}

.home_manager_img img {
    max-width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.home_manager .row {
    border: 1px solid #48c3d3;
    border-radius: 10px;
}

.home_manager_info {
    padding: 10px;
    text-align: right;
}

.home_manager_delivery {
    position: absolute;
    bottom: 0px;
    right: 10px;
    padding: 4px 10px;
    color: white;
    background-color: #ff8989;
    border-radius: 15px;
}