<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> *, a {color: rgb(95, 20, 107);font-family: sans-serif;}
.clear { clear: both; }
body {  background: #e1d7e2;}
.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
img {
  border-radius: 3px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, .form-control { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}
body { font-family:Arial, Helvetica, sans-serif; }



.header-area {
    background: none repeat scroll 0 0 #77116a;
}
.header-area a, .header-area a i {
    color: #edccf3;
}
.header-area a:hover, .header-area a:hover i {
    color: WHITE;
}
.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-menu li {
    display: inline-block;
}
.user-menu li a {
    display: block;
    font-size: 13px;
    margin-right: 5px;
    padding: 10px;
}
.user-menu li a i.fa {
    margin-right: 5px;
}
.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}
.header-right ul.list-inline li a {
    display: block;
    padding: 9px;
}
.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}
.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}

.mainmenu-area {background: none repeat scroll 0 0 #fbfbfb;
font-family: "Roboto Condensed",sans-serif;
text-transform: uppercase;
width: 100%;
z-index: 999;}

.body-sitemap .artikel {
  width: 100%;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
  border-top: 3px solid rgb(131, 4, 156);
}

.logo h1 {
    font-size: 40px;
    margin: 30px 0;font-weight: 400;
}
.logo h1 a {
    color: #999;
}
.logo h1 a:hover {text-decoration: none;opacity: .7}
.logo h1 a span {
    color: #5a88ca;
}
.astylish-input-group .ainput-group-addon{
    background: white !important; 
}
.astylish-input-group .aform-control{
  border-right:0; 
  box-shadow:0 0 0; 
  border-color:#ccc;
}
.astylish-input-group button{
    border:0;
    background:transparent;
}
.shopping-item {
    border: 1px solid #ddd;
    float: right;
    font-size: 18px;
    margin-top: 40px;
    padding: 10px;
    position: relative;
}
.shopping-item a {
    color: #666;
}
.cart-amunt {
    color: #5a88ca;
    font-weight: 700;
}
.product-count {
    background: none repeat scroll 0 0 #5a88ca;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}
.shopping-item i.fa {
    margin-left: 15px;
}


.shopping-item:hover {
    background: none repeat scroll 0 0 #5a88ca;
    border-color: #5a88ca;
}
.shopping-item:hover a {
    color: #fff;text-decoration: none
}
.shopping-item:hover .cart-amunt {
    color: #fff;
}
.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #000;
}


.mainmenu-area ul.navbar-nav li a {
    color: #6e6a6a;
    font-size: 14px;
    padding: 20px;
}

.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a {background: #5a88ca; color:#FFF;}
.mainmenu-area .nav &gt; li &gt; a:focus {color: #FFF;}

.slider-area { width:80%; position:relative; margin:0 auto; padding:5px;}
/*-------------------------
[9. Block slider]
---------------------------*/
.block-slider{
  border:none;
  width: 100%;
}
.block-slider ul li{
  list-style: none;
}
.block-slider .bx-pager{
  display: none;
}
.block-slider .bx-prev,
.block-slider .bx-next{
  width: 32px;
  height: 32px;
  border: 1px solid #eaeaea;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 29px;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.block-slider img{
  width: 100%;
  height: auto;
}
.block-slider .bx-prev{
  left: 0px;
  padding-right: 3px;
}
.block-slider .bx-next{
  right: 0px;
  padding-left: 3px;
}
.block-slider:hover .bx-prev{
  left: 10px;
}
.block-slider:hover .bx-next{
  right: 10px;
}
.block-slider .bx-prev:hover,
.block-slider .bx-next:hover{
  background: #5a88ca;
  color: #fff;
  border-color: #5a88ca;
}

/*------------------
[4. Slidershow]
------------------*/

.block-slider .bx-pager{
  display: block;
    text-align: center;
}
.block-slider .bx-pager-item{
  width: 15px;
  height: 15px;
  background: #fff;
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}
.block-slider .bx-pager-item a{
  width: 100%;
  height: 100%;
  background: #999;
  display: block;
  border-radius: 50%;
}
.block-slider .bx-pager-item a.active{
  background: #1bd172;
}
.block-slider .caption-group{
  position: absolute;
    top: 26%;
    right: 16%;
}
.block-slider .caption-group .title{
  margin: 0;
}
.block-slider .caption-group .subtitle{
  margin: 0;
  margin-top: 5px;
}
.block-slider .caption-group .button-radius{
  margin-top: 27px;
}
.block-slider .caption-group .primary{
  color: #1bd172;
}
.block-slider .caption-group .caption{

}

/*----------------------
[10. Block top seller ]
------------------------*/
.button-radius{
  position: relative;
  border: 1px solid #eaeaea;
  padding: 1px;
  min-height: 34px;
  background: #fff;
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 20px;
  margin: 0;
  color: #666666;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  font-size: 14px;
}
.button-radius .icon{
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 2%;
  top: 2px;
  overflow: hidden;
}

.button-radius .icon:before{
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  color: #fff;
  width: 28px;
  height: 28px;
  background-color: #5a88ca;
  border-radius: 90%;
  text-align: center;
  line-height: 26px;
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.button-radius.white{
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.button-radius.white .icon:before{
  background: #fff;
  color: #333;
}

.button-radius:hover .icon{
  left: 100%;
  margin-left: -30px;
}
.button-radius:hover{
  padding-left: 20px;
  padding-right: 40px;
}

.promo-area {
  background:#fbfbfb;
  color: #fff;
  padding: 40px 0 40px;
}

.brands-area {
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  color: #fff;
  padding: 20px 0 20px;
}

.promo-area .zigzag-bottom, .brands-area .zigzag-bottom{background: #f4f4f4}
.single-promo {
    font-size: 25px;
    font-weight: 200;
    padding: 20px 10px;
    text-align: center;
}
.single-promo i {
  font-size: 50px;
}

.single-promo:hover {color: #fff;background: #222;}
.promo1 { background:#5a88ca;}
.promo2 { background:#ffd900;}
.promo3 { background:#fa8072;}
.promo4 { background:#4abebd;}
.section-title {
  font-family: "Raleway",sans-serif;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}


.product-f-image {
    position: relative;
}

.product-f-image img {
  height: 220px;
}

.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}
.product-hover a {
    background: none repeat scroll 0 0 #5a88ca;
    color: #fff;
    display: block;
    font-size: 14px;
    left: 5%;
    margin: 0;
    padding: 7px;
    position: absolute;
    text-align: justify;
    text-transform: uppercase;
    border: 1px solid #5a88ca;
    width: 90%;z-index: 99;transition: .4s;
}
.product-hover a:hover {
  background: white;
  text-decoration: none;
  border-color: 0;
  color: #0079C2;
}
.product-carousel-price ins {
  color: #5a88ca;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {top: -25%;}
.product-hover a.view-details-link { bottom: -25%;}
.single-product h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}


.single-product h2 a {
    color: #222;
}
.single-product p {
    color: #5a88ca;
    font-weight: 700;
}

.single-product {
  overflow: hidden;
}
.single-product:hover {}
.single-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.single-product:hover .product-hover a.view-details-link {bottom: 32%;}
.single-product:hover .product-hover:after{left: 0}


.product-carousel {
  padding-top: 40px;
}
.latest-product .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.order-history-carousel .owl-nav  {
  position: absolute;
  right: 0;
  top: 0;
}
.latest-product .owl-nav div, .related-products-wrapper .owl-nav div, .order-history-carousel .owl-nav div {
  background:#fa8072;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}
.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover, .order-history-carousel .owl-nav div:hover {color: #FFF; background:#f95f5f;}
.brand-list {padding-top: 40px;}
.brand-list .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.brand-wrapper .owl-nav div {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.brand-wrapper .owl-nav div {
  background:#fa8072;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.maincontent-area {padding-bottom: 50px; padding-top:20px;}

.product-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}


.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}
.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}
.single-wid-product h2 {
    font-size: 14px;
    margin-bottom: 12px;
}
.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}
.product-wid-price ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-wid-product h2 a {
    color: #222;
}
.single-wid-product h2 a:hover, .single-product h2 a:hover {
    color: #5a88ca;
}
.wid-view-more {
    background: none repeat scroll 0 0 #5a88ca;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}
.wid-view-more:hover {color: #fff;background-color: #222;text-decoration: none}
.single-product-widget {
    position: relative;
}
.product-widget-area {
  padding-bottom: 30px;
  padding-top: 30px;
}
.product-widget-area .zigzag-bottom{background: #f4f4f4;}
.footer-top-area .zigzag-bottom{background: #f4f4f4}
.footer-top-area {background: none repeat scroll 0 0 #e1d7e2;color: #999;/* border-top: 1px solid; */padding: 35px 0 30px;margin-top: -10px;}


.footer-bottom-area {background: #000;}
.footer-about-us span {
  color: #5a88ca;
}
.footer-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;color: #fff
}

.footer-about-us h2 {
  font-weight: 200;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 5px 0;
}
.footer-menu a {
    display: block;
    padding: 5px 0;color: #999
}


.footer-social a i {
  color: white
}
.footer-social a {
  background: none repeat scroll 0 0 #8d1e8d;
  /* color: #d4c9c9; */
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 5px;
  text-align: center;
  width: 40px;
  border: 1px solid #752183;
}

.footer-social a:hover {background-color: #b82bb8;}

.footer-social {/* margin-top: 20px */}


.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;border: 1px solid #5a88ca;
}
.newsletter-form input[type="submit"]:hover {background: #222;border-color: #666}
.newsletter-form {
    margin-top: 25px;
}
a {color: #b83ece;}
a:hover, a:focus {color: #8d1e8d;}
.footer-bottom-area {
  background: none repeat scroll 0 0 #8d1e8d;
  color: #fff;
  padding: 10px;
}
.footer-bottom-area .col-md-12{
  color: white;
  
}

.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
left: inherit;
list-style: outside none none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
ol.slide-indicators li {
background: none repeat scroll 0 0 #222;
border: medium none;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}
ol.slide-indicators li.active {
background: none repeat scroll 0 0 #fff;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}


.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
  font-size: 30px;
  text-align: right;
}

.copyright &gt; p {
  margin: 10px 0 0;
}

.product-big-title-area {background: url(img/crossword.png) repeat scroll 0 0 #5a88ca}

.product-bit-title h2 {
  font-family: raleway;
  font-size: 50px;
  font-weight: 200;
  margin: 0;
  padding: 50px 0;color: #fff;
}

.single-product-area .zigzag-bottom {background-color: #f4f4f4}

.single-product-area {
  padding: 20px 0 15px;
  background: #ffffff;
  margin-bottom: -15px;
}
.single-product-area a:hover {
  color: purple;
}
.single-product-area a {
  color: #b408d2;
}




.sidebar-title {
    color: #7e4ca5;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-sidebar {
    margin-bottom: 50px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select, .form-control {
    border: 1px solid rgba(156, 39, 176, 0.19);
    padding: 10px;
    border-radius: 5px;
    color: purple;
}
input[type="submit"], button[type=submit] {
    background: none repeat scroll 0 0 #8b1a9e;
    color: #ffffff;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #4a4a4a;
    padding: 11px 15px;
    border: #701280 1px solid;
    text-transform: uppercase;
}
input[type="submit"]:hover, button[type=submit]:hover {background-color: #6d0a7d;/* color: #8b1a9e; */9e */}
.single-sidebar input[type="text"], .single-sidebar input[type="email"], .single-sidebar input[type="password"] {
    margin-bottom: 10px;
    width: 100%;
}
.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}
.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}
.thubmnail-recent &gt; h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.thubmnail-recent &gt; h2 a {
    color: #222;
}
.product-sidebar-price &gt; ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-sidebar &gt; ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-sidebar li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.single-sidebar a {
    display: block;
}
.product-breadcroumb {
    margin-bottom: 20px;
}
.product-breadcroumb &gt; a {
    margin-right: 31px;
    position: relative;
}
.product-breadcroumb &gt; a::before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
}
.product-breadcroumb &gt; a:last-child::before {
    display: none;
}
.product-main-img {
    margin-bottom: 20px;
}
.product-gallery {
    margin-bottom: 25px;
    margin-left: -15px;
    overflow: hidden;
}
.product-gallery img {
    height: auto;
    margin-left: 15px;
    width: 76px;
}
.product-name span {
  font-size: .5em;
  position: absolute;
  padding: 3px 9px;
  margin: 2px 10px;
  color: white;
  background: #b408d2;
  border-radius: 50px;
}
.product-name span:after {
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  margin-left: 5px

}
.product-name {
    font-size: 25px;
    margin-bottom: 20px;
}
.product-inner-price {
    margin-bottom: 25px;
}
.product-inner-price &gt; ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.quantity {
    float: left;
    margin-right: 15px;
}
.quantity input[type="number"] {
    border: 1px solid #5a88ca;
    padding: 5px;
    width: 50px;
}
.add_to_cart_button {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    padding: 6px 25px;display: inline-block
}
.add_to_cart_button:hover {background-color: #222;color: #fff;text-decoration: none}
form.cart {
    margin-bottom: 25px;
}
.product-inner-category {
    margin-bottom: 30px;
}
.product-tab {
    border-bottom: 1px solid #8b1a9e;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.product-tab li {
    display: inline-block;
}
.product-tab li.active {
    background: none repeat scroll 0 0 #8b1a9e;
}
.product-tab li.active a {
    color: #fff;
}
.product-tab li a {
    /* color: #222; */
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}
.product-tab li a:hover {
    text-decoration: none;
}
.product-tab li a:focus {
    text-decoration: none;
}
.tab-content h2 {
    font-size: 20px;
}
.tab-content {
    /* margin-bottom: 30px; */
}
.submit-review label {
    display: block;
}
.submit-review input[type="text"], .submit-review input[type="email"], .submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
}
.rating-chooser {
    margin-bottom: 30px;
}
.rating-chooser p {
    font-weight: 700;
}
.rating-wrap-post {
    font-size: 20px;
}

.submit-review textarea {
    height: 105px;
}

.related-products-wrapper {
  margin-top: 30px;
}
.related-products-title {color: #feae52;
font-size: 25px;
margin-bottom: 30px;
text-transform: uppercase;}

.related-products-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -56px;
}



table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
table.shop_table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 15px;
    text-transform: uppercase;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 18px;
}
div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #5a88ca;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.cart_totals table th {
    background: none repeat scroll 0 0 #f4f4f4;
}
.onsale {
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #5a88ca;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.price &gt; ins {
}
div.cart-collaterals ul.products li.product .price ins {
    color: #5a88ca;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}

.info-error {
  color: red;
}

.woocommerce-info {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
}
.col2-set {
    margin-left: -30px;
    overflow: hidden;
}
.col-1, .col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}
#customer_details label {
    display: block;
    margin: 0 0 5px;
}
#customer_details input[type="text"], #customer_details textarea, .shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}
#customer_details h3 {
    color: #5a88ca;
    font-size: 20px;
    text-transform: uppercase;
}
.create-account {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 50px;
    padding: 15px;
}
#order_review_heading {
    color: #5a88ca;
    font-size: 20px;
    text-transform: uppercase;
}
#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
#payment ul.payment_methods li {
    margin-bottom: 15px;
}
a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}


#customer_details select, .shipping_calculator select {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}


table.shop_table td.product-remove a {
  display: inline-block;
  padding: 0 5px 2px;
  text-transform: uppercase;
}


table.shop_table td.product-remove a:hover {color: #fff;background: red;text-decoration: none}
table.shop_table td.product-name a{color: #222;}
table.shop_table td.product-name a:hover {color: #5a88ca;text-decoration: none}
div.quantity input.plus:hover, div.quantity input.minus:hover {background-color: #222}
div.cart-collaterals ul.products li.product a:hover h3 {color: #5a88ca}
div.cart-collaterals ul.products li.product a:hover {text-decoration: none}

div.cart-collaterals ul.products li.product:hover .add_to_cart_button{background-color: #222}


.cart-collaterals .shipping_calculator {
  float: right;
  width: 40%;
}

.login-page .info-error, .login-header .info-error {
  text-align: right;
}

#login-form-wrap, #coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
    padding: 25px;
}
#login-form-wrap label {
    display: block;
    margin-bottom: 5px;
}
#login-form-wrap input[type="text"], #login-form-wrap input[type="password"] {
    margin-bottom: 10px;
    width: 250px;
}
#login-form-wrap input[type="submit"] {
    margin-bottom: 15px;
}



.single-shop-product h2 {
    font-size: 20px;
    margin: 10px 0;
}
.product-option-shop {
    margin-top: 15px;
}

.single-shop-product {margin-bottom: 50px}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  color: #5a88ca;
}

.email-info {
  text-align: center;

}
.email-info .email-info-title {
  font: 25px arial;
}

hr {
  border-top: 1px solid rgba(156, 39, 176, 0.17);
  border-bottom: 1px solid white;
  margin-top: 10px;
  margin-bottom: 10px;
}

.change-password-area {
  background: #d2b9d6;
  padding: 10px;
  text-align: center;
  margin-top: 2px;
}
.change-password-area input {
  margin: 1px 0;
  border-radius: 3px;
  width: 100%;
  text-align: center;
}
.change-password-area button {
  border-radius: 3px;
}
.change-password-area a {
  color: #b408d2;
  font-size: 150%;
}

.member-data, .business-data {
 background: rgba(216, 196, 216, 0.13);
 padding-bottom: 20px;
}
.member-data .member-data-title{
  background: purple;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #e1d7e2;
  font: 20px "Footlight MT Light";
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  border: 1px solid purple;
  margin-left: -1px;
  margin-right: -1px;
  width: 100.357%;
  text-shadow: 1px 1px 1px black;
}
.member-data .member-data-body {
  /* border: 1px solid rgba(128, 0, 128, 0.15); */
  border-radius: 0 0 5px 5px;
}
.member-data .data-produk {
  margin-bottom: 40px;
  border: 1px solid rgba(128, 0, 128, 0.08);
  border-radius: 5px;
}
.member-data-value-bottom a {
  padding: 5px 10px;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 3px 2px purple;
  text-decoration: none;
}
.member-data-value-bottom a:hover {
  box-shadow: 0 0 10px purple;
}
.member-data-value-bottom a:first-child {
  float: left
}
.member-data-value-bottom a:last-child {
  float: right;
}

.member-business {
  max-width: 200px;
  display: inline-block;
  padding: 10px 10px;
  margin: 10px 3px;
  text-align: center;
  background: linear-gradient(transparent 10%,#d9c8dc);
  border-radius: 0 0 5px 5px;
  border-bottom: 3px solid;
}
.member-business-photo {
  height: 200px
}
.member-business img {
  width: 200px;
  font-weight: bold;
}
.member-business-title {
  font: 20px "serif";
  padding: 5px 0;
}
.member-business-address {
  font-size: 13px;
  height: 50px;
}
.member-business:hover {
  background: linear-gradient(rgba(255, 255, 255, 0),#c8afcd);
}
.member-business:hover .member-business-action {
 visibility: visible;
 opacity: 1;
}
.member-business-action {
   opacity:0;
  visibility: hidden;
  transition: all ease-out .3s;
  background: linear-gradient(rgb(202, 152, 202),#e1d7e2);
  position: absolute;
  width: 200px;
  margin-left: -10px;
  padding: 10px 0;
  margin-top: -80px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 -4px 9px;
}
.member-business-promotion {
  height: 30px;
  padding: 0px 10px !important;
  font-size: 12px;
  margin-bottom: 10px;
  width: 125px;
  border-radius: 2px;
}

.members-kiri {
  width: 250px;
}
.members-kanan {
  width: 100%;
  margin-left: 40px;
}
.members-data {
  display: flex;
}
.business {
  width: 300px;
}

.business-rating {
  font-size: 1em;
  position:absolute;
  padding: 1px 5px 1px 3px;
  margin: -2px 5px 3px -116px;
  color: #8b1a9e;
  background: #f4f1fa;
  border-radius: 3px;
}
.business-rating:after {
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  margin-left: 5px

}
.business-flag {
  position: absolute;
  margin: -3px 0 0 88px;
  border-radius: 3px;
  font-size: 1.2em;
  background: rgb(244, 241, 250);
  padding: 0 4px;
}
.business-data-title{
  background: purple;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #e1d7e2;
  font: 20px "Footlight MT Light";
  font-weight: bold;
  border-radius: 4px;
  text-shadow: 1px 1px 1px black;
}
.business-data-body {
  /* border: 1px solid #d9b6d4; */
  border-radius: 0 0 3px 3px;
}
.business .data-produk {
  margin-bottom: 20px;
}
.business-data-value-bottom a {
  padding: 5px 10px;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 3px 2px purple;
  text-decoration: none;
}
.business-data-value-bottom a:hover {
  box-shadow: 0 0 10px purple;
}
.business-data-value-bottom a:first-child {
  float: left
}
.business-data-value-bottom a:last-child {
  float: right;
}

.business {
  padding: 10px 10px;
  width: 100%;
  margin: 10px auto;
}
.data-business {
  width: 250px;
  display: inline-block;
  margin: 10px 10px 20px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(128, 0, 128, 0.24);
  border-bottom: 3px solid rgb(188, 112, 196);
  background: rgba(103, 58, 183, 0.07);
}
.business-photo {
  height: 250px
}
.data-business img {
  width: 250px;
  border-radius: 6px;
}
.business-title {
  font-weight: bold;
  font: 20px "serif";
  padding: 5px 0;
}
.business-address {
  font-size: 13px;
  min-height: 50px;
}
.data-business:hover, .business-promotion .data-business:hover {
  background: linear-gradient(rgba(255, 255, 255, 0),#d4bdd8);
  box-shadow: 0 5px 9px rgba(156, 73, 156, 0.64);
}
.data-business:hover .business-action {
 visibility: visible;
 opacity: 1;
}
.business-action {
  opacity:0; 
  visibility: hidden; 
  transition: all ease-out .3s;
  background: linear-gradient(#711182, rgba(216, 204, 218, 0) 95%);
  position: absolute;
  width: 248px;
  margin-left: -10px;
  margin-top: -10px;
  padding: 10px 0 10px;
  border-radius: 10px 10px 0 0;
  color: #d5c7d6;
  font-size: 15px;
  font-weight: bold;
}
.business-category {
  height: 50px;
  color: inherit;
}
.business-action .business-category a{
  background: transparent;
  border:0;
  color: inherit;
  padding: 0;
}
.business-action a {
  font-weight: normal;
  background: #e8e4e8;
  padding: 10px 20px;
  transition: background .2s, color .5s;
  display: block;
  border: 2px solid #7c148e;
  margin: 5px 10px;
  border-radius: 7px;
  font: 17px "bell mt";
  color: #5a0d5a;
  text-decoration: none;
  cursor: pointer;
}
.business-action a:hover {
  background: #a53aa5;
  color: #e8e4e8;
  box-shadow: 0 0 15px;
}
.business-promotion .data-business, .business-promotion .business-rating, .business-promotion .business-flag {
    background: lemonchiffon;
}


nav {
  text-align: center
}
.pagination &gt; li a:hover{
  background: #5c025c;
  color: white;
}
.pagination &gt; li a{
  background: purple;
  color: white;
  min-width: 35px
}
.pagination &gt; li i {
  color: inherit
}
.pagination li.active a {
  background: #45084f;
  border: none;
  margin: 1px 1px 1px 0;
}
.pagination li.active a:hover {
  background: #45084f;
  cursor: no-drop;
}

.position {
  text-align: right;
  margin: -15px auto 20px;
  /* padding: 0 30px; */
}
.position a {
  background: #8b1a9e;
  padding: 5px 10px;
  color: #f4eef5;
  border-radius: 3px;
  box-shadow: 0 3px 9px #7c51a1;
  text-decoration: none;
}
.position a:hover, .position a.active {
  color: #f1ebf1;
  background: #6e0e7e;
  box-shadow: 0 5px 10px #63378a;
}
.kategori-area ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.kategori-area ul li ul {
  z-index: 99;
  opacity:0;
  transition: all ease-out .3s;
  visibility: hidden;
  position: absolute;
  left: 10px;
  right: 10px;
  margin-top: 30px;
  padding-left: 0px;
  box-shadow: 0 4px 5px;
  background: linear-gradient(transparent,rgb(243, 223, 246) 7px,#deb9e5);
}
.kategori-area ul li ul li {
  display: inline;
  margin: auto 10px;
  position: relative;
  z-index: 99
}
.nav-tabs {
  border-bottom: 1px solid #d89bd8;
}
.nav-tabs li a, .nav-tabs li a:focus {
  background: #a53fa5;
  color: white;
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active:hover a  {
  background: #eedbf3;
  color: #a53fa5;
  box-shadow: 0 -2px 3px;
  border: 1px solid #d89bd8;
  border-bottom: 2px solid transparent;
}
.nav-tabs li:hover a {background: #eedbf3;color: #a53fa5;box-shadow: 0 -2px 3px;border: 1px solid #d89bd8;border-bottom: 2px solid transparent;}

.detail_usaha_left{
  float: left;
  margin-left: 10px;
}
.detail_usaha_right{
  /* float: left; */
  width: 100%;
  /* position: absolute; */
  padding-left: 330px;
}

.helped {
  /* margin-bottom: 20px; */
  /* border-bottom: 1px solid purple; */
  /* border-radius: 0 0 10px 10px; */
  /* background: linear-gradient(#e0cee1, #d7c5d9); */
  /* box-shadow: 0 1px 1px; */
}
.helped a {
  text-decoration: none;
  font-weight: bold;
}
.helped .help-title {
  padding: 5px 15px;
  background: linear-gradient(#b391b9,#ccc1cd);
  border-bottom: 1px solid #dabada;
  color: #650377;
  border-top: 1px solid #b7a0bb;
  border-left: 1px solid #b7a0bb;
  border-right: 1px solid #b7a0bb;
  text-decoration: none;
}
.helped .help-body {
  background: linear-gradient(#e1d7e2, #d7c5d9);
  padding: 5px 15px;
  margin-bottom: 5px;
  border-bottom: 2px solid;
  border-radius: 0 0 6px 6px;
  border-left: 1px solid #cbadcd;
  border-right: 1px solid #cbadcd;
  border-top: 1px solid #cbadcd;
}

.promotion {
  width: 100%;
}
.promotion&gt;div {
  display: inline-block;
}
.promotion .promotion-option input{
  position: absolute;
  margin: -30px 0 0 -10px;
}
.promotion .promotion-option {
  width: 50px;
  text-align: center;
}
.promotion .promotion-body-title {
  font-weight: 700;
}
.promotion .promotion-body {
  width: 80%;
}
.promotion .promotion-price {
  font-size: 20px;
  font-weight: bold;
}


.tooltip.top .tooltip-arrow {
  border-top-color: purple;
}
.tooltip.right .tooltip-arrow {
  border-right-color: purple;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: purple;
}
.tooltip.left .tooltip-arrow {
  border-left-color: purple;
}
.tooltip-inner {
  background-color: purple;
}

.member-message {
    border-top: 1px solid rgba(233, 223, 233, 0.99);
    padding-bottom: 10px;
}
.member-message-title {
  padding: 5px 10px 0px;
  font-size: 14px;
  font-weight: 700;
}
.member-message-body {
  padding: 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 7px 0;
}
.member-message-time {
  font-style: italic;
  font-size: 11px;
  padding: 0 10px;
}

.tag-link {
  background: rgb(146, 78, 157);
  padding: 3px 5px;
  border-radius: 4px;
  margin: 2px 0;
  display:inline-flex;
}
.tag-link:hover {
  background: #eaddec;
}
.tag-link a {
  color: #ffffff;
  text-decoration: none;
}

.business-search {
  border-bottom: 1px solid rgba(245, 235, 245, 0.99);
  padding: 5px;
  text-align: right;
}
.business-search input {
  margin-right: -68px;
  border-radius: 5px;
  height: 31px;
  width: 200px;
}
.business-search input:focus {
  width: 270px;
}
.business-search button {
  border-radius: 0 5px 5px 0;
  padding: 5px 15px;
}
.help-area a {
  text-decoration: none;
  color: inherit;
}


.article-date, .article-month, .article-year {
  display: block;
  color: white;
  padding: 4px 10px;
  text-align: center;
}
.article-date:before {
  content: "[]";
  color: purple;
  position: absolute;
  margin: -15px 0 0 -10px;
  font-size: 20px;
  text-shadow: -2px 0;
  /* font-weight: bold; */
}
.article-date:after {
  content: "[]";
  /* font-weight: bold; */
  color: purple;
  position: absolute;
  font-size: 20px;
  text-shadow: 2px 0px;
  margin: -15px 0 0 -1px;
}
.article-time {
  width: 50px;
  float: left;
}
.article-time span:first-child {
  border-radius: 3px 3px 0 0;
}
.article-time span:last-child {
  border-radius: 0 0 3px 3px;
}
.article-date {
  background: purple;
}
.article-month {
  background: #590959;
}
.article-year {
  background: purple;
}
.article-image {
  margin: 0 10px;
  float: left;
  width: 170px;
  height: 170px;
  overflow-y: hidden;
}
.article-image img {
  width: 100%;
}
.article-body {
  text-align: justify;
  display: table;
}
.article-title {
  font-weight: bold;
  font-size: 18px;
}

.article-page-title {
  background: purple;
  padding: 5px 15px;
  color: white;
  margin: 10px 0;
  border-radius: 3px;
}
.artikel-right-data, .business-right-data {
  transition: background .5s;
}
.artikel-right-data:hover, .business-right-data:hover {
  background: #ddd;
}

.article-content p {
  text-indent: 40px;
}
.article-rand {
   margin: 10px 0;
   padding: 0 20px 10px 0;
 /*  border-bottom: 1px solid purple;*/
}
.article-info {
  font-weight: bold;
  font-size: 12px;
  margin: 5px -10px 0 10px
}
.article-rand .btn-article-read {
  position: absolute;
  margin: -55px 10px 0 0px;
  background: rgba(139, 26, 158, 0.82);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.article-rand:hover .btn-article-read {
  opacity: 1;
  visibility: visible;
}</pre></body></html>