/* best-seller-css */
.section-best-seller{
  display:none !important;
}

#header .menu ul .nav-item {
    margin-left: 25px;
    margin-right: 0px;
}
/* shopify polciy container */
.shopify-policy__container {
 max-width: 100ch !important;
}

.shopify-policy__title {
    display: none !important;
}

.section-blog-v1 .slick-dots {
    padding-top: 0px;
}
.article-page .content-single-blog .post-details .content-post-default p {
    color: #000;
}

.article-page .content-single-blog .post-details .content-post-default p a {
    color: blue;                 
    text-decoration: underline;
}
.article-page .content-single-blog .single-related-post .blog_grid .post-thumb img {
    object-fit: contain;
}
.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .desc {
    color: #000;
}
.sticky-button {
    position: fixed;
    background-color: #25D366;
    bottom: 20px;
    left: 20px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    z-index: 20;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.sticky-button svg {
    margin: auto;
    fill: #fff;
    width: 35px;
    height: 35px;
}
.sticky-button a, .sticky-button label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom:0;
}
.button-video {
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
}
.custom-pottery-img{
  
}