/*header*/
#jf_login .jf_l_modal_trigger {
background: transparent !important;
-webkit-box-shadow: inset 0 0 0px #000000 !important;
-khtml-box-shadow: inset 0 0 0px #000000 !important;
-moz-box-shadow: inset 0 0 0px #000000 !important;
-ms-box-shadow: inset 0 0 0px #000000 !important;
-o-box-shadow: inset 0 0 0px #000000 !important;
box-shadow: inset 0 0 0px #000000 !important;
border-bottom: 0px solid #444444 !important;
color: #16182f !important;
font-size: 17px !important;
}
#jf_login .jf_l_modal_trigger {
line-height: 47px !important;
}
#jf_login .jf_l_modal_trigger i {
font-size: 19px !important;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, 
.bs-tooltip-bottom .arrow::before,
.tooltip-inner {
	display:none !important;
}
#jf_login .fa-lock::before {
content: "\f007" !important;
}

.sp-megamenu-parent > li > a{
text-transform:uppercase;
}

/*
@media (min-width: 1180px) {
.sp-megamenu-parent > li {
	margin-top: -29px;
}
}
*/
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
	line-height: 80px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:after {
    position: absolute;
    content: " ";
    bottom: -1px;
    height: 1px;
    left: 0;
    right: 0;
    width: 0;
	background: #8d55a0;
	transition: all .4s;
}
/*
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover:after{
    width: 100%;
    transition: all .4s;
    z-index: 5;
}
*/
.sp-megamenu-parent li:after {
    position: absolute;
    content: " ";
    bottom: -1px;
    height: 3px;
    left: 0;
    right: 0;
    width: 0;
	background: #8d55a0;
	transition: all .4s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	padding: 7px 0;
}
.sp-megamenu-parent li:hover:after{
    width: 100%;
    transition: all .4s;
    z-index: 5;
}
#sp-header i {
	color: #16182f;
}
#sp-header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #eee;
	z-index:99 !important;
}
.sp-megamenu-parent {
	padding: 0 20px 0 0;
	border-right: 0px solid #eee;
}
.login .col-md-4 {
	background:#fff;
	padding:35px;
	border:1px solid #f8f8f8;
}
.cart-item-count {
	position:absolute;
}
.cart-item-info i {
	line-height:42px !important;
	font-size:17px;
}	
a.searchi {
	padding-left: 15px;
}
#sp-top1 p {
	margin-bottom: 0;
}
#sp-top1 {
	padding:1px 0;
	text-align:center;
}
/**/
/*shop*/
.j2store-product-list .col-sm-9 {padding-right:29px;}
.j2store-addtocart-form .options br {
  display: none;
}
.j2store-addtocart-form .options input {
  display: none;
}
.j2store-addtocart-form .options b {
  font-size: 16px;
  color: #151515;
  font-weight: bold;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 10px;
  width: 15%;
}
.j2store-addtocart-form .options label {
  font-size: 14px;
  border: 1px solid #ededed;
  display: inline-block;
  text-transform: capitalize;
  padding: 9px 18px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 4px;
  cursor: pointer;
  font-weight: 500;
}
.j2store-addtocart-form .options label:hover {
  background: #8d55a0;
  color: #fff;
  border-color: #8d55a0;
}
.j2store-addtocart-form .options .option {
  margin: 30px 0;
}
.j2store-addtocart-form .options .option input:checked + label {
  background: #8d55a0;
  color: #fff;
  border-color: #8d55a0;
}
.j2store-sidebar-filters-container .j2store-category-list {
  display: block;
}
.j2store-sidebar-filters-container .j2store-category-list li.j2product-categories {
  margin-bottom: 12px;
}
.j2store-sidebar-filters-container .j2store-category-list li.j2product-categories:last-child {
  margin-bottom: 0;
}
.j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a {
  color: #151515;
  padding: 5px 0px;
  font-size: 18px;
  position: relative;
}
/*
.j2store-sidebar-filters-container .j2store-category-list li.j2product-categories a:before {
  background: #ffffff;
  content: '';
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
  border-radius: 0px;
}
 
.j2store-sidebar-filters-container .j2store-category-list li.j2product-categories.active a:after {
  font-family: FontAwesome;
  content: '\f00d';
  position: absolute;
  left: 4.5px;
  top: 8px;
  font-size: 12px;
  color: #8d55a0;
}
.j2store-sidebar-filters-container .j2store-category-list li.j2product-categories.active a:before {
  border: 1px solid #8d55a0;
  border-radius: 0px;
}
*/

.j2store-sidebar-filters-container .productfilters-list input:checked + label::after {
opacity: 1;
top: 4px;
font-size: 12px;
font-family: FontAwesome;
content: '\f00d';
position: absolute;
left: 4.5px;
font-size: 12px;
color: #8d55a0
}

.j2store-sidebar-filters-container .productfilters-list input:checked + label::before {
    border: 1px solid #db202f;
    border-radius: 0px;
}
.j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label, 
.j2store-sidebar-filters-container .productfilters-list .j2store-product-brand-label, 
.j2store-sidebar-filters-container .manufacturer-filters .j2store-productfilter-label, 
.j2store-sidebar-filters-container .productfilters-list .j2store-productfilter-label {
  display: block;
  position: relative;
  margin: 0 0 0px;
  text-transform: capitalize;
  color:#151515;
  padding-bottom: 7px;
}
 /*
.j2store-productfilter-label  input[type="checkbox"],
.j2store-product-brand-label input[type="checkbox"] {
opacity:0;
}
.j2store-productfilter-label:before,
.j2store-product-brand-label:before {
  background: #ffffff;
  content: '';
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
  border-radius: 0px;
}

.j2store-productfilter-label:after input[type=checkbox] + label ,
.j2store-product-brand-label:after input[type=checkbox] + label {
opacity: 1;
top: 4px;
font-size: 12px;
font-family: FontAwesome;
content: '\f00d';
position: absolute;
left: 4.5px;
font-size: 12px;
color: #8d55a0
}
*/


/*image gallery*/

@media (min-width: 841px) {
.j2store-single-product .j2store-product-additional-images .additional-image-list{
position: absolute;
left: 0px;
top: 0;
transition: all 0.4s ease 0s;
}
.j2store-product-main-image {
margin-bottom: 10px;
margin-left: 70px;
}
.additional-image-list li {display: block;}
.task-view .j2store-mainimage {
margin-right:80px !important;
margin-bottom:60px;
}
}

@media (max-width: 840px) {
.j2store-single-product .j2store-product-additional-images .additional-image-list{
transition: all 0.4s ease 0s;
margin-bottom:30px;
}
.j2store-product-main-image {margin: 1px 1px 10px 1px;}
.additional-image-list li {display: inline;}
.j2store-img-responsive {display: inline;}
.j2store-img-responsive:hover {
transform: rotateY(0deg);
transition: 0.5s;
}

}
ul.additional-image-list {padding:0;}
/*end*/
h2.product-title{
color: #151515;
font-family: Poppins;
font-size: 15px;
font-weight: 600;
line-height: 22px;
margin-bottom: 0;
margin-top: 0;
text-align: left;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li {
 margin-bottom: 10px;
transition: all 0.4s ease 0s;
}
.additional-image-list .j2store-img-responsive {
border: 1px solid #eee;
transition: all 0.4s ease 0s;
}
.additional-image-list .j2store-img-responsive:hover {
border: 1px solid #8d55a0;
transition: all 0.4s ease 0s;
}

.task-none .j2store-mainimage {padding-bottom:15px;}
.j2store-cart-button.btn-primary {
border-radius: 1px;
text-transform: uppercase;
padding: 14px 30px;
font-weight: 600;
font-size: 14px;
}
.j2store-single-product.simple.detail.bs3 .product-title {
font-size: 30px;
line-height: 1.4em;
margin: 0 0 3px;
text-align: left;
color:#151515;
}
.product-price-container .sale-price {
color: #8d55a0;
}
.sku-text,
.manufacturer-brand span {
color:#151515;
font-weight:500;
}
.white-backg .product-sdesc {
padding: 10px 0 0 16px;
}
.price-sku-brand-container {
border-top: 0px solid #efefef;
}
.j2store-product-specifications h4 {
color:#151515;
padding-top:25px;
font-size:17px;
}
#specs .j2store-product-specifications  {display:none;}
#j2store-product-detail-tab.nav-tabs > li a {
background: #fff;
border-radius: 5px 5px 0 0;
color: #151515;
display: block;
float: left;
font-size: 15px;
font-weight: 600;
margin-right: 2px;
padding: 15px 30px;
text-transform: uppercase;
top: 1px;
border: 1px solid #f8f8f8;
}

#j2store-product-detail-tab.nav-tabs { border-bottom: 1px solid #f8f8f8;}
.social-txt-pr {
margin-top:30px;
color:#151515;
font-weight:600;
padding-bottom:15px;
}
#j2store_app_shareButton i {
font-size:30px;
text-align:left;
border-right:2px solid #f8f8f8;
padding-right:25px;
}
#j2store_app_shareButton i:last-child {border-right:0px solid #f8f8f8;}
.product-sdesc {
font-weight: normal;
line-height: 28px;
margin-bottom: 0px;
}
.product-ldesc h3 {
	color: #151515;
	font-size: 20px;
	font-weight: 600;
}
.product-ldesc h4 {
	color: #151515;
	font-size: 18px;
	font-weight: 600;
	padding: 13px 0;
}
.product-ldesc {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 25px;
	background:rgba(51, 50, 45, .06);
	line-height:28px;
}
#j2store-product-detail-tab.nav-tabs > li.active > a {
background:#151515;
border-bottom: 0px solid #ffffff;
border-radius: 5px 5px 0 0;
color:#fff;
}

.sp-page-title .sp-page-title-heading, 
.sp-page-title .sp-page-title-sub-heading {
	color:#151515 !important;
}
.sp-page-title .sp-page-title-heading {
	font-size:35px !important;
	font-weight:600 !important;
}
.sp-page-title .sp-page-title-sub-heading {
	font-size:17px !important;
	font-weight:400 !important;
}
.sp-page-title {
	padding:100px 0 !important;
	background-repeat: no-repeat !important;
	background-position:  right top !important;
	background-size: cover !important;

}
.modal-body .col-sm-6 {
max-width: 100%;
flex: 0 0 100%;
}
.modal-body {z-index:99999; position:relative;}
.modal-body .j2store-single-product .j2store-product-additional-images .additional-image-list {position:relative;}
.modal-body .j2store-product-main-image {margin-left: 0;}
.modal-body .j2store-add-to-cart,
.modal-body .col-sm-12,
.modal-body .tght,
.modal-body .options,
.modal-body .price-sku-brand-container {
display:none;
}
.modal-body .price-sku-brand-container {
    border-top: 0px solid #efefef!important;
    border-bottom: 0px solid #efefef!important;
    margin: 0 0 0!important;
    padding: 0!important;
}
.modal-body .additional-image-list .j2store-img-responsive {
display:inline;
}
.modal-body .product-price-container .sale-price {margin-left: -18px;}
.modal-body .product-sdesc {
    padding: 10px 0 0 0px!important;
}
.modal-footer .btn-success,
.modal-footer .btn-success:hover{
background: #8d55a0 !important;
border:1px solid #8d55a0 !important;
}
.modal-body .j2store-mainimage {
margin-bottom:0!important;
padding-bottom: 5px !important;
}
.modal-content .modal-footer {
display: block !important;
text-align: left !important;
}
.modal-body .product-title {
margin-top:20px!important;
}
.btn.btn-default.qw {
position:absolute;
left:43%;
top:33%;
color:#fff;
background:#151515;
width:50px;
height:50px;
border-radius:100%;
line-height: 34px;
opacity:0;
}
.prdct:hover .btn.btn-default.qw {
opacity:1;
}

.j2store-product-list .j2store-products-row .product-title a {
	color: #151515;
    font-weight: 500;
}
.j2store-product-list .j2store-products-row .product-price-container .sale-price {
    font-size: 16px;
    font-weight: 600;
}
.strike {
padding-right: 10px;
font-size:15px;
color:#999888;
}
.strike,
.j2store-product-list .j2store-products-row .product-price-container .sale-price {
	display:inline;
}
.base-price.strike,
.sale-price {
	display:inline;
}
.discount-percentage {
    position: absolute;
    width: 80px;
    left: 32px;
    right: 10px;
    top: 15px;
    z-index: 3;
    margin-bottom: 5px;
    height: 24px;
    color: #8d55a0;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.j2store-product-list .j2store-products-row .prdct:hover .discount-percentage {
	font-size: 16px;
	transition: all 0.4s ease 0s;
	color:#fff;
}
.discount-percentage {
display:none;
}
.j2store-product-list .j2store-products-row .prdct {margin-bottom:30px;}
.j2store-product-list .j2store-products-row  .prdct .rty {
width:100%;
border-radius: 0;
margin-top: -37px;
background: #8d55a0;
opacity:0.8;
transition: all 0.4s ease 0s;
border:1px solid #8d55a0;
z-index:9;
display:block;
position:relative;
}
.j2store-product-list .j2store-products-row .prdct:hover .rty {
transition: all 0.4s ease 0s;
opacity:1;
z-index:9;
}
.j2store-product-list .j2store-products-row . h2.product-title {padding-bottom:5px;}
.j2store-product-list .j2store-products-row .j2store-mainimage {
    padding-bottom: 0 !important;
}
.j2store-product-list .j2store-products-row .product-gr {
margin-top:12px !important;
}
.j2store-thumbnail-image img {
width: 100%;
}
.j2store-product-list .j2store-products-row .prdct .j2store-product-images {
  position: relative;
  background: rgba(0,0,0,0);
  transition: background-color 1s;
  transition: all 0.4s ease 0s;
}
.j2store-product-list .j2store-products-row .prdct:hover .j2store-product-images{
  background-color: rgba(0,0,0,.2);
  transition: all 0.4s ease 0s;
}
.j2store-product-list .j2store-products-row .prdct .j2store-product-images:before {
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  background-color: inherit;
  content: ' ';
  transition: all 0.4s ease 0s;
}
.j2store-sidebar-filters-container {
    border: 2px solid #f2f2f2;
    border-radius: 2px;
    padding: 20px 20px 0px 20px;
    display: inline-table;
    background: #f8f8f8;
}
#j2store-slider-range .ui-slider-handle {
background: #8d55a0 !important;
border-radius: 2px !important;
height: 12px !important;
top: -5px !important;
width: 12px !important;
}

#j2store-slider-range.ui-slider .ui-slider-range {
background: #616161 !important;
border-radius: 0;
height:3px !important;
top:0;
}
#j2store-slider-range.ui-slider {
height:3px !important;
margin: 0 12px;
width: 95% !important;
}
#filterProductsBtn.btn-success {
background: #8d55a0 !important;
border-radius: 2px;
border:1px solid #8d55a0 !important;
}
#j2store-slider-range-box .pull-right {line-height: 37px;}
.j2store-sidebar-filters-container h4.product-filter-heading{
color: #151515;
font-weight: 600;
font-family:Hind;
padding-top:30px;
padding-bottom:10px;
display:block;
}
.j2store-sidebar-filters-container h4.product-filter-heading:first-child {padding-top:0px;}

#j2store-price-filter-container,
.j2store-product-filters.category-filters {
border-bottom: 2px solid #f2f2f2;
padding-bottom:15px;
}
.j2store-product-filters.manufacturer-filters {
border-bottom: 0px solid #f2f2f2;
padding-bottom: 0px;
}
.hideq .j2store-add-to-cart {display:none;}
.j2store-product-list .j2store-single-product:hover .j2store-product-images .j2store-thumbnail-image img {
  transform: scale(1.15) !important;
    transition: 0.6s;
}
.j2store-product-list .j2store-products-row .j2store-single-product .j2store-product-images img {
  transition: 0.6s;
  transform: scale(1);
}

.j2store-product-filters .j2store-item-category:before {
    content: "-- ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    color: #f8f8f8;
}
.j2store-product-filters .j2store-item-category {margin-left:-10px;}
#j2store_currency a {
border:2px solid #dedede;
padding:2px 5px;
transition: all .4s;
}
#j2store_currency a:hover{
border:2px solid #8d55a0;
transition: all .4s;
}

.com-j2store.view-products.layout-default.task-none .j2store-addtocart-form .options, 
.com-j2store.view-products.layout-default.task-none .j2store-addtocart-form .j2store-add-to-cart {
display:none;
}
.j2store-single-product.multiple {
padding:20px 0;
border-bottom:1px solid #eee;
}
.product-qty input[type="text"],.product-qty input[type="number"] {
	height: 50px;
	padding: 5px !important;
	width: 50px !important;
	margin: 0 0 0 -5px !important;
	border-radius: 1px !important;
}
#productFilters input[type="text"]:hover {
    border: 2px solid #8d55a0;
	transition: all .4s;

}
#productFilters input[type="text"] {
    border: 2px solid #dedede;
    background: #ffffff;
    height: 48px;
    border-radius: 0;
	margin-bottom:30px;
	transition: all .4s;
}
.j2store-single-product-view .btn-primary,
.j2store-single-product-view .btn-primary:hover {
background: #8d55a0 !important;
border: 1px solid #8d55a0 !important;
transition: all .4s;
font-family:Poppins;
font-size:14px;
font-weight:500;
}
/*module shop*/
.j2store-product-module.j2store-product-module-list.prdct .product-title {margin-top:8px; margin-bottom:0px;}
.j2store-product-module.j2store-product-module-list.prdct .product-title a {
	color: #151515;
    font-weight: 500;
	font-family: Poppins;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}
.j2store-product-module.j2store-product-module-list.prdct .sale-price {
font-size: 16px;
font-weight: 600;
color: #8d55a0;
}
.j2store-product-module.j2store-product-module-list.prdct .j2store-product-image.col-md-12,
.j2store-product-module.j2store-product-module-list.prdct .product-cart-section.col-sm-12,
.j2store-product-module.j2store-product-module-list.prdct .product-cart-left-block.col-sm-12    {
padding:0 !important;
}

.btn.btn-default.qws {
position:absolute;
left:43%;
top:33%;
color:#fff;
background:#151515;
width:50px;
height:50px;
border-radius:100%;
line-height: 34px;
opacity:0;
}
.btn.btn-default.qws i {color:#fff;line-height:35px;}
.j2store-module-product:hover .btn.btn-default.qws {
opacity:1;
}
.j2store-module-product .btn.btn-default.qws:hover {
background: #8d55a0;
}
.j2store-product-module.j2store-product-module-list.prdct .j2store-module-product .j2store-product-image img {
width: 100%;
}
.j2store-product-module.j2store-product-module-list.prdct .j2store-module-product .j2store-product-image {
  position: relative;
  background: rgba(0,0,0,0);
  transition: background-color 1s;
  transition: all 0.4s ease 0s;
}
.j2store-product-module.j2store-product-module-list.prdct .j2store-module-product:hover .j2store-product-image {
  background-color: rgba(0,0,0,.2);
  transition: all 0.4s ease 0s;
}
.j2store-product-module.j2store-product-module-list.prdct .j2store-module-product .j2store-product-image:before {
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  background-color: inherit;
  content: ' ';
  transition: all 0.4s ease 0s;
}

.j2store-product-module.j2store-product-module-list.prdct .j2store-module-product .rty {
width:100%;
border-radius: 0;
margin-top: -37px;
background: #8d55a0;
opacity:0.8;
transition: all 0.4s ease 0s;
border:1px solid #8d55a0;
z-index:9;
display:block;
position:relative;
}
.j2store-product-module.j2store-product-module-list.prdct .j2store-module-product:hover .rty {
transition: all 0.4s ease 0s;
opacity:1;
z-index:9;
}
.j2store-product-module.j2store-product-module-list.prdct .j2store-module-product {margin-top:30px;}

.owl-prev:hover,
.owl-next:hover {
background: #8d55a0 !important;
}
.owl-prev,
.owl-next {
background: #151515 !important;
line-height: 34px;
width: 50px;
height:50px;
border-radius:100%;
}
.owl-prev i ,
.owl-next i {color: #fff !important;}
.owl-prev  {
top:33%;
position:absolute;
left:0;
margin-left:-20px;
}
.owl-next  {
top:33%;
position:absolute;
right:0;
margin-right:-20px;
}
.j2store-product-module.j2store-product-module-list.prdct.owl-carousel .owl-next ,
.j2store-product-module.j2store-product-module-list.prdct.owl-carousel .owl-prev {
opacity: 0;
transition: all 0.4s ease 0s;
}

.j2store-product-module.j2store-product-module-list.prdct.owl-carousel:hover .owl-next ,
.j2store-product-module.j2store-product-module-list.prdct.owl-carousel:hover .owl-prev {
opacity: 1;
transition: all 0.4s ease 0s;
}
.j2store-product-module.j2store-product-module-list.prdct.owl-carousel .owl-dots {display: none;}
.j2store-product-module.j2store-product-module-list.prdct.prdct.owl-carousel .j2store-module-product {
    margin-bottom: 0px !important;
}
.j2store-single-product-view .fancybox-content {
max-width: 60%;
}
.j2store-single-product-view .fancybox-content .discount-percentage {
display:none;
}
.j2store-single-product-view .fancybox-content .options,
.j2store-single-product-view .fancybox-content #j2store-product-detail-tab {
display: none;
}

@media (min-width: 841px) {
.j2store-single-product-view .fancybox-content .additional-image-list{
position: relative !important;
transition: all 0.4s ease 0s;
}
.j2store-single-product-view .fancybox-content .j2store-product-main-image {
margin-bottom: 10px;
margin-left: 0px !important;
}
.j2store-single-product-view .fancybox-content .additional-image-list li {display: inline !important;float: left;}
.j2store-single-product-view .fancybox-content .j2store-mainimage {
margin-right:0px !important;
margin-bottom:0px;
}
}
.j2store-single-product-view .fancybox-content .additional-image-list li {padding-right: 10px;}
.j2store-single-product-view .fancybox-content .j2store-mainimage {
    padding-bottom: 0;
}
.j2store-single-product-view .fancybox-content .product-qty, 
.j2store-single-product-view .fancybox-content .j2store-add-to-cart {
    display: inline-block;
    height: 50px !important;
    vertical-align: middle;
}
.j2store-single-product-view .fancybox-content .product-qty input[type="text"], 
.j2store-single-product-view .fancybox-content .product-qty input[type="number"] {
padding:2px 5px;
}


/*end shop*/


/*footer*/
#sp-bottom {
padding:0;
background: transparent;
}

#sp-bottom .sp-module {
margin-bottom: 0;
}
.footer-links li a {
	transition: all .4s;
	font-size:16px;
	font-weight:500;
}
.footer-links li a:hover {
    padding-left: 10px;
	transition: all .4s;
}

.footer-links li a:hover:before {
    width: 100%;
    transition: all .4s;
}
.sppb-text-right {
    text-align: right !important;
}
#sp-footer {
font-size: 16px;
border-top:2px solid #dfdfdf;
font-weight:500;
}
/*pages*/

.row-grid {
display: flex;
width: 82.5%;
margin-left: 8.8% !important;
}

/*start blog*/
.article-details img {margin: 20px 0;}
.article-full-image img {margin-top:0px !important;}

.article-list .article .article-header h1, 
.article-list .article .article-header h2 {
	margin-bottom: 15px !important;
}
#sp-left .search input,
#sp-right .search input {
border:2px solid #151515;
background:#ffffff;
height: 53px;
border-radius:0;
}

#sp-left .sp-module, 
#sp-right .sp-module {
	border-bottom:0px solid rgba(0, 0, 0, .1);
	border-left:0px solid #f3f3f3;
	border-right:0px solid #f3f3f3;
	border-top:0px solid #f3f3f3;
}
#sp-left, 
#sp-right {
	border: 0px solid #151515;
	padding: 0px;
	border-radius: 0px;
	background: #f4f7ff;
}

#sp-left .search .btn-primary,
#sp-right .search .btn-primary {
	border-color: transparent;
	background-color: transparent;
}

#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	color: #151515;
	font-size: 22px;
	font-family: 'Poppins', serif;
	font-weight: 700;
	margin-bottom: 0px;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.category-menu .item:before {
	content:"\f105";
	font-family:FontAwesome;
	padding-right:15px;
	font-size: 16px;
	font-weight: 900;
	transition: all 0.4s ease-out 0s;
}
.category-menu .item:hover:before,
.category-menu .item:hover a {
	color: #8d55a0;
	transition: all 0.4s ease-out 0s;
}

.category-menu .item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.category-menu .item  a {
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	color: #151515;
	transition: all 0.4s ease-out 0s;
}
.category-menu .item  a span {
	float:right;
}

.categories-module a {
	font-size: 14px;
	transition: all 0.4s ease-out 0s;
	color:#151515;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: .4px;
	
}
#sp-left .sp-module, 
#sp-right .sp-module {
	margin-top: 0px;
}
#sp-left .sp-module .categories-module li:hover a, 
#sp-right .sp-module .categories-module li:hover a {
	color:#151515;
}
#sp-left .sp-module .categories-module li, 
#sp-right .sp-module .categories-module li{
    padding-bottom: 2px;
    margin: 0 0 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.categories-module li h4 {
	margin:0;
}

.tags > li a {
    display: block;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.articles-more {
	display:none;
}
.article-details .article-header h1, 
.article-details .article-header h2 {
	color:#151515;
	font-size: 35px;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
	color:#151515;
}

.categories-module a:hover:before,
.categories-module li:hover a {
	color: #8d55a0 !important;
	transition: all 0.4s ease-out 0s;
}
.mod-tagspopular-cloud {
	margin-top: 20px !important;
}
#sp-left .sp-module .tagscloud .tag-name, 
#sp-right .sp-module .tagscloud .tag-name {
padding: 6px 17px;
background: transparent;
border-radius: 50px;
color: #151515;
border: 2px solid #151515;
transition: all 0.4s ease-out 0s;
margin-right: 15px;
margin-bottom: 10px;
}
#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
color: #8d55a0;
border: 2px solid #8d55a0;
transition: all 0.4s ease-out 0s;
}
/**/

.latestnews li i{
	padding:10px 17px;
	text-align:center;
	background:#151515;
	color:#151515;
	line-height:55px;
	font-size:25px;
	transition: all .4s ease-out;
}
.latestnews li:hover i {
	background:#151515;
	color:#fff;
}
.latestnews li a {
	color:#616161;
	transition: all .4s ease-out;
    font-size: 16px;
    font-weight: 700;
	padding: 0 20px 0 0;
}


.latestnews > li > a > span {
    color: #151515;
}
@media (max-width: 1023px) {
.latestnews li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 0 50px 0;
}
.latestnews li:first-child {
	padding: 7px 0 50px 0;
}
}

@media (min-width: 1024px) {

.latestnews li{
	border-bottom: 1px solid rgba(8, 35, 52, 0.2) !important;
	padding: 12px 0 12px 0;
}
.latestnews li:first-child {
	padding: 7px 0 18px 0;
}
}

.latestnews li:last-child{
	border-bottom: 0px solid rgba(0, 0, 0, 0.1)!important;
}
.latestnews li:hover:before {
	background:#151515;
	color:#fff;
	transition: all .4s ease-out;
}
.latestnews li:hover a {
	color:#151515;
	transition: all .4s ease-out;
}
.datte {
	margin-right: 25px;
	float: left;
}

.named  {
	padding-right:30px;
}
.dateun {
	font-size: 13px;
	font-weight:500;
	padding-top:5px;
}

.articleBody p img {
margin: 20px 0 !important;
}
/**/
.sppb-article-info-wrap h3 {
font-size:18px;
line-height:25px;
}
.sppb-article-info-wrap h3 a {
color:#151515;
font-weight:600;
font-family:Poppins;
}
.sppb-addon-articles .sppb-addon-article {
    margin-bottom: 0px;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
}
.sppb-addon-articles .sppb-article-info-wrap {
padding: 20px 25px;
}

.styleone .sp-menu-badge {
  height: 6px;
  line-height: 6px;
  padding: 0 5px;
  font-size: 7px;
  letter-spacing: 0px;
  display: inline-block;
  border-radius: 3px;
  padding: 0px 3px;
  font-weight: 500;
  position: absolute;
  top: 5px;
  right: 0;
}
/*end blog*/

/*shop*/
span.hikashop_product_name a,
span.hikashop_product_name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: capitalize;
	font-size: 24px;
	text-align: left;
	color: #252525;
}
.hikashop_product_price {
	font-size: 18px;
	color: #191146;
	font-weight: 400;
	text-align: left;
}
.hikashop_product_price_full {
	display: block !important;
}
.hikashop_product_price,
.hikashop_product_price_per_unit {
	display: inline-block !important;
}
.hikashop_products.display_grid .hikashop_product_image_subdiv {
  width: auto !important;
}
.hikashop_products.display_grid .hikashop_product_image {
	height: auto !important;
}
.hikashop_subcontainer {
	border-radius: 0px !important;
}
.hikashop_products.display_grid .hikashop_subcontainer {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
}
#sp-component .hikashop_products_listing .hikashop_subcontainer {
	border: 1px solid rgba(43, 60, 107,0.1);
	padding: 0 0 30px 0;
	background: #ffffff;
	position: relative;
}
#sp-component .hikashop_product_image_subdiv {
	width: auto !important;
}
#sp-component .hikashop_product_image {
	height: auto !important;
}
.hikashop_product_image_subdiv {
	padding: 30px 30px 10px 30px;
	position: relative;
}
#sp-right .hikashop_product .hikacart {
	display: none !important;
}
#sp-right .hikashop_product:not(:last-child) {
	border-bottom: 0px solid #c1c1c1 !important;
}
#sp-right div.hikashop_container {
	margin: 0 !important;
}
.hikashop_product {
	position: relative;
}
.hikashop_product .hikabtn,
.hikashop_products.display_list .hikabtn,
.hikashop_products.display_grid .hikabtn {
    display: block;
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) translateX(-10px);
    left: 55%;
    padding: 20px 30px;
    opacity: 0;
    visibility: visible;
	transition: all 0.3s ease;
}
#sp-right .hikashop_product_quantity_div {
	display: none !important;
}
.hikashop_product:hover .hikabtn,
.hikashop_products_listing .hikashop_subcontainer:hover .hikabtn,
.hikashop_products.display_grid .hikashop_subcontainer:hover .hikabtn {
    opacity: 1;
    visibility: visible;
}
.hikashop_product .hikabtn:hover,
.hikashop_products_listing .hikashop_subcontainer .hikabtn:hover ,
.hikashop_products.display_grid .hikashop_subcontainer .hikabtn:hover {
	background: #191146 !important;
	border: 2px solid #191146 !important;
	transition: all 0.3s ease;
}
.hikashop_products.display_grid .hikashop_subcontainer .hikabtn:hover {
	background: #f6f6f6;
	border: 2px solid #c1c1c1;
}
.hikashop_products.display_grid .hikabtn {
	border: 2px solid #8d55a0 !important;
	color: #ffffff !important;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase !important;
}
.hikabtn {
	background: #191146 !important;
	border: 2px solid #191146 !important;
	color: #ffffff !important;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase !important;
}
.hikabtn.hikashop_switcher_grid,
.hikabtn.hikashop_switcher_list {
	position: relative !important;
	background: inherit !important;
	border: 2px solid #eee !important;
    display: inline-block;
    width:  auto !important;
    padding: 5px;
    opacity: 1 !important;
    visibility: visible !important;
	left: auto !important;
}

.hikashop_products.display_list .hikashop_product {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
	margin-bottom: 30px;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	width: 160px !important;
}
.hikashop_products.display_list .hikashop_product_image {
	height: 160px !important;
}

.hikashop_products.display_list span.hikashop_product_price_full {
  border-width: 0px 0px 0px 0px !important;
  margin-bottom: 5px;
}

div.hikashop_products.display_list span.hikashop_product_price_full, 
div.hikashop_products.display_list span.hikashop_product_name {
  width: 100% !important;
}
.hikashop_products.display_list span.hikashop_product_price_full, 
.hikashop_products.display_list span.hikashop_product_name {
	border: 0px solid #ddd !important;
}
.hikashop_products.display_list div.hikashop_subcontainer, 
.hikashop_products.display_list div.hikashop_subcontainer span, 
.hikashop_products.display_list div.hikashop_container {
	text-align: left !important;
}
.hikashop_products.display_list div.hikashop_subcontainer .hikabtn {
	background: #8d55a0;
	border: 2px solid #8d55a0;
	color: #191146;
	font-size: 16px;
	font-weight: 600;
	padding: 17px 35px;
}
.hikashop_product .hikabtn:hover,
.hikashop_products.display_list div.hikashop_subcontainer .hikabtn:hover {
	background: #f6f6f6;
	border: 2px solid #c1c1c1;
}
@media only screen and (max-device-width: 1024px) {
.hikashop_products.display_list .hikashop_product_image .hikashop_product_image_subdiv {
	max-width: 200px !important;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	padding: 0px !important;
}
}

.hikashop_products.display_list div.hikashop_container {
	margin: 0!important;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	padding: 0px !important;
}

div.hikashop_footer {
	padding: 20px 0px;
	clear: both;
	display: none !important;
}
.hikashop_products_listing_switcher span i {
	color: #191146 !important;
}

.hikashop_tabs_ul li {
	border: 2px solid rgba(34, 54, 104,0.1);
	padding: 15px 35px;
	border-radius: 5px;
	transition: all 0.3s ease;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	color: #8d55a0 !important;
}
.hikashop_tabs_ul li.hikashop_tabs_li_selected {
    background: #191146!important;
    border-color:  #191146!important;
	color: #ffffff !important;
}
.hikashop_tabs_content {
	background-color: #ffffff;
	border: 0px solid #c1c1c1 !important;
	padding: 20px 5% 0 5% !important;
	margin-top: 11px !important;
	border-radius: 0 !important;
}
.hikashop_tabs_ul li:not(:last-child) {
	margin-right: 15px !important;
}
.hikashop_tabs_ul {
  margin: 0px auto 7px auto !important;
  display: block !important;
  text-align: center !important;
}
.hikashop_tabs_content h3 {
	color: #8d55a0;
	font-size: 25px;
	font-weight: 500;
}
.hikashop_product_bottom_part {
	margin-top: 80px;
}
.hikashop_tabs_li.hikashop_tabs_li.ui-corner-top.hikashop_tabs_li_selected {
	
}
.hikashop_tabs_li.hikashop_tabs_li.ui-corner-top {
	margin-top: -3px !important;
}
.hikashop_product_name_main {
	font-size: 45px;
	line-height: 1.5em;
	color: #252525;
	letter-spacing: -1.1px;
	font-weight: 600;
	
}
#hikashop_product_characteristics .form-select {
	padding: 5px 20px;
	height: 52px !important;
	border-radius: 0px !important;
	background-color: #eeeeee !important;
	border-color: #eeeeee !important;
}
.hikashop_product_quantity_input_div_select select {
	padding: 6px 20px !important;
	height: 62px !important;
	border-radius: 4px !important;
	background-color: #eeeeee !important;
	border-color: #eeeeee !important;
	transition: 0.3s ease-in-out;
}
.layout-show .hikacart:hover {
	border: 2px solid #191146;
	background: #191146;
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
}
.layout-show .hikacart {
	background: #8d55a0;
	padding: 17px 35px;
	font-weight: 500;
	font-size: 17px;
	border: 2px solid #8d55a0;
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
	margin-top: 3px;
	font-family: var(--salsa) !important;
	text-transform: uppercase !important;
	border-radius: 4px !important;
}
.hikashop_vote_form .hikashop_comment_textarea,
.hikashop_comment_form input[type="text"]:not(.form-control), 
.hikashop_comment_form input[type="email"]:not(.form-control), 
.hikashop_comment_form input[type="url"]:not(.form-control), 
.hikashop_comment_form input[type="date"]:not(.form-control), 
.hikashop_comment_form input[type="password"]:not(.form-control), 
.hikashop_comment_form input[type="search"]:not(.form-control), 
.hikashop_comment_form input[type="tel"]:not(.form-control), 
.hikashop_comment_form input[type="number"]:not(.form-control), 
.hikashop_comment_form select:not(.form-select):not(.form-control) {
	border: 1px solid #c1c1c1 !important;
	padding: 15px 15px !important;
	background: #ffffff !important;
	margin-bottom: 15px;
	border-radius: 0 !important;
}
#hikashop_vote_form .hikabtn {
	background: #191146;
	border-radius: 0px !important;
	padding: 18px 35px;
	font-weight: 500;
	font-size: 17px;
	border: 2px solid #191146;
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
	margin-top: 3px;
	font-family: var(--salsa) !important;
	text-transform: uppercase !important;
}
/**/
.view-category.layout-listing .hikashop_products_listing .hikashop_subcontainer {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
}
.view-category.layout-listing .hikashop_product_image_subdiv {
	padding: 30px;
	position: relative;
}

.view-category.layout-listing .hikashop_products_listing .hikabtn {
    display: block;
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) translateX(-10px);
    left: 50%;
    padding: 20px 30px;
    opacity: 0;
    visibility: visible;
}
.view-category.layout-listing .hikashop_products_listing .hikashop_subcontainer:hover .hikabtn {
    opacity: 1;
    visibility: visible;
	color: #191146;
}
.view-category.layout-listing .hikashop_products_listing .hikashop_subcontainer .hikabtn:hover {
	background: #f6f6f6;
	border: 2px solid #c1c1c1;
}

.view-category.layout-listing .hikashop_products_listing .hikabtn {
	background: #8d55a0;
	border: 2px solid #8d55a0;
	color: #191146;
	font-size: 16px;
	font-weight: 600;
 
}


@media (min-width: 1024px) {


#sp-top3 .d-flex,
#sp-top2 .d-flex {
	display: block !important;
}
}
.hikashop_checkout_login h1, 
.hikashop_checkout_login h2 {
	color: #252525;
	font-weight: 600;
}

.ns-bs5 a {
color: #8d55a0 !important;
}
/**/

.hikashop_checkout_cart .table > :not(caption) > * > * {
	vertical-align: middle;
}
.btn-primary:hover, 
.sppb-btn-primary:hover,
.btn-primary, 
.sppb-btn-primary {
	background: #8d55a0;
	color: #FFF;
	border-color: #8d55a0;
	font-weight: 600;
}
.hkform-horizontal a,
.hikashop_checkout_cart a {
	color: #191146;
}


.nounder .jpane-slider.content  {
	display: none;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4 a {
	color: #777777;
	line-height: 35px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-out 0s;
}
.hikashop_module.nounder .hikashop_subcategories .panel h4:hover a {
	color: #8d55a0;
	padding-left: 10px;
}

#sp-right span.hikashop_product_name a, 
#sp-right span.hikashop_product_name {
	font-size: 18px !important;
}
#sp-right .hikashop_product_price {
	font-size: 16px !important;
}
#sp-right .hikashop_product_image_subdiv {
	padding: 0;
}
#sp-right .hikacart:hover {
	border: 2px solid #191146;
	background: #191146;
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
}
#sp-right .hikacart {
	background: #8d55a0;
	border-radius: 0px !important;
	padding: 18px 35px;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #8d55a0;
	color: #191146 !important;
	transition: 0.3s ease-in-out;
	margin-top: 3px;
}
#sp-right .hikashop_product:not(:last-child) {
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 20px;
	padding-top: 0px;
}

.hikashop_container .hikashop_product_quantity_div {
	display: none !important;
}
.hikashop_results_counter,
.list-footer.pagination {
	display: none !important;
}
div.hikashop_container {
	margin: 0px 0px 10px 0px !important;
}

@media (min-width: 1200px) {
.com-hikashop.view-product #sp-main-body .container {
	max-width: 1240px;
}
}
/**/

#sp-feature .d-flex {
	display: block !important;
	float: right;
}

/** ****************************************************** **/
/** 					Template 					   	   **/
/** ****************************************************** **/


.sp-page-title .breadcrumb {
	color:#333;
	margin-left: 0 !important;
	margin-top: 2em !important;
	padding:0 !important;
	font-size:0.8em;
}

.sp-page-title .breadcrumb a 
{
	color:#191146;
	text-decoration:underline;
}

.sp-page-title .breadcrumb>.active{color: #FFF; }


/** ****************************************************** **/
/** 				SP Page Builder 					   **/
/** ****************************************************** **/

/** 				Homepage							   **/

/*
.ps-page-title .sppb-addon-title:before,
.ps-page-title .sppb-addon-title:after {
content: "";
position: absolute;
height: 5px;
border-bottom: 1px solid #8d55a0;
border-top: 1px solid #8d55a0;
top: 9px;
width:55px;
}
*/
#layerslider_1 span,
#layerslider_3 span {
	color:#FFF;
	text-shadow: 1px 1px 1px #333;
}

.ps-page-title h2.sppb-addon-title {
color:#151515;
font-size:1.5em;
}

.ps-page-title h2.sppb-addon-title:before,
.ps-page-title h2.sppb-addon-title:after {
top: 10px;
}


.ps-page-title .sppb-addon-title:before {
right: 100%;
margin-right: 15px;
}

.ps-page-title .sppb-addon-title:after {
left: 100%;
margin-left: 15px;

}

.ps-page-title .sppb-addon-title {
  color: #151515;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}

.ps-page-title p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #616161;
  margin-bottom: 1rem;
}

.ps-page-title ul  {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #616161;
}

.sppb-addon-pricelist {
	padding-left:10px;
}

.sppb-addon-pricelist .ps-contact-apps a {
	float:right;
	padding:0px 10px;
	margin:0px;
}

button.sppb-btn {
	border:1px solid #191146;
	background:#191146;
	color:#FFF;
}

button.sppb-btn:hover {
	border:1px solid #8d55a0;
	background:#8d55a0;
	color:#FFF;
}

.ps-page-title .sppb-addon-title {
display: inline-block;
position: relative;
}

div.hikashop_container {
margin-bottom: 10px !important;
}

.j2store-product-module.j2store-product-module-list.prdct .j2store-module-product {
margin-top: 0px !important;
}

.ps-block-background {
	background:#f4f7ff;
}

@media (min-width: 1200px) {
.ps-banner img {width:100%;}
.ps-banner .sppb-addon-title {
padding: 10px 10px 10px 10px;
background: red;
width: 100px;
position: absolute;
top: 20px;
z-index: 99;
right: 20px;
transition: all .4s;
text-align:center;
}

.sppb-addon-single-image:hover .sppb-addon-title {
transition: all .4s;
background: #191146;
color:#191146;
top: 25px;
right:25px;
}

#section-id-1590621067340 {
  /** position: absolute; **/
  top: 10px;
  right:0px;
  padding: 10px 30px;
  width: 300px;
}

#offcanvas-toggler { 
	display:none !important;
}
}

#sp-menu .sp-column {
	  justify-content: flex-start !important;
}

.sclogin-greeting {
	font-size:12px;
}
.scLogoutButton input.btn {
	padding:2px 8px;
}


#hikashop_cart_module {
	padding:5px 10px;
	background:#EEE;
	border-radius:10px;
	margin-right:20px;
}

a.hikashop_small_cart_checkout_link {
	color:#111;
}

div.zsiq_flt_rel {
	background:#191146 !important;
}

div#hikashop_product_left_part {

  padding: 0px 20px;
}

/** ****************************************************** **/
/** 				Startpage Images					   **/
/** ****************************************************** **/

#startpage-images {
      --image-ratio-percent: 100.0%;
      --image-position: center center;
    }
	
.startpage-images {
    padding-top: calc(48px * 0.75);
    padding-bottom: calc(48px  * 0.75);
  }


  @media screen and (min-width: 750px) {
    .startpage-images {
      padding-top: 48px;
      padding-bottom: 48px;
    }

  }

.ps-text-bg {
	opacity: 0.9;
	background: #FFF;
}

.ps-ps-bg {
	background:url(/images/about/postskriptum.jpg) no-repeat;
}

.ps-newsletter-bg {
	background:url(/images/about/schuhe.jpg) no-repeat;
}

	.sp-page-title {
		background-position:left top !important;
	} 
	
@media screen and (max-width: 750px) {
	.ps-text-bg .ps-page-title.sppb-text-left {
		padding:0px 20px;
	}
	
	.sp-page-title {
		padding:20px 0px !important;
		background-position:left top !important;
	} 
}

#sppb-addon-wrapper-1697722174886 {
	margin-bottom:0px;
}

.ls-wrapper > h1,
.ls-wrapper > h2 {
    text-shadow: 1px 1px 1px #666;
}
	  
.animated-box {
	background-size:105% auto;
	background-position:right;
	overflow:hidden;
}

img.animated-box {
	
}

.fade-in {
    animation: fade-in 0.5s  ease-in-out;
}

@keyframes fade-in {
  0% {
    background-size:100% auto;
  }
  100% {
	background-size:105% auto;
  }
}

.fade-in img {
    animation: img-fade-in 0.5s  ease-in-out;
}

@keyframes img-fade-in {
  0% {
    scale:0.8;
  }
  100% {
	scale:1.0;
  }
}

nav .pagination > .active > a, 
nav .pagination > .active > span {
  border-color: #191146 ;
  background-color: #191146 ;
}

.countries table {width:45%;}

.countries td {padding:4px;}

.country-left {float:left;}
.country-right {float:left; margin-left:20px;}

#sp-header a.white-icon i {
	color:#FFF;
}

.article-list,
.article-details  {
	color:#666;
	padding-left:20px;
}

.newsflash {
		color:#666;
}


/** ****************************************************** **/
/** 					ZOHO Forms						   **/
/** ****************************************************** **/

.zf-flLeft {
	float:left;
}
.zf-flRight {
	float:right;
}
.zf-clearBoth {
	clear:both;
}
.zf-templateWrapper ol, 
.zf-templateWrapper ul {
	list-style: none outside none;
}
.zf-normalText {
	font-size:13px;
	line-height:1.5;
}
.zf-smallText {
	font-size:0.9em;
	font-weight:normal;
}
.zf-smallHeading {
	font-size:18px;
}
.zf-heading {
	font-size:2em;
}
.zf-subHeading {
	font-size:1.5em;
}
.zf-boldText, .zf-boldText a {
	font-weight:bold;
	text-decoration:none;
}
.zf-italicText {
	font-style:italic;
}
.zf-heading a {
	text-decoration:underline;
}
.zf-heading a:hover {
	text-decoration:none;
}
.zf-blodText {
	font-weight:bold;
}
.zf-overAuto {
	overflow:auto;
}
.zf-split {
	color: #8B9193;
	padding: 0 3px;
}

.zf-backgroundBg {
	background:#f5f5f5;
}

.zf-templateWidth {
	margin:1% auto;	
}

.zf-templateWidth ul {
	margin-left:0px;
	padding-left:0px;
}

.zf-tempContDiv input[type="text"], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea {
	background:#fff;	
	border:1px solid #e5e5e5;	
	-webkit-border-radius:2px; 	
	-moz-border-radius:2px;	
	border-radius:2px;	
	padding:5px;
	font-size:13px;	
}

.zf-tempContDiv input[type="text"]:hover,  .zf-tempContDiv textarea:hover{	
	border:1px solid rgba(157, 157, 157, 0.75) !important;	
	}	
.zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus{	
	border:1px solid rgba(121, 187, 238, 0.75) !important;	
	-webkit-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	}
	
.zf-tempContDiv textarea {
	height:75px;
}
.arrangeAddress .zf-addrCont  span.zf-addtwo{ width: 99% !important;float: none !important;} 		
/**********Error Message***********/	
.zf-errorMessage {
	font:12px Arial, Helvetica, sans-serif;
	color:#ff0000;
	padding-top:5px;
}

/**********Mandatory Message***********/	
.zf-important {
	color:#ff0000 !important;
	font-weight: normal;
	margin-left:0px;
	padding: 0;
	font-size:13px !important;
}

/**********instruction Message***********/
.zf-instruction {
	color:#939393;
	font-style:italic;
	margin-top:3px;
	font-size:12px;
	overflow:visible !important;
	word-break: break-all;
	margin-bottom: 3px;
}	

.zf-symbols {
	padding:0 5px;
}

.zf-overflow{ overflow:hidden;}

/*****************template Header Starts Here****************/

.zf-tempHeadBdr {
	margin:0;
	padding:0;
	overflow:hidden;
}

.zf-tempHeadContBdr {
	background: #494949;
	border-bottom:1px solid #EAEAEA;
	margin: 0;
	padding:10px 25px;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.zf-tempHeadContBdr .zf-frmTitle {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size:2em;
}
.zf-tempHeadContBdr .zf-frmDesc {
	color: #DDDDDD;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/****************template Header Ends Here****************/


.zf-subContWrap {
	padding:0;
	margin-bottom:0;
}

.zf-tempFrmWrapper {
	padding:10px 15px;
	margin:1px 0;
}

.zf-tempFrmWrapper .zf-tempContDiv {
	margin:0;
	padding:0;
}

.zf-tempFrmWrapper .zf-labelName {
	font-weight:bold;
	font-size:13px;
	color:#444;
}

.zf-form-sBox{ 
	padding:4px; 
	border:1px solid #e5e5e5; 
	font-size:13px;
	}

.zf-name .zf-tempContDiv span, .zf-phone .zf-tempContDiv span, .zf-time .zf-tempContDiv span{
	float: left;
	display:block;
}

.zf-name .zf-tempContDiv span{margin-bottom:5px; margin-left: 4%;}
.zf-name .zf-tempContDiv span.last{ margin-right:0;}
.zf-name .zf-tempContDiv span label{ display: block;padding-top:3px;}
.zf-name .zf-tempContDiv input[type="text"] {width:100%;}


.zf-phone .zf-tempContDiv span label, .zf-date .zf-tempContDiv span label, .zf-time .zf-tempContDiv span label, .zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label, .zf-name .zf-tempContDiv span label{ 
	font-size:11px; 
	padding-top:3px;
	}
.zf-phone .zf-tempContDiv label, .zf-date .zf-tempContDiv label, .zf-time .zf-tempContDiv label, .zf-address .zf-tempContDiv label, .zf-name .zf-tempContDiv span label {
	color:#888888;
	}
.zf-phone .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	text-align:center;
}
.zf-phone .zf-tempContDiv .zf-symbols {
	padding-top:5px;
}


.zf-currency .zf-tempContDiv span{ 
	display:inline-block;
	}
.zf-currency .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	}
.zf-currency .zf-tempContDiv .zf-symbol {
	font-size: 14px;
    margin-left:5px;
    margin-top: 4px;
	width:auto;
	font-weight:bold;
	}

.zf-decesion .zf-tempContDiv{ 
	width:100% !important; 
	margin-top:4px;
	}
.zf-decesion input[type="checkbox"] {
    display: block;
    height: 13px;
    margin: 0;
    padding: 0;
    width: 13px;
	float:left;
	margin-top:4px;
}
.zf-decesion label {
    display: block;
    line-height:21px;
    margin: 0px 0 0 25px !important;
    padding-bottom: 0 !important;
	width:95% !important;
	float:none !important;
	line-height:21px !important;
	text-align:left !important;
} 

.zf-tempContDiv input[type="file"]{
	outline:none;
	border:1px solid #ccc;
	margin:0 auto;
	padding:5px;
	width:auto;
}


.zf-address .zf-tempContDiv span, .zf-geolocation .zf-tempContDiv span {
	display:block;
	padding-bottom:15px;
	margin-right:2%;
	}
	
.zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label{
	display: block;
	padding-top:3px;
	}	
	
.zf-address .zf-tempContDiv .zf-addOne, .zf-geolocation .zf-tempContDiv .zf-addOne{
	float: none;
	padding-bottom:15px;
	margin-right:0;
	}

.zf-address .zf-tempContDiv .zf-addOne input, .zf-geolocation .zf-tempContDiv .zf-addOne input{
	width:98%;
	}
.zf-address .zf-tempContDiv span.zf-addtwo, .zf-geolocation .zf-tempContDiv span.zf-addtwo{
	width:48%;
	}
.zf-address .zf-tempContDiv span.zf-addtwo input, .zf-geolocation .zf-tempContDiv span.zf-addtwo input{
	width:99%;
	}	
.zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox{
	width:100%;
	}
	
.zf-signContainer{ 
	margin:0; 
	padding:0; 
	width:100%;
	}
.zf-signContainer canvas{ 
	cursor:crosshair;
	border:1px solid #ccc; 
	background:#fff;
	}
.zf-signContainer a{
    font-size: 11px;
    text-decoration: underline;
	}	
	
.zf-section h2{
	border-bottom:1px solid #D7D7D7;
	font-size:22px; 
	color:#000; 
	font-weight:500; 
	font-family:'Open Sans',"Lucida Grande",Arial,Helvetica,sans-serif; 
	padding-bottom:10px;
	}
.zf-section p{ 
	color:#847F7F; 
	margin-top:10px;
	}
	
.zf-note .zf-labelName{	
	padding-top:7px;
	}
.zf-templateWrapper .zf-note{ 
	overflow:hidden;
	}

.zf-date .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	text-align:left;
}

.zf-subDate{ margin-right:10px;}
.zf-subDate label{ text-align:left !important;}

.zf-time .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	text-align:center;
}

.zf-time .zf-tempContDiv .zf-form-sBox{
	min-width:58px;
}

.zf-time .zf-tempContDiv .zf-symbols {
	padding-top:5px;
}

.zf-tempContDiv input[type="checkbox"], .zf-tempContDiv input[type="radio"] {
	display: block;
	height: 13px;
	margin: 4px 0 0;
	padding: 0;
	width: 13px;
}

.zf-radio .zf-overflow, .zf-checkbox .zf-overflow{padding-left:2px !important;}

.zf-sideBySide .zf-tempContDiv span {
	margin: 0 15px 5px 0;
	padding:0;
	width:auto;
	float: left;
	display:block;
}
.zf-sideBySide .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	width: 13px;
	height: 13px;
	padding: 0;
	margin-top:3px;
	float:left;
}
.zf-sideBySide .zf-tempContDiv span input[type="radio"] {
	display: block;
	width: 13px;
	height: 13px;
	margin-top:4px;
	padding: 0;
	float:left;
}
.zf-sideBySide .zf-tempContDiv span label {
	line-height:21px;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
}
		

.zf-oneColumns .zf-tempContDiv span {
	margin:0 0 13px 0;
	padding:0;
	width:100%;
	display:block;
	clear: both;
}
.zf-oneColumns .zf-tempContDiv span:last-child { margin-bottom:0;}

.zf-oneColumns .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	width: 13px;
	height: 13px;
	margin:0;
	padding: 0;
	margin-top:3px;
	float:left;
}
.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
	display: block;
	width: 13px;
	height: 13px;
	margin-top:4px;
	padding: 0;
	float:left;
}
.zf-oneColumns .zf-tempContDiv span label {
	line-height:19px;
	display: block;
	margin: 0 0 0 20px;
	padding:0;
	font-size:13px;
}
.zf-twoColumns .zf-tempContDiv span {
	margin: 0 5px 13px 0;
	width: 48%;
	float: left;
	display:block;
}
.zf-twoColumns .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	margin-top:3px;
	float:left;
}
.zf-twoColumns .zf-tempContDiv span input[type="radio"] {
	display: block;
	width: 13px;
	height: 13px;
	margin-top:4px;
	padding: 0;
	float:left;
}
.zf-twoColumns .zf-tempContDiv span label {
	line-height:21px;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
}
.zf-threeColumns .zf-tempContDiv span {
	margin: 0 5px 13px 0;
	width:30%;
	float: left;
}
.zf-threeColumns .zf-tempContDiv span input[type="checkbox"] {
	display:block;
	width: 13px;
	height: 13px;
	padding: 0;
	margin-top:3px;
	float:left;
}
.zf-threeColumns .zf-tempContDiv span input[type="radio"] {
	display:block;
	width: 13px;
	height: 13px;
	margin-top:4px;
	padding: 0;
	float:left;
}
.zf-threeColumns .zf-tempContDiv span label {
	line-height:21px;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
}

.zf-mSelect select{ font-size:13px;}	

.zf-fmFooter {
	margin:0;
	text-align:center;
}

.zf-fmFooter .zf-submitColor{ font-size:14px; padding:4px 10px;}

.zf-submitColor{
	color: #fff;
	border:1px solid;
	border-color: #2F9EEC #1988D6 #1988D6;
	background: #2596e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6));
	background: -moz-linear-gradient(top,  #2f9eec,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6');
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
	}
	
.zf-submitColor:hover{
	background: #1988d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6));
	background: -moz-linear-gradient(top,  #1988d6,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');
	}	   	

/****************Field Small/Medium/Large Starts Here****************/

.zf-small .zf-tempContDiv input[type="text"], .zf-small .zf-tempContDiv textarea, .zf-small .zf-mSelect select, .zf-small .zf-tempContDiv .zf-sliderCont, .zf-small .zf-tempContDiv .zf-pdfTextArea{
	width:50%;
	}
.zf-medium .zf-tempContDiv input[type="text"], .zf-medium .zf-tempContDiv textarea, .zf-medium .zf-mSelect select, .zf-medium .zf-tempContDiv .zf-sliderCont, .zf-medium .zf-tempContDiv .zf-pdfTextArea{
	width:75%;
	}
.zf-large .zf-tempContDiv input[type="text"], .zf-large .zf-tempContDiv textarea, .zf-large .zf-mSelect select, .zf-large .zf-tempContDiv .zf-sliderCont, .zf-large .zf-tempContDiv .zf-pdfTextArea{
	width:100%;
	}
	
	
.zf-small .zf-tempContDiv .zf-form-sBox{
	width:50%;
	}
.zf-medium .zf-tempContDiv .zf-form-sBox{
	width:75%;
	}
.zf-large .zf-tempContDiv .zf-form-sBox{
	width:100%;
	}


.zf-name .zf-tempContDiv .zf-form-sBox{
	width:100%;
	}

.zf-namesmall .zf-nameWrapper{ width: 50%;}
.zf-namesmall .zf-tempContDiv span{width:48%;}
 
.zf-namesmall .zf-oneType .zf-salutationWrapper span{width:63%; }
.zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 33%;}

.zf-namesmall .zf-twoType .zf-salutationWrapper span{width:34%;margin-left:3%;}
.zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation{ width:26%;}

.zf-namesmall .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}

.zf-namesmall .zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;}
.zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width:50%;}


.zf-namesmall .zf-tempContDiv span:first-child{ margin-left:0;}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span, .zf-rightAlign .zf-namesmall	.zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;}
.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation, .zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 50%; }




.zf-namemedium .zf-nameWrapper{ width: 75%;}

.zf-namemedium .zf-tempContDiv span{width:49%; margin-left:2%;}


    
.zf-namemedium .zf-oneType .zf-salutationWrapper span{width:73%; }
.zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 25%;}

.zf-namemedium .zf-twoType .zf-salutationWrapper span{width:38%;margin-left:2%;}
.zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation{ width:20%;}


.zf-namemedium .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}


.zf-namemedium .zf-threeType .zf-salutationWrapper span{width:25%;margin-left:2%;}

.zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation{ width:19%;}

.zf-namemedium .zf-tempContDiv span:first-child{ margin-left:0;}

.zf-namelarge .zf-tempContDiv span{width:23.5%; margin-left:2%; margin-right: 0; margin-bottom: 0;}
.zf-namelarge .zf-twoType .zf-nameWrapper span{width:49%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}


.zf-namelarge .zf-twoType .zf-salutationWrapper span{width:40%; margin-left:2%;}
.zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation{ width: 16%;}

.zf-namelarge .zf-threeType .zf-salutationWrapper span{width:26%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 16%;}

.zf-namelarge .zf-oneType .zf-salutationWrapper span{width:73%; margin-left:2%;}
.zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation{ width:25%;}

.zf-namelarge .zf-tempContDiv span:first-child { margin-left:0 !important;}



.zf-csmall	 .zf-tempContDiv input[type="text"] {
	width:43%;
	}
.zf-cmedium .zf-tempContDiv input[type="text"] {
	width:67%;
	}
.zf-clarge	 .zf-tempContDiv input[type="text"] {
	width:91%;
	} 	

.zf-nsmall .zf-tempContDiv input[type="text"] {	
	width:50%;	
	}
.zf-nmedium .zf-tempContDiv input[type="text"] {
	width:75%;
	}
.zf-nlarge .zf-tempContDiv input[type="text"] {
	width:100%;
	}

.zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea {	
	width:49%;
	}
.zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea {
	width:60%;
	}
.zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea {	
	width:74%;
	}	

.zf-addrsmall .zf-tempContDiv .zf-addrCont{ 
	width:50%;
	}
.zf-addrmedium .zf-tempContDiv .zf-addrCont{ 
	width:75%;
	}
.zf-addrlarge .zf-tempContDiv .zf-addrCont{ 
	width:100%;
	}	
	
	
/****************Field Small/Medium/Large Ends Here****************/	

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
	padding-bottom:8px;
	display:block;
}

.zf-topAlign .zf-threeColumns .zf-labelName, .zf-topAlign .zf-twoColumns .zf-labelName, .zf-topAlign .zf-oneColumns .zf-labelName, .zf-topAlign .zf-sideBySide .zf-labelName{ padding-bottom:8px;}

.zf-leftAlign {
	display:block;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-labelName {
	float:left;
	width:30%;
	line-height:20px;
	margin-right:15px;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv {
	 margin-left: 35%;
}

.zf-leftAlign .zf-slider .zf-tempContDiv{ margin-top:6px;}

.zf-leftAlign .zf-decesion .zf-tempContDiv, .zf-rightAlign .zf-decesion .zf-tempContDiv{ margin-left:0 !important;}

.zf-rightAlign {
	display:block;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-labelName {
	float:left;
	width:30%;
	line-height: 20px;
	text-align:right;
	margin-right:15px;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv {
	 margin-left: 35%;
}
.zf-matrixTable{ font-size:13px; overflow-x: scroll;padding-bottom: 15px !important;}
.zf-matrixTable table th, .zf-matrixTable table td{padding:10px;}
.zf-matrixTable thead th, .zf-matrixTable table td{ text-align:center;}
.zf-matrixTable table td input[type="radio"], .zf-matrixTable table td input[type="checkbox"]{ display:inline-block;}
.zf-matrixTable tbody th{ font-weight:normal;font-size: 13px;text-align: left;}
.zf-matrixTable thead th { font-weight:600;font-size: 13px;}

/****************Form Top Align Starts Here****************/	

.zf-termsContainer{ margin:0; padding:0;}
.zf-termsContainer .zf-termsMsg {border: 1px solid #E1E1E1;max-height: 250px; min-height:70px; overflow-y:scroll; padding:10px;  margin-bottom:6px;}
.zf-termsContainer .zf-termScrollRemove {border: 1px solid #E1E1E1;padding:10px;  margin-bottom:6px;}
.zf-termsAccept{ margin-top:2px !important;}
.zf-termsAccept input[type="checkbox"]{ margin-top:2px !important; float:left;}
.zf-termsAccept label{ margin-left: 20px;font-size: 13px;float: none;display: block;}

.zf-termsWrapper .zf-tempContDiv{ margin-left:0 !important;}
.zf-termsWrapper .zf-labelName{ width:100% !important; text-align:left !important; padding-bottom:8px !important;}


.zf-medium .zf-phwrapper {
    width: 75%;
}
.zf-phwrapper.zf-phNumber span {
	width: 100% !important;
}
.zf-phwrapper span:first-child {
    margin-left: 0;
    width: 22%;
}
.zf-phwrapper label {
    display: block;
    color: #888888;
    font-size: 11px;
    margin-top: 2px;
}
.zf-medium .zf-phonefld input[type="text"], .zf-small .zf-phonefld input[type="text"] {
    width: 100%;
}
.zf-small .zf-phwrapper {
    width: 50%;
}
.zf-tempFrmWrapper.zf-phone span {
	width: auto;
	margin: inherit;
}
.zf-phwrapper span {
    margin-bottom: 10px;
    float: left;
    width: 76%;
    margin-left: 2%;
}
.zf-descFld a{ text-decoration:underline;}
.zf-descFld em{ font-style:italic;}
.zf-descFld b{ font-weight:bold;}
.zf-descFld i{ font-style: italic;}
.zf-descFld u{ text-decoration:underline;}
.zf-descFld ul{ margin:auto;}
.zf-descFld ul{ list-style:disc;}
.zf-descFld ol{ list-style:decimal;}
.zf-descFld ul, .zf-descFld ol{margin: 10px 0;
    padding-left: 20px;}

.zf-descFld  ol.code {
    list-style-position: outside;
    list-style-type: decimal;
    padding: 0 30px;
}

.zf-descFld  ol.code li {
    background-color: #F5F5F5;
    border-left: 2px solid #CCCCCC;
    margin: 1px 0;
    padding: 2px;
}

.zf-descFld  blockquote.zquote {
    border-left: 3px solid #EFEFEF;
    padding-left: 35px;
}
.zf-descFld  blockquote.zquote span.txt {
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    -moz-user-select: none;
    color: #058BC2;
    float: left;
    font: bold 50px Arial,Helvetica,sans-serif;
    margin: -10px 0 0 -30px;
}
.zf-descFld  blockquote.block_quote {
    background: url("../images/newQuote.gif") no-repeat scroll 12px 10px rgba(0, 0, 0, 0);
    border-left: 3px solid #EFEFEF;
    font: 13px/20px georgia,Arial,verdana,Helvetica,sans-serif;
    margin: 15px 3px 15px 15px;
    padding: 10px 10px 10px 40px;
}
.zf-descFld  body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 8px;
}
.note .noteCont{ overflow:hidden;}
.note .zf-descFld{
	overflow:hidden;
	font-size: 13px;
}

.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li > span,
.sp-page-title .breadcrumb > li + li::before,
.sp-page-title .breadcrumb > li > a {
	color:#191146 !important;
}


/** Slider Startpage **/
#ps-slider-container {
	height:100vh;
	padding-left:10%;
	
	background-image:url("/images/minimalist-retail-clothing-display.jpg"); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	
   -o-background-size: cover;
   -moz-background-size: cover;
   -webkit-background-size: cover;
}

#ps-slider-container .sppb-addon-text-block {
	max-width:60%;
}

#ps-slider-container .sppb-addon-text-block h1 {
	color:#FFF;
	font-weight: 500;
	text-shadow: 1px 1px 1px #666;
  	font-style: normal;
	font-size:500%;
}

#ps-slider-container .sppb-addon-text-block h2 {
	color:#FFF;
	font-weight: 500;
	text-shadow: 1px 1px 1px #666;
  	font-style: normal;
	font-size:250%;
} 

#ps-slider-container a.sppb-btn-primary,
#ps-slider-container a.sppb-btn-secondary {
	background:#191146;
	padding:15px 30px;
	font-size:1.6em;
	font-weight:normal;
	text-transform: uppercase;
	border:2px solid #191146;
	border-radius:0px;
	margin-right:1.5% !important;
}

#ps-slider-container a.sppb-btn-secondary {
	background:#FFF;
	color:#333;
	border:2px solid #666;
}

@media screen and (max-width: 750px) {
	#ps-slider-container {

		 background-attachment: scroll;
	}
	
	#ps-slider-container .sppb-addon-text-block {
		max-width:90%;
	}

	#ps-slider-container .sppb-addon-text-block h1 {
		font-size:2em;
	}
	
	#ps-slider-container .sppb-addon-text-block h2 {
		font-size:1.2em;
	}
	
	#ps-slider-container a.sppb-btn-primary,
	#ps-slider-container a.sppb-btn-secondary {
		font-size:1em;
	}
}

table.countries {
  margin-right: 30px;
}