/*----------------------------------------------------------------------------
 * 0.0 - Libraries and defined variable
 * ---------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
 * Wordpress Default Style in theme
* ---------------------------------------------------------------------------*/
::selection {
  background-color: #6f3164;
}
::-moz-selection {
  background-color: #6f3164;
}
html {
  /*
  * Single Post
  */
  /* YOLO HEADER SIDEBAR STYLE */
  /* YOLO HEADER SIDEBAR STYLE */
  /* Style for Mega Menu */
  /* 2. MEGA MENU STYLE DROPDOWN */
  /* 3. MEGA MENU STYLE TAB */
  /* Menu Tagcloud */
  /*-------------------------------------
  // Product creative
  ---------------------------------------*/
  /*-------------------------------------
  Single Product Shortcode CSS 
  ---------------------------------------*/
  /*-------------------------------------
  #switch-style-selector
  ---------------------------------------*/
  /*-------------------------------------
  teamplate
  ---------------------------------------*/
  /*-------------------------------------
  INPUT
  ---------------------------------------*/
  /* 404 PAGE */
  /**************
  PAGE-CONTACT-US
  ***************/
  /************
  PAGE-ABOUT-US
  ************/
  /*** Login Form ***/
  /* 4. FAQs */
  /* tour */
  /* -----------------------------------------------------------------------------
   * Widget: price filter
   * -------------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------------
   * Archive Product
   * -------------------------------------------------------------------------- */
  /* --------------------------------------------
    CHECKOUT
  -------------------------------------------- */
  /* --------------------------------------------
    MY-ACCOUNT
  -------------------------------------------- */
  /* --------------------------------------------
    MY WISHLIST
  -------------------------------------------- */
  /* --------------------------------------------
    PRODUCT LISTING
    -------------------------------------------- */
  /* --------------------------------------------
    PRODUCT-LOADMORE
    -------------------------------------------- */
  /* --------------------------------------------
    SHOPPING CART
  -------------------------------------------- */
  /* --------------------------------------------
    SINGLE PRODUCT INFO
  -------------------------------------------- */
  /* --------------------------------------------
    SINGLE PRODUCT TAB
  -------------------------------------------- */
  /* --------------------------------------------
    SINGLE PRODUCT REVIEW
  -------------------------------------------- */
  /*====================================================================
  style in plugin
  ======================================================================*/
  /*-----------------------------------------------------
  * YLP PRODUCT LAYOUT 
  ------------------------------------------------------*/
  /*---------------------------
    PRODUCT QUICK VIEW POPUP
  ---------------------------*/
  /* Contact Shortcode CSS */
  /* counter Shortcode CSS */
  /* MAP Shortcode CSS */
  /* ICON_BOX Shortcode CSS */
  /* Social Shortcode CSS */
}
html a:hover {
  color: #6f3164;
}
html a:focus,
html a.active {
  color: #6f3164;
}
html ::selection {
  background-color: #6f3164;
}
html ::-moz-selection {
  background-color: #6f3164;
}
html a:hover {
  color: #6f3164;
}
html a:focus,
html a.active {
  color: #6f3164;
}
html .boxed #yolo-wrapper {
  width: 90%;
  max-width: 1200px;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6f3164, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6f3164, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6f3164, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6f3164, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6f3164, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #6f3164, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
html .hentry.sticky:before {
  border-top: 75px solid #6f3164;
}
html .blog-inner .entry-title a,
html .organisk-post .entry-title a {
  color: #222222;
}
html .blog-inner .entry-title a:hover,
html .organisk-post .entry-title a:hover {
  color: #6f3164;
}
html .blog-inner .jp-interface,
html .organisk-post .jp-interface {
  border: 2px solid #eeeeee;
}
html .blog-inner .jp-progress,
html .organisk-post .jp-progress {
  margin: 0 0 0 10px;
}
html .blog-inner .jp-seek-bar,
html .organisk-post .jp-seek-bar {
  border: 2px solid #eeeeee;
}
html .blog-inner .jp-volume-bar,
html .organisk-post .jp-volume-bar {
  border: 2px solid #eeeeee;
}
html .blog-inner article.format-link .entry-content-link,
html .organisk-post article.format-link .entry-content-link {
  color: rgba(34, 34, 34, 0.8);
}
html .blog-inner article.format-quote .entry-content-quote blockquote,
html .organisk-post article.format-quote .entry-content-quote blockquote {
  color: rgba(34, 34, 34, 0.8);
}
html .blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap,
html .organisk-post.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap {
  border-bottom: 1px solid #eeeeee;
}
html .blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,
html .organisk-post.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,
html .blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a,
html .organisk-post.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a {
  color: #222222;
}
html .blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,
html .organisk-post.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,
html .blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a,
html .organisk-post.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a {
  color: #222222;
}
html .blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a:hover,
html .organisk-post.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a:hover {
  color: #6f3164;
}
html .blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a,
html .organisk-post.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a {
  color: #222222;
}
html .blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a:hover,
html .organisk-post.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a:hover {
  color: #6f3164;
}
html .blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore,
html .organisk-post.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
  color: #222222;
}
html .blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover,
html .organisk-post.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
  color: #6f3164;
}
html .blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li i:hover,
html .organisk-post.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li i:hover,
html .blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li a:hover,
html .organisk-post.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li a:hover {
  color: #6f3164;
}
html .blog-inner.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a:hover,
html .organisk-post.blog-style-grid article .post-item .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a:hover {
  color: #6f3164;
}
html .blog-inner.blog-style-masonry article,
html .organisk-post.blog-style-masonry article {
  float: left;
}
html .blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a,
html .organisk-post.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-title a {
  color: #222222;
}
html .blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li,
html .organisk-post.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li {
  color: #222222;
}
html .blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore,
html .organisk-post.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
  color: #222222;
}
html .blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover,
html .organisk-post.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
  color: #6f3164;
}
html .blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap:before,
html .organisk-post.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap:before {
  background: #eeeeee;
}
html .blog-inner.blog-style-masonry article .post-item:hover .entry-content-wrap .entry-detail .entry-post-meta-wrap:before,
html .organisk-post.blog-style-masonry article .post-item:hover .entry-content-wrap .entry-detail .entry-post-meta-wrap:before {
  background: #333333;
}
html .blog-paging-wrapper {
  color: #333333;
}
html .blog-paging-wrapper.current {
  color: #222222;
}
html .blog-paging-wrapper:hover {
  color: #6f3164;
}
html .blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div:hover,
html .organisk-post .organisk-post-image .owl-carousel .owl-nav div:hover {
  color: #6f3164;
}
html .entry-content table > thead > tr > th,
html .comment-text table > thead > tr > th,
html .entry-content table > tbody > tr > th,
html .comment-text table > tbody > tr > th,
html .entry-content table > tfoot > tr > th,
html .comment-text table > tfoot > tr > th,
html .entry-content table > thead > tr > td,
html .comment-text table > thead > tr > td,
html .entry-content table > tbody > tr > td,
html .comment-text table > tbody > tr > td,
html .entry-content table > tfoot > tr > td,
html .comment-text table > tfoot > tr > td {
  border-top: 1px solid #eeeeee;
}
html .entry-content table > thead > tr > th,
html .comment-text table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #eeeeee;
}
html .entry-content table > tbody + tbody,
html .comment-text table > tbody + tbody {
  border-top: 1px solid #eeeeee;
}
html .entry-meta-tag label {
  color: rgba(34, 34, 34, 0.7);
}
html .entry-meta-tag a {
  color: rgba(34, 34, 34, 0.8);
}
html .entry-meta-tag a:hover {
  color: #6f3164;
}
html .single-post .site-content-single-post .blog-wrap article .entry-thumbnail-wrap .date-overlay {
  background-color: #6f3164;
}
html .single-post .site-content-single-post .blog-wrap article .entry-title {
  color: #222222;
}
html .single-post .site-content-single-post .blog-wrap article .entry-tags-social .social-share-wrap .social-share li a:hover {
  color: #6f3164;
}
html .single-post .site-content-single-post .blog-wrap article .entry-tags-social .entry-meta-category a:hover {
  color: #6f3164;
}
html .single-post .yolo-related-post-title {
  font-family: Roboto;
}
html .entry-comments h3.comments-title span {
  color: #222222;
}
html .entry-comments h3.comments-title:before {
  background-color: #6f3164;
}
html .entry-comments .entry-comments-list ol.commentlist li .comment-body {
  border-bottom: 1px solid #eeeeee;
}
html .entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-reply-link,
html .entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link {
  color: #222222;
}
html .entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-reply-link:hover,
html .entry-comments .entry-comments-list ol.commentlist li .comment-text .comment-meta .comment-edit-link:hover {
  color: #6f3164;
}
html .entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date:before {
  background-color: #6f3164;
}
html .entry-comments .entry-comments-list nav.comment-navigation .page-numbers {
  border: 1px solid #eeeeee;
}
html .comment-reply-title span {
  color: #222222;
}
html .comment-reply-title span:before {
  background: #6f3164;
}
html #respond .form-submit input#submit {
  background: #222222;
}
html #respond .form-submit input#submit:hover {
  background: #4c2144;
}
html .blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap .date-overlay {
  background-color: #6f3164;
}
html .blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .social-share-wrap .social-share li a:hover {
  background-color: #6f3164;
}
html .blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-meta-category a:hover {
  color: #6f3164;
}
html .blog .blog-inner .btn-readmore:hover,
html .category .blog-inner .btn-readmore:hover {
  color: #6f3164;
}
html .post-navigation .post-navigation-label {
  color: #333333;
}
html .post-navigation .post-navigation-title {
  color: #222222;
}
html .post-navigation .post-navigation-title:hover {
  color: #6f3164;
}
html .post-navigation .post-navigation-icon {
  color: #333333;
}
html .yolo-page-link {
  border: 1px solid #eeeeee;
}
html #menu-footer-quicklink li a:hover {
  color: #6f3164;
}
html .border-bottom {
  border-bottom: 2px solid #6f3164;
}
html #menu-footer-menu li a:hover {
  color: #222222;
}
html .footer-3 .back-top-footer-3 .back-to-top {
  color: #6f3164;
  border: 1px solid #6f3164;
}
html nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside h4.widget-title span {
  color: #6f3164;
}
html nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-inner aside ul.social-profile.social-icon-bordered li a:hover i {
  color: #6f3164;
}
@media screen and (min-width: 992px) {
  html header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li {
    font-size: 18px;
    font-family: 'Roboto';
  }
  html header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li > a {
    font-weight: 400;
  }
  html header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li:hover > a {
    color: #6f3164;
  }
  html header.yolo-main-header .icon-search-menu i:hover {
    color: #6f3164;
  }
  html header.yolo-main-header .search-box button:hover i {
    color: #6f3164;
  }
  html header.yolo-main-header .ajax-search-result .search-view-more {
    background-color: #ededed;
    border-top: solid 1px #d9d9d9;
  }
}
html .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:hover {
  color: #6f3164 !important;
}
@media screen and (min-width: 1370px) {
  html header.yolo-main-header.header-1 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: 100px;
    padding-right: 100px;
  }
}
html header.header-1 .yolo-header-nav-above {
  height: 130px;
}
html header.header-1 .yolo-header-nav-above .container .header-logo {
  height: 130px;
}
html header.header-1 .yolo-header-nav-above .container .header-logo a img {
  max-height: 130px;
  padding-top: 20px;
  padding-bottom: 10px;
}
html header.header-1 .yolo-header-nav-above .container .fl .header-customize {
  line-height: 130px;
}
html header.header-1 .yolo-header-nav-above .container .fr .header-customize-right {
  line-height: 130px;
}
html header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category .search-box {
  border: 1px solid #6f3164;
}
html header.header-1 .yolo-header-nav-above .container .fr .header-customize-right .search-with-category .form-search-left {
  border-color: #6f3164;
}
html header.header-1 .yolo-header-nav-wrapper {
  background-color: #6f3164;
}
html header.header-1 .yolo-header-nav-wrapper .yolo-main-menu > li > a {
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}
html header.header-1 .yolo-header-nav-wrapper .yolo-main-menu > li > a:hover {
  color: #ffffff;
}
html header.header-1 .yolo-header-nav-wrapper .yolo-main-menu > li.menu-item:hover > a {
  color: #ffffff !important;
}
html header.header-1 .yolo-header-nav-wrapper .yolo-main-menu > li.current-menu-item > a {
  color: #ffffff !important;
}
html header.header-1 .yolo-header-nav-wrapper .yolo-shop-cat h4 {
  color: #ffffff;
  background-color: #6f3164;
}
@media screen and (min-width: 1370px) {
  html header.yolo-main-header.header-2 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: 55px;
    padding-right: 55px;
  }
}
html header.header-2 .yolo-header-nav-above .container .header-logo {
  line-height: 130px;
}
html header.header-2 .yolo-header-nav-above .container .fr {
  color: #333333;
}
html header.header-2 .yolo-header-nav-above .container .fr .header-customize-right {
  line-height: 130px;
}
html header.header-2 .yolo-header-nav-above .container .fl {
  color: #333333;
}
html header.header-2 .yolo-header-nav-above .container .fl .header-customize-left {
  line-height: 130px;
}
html header.header-2 .yolo-header-nav-wrapper {
  background-color: transparent;
}
html header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li > a {
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
}
html header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li:hover > a {
  color: #6f3164 !important;
}
html header.header-2 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu li.menu-item-has-children:hover > a {
  color: #6f3164 !important;
}
@media screen and (min-width: 1370px) {
  html header.yolo-main-header.header-3 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: 100px;
    padding-right: 100px;
  }
}
html header.header-3 {
  background-color: #f4f4f4;
}
html header.header-3 .yolo-header-nav-wrapper {
  background-color: #f4f4f4;
}
html header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo {
  height: 130px;
}
html header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a img {
  max-height: 130px;
  padding-top: 20px;
  padding-bottom: 10px;
}
html header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
  line-height: 130px;
  padding-left: 20px;
  padding-right: 20px;
  color: #424242;
}
html header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a:hover {
  color: #6f3164;
}
html header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
  color: #6f3164 !important;
}
html header.header-3 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav {
  line-height: 130px;
}
html header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left .header-logo {
  height: 60px;
}
html header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left .header-logo a img {
  max-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
html header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
html header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left .header-logo {
  height: 60px;
}
html header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left .header-logo a img {
  max-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
html header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-right {
  float: right;
}
html header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1370px) {
  html header.yolo-main-header.header-4 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: 164px;
    padding-right: 164px;
  }
}
html .header-4 .yolo-header-nav-above .container .fl .header-logo {
  height: 130px;
}
html .header-4 .yolo-header-nav-above .container .fl .header-logo a img {
  max-height: 130px;
  padding-top: 20px;
  padding-bottom: 10px;
}
html .header-4 .yolo-header-nav-above .container .fr {
  line-height: 130px;
}
html .header-4 .yolo-header-nav-wrapper {
  background-color: #6f3164;
}
html .header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-shop-cat h4 {
  color: #ffffff;
}
html .header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-main-menu > li > a {
  color: #ffffff;
  padding-right: 42px;
  padding-left: 42px;
}
html .header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-main-menu:hover > a {
  color: #ffffff !important;
}
html .header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-main-menu.current-menu-item > a {
  color: #ffffff !important;
}
html .header-4 .yolo-header-nav-wrapper .container div.yolo-header-wrapper .yolo-main-menu.current-menu-item:hover > a {
  color: #ffffff !important;
}
html .header-4 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon i.wicon {
  color: #6f3164;
}
html .header-4 .shopping-cart-wrapper .widget_shopping_cart_content .sub-total-text {
  font-family: 'Roboto';
}
html .header-4 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
  color: #6f3164;
}
html .header-4 .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon {
  color: #6f3164;
}
@media screen and (min-width: 1370px) {
  html header.yolo-main-header.header-5 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: 100px;
    padding-right: 100px;
  }
}
html header.header-5 .yolo-header-nav-above .container .fl .header-logo {
  height: 130px;
}
html header.header-5 .yolo-header-nav-above .container .fl .header-logo a img {
  max-height: 130px;
  padding-top: 20px;
  padding-bottom: 10px;
}
html header.header-5 .yolo-header-nav-above .container .fr .header-customize {
  line-height: 130px;
}
html header.header-5 .yolo-header-nav-wrapper {
  background-color: #f4f4f4;
}
html header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu > li > a {
  color: #424242;
  padding-right: 20px;
  padding-left: 20px;
}
html header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu > li:hover > a {
  color: #6f3164 !important;
}
html header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
  color: #6f3164 !important;
}
html header.header-5 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-nav .search-box-wrapper form button i:hover {
  color: #6f3164;
}
@media screen and (min-width: 1370px) {
  html header.yolo-main-header.header-6 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: 100px;
    padding-right: 100px;
  }
}
html .header-6 .yolo-top-bar aside.widget_product_search button:hover i {
  color: #6f3164;
}
html .header-6 .yolo-top-bar aside .textwidget i {
  color: #6f3164;
}
html header.header-6 .yolo-header-nav-wrapper {
  height: 140px;
  background-color: #ffffff;
}
html header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
  height: 140px;
}
html header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo {
  height: 140px;
}
html header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .header-logo a img {
  max-height: 140px;
  padding-top: 20px;
  padding-bottom: 10px;
}
html header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu > li > a {
  line-height: 140px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: ##333333;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
html header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu > li:hover > a {
  color: #6f3164;
}
html header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .menu-wrapper #main-menu li.menu-item-has-children:hover > a {
  color: #6f3164 !important;
}
html header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-center .header-customize {
  line-height: 140px;
}
html header.header-6 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-right .header-customize-right {
  line-height: 140px;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-in {
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-on {
  background-color: #ffffff;
  height: 60px !important;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo {
  line-height: 60px !important;
  height: 60px !important;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo img {
  max-height: 40px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-center .menu-wrapper #main-menu > li > a {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: ##333333 !important;
  line-height: 1.3 !important;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-on .container .header-center .header-customize {
  line-height: 60px !important;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-out {
  background-color: #ffffff;
  height: 60px !important;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo {
  line-height: 60px !important;
  height: 60px !important;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo img {
  max-height: 40px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
html header.header-6 .yolo-header-nav-wrapper.sticky-out .container .header-center .menu-wrapper #main-menu > li > a {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: ##333333 !important;
  line-height: 1.3 !important;
}
@media screen and (min-width: 1370px) {
  html header.yolo-main-header.header-7 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: 100px;
    padding-right: 100px;
  }
}
html header.header-7 .yolo-header-nav-above {
  background-color: #6f3164;
}
html header.header-7 .yolo-header-nav-above .widget_shopping_cart_content span.total {
  color: #333333;
}
html header.header-7 .yolo-header-nav-above .widget_shopping_cart_content .your-cart-text {
  font-family: 'Roboto';
  color: #333333;
}
html header.header-7 .yolo-header-nav-above .widget_shopping_cart_content .sub-total-text {
  font-family: 'Roboto';
}
html header.header-7 .yolo-header-nav-above .widget_shopping_cart_content .widget_shopping_cart_icon {
  color: #6f3164;
}
html header.header-7 .yolo-header-nav-above .search-with-category .search-box {
  border-color: #6f3164;
}
html header.header-7 .yolo-header-nav-above .search-with-category .form-search-left {
  border-color: #6f3164;
}
html header.header-7 .yolo-header-wrapper .header-left .header-logo {
  height: 130px;
}
html header.header-7 .yolo-header-wrapper .header-left .header-logo a img {
  max-height: 130px;
  padding-top: 20px;
  padding-bottom: 10px;
}
html header.header-7 .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li > a {
  line-height: 130px;
  padding-left: 20px;
  padding-right: 20px;
  color: #424242;
}
html header.header-7 .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu > li:hover > a {
  color: #6f3164;
}
html header.header-7 .yolo-header-wrapper .header-right .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
  color: #6f3164 !important;
}
html header.header-7 .yolo-sticky-wrapper .sticky-on .header-left .header-logo {
  height: 60px;
}
html header.header-7 .yolo-sticky-wrapper .sticky-on .header-left .header-logo a img {
  max-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
html header.header-7 .yolo-sticky-wrapper .sticky-on .header-right .menu-wrapper .yolo-main-menu > li > a {
  line-height: 60px;
  color: #424242;
}
html header.header-7 .yolo-sticky-wrapper .sticky-on .header-right .menu-wrapper .yolo-main-menu > li:hover > a {
  color: #6f3164;
}
html header.header-7 .yolo-sticky-wrapper .sticky-on .header-right .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
  color: #6f3164 !important;
}
html header.header-7 .yolo-sticky-wrapper .sticky-out .header-left .header-logo {
  height: 60px;
}
html header.header-7 .yolo-sticky-wrapper .sticky-out .header-left .header-logo a img {
  max-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
html header.header-7 .yolo-sticky-wrapper .sticky-out .header-right .menu-wrapper .yolo-main-menu > li > a {
  line-height: 60px;
  color: #424242;
}
html header.header-7 .yolo-sticky-wrapper .sticky-out .header-right .menu-wrapper .yolo-main-menu > li:hover > a {
  color: #6f3164;
}
html header.header-7 .yolo-sticky-wrapper .sticky-out .header-right .menu-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar {
  background-color: rgba(175, 158, 175, 0.53);
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input {
  color: rgba(51, 51, 51, 0.85);
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form button i {
  color: #333333;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form button i:hover {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item + .header-customize-item {
  color: #333333;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item + .header-customize-item a {
  background-color: #333333;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item + .header-customize-item a:hover i {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-top .header-logo {
  background-color: #924184;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-top .header-logo > a > img {
  padding-top: 20px;
  padding-bottom: 10px;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li li.current-menu-item > a {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a {
  color: #333333;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a:hover {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > b.menu-caret {
  color: #333333;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > a {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > b.menu-caret {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .canvas-menu-toggle-wrapper a:hover i {
  color: #6f3164;
}
@media screen and (min-width: 1370px) {
  html header.yolo-main-header.header-8 .yolo-header-nav-wrapper.nav-fullwith {
    padding-left: 100px;
    padding-right: 100px;
  }
}
html header.header-8 {
  background-color: #ffffff;
}
html .header-8 .yolo-header-nav-above .container .header-logo {
  height: 137px;
}
html .header-8 .yolo-header-nav-above .container .header-logo a img {
  max-height: 137px;
  padding-top: 20px;
  padding-bottom: 10px;
}
html .header-8 .yolo-header-nav-above .container .fr {
  color: #333333;
}
html .header-8 .yolo-header-nav-above .container .fr .header-customize-right {
  line-height: 137px;
}
html .header-8 .yolo-header-nav-above .container .fl {
  color: #333333;
}
html .header-8 .yolo-header-nav-above .container .fl .header-customize-left {
  line-height: 137px;
}
html .header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li > a {
  padding-left: 35px;
  padding-right: 35px;
  color: #333333;
}
html .header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li.menu-item:hover > a {
  color: #6f3164 !important;
}
html .header-8 .yolo-header-nav-wrapper .container .yolo-header-wrapper .header-left .menu-wrapper #main-menu > li.current-menu-item > a {
  color: #6f3164 !important;
}
html .header-8 .yolo-header-nav-wrapper.sticky-on {
  background-color: #ffffff;
}
html .header-8 .yolo-header-nav-wrapper.sticky-out {
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  html header.yolo-mobile-header .yolo-header-container-wrapper {
    border-bottom-color: #eeeeee;
  }
  html header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    color: #333333;
  }
  html header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span {
    background-color: #6f3164;
  }
  html .yolo-mobile-header-nav.menu-drop-fly {
    border-right-color: #6f3164;
  }
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > a:hover {
    color: #6f3164;
  }
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:hover {
    color: #6f3164;
  }
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-ancestor > a,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-parent > a,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-item > a,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-current > a,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li > a:hover,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li:hover > a,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a {
    color: #6f3164;
  }
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-ancestor > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-parent > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.current-menu-item > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-current > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li > a:hover > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li:hover > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a > b.caret:before {
    color: #6f3164;
  }
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item > a:hover {
    color: #6f3164;
  }
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:hover {
    color: #6f3164;
  }
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-ancestor > a,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-parent > a,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-item > a,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-current > a,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li > a:hover,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li:hover > a,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a {
    color: #6f3164;
  }
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-ancestor > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-parent > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.current-menu-item > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li.menu-current > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li > a:hover > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li:hover > a > b.caret:before,
  html .yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu li ul.sub-menu li:hover > a > b.caret:before {
    color: #6f3164;
  }
  html header.header-mobile-2 .yolo-mobile-header-inner .header-customize {
    color: #eeeeee;
  }
  html header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon > span,
  html header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:before,
  html header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon:after {
    background-color: #eeeeee;
  }
  html header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper .toggle-icon + span {
    color: #eeeeee;
  }
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item > form button i:hover {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-customize .header-customize-item + .header-customize-item a:hover i {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-top {
  text-align: center;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li li.current-menu-item > a {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > a:hover {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > a {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown > ul.sub-menu > li.menu-item-has-children.menu_style_dropdown:hover > b {
  color: #6f3164 !important;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > a {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .navbar-nav.vertical-megamenu > li:hover > b.menu-caret {
  color: #6f3164;
}
html #yolo-header.header-sidebar .vertical-header-wrapper .header-bottom .menu-wrapper .header-customize .canvas-menu-toggle-wrapper a:hover i {
  color: #6f3164;
}
@media screen and (min-width: 992px) {
  html .yolo-shop-cat h4 {
    background-color: #6f3164;
  }
  html .yolo-shop-cat h4::before {
    font-family: fontawesome;
  }
  html header.yolo-main-header .yolo-header-wrapper .yolo-main-menu > li:hover > a {
    color: #6f3164;
  }
  html header.yolo-main-header .yolo-header-wrapper .yolo-main-menu li.current-menu-item > a {
    color: #6f3164;
  }
  html header.yolo-main-header .yolo-header-wrapper .yolo-main-menu li.menu-item-has-children:hover > a {
    color: #6f3164 !important;
  }
  html header.yolo-main-header .icon-search-menu i:hover {
    color: #6f3164;
  }
  html header.yolo-main-header ul.header-social-profile-wrapper li a:hover {
    color: #6f3164;
  }
  html header.yolo-main-header .search-box button:hover i {
    color: #6f3164;
  }
  html header.yolo-main-header .ajax-search-result .search-view-more {
    background-color: #ededed;
    border-top: solid 1px #d9d9d9;
  }
  html header.yolo-main-header .search-with-category .form-search-right button[type="button"]:hover i {
    color: #6f3164;
  }
  html header.yolo-main-header .search-with-category .search-category-dropdown li > span:hover {
    color: #6f3164;
  }
  html .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .yolo-main-menu > li:hover > a {
    color: #6f3164 !important;
  }
  html .yolo-sticky-wrapper.is-sticky > .yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu > li:hover > a {
    color: #6f3164 !important;
  }
}
html .yolo-main-header .yolo-shop-cat h4 {
  background-color: #6f3164;
}
html .yolo-main-header .yolo-shop-cat h4::before {
  font-family: fontawesome;
}
html .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:hover {
  color: #6f3164 !important;
}
html .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
  color: #333333;
}
html .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
  color: #222222;
}
html .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover {
  color: #6f3164;
}
html .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
  background-color: #6f3164;
}
html .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout {
  background-color: #6f3164;
}
html .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout:hover {
  background-color: #281224;
}
html .my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon:hover {
  color: #6f3164;
}
html .navbar-nav > li.menu_style_dropdown {
  z-index: 9999;
}
html .navbar-nav > li.menu_style_dropdown > ul > li {
  border-bottom: 1px solid #eeeeee;
}
html .navbar-nav > li.menu_style_dropdown > ul > li > ul > li {
  border-bottom: 1px solid #eeeeee;
}
html .navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #eeeeee;
}
html .navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #eeeeee;
}
html .navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #eeeeee;
}
html .navbar-nav > li.menu_style_dropdown > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #eeeeee;
}
html .navbar-nav > li.menu_style_tab > ul {
  background-color: #ffffff;
}
html .navbar-nav > li.menu_style_tab > ul:after {
  background-color: #eeeeee;
}
html .navbar-nav > li.menu_style_tab > ul > li {
  border-bottom: 1px solid #eeeeee;
  color: #444444;
}
html .navbar-nav > li.menu_style_tab > ul > li > a:before {
  background-color: #6f3164;
}
html .navbar-nav > li.menu_style_tab > ul > li.active > a {
  color: #6f3164;
}
html .yolo_widget_area > .yolo_megamenu_widget_area section:hover .widget-title-wrapper h3 {
  color: #6f3164;
}
html .yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper h3 {
  font-family: 'Roboto';
}
html .yolo_widget_area > .yolo_megamenu_widget_area section .widget-title-wrapper h3:before {
  background-color: #6f3164;
}
html .yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li {
  border-bottom: 1px solid #eeeeee;
}
html .yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li del {
  color: rgba(34, 34, 34, 0.5);
}
html .yolo_widget_area > .yolo_megamenu_widget_area section .product_list_widget > li ins {
  color: #222222;
}
html .menu-wrapper #main-menu li.menu_style_dropdown .sub-menu {
  background-color: #ffffff;
}
html .menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li {
  color: #444444;
}
html .menu-wrapper #main-menu li.menu_style_dropdown .sub-menu li:before {
  background: #6f3164;
}
html .menu-wrapper #main-menu li.menu_style_column > .sub-menu {
  background-color: #ffffff;
}
html .menu-wrapper #main-menu li.menu_style_column > .sub-menu > li {
  color: #444444;
}
html .menu-wrapper #main-menu li.menu_style_column > .sub-menu > li > a:hover {
  color: #6f3164;
}
html .menu-wrapper #main-menu li.menu_style_column > .sub-menu > li > a:after {
  background-color: #6f3164;
}
html .yolo_widget_area .tagcloud a {
  color: #222222 !important;
  border: 1px solid #eeeeee;
}
html .yolo_widget_area .tagcloud a:hover {
  background-color: #6f3164 !important;
  border-color: #6f3164;
}
html .products-in-category-tabs-wrapper {
  border-top-color: #6f3164;
}
html .products-in-category-tabs-wrapper .products-tabs li span {
  color: #222222;
}
html .products-in-category-tabs-wrapper .products-tabs li span:before {
  background-color: #6f3164;
}
html .products-in-category-tabs-wrapper .products-tabs li span:after {
  background-color: #6f3164;
}
html .products-in-category-tabs-wrapper .products-tabs li span:hover,
html .products-in-category-tabs-wrapper .products-tabs li span.selected {
  color: #6f3164;
}
html .products-in-category-tabs-wrapper .products-tabs li.current span {
  color: #6f3164;
}
html .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap {
  border: 1px solid #e1e1e1;
}
html .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-info span.price del .amount {
  color: #222222;
}
html .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-actions .compare-button .compare:hover:before {
  color: #6f3164;
}
html .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-actions .compare-button .compare.added:before {
  color: #6f3164;
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-brand {
  background-color: rgba(111, 49, 100, 0.9);
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-brand:after {
  border-bottom: 50px solid rgba(111, 49, 100, 0.9);
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap {
  margin: 0;
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-info h3 {
  color: #666666;
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-info span {
  color: #333333;
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .product-quick-view,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_cart_button {
  color: #333333;
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist:before,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .product-quick-view:before,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_cart_button:before,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist i,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .product-quick-view i,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_cart_button i {
  color: #333333;
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:after,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:after,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist:after,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .product-quick-view:after,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_cart_button:after {
  animation: spin 0s linear infinite;
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist:hover,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .product-quick-view:hover,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .add_to_cart_button:hover {
  background-color: #6f3164;
  color: #333333;
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .added_to_cart {
  background-color: #6f3164;
}
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
html .shortcode-single-product-wrap .product-item-wrap.product-style-style_1 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a {
  background-color: #6f3164;
}
html #switch-style-selector .switch-wrapper {
  color: #333333;
}
html .yolo-page-title-section {
  margin-top: 0;
  margin-bottom: 70px;
}
html .yolo-page-title-section .yolo-page-title-wrap {
  background-color: #ffffff;
}
html .yolo-page-title-section .yolo-breadcrumb-wrap ul.breadcrumbs > li {
  color: #ffffff;
}
html .yolo-page-title-wrap {
  height: 400px;
  background-color: #ffffff;
}
html .page-title-inner h1 {
  color: #ffffff;
}
html .page-title-inner .page-sub-title {
  color: #ffffff;
}
html .yolo-page-title-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
html body {
  color: #333333;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  color: #222222;
}
html ::selection {
  background-color: #6f3164;
}
html ::-moz-selection {
  background-color: #6f3164;
}
html a:hover {
  color: #6f3164;
}
html a:focus,
html a.active {
  color: #6f3164;
}
html .maintanence-page .maintenance-social .maintenance-social-profile-wrapper li:hover a {
  color: #6f3164;
}
html input[type="text"]:focus,
html input[type="search"]:focus,
html input[type="email"]:focus,
html input[type="url"]:focus,
html input[type="password"]:focus,
html input[type="tel"]:focus,
html textarea:focus,
html select:focus {
  border-color: #6f3164 !important;
}
html .block-inner h1 {
  color: #333333;
}
html #yolo_search_popup_wrapper .search-popup-inner > button i:hover {
  color: #6f3164;
}
html .page404 .content-wrap .return a:hover {
  border-color: #6f3164;
  background: #6f3164;
}
html .back-to-top {
  border: 2px solid #eeeeee;
}
html .under-construction-wrap {
  background-color: #eeeeee;
}
html #popup-product-quick-view-wrapper .popup-close:hover {
  background-color: #ffffff;
}
html .contact_page .wpcf7 .wpcf7-form p .lable {
  color: #262626;
}
html .contact_page .wpcf7 .wpcf7-form p input[type="text"],
html .contact_page .wpcf7 .wpcf7-form p input[type="email"] {
  border: 2px solid #e5e5e5;
}
html .contact_page .wpcf7 .wpcf7-form p.ct_texta textarea {
  border: 2px solid #e5e5e5;
}
html #yolo-popup {
  color: #1a1a1a;
}
html #yolo-popup .promo-description:before {
  background: #6f3164;
}
html .page-contact-us .wpb_wrapper h2:before {
  background: #6f3164;
}
html .page-contact-us .wpb_wrapper form input,
html .page-contact-us .wpb_wrapper form textarea {
  border: 2px solid #eeeeee;
}
html .page-contact-us .wpb_wrapper form input[type="submit"] {
  background: #222222 !important;
}
html .page-contact-us .wpb_wrapper form input[type="submit"]:hover {
  background: #000000 !important;
}
html .page-about-us .page-content .entry-content .wpb_wrapper h2:before {
  background: #6f3164;
}
html .page-about-us .page-content .entry-content .wpb_wrapper .about_us li {
  color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
html .page-about-us .page-content .entry-content .wpb_wrapper .about_us li i {
  color: #ffffff;
}
html .login-popup h2 {
  color: #6f3164;
}
html .login-popup .close-btn:hover {
  color: #6f3164;
}
html #form .input:hover,
html #form .input:focus {
  border: 1px solid #6f3164;
}
html #form #forgetmenot label:hover {
  color: #6f3164;
}
html #form .submit .button {
  background: #6f3164;
}
html #form .submit .button:hover {
  background: #4c2144;
}
html #additional-settings a {
  color: #6f3164;
}
html .organisk-heading.style2:after {
  border-bottom: 1px solid #eeeeee;
}
html .owl-yolo-shortcode .owl-controls .owl-buttons div {
  border: 1px solid #eeeeee;
}
html .organisk-button.style1 {
  background-color: #6f3164;
}
html .organisk-button.style1:hover,
html .organisk-button.style1.active {
  background-color: #4c2144;
}
html .organisk-button.style2 {
  border: 2px solid #eeeeee;
}
html .vc_tta-style-tour_style1 .vc_tta-panel-heading {
  border-bottom: 1px solid #eeeeee;
}
html .vc_tta-style-tour_style1 .vc_tta-tabs-list {
  border: 3px solid #eeeeee;
}
html .vc_tta-style-tour_style1 .vc_tta-title-text {
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  html .vc_tta-style-tour_style1 .vc_tta-panels-container {
    border: 3px solid #eeeeee !important;
  }
}
html div div.wpcf7-validation-errors {
  border: 2px solid #6f3164;
}
html .wpcf7 .home-1 .ctf7_submit::before {
  color: #6f3164;
}
html .wpcf7 .home-1 .ctf7_submit:hover::before {
  background-color: #6f3164;
}
html .wpcf7 .home-2 .ctf7_submit input {
  background-color: #6f3164;
}
html .yolo-ad-banner-item:hover .yolo-ad-banner-rotate {
  color: #6f3164;
}
html .yolo-ad-banner-item .yolo-ad-banner-content .yolo-ad-banner-title {
  color: #6f3164;
}
html .yolo-ad-banner-item .yolo-ad-banner-content .star-rating span {
  color: #ffffff;
}
html .yolo-ad-banner-item .yolo-ad-banner-content .price-sale ins {
  color: #ffffff;
}
html .yolo-ad-banner-item .yolo-ad-banner-more-info li {
  color: #333333;
}
html .yolo-ad-banner-item .yolo-ad-banner-more-info li:hover {
  color: #6f3164;
}
html .img-ad-banner .img-but-it {
  color: #222222;
  border-color: #222222;
}
html .img-ad-banner .img-but-it:hover {
  color: #ffffff;
  border-color: #ffffff;
}
html #yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  color: #222222;
}
html #yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover {
  color: #6f3164;
}
html #yolo-wrapper .vc_tta.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #6f3164;
}
html .single-yolo_teammember .post-navigation a:hover .post-navigation-title,
html .single-yolo_teammember .post-navigation a:hover i {
  color: #6f3164;
}
html .yolo-top-bar {
  background-color: #424242;
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar h4.widget-title {
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar #wp-calendar caption,
html .yolo-top-bar .top-sidebar #wp-calendar thead th {
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li:before {
  background-color: #686868;
}
html .yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul {
  background-color: #424242;
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar .widget.base-primary-color i.fa,
html .yolo-top-bar .top-sidebar .widget.base-primary-color a {
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar .widget.base-primary-color.widget_nav_menu > div > ul.menu > li + li:before,
html .yolo-top-bar .top-sidebar .widget.base-primary-color.separate-left:before,
html .yolo-top-bar .top-sidebar .widget.base-primary-color.separate-right:after {
  background-color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar .separate-left:before {
  background-color: #686868;
}
html .yolo-top-bar .top-sidebar .separate-right:after {
  background-color: #686868;
}
html .yolo-top-bar {
  background-color: #424242;
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar h4.widget-title {
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar #wp-calendar caption,
html .yolo-top-bar .top-sidebar #wp-calendar thead th {
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li:before {
  background-color: #686868;
}
html .yolo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul {
  background-color: #424242;
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar .widget.base-primary-color i.fa,
html .yolo-top-bar .top-sidebar .widget.base-primary-color a {
  color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar .widget.base-primary-color.widget_nav_menu > div > ul.menu > li + li:before,
html .yolo-top-bar .top-sidebar .widget.base-primary-color.separate-left:before,
html .yolo-top-bar .top-sidebar .widget.base-primary-color.separate-right:after {
  background-color: #b5b5b5;
}
html .yolo-top-bar .top-sidebar .separate-left:before {
  background-color: #686868;
}
html .yolo-top-bar .top-sidebar .separate-right:after {
  background-color: #686868;
}
@media screen and (max-width: 991px) {
  html .yolo-top-bar {
    color: #b5b5b5;
    background: #424242;
  }
}
html .search-form input[type="text"] ::-webkit-input-placeholder {
  color: #333333;
}
html .search-form input[type="text"] :-moz-placeholder {
  color: #333333;
}
html .search-form input[type="text"] ::-moz-placeholder {
  color: #333333;
}
html .search-form input[type="text"] :-ms-input-placeholder {
  color: #333333;
}
html #wp-calendar td a::before {
  background-color: #6f3164;
}
html #wp-calendar tbody td:hover,
html #wp-calendar tbody td#today {
  background-color: #6f3164;
}
html .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eeeeee;
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6f3164;
}
html .woocommerce .widget_price_filter .price_slider_amount {
  color: #333333;
}
html .woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: #6f3164;
}
html .woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #3a1a34 !important;
}
html .woocommerce .widget.widget_shopping_cart_content {
  border-top: 1px solid #eeeeee;
}
html .widget_top_rated_products .product_list_widget li:hover a .product-title,
html .widget_top_rated_products .product_list_widget li:hover .star-rating ::before,
html .widget_top_rated_products .product_list_widget li:hover .star-rating span::before,
html .widget_top_rated_products .product_list_widget li:hover span.amount {
  color: #6f3164;
}
html .sidebar aside:hover .widget-title {
  color: #6f3164;
}
html .sidebar h4.widget-title,
html .wpb_widgetised_column h4.widget-title {
  font-family: 'Roboto';
}
html .sidebar h4.widget-title:hover,
html .wpb_widgetised_column h4.widget-title:hover {
  color: #6f3164;
}
html .sidebar .tagcloud a,
html .wpb_widgetised_column .tagcloud a {
  color: #737373 !important;
  border: 1px solid #eeeeee;
}
html .sidebar .tagcloud a:hover,
html .wpb_widgetised_column .tagcloud a:hover {
  background-color: #6f3164 !important;
  border-color: #6f3164;
}
html .sidebar .widget_archive > ul,
html .wpb_widgetised_column .widget_archive > ul,
html .sidebar .widget_categories > ul,
html .wpb_widgetised_column .widget_categories > ul,
html .sidebar .widget_pages > ul,
html .wpb_widgetised_column .widget_pages > ul,
html .sidebar .widget_meta > ul,
html .wpb_widgetised_column .widget_meta > ul,
html .sidebar .widget_recent_comments > ul,
html .wpb_widgetised_column .widget_recent_comments > ul,
html .sidebar .widget_recent_entries > ul,
html .wpb_widgetised_column .widget_recent_entries > ul,
html .sidebar .widget_rss > ul,
html .wpb_widgetised_column .widget_rss > ul,
html .sidebar .widget_nav_menu > div > ul,
html .wpb_widgetised_column .widget_nav_menu > div > ul,
html .sidebar .widget_product_categories > ul,
html .wpb_widgetised_column .widget_product_categories > ul,
html .sidebar .widget_layered_nav > ul,
html .wpb_widgetised_column .widget_layered_nav > ul {
  color: #333333;
}
html .sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i,
html .wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i {
  color: #ffffff;
}
html .sidebar .widget-posts-wrap .widget_posts_item + .widget_posts_item,
html .wpb_widgetised_column .widget-posts-wrap .widget_posts_item + .widget_posts_item {
  border-top: 1px solid #eeeeee;
}
html .sidebar.woocommerce-sidebar h4.widget-title {
  background-color: #6f3164;
  color: #ffffff !important;
}
html .sidebar.woocommerce-sidebar .product-categories li a:hover {
  color: #6f3164;
}
html .sidebar .widget_product_categories .product-categories li a:hover {
  color: #6f3164;
}
html .posts-thumbnail-list li:hover .posts-thumbnail-content h4 a {
  color: #6f3164;
}
html .widget_categories ul li a:hover {
  color: #6f3164;
}
html .catalog-filter .list_products_toolbar a.selected {
  color: #6f3164;
  border-color: #6f3164;
}
html .woocommerce .products:hover .star-rating span,
html .woocommerce .product:hover .star-rating span {
  color: #6f3164;
}
html .woocommerce div.product span.price ins,
html .woocommerce div.product p.price ins {
  color: #222222 !important;
}
html .woocommerce div.product span.price del,
html .woocommerce div.product p.price del {
  color: #555555;
}
html .pagination > li > a,
html .pagination > li > span {
  border: 1px solid #eeeeee;
}
html .pagination > li > a:hover,
html .pagination > li > span:hover,
html .pagination > li > a:focus,
html .pagination > li > span:focus,
html .pagination > li > a.active,
html .pagination > li > span.active {
  color: #6f3164;
}
html .pagination > li > a.current,
html .pagination > li > span.current {
  color: #6f3164;
  border-color: #eeeeee !important;
}
html .woocommerce #respond input#submit,
html .woocommerce button.button,
html .woocommerce input.button,
html .woocommerce #respond input#submit.alt,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce a.added_to_cart {
  background-color: #6f3164;
}
html .woocommerce div.product form.cart div.quantity .quantity-inner,
html .product-quantity div.quantity .quantity-inner {
  border: 2px solid #eeeeee;
}
html .yolo-filter-categories li.current-cat a {
  color: #6f3164;
}
html .yolo-filter-search li.active span#yolo-shop-search-btn,
html .yolo-filter-search li.active span.invert-color {
  color: #6f3164;
}
html .archive-product-wrap .woocommerce-sidebar aside .tagcloud .current-tag {
  background-color: #6f3164;
}
html .woocommerce-pagination .yolo-shop-loadmore,
html .woocommerce-pagination .yolo-show-all {
  background: #6f3164;
}
html .yolo-shop-results-bar:hover {
  border-color: #6f3164;
}
html .yolo-filter-widgets .active {
  color: #6f3164;
}
html .yolo-price-filter .current a {
  color: #6f3164;
}
html .tagcloud .current-tag {
  background-color: #6f3164;
  border-color: #6f3164;
}
html .woocommerce-checkout-info {
  border-bottom: 1px solid #eeeeee;
}
html .woocommerce-checkout form.checkout_coupon,
html .woocommerce-checkout form.login {
  border-bottom: 1px solid #eeeeee;
}
html .woocommerce-billing-fields h3,
html .woocommerce-shipping-fields h3,
html #order_review_heading {
  color: #333333;
}
html #customer_details {
  border-bottom: 1px solid #eeeeee;
}
html .woocommerce table.woocommerce-checkout-review-order-table td,
html .woocommerce table.shop_table.order_details td,
html .woocommerce table.woocommerce-checkout-review-order-table th,
html .woocommerce table.shop_table.order_details th {
  border-bottom: 1px solid #eeeeee;
}
html .payment_box_title.active label {
  color: #6f3164;
}
html .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #order_review_heading {
  border-color: #6f3164;
}
html .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
  border-color: #6f3164;
}
html .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label {
  color: #333333;
}
html .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label .required {
  color: #6f3164;
}
html .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 {
  border-color: #6f3164;
}
html .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label {
  color: #333333;
}
html .woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label .required {
  color: #6f3164;
}
html .woocommerce table.my_account_orders {
  border: 2px solid #eeeeee;
}
html .woocommerce-account .customer_login_form_wrap .col2-set .col-1,
html .woocommerce-account .customer_login_form_wrap .col2-set .col-2 {
  border: 2px solid #eeeeee;
}
html .woocommerce-account .customer_login_form_wrap .col2-set h2:before {
  background: #6f3164;
}
html .woocommerce-account .customer_login_form_wrap form.login .input-text,
html .woocommerce-account .customer_login_form_wrap form.register .input-text {
  border: 2px solid #eeeeee;
}
html .woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"],
html .woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"] {
  color: #333333;
}
html .woocommerce table.shop_table.cart.wishlist_table {
  border: 1px solid #eeeeee;
}
html .woocommerce table.shop_table.cart.wishlist_table td.product-remove a:hover::before {
  color: #6f3164;
}
html .woocommerce table.shop_table.cart.wishlist_table tr th {
  background-color: #6f3164;
}
html .woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
  background: #6f3164;
}
html .woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:hover {
  background-color: #222222;
}
html .woocommerce table.shop_table.cart.wishlist_table tfoot td {
  border-top: 1px solid #eeeeee;
}
html .woocommerce .product-link .product-hover-sign hr,
html .single-product .product-link .product-hover-sign hr {
  border-top: 1px solid #6f3164;
}
html .woocommerce .add-to-cart-wrap a,
html .single-product .add-to-cart-wrap a {
  color: #333333;
}
html .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
html .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a,
html .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
html .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a,
html .woocommerce .product-actions .add_to_wishlist,
html .single-product .product-actions .add_to_wishlist,
html .woocommerce .product-actions .compare,
html .single-product .product-actions .compare,
html .woocommerce .product-actions .product-quick-view,
html .single-product .product-actions .product-quick-view,
html .woocommerce .product-actions .btn_add_to_cart,
html .single-product .product-actions .btn_add_to_cart,
html .woocommerce .product-actions .add-to-cart-wrap a,
html .single-product .product-actions .add-to-cart-wrap a,
html .woocommerce .product-actions .add_to_cart_button,
html .single-product .product-actions .add_to_cart_button,
html .woocommerce .product-actions .added_to_cart,
html .single-product .product-actions .added_to_cart {
  color: #333333;
}
html .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .woocommerce .product-actions .add_to_wishlist:hover,
html .single-product .product-actions .add_to_wishlist:hover,
html .woocommerce .product-actions .compare:hover,
html .single-product .product-actions .compare:hover,
html .woocommerce .product-actions .product-quick-view:hover,
html .single-product .product-actions .product-quick-view:hover,
html .woocommerce .product-actions .btn_add_to_cart:hover,
html .single-product .product-actions .btn_add_to_cart:hover,
html .woocommerce .product-actions .add-to-cart-wrap a:hover,
html .single-product .product-actions .add-to-cart-wrap a:hover,
html .woocommerce .product-actions .add_to_cart_button:hover,
html .single-product .product-actions .add_to_cart_button:hover,
html .woocommerce .product-actions .added_to_cart:hover,
html .single-product .product-actions .added_to_cart:hover,
html .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
html .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
html .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
html .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
html .woocommerce .product-actions .add_to_wishlist.active,
html .single-product .product-actions .add_to_wishlist.active,
html .woocommerce .product-actions .compare.active,
html .single-product .product-actions .compare.active,
html .woocommerce .product-actions .product-quick-view.active,
html .single-product .product-actions .product-quick-view.active,
html .woocommerce .product-actions .btn_add_to_cart.active,
html .single-product .product-actions .btn_add_to_cart.active,
html .woocommerce .product-actions .add-to-cart-wrap a.active,
html .single-product .product-actions .add-to-cart-wrap a.active,
html .woocommerce .product-actions .add_to_cart_button.active,
html .single-product .product-actions .add_to_cart_button.active,
html .woocommerce .product-actions .added_to_cart.active,
html .single-product .product-actions .added_to_cart.active {
  color: #6f3164;
}
html .woocommerce .product-actions .added_to_cart.wc-forward:before,
html .single-product .product-actions .added_to_cart.wc-forward:before,
html .woocommerce .product-actions .added_to_cart.wc-forward i,
html .single-product .product-actions .added_to_cart.wc-forward i {
  color: #6f3164;
}
html .woocommerce .product-actions .add_to_cart_button:hover:before,
html .single-product .product-actions .add_to_cart_button:hover:before {
  color: #6f3164;
}
html .woocommerce .product-actions .added_to_cart:before,
html .single-product .product-actions .added_to_cart:before {
  color: #6f3164;
  color: #333333;
}
html .woocommerce .product-actions .compare.added,
html .single-product .product-actions .compare.added {
  color: #6f3164;
}
html .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
html .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a {
  color: #6f3164;
}
html .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
html .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #6f3164;
}
html .woocommerce .product-actions .added-spinner,
html .single-product .product-actions .added-spinner {
  color: #6f3164;
}
html .woocommerce:hover .ylp-product-thumb .product-quick-view,
html .single-product:hover .ylp-product-thumb .product-quick-view {
  opacity: 1;
}
html .woocommerce:hover .ylp-product-actions,
html .single-product:hover .ylp-product-actions {
  transform: translateX(0);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
html .woocommerce .product-item-wrap:hover .product-info span.price,
html .single-product .product-item-wrap:hover .product-info span.price {
  color: #6f3164;
}
html .woocommerce .product-item-wrap:hover .product-info span.price ins span.amount,
html .single-product .product-item-wrap:hover .product-info span.price ins span.amount {
  color: #6f3164;
}
html .woocommerce .product-info h3,
html .single-product .product-info h3 {
  color: #222222;
}
html .woocommerce .product-info span.price,
html .single-product .product-info span.price {
  color: #6f3164 !important;
}
html .woocommerce .product-info span.price ins span.amount,
html .single-product .product-info span.price ins span.amount {
  color: #6f3164;
}
html .product-flash-wrap span.on-sale {
  background-color: #6f3164;
}
html .product-flash-wrap span.on-new {
  background-color: #ffffff;
}
html .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3:hover {
  color: #6f3164;
}
html .woocommerce.columns-1 .product-item-wrap .product-info h3 {
  color: #333333;
}
html .shortcode-product-wrap.grid .product-item-wrap:hover .product-item-inner {
  -webkit-box-shadow: 2px 2px 15px 5px #eeeeee;
  -moz-box-shadow: 2px 2px 15px 5px #eeeeee;
  box-shadow: 2px 2px 15px 5px #eeeeee;
}
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap {
  border: 1px solid #eeeeee;
}
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner h3 {
  color: #222222;
}
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner span.price {
  color: #333333;
}
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .added_to_cart,
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .product_type_soldout {
  border: 1px solid #eeeeee;
}
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button,
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable {
  background-color: #6f3164;
}
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:hover,
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:hover {
  background-color: #281224;
}
@media (max-width: 479px) {
  html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button,
  html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable {
    border: 1px solid #eeeeee;
  }
  html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button i,
  html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable i {
    color: #333333;
  }
  html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:hover i,
  html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:hover i {
    color: #6f3164;
  }
}
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistaddedbrowse a,
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistexistsbrowse a,
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_wishlist,
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.compare,
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product-quick-view {
  border: 1px solid #eeeeee;
}
html .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-single-short-description:after {
  background-color: #6f3164;
}
html .product-paging-load-more button {
  background-color: #6f3164;
}
html .product-paging-load-more button:hover {
  background-color: #281224;
}
html .cart-form {
  margin-bottom: 40px;
}
html .woocommerce table.shop_table.cart thead th {
  background-color: #6f3164;
}
html .woocommerce table.shop_table.cart tbody td {
  border-top: 1px solid #eeeeee;
}
html .woocommerce table.shop_table.cart .product-remove a:hover {
  background-color: #6f3164;
}
html .woocommerce table.shop_table.cart .actions {
  border-top: 1px solid #eeeeee;
}
html .woocommerce table.shop_table.cart td.actions {
  border-bottom: 1px solid #eeeeee;
}
html .woocommerce table.shop_table.cart td.actions input[name="update_cart"] {
  background-color: #222222;
}
html .woocommerce table.shop_table.cart td.actions input[name="update_cart"]:hover {
  background-color: #6f3164;
}
html .cart-collaterals h4.widget-title,
html .cart-collaterals h2 {
  border-color: #6f3164;
}
html .woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
html .woocommerce-cart .cart-collaterals .cart_totals table th,
html .woocommerce-cart .cart-collaterals .cart_totals table td {
  border-top: 1px solid #eeeeee;
}
html .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead {
  background: #6f3164;
}
html .woocommerce-cart .yolo-site-content-page .container .row .yolo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th {
  font-family: 'Roboto';
}
html .site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap .product-flash:nth-child(2) {
  background-color: #6f3164;
}
html .site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div:hover {
  background-color: #6f3164;
}
html .site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div:hover {
  color: #6f3164;
}
html .site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div:hover {
  background-color: #6f3164;
}
html .site-content-single-product .single-product-info .single-product-image-wrap #sync2 .synced .thumbnail-image a:after {
  border: 1px solid #6f3164;
}
html .site-content-single-product .single-product-info .summary-product-wrap h1.product_title {
  color: #6f3164;
}
html .site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description {
  color: #333333;
}
html .site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity .quantity-inner {
  border: 1px solid #eeeeee;
}
html .site-content-single-product .single-product-info .summary-product-wrap form.cart .button,
html .site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart {
  background-color: #6f3164;
}
html .site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation span.price {
  color: #6f3164;
}
html .site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap .single_add_to_cart_button {
  background-color: #6f3164;
}
html .site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  border: 1px solid #eeeeee;
}
html .site-content-single-product .single-product-info .summary-product-wrap .select_option span {
  color: rgba(51, 51, 51, 0.5);
}
html .site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a:hover {
  border: 1px solid #6f3164;
  background-color: #6f3164;
}
html .single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li.active {
  background-color: #6f3164;
}
html .single-product-wrap .full .site-content-single-product .woocommerce-tabs .container .panel#tab-description p:before {
  background-color: #eeeeee;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #333333;
}
html .woocommerce div.product .woocommerce-tabs .panel #reviews h2 {
  color: #333333;
}
html .woocommerce div.product .woocommerce-tabs .panel #review_form_wrapper .form-submit input#submit {
  background-color: #6f3164;
}
html .woocommerce #reviews #comments ol.commentlist li {
  border-bottom: 1px solid #eeeeee;
}
html .woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-rating:hover label,
html .woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-comment:hover label {
  color: #6f3164;
}
html .upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div,
html .related.products .product-slider .owl-theme .owl-controls .owl-buttons div,
html .cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div {
  border: 2px solid #eeeeee;
  color: #333333;
}
html .related .slider .owl-nav div:hover {
  background-color: #6f3164;
}
html .variable-items-wrapper.color-variable-wrapper > li.selected {
  border-color: #6f3164;
}
html .variable-items-wrapper.label-variable-wrapper > li.selected {
  border-color: #6f3164;
}
html .single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover {
  border-color: #6f3164;
}
html .single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a {
  border-color: #6f3164;
}
html .site-content-archive-product .archive-product-wrap .product-item-wrap .product-info h3:hover {
  color: #6f3164;
}
html .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover {
  border-color: #6f3164;
}
html .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a {
  border-color: #6f3164;
}
html a:hover,
html a:focus,
html a:active {
  color: #6f3164;
}
html .ylp-product-wrap {
  /*---------------------------
      GENERAL STYLE
    ---------------------------*/
  /*---------------------------
    * YOLO PRODUCT COWNDOWN
    *---------------------------*/
  /*---------------------------
    * YOLO PRODUCT MASONRY
    *--------------------------*/
  /*---------------------------
      YOLO PRODUCT LIST
    ---------------------------*/
  /*---------PRODUCT CAROUSEL-------*/
  /*---------------------------
      YOLO PRORODUCT TABS AJAX  
    ---------------------------*/
  /*---------------------------
      PRODUCT COUNTDOWN
    ---------------------------*/
  /*---------------------------
      YOLO PRODUCT NUMBER PAGINATION
    ---------------------------*/
}
html .ylp-product-wrap .ylp-title-heading {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info h3 {
  font-family: 'Roboto';
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info h3:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .star-rating {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare:hover,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart:hover,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a.active,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a.active,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist.active,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare.active,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view.active,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart.active,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a.active,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button.active,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart.active {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart.wc-forward:before,
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart.wc-forward i {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:hover:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart:before {
  color: #6f3164;
  color: #333333;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare.added {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added-spinner {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner:hover .ylp-product-info .price {
  color: #6f3164 !important;
}
html .ylp-product-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-item-inner:hover .ylp-product-info .price ins {
  color: #6f3164 !important;
}
html .ylp-product-wrap .owl-carousel .owl-nav div:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare:hover,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view.active:hover {
  color: #6f3164 !important;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare.added {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .btn-readmore-schema a:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul .bt-order.active,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul .bt-order:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.style_1 li a.selected,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-filters ul.style_1 li a:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view.active:hover {
  color: #6f3164 !important;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare.added {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare.added {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:before {
  color: #333333;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart.wc-forward {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-loading a:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-spin .double-bounce1,
html .ylp-product-wrap .ylp-product-masonry-wrap .ylp-product-paging-wrapper .ylp-spin .double-bounce2 {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-list-wrap .more-detail a {
  border: 1px solid #6f3164;
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-list-wrap .more-detail a:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .compare,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .product-quick-view,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .compare:hover,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .added_to_cart:hover,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a.active,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a.active,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add_to_wishlist.active,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .compare.active,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .product-quick-view.active,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .btn_add_to_cart.active,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add-to-cart-wrap a.active,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add_to_cart_button.active,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .added_to_cart.active {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .added_to_cart.wc-forward:before,
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .added_to_cart.wc-forward i {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .add_to_cart_button:hover:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .added_to_cart:before {
  color: #6f3164;
  color: #333333;
}
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .compare.added {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-list-wrap .ylp-product-inner .ylp-product-item-wrap .ylp-product-actions .added-spinner {
  color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider {
  /*---- ADD BANNER FOR CONTENT-----*/
}
html .ylp-product-wrap.ylp-product-slider .owl-dots .owl-dot.active,
html .ylp-product-wrap.ylp-product-slider .owl-dots .owl-dot:hover {
  border: #6f3164;
  background-color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-cbanner .owl-dots .owl-dot {
  border: 1px solid #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-cbanner .owl-dots .owl-dot.active {
  background-color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart:hover {
  color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view.active:hover {
  color: #6f3164 !important;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare.added {
  color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover:before {
  color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .compare,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .product-quick-view,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .compare:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .added_to_cart:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .compare.added {
  background-color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  background-color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a {
  background-color: #6f3164;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap {
  display: block;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:before {
  color: #333333;
}
html .ylp-product-wrap.ylp-product-slider .ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .added_to_cart.wc-forward {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li a:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li.active a {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-button.active,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters .ylp-search-button:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content {
  /*---- ADD BANNER FOR CONTENT-----*/
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content.ylp-loading .ylp-cube-grid .ylp-cube {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-cbanner .owl-dots .owl-dot {
  border: 1px solid #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-cbanner .owl-dots .owl-dot.active {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view.active:hover {
  color: #6f3164 !important;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare.added {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover:before {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-inner .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore.ylp-spin .double-bounce1,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore.ylp-spin .double-bounce2 {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-product-tab-content .ylp-product-loadmore-wrap .ylp-product-loadmore:hover span {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap.top-right-no-icon .ylp-filter-tabs-wapper .ylp-product-filters ul li a:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap.tab-slider-banner .owl-nav:hover i {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper .ylp-product-filters .ylp-product-filter-tabs li a:hover span,
html .ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper .ylp-product-filters .ylp-product-filter-tabs li a:hover span {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-filter-tabs-wapper .ylp-product-filters .ylp-product-filter-tabs li.active a span,
html .ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-filter-tabs-wapper .ylp-product-filters .ylp-product-filter-tabs li.active a span {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-product-inner .ylp-product-loadmore-wrap span:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-product-inner .ylp-product-loadmore-wrap span:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap.left .ylp-see-more:hover,
html .ylp-product-wrap .ylp-product-tabs-wrap.right .ylp-see-more:hover {
  color: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-product-item-wrap .ylp-wrap-countdown .ylp-countdown .countdown-style .list-time {
  background: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-inner .owl-dots .owl-dot {
  border: 1px solid #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-inner .owl-dots .owl-dot.active {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-nav {
  border: 1px solid #6f3164;
}
html .ylp-product-wrap .ylp-product-countdown .ylp-product-inner .ylp-nav:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-paging-wrapper .ylp-product-pagination ul li a.current,
html .ylp-product-wrap .ylp-product-paging-wrapper .ylp-product-pagination ul li span.current,
html .ylp-product-wrap .ylp-product-paging-wrapper .ylp-product-pagination ul li a:hover,
html .ylp-product-wrap .ylp-product-paging-wrapper .ylp-product-pagination ul li span:hover {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-thumb .onsale {
  background-color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info h3 {
  color: #333333;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info span.price {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-info .star-rating {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a.active,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a.active,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_wishlist.active,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare.active,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .product-quick-view.active,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart.active,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a.active,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button.active,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart.active {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart.wc-forward:before,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart.wc-forward i {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:hover:before {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added_to_cart:before {
  color: #6f3164;
  color: #333333;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .compare.added {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap .ylp-product-item-inner .ylp-product-actions .added-spinner {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart:hover {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .product-quick-view.active:hover {
  color: #6f3164 !important;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .compare.added {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .add_to_cart_button:hover:before {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_2 .ylp-product-item-inner .ylp-product-thumb .ylp-product-actions .added_to_cart {
  color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_wishlist,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .compare,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .product-quick-view,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .added_to_cart {
  color: #333333;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_wishlist:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .compare:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .product-quick-view:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .btn_add_to_cart:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add-to-cart-wrap a:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:hover,
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .added_to_cart:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .compare.added {
  background-color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistaddedbrowse a {
  background-color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .yith-wcwl-wishlistexistsbrowse a {
  background-color: #6f3164;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .add_to_cart_button:before {
  color: #333333;
}
html .ylp-product-wrap.yl-single-product .ylp-product-item-wrap.ylp-product-style_3 .ylp-product-item-inner .ylp-product-actions .added_to_cart.wc-forward {
  background-color: #6f3164;
}
html #popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image .owl-nav div:hover {
  border-color: #6f3164;
  color: #6f3164;
}
html #popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2 .owl-nav > div:hover {
  background-color: #6f3164;
}
html #popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image #sync2 .owl-item.synced .thumbnail-image a {
  border: 1px solid #333333;
}
html #popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .product_meta > span.product-stock-status-wrapper {
  background-color: #6f3164;
}
html #popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .single_add_to_cart_button {
  background-color: #333333;
}
html #popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .single_add_to_cart_button:hover {
  background-color: #6f3164;
}
html #popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .product_meta {
  color: #333333;
}
html #popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .star-rating {
  color: #6f3164;
}
html #popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .price {
  color: #333333;
}
html .modal-content .popup-close {
  color: #333333;
}
html .modal-content .popup-close:hover {
  background-color: #6f3164;
}
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li:hover a,
html .ylp-product-wrap .ylp-product-tabs-wrap .ylp-filter-tabs-wapper .ylp-product-filters ul li.active a {
  color: #6f3164;
}
html .product-flash-wrap span.on-sale {
  background-color: #6f3164;
}
html table.compare-list .add-to-cart-wrap a.add_to_cart_button {
  background-color: #6f3164;
}
html .yl-categories-wrap li:hover a {
  color: #6f3164;
}
html .yl-categories-wrap li.header-categories-text {
  font-family: 'Pacifico';
}
html .woocommerce > .woocommerce.product-listing .product-item-wrap .product-item-inner:hover span.price {
  color: #6f3164 !important;
}
html .woocommerce > .woocommerce.product-listing .product-item-wrap .product-item-inner:hover span.price ins {
  color: #6f3164 !important;
}
html .contact-shortcode-wrap.style_1 .contact-list .sub-title {
  color: #6f3164;
}
html .contact-shortcode-wrap.style_2 .contact-list .sub-title {
  color: #6f3164;
}
html .counter-wrap:hover .gr-counter .content-inner .gr-number-counter,
html .counter-wrap:hover .gr-counter .content-inner .gr-text-defaul {
  color: #222222;
}
html .gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button {
  border: 1px solid #6f3164;
}
html .gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover {
  background: #6f3164;
}
html .icon-box-shortcode-wrap.style_1:hover .icon-wrap span {
  color: #6f3164;
}
html .icon-box-shortcode-wrap.style_1:hover .icon-content .icon-title {
  color: #6f3164;
}
html .icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-wrap .step-icon {
  background-color: #6f3164;
}
html .icon-box-shortcode-wrap.style_2 .icon-box-container:hover .icon-content .icon-title {
  color: #6f3164;
}
html .icon-box-shortcode-wrap.style_3:hover .icon-wrap span {
  color: #6f3164;
}
html .icon-box-shortcode-wrap.style_3:hover .icon-content .icon-title {
  color: #6f3164;
}
html .icon-box-shortcode-wrap.style_3.icon-right-light:hover:before {
  background-color: #6f3164;
}
html .icon-box-shortcode-wrap.style_5:after {
  background-color: #222222;
}
html .icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-title {
  color: #222222;
}
html .icon-box-shortcode-wrap.style_5:hover .icon-box-container .icon-title a {
  color: #222222 !important;
}
html .icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title {
  color: #222222;
}
html .icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title a {
  color: #222222;
}
html .icon-box-shortcode-wrap.style_5 .icon-box-container .icon-title a:hover {
  color: #6f3164 !important;
}
html .icon-box-shortcode-wrap.style_5 .icon-box-container .icon-description {
  color: #6f6f6f;
}
html .icon-box-shortcode-wrap.style_6 {
  border: 1px solid #eeeeee;
}
html .icon-box-shortcode-wrap.style_6:hover {
  background-color: #6f3164;
  border-color: #6f3164;
}
html .icon-box-shortcode-wrap.style_6:hover .icon-box-container {
  background-color: #6f3164;
}
html .icon-box-shortcode-wrap.style_6:hover .icon-box-container .icon-content .icon-title a {
  color: #222222 !important;
}
html .icon-box-shortcode-wrap.style_6 .icon-box-container {
  background-color: #eeeeee;
}
html .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title {
  color: #222222;
}
html .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title a {
  color: #222222;
}
html .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-title a:hover {
  color: #6f3164 !important;
}
html .icon-box-shortcode-wrap.style_6 .icon-box-container .icon-content .icon-description {
  color: #222222;
}
html .yolo-instagram-wrap .instagram-nav:hover {
  background-color: #6f3164;
}
html .yolo-instagram-wrap .btn_gallery a {
  background-color: #6f3164;
}
html .yolo-instagram-wrap .btn_gallery a:hover {
  background-color: #222222;
}
html .paging .load-more {
  background-color: #6f3164;
}
html .paging .load-more:hover {
  background-color: #222222;
}
html .portfolio-tabs {
  margin-bottom: 30px;
}
html .portfolio-tabs .tab-wrapper ul li a {
  color: #333333;
}
html .portfolio-tabs .tab-wrapper ul li:hover a,
html .portfolio-tabs .tab-wrapper ul li.active a {
  color: #6f3164;
}
html .has-images .portfolio-tabs .tab-wrapper ul li:hover a,
html .has-images .portfolio-tabs .tab-wrapper ul li.active a {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.top,
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom {
  border: 1px solid #eeeeee;
}
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title,
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  color: #222222;
}
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:hover,
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:hover {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:before,
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:before {
  background-color: #222222;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover {
  background: rgba(111, 49, 100, 0.3);
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover {
  border: 3px solid #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover {
  font-size: 24px;
  border-color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  border: 10px solid rgba(111, 49, 100, 0.9);
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_12 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_12 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_12 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover {
  background-color: rgba(111, 49, 100, 0.8);
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  border: 3px solid #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  border: 10px solid rgba(111, 49, 100, 0.9);
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  border: 3px solid #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  color: #222222 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  color: #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #222222 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-full.detail-01 .portfolio-top .col-md-12 .post-slideshow .owl-nav > div:hover {
  color: #6f3164;
}
html .portfolio-full.detail-01 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: #6f3164;
}
html .portfolio-full.detail-01 .portfolio-content-wrap .portfolio-title-wrap h2:before {
  background-color: #6f3164;
}
html .portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box h6 {
  color: #222222;
}
html .portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box div {
  color: #222222;
}
html .portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-term-tag span:hover {
  background: #6f3164;
}
html .portfolio-full.detail-01 .portfolio-content-wrap .portfolio-info.spec .portfolio-info-box .portfolio-social-profile-wrapper li {
  border: 1px solid #eeeeee;
}
html .portfolio-full.detail-02 .col-md-6 .portfolio-info h2:before {
  background-color: #6f3164;
}
html .portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box h6 {
  color: #222222;
}
html .portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box div {
  color: #222222;
}
html .portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #6f3164;
}
html .portfolio-full.detail-02 .col-md-6 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  border: 1px solid #eeeeee;
}
html .portfolio-full.detail-03 .container .col-md-8 .post-slideshow .owl-nav > div:hover {
  color: #6f3164;
}
html .portfolio-full.detail-03 .container .col-md-8 .paging-wrap .container .row .owl-nav > div:hover {
  background-color: #6f3164;
}
html .portfolio-full.detail-03 .col-md-4 .portfolio-info h2:before {
  background-color: #6f3164;
}
html .portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box h6 {
  color: #222222;
}
html .portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box div {
  color: #222222;
}
html .portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #6f3164;
}
html .portfolio-full.detail-03 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  border: 1px solid #eeeeee;
}
html .portfolio-full.detail-04 .container .col-md-8 .post-grid .col-md-6 .item .grid-image-hover i:hover {
  color: #6f3164;
}
html .portfolio-full.detail-04 .col-md-4 .portfolio-info h2:before {
  background-color: #6f3164;
}
html .portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box h6 {
  color: #222222;
}
html .portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box div {
  color: #222222;
}
html .portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #6f3164;
}
html .portfolio-full.detail-04 .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  border: 1px solid #eeeeee;
}
html .portfolio-full.detail-05 .container .col-md-12 .post-grid .col-md-4 .item .grid-image-hover i:hover {
  color: #6f3164;
}
html .portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 .portfolio-info h2 {
  color: #222222;
}
html .portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-8 .portfolio-info h2:before {
  background-color: #6f3164;
}
html .portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box h6 {
  color: #222222;
}
html .portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box div {
  color: #222222;
}
html .portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-term-tag span:hover {
  background: #6f3164;
}
html .portfolio-full.detail-05 .container.portfolio-content-wrap .col-md-4 .portfolio-info .portfolio-info-box .portfolio-social-profile-wrapper li {
  border: 1px solid #eeeeee;
}
html .portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div i {
  color: #222222;
}
html .portfolio-related-wrap .heading-wrap .post-navigation .nav-links a div:hover i {
  color: #6f3164;
}
html .portfolio-related-wrap .heading-wrap .post-navigation .nav-links > i {
  color: #222222;
}
html .portfolio-related-wrap .heading-wrap .heading {
  color: #222222;
}
html .portfolio-related-wrap .heading-wrap .heading .heading-icon:before {
  background-color: #eeeeee;
}
html .portfolio-related-wrap .portfolio-related .owl-nav div:hover {
  background-color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.top,
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom {
  border: 1px solid #eeeeee;
}
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title,
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title {
  color: #222222;
}
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:hover,
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:hover {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.top .portfolio-title:before,
html .portfolio-wrapper .portfolio-item .portfolio-title-wrap.bottom .portfolio-title:before {
  background-color: #222222;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover {
  background: rgba(111, 49, 100, 0.3);
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover {
  border: 3px solid #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover {
  border-color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  border: 10px solid rgba(111, 49, 100, 0.9);
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  border: 3px solid #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #222222 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper .portfolio-item .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover {
  border: 10px solid rgba(111, 49, 100, 0.9);
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_2 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i {
  color: #6f3164 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover {
  border: 3px solid #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title {
  color: #222222 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category {
  color: #6f3164;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title {
  color: #222222 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover {
  color: #6f3164 !important;
}
html .portfolio-wrapper.hover-dir-off .entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category {
  color: #6f3164;
}
html .teammember-content .teammember-meta .teammember-title {
  color: #6f3164;
}
html .teammember-content .teammember-meta .content-social-list li a {
  color: #6f3164;
  border: 1px solid #6f3164;
}
html .teammember-content .teammember-meta .content-social-list li a:hover {
  background-color: #6f3164;
}
html .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content p {
  color: #666666;
}
html .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content hr {
  border-top: 1px solid #b3b3b3;
}
html .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
  color: #6f3164;
}
html .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info p {
  color: #666666;
}
html .yolo-testimonial.slider-pro .sp-selected-thumbnail:before {
  border-color: #6f3164 !important;
}
html .yolo-testimonial.slider-pro .sp-selected-thumbnail:after {
  border-right-color: #6f3164 !important;
}
html .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta p {
  color: #666666;
}
html .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i:before {
  background-color: #6f3164;
}
html .yolo-testimonial.slider-pro .testimonial-control .nav_prev:hover,
html .yolo-testimonial.slider-pro .testimonial-control .nav_next:hover {
  color: #6f3164;
}
html .yolo-testimonial.slider-pro-2 .sp-selected-thumbnail:before {
  border-color: #6f3164 !important;
}
html .yolo-testimonial.slider-pro-2 .sp-selected-thumbnail:after {
  border-bottom-color: #6f3164 !important;
}
html .yolo-testimonial.testimonial-carousel li:hover .testimonial-info {
  border-color: #6f3164;
}
html .yolo-testimonial.testimonial-carousel li:hover .testimonial-info h3 {
  color: #6f3164;
}
html .yolo-testimonial.testimonial-carousel li:hover .div-img i {
  color: #6f3164;
}
html .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page span {
  background-color: #b3b3b3;
}
html .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page:hover span {
  background-color: #333333;
}
html .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page.active span {
  background-color: #333333;
}
html .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p:before {
  color: #cccccc;
}
html .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-title {
  color: #333333;
}
html .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav {
  color: #333333;
}
html .recent-news-home_1 article .post-thumbnail-bg .btn-readmore-e:hover {
  color: #6f3164;
}
html .recent-news-home_1 article .post-thumbnail-bg .post-meta {
  background-color: #6f3164;
}
html .recent-news-home_1 article .post-information .post-blog-title a:hover {
  color: #6f3164;
}
html .recent-news-home_1 article .btn-readmore:hover {
  background-color: #6f3164;
}
html .recent-news-home_2 .recent-news-container article .post-info .entry-title a:hover {
  color: #6f3164;
}
html .recent-news-home_2 .recent-news-container article .btn-readmore:hover {
  background-color: #6f3164;
}
html .recent-news-home_3 .recent-news-container article .post-thumbnail .post-meta {
  background-color: #6f3164;
}
html .recent-news-home_3 .recent-news-container article .post-thumbnail .btn-readmore-e {
  color: #6f3164;
}
html .recent-news-home_3 .recent-news-container article .post-thumbnail .btn-readmore-e:hover {
  color: #222222;
}
html .recent-news-home_3 .recent-news-container article .post-info .entry-title a:hover {
  color: #6f3164;
}
html .recent-news-home_3 .recent-news-container article .btn-readmore:hover {
  color: #6f3164;
}
html .recent-news-home_6 .recent-news-container .slick-slider .recent-news-item .post-information .post-title a:hover {
  color: #6f3164 !important;
}
html .recent-news-home_6 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta {
  color: #333333;
}
html .recent-news-home_4 .recent-news-container article .post-thumbnail {
  background-color: #eeeeee;
}
html .recent-news-home_4 .recent-news-container article .post-content a {
  color: #222222;
}
html .recent-news-home_4 .recent-news-container article .post-content a:hover {
  color: #6f3164 !important;
}
html .recent-news-home_4 .recent-news-container article .post-content .post-info {
  border-right: 1px solid #eeeeee;
}
html .recent-news-home_4 .recent-news-container article .post-content .post-info span {
  color: #222222;
}
html .recent-news-home_1 .recent-news-container article .post-content .entry-title a {
  color: #222222 !important;
}
html .recent-news-home_1 .recent-news-container article .post-content .entry-title a:hover {
  color: #6f3164 !important;
}
html .recent-news-home_1 .recent-news-container article .post-content .post-info {
  color: #222222;
}
html .recent-news-home_1 .recent-news-container article .post-content .post-info i {
  color: #222222;
}
html .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info {
  color: #6f3164;
}
html .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category ul:after {
  color: #6f3164;
}
html .recent-news-home_3 .recent-news-container .slick-slider .recent-news-item .post-information .post-title a {
  color: #333333 !important;
}
html .recent-news-home_3 .recent-news-container .slick-slider .recent-news-item .post-information .post-title a:hover {
  color: #6f3164 !important;
}
html .recent-news-home_3 .recent-news-container .slick-slider .recent-news-item .post-information .post-meta {
  color: #333333;
}
html .recent-news-home_4 .recent-news-container article .post-thumbnail {
  background-color: #eeeeee;
}
html .recent-news-home_4 .recent-news-container article .post-content .entry-title a {
  color: #222222;
}
html .recent-news-home_4 .recent-news-container article .post-content .entry-title a:hover {
  color: #6f3164 !important;
}
html .recent-news-home_4 .recent-news-container article .post-content .post-info {
  border-right: 1px solid #eeeeee;
}
html .recent-news-home_4 .recent-news-container article .post-content .post-info span {
  color: #222222;
}
html .recent-news-home_6 .recent-news-container article:hover .post-content .post-excerpt:before {
  background-color: #6f3164;
}
html .recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore .span-text {
  color: #222222;
}
html .recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore .span-text:hover {
  background-color: #6f3164;
}
html .recent-news-home_6 .recent-news-container article .post-thumbnail .post-info {
  background-color: #6f3164;
}
html .recent-news-home_6 .recent-news-container article .post-thumbnail .post-info i {
  background-color: #222222;
}
html .recent-news-home_6 .recent-news-container article .post-thumbnail .post-info span {
  background-color: #6f3164;
}
html .recent-news-home_6 .recent-news-container article .post-content .post-excerpt:before {
  background: #222222;
}
html .recent-news-home_6 .recent-news-container article .post-content .category-content a {
  color: #333333 !important;
}
html .recent-news-home_6 .recent-news-container article .post-content .category-content a:hover {
  color: #6f3164 !important;
}
html .recent-news-home_6 .recent-news-container article .post-content .entry-title a {
  color: #222222 !important;
}
html .recent-news-home_6 .recent-news-container article .post-content .entry-title a:hover {
  color: #6f3164 !important;
}
html .social-shortcode-wrap.style_1 .social-list .social-item .icon-wrap:hover i {
  color: #6f3164 !important;
}
html .social-shortcode-wrap.style_2 .social-list li .icon-wrap:hover {
  background-color: #6f3164;
}
html .social-shortcode-wrap.style_3 .social-list .social-item i:hover {
  background-color: #6f3164;
}
html .social-shortcode-wrap.style_3 .social-list .social-item .icon-wrap:hover {
  color: #6f3164;
}
html .blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap a.btn-readmore {
  background-color: #6f3164;
}
html .blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap a.btn-readmore:hover {
  background-color: #281224;
}