/** Shopify CDN: Minification failed

Line 145:2 Unexpected "}"

**/

/* ====================================   Mandasa Custom Css   ====================================== */


.main-product-template__ h1{
  font-weight:bold;
}
.shopify_trust_badge{
  margin-bottom:1rem;
}
.article__image-wrapper{
  display:none;
}
.main_author_information {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.main_author_information img {
    width: 280px;
    height: 300px;
    object-fit: cover;
    margin-right: 30px;
}
.collection_custom_filter {
    position: relative;
    width: 100%;
    max-width: 900px;
    display: flex;
  padding-top:30px;
}
.collection_custom_filter ul.collection__filter-checkbox-list {
    overflow: auto;
    white-space: nowrap;
}
.collection_custom_filter ul.collection__filter-checkbox-list li.collection__filter-checkbox {
    display: inline-block;
    background: #fff;
    margin: 5px;
    width: auto;
    border: 1px solid #cfcfcf;
    line-height: normal;
    text-transform: uppercase;
    transition: .3s all linear;
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 0;
}
.collection__filter-checkbox label {
    margin-left: 4px;
    line-height: 1.5;
    padding:0;
}
.checkbox-wrapper~label {
    vertical-align: middle;
    cursor: pointer;
}
.checkbox {
    display: block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid #e3e3e3;
    background: white;
    box-shadow: 0 1px #e3e3e366;
    border-radius: 2px;
    -webkit-appearance: none;
    transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out,background .2s ease-in-out;
}
.icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    background: none;
    pointer-events: none;
    overflow: visible;
}
.CollectionHeader__cta-wrapper {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 15px;
    margin-top: 15px;
}
.CollectionHeader__cta {
    display: inline-block;
    background: #fff;
    margin: 5px;
    width: auto;
    border: 1px solid #cfcfcf;
    line-height: normal;
    text-transform: uppercase;
    transition: .3s all linear;
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 0;
    color: #000;
}

.mobile-size-title[data="main-product"]{
  display:none;
}
.custom-tag-filter{
  padding:0px !important;
  padding-bottom:20px !important;
}
.sale-line-copyright{
  padding-bottom:5px;
}
@media screen and (min-width:864px){
  .hone-redio-filter__{
  width:346px !important;
}
}

@media screen and (max-width:1000px){
  .large-device-heading{
    display:none !important;
   }
  .mobile-size-title[data="main-product"]{
    display:block; 
    
  }
  }




@media screen and (min-width:999px){
  .m_mobile_itg_product_title{
  display:none;
}
  
}
 @media screen and (max-width: 1024px)
  .search_block_flex {
    flex-wrap: wrap !important;
      }
  }

@media screen and (max-width:999px){
  .m_mobile_itg_product_title{
    display:block !important;
  }
 
  .m_mobile_itg_product_title h1 {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size:19px;
}
}
@media screen and (max-width:864px){
  .search_block_flex .search_block_1{
    padding:5px 2rem;
    text-align:center;
  }
  .search_block_flex .search_block_1_button{
    text-align:center;
  }
}



@media screen and (max-width: 640px){
.main_author_information {
    display: block;
  }
.main_author_information img {
    padding-bottom: 15px;
  }
  .mobile-size-title[data="main-product"]{
    font-size:19px;
    padding:20px;
    padding-bottom:0px;
  }
    .m_mobile_itg_product_title h1 {
      display:block;
      font-size:19px;
    padding-left:20px;
    padding-right:20px;
}
  .product-form__payment-container>*{
    margin:9px;
  }
  
  .product-form__add-button:nth-child(2){
    margin-bottom:2px;
  }
  .m_mobile_itg_product_title{
    margin-top:1.5rem;
  }
}

@media screen and (max-width:576px){
  .search_block_heading h3{
    font-size:15px !important;
  }
    .search_block_flex .search_block_1{
    padding:5px 1.2rem;
  }
}

