/* default font */
h1 {
    font-family: 'NeueAachenProRegular', sans-serif !important;
}

h2, h3, h4, h5, h6 {
    font-family: 'Montserrat-Semibold', sans-serif !important;
    font-weight: 600;
}

body, p {
    font-family: 'Montserrat-Regular', sans-serif !important;
}
b, strong, .text-bold, .font-weight-bold {
    font-family: 'Montserrat-Regular', sans-serif !important;
    font-weight: bold;
}

#product-description p span{
    font-family: 'Montserrat-Regular', sans-serif !important;
}

/* start custom css for homepage banner */
.HomePage_Title {
  display: none;
 }
 .HomePage_Title h1 {
  display: none;
 }
#top-banner {
    background-color: #4097FF !important;
    padding-top: 50px;
}
.carousel-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.carousel-item {
    background-color: #4097FF !important
}
.carousel-item picture {
    text-align: right;
}
.carousel-item picture img {
    max-width: 600px;
}
.carousel-caption h1,
.carousel-caption h3,
.carousel-caption p {
    text-align: left;
}
.carousel-caption p {
    font-size: 18px;
}
.carousel-caption h1 {
    /*font-size: 46px;*/
    font-size: 60px;
    color: #fec847;
    line-height: 1em;
    margin-bottom: 15px;
}

.custom-banner-btn {
    background-color: #feb914;
    color: #fff;
    padding: 10px 50px;
    display: block;
    width: max-content;
    margin-top: 30px;
    border-radius: 35px;
    /* border: 2px solid #feb914; */
    font-weight: 700;
    font-size: 20px;
}
.carousel-caption {
    position: absolute;
    top: 0%;
    /*left: 5%;*/
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    max-width: 500px;
}
@media (max-width: 1200px){
    .carousel-caption h1 {
        font-size: 36px;
    }
}
@media (max-width: 991px){
    .carousel-caption h1 {
        font-size: 36px;
    }
    .carousel-item picture {
      text-align: center;
    }
    .carousel-caption {
      position: relative;
      padding: 20px;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
    }
    .carousel-item span {
        display: flex;
        flex-direction: column;
    }
    .carousel-item picture {
      order: 2;
    }
    .carousel-item .carousel-caption {
      order: 1;
    }
    
}
@media (max-width: 767px){
    .carousel-caption h1 {
        font-size: 26px;
    }

    #top-banner picture img {
        padding: 0px 10px 0;
    }
    .carousel-item picture {
      text-align: center;
    }

    #top-banner picture img {
      padding: 0px 10px 0;
    }

    .carousel-caption {
      position: relative;
      padding: 20px;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
    }
    body .olark-launch-button {bottom: 110px !important;}
}

/* ending custom css for homepage banner */

.prod_cat .card .card-title {font-size:1.1rem;}
.prod_cat .card:hover .card-title, .text-yellow {color:#FFC846;}
.bg-yellow {background:#FFC846;}
.bg-blue {background:#4097ff;}
.text-blue {color:#4097FF;}
#top-banner ~ .header-content .block_text a span {font-size: 1.5rem; padding-left:1rem;}
.custom_design, .browse_design, .upload_design {border-color: #4097FF !important;}
.custom_design .btn-img-text, .browse_design .btn-img-text, .upload_design .btn-img-text {
    background: #4097FF !important;
    color: #ffffff !important;
    border-color: #4097FF !important;
}
.custom_design .btn-img-text .short-disc, .browse_design .btn-img-text .short-disc, .upload_design .btn-img-text .short-disc{ color: #ffffff !important;}


.custom_design:hover, .browse_design:hover, .upload_design:hover {border-color: #FFC846 !important;box-shadow:none !important;}
.custom_design:hover .btn-img-text, .browse_design:hover .btn-img-text, .upload_design:hover .btn-img-text {
    background: #FFC846 !important;
    color: #ffffff !important;
    border-color: #FFC846 !important;box-shadow:none !important;
}
.custom_design:hover .btn-img-text .short-disc, .browse_design:hover .btn-img-text .short-disc, .upload_design:hover .btn-img-text .short-disc{ color: #ffffff !important;}


#top-banner~.header-content .block_text a img {width: 60px !important;height: 60px  !important;max-width: 60px !important;}
.bg-info {
  background-color: #4097ff !important;
}
@media only screen and (min-width: 768px) {
    .navbar {
      background: #4097ff;
    }
}

/*#templatelist {
    display: none !important;
}*/
#cms_page .card-title .order-2 h2{
    line-height: 1rem;
    font-weight: bold;
}
#cms_page .card-title .order-2 h2 .text-info{
    color: #598ecb !important;
    font-size: 1rem;
}
#cms_page .card-title h5 a{
    color: #ffc846 !important;
}
#cms_page .card-title.order-1{
    flex-direction: column-reverse !important;
}

.navbar .navbar-nav {
    width: 100%;
}
.navbar .navbar-nav li:nth-child(8) {
    margin-left: auto;
}
.navbar-nav .nav-item.submenu_custom_link .nav-link::after
{
  display: none;
}



.custom-btn-yellow {
    background-color: #feb914;
    color: #000;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: max-content;
    margin-top: 30px;
    border-radius: 35px;
    /* border: 2px solid #feb914; */
    font-weight: 600;
    font-size: 16px;
}
.custom-btn-yellow:hover {
    color: #feb914;
    /* border: 2px solid #feb914; */
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.container {
  text-align: unset !important;}

 #middle-content #cms_page .card-img-top {
    min-height: 290px;
    object-fit: cover;
    height: 300px;
 }
 #middle-content #cms_page .landing_page a:not(.btn) {
     color: #598ecb;
 }
 #middle-content #cms_page .landing_page a:not(.btn):hover {
     color: rgb(254, 200, 71);
 }
 @media only screen and (min-width: 768px) {
  .container {
    max-width: 1280px !important;
  }
     
#product-info #extra-msg2{
    text-align:center;
    
}     
     
 }
#InfoTab #product-description {
  height: 360px;
  overflow-y: scroll;
  overflow-x: hidden;
}