/** Shopify CDN: Minification failed

Line 7:0 Unexpected "{"

**/
/* =========== COOMON CSS =========== */
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 40px;
}

body {
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}

button{
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

#main .main-content {
    display: flex;
    align-items: start;
    margin: 0 -15px;
}

.img-fluid {
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}


@media (max-width: 1399px) {
    .container {
        width: 1270px;
    }
}

@media (max-width: 1299px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 575px;
    }
}

@media (max-width: 575px) {
    .container {
        width: 100%;
    }
}

/* =========== EXTRA MAIN CSS =========== */
.section-title {
    font: 500 36px/38px 'Poppins', sans-serif;
	color: #5B5B5B;
	margin: 0 0 20px 0;
	text-transform: capitalize;
	letter-spacing: 0;
}

.common-border {
    border: 1px solid #E8E8E8;
}

#main {
    margin: 50px 0 0 0;
}

@media (max-width: 1499px) {
    .section-title {
        font-size: 30px;
        line-height: 32px;
    }
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 15px 0;
    }
}


/* ====================== LEFT SIDE PANEL ====================== */
.main-content .left-side-panel ul {
	margin: 0;
	padding: 0;
}
.main-content .left-side-panel {
   width: 26%;
	padding: 0 15px;
	position: sticky;
	top: 100px;
}
/*.main-content .left-side-panel ul{
  margin-top: 0px;
}*/
#main .main-content .left-side-panel .panel-link{
  align-items: flex-start;
}
#main .main-content .left-side-panel li {
    margin: 0 0 10px 0;
}

#main .main-content .left-side-panel .panel-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

#main .main-content .left-side-panel .panel-link .left-panel-icon {
    margin: 10px 0 0;
}

#main .main-content .left-side-panel .panel-link .panel-text {
    font: 400 18px/22px 'Poppins', sans-serif;
    /* font-size: 18px;
    line-height: 22px;*/
    color: #5B5B5B;
    letter-spacing: 0;
}
.popular-right-side .prod_item_inner .yotpo {
	display: none;
}
@media only screen and (max-width: 1399px) and (min-width: 1200px){
  .popular-right-side .slick-initialized .slick-slide {
  	padding: 1px;
  }
}
@media (max-width: 1299px) {
    #main .main-content .left-side-panel .panel-link .panel-text {
        /*font-size: 18px;
        line-height: 22px;*/
        font-size: 18px;
        line-height: 20px;
    }
    /*#main .main-content .left-side-panel .panel-link{
      align-items: flex-start;
    }
    #main .main-content .left-side-panel .panel-link .left-panel-icon{
      margin-top:0px;
    }
    .main-content .left-side-panel{
      top: 100px;
    }*/
    
}

@media (max-width: 1199px) {
    #main .main-content .left-side-panel .panel-link .left-panel-icon {
        margin: 6px 0 0;
    }

    #main .main-content .left-side-panel .panel-link .panel-text {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 991px) {
    #main .main-content {
        display: block;
    }

    #main .main-content .left-side-panel {
        width: 100%;
        position: static;
        margin: 0 0 20px 0;
        display: none;
    }
}

/* ====================== RIGHT SIDE ====================== */
#main .main-content .right-side {
    width: 74%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    #main .main-content .right-side {
        width: 100%;
    }
}


/* =========== BANNER =========== */
#banner {
	position: relative;
	margin: 9px 0 30px 0;
}

#banner .banner-title {
    position: absolute;
    font: 600 38px/40px 'Poppins', sans-serif;
    color: #fff;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    letter-spacing:0;
}
.blog-products-wrapper{
  padding:0px 0px 55px 0px;
}
#banner .banner-subtitle {
    position: absolute;
    font: 600 18px/28px 'Poppins', sans-serif;
    color: #fff;
    left: 50px;
    top: 70%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
}
.share-button{
  /*margin: 3px 0 0 5px;*/
  margin: 1px 0 0 5px;
      color: #5b5b5b;
}
@media (max-width: 1399px) {
    #banner .banner-title {
        font-size: 34px;
        line-height: 36px;
    }
}

@media (max-width: 1199px) {
    #banner .banner-title {
        font-size: 30px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {
    #banner .banner-img img {
        min-height: 250px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    #banner {
        position: relative;
        margin: 0 0 20px 0;
    }

    #banner .banner-title {
        left: 40px;
        font-size: 26px;
        line-height: 28px;
    }
}
@media (max-width: 595px) {
  #popular .popular-left-side .articles-section .articles-box-bottom .articles-box-feature-title, #blog-articles .articles-section .blog-articles .articles-box-bottom .articles-box-feature-title {
	font: 400 14px/16px Poppins,sans-serif;
	color: #5b5b5b;
	margin: 0 0 0 10px;
	text-decoration: none;
  }
}
@media (max-width: 575px) {
    #banner .banner-title {
        font-size: 38px;
    	line-height: 40px;
    	text-align: center;
    	left: 50%;
    	transform: translate(-50%,-50%);
    	-webkit-transform: translate(-50%,-50%);
    	-moz-transform: translate(-50%,-50%);
    	-ms-transform: translate(-50%,-50%);
    	-o-transform: translate(-50%,-50%);
    	width: 100%;
    }
}

@media (max-width: 360px) {
    #banner .banner-title {
        width: 90%;
    }
}

/* =========== Resource =========== */
#resource {
    margin: 0 0 40px 0;
}
.share-button__button {
    gap:6px;
	text-decoration: none;
  
    color: #5b5b5b;
    font: 400 14px/16px Poppins,sans-serif;

}

#resource .resource-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px 0;
}

#resource .resource-title .section-main-title {
    /*font: 500 44px/46px 'Poppins', sans-serif;
    color: #5B5B5B;*/
    font: 500 44px/46px 'Poppins', sans-serif;
	color: #5B5B5B;
	margin: 7px 0 0 0;
    letter-spacing: 0;
    line-height: 30px;
}

#resource .resource-title .input-box {
    background: #EDF2F2;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

#resource .resource-title .input-box .search-icon {
    margin: auto;
}

#resource .resource-title .input-box input {
    color: #5B5B5B;
    font: 400 14px/16px 'Poppins', sans-serif;
    border: none;
    outline: none;
    background: transparent;
    padding: 10px;
}

#resource .resource-content {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

#resource .resource-content .resource-img-box {
    position: relative;
}

#resource .resource-content .resource-img-box .resource-img {
    width: 100%;
    padding-top: 89.58%;
    position: relative;
    background-color: #7c7abd;
}
#resource .resource-content .resource-img-box:nth-child(2) .resource-img {
    background-color: #387fa7;
}
#resource .resource-content .resource-img-box:nth-child(3) .resource-img {
    background-color: #e2881e;
}
#resource .resource-content .resource-img-box:nth-child(4) .resource-img {
    background-color: #63a739;
}
#resource .resource-content .resource-img-box .resource-img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}

#resource .resource-content .resource-img-box .resource-img-title {
    position: absolute;
    font: 600 30px/32px 'Poppins', sans-serif;
    color: #FFF;
    top: auto;
    left: 25px;
    bottom: 35px;
    right: auto;
    letter-spacing:0;
    padding-right: 20px;
}

@media (max-width: 1499px) {
    #resource .resource-title .section-main-title {
        font-size: 38px;
        line-height: 40px;
    }
}

@media (max-width: 1299px) {
    #resource .resource-title .section-main-title {
        font-size: 34px;
        line-height: 36px;
        line-height: 20px;
    }

    #resource .resource-title .input-box {
        padding: 6px 15px;
        gap: 6px;
    }

    #resource .resource-title .input-box input {
        padding: 6px;
    }

    #resource .resource-title .input-box .search-icon {
        margin: auto;
        width: 20px;
        height: 20px;
    }

    #resource .resource-content .resource-img-box .resource-img-title {
        left: 20px;
        bottom: 25px;
        font-size: 26px;
        line-height: 28px;
    }
}

@media (max-width: 1199px) {
    #resource .resource-title .section-main-title {
        font-size: 28px;
        line-height: 36px;
    }

    #resource .resource-content .resource-img-box .resource-img-title {
        left: 20px;
        bottom: 25px;
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    #resource .resource-title .section-main-title {
        width: 60%;
    }

    #resource .resource-title .input-box {
        width: 40%;
    }

    #resource .resource-title .input-box .search-icon {
        width: 8%;
    }

    #resource .resource-title .input-box input {
        width: 92%;
    }
}

@media (max-width: 767px) {
    #resource {
        margin: 0 0 30px 0;
    }

    
    #resource .resource-content {
        max-width: 490px;
        grid-template-columns: repeat(2,1fr);
    }

    /* #resource .resource-content .resource-img-box .resource-img-title {
        left: 15px;
        bottom: 20px;
        font-size: 18px;
        line-height: 20px;
    } */

    #resource .resource-title {
        margin: 0 0 20px 0;
    }

    #resource .resource-title .section-main-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 575px) {
    #resource .resource-title {
        display: block;
    }

    #resource .resource-title .section-main-title {
      width: 100%;
      font-size: 32px;
      line-height: 38px;
      margin: 0 0 15px;
      font-weight: 600;
    }

    #resource .resource-title .input-box {
        width: 100%;
    }

    #resource .resource-title .input-box .search-icon {
        width: 20px;
        padding: 0;
    }

    #resource .resource-title .input-box input {
        width: 100%;
    }

    /* #resource .resource-content .resource-img-box .resource-img-title {
        left: 12px;
        bottom: 12px;
        font-size: 16px;
        line-height: 18px;
    } */
}

@media (max-width: 480px) {
    #resource .resource-content {
        flex-wrap: wrap;
    }
    .section-title {
    	font-size: 30px;
    	line-height: 32px;
    	margin: 0 0 15px;
    	font-weight: 600;
    }
    #resource .resource-content {
        grid-template-columns: repeat(2,1fr);
    }
    /* #resource .resource-content .resource-img-box {
        width: 48%;
    } */

    #resource .resource-content .resource-img-box .resource-img-title {
        font-size: 20px;
        line-height: 22px;
        bottom: 15px;
        left: 15px;
    }
}

/* =========== Resource =========== */
#popular {
    display: flex;
    align-items: start;
    gap: 20px;
}

#popular .popular-left-side {
    width: 65%;
}

#popular .popular-left-side .articles-section {
    margin: 0 0 40px 0;
}

#popular .popular-left-side .articles-section .articles-box {
    padding: 20px 0;
    margin: 0 0 15px 0;
}

#popular .popular-left-side .articles-section .articles-box-upper {
    padding: 0 15px;
}

#popular .popular-left-side .articles-section .articles-box-upper .articles-box-title,
#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-blog-title-and-date .articles-box-title {
    display: inline-block;
    position: relative;
    margin: 0 0 5px 0;
}

#popular .popular-left-side .articles-section .articles-box-upper .articles-box-title {
    padding: 0 35px 0 0;
    margin: 0 0 8px 0;
}

#popular .popular-left-side .articles-section .articles-box-upper .articles-box-title .articles-title,
#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-blog-title-and-date .articles-box-title .articles-title {
    font: 600 16px/28px 'Poppins', sans-serif;
    line-height: 1.2;
    color: #5B5B5B;
    margin: 0;
    letter-spacing:0;
}

#popular .popular-left-side .articles-section .articles-box-upper .articles-box-title .articles-title-icon,
#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-blog-title-and-date .articles-title-icon {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: start;
}

#popular .popular-left-side .articles-section .articles-box-upper .articles-box-date,
#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-date {
    font: 600 12px/14px 'Poppins', sans-serif;
    color: #5B5B5B;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    display: block;
}

#popular .popular-left-side .articles-section .articles-box-upper .articles-box-links {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
}

#popular .popular-left-side .articles-section .articles-box-upper .articles-box-links .articles-box-category {
    padding: 2px 0 0 0;
}
#popular .popular-left-side .share-button__button span {
	margin: 0 0 0 10px;
}
#popular .popular-left-side .share-button__button:hover {
	text-decoration: none !important;
}
#popular .popular-left-side .articles-section .articles-box-upper .articles-box-links .articles-box-category,
#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links .articles-box-category {
    font: 600 14px/16px 'Poppins', sans-serif;
    color: #5B5B5B;
    text-decoration: underline;
}

#popular .popular-left-side .articles-section .articles-box-upper .articles-box-links .articles-box-tags,
#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links .articles-box-tags {
    color: #7AB4C2;
    line-height:20px;
    min-height: 50px;
}

#popular .popular-left-side .articles-section .articles-box-upper .articles-box-links .articles-box-tags a,
#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links a {
    font: 400 14px/16px 'Poppins', sans-serif;
    color: #7AB4C2;
    margin: 0 0 0 5px;
    display: inline-block;
}

#popular .popular-left-side .articles-section .articles-box-bottom,
#blog-articles .articles-section .blog-articles .articles-box-bottom {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    padding: 0 15px;
}

#popular .popular-left-side .articles-section .articles-box-bottom .articles-box-feature,
#blog-articles .articles-section .blog-articles .articles-box-bottom .articles-box-feature {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

#popular .popular-left-side .articles-section .articles-box-bottom .articles-box-feature-title,
#blog-articles .articles-section .blog-articles .articles-box-bottom .articles-box-feature-title {
    font: 400 14px/16px 'Poppins', sans-serif;
    color: #5B5B5B;
}

#popular .popular-left-side .articles-section .articles-link,
#blog-articles .articles-section .articles-link {
    font: 400 16px/18px Poppins,sans-serif;
	color: #5b5b5b;
	text-decoration: none;
	border-bottom: 1px solid #5b5b5b;
    letter-spacing:0;
}

@media (max-width: 1199px) {

    #popular .popular-left-side .articles-section .articles-box-bottom,
    #blog-articles .articles-section .blog-articles .articles-box-bottom {
        gap: 15px;
    }

    #popular .popular-left-side .articles-section .articles-box-bottom .articles-box-feature,
    #blog-articles .articles-section .blog-articles .articles-box-bottom .articles-box-feature {
        gap: 6px;
    }
}

@media (max-width: 767px) {
    #popular {
        display: block;
    }

    #popular .popular-left-side {
        width: 100%;
    }

    #popular .popular-left-side .articles-section {
        margin: 0 0 30px 0;
    }
   .blog-products-wrapper.medium-up-hide {
      display: none;
    }
}

@media (max-width: 480px) {
    
   #popular .popular-left-side .articles-section .articles-box-bottom .articles-box-feature .articles-box-feature-icon, 
   #blog-articles .articles-box-bottom .articles-box-feature .articles-box-feature-icon, 
   .article-template__social-sharing .share-button__button {
    	width: 19px;
      padding: 3px 0 0 0;
    }

     .article-template__social-sharing .share-button__button {
        font: 400 13px/16px 'Poppins', sans-serif !important;
        color: #5B5B5B;
     }
    /*#popular .popular-left-side .articles-section .articles-box-upper .articles-box-title .articles-title,
    #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-blog-title-and-date .articles-box-title .articles-title {
        font-size: 13px;
        line-height: 20px;
    }*/

    #popular .popular-left-side .articles-section .articles-box-upper .articles-box-date,
    #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-date {
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        margin: 0 0 10px 0;
    }

    #popular .popular-left-side .articles-section .articles-box-upper .articles-box-links {
        gap: 10px;
    }

    #popular .popular-left-side .articles-section .articles-box-upper .articles-box-links .articles-box-category,
    #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links .articles-box-category {
        font-size: 12px;
        line-height: 14px;
    }

    #popular .popular-left-side .articles-section .articles-box-upper .articles-box-links .articles-box-tags a,
    #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links a {
        font-size: 12px;
        line-height: 14px;
    }

      #popular .popular-left-side .articles-section .articles-box-bottom .articles-box-feature-title, #blog-articles .articles-section .blog-articles .articles-box-bottom .articles-box-feature-title {
    	margin: 3px 0 0 5px;
    }

    

    #popular .popular-left-side .articles-section .articles-box-bottom,
    #blog-articles .articles-section .blog-articles .articles-box-bottom {
        gap: 8px;
    }

    

    #popular .popular-left-side .articles-section .articles-box-bottom,
    #blog-articles .articles-section .blog-articles .articles-box-bottom {
        gap: 8px;
        padding: 0 10px;
    }

    #popular .popular-left-side .articles-section .articles-box {
        padding: 10px 0;
        margin: 0 0 15px 0;
    }

    #popular .popular-left-side .articles-section .articles-box-upper {
        padding: 0 10px;
    }

    #popular .popular-left-side .articles-section .articles-box-img {
        margin: 10px 0;
    }

    #popular .popular-left-side .articles-section .articles-link,
    #blog-articles .articles-section .articles-link {
        font-size: 13px;
        line-height: 15px;
    }
    #popular .popular-left-side .articles-section .articles-box-upper .articles-box-links .articles-box-tags, #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links .articles-box-tags {
        line-height: 20px;
    }
}

@media (max-width: 360px) {
    #popular .popular-left-side .articles-section .articles-box-bottom, #blog-articles .articles-section .blog-articles .articles-box-bottom {
        padding: 0 6px;
    }
   
    #popular .popular-left-side .articles-section .articles-box-upper .articles-box-date, #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-date {
        margin: 0 0 8px 0;
    }
    #popular .popular-left-side .articles-section .articles-box-upper .articles-box-links .articles-box-category, #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links .articles-box-category {
        font-size: 11px;
        line-height: 13px;
    }
    #popular .popular-left-side .articles-section .articles-box-upper .articles-box-links .articles-box-tags a, #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links a {
        font-size: 11px;
        line-height: 13px;
    }
    #popular .popular-left-side .articles-section .articles-box-bottom .articles-box-feature-title,
    #blog-articles .articles-section .blog-articles .articles-box-bottom .articles-box-feature-title {
        font: 400 10px/12px 'Poppins', sans-serif;
        color: #5B5B5B;
    }
}

#popular .popular-right-side {
    width: 33%;
    max-width: 317px;
    margin: 0 0 40px 0;
}
.popular-right-side .products-slider button {
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
	top: auto;
	z-index: 9;
}
.popular-right-side .products-slider button.slick-prev {
	right: 30px;
}
.popular-right-side .products-slider button.slick-next {
	right: 0;
}
.popular-right-side .products-slider button::before {
	color: #000;
}
.popular-right-side .prod_item {
	margin: 0 0 50px 0;
}

.popular-title {
    line-height: 54px;
    font-weight: 500;
    color: #5B5B5B;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    letter-spacing: 0;
}
/* 
#popular .popular-right-side {
    width: 35%;
}

#popular .popular-right-side .popular-products-box {
    padding: 20px;
}

#popular .popular-right-side .popular-products-box .popular-products-img{
    margin: 0 0 12px 0;
}

#popular .popular-right-side .popular-products-box .popular-products-box-title{
    font: 600 16px/18px 'Poppins', sans-serif;
    color: #5B5B5B;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

#popular .popular-right-side .popular-products-box .popular-products-box-title{
    font: 600 16px/18px 'Poppins', sans-serif;
    color: #5B5B5B;
    text-transform: capitalize;
    margin: 0 0 5px 0;
} 

@media (max-width: 767px) {
    
    #popular .popular-right-side {
        width: 100%;
    }
}

*/


/* =========== BLOG ARTICLE =========== */
#blog-articles {
    margin: 0 0 40px 0;
}

#blog-articles .articles-section .blog-articles {
    display: flex;
    margin: 0 -15px;
}

#blog-articles .articles-section .blog-articles .articles-box-blog-content {
    border: 1px solid #E8E8E8;
    padding: 20px 8px 15px;
    margin: 0 0px 15px 0;
}

#blog-articles .articles-section .blog-articles .articles-box-img {
    margin: 0;
    vertical-align: top;
    display: inline-flex;
    position: relative;
    width: 100%;
    padding-top: 67.19%;
    background-color: #ddd;
    background-image: url("http://arteza.com/cdn/shop/files/logo_03ae0dab-1c91-4c60-beb5-290d3868fcb8.png?v=1672910871");
    background-position: center;
    background-size: min(70%, 200px);
    background-repeat: no-repeat;
}
#blog-articles .articles-section .blog-articles .articles-box-img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#blog-articles .articles-section .blog-articles .articles-box-bottom {
    padding: 0;
}

#popular .popular-left-side .articles-section .articles-box-img {
    margin: 10px 0 20px;
}

#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links .articles-box-category {
    margin: 0 0 20px 0;
}

#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links {
    margin: 0 0 12px 0;
}


#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-blog-title-and-date .articles-box-title {
    padding: 0 30px 0 0;
}

#blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-blog-title-and-date {
    margin: 0 0 10px 0;
    min-height: 86px;
}

#blog-articles .articles-section .blog-articles .articles-box {
    padding: 0 15px;
    margin: 0;
    width: 33.33%;
}

#blog-articles .articles-section .blog-articles .articles-box-bottom {
    justify-content: space-between;
}

@media (max-width: 1399px) {
    #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-blog-title-and-date {
        min-height: 104px;
    }
}

@media (max-width: 1199px) {
    #blog-articles .articles-section .blog-articles .articles-box:last-child {
        display: none;
    }

    #blog-articles .articles-section .blog-articles .articles-box {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #blog-articles .articles-section .blog-articles .articles-box:nth-child(2) {
        display: none;
    }

    #blog-articles .articles-section .blog-articles .articles-box {
        width:100%;
    }
    #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-blog-title-and-date {
        min-height: max-content;
    }
  #popular .popular-right-side{
      width: 100%;
      max-width: unset;
    }
}

@media (max-width: 480px) {
    #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links .articles-box-category {
        margin: 0 0 15px 0;
    }
    #blog-articles .articles-section .blog-articles .articles-box-blog-content .articles-box-links {
        margin: 0 0 5px 0;
    }
    #popular .popular-left-side .articles-section .articles-box-img {
        margin: 10px 0;
    }
}
.popular-right-side .products-slider button.slick-prev::before, .popular-right-side .products-slider button.slick-next::before{
	content:"";
    background-image: url("https://arteza.com/cdn/shop/files/arrow.png");
	width: 24px;
	height: 24px;
	display: inline-block;
}
.popular-right-side .products-slider button.slick-prev::before {
	transform: rotate(180deg);
}
#popular .popular-left-side.full_width{
  width: 100%;
}
.blog-products .prod_item{
  width: 100%;
  padding-top: 0px;
}
.collection_product_title {
	margin: -37px 0 15px 0;
}
.blog-products-wrapper .collection_product_title a {
	text-decoration: none;
	border-bottom: 1px solid #5b5b5b;
	text-transform: capitalize;
	font: 400 16px/18px Poppins,sans-serif;
    letter-spacing:0;
}
.js-blog-action {
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    position: relative;
}
[data-action="read_time"] .tooltip {
  display: none;
}
[data-action="read_time"]:hover .tooltip {
  position: absolute;
  top: -2px;
  left: 25px;
  display: block;
  width: max-content;
  height: auto;
  background: whitesmoke;
  padding: 5px 10px;
}
@media only screen and (max-width: 1299px) and (min-width: 768px){
  .blog-products-wrapper .collection_product_title a{
    font-size: 14px;
  }
}
/* =========== BLOG ARTICLE =========== */
/* #gallery {
    margin: 0 0 40px 0;
}
#gallery .gallery-img {
	position: relative;
	display: inline-block;
}
#gallery .gallery-img img{
    display: inline-block;
}
#gallery .gallery-img .gallery-insta-info {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 0;
	background: #EDF2F2;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
#gallery .gallery-img .gallery-insta-info .insta-icon {
	display: inline-flex;
}
#gallery .gallery-img .gallery-insta-info span {
	font: 300 16px/18px 'Poppins', sans-serif;
	color: #5B5B5B;
} */