/*Single blog post Select Category section*/

/*Arrow in the dropdown*/
#categories-3::after{
content: "\2193";
    display: block;
    position: absolute;
    right: 28px;
    top: 38px
}
/*media query for the arrow*/
@media only screen and (max-width: 881px) and (min-width: 768px)  {
	#categories-3::after{
	top:86px;
	}	
}
/*width of the form*/
.postform{
	min-width:unset;
}
/*Single blog post Select Category section END*/
.archive-item .left-item .post-thumbnail img {
  height: 360px !important;
  object-fit: cover !important;
  object-position: top !important;
  margin-bottom: 24px !important;
}
.single-post article ul li {
  font-size: 14px;
}
/*Meeting Banner Single Post*/
.meeting-post-banner {
  background: #4b2da5;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  display: inline-flex;
  flex-direction: row;
  margin: 20px 0px;
}

.meeting-post-banner img {
  flex: 1 1 0;
  width: 50%;
  height: auto;
}

.meeting-post-banner-content {
  flex: 1 1 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 36px;
  padding-bottom: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  color: #fff;
}

.meeting-post-banner-content span {
  color: white;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  word-wrap: break-word;
}

.meeting-post-banner-content p {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  word-wrap: break-word;
  padding-bottom: 10px !important;
}

.meeting-banner-button {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
  background: #fff;
  text-decoration: none !important;
  padding: 7px 20px;
}

@media only screen and (max-width: 768px) {
  .meeting-post-banner {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .meeting-post-banner-content {
    padding-bottom: 0px !important;
  }

  .meeting-post-banner img {
    height: 100%;
    width: 100%;
  }
}
.our-pdt .row,
.our-brand .row,
.our-blog .row {
    margin-left: unset;
    margin-right: unset;
}

.mob-menu {
    background-color: #FFFFFF;
}

@media (max-width: 992px) {
    #category-dropdown {
        width: 100%;
        height: 100%;
        margin-left: unset;
    }

    .category-dropdown ul {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        overflow-x: auto;
        scrollbar-color: #4B2DA5 white;
        scrollbar-width: thin;
        height: 327px;
    }

    .mob-menu-blog-categories {
        display: flex !important;
        justify-content: flex-start;
        background: #F5F8FF;
        display: flex;
        padding: var(--Spacing-1-5, 6px) var(--Spacing-5, 20px);
        align-items: center;
        gap: var(--Spacing-3, 12px);
        margin-bottom: 1em;
    }

    .mob-menu-blog-categories .row {
        gap: 1em;
        margin: unset;
    }

    #first-row-blog {
        display: none;
    }

    #category-dropdown81 ul {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
}

.mob-menu-blog-categories .row svg {
    cursor: pointer;
}

.mob-menu-blog-categories {
    display: none;
}

a#openCategoriesModal {
    cursor: pointer;
}

.rigth-category-name {
    display: flex;
    gap: 1em;
}

.rigth-category-name p {
    margin-bottom: 0;
}

.checked-category {
    background-color: #fff4ee;
}

.category_checked a {
    color: #E4A680;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    background: #fff4ee;
    border-radius: 100px;
    padding: var(--Spacing-1, 4px) var(--Spacing-2, 8px);
}

#labels-modal-blog {
    justify-content: space-between;
    padding: 0.5em 1em;
    align-items: center;
    padding: 0 2em;
    border-bottom: 1px solid #e1e7ef;
    width: auto;
    flex-direction: row;
    flex-wrap: nowrap;
	width:100%;
}

#blog-baner-text {
    display: flex;
    align-items: center;
}
#blog-baner-text .card1.post-topcolumn{
	padding-top: 1em !important;
}
.post-topcolumn .card-body .archive-meta p a {

    font-weight: 400;
}

.blog-fluid {
    max-width: unset;
    width: auto;
}

.blog-fluid .row {
    margin-right: unset;
    margin-left: unset;
    margin-bottom: unset;
    padding-bottom: 1em;
}

#right-sidebar h3 {
    font-size: 32px;
    color: #4b2da5;
	margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

#right-sidebar {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-left: 1.5em;
}

#left-sidebar button {
    color: #4b2da5;
    background-color: white;
    border: 1px solid #4b2da5;
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}

.category-sidebar {
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e7ef;
    align-items: center;
    padding-bottom: 16px !important;
}

.articles-div {
    display: flex;
    justify-content: space-between;
}

.block-fluid .post-topcolumnimg img {
    height: unset !important;
	object-fit:contain;
}

@media screen and (min-width: 768px) {	
    .post-column img {
        height: 284px;
        object-fit: cover;
    }
	
    .archive.category .post-column img,
	.page-template-beauty-business .post-column img{
        object-fit: cover;
    }
}

.baner-blog {
    margin: 0 3.5em;
    margin-top: 2.5em !important;
}

.articles-div #block-8,
.articles-div .row-main-blogs {
    padding-top: 25px;
    height: auto;
    display: flex;
    align-content: flex-start;

}

#categories-label-blog {
    color: #E4A680;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 1em;
}

.articles-div .category-group ul,
.category-group ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.page-template-beauty-business #sort-dropdown,
.archive #sort-dropdown{
    line-height: 26px !important;
    border: 1px solid #e4a680 !important;
    appearance: none !important;
    float: right;
    padding: 10px 3em 10px 10px !important;
    width: auto !important;
    color: black !important;
    font-size: 16px !important;
    -moz-appearance: none !important;
    background: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.41 0.590088L6 5.17009L10.59 0.590088L12 2.00009L6 8.00009L0 2.00009L1.41 0.590088Z" fill="black"/></svg>') no-repeat right 10px center;
	height:unset !important;
}

.articles-div .category-group li,
.category-group li {
    color: #9fadbf;
    padding: var(--Spacing-1-5, 6px) var(--Spacing-2, 8px);
}

.articles-div .category-group a,
.articles-div .category-group a:hover,
.category-group a,
.category-group a:hover {
    color: black;
    text-decoration: none;
}

.category-lettter {
    color: #472b9d;
    border-bottom: 1px solid #f6f6f6;
    margin: 0;
    padding: 6px var(--Spacing-2, 8px);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.category-group a {
    gap: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-group .category-count {
    color: silver;
}

.post_category a:hover {
    color: #1E1E1E;
}

.search-container div {
    padding-left: 1em;
}
.search-container-modal {
    margin: 1em !important;
}
.search-container {
    border-radius: var(--Corner-radius-none, 0px);
	display: flex;
    align-items: center;
    background-color: white;
    gap: 1em;
    padding: 8px 0;
    border-radius: 5px;
    margin: 1em 0;
	background: #F5F8FF;
}

.modal-content .category_checked {
    margin: 0em 1em 1em !important;
}

.search-container .search-icon {
    color: #654bb2;
    margin-right: 10px;
}

.search-container .search-input {
   border: none !important;
    outline: none;
    background: transparent;
    overflow: hidden !important;
    color: #4B2DA5 !important;
    text-overflow: ellipsis;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 200 !important;
    line-height: 24px !important;
	height:unset !important;
	padding: 1px 2px !important;
}

.search-container .search-input::placeholder {
    color: #4B2DA5;
}

#search-image-categories {
    width: 25px;
    height: auto;
}

#right-sidebar button {
    color: #4b2da5;
    background-color: white;
    border: 1px solid #4b2da5;
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}

.right-sidebar {
    width: 100% !important;
}

.archive.category .card1.post-column.col-12.col-md-4 .card-body:nth-of-type(2),
.page-template-beauty-business .card1.post-column.col-12.col-md-4 .card-body:nth-of-type(2){
    display: flex;
	row-gap:1em;
	flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-start;
	padding: 0 !important;
}

.row-main-blogs .post-column .card-body div.post_category {
    padding-top: unset;
    text-align: unset !important;
}

.next-button,
.previous-button {
    line-height: normal;
    font-size: 18px !important;
    color: #4B2DA5;
    margin-bottom: 0;
}

.page-numbers.disabled .previous-button,
.page-numbers.disabled .next-icon,
.page-numbers.disabled .next-button,
.page-numbers.disabled svg {
    color: #4B2DA5 !important;
    opacity: 0.4;
}

.main-pagination .page-numbers {
    position: relative;
    margin-left: -1px;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex !important;
    padding: var(--Spacing-2-5, 10px) var(--Spacing-5, 20px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-2, 8px);
}

.main-pagination .page-numbers.dots {
    padding-top: 0;
    font-weight: 600;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
}

#pagination-blog,
#pagination-category {
    padding-bottom: 40px;
    margin-bottom: 0;
    padding-top: 24px;
}

.card-body {
    line-height: 1;
}

.main-pagination .next.page-numbers,
.main-pagination .prev.page-numbers {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.main-pagination .next.page-numbers .next-icon,
.main-pagination .prev.page-numbers .next-icon {
    margin-bottom: 0;
}

.post-column .card-body .archive-meta p,
.post-column .card-body .archive-meta p a {
    margin-bottom: 0.5em;
}

.articles-div .row-main-blogs {
    padding-top: 0;
    padding-right: 0.8em !important;
}

.articles-div .row-main-blogs .post-column {
    padding-left: 0.8em;
    padding-right: 0;
}

@media (max-width: 767px) {
	.archive.category .post-topcolumn .card-body h5.card-title a,
	.page-template-beauty-business .post-topcolumn .card-body h5.card-title a{
        font-size: 24px;
        line-height: normal;
    }
	.page-template-beauty-business .post-topcolumnimg img,
	.archive.category .post-topcolumnimg img {
		object-fit:cover;
	}
	 .col-md-12.text-center .main-pagination .page-numbers.dots {
        padding-top: 0 !important;
    }
	.col-md-12.text-center .main-pagination .page-numbers{
		padding: 0.7rem;
        max-width: 1.9em;
	}
	
    .blog-fluid .articles-div .list-items {
        width: 100% !important;
    }

    .blog-fluid .card-body .post_category a:nth-child(2) {
        position: unset;
    }

    .next-button,
    .previous-button {
        display: none;
    }

    .articles-div #menu-1 {
        display: none;
    }

    #right-sidebar button {
        display: flex;
    }

    .baner-blog {
        margin: 0 auto;
		margin-top:0 !important;
    }
	.baner-blog .col-md-6{
		padding: var(--Spacing-5, 20px) var(--Spacing-5, 20px) 0 var(--Spacing-5, 20px);
	}

    #sort-posts-form {
        display: none;
    }


    .articles-div {
        flex-direction: column;
    }

    .articles-div .col-md-3 {
        display: none;
    }

    #right-sidebar {
        justify-content: space-between;
        width: 60%;
        align-items: flex-start;
        align-content: flex-start;
    }

    #left-sidebar {
        display: flex;
        width: 40%;
        justify-content: flex-end;
    }

    #left-sidebar button {
        display: block;
    }

    .category-sidebar {
        align-items: self-start;
    }

    #right-sidebar h3 {
        font-size: 24px;
		margin-bottom:0;
		line-height: unset;
    }

    .articles-div .col-md-9 {
        width: 100% !important;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    overflow: auto;
}


.page-template-beauty-business .modal-content,
.archive .modal-content{
    background-color: #fefefe;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


.page-template-beauty-business .close,
.archive .close {
    color: #A0AEC0;
    position: absolute;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#buttons-modal-blog {
    right: 0;
    position: sticky;
    bottom: 0;
    display: flex;
    padding: 1em;
    width: 100%;
    left: 0;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #e1e7ef;
    gap: 0.5em;
    justify-content: center;
}

#buttons-modal-blog #clear-blog-modal,
#buttons-modal-blog #clear-blog-modal-2 {
	display: flex;
    height: 40px;
    padding: 0px var(--Spacing-4, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-2, 8px);
    flex: 1 0 0;
    font-size: 14px;
    background-color: white;
    border: 1px solid #4b2da5;
    color: #4b2da5;
    font-weight: 600;
    width: 45%;
    line-height: normal;
}
#buttons-modal-blog #clear-blog-modal-2{
	flex:unset;
}
.archive .modal-content,
.page-template-beauty-business .modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
}
#buttons-modal-blog #show-blog-modal {
	display: flex;
    height: 40px;
    padding: 0px var(--Spacing-4, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-2, 8px);
    flex: 1 0 0%;
    background-color: #4b2da5;
    border: unset;
    color: #fff;
    font-weight: 400;
    width: 45%;
    font-size: 14px;
}

.category-list-modal {
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 1em;
	padding-right:1em;
}
.category-list-modal::-webkit-scrollbar {
  	width: 8px;
}

 .category-list-modal::-webkit-scrollbar-track {
  background-color:#F5F8FF;
  border-radius: 100px;
}

 .category-list-modal::-webkit-scrollbar-thumb {
  background-color: #4B2DA5;
  border-radius: 100px;
}

#openModalBtn {
    display: flex;
    padding: var(--Spacing-2, 8px) var(--Spacing-3, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-2, 8px);
    border-radius: var(--Corner-radius-none, 0px);
    border: 1px solid #4B2DA5;
}

#load-less-categories {
    display: none;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-2, 8px);
    border-radius: var(--Corner-radius-base, 4px);
}

#load-more-categories {
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-2, 8px);
    border-radius: var(--Corner-radius-base, 4px);
}

.load-more {
    padding: 0.8em 0;
}

.load-more button {
    background: white;
    color: #4B2DA5;
    border: unset;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-2, 8px);
}

.rigth-category-name {
    display: flex;
    gap: 0.5em;
	align-items: center;
}

.categories-list {
    overflow-x: auto;
}

.modal-content #category_checked {
    margin: 1em 0;
}

.post-topcolumn .card-body a.card-link {
    text-decoration: underline;
}

.archive #woofc-count,
.page-template-beauty-business #woofc-count {
    bottom: 85px;
}

@media (min-width: 768px) {
	.page-template-beauty-business .card1.post-column.col-12.col-md-4 .card-body:nth-of-type(1),
	.archive.category .card1.post-column.col-12.col-md-4 .card-body:nth-of-type(1){
		margin-bottom:0;
	}
   	.page-template-beauty-business .card1.post-column.col-12.col-md-4 .card-body:nth-of-type(2),
	.archive.category .card1.post-column.col-12.col-md-4 .card-body:nth-of-type(2){
        position: absolute;
        bottom: 0;
        max-width: calc(100% - 30px);
        width: 100%;
		min-height: 3em;
		padding-top:0.5em !important;
    }
}

@media (max-width:600px) {

    #image-div-about,
    #second-div-about {
        padding: unset;
    }

    #metting-about-img {
        height: 432px;
        width: auto !important;
    }

    #second-div-about {
        display: flex;
        justify-content: center;
    }
}

.header-main .info-text {
    justify-content: space-between;
}

.header-main .header-link a:hover {
    color: #007bff;
    text-decoration: none;
}

.header-main .header-link a {
    color: white;
    text-decoration: none;
}
.hidden-important {
    display: none !important;
}

.fixed-header {
    position: fixed;
    top: 0;
}

.post-column img {
    width: 100%;
    max-width: 100%;
}

.post-column .card-body .card-title a {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #4B2DA5;
}

.post-column .card-body .card-title a:hover,
.post-column .card-body .archive-meta p a:hover,
.post-topcolumn .card-body h5.card-title a:hover,
.post-topcolumn .card-body .archive-meta p a:hover {
    text-decoration: none;
}

.post-column .card-body .archive-meta p,
.post-column .card-body .archive-meta p a {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.post-topcolumnimg img {
    width: 100%;
    height: auto;
    max-width: 100%;
	object-fit:cover;
}

.post-topcolumn .card-body h5.card-title a {
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    color: #E4A680;
}

.post-topcolumn .card-body .archive-meta p a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #1E1E1E;
}

.post-topcolumn .card-body a.card-link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #4B2DA5;
    display: inline-flex;
    align-items: center;
}

.post-topcolumn .card-body a.card-link span {
    width: 40px;
    height: 1px;
    background-color: #4B2DA5;
    margin-right: 10px;
}

.archive.category .post-column,
.page-template-beauty-business .post-column{
    padding-bottom: 30px;
	padding-top:20px;
}

.post-column .card-body a.read-more {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #4B2DA5;
    display: inline-flex;
    align-items: center;
}

.post-column .card-body a.read-more span {
    width: 40px;
    height: 1px;
    background-color: #4B2DA5;
    margin-right: 10px;
}

.post_category a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    background: #E4A680;
    border-radius: 100px;
    padding: var(--Spacing-1-5, 6px) var(--Spacing-5, 20px);
    text-wrap: nowrap;
    color: #1E1E1E;
}

.post_category a:hover {
    text-decoration: none;
    color: #ffffff;
}

.card-link+.card-link {
    margin-left: 0.25rem !important;
}

@media (max-width:767px){
	.page-template-beauty-business .post-column img,
	.archive.category .post-column img{
		height: 304px;
		object-fit:cover;
	}
}
@media (max-width:376px) {
	.page-template-beauty-business .card-title,
	.archive.category .card-title{
		margin-top: .75rem;
    	margin-bottom: 0;
	}
	.page-template-beauty-business .blog-fluid .articles-div .list-items,
	.archive.category .blog-fluid .articles-div .list-items{
		padding: var(--Spacing-5, 0px) var(--Spacing-5, 20px) var(--Spacing-10, 40px) var(--Spacing-5, 20px) !important;
	}
	.page-template-beauty-business .articles-div .row-main-blogs .post-column,
	.archive.category .articles-div .row-main-blogs .post-column{
		padding-left: 0;
    	padding-right: 0;
		padding-bottom:6px;
	}
}
/* author css */
.section-author {
    max-width: 1320px;
    margin: 0px auto;
}

.author-container {
    position: relative;
    padding-top: 32px;
    padding-bottom: 80px;

    display: flex;
    flex-flow: row;
    gap: 48px;
}

.section-author .pagination-links {
    padding: 50px 0;
}

.block-flex {
    max-width: 50%;
    display: flex;
    flex-flow: column;
    gap: 12px;
}

.span-breadcrumbs {
    font-size: 14px;
    font-family: Lato;
}

.span-breadcrumbs a {
    color: #212529;
}

.section-author.container-padding {
    margin-top: 60px;
}

.author-post-title {
    color: #081228;
    font-family: syn;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 150% */
    text-transform: uppercase;
}

.author-post-desc {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.author-post-info {
    color: #081228;
    font-family: var(--font-family-lato);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 185.714% */
    text-transform: uppercase;
}

.block-flex a.card-link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #4B2DA5;
    display: inline-flex;
    align-items: center;
}

.block-flex a.card-link span {
    width: 40px;
    height: 1px;
    background-color: #4B2DA5;
    margin-right: 10px;
}

.author-post-info ul {
    list-style: disc;
    padding-left: 40px;
    text-transform: none !important;
}

.author-post-info ul li {
    text-transform: none !important;
    color: #081228;
    font-weight: 500 !important;
}

.author-span {
    color: #E4A680;
    padding-top: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
    text-transform: uppercase;
}

.author-post-title {
    color: #4B2DA5;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.author-link {
    max-width: 246px;
}

.author-image-container {
    position: absolute;
    right: 0;
}

.author-image {
    position: relative;
    top: -32px;
    width: 500px;
    height: 500px;
}

.authors-heading {
    color: #4B2DA5;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.author-site {
    padding-top: 40px;
    margin-top: 40px;
}

.authorloop-container {
    padding-top: 20px;
}

.row.sort {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

#sort-order {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #E4A680;
}

#sort-order option {
    overflow: hidden;
    color: #1E1E1E;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sort-dropdown {
    width: 312px;
    position: relative;
    display: inline-block;
}

.sort-dropdown::after {
    content: "\f078";
    font-family: FontAwesome;
    font-display: swap;
    font-size: 12px;
    margin-right: 12px;
    position: absolute;
    right: 0;
    top: 14px;
}

#buttons-category .buttons-row button {
    background: transparent;
    border: unset;
}

#buttons-category .buttons-row {
    display: flex;
    border-right: 1px solid #F6F6F6;

    justify-content: space-between;
    display: flex;
    height: 40px;
    padding: 0px var(--Spacing-4, 16px);
    align-items: center;
    gap: var(--Spacing-2, 8px);
    align-self: stretch;
    cursor: pointer;
}

#buttons-category .checked {
    background: #F5F8FF;
}


.category-dropdown {
    flex-direction: column;
}

.category-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
    margin-left: -20px;
    padding: 1em;
}

.category-dropdown li {
    margin-left: 0 !important;
    text-transform: capitalize;
    height: 36px;
    display: flex;
    min-width: 200px;
    padding: 6px var(--Spacing-2, 8px);
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.category-dropdown ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.category-dropdown li:hover {
    background: unset;
}

.category-dropdown li a {
    font-size: 14px !important;
    line-height: 19px !important;
    font-family: os;
    font-weight: 400;
    text-decoration: none;
    color: #1e1e1e !important;
    letter-spacing: unset !important;
    text-transform: none !important;
    padding: 0;
}

.toggle-blog-categories {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    background: none;
    height: 30px !important;
    margin-top: -25px !important;
    margin-left: 5px !important;
}

.toggle-blog-categories:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: #1E1E1E;
    height: 20px;
}

.toggle-blog-categories:focus {
    outline: none !important;
}

@media (min-width: 768px) {
    .blog-btn-hide-desktop {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .category-dropdown {
        padding-top: 10px;
    }

    .category-dropdown ul {
        padding-top: 10px;
    }

    .category-dropdown li {
        height: 26px;
    }
}

#blog-visist-us-link {
    color: #4B2DA5;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    padding: 0.5em 0 1em 0.5em !important;
}

#blog-visist-us-link:hover {
    text-decoration: none;
}

#category-dropdown81 {
    width: 100%;
    margin-left: unset;
    left: 0;
    height: 100%;
    overflow-x: auto;
    scrollbar-color: #4B2DA5 white;
    scrollbar-width: thin;
}

#category-dropdown81 ul {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
}

#category-dropdown81 .category-letter p {
    margin-bottom: 0;
    padding: 6px var(--Spacing-2, 8px);
    border-bottom: 1px solid #F6F6F6;
    color: #4B2DA5;
}

.category-dropdown,
.brand-menu,
.cat-menu {
    /*         display: none; */
}

#category-dropdown {
    margin-left: 45%;
}

#first-row-blog {
    background: #F5F8FF;
    justify-content: space-between;
    display: flex;
    padding: var(--Spacing-2, 8px) var(--Spacing-6, 24px);
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

#first-row-blog label {
    padding-left: 0.5em;
}

#first-row-blog .row {
    margin: unset;
}

#first-row-blog #close {
    cursor: pointer;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .row-main-blogs .post-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.page-template-beauty-business .pagination svg,
.archive .pagination svg{
	vertical-align:unset;
}

.main-pagination .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1E1E1E;
    text-decoration: none;
}

.main-pagination .page-numbers.current {
    color: #4B2DA5;
}
.rigth-category-name p{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #1E1E1E;
}

