@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
  font-size: 15px;
  font-weight: 400;  
  font-family: "Poppins", sans-serif;
}
.topBar {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #e9118f;
}
.topTxt p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}
.flagsBox ul {
    margin: 0;
    padding: 0;
    grid-gap: 2%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flagsBox ul li {
    display: block;
}
.flagsBox ul li img {
    width: 46px;
    max-width: 100%;
    border-radius: 5px;
    border: 6px solid rgb(255 255 255 / 30%);
}
.topLeft {
    display: flex;
    align-items: center;
}
.headerBox {
    float: left;
    width: 100%;
    padding: 10px 0 60px;
    background: #f260b5;
}
.bg-pink img {
    width: 175px;
    max-width: 100%;
}
.bg-pink #navbarCollapse {
    flex-grow: 0;
}
.bg-pink #navbarCollapse .nav-link {
    color: #fff;
    position: relative;
}
.bg-pink #navbarCollapse .nav-link:hover {
    color: #ffde01;
}
.bg-pink #navbarCollapse .nav-link:before {
    content: ": :";
    margin-right: 25px;
}
.bg-pink #navbarCollapse ul li:first-child .nav-link:before {
    content: "";
    margin-right: 0;
}
.event_link {
    color: #fff;
    position: relative;
    border-radius: 5px;
    text-decoration: none;
    border: 3px solid #ffc801;
    padding: 5px 20px !important;
    background: linear-gradient(to right, #ffaf4b 0%, #ff920a 100%);
}

/* Popup box BEGIN */

.borderClass {
    border: 1px solid #9a9696!important;
}
.pop_content{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    overflow-y: scroll;
}
.pop_content .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.pop_content > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 760px;
    min-height: 460px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    /*padding: 15px 5%;*/
    margin-top: 70px;
}
.poplogo { height: 60px; }
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}

.pop-logo p{
    font-weight: 700;
    font-size: 14px;
}
.copy h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.copy h3 a {
    color: #0094f1;
}
.copy p{
    padding: 0px 40px 20px 40px;
    text-transform: uppercase;
}
.copy h3 a:hover {
    color: #000;
}
.getDealBox {
    margin-bottom: 15px;
}
.linktoStore {
    margin-top: 10px;
    margin-bottom: 20px;
}
.linktoStore a {
    font-size: 15px;
    color: #5eb8d7;
}
.linktoStore a:hover {
    color: #000;
}
.subscribe_txt {
    margin-bottom: 5px;
}
.subscribe_txt p{
    padding: 10px 40px;
}

.pop_footer input[type="email"] {
    padding: 15px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 68%;
}

.storeD_logo span.sname_logo {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
    display: table;
}
.pop_footer input[type="submit"] {
    padding: 15px;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background: #000;
}
.pop_footer input[type="submit"]:hover {
    background: #f79800;
}
.pcode {
    font-size: 15px;
    border-radius: 5px;
    padding: 15px 0;
    display: table;
    background: #f5f5f5;
    margin-bottom: 12px!important;
    border: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
}
.copy button {
    font-size: 15px;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 7px;
    background: #f57f25;
    cursor: pointer;
}

/* Popup box End */

.pop_trigger{
    cursor: pointer;    
}

.searchArea {
    float: left;
    width: 100%;
    position: relative;
}
.searchBox {
    left: 0;
    right: 0;
    top: -30px;
    width: 80%;
    z-index: 999;
    padding: 10px;
    margin: 0 auto;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 8px rgb(255 255 255 / 40%);
}
.searchBox form {
    float: left;
    width: 100%;
    display: flex;
}
.searchBox form input[type="text"] {
    width: 100%;
    height: 50px;
    color: #e9118f;
    padding: 0 10px;
    border-right: 0 !important;
    border-radius: 5px 0 0 5px;
    border: 2px solid #e9118f;
}
.searchBox form input[type="text"]:focus {
    outline: none;
}
.searchBox form input[type="text"]::placeholder {
  color: #e9118f;
  opacity: 1; /* Firefox */
}

.searchBox form input[type="text"]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #e9118f;
}
.searchBox form button {
    width: 50px;
    color: #fff;
    font-size: 22px;
    border: 2px solid #e9118f;
    background: linear-gradient(to right, #e9118f 0%, #f260b5 100%);
}
.searchBox form button:hover {
    background: linear-gradient(to right,  #f260b5 0%,#e9118f 100%);
}
.homeSlider {
    float: left;
    width: 100%;
}
.carousel-item img {
    border-radius: 0 0 10px 10px;
}
section {
    float: left;
    width: 100%;
}
.heading_sec {
    float: left;
    width: 100%;
    margin: 50px 0 35px;
}
.heading_sec h2 {
    color: #565656;
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #cbcbcb;
}
.heading_sec h2 span {
    color: #e9118f;
    padding-bottom: 13px;
    border-bottom: 3px solid #e9118f;
}
.hst_logoBox {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}
.hst_logoBox a {
    text-decoration: none;
}
.hst_logoBox img {
    width: 100%;
    padding: 20px;
}
.hst_logoBox p {
    font-size: 13px;
    color: #838080;
    padding: 7px 0;
    margin-bottom: 0;
    background: #e9e9e9;
    transition: .5s all;
}
.hst_logoBox:hover p {
    color: #fff;
    background: #e9118f;
    transition: .5s all;
}
.cash_back_sec .heading_sec {
    margin-top: 20px;
}
.cbBox {
    box-shadow: 0 0 0;
    transition: .5s all;
    border: 2px dashed #d2d2d2;
}
.cbBox p {
    color: #fff;
    background: #e9118f;
}
.cbBox:hover p {
    color: #fff;
    background: #605f60;
}
.popular_posts_sec .heading_sec {
    margin-top: 20px;
}
.hp_PostBox {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 85px;
}
.hp_imgbox {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.hp_imgbox img {
    width: 100%;
    transition: .5s all;
    transform: scale(1);
}
.hp_PostBox:hover .hp_imgbox img {
    width: 100%;
    transition: .5s all;
    border-radius: 10px;
    transform: scale(1.1);
}
.hp_detailBox {
    left: 0;
    right: 0;
    width: 90%;
    bottom: -45px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    transition: .5s all;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}
.hp_PostBox:hover .hp_detailBox {
    background: #9c78b7;
    transition: .5s all;
}
.catBox {
    float: left;
    width: 100%;
}
.catBox a {
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    background: #9c78b7;
    transition: .5s all;
    display: inline-block;
    text-decoration: none;
    border-radius: 0 100px 100px 0;
}
.hp_PostBox:hover .catBox a {
    color: #9c78b7;
    background: #fff;
    transition: .5s all;
}
.hp_title {
    float: left;
    width: 100%;
    height: 45px;
    display: flex;
    margin: 20px 0;
    padding: 0 15px;
    align-items: center;
}
.hp_title h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.hp_title h3 a {
    color: #000;
    transition: .5s all;
    text-decoration: none;
}
.hp_PostBox:hover .hp_title h3 a {
    color: #fff;
    transition: .5s all;
}


#button {
    display: inline-block;
    background-color: #003366;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
      content: "\2039";
      font-style: normal;
      font-size: 3em;
      line-height: 50px;
      color: #fff;
      transform: rotate(90deg);
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 6px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
      opacity: 1;
      visibility: visible;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #button img {
      display: none;
  }
  
.post_link {
    float: left;
    width: 100%;
    text-align: right;
}
.post_link a {
    color: #fff;
    padding: 5px 15px;
    background: #9c78b7;
    transition: .5s all;
    display: inline-block;
    text-decoration: none;
    border-radius: 100px 0 0 100px;
}
.hp_PostBox:hover .post_link a {
    color: #9c78b7;
    background: #fff;
    transition: .5s all;
}
.post_grid > div:nth-child(even) .catBox a {
    background: #f260b5;
}
.post_grid > div:nth-child(even) .post_link a {
    background: #f260b5;
}
.post_grid > div:nth-child(even) .hp_PostBox:hover .hp_detailBox {
    background: #f260b5;
    transition: .5s all;
}
.post_grid > div:nth-child(even) .hp_PostBox:hover .catBox a {
    color: #f260b5;
    background: #fff;
    transition: .5s all;
}
.post_grid > div:nth-child(even) .hp_PostBox:hover .hp_title h3 a {
    color: #fff;
    transition: .5s all;
}
.post_grid > div:nth-child(even) .hp_PostBox:hover .post_link a {
    color: #f260b5;
    background: #fff;
    transition: .5s all;
}
.hp_coupons_sec .heading_sec {
    margin-top: 20px;
}
.hp_cpBox {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 30px;
    transition: .5s all;
    border: 3px dashed #d5c3e2;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.hp_cpBox:hover {
    transition: .5s all;
    border: 3px dashed #f260b5;
}
.hp_cpImg {
    padding: 30px 50px;
}
.hp_cpImg img {
    max-width: 100%;
    border-radius: 15px;
    border: 5px solid rgb(0 0 0 / 10%);
}
.hp_cp_detail {
    float: left;
    width: 100%;
    padding: 30px;
    background: #f5e6f9;
    transition: .5s all;
}
.hp_cpBox:hover .hp_cp_detail {
    background: #fff;
    transition: .5s all;
}
.hp_cp_title {
    margin-bottom: 20px;
}
.hp_cp_title h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    color: #f260b5;
    text-decoration: none;
}
.hp_cp_title h3 a {
    color: #f260b5;
    text-decoration: none;
}
.hp_cp_date {
    font-size: 13px;
    color: #bababa;
}
.hp_cpBtn {
    float: left;
    width: 100%;
}
.hp_cpBtn {
    float: left;
    width: 100%;
    position: relative;
}
.hp_cpBtn span {
    float: left;
    width: 100%;
    color: #fff;
    z-index: 10;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 500;
    position: relative;
    background: #d79ce8;
    transition: .5s all;
    text-transform: uppercase;
}
.hp_cpBox:hover .hp_cpBtn span {
    background: #f260b5;
    transition: .5s all;
}
.hp_cpBtn span:last-child {
    top: 0;
    left: 0;
    z-index: 5;
    position: absolute;
}
footer {
    float: left;
    width: 100%;
    margin-top: 150px;
    position: relative;
    background: #682a77;
}
.newsletterBox {
    float: left;
    width: 100%;
    padding: 30px;
    margin-top: -110px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 30%);
}
.newsletterTop {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 35px;
    justify-content: space-between;
}
.newsletter_heading h3 {
    font-size: 30px;
    color: #505050;
    font-weight: 600;
}
.newsletter_heading p {
    color: #505050;
    margin-bottom: 0;
}
.newsletter_social ul {
    gap: 10px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}
.newsletter_social li {
    display: block;
}
.newsletter_social a {
    width: 40px;
    height: 40px;
    color: #898989;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #e4e4e4;
    border-radius: 100px;
    transition: .5s all;
}
.newsletter_social a:hover {
    color: #fff;
    background: #682a77;
}
.newsletter_field form {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.newsletter_field input[type="email"] {
    float: left;
    width: 100%;
    height: 60px;
    color: #d79ce8;
    font-size: 15px;
    padding: 0 20px;
    border-right: none !important;
    border-radius: 100px 0 0 100px;
    border: 5px solid rgb(0 0 0 / 10%);
}
.newsletter_field input[type="email"]:focus {
    outline: none;
}
.newsletter_field input[type="email"]::placeholder {
  color: #d79ce8;
  opacity: 1; /* Firefox */
}
.newsletter_field input[type="email"]::-ms-input-placeholder { /* Edge 12-18 */
  color: #d79ce8;
}
.newsletter_field button {
    width: 15%;
    color: #fff;
    background: #e9118f;
    border-left: none !important;
    border-radius: 0 100px 100px 0;
    border: 5px solid rgb(0 0 0 / 5%);
}
.footer_top {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.ft_txt img {
    width: 180px;
    margin-bottom: 10px;
}
.ft_txt p {
    color: #fff;
    margin-bottom: 0;
}
.footer_links h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}
.footer_links ul {
    margin: 0;
    padding: 0;
}
.footer_links ul li {
    display: block;
    margin-bottom: 5px;
}
.footer_links ul li:last-child {
    margin-bottom: 0;
}
.footer_links ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: 0;
    transition: .5s all;
}
.footer_links ul li a:hover {
    color: #e9118f;
    transition: .5s all;
}
.footer_links ul li a i {
    color: #e9118f;
    margin-right: 5px;
}
.copytxt {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 10px;
    background: #9c78b7;
}
#main-content {
    float: left;
    width: 100%;
}
.content-area {
    float: left;
    width: 100%;
}
.page-title .main-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.page-title .main-top .overlay-top-header {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}
.page-title .main-top .content {
    padding-top: 110px;
    padding-bottom: 110px;
    text-align: center;
}
.page-title .main-top .content h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 6px;
}
.site-content {
    padding-top: 35px;
    padding-bottom: 5px;
}
.site-content .site-main {
    margin-bottom: 80px;
}
.bl-author-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 15px;
}
.widget-sidebar {
    width: 300px;
    margin-top: -85px;
    position: relative;
}
.personal-info-author {
    border: 1px solid #f2f2f2;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 10;
}
.media-author {
    position: relative;
    margin-bottom: 24px;
}
.pic-author img {
    width: 100%;
}
.socials-author {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e9118f;
    text-align: center;
    padding: 7px 0;
}
.socials-author a {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    padding: 0 5px;
    margin: 0 10px;
}
.widget-sidebar .widget {
    margin-bottom: 40px;
}
.widget-sidebar .widget .widget-title {
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    padding-left: 15px;
    position: relative;
    margin-top: -6px;
    margin-bottom: 21px;
}
.widget-sidebar .widget .widget-title::before {
    content: "";
    display: block;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #9c78b7;
    position: absolute;
    top: 7px;
    left: 0;
}
.widget-sidebar .widget ul, li {
    margin-top: -5px;
    margin: 0px;
    padding: 0;
    list-style-type: none;
}
.widget-sidebar .widget ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
    padding-left: 17px;
    position: relative;
    transition: all 0.2s;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.widget-sidebar  .widget ul li::before {
    content: "\f231";
    font-family: bootstrap-icons !important;
    font-size: 12px;
    color: #c7c7c7;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 0.2s;
}
.widget-sidebar .widget ul li a {
    color: #6e6e6e;
    padding-right: 15px;
    text-decoration: none;
}
.widget-sidebar .widget ul li .count {
    position: absolute;
    right: 0;
    top: 0;
}
.detail-author {
    width: calc(100% - 300px - 40px);
}
.cpFilters {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.cpFilters ul {
    float: left;
    width: 100%;
    grid-gap: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cpFilters ul li {
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    background: #9c78b7;
    cursor: pointer;
}
.cpFilters ul li:hover {
    float: left;
    width: 100%;
    color: #767676;
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
    background: #e7e7e7;
    text-decoration: none;
}
.detail-author .field-detail:last-child {
    margin-bottom: -15px;
}
.detail-author .field-detail .content-field {
    padding-bottom: 15px;
}
.list-films {
    float: left;
    width: 100%;
}
.list-films .item-film {
    padding: 15px;
    border: 2px dashed #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.list-films .item-film .pic-film {
    align-self: flex-start;
    width: 100px;
}
.list-films .item-film .pic-film img {
    width: 100%;
    padding: 20px 5px;
    border: 2px dashed #e5e5e5;
}
.list-films .item-film .text-film {
    align-self: center;
    width: calc(100% - 100px - 20px);
    display: flex;
    align-items: center;
}
.list-films .item-film .text-film .film-info {
    flex-grow: 1;
    padding-right: 30px;
}
.list-films .item-film .text-film .film-info .title-film {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111111;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}
.list-films .item-film .text-film .film-info .title-film a {
    color: #111111;
    text-decoration: none;
}
.list-films .item-film .text-film .film-info .genre-film {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 4px;
}
.list-films .item-film .text-film .film-info .stars-film {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #111111;
}
.cp_btns {
    position: relative;
    width: calc(40% - 65px - 0px);
}
.cp_deal {
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    background: #9c78b7;
}
.cp_outer {
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    background: #9c78b7;
}
.cp_inner {
    float: left;
    width: 100%;
    padding: 8px 0;
    color: #9c78b7;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    border: 2px dashed #9c78b7;
}
.letters-toolbar {
    display: flex;
    padding: 5px 0px 5px 0px;
    margin: 0 0 30px;
    border-radius: 3px;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dfdfe0;
    justify-content: space-between;
}
.letters-toolbar .all-stores a {
    width: auto;
    padding: 0 12px;
}
.letters-toolbar span a {
    width: 40px;
    height: 24px;
    color: #314555;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.letters-toolbar span:hover a {
    color: #e9118f;
}
.letters-toolbar span + span a {
    border-left: 1px solid #eee;
}
.stores-cat {
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0 0 30px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #dfdfe0;
}
.stores-cat .stores-cat-header { 
    width: 100%;   
    margin: 0px;
    color: #e9118f;
    padding: 0 15px;
    line-height: 48px;
    display: inline-block;
    background-color: #f7f8f9;
}
.stores-cat-header a { 
    color: #e9118f;
    text-decoration: none;
    background-color: #f7f8f9;
}
.stores-cat ul {
    float: left;
    width: 100%;
    padding: 20px 15px;
}
.stores-cat li a {
    width: 100%;
    color: #777;
    line-height: 36px;
    display: inline-block;
    text-decoration: none;
}
.stores-cat li:hover a {
    color: #e9118f;
}
.widget-cat-sidebar {
    border: 15px solid #fff;
}
.bl-blog-detail {
    margin-bottom: 84px;
    width: calc(100% - 300px - 40px);
}
.bl-blog-detail .head-blog {
    text-align: left;
    overflow: hidden;
    margin-bottom: 30px;
}
.bl-blog-detail .head-blog .title-blog-detail {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #1e1e1e;
    word-break: break-word;
    margin-top: 0;
    margin-bottom:0;
}
.bl-blog-detail .media-blog-detail {
    display: inline-block;
    min-height: 84px;
    position: relative;
    margin-bottom: 35px;
}
.bl-blog-detail .media-blog-detail .pic img {
    max-width: 100%;
}
.bl-blog-detail .media-blog-detail .date {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}
.bl-blog-detail .media-blog-detail .date .number {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
}
.bl-blog-detail .text-blog-detail {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.bl-blog-detail .text-blog-detail .wrap-share-blog {
    width: 85px;
    min-height: 1px;
    margin-top: -4px;
    position: relative;
}
.bl-blog-detail .text-blog-detail .wrap-share-blog .share {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bl-blog-detail .text-blog-detail .wrap-share-blog .share .namefield {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #1e1e1e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.bl-blog-detail .text-blog-detail .wrap-share-blog .share .socials {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bl-blog-detail .text-blog-detail .wrap-share-blog .share .socials .item-social {
    font-size: 19px;
    line-height: 1;
    color: #bfbfbf;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    transition: all 0.2s;
}
.bl-blog-detail .text-blog-detail .wrap-share-blog .share .socials .item-social:hover {
    background: #e9118f;
    border-color: #e9118f;
    color: #fff;
}
.bl-blog-detail .text-blog-detail .content-blog {
    width: calc(100% - 85px - 20px);
    margin-top: -8px;
}
.bl-blog-detail .text-blog-detail .content-blog > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 27px;
}
.bl-blog-detail .text-blog-detail .content-blog > p img {
    display: block;
    margin: 36px auto;
}
.bl-blog-detail .text-blog-detail .content-blog > blockquote {
    font-family: "Time New Roman";
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 1.3;
    color: #1e1e1e;
    word-break: break-word;
    padding-left: 55px;
    position: relative;
    margin-bottom: 30px;
}
.bl-blog-detail .text-blog-detail .content-blog > blockquote::before {
    content: "‘‘";
    font-family: "Arial";
    font-style: normal;
    font-size: 120px;
    line-height: 1;
    color: #e9118f;
    position: absolute;
    top: -9px;
    left: -8px;
    letter-spacing: -8px;
}
.bl-blog-detail .text-blog-detail .content-blog .tags {
    font-size: 16px;
    line-height: 1.626;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 52px;
}
.bl-blog-detail .text-blog-detail .content-blog .tags .name-field {
    font-weight: 500;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-right: 15px;
}
.bl-blog-detail .text-blog-detail .content-blog .tags .tag-item {
    font-weight: 300;
    font-style: italic;
    color: #e9118f;
    margin-right: 10px;
    text-decoration: none;
}
.bl-blog-detail .text-blog-detail .content-blog .author-blog {
    padding: 40px 30px;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author {
    width: 147px;
    max-width: 100%;
}
.bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author .ava-author {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 19px;
}
.bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author .ava-author img {
    max-width: 100%;
    border-radius: 50%;
}
.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author {
    width: calc(100% - 147px - 27px);
}
.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author .name-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    margin-bottom: 3px;
}
.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author .name-author a {
    color: #1e1e1e;
    text-decoration: none;
}
.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author .content-author {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    word-break: break-word;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog {
    border: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    position: relative;
    margin-bottom: 52px;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog::before {
    content: "";
    order: 2;
    display: block;
    min-width: 1px;
    min-height: 1px;
    background: #e3e3e3;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item.prev-blog {
    order: 1;
    text-align: right;
    padding-left: 30px;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 33px 0;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-arrow {
    font-size: 35px;
    line-height: 1;
    color: #bfbfbf;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    transition: all 0.2s;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text {
    width: calc(100% - 56px);
    padding: 0 25px;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .name-navi {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #e9118f;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 16px;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .title-navi {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2px;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .title-navi a {
    color: #1e1e1e;
    text-decoration: none;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .title-navi a:hover {
    color: #e9118f;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .info-navi {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
}
.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item.next-blog {
    order: 3;
    padding-right: 30px;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area {
    margin-bottom: 11px;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comments-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list {
    width: 100%;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .avatar {
    width: 84px;
    display: block;
    margin-bottom: 32px;
    border-radius: 50%;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment {
    width: calc(100% - 84px - 30px);
    margin-top: -5px;
    margin-bottom: 32px;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author {
    position: relative;
    padding-right: 90px;
    margin-bottom: 16px;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author .author-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    display: block;
    margin-bottom: 3px;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author .comment-extra-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    display: block;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #e9118f;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a {
    color: #e9118f;
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 1px solid #e9118f;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .message {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .message p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin: 0;
}
.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .children {
    width: 100%;
    padding-left: calc(84px + 30px);
    border-top: 2px dotted #e5e5e5;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-reply-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
    margin-bottom: 33px;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-notes {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 22px;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .row {
    margin-right: -13px;
    margin-left: -13px;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .col, .bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta [class*=col-] {
    padding-right: 13px;
    padding-left: 13px;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-author, .bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-email {
    margin: 0;
    height: 50px;
    margin-bottom: 25px;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-author input, .bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-email input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0 18px;
    border: 1px solid #e5e5e5;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-author, .bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-email {
    margin: 0;
    height: 50px;
    margin-bottom: 25px;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-message .comment-form-comment {
    width: 100%;
    margin-bottom: 40px;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    display: block;
    width: 100%;
    min-height: 200px;
    background: transparent;
    padding: 18px;
    border: 1px solid #e5e5e5;
}
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .form-submit .submit {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 52px;
    border-radius: 26px;
    background: #9c78b7;
    padding: 0 51px;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}
.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .pic {
    display: block;
    width: 89px;
    text-decoration: none;
}
.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .pic img {
    width: 100%;
}
.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text {
    width: calc(100% - 89px - 20px);
    align-self: center;
}
.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #1e1e1e;
    word-break: break-word;
    margin-bottom: 7px;
}
.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1e1e1e;
    text-decoration: none;
}
.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text .info {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 1.85;
    color: #6e6e6e;
    word-break: break-word;
}
.widget-sidebar .widget:last-child {
    margin-bottom: 0;
}
.widget-sidebar .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}
.widget-sidebar .widget_tag_cloud .tagcloud .tag-cloud-link {
    font-weight: 300;
    font-size: 14px !important;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
    margin: 4px;
    transition: all 0.2s;
    text-transform: capitalize;
    text-decoration: none;
}
.widget-sidebar .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
    color: #fff;
    background-color: #e9118f;
    border-color: #e9118f;
}
.bp-element-heading .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #1e1e1e;
    max-width: 100%;
    margin-bottom: 25px;
}
.align-center {
    text-align: center;
}
.bp-element-heading {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
}
.bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
}
.contact-form {
    max-width: 1014px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
}
.contact-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-form .wrap-input {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
}
.contact-form .wrap-input input {
    font-weight: 300;
    font-size: 14px;
    line-height: 48px;
    color: #6e6e6e;
    width: 100%;
    background: transparent;
    border: 1px solid #e1e1e1;
    padding: 0 19px;
}
.contact-form .wrap-input.full-width {
    width: 100%;
}
.contact-form .wap-textarea {
    width: 100%;
    margin-bottom: 40px;
}
.contact-form .wap-textarea textarea {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.625;
    color: #6e6e6e;
    width: 100%;
    min-height: 220px;
    background: transparent;
    border: 1px solid #e1e1e1;
    display: block;
    margin: 0;
    padding: 14px 19px;
}
.contact-form .form-submit {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    height: 46px;
    border-radius: 23px;
    padding: 0 39px;
    background: #e9118f;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}
.errorBox {
    float: left;
    width: 100%;
    text-align: center;
}
.errorBox a {
    color: #e9118f;
    display: block;
    font-size: 18px;
    text-decoration: none;
}