@font-face {
	font-family: 'utm_bryantlgbold';
	src: url('utm_bryantlg_b.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bryant_lg';
	src: url('bryant_lg.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: sofia;
	src: url(vl_sofia_pro_soft_light.otf);
}
.stButton .stButton_gradient, .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
	height: 23px !important;
}
.logo__image--small {
	max-height: inherit !important;
}
body {
	font-family: sofia, Roboto,Helvetica, sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
a, a:hover{
	color: #363636;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.moblie-table table{
	margin: 10px auto !important;
}
/* HEADER */
.header-top {
	background-color: #dadada;
}
.header-top ul li {
	float: left;
	list-style: none;
}
.header-top ul li a {
	display: block;
	font-size: 16px;
	line-height: 31px;
	color: #575756;
	padding: 0 15px 0 7px;
	text-transform: uppercase;
}
.header-top ul li:last-child a{
	padding-right:0px;
}
.header-content {
	background-color: #fff;
	padding: 35px 0px;
}
.header-logo {
	display: block;
}
.slogan-header {
	margin-left: 13px;
	line-height: 25px;
	margin-top: 0px;
}
.slogan-header a {
	color: #83368c;
	font-size: 14px;
	text-transform: uppercase;
}
.header-phone {
	    background-image: url(phone.jpg);
    background-position: left 10px;
    background-repeat: no-repeat;
    color: #83368c;
    display: inline-block;
    font-size: 31px;
    margin-left: -16px;
    margin-top: 21px;
    padding-left: 29px;
}
.header-nav {
	margin-top: 35px;
}
.header-nav ul li {
	float: left;
}
.header-nav ul li a {
	display: block;
	font-size: 14px;
	padding: 0 10px;
	color: #f0f3f3;
	text-transform: uppercase;
}
.header-nav ul li a span {
	padding: 0 5px;
}
.header-search {
	width: 85%;
	margin: 15px 0 0 0;
	position: relative;
	float: left;
}
#header-search-input {
	width: 100%;
	background-color: #ededed;
	outline: none;
	border: solid 1px #f5f5f5;
	height: 43px;
	padding: 6px 15px;
	color: #b3b3b2;
	font-size: 16px;
	border-right: none;
}
#header-search-btn {
	position: absolute;
	border: none;
	background-color: transparent;
	color: #b2b2b2;
	height: 43px;
	width: 43px;
	top: 0px;
	right: 0px;
	font-size: 20px;
}
.header-cart {
	margin-top: 15px;
	overflow: hidden;
	float: left;
	width: 43px;
	height: 43px;

}
.header-cart > .cart-mini {
	position: absolute;
	top: 95%;
	z-index: 999;
	width: 300px;
	right: 0;
	display: none;
}
.header-cart:hover > .cart-mini {
	display: block;
}
#add_succes p i {
	color: #00C1C6;
	margin-right: 10px;
}
#add_succes p {
	margin: 5px 0;
}
.cart-mini {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.cart-mini ul li {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.cart-mini ul li + li {
	padding-top: 10px;
}
.cart-mini .cm-image {
	float:left;
	margin-right: 10px;
}
.cart-mini .cm-name,
.cart-mini .cm-name a {
	color: #464646;
}
.cart-mini .cm-price {
	color: #83368c;
	font-size: 12px;
}
.cart-mini .fa-remove {
	color: #ff0000;
	cursor: pointer;
}
.cart-mini-total-money {
	font-size: 16px;
	padding: 10px 0;
}
.cart-mini-link a {
	color: #4d4d4d;
	display: inline-block;
	background-color: #efefef;
	padding: 5px 10px;
}
.cart-mini-link a:hover {
	background-color: #83368c;
	color: #ffffff;
}
.header-menu-btn span {
	color: #83368c;
	margin-top: 20px;
}
.header-menu-btn-hidden {
	overflow: hidden;
}
.header-menu-btn-hidden span {
	color: #83368c;
	margin: 20px;
}
.cart-icon {
	color: #ececec;
	font-size: 16px;
	display:block;
	background-color: #b2b2b2;
	color: #ececec;
	text-align: center;
	line-height: 43px;
}
.cart-icon:hover{
	color: #ececec;
}
.header-nav-mobile {
	width: 300px;
	height: 100%;
	background-color: #000000;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -300px;
	overflow-y: scroll;
	transition: left 1s;
}
.header-nav-mobile ul li a {
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	display: block;
	padding: 15px 20px;
	text-transform: uppercase;
}
.promote {
	float: right;
	font-size: 16px;
	color: #585857;
}
/* END HEADER */

/* NAVIGATION MAIN */
.main-nav {
}
.main-nav-content{
	border-top: 2px dashed #83368c;
	text-align: center;
}
.main-nav-content > ul{
	position: relative;
}
.main-nav-content > ul > li {
	display: inline-block;
}
.main-nav-content > ul > li > a {
	font-size: 21px;
	font-weight: bold;
	line-height: 80px;
	color: #484949;
	display: block;
	padding: 0px 35px;
	text-transform: uppercase;
}

.main-nav-content > ul > li:first-of-type > a{
	padding-left: 0;
}
.main-nav-content > ul > li:last-of-type > a{
	padding-right: 0;
}
.main-nav-content ul li.active a, .main-nav-content ul li:hover a{
	color: #83368c;
}
.main-nav-content ul li .submenu{
	position: absolute;
	top: 80px;
	z-index: 999;
	background-color: #fff;
	padding: 30px 22px;
	width: 425px;
	border: 1px solid #b199b4;
}
.main-nav-content ul li .submenu li{
	float:left;
	width: 50%;
	text-align: center;
	list-style:none;
}
.main-nav-content ul li .submenu li a{
	display: block;
	color: #585857;
	font-size: 15px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
}

.main-nav-content ul li .submenu li a img{
	margin-bottom: 20px;
	height: 62px;
}

.main-nav-content ul li .submenu li span{
	padding: 5px 0px;
}
.main-nav-content ul li .submenu li span a{
	font-weight:normal;
	text-transform:none;
	line-height: 22px;
}
.main-nav-content ul li:hover .submenu{
	display:block !important;
}
.main-nav-content ul li:nth-child(5) .submenu{
	left: 0px;
	width: 100%;
}
.main-nav-content ul li:nth-child(5) .submenu li{
	width: 25%;
}
.main-nav-content ul li:nth-child(5) .submenu li span{

}
.cc-list-child {
	list-style: none;
}
/* END NAVIGATION MAIN */

/* MAIN SERVICE */
.main-service {
	background-color: #ffffff;
}
.main-service p {
	margin: 0;
	color: #484848;
	font-size: 15px;
	padding: 20px 0;
}
.main-service p span {
	margin-right: 5px;
	padding: 12px;
	background-color: #484848;
	color: #ffffff;
	height: 38px;
	width: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/* END MAIN SERVICE */

/* OWL SLIDER */
.owl-theme .owl-controls .owl-buttons div{
	background-color: transparent !important;
	padding: 0px !important;
	opacity: 1 !important;
    border-radius: 0px !important;
}
.owl-next, .owl-prev {
	height: 38px;
	width: 38px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
}
.owl-next {
	background-image: url(owl_next.png) !important;
	background-repeat: no-repeat !important;
	right: 0 !important;
}
.owl-prev {
	background-image: url(owl_prev.png) !important;
	background-repeat: no-repeat !important;
	left: 0 !important;
}
/* END OWL SLIDER */

/* BOX */
.box-heading {
	border-bottom: 2px dashed #83368c;
	margin-bottom: 34px;
	padding: 16px 0px;
}
.box-heading h3 {
	color: #585857;
	font-size: 18px;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
}
.box-heading h2 {
	color: #585857;
	font-size: 18px;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	    letter-spacing: 0.3px;
}
.pd-related .box-heading{
	border-top: 2px dashed #83368c;
	border-bottom: none;
	margin-bottom: 0px;
	margin-top: 50px;
	padding: 20px 0px;
}
.pd-related .box-heading h2{
	font-size: 24px;
	color: #585857;
} 
/* END BOX */

/* MAIN BREADCRUMB */
.main-breadcrumb {
	margin: 0;
}
.main-breadcrumb .breadcrumb {
	border-top: 1px solid #ebebeb;
	background-color: transparent;
	border-radius: 0;
	padding: 25px 0;
}
.main-breadcrumb .breadcrumb > .active {
	color: #83368c;
}
.main-breadcrumb .breadcrumb > li + li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #737373;
}
.main-breadcrumb .breadcrumb li a {
	color: #737373;
	font-size: 14px;
}
/* END MAIN BREADCRUMB */

/* MAIN SLIDER */
.main-slider {
}
.main-categories, .main-slider-content {

}
.main-categories {
	border: 1px solid #00c1c6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.main-categories-heading {
	color: #ffffff;
	background-color: #00c1c6;
	font-size: 16px;
	text-transform: uppercase;
	padding: 17px 0 17px 30px;
	margin: 0;
}
.main-categories-content {
	padding: 10px 20px 10px 30px;
}
.mc-list > li > a {
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	display: block;
}
.mc-list > li > a > span {
	float: right;
}
.mc-list-child {
}
.mc-list-child > li > a {
	font-size: 14px;
	color: #454545;
	display: block;
	padding: 5px 0;
}
.mc-list-child > li > a::before {
	content: "";
	height: 5px;
	width: 5px;
	margin: 0 5px 2px 10px;
	display: inline-block;
	background-color: #454545;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.main-slider-content .item img {
	width: 100%;

}
.main-slider-content .owl-next {
	right: 20px;
}
.main-slider-content .owl-prev {
	left: 20px;
}
/* END MAIN SLIDER */

/* MAIN BANNER */
.main-banner{
	margin: 25px 0px 55px 0px;
}
.layout-banner .banner {
	overflow: hidden;
	position: relative;
	min-height: 390px;
	max-height: 390px;
}
.layout-banner > div {
	padding: 0px;
}
.layout-banner .banner a {
	color: #585857;
	font-size: 36px;
	border: dashed 1px #845086;
	z-index: 9;
	padding: 5px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	display: none;
}
.layout-banner .banner div {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.layout-banner .banner:hover a {
	display: block;
}
.layout-banner .banner:hover div {
	background-color: rgba(255, 255, 255, 0.7);
}
#collection {
	border-top: 2px dashed #83368c;
	padding-top: 15px;
}
.article-content img{
	
}
.article-content .layout-banner .banner {
	overflow: hidden;
	position: relative;
	min-height: initial;
	max-height: initial;
}
.article-content .layout-banner .banner img{
	height: 277px;
}
.article-content .layout-banner > div{
	padding: 0px 15px;
}
.article-content .layout-banner .banner .banner-txt{
	opacity:0;
}
.article-content .layout-banner .banner .banner-txt a{
	      font-size: 18px;
    color: #83368c;
    transform: initial;
    left: 0%;
    font-weight: bold;
    top: 44%;
    right: 0%;
    width: 80%;
    margin: 0 auto;
}
.article-content .layout-banner .banner:hover .banner-txt{
	opacity:1;
}

.coll-item {
	background-color: #ededed;
	position: relative;
	margin-bottom: 30px;
}
.coll-item .after{
	position: absolute;
	width: 100%;
	height: 87%;
	display:block;
	top:0px;
	opacity: 0;
}
.coll-item:hover .after{
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.58);
}
.banner-name {
	padding: 15px;
	text-align:center;
}

.banner-name h3 {
	margin: 0px;
	text-transform: uppercase;
	line-height: 35px;
	font-size: 19px;
}
.banner-name h3 a{
	color: #742675;
	font-size: 21px;	
}
.banner-name p {
	margin: 0px;
}

.banner-txt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 31%;
    opacity: 0;
}
.coll-item:hover .banner-txt {
	opacity: 1;
	z-index: 999;
}
.banner-txt a{
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding: 10px 20px;
	border: 2px dashed #83368c;
	display:inline-block;
}

.banner-img {
	min-height: 420px;
	max-height: 420px;
	overflow: hidden;
}
/* END MAIN BANNER */

/* MAIN BANNER CENTER */
.main-banner-center {
	padding: 20px 0;
}
.main-content {
	margin: 20px 0px 30px 0px;
}
.gallery-content {
	margin-bottom: 10px;
}
/* END MAIN BANNER CENTER */

/* MAIN PRODUCT LIST */
.collection-name{
	margin:0px;
	margin-bottom: 15px;
}
.main-product-list {
	margin: 0px 0 5px 0;
}
.page .main-product-list.second .box-heading h2{
	letter-spacing: 0.3px;
}
.page .main-product-list.third .box-heading h2{
	letter-spacing: 0.3px;
}
.product-list-carousel .item {
	margin: 0 15px;
}
.product-list-carousel .owl-next {
	top: -60px;
	right: 0;
}
.product-list-carousel .owl-prev {
	top: -60px;
	left: auto;
	right: 45px;
}
.product-carousel {
	margin-bottom: 35px;
	text-align: center;
}
.product-carousel .product-image {
	border: solid 1px transparent;
	min-height: 410px;
	max-height: 410px;
	overflow: hidden;
}
.product-carousel .product-image:hover {
	border: solid 1px #874083;
}
.product-carousel .product-image img{
	width: 100%;
}
.product-carousel .product-name, .product-carousel .product-name a {
	font-size: 19px;
	font-weight: normal;
	color: #585857;
	margin: 0px;
	padding: 5px 0px;
	min-height: 50px;
	max-height: 50px;
	text-transform: uppercase;
}
.product-info {
	background-color: #ededed;
}
.product-carousel .product-price {
	font-size: 20px;
	color: #83368c;
	padding: 5px 0px;
	margin:0px;
}
.product-carousel .product-price span.p-d{
	color: #83368c;
	display:inline-block;
	font-size: 12px;
}
.product-carousel .product-price span {
	display:block;
	font-size: 14px;
	color: #959595;
}
.product-carousel .product-price .price-new {
	color: #742675;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 2px;
}
.product-carousel .product-atc {
	font-size: 12px;
	color: #4d4d4d;
	display: inline-block;
	background-color: #efefef;
	padding: 4px 8px;
	border: dashed 1px #c8b4cb;
	text-transform: uppercase;
}
.product-carousel .product-atc:hover {
	background-color: #742675;
	border: solid 1px #742675;
	color: #fff;
}
.prod-cart {
	padding-bottom: 20px;
}
.ViewMore a {
	color: #585857;
	float: right;
	font-size: 17px;
	font-style: normal;
	padding: 3px 8px;
	text-transform: uppercase;
	border: dashed 1px #cfb9d3;
}
/* END MAIN PRODUCT LIST */

/* PRODUCT LIST LIST */
.product-list-list .product-carousel {
	margin-bottom: 25px;
	overflow: hidden;
}
#sync1 {
	margin-bottom: 10px;
}
#sync2 .item{
	margin:5px;
	border: 1px solid #eee;
	cursor: pointer;
	min-height: 150px;
	max-height: 150px;
	overflow: hidden;
}
#sync2 .item img{
	width:100%;
}
#sync1 .owl-controls .owl-buttons .owl-prev{
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-left: 0px;
	background: url(arrow_slide_detail_back.png) center no-repeat rgba(204, 204, 204, 0.34) !important;
	text-align: center;
	overflow: hidden;
	padding: 1px 10px;
	border-radius: 0px;
	text-indent: -9999px;
	position: inherit;
}
#sync1 .owl-controls .owl-buttons .owl-prev:hover{background: url(arrow_slide_detail_hover.png) #000 center no-repeat !important;}
#sync1 .owl-controls .owl-buttons .owl-next:hover{background: url(arrow_slide_detail_next_hover.png) #000 center no-repeat !important;}
#sync1 .owl-controls .owl-buttons .owl-next{
	background: url(arrow_slide_detail.png) center no-repeat rgba(204, 204, 204, 0.34) !important;
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: right;
	margin-right: 0px;
	text-align: center;
	overflow: hidden;
	padding: 1px 10px;
	border-radius: 0px;
	text-indent: -9999px;
	position: inherit;
}
.css_detail_owl .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
}
/* END PRODUCT LIST LIST */

/* MAIN BLOG */
.main-blog {
	padding: 0 0 25px 0;
	background-color: #ffffff;
}
.main-article .article-image {
	display: block;
	margin-bottom: 15px;
}
.main-article .article-info {
	font-size: 14px;
	color: #959595;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px 0;
	margin: 0;
}
.main-article .article-title, .main-blog .article-title a {
	font-size: 18px;
	color: #232323;
	margin: 10px 0;
}
.main-article .article-description {
	font-size: 14px;
	color: #555555;
	line-height: 19px;
	margin: 0;
	text-align: justify;
	margin-bottom: 5px;
}
.main-article .article-readmore {
	font-size: 12px;
	color: #555555;
}
.main-blog .article-readmore span {
	margin-left: 5px;
}
/* END MAIN BLOG */

/* BRAND SLIDER */
.main-brand {
	padding: 30px 0;
	margin: 30px 0px 50px 0px;
	border: 2px dashed #83368c;
	border-left: 0px;
	border-right: 0px;
}
.brand-carousel .item {
	text-align: center;
	margin:0px 15px;
}
.brand-carousel .item a{
	display:block;
	margin: 10px 0px;
}
.brand-carousel .item img{

}
/* END BRAND SLIDER */

/* FOOTER */
.footer {
	margin-top: 45px;
	border-top: 2px dashed #83368c;
}
.footer-content {
	padding-bottom: 20px;
}
.footer-top {
    font-size: 15px;
    padding: 40px 0 0px;
    margin-bottom: 20px;
}
.footer-top h1{
	margin:0px;
	color: #83368c;
	font-size: 28px;
	font-weight: normal;
}
.footer-top h1 a{
	color: #83368c;
	font-size: 28px;
}
.tittle-footer {
	color: #752575;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 17px;
}
.tittle-footer a{
	color: #752575;
	margin-top: 0px;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	display:block;
}
.footer-bottom {
	background-color: #dadada;
	color: #575756;
}
.footer-bottom .copy-right {
	margin: 0;
	padding: 7px 0;
	font-size: 14px;
	color: #575756;
	text-align: center;
}
.footer-bottom .payments {
	padding-top: 25px;
}
.center-footer li {
	list-style:none;
	padding: 3px 0px;
	line-height: 17px;
}
/* END FOOTER */

/* PAGE COLLECTION */
.collection-categories {
}
.collection-categories-heading {
	color: #1a1a1a;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
}
.collection-categories-heading span {
	margin-right: 5px;
}
.sidebar-page .collection-categories-heading{
	border-top: 2px dashed #83368c;
	color: #83368c;
	font-size: 18px;
	font-weight: 600;
}
.collection-categories-content {
 
} 
.collection-categories-content ul{
	list-style:none;
}
.cc-list > li {
	border-top: 2px dashed #83368c;
}
.cc-list > li.level0{
	display:none;
}
.cc-list > .level0.active{
	display:block;
}
.sidebar-page .cc-list > li{
	border:none;
}
.sidebar-page .cc-list > li a{
	color:#1d1d1b;
	font-size: 16px;
	font-weight:bold
}
.cc-list > li > a {
	font-size: 18px;
	color: #83368c;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0;
	display: block;
}
.cc-list > li > a > span {
	float: right;
}
.cc-list-child {
}
.cc-list-child > li > a {
	font-size: 16px;
	color: #1d1d1b;
	display: block;
	padding: 7px 0;
	text-transform: uppercase;
}
.cc-list-child > li > a:hover{
	color: #83368c;
}
.colletion-topbar {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.colletion-topbar .btn-view a {
	color: #000000;
	margin: 5px 5px 5px 0;
	display: inline-block;
}
.colletion-topbar .pagination {
	margin: 0;
}
.colletion-topbar .pagination>li>a, 
.colletion-topbar .pagination>li>span {
	border: none;
	color: #000000;
	padding: 2px 9px;
	border: 1px dashed #cfb8d3;
	margin-right: 5px;
}
.collection-tags {
	margin-top: 45px;
}
.collection-tags-heading {
	color: #1a1a1a;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.collection-tags-content {
	padding: 30px 0;
}
.collection-tags-content a {
	display: inline-block;
	color: #7d7d7d;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #7d7d7d;
	margin: 6px 10px 6px 0;
}
.collection-tags-content a:hover {
	background-color: #000000;
	color: #ffffff;
}
#page .cc-list > li{
	border:none;
	list-style:none;
}
#page .cc-list > li > a{
	text-transform: none;
	color: #5e5e5e;
	font-size: 20px;
}
#page .cc-list > li > a:hover, #page .cc-list > li.active > a{
	text-decoration: underline;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #742675 !important;
	border: solid 1px #742675 !important;
	color:#fff !important;
}
.colletion-topbar .pagination > li:hover > a{
	background-color: #742675 !important;
	border: solid 1px #742675 !important;
	color:#fff !important;
}
.coll-desc p {
	font-size: 16px;
	color: #585857;
	line-height: 25px;
	letter-spacing: 1px;
}
.coll-desc img{
	width: 100%;
}
#sort-by {
	margin: 10px 0px;
	padding: 10px 0px;
	text-align: right;
}
#sortBy {
	padding: 6px 15px;
}
.product-list-grid {
	border-top: 2px dashed #83368c;
	padding-top: 15px;
}
/* END PAGE COLLECTION */

/* PAGE PRODUCT */
.pd-top {
	margin-bottom: 80px;
}
.pd-name {
	font-size: 26px;
	color: #464646;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.pd-description-mini {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	text-align: justify;
}
.pd-description-mini ul{
	list-style:none;
}
.prod-price {
	font-size: 28px;
	color: #83368c;
}
.prod-price span {
	font-size: 28px;
	color: #83368c;
}
.prod-price .compare-price{
	font-size: 18px;
	color: #464646;
	text-decoration: line-through;
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;
}
.pd-form label {
	width: 100%;
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
	margin: 8px 0;
}
.pd-form select {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	border: 1px solid #cdcdcd;
	outline: none;
	margin: 8px 0;
	display:none;
}
.pd-form input {
	    height: 40px;
    width: 61%;
    font-size: 14px;
    color: #737373;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #cdcdcd;
    outline: none;
}
.prod-btn {
	    display: inline-block;
    padding: 20px 0px;
    margin: 20px 0px;
    /* border-bottom: 2px dashed #83368c; */
}
.pd-form button {
	font-size: 24px;
	color: #fff;
	background-color: #742675;
	padding: 13px 30px;
	border: none;
	text-transform: uppercase;
}
#gallery_01 {
	margin-top: 30px;
}
#gallery_01 li a img {
	margin-bottom: 20px;
}
#gallery_01 .flex-direction-nav > li {
	position: absolute;
	right: 50%;
}
#gallery_01 .flex-direction-nav > li > a {
	font-family: "FontAwesome";
	color: #d9d9d9;
}
#gallery_01 .flex-direction-nav .flex-next::before{
	content: "\f176";
}
#gallery_01 .flex-direction-nav .flex-prev::before{
	content: "\f175";
}
#gallery_01 .flex-direction-nav .flex-nav-next {
	top:0;
}
#gallery_01 .flex-direction-nav .flex-nav-prev {
	bottom: -30px;
}
.pd-nav {
}
.pd-nav>li>a {
	font-size: 16px;
	color: #131313;
	padding: 10px;
	text-transform: none;
	margin-right: 25px;
	border: 1px solid #eee;
}
.pd-nav>li>a{

}
.pd-nav>li>a:hover {
	background-color: #ffffff;
}
.pd-nav>li.active>a, 
.pd-nav>li.active>a:focus, 
.pd-nav>li.active>a:hover {
	border: 1px solid #eee;
	background-color: #742675;
	color:#fff;
}
.pd-best-seller .heading {
	border-bottom: 1px solid #e6e6e6;
}
.pd-best-seller .heading h3 {
	font-size: 18px;
	color: #131313;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 2px solid #00c7c3;
	margin: 0;
	display: inline-block
}
.pd-best-seller ul {
	padding: 8px 0;
}
.pd-best-seller ul li {
	padding: 14px 0;
}
.pd-best-seller .pd-bs-name {
	margin: 0;
	font-size: 14px;
	color: #464646;
	line-height: 26px;
}
.pd-best-seller .pd-bs-price {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	color: #83368c;
}
.pd-best-seller .pd-bs-price span {
	font-size: 12px;
	color: #959595;
}
.tab-pane {
	padding: 20px 0;
}
/* END PAGE PRODUCT */

/* PAGE CART */
.cart {
	margin-bottom: 40px;
}
.cart_table td {
	vertical-align: middle !important;
}
.item-name, .item-price, .item-total, .item-remove {
	font-size: 16px;
	color: #333333;
}
.item-quantity {
	width: 50px;
	border: 1px solid #e3e3e3;
	text-align: center;
}
.cart-table thead th {
	font-size: 14px;
	color: #444444;
	text-transform: uppercase;
	padding: 22px 0;
}
.registrationContent {
	border-top: 2px dashed #83368c;
	margin: 40px 0px;
	padding: 40px 0px;
	border-bottom: 2px dashed #83368c;
}
.sscontact .registrationContent{
	border: none;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
	margin-top: 35px;
}
.btn-cart {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border: none;
	padding: 12px 40px;
	background-color: #742675;
}
.btn-cart + .btn-cart {
	margin-left: 10px;
}
.contact-title {
	color: #585857;
	font-size: 24px;
	font-weight: normal;
	margin-top: 12px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 40px;
}
/* END PAGE CART */

/* PAGE BLOG */
.blog-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0
}
.blog-new-content {
	padding: 10px 0;
}
.blog-new-content ul li {
	padding: 10px 0;
	list-style:none;
}
.blog-new-content ul li + li {
	border-top: 1px solid #eeeeee;
}
.bn-name {
	font-size: 15px;
	color: #555555;
	padding-top: 10px;
	display: block;
}
.blog-tags-content {
	padding: 15px 0;
}
.blog-tags-content a {
	margin: 5px 5px 5px 0;
	font-size: 13px;
	color: #888888;
	padding: 6px 10px;
	border: 1px solid #eeeeee;
	display: inline-block;
}
.blog-item.first {
	margin-bottom: 40px;
	border-bottom: 2px dashed #83368c;
	padding-bottom: 55px;
}
.blog-item{
	margin-bottom: 20px;
}
.blog-info {
	font-size: 14px;
	color: #959595;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	margin: 0;
}
.blog-name, .blog-name a {
	font-size: 14px;
	color: #232323;
}
.post-ar .blog-description {
	height: 54px;
	overflow: hidden
}

.post-ar .blog-name, .blog-name a {
	font-size: 14px;
	color: #232323;
	min-height: 45px;
	max-height: 45px;
	overflow: hidden;
	font-weight: normal;
}
.post-ar .blog-image {
	min-height: 180px;
	max-height: 180px;
	text-align: center;
	border: solid 1px #eee;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.blog-image {
	text-align: center;
}
.blog-image img{
	display: initial;
}
.blog-description {
	font-size: 14px;
	color: #585857;
	line-height: 1.3;
}
.first .blog-description{
	font-size: 18px;
	text-align: justify;
	line-height: 1.8;
}
.blog-readmore {
	font-size: 16px;
	color: #555555;
}
.blog-item.first .blog-name{
	margin:0px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blog-item.first .blog-name a{
	font-size: 25px;
}
.pagination-blog {

}
.pagination-blog>li>a, 
.pagination-blog>li>span {
	font-size: 14px;
	color: #666666;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
}
.pagination-blog>li>a:focus, 
.pagination-blog>li>a:hover, 
.pagination-blog>li>span:focus, 
.pagination-blog>li>span:hover {

}
.slide-vieo .item {padding: 0 15px}
.blog-video{
	margin-bottom: 20px;
}
.blog-video-content {
    position: relative;
    padding-bottom: 60%;
}
.blog-video-content iframe {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* END PAGE BLOG */
.campaign {
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 2px dashed #83368c;
}
/* PAGE ARTICLE */
.article-name {
	font-size: 30px;
	font-weight: normal;
	color: #742675;
	margin: 0;
	padding: 0px;
	line-height: 45px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.sponsor {
	/*text-align: center;*/
}
.sponsor .article-name{
	text-align:center;
}
.sponsor p{
	margin:0px;
	font-size: 16px;
}
.article-info ul li {
	display: inline-block;
	margin-right: 10px;
	padding: 15px 0;
	color: #555555;
}
.article-info ul li span {
	margin-right: 5px;
	color: #aaaaaa;
}
.comment-list {
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.comment-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.comment .comment-info {
	font-size: 14px;
	color: #333333;
}
.comment {
	padding: 22px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}
.comment img {
	float: left;
	margin-right: 20px;
}
.comment .comment-info span {
	font-size: 13px;
	color: #999999;
}
.comment-description {
	font-size: 14px;
	color: #666666;
}
.comment-add {
	margin: 30px 0 80px 0;
}
/* END PAGE ARTICLE */

/* PAGE 404 */
.not_found {
	margin-bottom: 40px;
}
.not_found h2 {
	font-size: 200px;
	color: #83368c;
}
.not_found h3 {
	font-size: 28px;
	color: #666666;
}
.btn-not-found {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	background-color: #83368c;
	padding: 10px 15px;
	margin: 10px;
}
.not_found p {
	font-size: 16px;
	color: #555555;
}
/* END PAGE 404 */

/* FORM STYLE */
.form-style input, .form-style textarea {
	width: 100%;
	margin: 10px 0;
	font-size: 13px;
	color: #aaaaaa;
	border: 1px solid #d0b9d3;
	padding: 10px;
	outline: none;
}
.form-style select {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	border: 1px solid #cdcdcd;
	outline: none;
	margin: 8px 0;
}
.form-style button {
	font-size: 16px;
	color: #fff;
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	background-color: #742675;
	text-transform: uppercase;
}
#map_address {
	display: none;
}
/* END FORM STYLE */

/* FORM LOGIN */
.form-login {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.form-login .row p {
	padding-top: 10px;
}
.form-login input {
	margin: 0 0 10px 0;
}
.form-login .form-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin:0;
}
.form-login .form-description {
	font-size: 16px;
	color: #666666;
	padding: 10px 0 20px 0;
}
/* END FORM LOGIN */

.addresses {
	margin-top: 20px;
}
#map{
	width: 100%;
	height: 400px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
.contact-info p{
	color: #595958;
}
.contact-info p span{
	font-size: 22px;
}
.contact-title h2 {
	color: #585857;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.contact-form-descriptions p {
	font-size: 18px;
    margin: 20px 0px 50px;
    padding: 0;
    color: #363636;
}
@media (max-width: 768px) {
	.header-logo {
		text-align: center;
	}
	.footer-logo {
		text-align: center;
	}
	.product-list-carousel .owl-prev {
		left: 0;
		top: 40%;
		margin-top: -19px;
	}
	.product-list-carousel .owl-next {
		right: 0;
		top: 40%;
		margin-top: -19px;
	}
}

.main-donation {
	text-align: center;
}
.TitleDonation, .TitleParticipant {
	height: 107px;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	border: solid 1px #874083;
	border-right: 0;
	padding: 0 20px;
	color: #585857;
	text-align: center;
	padding-top: 28px;
}
.DonationValue, .DonationValueSpencial, .ParticipantValue {
	float: left;
	border: solid 1px #874083;
	border-right: 0;
	padding: 0 25px;
	height: 107px;
	line-height: 107px;
	color: #585857;
	font-size: 36px;
}
.DonationUnit {
	float: left;
	padding: 0 11px;
	height: 107px;
	line-height: 107px;
	color: #585857;
	font-size: 36px;
	text-transform: uppercase;
	border-left: solid 1px #874083;
}
.ugether{
	margin-top: 25px;
}
.ugether p{
	font-size: 25px;
	padding: 10px;
	color: #752575;
}
.ugether img{
	height: 23px;
	width: 26px;
	margin-left: 30px;
	margin-right: 9px;
}
@media(max-width:1024px){
	.TitleDonation, .TitleParticipant{
		padding: 0 15px;
		padding-top: 28px;
		font-size: 18px;
	}
	.DonationValue, .DonationValueSpencial, .ParticipantValue{
		padding: 0 15px;
		font-size: 35px;
	}
}
@media(max-width:768px){
	.TitleDonation, .TitleParticipant{
		padding-top: 28px;
		padding: 0 10px;
		font-size: 15px;
	}
	.DonationValue, .DonationValueSpencial, .ParticipantValue{
		padding: 0 10px;
		font-size: 32px;
	}
}
.article-content {
	font-size: 16px;
	color: #5e5e5e;
}
.article-content h3{
	font-size: 16px;
	color: rgb(116, 38, 117);
}

.article-content ul{
	margin-left: 30px;
}
.chinh-sach ul{
	list-style:none;
}
.article-content #TextHTML-Module{
	list-style: initial;
}
.home-share {
	padding-top: 25px;
	border-top: 2px dashed #83368c;
}
.home-share .share-item a:nth-child(2) {
	display: block;
	background-color: #ededed;
	color: #585857;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	line-height: 60px;
	text-transform: uppercase;
}
.home-share .share-item img {
	width: 100% !important;
	height: auto !important;
}
.home-share .share-item:hover img{
	opacity: 0.3;
}
.share-item{
	margin-bottom: 20px;
}
.pro-content{
	margin:20px 0px;
}
.contact-info p{
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 17px;
}
.contact-info p a{
	font-size: 14px;    
}
.product-price {
	background-color: #ededed;
	padding: 10px;
}
@media(max-width:320px){
	.slogan-header{
		margin-left:4px;
	}
	.slogan-header a{
		font-size:11px;
	}
}

.value.contact-address {
	background-image: url("location.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 31px;
}
.value.contact-phone {
	background-image: url("phone-contact.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 22px;
	padding-left: 31px;
}
.value.contact-Email {
	background-image: url("mail-contact.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 19px;
	padding-left: 31px;
}
.value.contact-website {
	background-image: url("www.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 19px;
	padding-left: 31px;
}
/* 
Swatches Styles
*/



.swatch { 
	margin:1em 0; 
}
/* Label */
.swatch .header {
	margin: 0.5em 0;
	font-size: 20px;
	color: #742675;
	text-transform: uppercase;
	border-bottom: 2px dashed #83368c;
}
/* Hide radio buttons.*/
.swatch input { 
	display:none;
}
.swatch label {
	float: left;
    min-width: 56px !important;
    height: 40px !important;
    margin: 0;
    border: #ccc 2px solid;
    background-color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    color: #ccc;
}
.swatch-element label {padding: 0 10px;
    cursor: pointer;
    color: #333;
    font-weight: bold; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
	    border: 2px solid #000;
    font-weight: bold;
    color: #333;
} 
.swatch .swatch-element {
	float:left;
	-webkit-transform:translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing:antialiased; /* webkit text rendering fix */
	/* Spacing between buttons */
	margin:0px 10px 10px 0;
	/* To position the sold out graphic and tooltip */
	position:relative;
}
.swatch .swatch-element:last-child{
	margin-right: 0px;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
	text-align:center;
	background:gray;
	color:#fff;
	bottom:100%;
	padding: 10px;
	display:block;
	position:absolute;
	width:100px;
	left:-23px;
	margin-bottom:15px;
	/* Make it invisible by default */
	filter:alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity:0;
	visibility:hidden;
	/* Animations */
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	z-index: 10000;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.swatch .tooltip:before {
	bottom:-20px;
	content:" ";
	display:block;
	height:20px;
	left:0;
	position:absolute;
	width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
	border-left:solid transparent 10px;
	border-right:solid transparent 10px;
	border-top:solid gray 10px;
	bottom:-10px;
	content:" ";
	height:0;
	left:50%;
	margin-left:-13px;
	position:absolute;
	width:0;
}
.swatch .swatch-element:hover .tooltip {
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1;
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
.swatch.error {
	background-color:#E8D2D2!important;
	color:#333!important;
	padding:1em;
	border-radius:5px;
}
.swatch.error p {
	margin:0.7em 0;
}
.swatch.error p:first-child {
	margin-top:0;
}
.swatch.error p:last-child {
	margin-bottom:0;
}
.swatch.error code {
	font-family:monospace;
}

.selector-wrapper {
	display:none;
}
.menu-bottom a {
	display: block;
}
.menu-bottom a img{
	margin-bottom: 25px;
	height: 62px;
}
.menu-bottom {
	text-align: center;
}
.store-item h3 {
	color: #742675;
	font-size: 30px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
	margin-top: 0px;
}
.store-item {
	margin-bottom: 20px;
}
.store-html > .row{
	margin-bottom: 25px;
}
.popup-gallery > div {
	margin-bottom: 0px;
	padding: 2px;
	min-height: 180px;
	max-height: 180px;
	overflow: hidden;
}
.popup-gallery > #sync1{
	min-height: auto;
	max-height: initial;
}
.video {
	margin-bottom: 30px;
}
.ParticipantsModule {
	text-align: center;
}

.StatiticType2 .ParticipantsModule .TitleParticipant, .StatiticType2 .DonationsModule .TitleDonation {
	display: block;
	float: none;
	border: none;
	padding: 0;
	height: auto;
	line-height: normal;
	font-size: 24px;
	color: #585857;
	text-transform: uppercase;
	margin: 27px 0px;
}
.StatiticType2 .ParticipantsModule .TitleParticipant, .StatiticType2 .DonationsModule .TitleDonation {
	height: 58px;
}
.StatiticType2 .ParticipantsModule div, .StatiticType2 .DonationsModule div {
	float: none;
	border: solid 1px #cfb9d3;
	padding: 0px 15px;
	height: 42px;
	line-height: 38px;
	font-size: 17px;
	color: #585857;
	display: inline-block;
}

.most-product h3, .layout-map h3 {
	color: #585857;
	font-size: 24px !important;
	font-weight: normal;
	padding: 0;
	margin-bottom: 40px;
	line-height: 30px;
}
.module-most-product {
	margin: 50px 0px 30px;
	text-align: center;
	border-top: 2px dashed #83368c;
	padding-top: 30px;
}
.gallery-content > .row{
	margin: 0px -2px
}
.form-send {
	margin-top: 50px;
	text-align: center;
}

.DefaultModule p {
	line-height: 25px;
}

.list-user li{
	min-height: 360px;
	max-height: 360px;
	overflow: hidden;
	margin-bottom: 15px;
}
.list-user li img{
	width: 100%;
}

.large-image img {
	width: 50%;
}

.large-image {
	position: relative;
	text-align: center;
}

.defaultTitle {
	color: #83368c;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0 5px;
	border-top: 2px dashed #83368c;
}
.defaultTitle span{
	display: block;
	font-size: 18px;
	clear: both;
	text-transform: uppercase;
}
.filter-menu ul li{
	list-style:none;
	line-height: 25px;
	padding:5px 0px;
}
.filter-menu ul li a{
	font-size: 18px;
    display: block;
    color: #1d1d1b;    
	text-transform: uppercase;
}

.filter-menu ul li.active a{
	text-decoration: underline;
}
ul.list-filter.vendor-menu {
    margin-bottom: 15px;
}
.filter-menu .level-filter > a {
	color: #1d1d1b;
	display: block;
	font-size: 16px;
	padding: 4px 0;
	text-transform: uppercase;
}
.filter-menu .level-filter .level1 a{
	color: #1d1d1b;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
}
.filter-menu .level-filter .level1:hover a{
	text-decoration: underline;
}.collection-banner {
 border-top: 2px dashed #83368c;
    padding-bottom: 10px;
    margin-top: 10;
    padding-top: 10px;
}
.tab-pane #TextHTML-Module {
    font-size: 14px;
}
@media(max-width: 1024px) and (min-width: 992px) {
	.main-nav-content > ul > li > a{
		padding: 0px 33px;
	}
}
@media(min-width: 991px){
	.colum-footer{
		width: calc(100%/5)
	}
	#left-page {
		background-color: #ededed;
		border-right: 2px dashed #83368c;
	}
}

#page ul.cc-list {
	 padding: 15px;
    padding-top: 10px;
    border-top: 2px dashed #83368c;

}

.list-user {
	display: block;
	margin-top: 42px;
	padding-top: 37px;
	border-top: 2px dashed #83368c;
}
.list-user h2 {
	font-size: 24px;
	color: #585857;
	font-weight: normal;
	padding: 0;
	text-align: center;
	margin: 26px 0px;
	text-transform: uppercase;
}
.policy-modul {
	margin: 0;
	padding: 0;
	border: solid 1px #70706f;
	margin-bottom: 45px;
	background-color: #ededed;
}
.policy-modul li {
	list-style: none;
	background-color: #ededed;
}
.policy-modul li a {
	color: #585857;
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	line-height: 50px;
	padding: 6px 0px;
}
@media(min-width:992px){
	.policy-modul li a{
	}
}
@media(max-width: 768px){
	.policy-modul li{
		float:none;
		display:block;
	}
	.policy-modul li a{
		display:block;
	}
}
.policy-modul li.active, .policy-modul li:hover {
	background-color: #fff;
}
.policy-modul li:nth-child(1) a {
	background-image: url(policy1.png);
	background-position: 23px center;
	background-repeat: no-repeat;
	padding-left: 85px;
}
.policy-modul li:nth-child(2) a {
	background-image: url(policy3.png);
	background-position: 23px center;
	background-repeat: no-repeat;
	padding-left: 85px;
}
.policy-modul li:nth-child(3) a {
	background-image: url(policy2.png);
	background-position: 18px center;
	background-repeat: no-repeat;
	padding-left: 85px;
}

.help-module {
	display: inline-block;
	margin: 35px 0;
	width: 100%;
}
.help-module {
	font-size: 17px;
}
.help-module ul {
	margin: 0;
	padding: 0;
}
.help-module .help-module-right {
	font-size: 12px;
}
.help-module li {
	float: left;
	list-style: none;
	line-height: 30px;
}
.help-module-right li:nth-child(1) {
	background-image: url(help-location.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 27px;
	width: 32%;
}
.help-module-right li:nth-child(2) {
	background-image: url("help-phone.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
	margin-left: 40px;
	width: 20%;
}
.help-module-right li:nth-child(3) {
	background-image: url(help-mail.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 31px;
	margin-left: 46px;
	width: 22%;
}
.help-module-right li:nth-child(4) {
	background-image: url(help-web.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-left: 31px;
}
/* FORM */
.registration-title {
	font-size: 24px;
	color: #585857;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}
.registration-title span {
	color: #585857;
	font-size: 16px;
	text-transform: none;
	margin-top: 20px;
	display: block;
}
.registrationContent .leftCol {
	float: left;
	width: 48%;
}
.registrationContent .leftCol .key {
	display: inline-block;
	color: #585857;
	font-size: 16px;
	width: auto;
	margin-right: 10px;
}
.registrationContent input[type="text"] {
	border: none;
	padding: 0;
	border-bottom: solid 1px #cfb9d3;
	height: 18px;
	font-size: 16px;
	color: #585857;
	width: 320px;
}
.registrationContent .rightCol {
	float: right;
	width: 48%;
}
.rightCol textarea {
	border: 1px solid #d0b9d3;
	font-size: 14px;
	min-height: 144px;
	padding: 5px 14px;
	width: 433px !important;
}

.sscontact.contactInput.registrationType1 .registration-title {
	background-color: #742675;
	color: #fff;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	margin-bottom: 90px;
}
.sscontact.contactInput.registrationType1 {
	padding: 0;
	background: none;
	border: solid 1px #cfb8d3;
	margin-top: 20px;
}

.contact-stackleft {
	float: left;
	width: 48%;
}
.contact-stackleft:nth-child(1){
	margin-right:1%;
}
.contact-info .key {
	color: #595958;
	float: left;
	font-size: 16px;
	margin-right: 10px;
}
.contact-info div {
	margin-bottom: 12px;
}
.contact-stackleft input[type="text"], .contact-stackleft .NormalTextBox {
	background: none;
	border: none;
	border-bottom: solid 1px #cfb9d3;
	height: 19px;
	padding: 0;
	width: 370px !important;
	font-size: 16px;
}
/* END FORM */
.left-regulation {
	position: relative;
	height: 1005px;
	width: 260px;
	vertical-align: top;
	padding: 0px 15px;
}
.left-regulation a {
	display: block;
	color: #5e5e5e;
	font-size: 18px;
	line-height: 30px;
}
.left-regulation a.active, .left-regulation a:hover{
	text-decoration: underline
}
.right-regulation {
	float:left;
	width: 885px;
	padding-top: 15px;
	vertical-align: top;
	padding: 0px 15px;
	font-size: 16px;
	color: #5e5e5e;
	text-align: justify;
}
.right-regulation p{
	padding:10px;
	margin:0px;
}
.right-regulation ul{
	margin-left: 30px;
	list-style: initial;
}
.article {
	text-align: justify;
}
.bg_banner img{
	width: 100%;
}

.connect img {
	width: 100%;
}
.connect {
	position: relative;
	border-top: 2px dashed #83368c;
	padding-top: 30px;
	margin-top: 30px;
}

.connect-text a {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 28px;
	font-weight: bold;
}

.connect-text .cn-text-1 {
	left: 18%;
}

.connect-text .cn-text-2 {
	right: 20%;
}

.connect-text-top a {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 125px;
	font-weight: bold;
	width: 110px;
	height: 105px;
}

.connect-text-top .cn-text-1 {
	left: 19%;
}

.connect-text-top .cn-text-2 {
	right: 19%;
}

.campaign-item {
	margin-bottom: 30px;
}

.campaign-name {
}

.campaign-name a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.campaign-item:hover .campaign-name a{
	color: #742675;
}
.campaign-info h3 {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
}

.campaign-info {
    background-color: #e7e7e8;
    padding: 15px 10px;
}
.contact.contactInput {
	display: inline-block;
	border-top: 2px dashed #83368c;
	margin-top: 57px;
	padding-top: 25px;
}
.layout-map {
	text-align: left;
	padding-left: 35px;
}
.coll-desc {
	text-align: center;
}
.Cart-Completed-Description {
	text-align: center;
	margin: 25px 0px 15px 0px;
	font-size: 16px;
	color: #585857;
}
.bg_banner {
	margin-bottom: 30px;
}
.post-ar .blog-image a.view {
	position: absolute;
	top: 44%;
	left: 36%;
	border: 1px dashed #845086;
	color: #585857;
	font-size: 16px;
	padding: 10px 23px 5px;
	text-transform: uppercase;
	display: none;
	z-index: 99;
}
.post-ar .blog-image div{
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.post-ar .blog-image:hover .view {
	display:block;
}
.post-ar .blog-image:hover div {
	background: rgba(255, 255, 255, 0.7);
}
div#TextHTML-Module ul {
    /* list-style: none; */
    padding-left: 25px;
}
.tab-pane b{
	font-size:17px;
	font-weight: bold;
}
.article-content.post-article img {
    width: 70%;
    margin: 0px auto;
    text-align: center;
}

.campaign-img {
	min-height: 265px;
	max-height: 265px;
	overflow: hidden;
}
.article-content p {
    margin: 0px !important;
	font-family: sofia;
}
.article-content p font, .article-content span{
	font-family: sofia !important;
}
/* galleria */
#galleria-loader{height:1px!important}

.galleria-container {
	position:relative;
	font-family:sofia,sans-serif;
}
.galleria-container img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.galleria-stage {
	width:100%;
	height:100%;
	background: rgba(0,0,0,.94);
	top:0;
	left:-10000px;
	position: absolute;
}
.galleria-thumbnails .galleria-image {
	width: 23%;
	height: 150px;
	margin: 0px -7px 3px 10px;
	position:absolute!important;
	top:0;
	left:0;
	cursor: pointer;
	background: #ddd url(miniloader.gif) no-repeat 50% 50%;
}
.galleria-loader {
	width:64px;
	height:64px;
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-16px;
	background:#000 url(loader.gif) no-repeat 50% 50%;
	z-index:3;
	opacity:.5;
	filter: alpha(opacity=50);
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.galleria-info {
	display:none;
	background:#000;
	color:#fff;
	padding:8px 0;
	z-index:3;
	position:absolute;
	bottom:10px;
	background:rgba(0,0,0,0.7);
	font-size:12px;
	line-height:16px;
	max-width:50%;
	display: none !important;
}

.galleria-info-text {
	padding: 0 12px;
}

.galleria-info-description {
	color:#bbb;
}

.galleria-plus {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url("bg.png)";
		color:#fff;
		line-height:1.2;
		font-size:11px;
		display:none;
		}
.galleria-plus span {
	display: none;
}

.galleria-close{
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	right:0;
	background:url("close.png") no-repeat 0 0;
	z-index:100;
	cursor:pointer;
}

.galleria-close:hover{
	background-position:0 -50px;
}

.galleria-image-nav {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.galleria-image-left,
.galleria-image-right {
	width:150px;
	height:100%;
	background:url("left.png") no-repeat 0 50%;
	position:absolute;
	left:0;
	z-index:3;
	cursor:pointer;
}
.galleria-image-right {
	left:auto;
	right:0;
	background:url("right.png") no-repeat 100% 50%;
}

.galleria-image-left:hover{background-image:url("left-hover.png");}
.galleria-image-right:hover{background-image:url("right-hover.png");}

.galleria-container .galleria-image-nav{height:100px;top:50%;margin-top:-50px}

.galleria-container.touch .galleria-images iframe{margin-top:40px}
.galleria-container.touch .galleria-info{bottom:40px}

.galleria-container .galleria-image-left,
.galleria-container .galleria-image-left.cur{cursor:pointer;background:url("left.png") no-repeat 0 50%!important;width:100px;}
.galleria-container .galleria-image-right,
.galleria-container .galleria-image-right.cur{cursor:pointer;background:url("right.png") no-repeat 100% 50%!important;width:100px}

.galleria-container .galleria-image-left:hover,
.galleria-container .galleria-image-left.cur:hover{background-image:url("left-hover.png")!important;}
.galleria-container .galleria-image-right:hover,
.galleria-container .galleria-image-right.cur:hover{background-image:url("right-hover.png") !important;}

.galleria-preloader{height:4px;width:180px;background:#eee;position:absolute;top:0;}
.galleria-loaded{height:4px;width:0%;background:#444;}
@media screen and (max-width:1200px) {
  .main-nav-content ul li .submenu li a {
    display: block;
    color: #585857;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}
}
table.table.table-bordered.cart-table tr td {
    border: solid 3px #545454;
}
.table-bordered {
    border: solid 3px #545454;
}table.table.table-bordered.cart-table th {
    border: solid 3px #333;
}table.table.table-bordered.total-table tr td {
    text-transform: uppercase;
    color: #742675;
    font-weight: bold;
}table.table.table-bordered.total-table tr td {
    text-transform: uppercase;
    color: #742675;
}ul.list-filter.vendor-menu li a {
    text-decoration: none;
    /* color: #742675; */
}ul.list-filter.vendor-menu li a {
    text-decoration: none;
}div#right-page {
    height: auto !important;
}



@media(max-width: 1024px) and (min-width: 992px) {
	.campaign-img {
		min-height: 216px;
		max-height: 216px;
		overflow: hidden;
	}
}
@media(max-width: 992px) and (min-width: 768px) {
	.campaign-img {
		min-height: 255px;
		max-height: 255px;
		overflow: hidden;
	}
}

.text3line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}