@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width:1200px
  }
}


#top-nav .top-nav-shadow 
{
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
}


#topmenu
{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #d14646;
    color: #FFF;
    font-size: 0.9rem;
}

#topmenu .top-link{
    color: #FF9;   
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Poppins', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.tab-link{
  text-transform: uppercase;
    font-family: 'Poppins', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav {
    background-color: #FFF;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #333;   
    font-family: 'Poppins', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}



#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #d14646;
  }


  

@media (min-width: 992px) {
    #mainNav {
      padding-top: 5px;
      padding-bottom: 5px;
      transition: padding-top 0.3s, padding-bottom 0.3s;
      border: none;
      background-color: #FFF;
    }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #FFF;
    }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.25em;
      padding: 12px 0;
    }    

  }
  

  





  #idea
  {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }

  
  #idea {
    padding: 50px 0 !important;
  }

  #idea .section-heading
  {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .handwritten
  {
    font-family: 'Dancing Script', 'Ephesis', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;   
  }

  .handwriting
  {
    font-family: 'Dancing Script', 'Ephesis', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  @media (min-width: 992px) {
    #idea {
      padding: 100px 0 !important;
    }    
    #idea .handwriting{      
      font-size: 2.7rem;
      line-height: 2.8rem;
    }

    #idea .section-heading{
      font-size: 2.5rem;
      line-height: 2.6rem;
    }
  }

  header.mastheadpage{
    padding-top: 150px !important;
    padding-bottom: 0px !important;
  }

  .header-none{
    margin-top: 150px !important;
    margin-bottom: 0px !important;
  }


  #shop .shop-item {
    right: 0;
    margin: 0 0 15px;
  }
  
  #shop .shop-item .shop-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
  }
  
  #shop .shop-item .shop-link .shop-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  
  #shop .shop-item .shop-link .shop-hover:hover {
    opacity: 1;
  }
  
  #shop .shop-item .shop-link .shop-hover .shop-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
  }
  
  #shop .shop-item .shop-link .shop-hover .shop-hover-content i {
    margin-top: -12px;
  }
  
  #shop .shop-item .shop-link .shop-hover .shop-hover-content h3,
  #shop .shop-item .shop-link .shop-hover .shop-hover-content h4 {
    margin: 0;
  }
  
  #shop .shop-item .shop-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px 5px;
    text-align: center;
    background-color: #fff;
  }
  
  #shop .shop-item .shop-caption h4 {
    margin: 0;
    text-transform: none;
  }
  
  #shop .shop-item .shop-caption p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  
  #shop * {
    z-index: 2;
  }
  
  @media (min-width: 767px) {
    #shop .shop-item {
      margin: 0 0 30px;
    }
  }



  #blog .blog-item {
    right: 0;
    margin: 0 0 15px;
  }
  
  #blog .blog-item .blog-link {
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  
  #blog .blog-item .blog-link .blog-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  
  #blog .blog-item .blog-link .blog-hover:hover {
    opacity: 1;
  }
  
  #blog .blog-item .blog-link .blog-hover .blog-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
  }
  
  #blog .blog-item .blog-link .blog-hover .blog-hover-content i {
    margin-top: -12px;
  }
  
  #blog .blog-item .blog-link .blog-hover .blog-hover-content h3,
  #blog .blog-item .blog-link .blog-hover .blog-hover-content h4 {
    margin: 0;
  }
  
  #blog .blog-item .blog-caption {
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff;
  }
  
  #blog .blog-item .blog-caption h4 {
    margin: 0;
    text-transform: none;
  }
  
  #blog .blog-item .blog-caption p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  
  #blog * {
    z-index: 2;
  }
  
  @media (min-width: 767px) {
    #blog .blog-item {
      margin: 0 0 30px;
    }
  }

  .loadmore
{
    display:none;
}



.product-box
{
	border: 1px solid #ddd;
	padding: 5px;
}


.product-detail
{
	position: relative;
	
}

.product-name
{
 font-size: 1rem;
 color: #333 !important;
 margin-bottom: 5px;
}

.product-detail .old-price
{
	color: #6c757d;
	font-weight: bold;
	text-decoration: line-through;
	font-size: 1rem !important;
	line-height: 1rem;
}

.product-detail .price
{
	color: #dc3545;
	font-weight: bold;
	font-size: 1.5rem !important;
	line-height: 1.5rem;

}

.product-detail .actionsxx
{
	position: absolute;
	top: 0;
	right: 0;
}

.product-detail .actions a
{
	font-size: 1rem !important;
}

.product-detail .add-qty
{
	width: 150px;
}

.product-detail .add-qty-small
{
	width: 130px;
}

.product-detail .add-qty-small input, .product-detail .add-qty-small button
{
	font-size: 1rem;
}


.product-detail .add-qty .input-group .add-qty-btn,
.product-detail .add-qty-small .input-group .add-qty-btn
{
	background-color: #d14646;
  border-color: #d14646;
  color: #fff !important;
  border-radius: 0;
}

.product-detail .add-qty .input-group .add-qty-btn .btn-number:disabled,
.product-detail .add-qty-small .input-group .add-qty-btn .btn-number:disabled 
{
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #fff !important;
    cursor: not-allowed;
    border-radius: 0;
}

#mainNav .navbar-nav .nav-item .nav-link .cart
{
  font-size: 2rem !important;  
  color: #ccc;
}
  
.cart-link
{
    position: relative;
}

.cart-link i
{
    position: relative;
}

.cart-count
{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    background-color: #FF481F;
    color: #fff !important;
    padding: 2px 5px;
    font-size: 0.9rem;
}

.sidebar-account
{
  padding-right: 10px;
}

.sidebar-account h3
{
    margin-top: 30px;;
    font-size: 1.1rem;
    font-weight: 500;
    color: #222;
}

.sidebar-account .nav-link
{
    padding: 3px 5px;
}


.post-title
{
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.post-sidebar
{
    padding-left: 0px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .post-sidebar
    {
        padding-left: 70px;
        margin-bottom: 50px;
    }
}

.post-body
{
    margin-bottom: 5rem;
}

.sidebar-header
{
    text-transform: uppercase;
    font-weight: 700;
}

.post-sidebar ul
{
    padding: 1rem 0rem 1rem 0rem;
    margin: 0px;
    list-style-type: none;
    background-color: #f7f7f7;
}

.post-sidebar ul li
{
    padding: 1rem 2rem 0rem 2rem;
}

.post-sidebar ul li a
{    
    color: #6c757d;
    text-decoration: none;
}

.post-category
{
    padding: 5px;
    color: #FFFFFF;
}


/* [1] The container */
.img-hover-zoom {
  height: 150px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}


@media (min-width: 992px) {
  /* [1] The container */
  .img-hover-zoom {
    height: 260px; /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  }
}


.whitebox
{
  background-color: #ffffff;
  border-radius: .25rem;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.whitebox .box-header
{
  padding: 0px;
}

.whitebox .box-menu
{
  padding: 0px;
}

.whitebox .box-body
{
  padding: 0px;
}


  
@media (min-width: 768px) {
  .whitebox .box-header
  {
    padding: 0px;
    margin-bottom: 1rem;
  }

  .whitebox .box-menu
  {
    padding: 0px;
  }

  .whitebox .box-body
  {
    padding: 0px;
  }
}




