/* start UX */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* header */
.header .content {padding: 1px 60px;}
.ux-30 {float: left;width: 23%;}
.ux-70 {float: left;width: 77%;}
.ux-sepa {clear: both;width: 100%;height: 1px;background: #333; margin-top: 15px; display: inline-block}
.header .logo {width: 250px;float: left}
/* header config */
.ux-site-config {float: right;width:100%;margin:0 0 25px}
.ux-site-config > div {padding: 0 10px;border-right: 1px solid;height: 20px;float: right;}
.ux-site-config > div:first-child {border: none;}
.ux-cart a{font-size:13px;color: #742BD6;}
.ux-cart a:hover {text-decoration: none;color: #333;}
.ux-user {float: left;background-image: url(/wp-content/themes/national/images/user.png) !important;background-position: center !important;background-repeat: no-repeat !important;font-size: 0 !important;width: 25px;}
.ux-user a {width: 25px;height: auto;display: block;}
.lenguages {float: left;width: 64px;}
.wpml-ls-statics-shortcode_actions ul{padding: 0 !important;font-size:12px !important}
.wpml-ls-legacy-dropdown-click a {color: #333;border: none;padding: 4px 10px;}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {color: #742BD6;background: #fff;text-decoration: none;}
/* header nav */
.menu-item.wpmenucart{display: none;}
.ux-clear{clear: both}
.menu-item.wpmenucart {display: none;}
.wrapper_nav {display: block;width: 100%;float: right}
.nav ul {display: flex;justify-content: space-between;margin: 0;padding: 0;}
.content ul.main-nav {margin: 0;padding: 0;display: block}
.content .nav li {list-style: none;width: auto;text-align: center;font-size: 16px;float: right;margin: 0 10px 10px;padding: 0;line-height: 0;position:relative}
.nav li a, .nav li a:visited {display: flex;align-items: center;justify-content: center;color: #333;text-decoration: none;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;border: 1px solid #742BD6;border-radius: 50px;}
.nav li .active, .nav li a:hover {display: flex;align-items: center;justify-content: center;color: #fff;text-decoration: none;background-color: #742BD6;width: 100%;height: 100%;padding: 20px;box-sizing: border-box;
-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.nav .homepage a,.nav .homepage a:visited {color: #fff;text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.nav .homepage a:hover {color: #fff;text-decoration: none;}
.nav li a, .nav li a:visited, .nav li .active, .nav li a:hover {padding: 15px 9px;height: auto;}

/* nouveau menu 22*/
.current_page_item a,
.current-menu-item > a,
.current-menu-parent > a
{background: #742BD6;color: #fff !important;}
#main-nav li a {font-size: 20px;}
.menu-menu-categorie-en-container,
.menu-menu-categorie-fr-container,
.menu-menu-categorie-nl-container
{float:right}
#menu-menu-categorie-en,
#menu-menu-categorie-fr,
#menu-menu-categorie-nl
{margin: 0;padding: 0;}
.main-nav .sub-menu,
.my-categories-menu .sub-menu
{width: 240px;height: auto;position: absolute;top: 140%;left: 0;z-index: 100;visibility: hidden;opacity: 0;transition: all .4s ease;display: block;text-align: left;padding: 0;margin: 0;}
.main-nav .sub-menu li,
.my-categories-menu .sub-menu li
{
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.main-nav li:hover .sub-menu,
.my-categories-menu li:hover .sub-menu
{
  opacity: 1;
  visibility: visible;
  top: 100%;
	background: #f9f9f9;
padding: 10px 20px;
margin-left: -20px;
border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.main-nav .sub-menu li a,
.my-categories-menu .sub-menu li a
{
  float: left;
  margin: 5px 0;
  width: auto;
  clear: both;
	font-size:13px
}
.choices__item.choices__item--choice.is-selected,
.main-nav .current-menu-parent > a,
.main-nav .current-menu-item > a
{background: #742BD6 !important; color: #fff !important}
.logo-menu{display: none}

@media only screen 
and (min-device-width : 100px) 
and (max-device-width : 812px){ 
	.wrapper_nav #menu {position: fixed;background: #fff;left: 0;top: 0;margin-top: 0;height: 100%;z-index: 99999;width: 100%;overflow: scroll;}
	.logo-menu {display: block;margin: 0 auto;padding: 20px;float: left;width: 110px;}
	#menu #pull-x {font-family: FontAwesome;font-size: 25px;float: right;color: #7d33e2;margin: 30px 20px 20px;width: 20px;height: 20px;z-index: 9;position: relative;}
	#menu #pull-x::before {content: "\f00d";}
	.content .nav li{text-align: left;float: none;position: relative;	}
	.nav li a, .nav li a:visited, .nav li a:hover{align-items: initial;justify-content: initial;position:relative}
	.menu-menu-categorie-en-container, .menu-menu-categorie-fr-container, .menu-menu-categorie-nl-container {float: none;margin-top: 50px;}
	.my-categories-menu li:hover .sub-menu{visibility: hidden}
		li > a.submenu-opened + .sub-menu {width: 84%;position: relative;top: auto;display: inline-block;padding: 10px 30px !important;margin: 10px 0 10px !important;opacity: 1;visibility: visible !important;background: #f9f9f9;border-radius: 15px;box-shadow: 0 0 10px rgba(0,0,0,.1);}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.wrapper_nav #menu {position: fixed;background: #fff;left: 0;top: 0;margin-top: 0;height: 100%;z-index: 99999;width: 100%;overflow: scroll;}
	.logo-menu {display: block;margin: 0 auto;padding: 20px;float: left;width: 110px;}
	#menu #pull-x {font-family: FontAwesome;font-size: 25px;float: right;color: #7d33e2;margin: 30px 20px 20px;width: 20px;height: 20px;z-index: 9;position: relative;}
	#menu #pull-x::before {content: "\f00d";}
	.content .nav li{text-align: left;float: none;position: relative;	}
	.nav li a, .nav li a:visited, .nav li a:hover{align-items: initial;justify-content: initial;}
	.menu-menu-categorie-en-container, .menu-menu-categorie-fr-container, .menu-menu-categorie-nl-container {float: none;margin-top: 50px;}
	.my-categories-menu li:hover .sub-menu{width: 86%;position: relative;top: auto;display: inline-block;padding: 10px 30px !important;margin: 10px 0 10px;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1080px) 
and (orientation : landscape) { 
	.ux-30 {width: 15%;}
	.ux-70 {width: 85%;}
	.header .logo {width: 100%;}
	#main-nav li a {font-size: 15px;}
	.my-categories-menu li a {font-size: 14px;}
}









/* ux home */
/* ux home 01 */
.ux-home-01 {border-bottom: 1px solid;padding: 30px 0 40px;}
.ux-subscribe {padding-top: 10px;}
.ux-subscribe-tile {width: 28%;float: left;font-size: 16px;color: #333;padding-right: 10px}
.ux-subscribe-content {width: 70%;float: left;}
.ux-subscribe #mce-EMAIL {width: 73%;float: left;padding: 0 0 7px;height: auto !important;font-size: 15px;color: #939393;border: 0;border-bottom: 1px solid #d7d7d7;}
.ux-subscribe #mce-EMAIL:focus, .ux-subscribe #mce-EMAIL:hover {border-color: #742BD6;}
#mce-EMAIL:focus-visible {outline: none;}
.ux-subscribe #mc-embedded-subscribe {width: 25%;float: right;background: transparent !important;border: 1px solid #742BD6;color: #333 !important;font-size: 15px !important;font-family: 'Public Sans', sans-serif !important;border-radius: 50px !important;margin-top: -10px;cursor: pointer;transition: .3s ease-in-out}
.ux-subscribe #mc-embedded-subscribe:hover {background: #742BD6 !important;color: #fff !important;}
.ux-subscribe form, .ux-subscribe p {padding: 0;margin: 0}
.custom-html-widget > .ux-social-home {margin: 0;padding: 2px 0 0;overflow-wrap: break-word;text-align: right;}
.custom-html-widget > .ux-social-home li {display: inline-block;list-style: none;}
.ux-social-home a {background: #742BD6;color: #fff !important;border-radius: 50px;text-align: center;width: 30px;height: 30px;display: table-cell;font-size: 15px;vertical-align: middle;border: 1px solid #742BD6;transition: .3s ease-in-out}
.ux-social-home a:hover {background: #fff;border: 1px solid #742BD6;color: #742BD6 !important;transition: .3s ease-in-out;}
.bf-ux-view-products > .ux-view-products {margin: 0;float: none;}
.bf-ux-view-products {
  border-left: 1px solid #333;
  text-align: center;
  padding: 10px 0;
}
/* ux home 02 */
.ux-txt-slider p{margin:.5em 0}
.ux-txt-slider .widget_text:first-child p{text-align:center;font-size: 30px;font-weight: 200;line-height: 35px;}
.ux-txt-slider .widget_text:nth-child(2n) p{text-align: center;font-size: 20px;font-weight: 200;}
.ux-txt-slider .widget_text:nth-child(3n) p{text-align: center;font-size: 17px;font-weight: 200;padding: 0 40px;}
/* en */
/* pc */
#pgc-25598-4-1 {height: 19.8vw;max-height: 357px;position: relative;}
#pgc-25598-4-1 .widget_sow-layout-slider{height:100% !important}
/* mobi */
#pgc-25598-8-0 {height: 450px;position: relative}
#pgc-25598-7-0 {height:100% !important}
#pgc-25598-8-0 .widget_sow-layout-slider {height:100% !important}

/* fr */
/* pc */
#pgc-25601-4-1{height: 19.8vw;max-height: 357px;position: relative}
#pgc-25601-4-1 .widget_sow-layout-slider{height:100% !important}
/* mobi */
#pgc-25601-8-0 {height: 450px;position: relative}
#pgc-25601-7-0 {height:100% !important}
#pgc-25601-8-0 .widget_sow-layout-slider {height:100% !important}

/* nl */
/* pc */
#pgc-25600-4-1 {height: 19.8vw;max-height: 357px;position: relative}
#pgc-25600-4-1 .widget_sow-layout-slider {height:100% !important}
/* mobi */
#pgc-25600-8-0 {height: 450px;position: relative}
#pgc-25600-7-0 {height:100% !important}
#pgc-25600-8-0 .widget_sow-layout-slider {height:100% !important}

.ux-txt-slider, .ux-txt-slider .so-widget-sow-layout-slider, .ux-txt-slider .sow-slider-base, .ux-txt-slider .sow-slider-images, .ux-txt-slider .sow-slider-image, .ux-txt-slider .sow-slider-image-container, .ux-txt-slider .sow-slider-image-wrapper, .ux-txt-slider .panel-layout, .ux-txt-slider .panel-grid, .ux-txt-slider .panel-grid-cell
{height:100% !important}
.ux-txt-slider .widget_sow-button{position: absolute !important;bottom: 20px;left: 50%;transform: translateX(-50%);}
.ux-txt-slider .ow-icon-placement-left.ow-button-hover {background: transparent;border-radius: 50px;font-size: 14px;padding: 0.6em 2em;border: 2px solid;transition: .3s ease-in-out}
.ux-txt-slider .ow-icon-placement-left.ow-button-hover:hover {background: #fff !important;color: #742BD6 !important;border: 2px solid #742BD6 !important;}
.button-row.ux-home-2 .bottom-button .ow-button-base a{background: #742BD6;color: #fff !important;font-weight: 200;
font-size: 23px;padding: 10px 40px !important;border: 1px solid #742BD6 !important;}
.button-row.ux-home-2 .bottom-button .ow-button-base a:hover{background: #fff !important;color: #742BD6 !important;border: 1px solid !important;}
.button-row.ux-home-2.panel-row-style.panel-row-style-for-25598-1 {border-bottom: 1px solid;padding-bottom: 40px;margin-bottom: 60px;}
/* ux home 02 buton after collection */
.button-row .panel-grid-cell{height: auto !important}
.button-row {padding-top: 20px}
.button-row.ux-home-2 {border-top: 1px solid;padding-top: 80px;margin-top: 60px;}
/* ux home 04 */
.new-row.ux-home-4 {padding-bottom: 20px;}
/* home spotlight */
.ux-home-spotlight {border-top: 1px solid}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link > .wcfmmp_sold_by_logo {display: none !important;}
.ux-view-products {float: right;margin: 4em 1em 0 0;background: #742ad5;color: #fff !important;padding: 10px 20px;border-radius: 50px;border: 1px solid #742ad5;transition: .3s ease-in-out}
.ux-view-products:hover {background: transparent;color: #742ad5 !important;text-decoration: none;}

/* about */
.ux-team-1 {border-top: 1px solid;border-bottom: 1px solid;padding: 60px 0;margin-top: 40px;}
.ux-team-2 {padding-top: 50px;}

/* send whith us */
.ux-button .ow-icon-placement-left.ow-button-hover {background: transparent;color: #742BD6 !important;border: 2px solid #742BD6;border-radius: 50px;transition: .3s ease-in-out}
.ux-button .ow-icon-placement-left.ow-button-hover:hover {background: #742BD6 !important;color: #fff !important;border: 2px solid #742BD6 !important;text-decoration: none;}
#price_facility, #total {background: transparent;}
.paypal-button-tagline{display:none !important}

/* exhibitors */
.content_shop .exhibitor h1 {border-bottom: 1px solid;padding-bottom: 20px;}
.ux-contact-exh, .ux-web-site-store {display: inline-block;position: relative;margin-top: 15px;}
.ux-contact-exh a {background: #742BD6;color: #fff;padding: 10px 20px;border-radius: 50px;font-size: 14px;border: 1px solid #742BD6;transition: .3s ease-in-out}
.ux-contact-exh a:hover {background: transparent;color: #333;border: 1px solid #742BD6;text-decoration: none}
.ux-web-site-store a {background: transparent;border: 1px solid #742BD6;padding: 10px 20px;border-radius: 50px;font-size: 14px;margin-left: 15px;transition: .3s ease-in-out}
.ux-web-site-store a:hover {background: #742BD6;border: 1px solid #742BD6;color: #fff;text-decoration: none}


/* visit & buy */
.ns-filter .select2-container--default .select2-selection--single {background-color: #fff;height: 35px !important;line-height: 35px !important;border-radius: 50px;border: 1px solid #742BD6;}
.ns-filter .select2-container--default .select2-selection--single .select2-selection__rendered {color: #333;line-height: 35px;}
.ns-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #742BD6 transparent transparent;}
.ns-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #fff;}
.content_workshop .prev-a,.content_workshop .next-a {width: 30px;height: 30px;display: block;position: absolute;top: calc(50% - 16px);z-index: 2;background: #fff;cursor: pointer;color: #3C3C3C;border-radius: 50%;opacity:0}
#slick-slider:hover .prev-a, #slick-slider:hover .next-a{opacity:1;transition:.3s ease-in-out}
.content_workshop .prev-a span:after,.content_workshop .next-a span:after {content: "";position: inherit;top: 8px;z-index: 11;display: block;width: 12px;height: 12px;border-top: 2px solid #3C3C3C;border-left: 2px solid #3C3C3C;}
.content_workshop .prpl-bttn {border: 1px solid;line-height: 35px;font-size: 14px;font-weight: 400;display: inline-block;padding: 0 2em !important;text-align: center;position: absolute;bottom: 30px;left: calc(33.33% + 15px);width: auto;background: #742BD6;color: #fff;border-radius: 50px;transition: .3s ease-in-out;}
.content_workshop .prpl-bttn:hover{color: #742BD6;background: #fff;text-decoration: none}
.content_workshop .row {border: none;}
.row.l-item {border-bottom: 1px solid;margin-bottom: 40px;}
.popup-bubble-anchor .row.l-item {border: none;margin-bottom: 0;}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
@-moz-document url-prefix() {
    .select2-container--open .select2-dropdown--below {
        top: 33px;
    }
}

/* general */
.sow-slider-pagination, .ns-visit-title::before {display: none !important;}
.bt_marketplace_home.ow-icon-placement-left.ow-button-hover{background: #742BD6;color: #fff !important;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;transition: .3s ease-in-out}
.bt_marketplace_home.ow-icon-placement-left.ow-button-hover:hover {background: #fff;color: #742BD6 !important;border-color: #742BD6 !important;text-decoration: none;}

/* woocommerce */
.woocommerce-product-search > #woocommerce-product-search-field-0 {border: none;background: transparent;width: 90% !important;border-radius: 50px !important;margin: 0;}
#woocommerce-product-search-field-0:focus-visible {outline: none;}
.woocommerce-product-search {background: #fff;border-radius: 50px;border: 1px solid #742BD6;}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul {border: none !important;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {margin: 0;text-decoration: none;line-height: 1;font-size: 13px;font-weight: 400;padding: 10px;min-width: 1em;display: block;border: 1px solid #dfdfdf;border-radius: 5px;}
.vee_category_title, #panel-9871-0-1-9 {display: none !important;}
.woocommerce div.product .product_title {padding: 0 0 15px;border-bottom: 1px solid;}
#panel-9871-0-1-2 {border-bottom: 1px solid;padding-bottom: 15px;}
.variations {display: table;width: 55% !important;border: 1px solid #333 !important;border-radius: 20px;}
.variation-1 {float: left;clear: both;width: 100%;border-bottom: 1px solid #333;padding: 15px 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.variation-1:last-child {border-bottom: none;}
.left-variation {width: 50%;float: left;}
.right-variation {float: left;width: 50%;}
.woocommerce div.product form.cart .variations select {width: 87px !important;max-width: 87px !important;min-width: 87px !important;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;border-radius: 50px !important;border: none !important;padding: 10px !important;font-family: 'Public Sans', sans-serif !important;color: #787878 !important;font-size: 12px !important;height: 42px !important;float: right;margin-right: 5px !important;}
.woocommerce .quantity .qty {width: 78px !important;text-align: center;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;border-radius: 50px !important;border: none !important;padding: 5px;font-family: 'Public Sans', sans-serif !important;color: #787878 !important;font-size: 12px !important;height: 30px !important;float: right;background: #e9e9ed;margin: 0 !important;}
.woocommerce div.product p.price,.woocommerce div.product p.price span,.woocommerce div.product span.price {font-size: 15px !important;color: #333 !important;text-align: right;margin: 6% 0 0 !important;}
.left-variation h4 {font-size: 15px;font-weight: 400;margin: 0;line-height: 22px;color: #333;margin-top: 5%;}
.woocommerce div.product form.cart .variations label {font-weight: 400;font-size: 15px;color: #333;opacity: 1;}
.ux-add-to-cart {width: 40%;float: right;margin-top: -40px;}
.ux-add-to-cart > button.single_add_to_cart_button.button.alt {float: none !important;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;border-radius: 50px !important;background: #742BD6 !important;color: #fff !important;font-size: 15px !important;border: 1px solid #742BD6;font-weight: 400;transition:.3s ease-in-out}
.ux-add-to-cart > button.single_add_to_cart_button.button.alt:hover {background: transparent !important;color: #333 !important;}
.ux-extra-info-sub {margin-top: 20px;}
.share_text {display: block;color: #333;margin-bottom: 5px;}
.heateor_sss_horizontal_sharing .heateorSssSharing, .heateor_sss_standard_follow_icons_container .heateorSssSharing {border: 1px solid #742BD6;border-radius: 50px;margin-right: 5px !important;background: transparent;height:30px !important;width:30px !important}
div.heateor_sss_horizontal_sharing i.heateorSssInstagramBackground{background:transparent !important}
.heateor_sss_horizontal_sharing.heateorSssSharing:hover,.heateor_sss_standard_follow_icons_container.heateorSssSharing:hover{background-color: #742BD6;color: #fff;border-color: #742BD6;}
div.heateor_sss_horizontal_sharing i.heateorSssInstagramBackground:hover {background: #742BD6 !important;color: #fff !important;}
#pg-9871-0 {border-bottom: 1px solid;}
.heateor_sss_horizontal_sharing .heateorSssFacebookSvg:hover, .heateor_sss_horizontal_sharing .heateorSssWhatsappSvg:hover{background-color: #742BD6 !important;border-radius: 50%;}
.ux-bt-product {position: relative;float: left;clear: both;margin: 20px 0 50px;background: transparent;color: #333;padding: 10px 20px;border: 1px solid #742BD6;border-radius: 50px;transition: .3s ease-in-out}
.ux-bt-product:hover {background: #742BD6;color: #fff;text-decoration: none;}
.woocommerce-message, .woocommerce-info {border-top-color: #742BD6;}
.woocommerce-message::before, .woocommerce-info::before {color: #742BD6;}
.woocommerce a.button.wc-forward {border: 1px solid #742BD6;padding: 2px 30px 0 !important;font-weight: 400;font-size: 15px !important;border-radius: 50px !important;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;margin: 0 !important}
.woocommerce a.button.wc-forward:hover {padding: 2px 30px 0 !important;font-weight: 400;font-size: 15px !important;line-height: 34px;border-color: #742BD6 !important;border-radius: 50px !important;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;margin: 0 !important}
.checkout-button.button.alt.wc-forward {float: right;}
.shop_table.shop_table_responsive .button {margin-left: 10px;float: left;border: 1px solid #742BD6;border-radius: 50px !important;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;font-weight: 400;line-height: 1px;}
.shop_table.shop_table_responsive .button:hover {margin: 0 0 0 10px !important;border-color: #742BD6 !important;border-radius: 50px !important;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {float: right;font-weight: 400;font-size: 17px !important;border-radius: 50px !important;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;margin: 0 !important;border: 1px solid #742BD6;padding: 20px 40px !important;line-height: 1px;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{border-color: #742BD6 !important;line-height: 0px;}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first, .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {width: auto;float: left;}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last .button{font-weight: 400;font-size: 15px !important;height: 42px !important;border: 1px solid #742BD6;border-radius: 50px !important;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last .button:hover{border: 1px solid #742BD6 !important;margin: 0 !important}
#marketplace {padding: 0 20px !important;}
/* gift card */
.woocommerce ul.products li.product.product-type-wgm_gift_card .button {
  -webkit-border-radius: 50px !important;
	border-radius: 50px !important;
	border: 1px solid #742bd6
}
.woocommerce ul.products li.product.product-type-wgm_gift_card .button:hover {
  text-align: center;
  border-color: #742bd6 !important;
	margin: 1em 0 0 !important;
padding: .618em 20px !important;
align-items: center !important;
justify-content: center !important;
display: flex !important;
}
li.product.product-type-wgm_gift_card bdi {
  display: none;
}




/* tage single product */
.single-product .product #panel-9871-0-1-3 {display: none;}
.ux-tag-product {display: block;position: relative;float: left;clear: both;width: 100%;font-size: 0;}
/* product page ?? */
.content_shop .cart table{display: table;width: 55% !important;border-radius: 20px;}
.cart table:first-child {border: 1px solid !important;border-radius: 20px 20px 0 0;}
.cart table:nth-child(2) {border-right: 1px solid !important;border-left: 1px solid !important;border-bottom: 1px solid !important;border-radius: 0 0 20px 20px;}
.cart #subtot h3 {font-size: 15px !important;color: #333 !important;}
.cart table:nth-child(3) {display: block;float: right;width: 40% !important;margin-top: -65px;}
.cart .single_add_to_cart_button.button.alt {background: #742BD6 !important;color: #fff !important;font-weight: 400;font-size: 15px !important;border: 1px solid #742BD6;border-radius: 50px !important;-moz-border-radius: 50px !important;-webkit-border-radius: 50px !important;transition:.3s ease-in-out}
.cart .single_add_to_cart_button.button.alt:hover {background: transparent !important;border: 1px solid #742BD6 !important;margin: 0 !important;color: #333 !important;line-height: 1px;}
/* UX search */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {display: none;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {-webkit-box-shadow: 0 0 0 30px white inset !important;}
@media (min-width: 1025px) and (max-width: 5000px) {
	.ux-search-niv1 {
  position: relative;
  margin-bottom: 20px;
	clear: both;
float: left;
width: 100%;
}
.ux-search-niv1 .ux-gen-search {
  float: left;
  width: 33%;
  margin-right: 10px;
}
.ux-search-niv1 > div:nth-child(2n) {
  width: 33%;
  float: left;
  margin-left: 10px;
}
.ux-search-niv1 > div:nth-child(3n) {
  clear: both;
}
.ux-search-niv1 div:nth-child(3n) .choices__list.choices__list--dropdown
	{visibility: visible;position: relative;
width: 100%;
background: transparent;
border: none;
margin: 10px 0 0;
padding: 0;
	z-index: 0;
	display: inline-block;
}
.ux-search-niv1 > div:nth-child(3n) .choices__inner, .ux-search-niv1 > div:nth-child(3n) .choices[data-type*="select-one"]::after
{display: none}
.ux-search-niv1 > div:nth-child(3n) .choices__input.choices__input--cloned.placeholder{display: none;}
.ux-search-niv1 > div:nth-child(3n) .choices__item.choices__item--choice.choices__item--selectable[data-id="1"]{display: none}
.ux-search-niv1 > div:nth-child(3n) .choices__item.choices__item--choice.choices__item--selectable {
  float: left;
background: #fff;
border: 1px solid #742BD6;
margin: 0 5px;
border-radius: 50px;
transition: .3s ease-in-out
}
.ux-search-niv1 > div:nth-child(3n) .choices__item.choices__item--choice.choices__item--selectable:hover {background: #742BD6;color: #fff;}
.ux-search-woo .gap-\[20px\] {width: 100%;}
}

/* footer */
.ux-bx {background:#fff;border-radius: 15px;padding-bottom:20px}
.ux-top-footer {display: flex;width: 100%;max-width: 1600px;margin: 0 auto;padding: 30px 0 60px;}
.wrapper_contact {padding: 0;width: 40%;float: left;}
.wrapper_carrousel {width: 60%;float: left;}
.carrousel {padding: 20px 0;}
.footer {padding: 10px 20px;}
.footer {clear: both;display: block;width: 100%;text-align: center;color: #a2a2a2;font-size: 10px;padding: 20px;box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;text-transform: uppercase;}

/* end UX */



.filters-container form {
    padding: 0;
}

.filters-container form ul {
    margin: 0;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #742BD6 !important;
    color: #fff !important;
}

.woocommerce .woocommerce-result-count {
    margin: 1em 0 !important;
}

.bapf_no_products {
    margin-top: 1em !important;
}



.wrapper_social {
    display: table-cell;
    width: 27.5%;
    vertical-align: bottom;
}

.news .call_to_action {
    color: #333;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
}

.news input[type="email"] {
    display: block;
    border: none;
	border-bottom: solid 1px #333;
    background: 0 0;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #a8a8a8;
    width: 70%;
    height: 40px !important;
    font-size: 14px !important;
	margin-bottom: 10px
}

.news input[type="submit"] {
    display: inline-block;
    border: solid 1px #742BD6 !important;
    background: #fff !important;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #742BD6 !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px !important;
    height: 40px !important;
    font-family: 'Public Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 400 !important;
}

.news #mc-embedded-subscribe {
    display: inline-block;
    border: solid 1px #742BD6 !important;
    background: #fff !important;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #742BD6 !important;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    height: 40px !important;
    font-family: 'Public Sans', sans-serif !important;
    -webkit-appearance: none !important;
    font-weight: 400 !important;
}

.news #mc-embedded-subscribe:hover, .news input[type="submit"] {display: block !important;border: solid 1px #742BD6 !important;background: #742BD6 !important;color: #fff !important;font-weight: 400 !important;}

.ico_sm {
    display: table-cell;
    width: 33.33%;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: middle;
}

.ico_sm img {
    max-width: 40px;
}
.values:first-child {background: #f9f9f9;}
.values {display: block;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;text-align: center;background: #fff;padding: 36px 60px 35px 60px;}

.values .cols {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    font-size: 0;
	border-top: 1px solid;
border-bottom: 1px solid;
padding: 60px 0;
}

.values .cols .col-33 {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    padding: 20px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: center;
}

.values .cols .col-33 .icono {
    display: block;
}

.values .cols .col-33 .icono img {
    display: block;
    width: 70px;
    margin: auto;
}

.values .cols .col-33 .title {color: #333;font-size: 20px;line-height: 26px;font-weight: 400;margin: 20px 0;}

.values .cols .col-33 .text {font-size: 15px;line-height: 24px;color: #333;}

.carrousel {
    display: block;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#searchmore .widget_sow-button,
#searchmore .widget_woocommerce_product_search {
    float: right;
    margin-right: 20px;
}

#searchmore .widget_woocommerce_product_search form {
    padding: 0;
    text-align: right;
}

.widget .wcfmmp-store-top-rated-vendors {
    margin-top: 0 !important;
}

.archive .page-title {
    display: none;
}

.woocommerce select {
    height: 30px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-right: 10px;
}

#brands {
    padding: 0;
}

.orderby {
    display: none;
}

.page-description {
    margin-bottom: 20px;
}

.woocommerce-result-count {
    margin-bottom: 40px !important;
}

.sidebar-top .tagcloud {
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.sidebar-top .widget_product_tag_cloud .widget-title {
    display: none;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    width: 100% !important;
}

.sidebar-top .widget-title {
    color: #3c3c3c;
}

.sidebar-top {
    display: table;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 0;
}

.sidebar-top #woocommerce_price_filter-3,
.sidebar-top #woocommerce_product_search-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
}

.sidebar-top #wpc_smart_price_filter-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
}

.sidebar-top .pc_smart_price_filter,
.sidebar-top .widget_sow-editor {
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
}

.wcfmmp-store-top-rated-vendors {
    width: 22%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
}

#mylist {
    width: 100%;
    font-family: 'Lexend Zetta';
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 8px 15px;
    cursor: pointer;
    position: relative;
}

.date-destacado {
    padding: 4px 10px;
    background-color: #742BD6;
    color: #fff;
}

.checklist_item_892,
.checklist_item_895,
.checklist_item_898,
.checklist_item_901,
.checklist_item_902,
.checklist_item_903,
.checklist_item_904,
.checklist_item_905,
.checklist_item_906,
.checklist_item_907,
.checklist_item_908,
.checklist_item_909 {
    display: none !important;
}

.date-destacado {
    padding: 4px 10px;
    background-color: #742BD6;
    color: #fff;
}

.event {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    color: #742BD6;
    font-size: 18px;
    line-height: 24px;
    padding: 0 140px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.flash-event,
.no-flash-event {
    display: block;
}

.date-destacado {
    display: inline-block;
    margin-top: 5px;
}

.no-flash-event {
    font-size: 16px;
    line-height: 22px;
}

.textflash {
    color: #742BD6;
    font-size: 18px;
    line-height: 24px;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.boton {
    display: block;
    margin: 20px 0;
}

.sg-popup-id-10958,
.sg-popup-id-10969,
.sg-popup-id-10971 {
    display: inline-block;
    padding: 10px 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 1em;
    background: #transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-decoration: none;
}

.sg-popup-id-10958:hover,
.sg-popup-id-10969:hover,
.sg-popup-id-10971:hover {
    background: #742BD6;
    border: 1px solid #742BD6;
    text-decoration: none;
    color: #fff;
}

.sg-popup-id-10958:visited,
.sg-popup-id-10969:visited,
.sg-popup-id-10971:visited {
    display: inline-block;
    padding: 10px 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 1em;
    background: #transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-decoration: none;
}

#tabla_header {
    width: 100%;
    display: table;
    font-family: 'Public Sans', sans-serif;
    color: #787878;
    border-collapse: collapse;
    border: solid 7px #742BD6;
}

#tabla,
.mobile-table {
    width: 100%;
    display: table;
    font-family: 'Public Sans', sans-serif;
    color: #787878;
    border-collapse: collapse;
    border: solid 7px #742BD6;
}

#tabla td,
.mobile-table td {
    display: table-cell;
    width: 14.28%;
    border: solid 3px #742BD6;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}

#leyenda td {
    display: table-cell;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #fff;
    font-weight: 400;
}

#tabla td a,
#tabla td a:hover,
#tabla td a:visited,
.mobile-table td a,
.mobile-table td a:hover,
.mobile-table td a:visited {
    color: #fff;
    text-decoration: underline;
}

#tabla td,
.mobile-table td {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    letter-spacing: -0.7px;
}

#tabla td.nationaal,
.mobile-table td.nationaal {
    background-image: url(http://localhost/actualizadas/national_back_back/wp-content/themes/national/images/degradado.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 27px;
    line-height: 32px;
    color: #fff;
}

#tabla td.virtual-arts,
.mobile-table td.virtual-arts {
    background-color: #c3afe1;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

#tabla td.music,
.mobile-table td.music {
    background-color: #ff4f53;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

#mobile-teble td.book,
#tabla td.book {
    background-color: #5fe3ff;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

#tabla td.fashion,
.mobile-table td.fashion {
    background-color: #61df92;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

#tabla td.design,
.mobile-table td.design {
    background-color: #fff53c;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

#tabla td.film,
.mobile-table td.film {
    background-color: #ff93cb;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.desktop {
    display: table;
}

.mobile-table {
    display: none;
}

#wcfm-main-contentainer textarea.wcfm-textarea {
    min-height: 150px !important;
    resize: vertical;
}

#wcfm-main-contentainer textarea.wcfm-textarea {
    width: 100% !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
}

#policy {
    display: block;
    padding-top: 40px;
}

#policy p {
    font-size: 12px !important;
    color: #787878 !important;
    font-family: 'Public Sans', sans-serif !important;
    line-height: 18px !important;
}

#policy h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #3c3c3c;
}

.content ol,
.content ul {
    padding: 1em 2em 1em 3.5em;
}

.woocommerce-info::before,
.woocommerce-message::before {
    top: 1em !important;
    left: 1.5em !important;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 40px !important;
    padding-left: 3px;
    margin: 0;
}

.wp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.wp-video-shortcode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slide {
    position: relative;
}

#slide .widget-title {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}

#wcfm_products_manage_form_yoast_expander .yoast_wpseo_focuskw_text_input {
    display: none;
}

#wcfm_products_manage_form_yoast_expander #yoast_wpseo_focuskw_text_input {
    display: none;
}

.logos {
    display: block;
    padding: 0 0 20px 0;
}

.vendor_badges {
    display: none;
}

.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
    background-color: #fff !important;
    background-clip: content-box;
}

.bapf_ckbox_square input[type="checkbox"]:checked {
    background: #555 !important;
    background-clip: content-box;
}

.bapf_body label {
    color: #646464 !important;
}

#title_exhibitors .widget-title {
    color: #3c3c3c !important;
    font-size: 26px !important;
    line-height: 38px !important;
}

#book h3,
#design h3,
#fashion h3,
#film h3,
#music h3,
#visual_arts h3 {
    font-weight: 400 !important;
    font-family: 'Public Sans', sans-serif !important;
}

.content_shop .exhibitor,
.content_shop .exhibitor p {
    font-size: 14px !important;
    color: #333 !important;
    font-family: 'Public Sans', sans-serif;
    line-height: 21px !important;
}

#wcfmmp-stores-lists,
#wcfmmp-stores-lists div,
#wcfmmp-stores-lists p,
#wcfmmp-stores-lists span {
    font-size: 10px !important;
    color: #787878 !important;
    font-family: 'Public Sans', sans-serif !important;
    line-height: 16px !important;
}

#wcfmmp-stores-lists,
#wcfmmp-stores-lists div,
#wcfmmp-stores-lists p,
#wcfmmp-stores-lists span {
    font-style: normal !important;
}

.exhibitors_by_category h2 {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    color: #3c3c3c !important;
    font-family: 'Public Sans', sans-serif;
}

.content_shop_archive .content_left .page-title {
    display: none !important;
}

.related {
    margin-top: 30px;
}

.related h2 {margin-bottom: 60px;color: #333;font-weight:700}

.mylabel,
.myvalue,
.myvalue p {
    display: inline;
    font-size: 12px !important;
    color: #787878 !important;
    font-family: 'Public Sans', sans-serif;
    line-height: 18px !important;
}

.heateorSssSharing,
.heateorSssSharingButton {
    margin: 0 !important;
}

#delivery h3.widget-title {font-size: 14px;color: #3c3c3c !important;font-weight: 500;margin-bottom: 0;}

.wcfmmp_shipment_processing_display {font-size: 14px !important;color: #333 !important;font-family: 'Public Sans', sans-serif;line-height: 18px !important;font-style: normal !important;margin-bottom: -15px;}

#subtot h3 {
    color: #3c3c3c;
}

.vee_category_title h2 {
    font-size: 0 !important;
}

.vee_category_title h2 a {
    display: none !important;
}

.vee_category_title h2 a:first-child {
    display: inline-block !important;
    font-size: 16px !important;
    text-transform: uppercase;
}

.wcfmmp_sold_by_label {
    display: none !important;
}

.widget_so-wc-output-product-description h2:first-child {
    display: none !important;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    font-style: normal !important;
    font-size: 10px !important;
}

#slider_home p {
    font-size: 32px;
    line-height: 38px;
}

#slide .widget-title {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    position: absolute;
    top: calc(50% - 24px);
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sow-slider-base .sow-slider-pagination {
    text-align: center !important;
}

.so-widget-sow-layout-slider-default-01a955c80617 .sow-slider-base .sow-slider-pagination li a {
    background: #fff !important;
    border: solid 1px #742BD6;
}

.so-widget-sow-layout-slider-default-01a955c80617 .sow-slider-base .sow-slider-pagination li.sow-active a {
    background: #742BD6 !important;
    border: solid 1px #742BD6;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin-right: 5px !important;
}

.wpml-ls-legacy-list-horizontal a,
.wpml-ls-sidebars-ca-sidebar-806 .wpml-ls-current-language>a {
    width: 55px;
    height: 15px;
    vertical-align: middle;
    text-align: left;
    display: table-cell !important;
    padding: 3px 3px 3px 10px !important;
    font-size: 12px;
border: solid 1px #C4C4C4;
background: #fff;
color: #333;
}

.wpml-ls-legacy-list-horizontal a {
    width: 23.14px;
    height: 23.14px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    display: table-cell !important;
    padding: 3px !important;
    font-size: 10px;
    border: solid 1px #742BD6;
    background-color: transparent;
}

.lang-item {
    display: inline-block !important;
    margin-left: 10px !important;
}

#breadcrumbs {margin-top: 40px;margin-bottom: 40px;}

input#gravatar {
    display: block !important;
}

#wcfm-main-contentainer .mce-tinymce button[type="button"] {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#marketplace_title h1 {font-size: 28.5px !important;line-height: 32px !important;font-weight: 700;margin-top: 60px}

.bt_marketplace_home,
.bt_marketplace_home:hover {
    border: solid 1px #3c3c3c !important;
}

.comment-form .required {
    display: inline-block;
    color: #742BD6;
    margin-left: 0;
    font-weight: 400;
}

.required {
    color: #000 !important;
}

#respond {
    margin-top: 20px !important;
}

.post-title {
    font-weight: 400;
}

h1.post-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

article p {
    font-size: 10px;
    line-height: 16px;
}

.widget_siteorigin-panels-postloop h2 {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 0;
}

.widget_siteorigin-panels-postloop p {
    font-size: 10px !important;
    line-height: 16px !important;
}

.sidebar .widget .more-link {
    display: none !important;
}

.woocommerce ul.products li.product .onsale {
    margin: -10px -10px 0 0 !important;
}

.woocommerce span.onsale {
    min-height: 60px !important;
    min-width: 60px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background-image: url(../../images/sale.svg);
    font-size: 0 !important;
    background-repeat: no-repeat;
}

.cat-item {
    font-size: 14px;
    font-weight: 700;
}

.widget ul ul li {
    font-size: 12px;
    font-weight: 400;
    padding-left: 0 !important;
}

#wcfmmp-store-list-map,
#wcfmmp-stores-lists .wcfmmp-store-lists-sorting,
.wcfmmp-store-search-form {
    display: none !important;
}

#wcfmmp-stores-lists .right_side {
    padding: 0 !important;
}

#wcfmmp-stores-lists {
    box-shadow: none !important;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
    display: block;
    width: calc(100% + 120px);
    margin-left: -60px !important;
    margin-right: -60px !important;
    font-size: 0;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li {
    padding: 0 !important;
    margin: 0 !important;
    width: 25% !important;
    max-width: 450px;
    display: inline-block !important;
    float: none !important;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .col-100 {
    padding: 20px 60px;
}

#panel-430-0-0-0 .woocommerce h2 {
    max-width: 650px;
    margin: auto !important;
    margin-bottom: 20px !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    max-width: 600px;
    margin: auto !important;
}

.widget_woocommerce_product_tag_cloud .widget-title {
    display: none !important;
}

#wcfm_membership_container p.wcfm_title {
    margin-top: 4px !important;
}

#wcfm-main-contentainer input#terms {
    margin-left: 0 !important;
}

.page-title {
    text-transform: uppercase;
}

.wcfmmp_store_info,
.wcfmmp_store_info_store_url {
    text-align: left !important;
    display: inline-block !important;
    margin: 0 !important;
}

.flex-viewport,
.woocommerce ul.products li.product a img,
.woocommerce-product-gallery__image {
    border: none !important;
    box-sizing: border-box;
}

.flex-viewport .woocommerce-product-gallery__image {
    border: none !important;
    box-sizing: border-box;
}

.flex-control-nav {
    margin-top: 20px !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-right: -10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 10px) !important;
    border: none !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;
    box-sizing: border-box;
}

.wcfm_appointment_title,
.wcfm_auctions_title,
.wcfm_booking_title,
.wcfm_coupon_title,
.wcfm_dashboard_item_title,
.wcfm_listing_title,
.wcfm_order_title,
.wcfm_product_title {
    color: #3c3c3c !important;
}

#panel-570-0-1-2 h3 {
    display: none;
}

#s,
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="tel"],
.woocommerce input[type="text"],
.woocommerce textarea,
input[type="email"] {
    font-size: 12px;
    padding: 20px;
    height: 56px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    box-sizing: border-box;
    transition: all 0.3s linear;
    font-weight: 400;
    color: #000;
    -webkit-appearance: none;
    width: 100%;
    font-family: 'Public Sans', sans-serif;
    border-radius: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 100% !important;
    color: #000 !important;
    padding-left: 0 !important;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    overflow: initial !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 10px !important;
    margin-left: -20px !important;
}

.woocommerce textarea {
    line-height: 150%;
    width: 100%;
    height: 220px !important;
}

.woocommerce input[type="password"]:focus,
.woocommerce input[type="search"]:focus,
.woocommerce input[type="text"]:focus,
.woocommerce textarea:focus {
    outline: 0;
    background: #f9f9f9;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    display: inline-block !important;
    border: solid 1px #3c3c3c !important;
    background-color: #fff !important;
    color: #3c3c3c !important;
    padding: 10px 20px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    text-decoration: none !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 20px !important;
}

.woocommerce div.product form.cart div.quantity {
    padding: 0 !important;
    border: none !important;
}

.wcmp-product-policies h2.wcmp_policies_heading {
    padding-bottom: 13px !important;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    margin-bottom: 30px;
}

#add_payment_method #payment,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce table.shop_table,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0 !important;
}

.woocommerce-checkout #payment {
    padding: 20px;
    border-radius: 0 !important;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none !important;
}

form .row {
    border: none;
    width: calc(100% + 20px);
    margin-left: -10px;
    font-size: 0;
}

.content_shop .cart tr,
.variations tr {
    border: none;
    width: 100%;
    margin-left: 0;
    font-size: 0;
}

.content_shop .cart td,
.variations td {
    display: table-cell;
    font-size: 10px;
    color: #787878;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    vertical-align: middle !important;
}

.content_shop .cart td h2,
table.variations td h2 {
    font-size: 14px;
    color: #3c3c3c;
}

table.variations td h2 label {
    font-size: 14px;
    color: #3c3c3c !important;
    font-weight: 400 !important;
    opacity: 1;
}

.content_shop .share {
    border-top: none !important;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#formBuy .table .table-cell {
    border: solid 1px #3c3c3c;
}

#formBuy .table .table-cell {
    color: #3c3c3c;
}

fieldset,
img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

small {
    font-size: 87%;
}

#header #searchform {
    position: absolute;
    right: 0;
    top: 40px;
    width: 160px;
}

#header #searchform #s {
    width: 100px;
    color: #a5a099;
    background: #eee url(../../images/search.png) no-repeat 8px center;
    border: solid 1px #ddd;
    padding-left: 28px;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    transition: width 0.7s;
}

#header #searchform #s:focus {
    width: 140px;
    color: #333;
}

.post-meta {
    margin: 0 0 30px;
}

.post-meta .post-author {
    background: url(../../images/post-author.png) no-repeat 0 2px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-category {
    background: url(../../images/post-category.png) no-repeat 0 2px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-tag {
    background: url(../../images/post-tag.png) no-repeat 0 3px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-comment a {
    background: url(../../images/post-comment.png) no-repeat 0 3px;
    padding: 2px 0 2px 16px;
}

#commentform input#submit {
    display: inline-block !important;
    border: solid 1px #3c3c3c !important;
    background-color: #3c3c3c !important;
    color: #fff !important;
    padding: 10px 20px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    text-decoration: none !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
    font-size: 10px;
    font-family: 'Public Sans', sans-serif;
}

#commentform input#submit:hover {
    display: inline-block !important;
    border: solid 1px #3c3c3c !important;
    background-color: #fff !important;
    color: #3c3c3c !important;
    padding: 10px 20px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    text-decoration: none !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
}

#commentform label {
    font-size: 10px;
    color: #3c3c3c;
}

.more-link {
    display: inline-block !important;
    border: solid 1px #3c3c3c !important;
    background-color: #3c3c3c !important;
    color: #fff !important;
    padding: 10px 20px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    text-decoration: none !important;
    font-size: 10px;
    font-family: 'Public Sans', sans-serif;
}

.more-link:hover {
    display: inline-block !important;
    border: solid 1px #742BD6 !important;
    background-color: #fff !important;
    color: #742BD6 !important;
    padding: 10px 20px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    text-decoration: none !important;
}

.post-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.post-video embed,
.post-video iframe,
.post-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pagenav {
    clear: both;
    padding: 20px 0;
    text-align: center;
}

.pagenav a,
.pagenav span {
    line-height: 100%;
    padding: 6px 0 0;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    min-width: 24px;
    min-height: 18px;
    text-align: center;
    font-size: 14px;
}

.pagenav a {
    background: 0 0;
    color: #3c3c3c;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #3c3c3c;
}

.pagenav a:hover {
    background-color: #3c3c3c;
    color: #fff;
    border: solid 1px #3c3c3c;
}

.pagenav .current {
    text-decoration: none;
    background-color: #3c3c3c;
    color: #fff;
    border: solid 1px #3c3c3c;
}

.post-nav {
    margin: 0 0 30px;
    padding: 15px 0;
    clear: both;
}

.post-nav span {
    width: 47%;
    position: relative;
}

.post-nav a {
    text-decoration: none;
    display: block;
}

.post-nav a:hover {
    text-decoration: none;
}

.post-nav .prev {
    float: left;
}

.post-nav .next {
    float: right;
    text-align: right;
}

.post-nav span span {
    background: #333;
    color: #fff;
    font: normal 20px/100% "Times New Roman", Times, serif;
    display: block;
    width: auto;
    float: left;
    width: 32px;
    height: 28px;
    padding: 4px 0 0;
    text-align: center;
    margin: -8px 10px 17px 0;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
}

.post-nav .next span {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.post-nav a:hover span {
    background: #000;
}

.commentwrap {
    margin: 10px 0 20px;
    position: relative;
    clear: both;
}

#reply-title,
.comment-title {
    font-size: 140%;
    margin: 0 0 10px;
    padding: 0;
}

.commentwrap .pagenav {
    margin: 10px 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.commentwrap .pagenav.top {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0;
}

.commentlist {
    margin: 0 0 30px;
    padding: 5px 0 0;
    border-top: solid 1px #ddd;
}

.commentlist li {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    position: relative;
    list-style: none !important;
}

.commentlist .comment-author {
    margin: 2px 0 5px;
    padding: 0;
}

.commentlist .avatar {
    float: left;
    margin: 0 15px 0 0;
}

.commentlist cite {
    font-style: normal;
    font-size: 130%;
}

.commentlist cite a {
    text-decoration: none;
}

.commentlist .bypostauthor>.comment-author cite {
    background: url(../../images/icon-author-comment.png) no-repeat 0 2px;
    padding-left: 18px;
}

.commentlist .comment-time {
    font-size: 75%;
    text-transform: uppercase;
}

.commentlist .commententry {
    border-bottom: solid 1px #ddd;
    position: relative;
    min-height: 40px;
    overflow: hidden;
    padding-bottom: 5px;
    word-wrap: break-word;
}

.commentlist ol,
.commentlist ul {
    margin: 0 0 0 7%;
    padding: 0;
}

.commentlist .reply {
    position: absolute;
    right: 0;
    top: 8px;
}

.commentlist .comment-reply-link {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.commentlist .comment-reply-link:hover {
    text-decoration: none;
}

#respond {
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    clear: both;
}

#respond #cancel-comment-reply-link {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    background-color: #742BD6;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    border: solid 1px #742BD6;
    line-height: 100%;
}

#respond #cancel-comment-reply-link:hover {
    background: #fff;
    color: #742BD6;
    border: solid 1px #742BD6;
}

#commentform,
#commentform form {
    margin: 0 !important;
    padding: 0;
}

#commentform input[type="text"] {
    width: 206px;
    margin-right: 5px;
}

#commentform label {
    font-weight: 700;
}

#commentform label small {
    font-weight: 400;
}

#commentform textarea {
    height: 140px;
}

#commentform input#submit {
    padding: 7px 20px;
}

.widget {
    margin: 0 0 30px;
    word-wrap: break-word;
}

.widgettitle {
    margin: 0 0 10px;
    padding: 0;
    font-size: 120%;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.sidebar .widget li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    clear: both;
}

.widget ul ul {
    margin: 6px 0 -6px 0;
    padding: 0;
    border-top: none;
}

.widget ul ul li {
    margin: 0;
    padding-left: 10px;
}

.widgettitle {
    font-size: 18px;
}

.sidebar .widgettitle {
    color: #3c3c3c;
}

img.aligncenter,
img.alignleft,
img.alignnone,
img.alignright {
    margin-bottom: 15px;
}

.alignleft {
    float: left;
    margin-right: 30px;
}

.alignright {
    float: right;
    margin-left: 30px;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption-text {
    font-style: italic;
    font-size: 95%;
    line-height: 120%;
    margin: 6px 0;
}

#body .gallery {
    margin: 5px 0 20px 0;
}

#body .gallery img {
    border: none;
}

#body .gallery dl {
    margin: 0 8px 8px 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: auto;
    float: none;
    text-align: center;
}

#body .gallery dd {
    width: 140px;
    line-height: 120%;
    font-size: 90%;
    text-align: center;
    margin: 5px 0 0;
}

.gallery br {
    display: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

#body:after,
#content:after,
#footer:after,
#main-nav:after,
.clearfix:after,
.gallery:after,
.menu:after,
.pagenav:after,
.widget li:after,
footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#body,
#content,
#footer,
.clearfix,
.gallery,
.pagenav,
.widget li,
footer {
    display: inline-block;
}

#body,
#content,
#footer,
.clearfix,
.gallery,
.pagenav,
.widget li,
footer {
    display: block;
    zoom: 1;
}

.session {
    margin-bottom: 60px;
    float: left;
}

div.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

div.popup .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.8;
    background-color: #000;
    z-index: 999;
}

div.popup .content {
    position: fixed;
    background-color: #fff;
    border: 5px solid #742BD6;
    padding: 40px 40px 20px 40px;
    text-align: center;
    overflow-y: auto;
    z-index: 1999;
    top: 5%;
    bottom: 5%;
    left: 0 !important;
    right: 0 !important;
    width: 50%;
}

div.popup .closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    font-family: 'Public Sans', sans-serif;
    color: grey;
    font-weight: 100;
    cursor: pointer;
}

div.popup img {
    width: 60%;
}

.popupregister .dimqttit {
    color: #609 !important;
    font-family: 'Public Sans', sans-serif !important;
}

.popupregister .specialBlackDown {
    font-family: 'Public Sans', sans-serif;
    color: #742BD6;
    text-align: center;
}

.popupregister .recap {
    width: 22%;
    float: right;
    padding: 3%;
    border: 3px solid #742BD6;
}

.popupregister body #Main #content {
    padding-bottom: 0 !important;
    background-color: #fff;
}

.popupregister .btnConfirm {
    display: inline-block;
    border: solid 1px #742BD6;
    background-color: #742BD6;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    margin-right: 0;
    margin-bottom: 20px;
}

.popupregister .btnConfirm:hover {
    display: inline-block;
    border: solid 1px #742BD6;
    background-color: #fff;
    color: #742BD6;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    margin-right: 0;
    margin-bottom: 20px;
}

.popupregister #cont {
    background-color: #fff;
}

.popupregister #cont h1 {
    font-family: Alfphabet3;
    color: gray;
    display: inline-block;
    font-weight: 100;
    margin: 40px 15px 80px 15px;
    font-size: 40px;
}

.popupregister #cont h1.line {
    letter-spacing: -4px;
    font-weight: 100;
    opacity: 0.5;
}

.popupregister #cont h1.active {
    color: #742BD6;
}

.popupregister #cont #formSection {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.popupregister h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    opacity: 0.85;
}

.popupregister label {
    font-size: 12.5px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
}

.popupregister form {
    padding: 40px 0;
    background: #fefefe;
    padding-bottom: 20px;
}

.popupregister div.form-section .row {
    width: 100%;
}

.popupregister form h4 span {
    color: #000;
    font-weight: 700;
}

.popupregister form p {
    line-height: 155%;
    font-size: 14px;
    color: #000;
    opacity: 0.65;
    font-weight: 400;
    max-width: 200px;
}

.popupregister a.discrete {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    border-bottom: solid 1px transparent;
    padding-bottom: 4px;
    margin-left: auto;
    font-weight: 300;
    transition: all 0.3s ease;
}

.popupregister a.discrete:hover {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.popupregister button {
    -webkit-appearance: none;
    width: auto;
    min-width: 100px;
    border-radius: 24px;
    text-align: center;
    padding: 15px 40px;
    background-color: #b08bf8;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.13);
    border: none;
    transition: all 0.3s ease;
    outline: 0;
}

.popupregister button:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 2px 6px -1px rgba(182, 157, 230, 0.65);
}

.popupregister button:hover:active {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

.popupregister .floating-label input {
    font-size: 12px;
    padding: 20px;
    height: 56px;
    border: solid 1px #ccc;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s linear;
    font-weight: 400;
    color: #000;
    -webkit-appearance: none;
    width: 100%;
    font-family: 'Public Sans', sans-serif;
}

.popupregister input[type="checkbox"] {
    background-color: green;
}

.popupregister .floating-label input:focus {
    border-bottom: solid 1px #b69de6;
    outline: 0;
    box-shadow: 0 2px 6px -8px rgba(182, 157, 230, 0.45);
}

.popupregister .floating-label {
    position: relative;
    width: 46%;
    display: inline-block;
    margin: 0 2% 25px 0;
}

.popupregister .floating-label.w100 {
    width: 94%;
    margin: 0 0 25px -15px;
}

.floating-label.w30 {
    width: 29.75%;
}

.popupregister .floating-label label {
    position: absolute;
    top: calc(50% - 13px);
    left: 15px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #742BD6;
}

.popupregister .left {
    width: 220px;
    height: auto;
    min-height: 100%;
    position: relative;
    background-image: url(https://images.pexels.com/photos/114979/pexels-photo-114979.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.popupregister .left svg {
    height: 40px;
    width: auto;
    margin: 20px;
}

.popupregister .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #742BD6;
    font-size: 12px;
    font-family: 'Public Sans', sans-serif;
}

.popupregister .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.popupregister .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.popupregister .container:hover input~.checkmark {
    background-color: #ccc;
}

.popupregister .container input:checked~.checkmark {
    background-color: #742BD6;
}

.popupregister .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.popupregister .container input:checked~.checkmark:after {
    display: block;
}

.popupregister .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

@media \0screen {
    img {
        width: auto;
    }
}

body {margin: 0;padding: 0;font-family: 'Public Sans', sans-serif;color: #333;overflow-x: hidden;line-height: 20px;font-size: 15px;font-weight:400;background: #f9f9f9;}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

h1 {
    font-size: 28.5px;
    line-height: 48px;
    font-weight: 700;
	text-transform: normal;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

#apply h1 {
    color: #fff;
}

p {
    font-size: 15px;
    margin: 20px 0;
    line-height: 20px;
}

.content ol,
.content ul {
    font-size: 14px;
    margin: 20px;
    line-height: 20px;
    list-style: disc;
}

.content li {
    list-style: disc;
    display: list-item;
	margin-bottom: 10px
}

a {
    color: #3c3c3c;
    text-decoration: none;
}

a:visited {
    color: #3c3c3c;
    text-decoration: none;
}

a:hover {
    color: #3c3c3c;
    text-decoration: underline;
}

.bt,
.bt:visited {
    display: inline-block;
    background-image: url(../../images/boton.gif);
    color: #fff;
    border: solid 1px #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 20px;
}

.bt:hover {
    display: inline-block;
    background-image: url(../../images/boton.gif);
    border: solid 1px #fff;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
}

.bt_white,
.bt_white:visited {
    display: inline-block;
    border: solid 1px #3c3c3c;
    background-color: #fff;
    color: #3c3c3c;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 20px;
}

.bt_white:hover {
    display: inline-block;
    border: solid 1px #fff;
    background-color: #3c3c3c;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
}

.bt:last-child,
.bt_white:last-child {
    margin-bottom: 0;
}

.cols {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    font-size: 0;
}

.cols_contact,
.cols_list_exhibitors,
.cols_list_transports {
    display: block;
    max-width: 1680px;
    margin: auto;
    font-size: 0;
}

.cols_apply {
    display: block;
    max-width: 1680px;
    margin: auto;
    font-size: 0;
}

.col-100 {
    display: block;
    width: 100%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-90 {
    display: inline-block;
    width: 90%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-80 {
    display: inline-block;
    width: 80%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-70 {
    display: inline-block;
    width: 70%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-66 {
    display: inline-block;
    width: 66.66%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-60 {
    display: inline-block;
    width: 60%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-50 {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-40 {
    display: inline-block;
    width: 40%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-33 {
    display: inline-block;
    width: 33.33%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-30 {
    display: inline-block;
    width: 30%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-25 {
    display: inline-block;
    width: 25%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-20 {
    display: inline-block;
    width: 20%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-10 {
    display: inline-block;
    width: 10%;
    font-size: 12px;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.content_exhibitors {
    display: block;
    width: 100%;
    padding: 0 60px;
    margin: auto;
}

.cols_exhibitors {
    display: block;
    margin: auto;
    font-size: 0;
    text-align: right;
}

.col_exhibitor {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 60px 30px 60px;
    max-width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 12px;
    margin-left: auto;
    text-align: left;
}

.col_exhibitor_img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    max-width: 50%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-bottom: -10px;
}

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 12px;
}

.wrapper_page {
    display: block;
    width: 100%;
}

.page {
    display: block;
    width: 100%;
}

.wrapper_animation {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #742BD6;
    padding: 20px 0;
}

.animation {
    display: block;
    width: 100%;
    font-size: 26px;
}

.animation .widget {
    margin-bottom: 0 !important;
}

.wrapper_header {display: block;width: 100%;}

.header {
    display: block;
    width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
}

.social_media {
    display: block;
    min-height: 180px;
}

.icos {
    display: block;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
}

.ico {
    display: inline-block;
    margin-left: 5px;
    max-width: 30px;
}

.ico:first-child {
    margin-left: 0;
}



.homepage,
.homepage:hover {
    max-width: 70px !important;
    background-image: url(../../images/n.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #742BD6 !important;
    font-size: 0 !important;
}

.homepage a:hover {
    background-color: transparent !important;
}

.homepage img {
    width: 18px;
}

.wrapper_content {
    display: block;
    width: 100%;
}

.wrapper_content_vendor {
    display: block;
    width: 100%;
}

.content,
.content-area {
    display: block;
    width: 100%;
    max-width: 1800px;
    margin: auto;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.content_exhibitors {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0px 20px 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.content_shop,
.content_shop_archive {
    display: block;
    width: 100%;
    max-width: 1800px;
    margin: auto;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.content_shop_archive {
    padding: 0;
}

.wrapper_content_blog_width_sidebar {
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.wrapper_content_post_width_sidebar {
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.content_blog_index {
    display: block;
    width: 100%;
    margin: auto;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.content_blog {
    display: block;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.content_blog h1 {
    font-size: 26px;
    line-height: 32px;
    color: #3c3c3c;
    font-weight: 400;
}

.content_blog h2 {
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3c;
    font-weight: 400;
}

.content_blog h3 {
    font-size: 12px;
    line-height: 18px;
    color: #3c3c3c;
    font-weight: 400;
}

.content_blog blockquote {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.content_blog blockquote p {
    font-size: 18px;
    line-height: 24px;
    color: #742BD6;
    font-weight: 400;
}

h1.title {
    font-size: 12px;
    line-height: 18px;
    color: #3c3c3c;
    font-weight: 400;
}

.wrapper_content_width_sidebar {
    display: table;
    width: 100%;
    max-width: 1800px;
    margin: auto;
}

.content_left,
.content_right {
    display: table-cell;
    width: 70%;
    margin: auto;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
}

.sidebar {
    display: table-cell;
    width: 30%;
    margin: auto;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
}

.content_left_blog,
.content_right_blog {
    display: table-cell;
    width: 70%;
    margin: auto;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
}

.sidebar_blog {
    display: table-cell;
    width: 30%;
    margin: auto;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
}

.exhibitors {
    background-color: #f0f0f0;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -20px;
}

.transports {
    background-color: #742BD6;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -20px;
    color: #fff;
}

.contact,
.team {
    width: 100%;
}

.apply {
    background-color: #742BD6;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -20px;
    color: #fff;
}

.flash {
    text-align: right;
}

.col {
    display: block;
    font-size: 12px;
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
}

.circle {
    display: inline-block;
    width: 600px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
    float: right;
    padding-bottom: 30px;
}

.calls {
    display: table;
    width: 100%;
    margin: 0;
    min-height: 300px;
}

.wrapper_location {
    display: table-cell;
    background-color: #c3afe1;
    color: #742BD6;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.location {
    display: table;
    position: absolute;
    top: 0;
}

.ico_location {
    display: table-cell;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    background-color: #742BD6;
}

.ico_location img {
    display: block;
    width: 19px;
    height: 28px;
    margin: auto;
}

.title_location {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.content_location {
    display: block;
    width: 300px;
    margin: auto;
    text-align: left;
    padding: 40px 20px;
    padding-top: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 18px;
}

.content_location a {
    color: #742BD6;
}

.wrapper_maps {
    display: table-cell;
    background-color: #742BD6;
    color: #c3afe1;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.wrapper_newsletter {
    display: table-cell;
    background-color: #fff;
    color: #c3afe1;
    padding: 0;
    position: relative;
    vertical-align: top;
}

.wrapper_newsletter .newsletter {
    display: table;
    position: relative;
}

.wrapper_newsletter .content_newsletter {
    display: block;
    width: 360px;
    margin: auto;
    text-align: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
}

.wrapper_newsletter .content_newsletter input[type="email"] {
    display: inline-block;
    border: solid 1px #742BD6;
    background: 0 0;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #742BD6;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 211px;
    height: 37px !important;
}

.wrapper_newsletter .content_newsletter input[type="email"]::placeholder {
    color: #742BD6;
}

.wrapper_newsletter .content_newsletter input[type="submit"] {
    display: inline-block;
    border: solid 1px #742BD6 !important;
    background: 0 0 !important;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #742BD6 !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.newsletter {
    display: table;
    position: absolute;
    top: 0;
}

.ico_newsletter {
    display: table-cell;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    background-color: #c3afe1;
}

.ico_newsletter img {
    display: block;
    width: 33px;
    height: 19px;
    margin: auto;
}

.title_newsletter {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

#mc_embed_signup form {
    padding: 0;
}

.content_newsletter {
    display: block;
    width: 360px;
    margin: auto;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.content_newsletter input[type="email"] {
    display: inline-block;
    border: solid 1px #fff;
    background: 0 0;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #fff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 211px;
    height: 37px !important;
}

.content_newsletter input[type="email"]::placeholder {
    color: #fff;
}

.content_newsletter input[type="submit"] {
    display: inline-block;
    border: solid 1px #fff !important;
    background: 0 0 !important;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #fff !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.wrapper_social_media_footer {
    display: table;
    width: 100%;
    min-height: 250px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-image: url(../../images/degradado.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.social_media_footer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.icos_footer {
    display: table;
    width: 360px;
    margin: auto;
}

.ico_footer {
    display: table-cell;
}

.ico_footer img {
    width: 80px;
}

.carrousel_logos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.carrousel_logos .logo {
    display: inline-block;
}

.footer .widget {
    margin: 0 !important;
}

.footer p {
    margin: 0 !important;
    font-size: 10px;
}

.footer a,
.footer a:visited {
    color: #a2a2a2;
    text-decoration: none;
}

.footer a:hover {
    color: #742BD6;
    text-decoration: underline;
}

.foto {
    display: block;
    margin-bottom: 20px;
}

.wall {
    display: block;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

.cancelApplication {
    color: #333 !important;
    border: none;
    box-shadow: none;
    text-decoration: underline !important;
    text-align: left;
    font-family: 'Public Sans', sans-serif;
}

.conditional {
    display: none;
    padding-top: 20px;
}

.dimqttit {
    color: #609 !important;
    font-family: 'Public Sans', sans-serif !important;
}

.specialBlackDown {
    font-family: 'Public Sans', sans-serif;
    text-align: center;
}

.recap {
    padding: 40px;
    border: 3px solid #742BD6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.btnConfirm {
    display: inline-block;
    border: solid 1px #742BD6;
    background-color: #742BD6;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    margin-right: 0;
    margin-bottom: 20px;
}

.btnConfirm:hover {
    display: inline-block;
    border: solid 1px #742BD6;
    background-color: #fff;
    color: #742BD6;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    margin-right: 0;
    margin-bottom: 20px;
}

#topBar h1 {
    font-family: 'Public Sans', sans-serif;
    color: gray;
    display: inline-block;
    margin: 5px;
    font-size: 24px;
    margin-bottom: 40px;
}

#topBar h1.line {
    opacity: 0.5;
}

#topBar h1.active {
    color: #742BD6;
}

#formSection {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

label {
    font-size: 12px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
}

form {
    padding: 20px 0;
}

div.form-section .row {
    width: 100%;
    margin-bottom: 20px;
    border: none !important;
}

.row {
    display: table;
    width: 100%;
    border: solid 1px #742BD6;
}

#accesspage .row {
    width: calc(100% + 20px);
    margin-left: -10px;
    border: none !important;
    font-size: 0;
}

button {display: inline-block;border: solid 1px #742BD6;background-color: #742BD6;color: #fff;padding: 10px 30px;-webkit-border-radius: 50px;border-radius: 50px;text-decoration: none;margin-right: 10px;margin-bottom: 20px;transition: .3s ease-in-out;cursor: pointer;}
button:hover {display: inline-block;border: solid 1px #742BD6;background-color: transparent;color: #333;text-decoration: none;margin-right: 10px;margin-bottom: 20px;}

button:hover:active {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

.floating-label input {
    font-size: 12px;
    padding: 20px;
    height: 56px;
    border: solid 1px #ccc;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s linear;
    font-weight: 400;
    color: #000;
    -webkit-appearance: none;
    width: 100%;
    font-family: 'Public Sans', sans-serif;
}

#commentform input[type="text"] {
    font-size: 12px;
    padding: 20px;
    height: 56px;
    border: solid 1px #ccc;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s linear;
    font-weight: 400;
    color: #000;
    -webkit-appearance: none;
    width: 100%;
    font-family: 'Public Sans', sans-serif;
}

input[type="checkbox"] {
    background-color: green;
}

.floating-label input:focus {
    border-bottom: solid 1px #b69de6;
    outline: 0;
    box-shadow: 0 2px 6px -8px rgba(182, 157, 230, 0.45);
}

.floating-label {
    position: relative;
    width: calc(50% - 20px);
    display: inline-block;
    margin: 0 10px 25px 10px;
}

.floating-label.w100 {
    width: calc(100% - 20px);
    margin: 0 10px 25px 10px;
}

.floating-label.w30 {
    width: calc(33.33% - 20px);
}

.floating-label label {
    position: absolute;
    top: calc(50% - 13px);
    left: 15px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #1724a1;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1724a1;
    font-size: 12px;
    font-family: 'Public Sans', sans-serif;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.container:hover input~.checkmark {
    background-color: #ccc;
}

.container input:checked~.checkmark {
    background-color: #1724a1;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topBar {
    text-align: center;
}

.Brief-description-of {
    font-size: 12px;
    color: #1724a1 !important;
}

textarea {
    font-size: 12px;
    padding: 20px;
    height: 220px;
    border: solid 1px #ccc;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s linear;
    font-weight: 400;
    color: #000;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family: 'Public Sans', sans-serif !important;
}

table.paymentTable {
    width: 100%;
}

table.paymentTable tr {
    color: #1724a1;
}

table.paymentTable tr td {
    border-top: 1px solid #661e9a;
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.quantity {
    font-size: 12px;
    padding: 20px;
    border: solid 1px #ccc;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s linear;
    color: #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family: 'Public Sans', sans-serif !important;
}

#wcfm-main-content {
    padding: 40px !important;
}

#wcfm-main-contentainer .wcfm-checklist-group,
#wcfm-main-contentainer .wcfm-radio-group,
#wcfm-main-contentainer .wp-picker-container,
#wcfm-main-contentainer input[type="number"].wcfm-text,
#wcfm-main-contentainer input[type="password"].wcfm-text,
#wcfm-main-contentainer input[type="text"].wcfm-text,
#wcfm-main-contentainer input[type="time"].wcfm-text,
#wcfm-main-contentainer select.wcfm-select,
#wcfm-main-contentainer textarea.wcfm-textarea,
.wcfm_popup_form input[type="text"].wcfm-text,
.wcfm_popup_form select.wcfm-select {
    height: auto !important;
    font-family: sans-serif !important;
}

#wcfm-main-content {
    font-family: sans-serif !important;
    letter-spacing: normal !important;
}

#wcfm-main-contentainer div.wcfm-content {
    font-size: 15px !important;
}

.wcfm-membership-wrapper {
    width: 100% !important;
    max-width: 800px;
    margin: auto !important;
    padding: 0 !important;
    background: #fff !important;
    transition: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 100 !important;
}

#wcfm_membership_container .wcfm_email_verified,
#wcfm_membership_container .wcfm_sms_verified,
#wcfm_membership_container .wcfm_store_slug_verified {
    margin-left: 0 !important;
}

#wcfm_membership_registration_form_expander input[type="password"].wcfm-text,
#wcfm_membership_registration_form_expander input[type="text"].wcfm-text {
    font-size: 12px;
    padding: 20px;
    height: 56px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s linear;
    font-weight: 400;
    color: #000;
    -webkit-appearance: none;
    width: 100%;
    font-family: 'Public Sans', sans-serif;
    border-radius: 0 !important;
}

#wcfm_membership_container p.wcfm_title strong {
    font-style: normal !important;
}

.wcfm-error,
.wcfm-info,
.wcfm-success,
.wcfm-validation,
.wcfm-warning,
.wcfm-wcfmu {
    padding: 15px 10px !important;
}

#wcfm_membership_container #password_strength {
    margin-left: 0 !important;
}

#wcfm_membership_container a.wcfm_submit_button,
#wcfm_membership_container input.wcfm_submit_button {
    display: inline-block !important;
    border: solid 1px #742BD6 !important;
    background-color: #742BD6 !important;
    color: #fff;
    padding: 10px 20px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    text-decoration: none !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
    border: none !important;
}

#wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button,
#wcfm-main-contentainer .wcfm_add_attribute,
#wcfm-main-contentainer .wcfm_add_attribute_term,
#wcfm-main-contentainer .wcfm_add_category_bt,
#wcfm-main-contentainer a.wcfm_submit_button,
#wcfm-main-contentainer button.wcfm_submit_button,
#wcfm-main-contentainer input.remove_button,
#wcfm-main-contentainer input.upload_button,
#wcfm-main-contentainer input.wcfm_submit_button,
#wcfm_bulk_edit_button,
#wcfm_enquiry_submit_button,
#wcfm_vendor_approval_response_button {
    border: none !important;
}

.wcfm-store-setup #wc-logo a img {
    display: none !important;
}

#banner_display,
#banner_type,
#list_banner_display,
#list_banner_type,
#mobile_banner_display,
#store_name_position,
.banner,
.banner_type,
.list_banner,
.list_banner_type,
.mobile_banner,
.store_name_position {
    display: none !important;
}

.store_address p.wcfm_title,
.wcfm_setting_indent_block p.wcfm_title {
    margin-left: 0 !important;
}

.shop_description {
    width: 100% !important;
}

.media-modal-close,
.media-modal-close:hover {
    width: auto !important;
    height: auto !important;
    border: 1px solid transparent !important;
    background: 0 0 !important;
    color: #666 !important;
    z-index: 1000 !important;
    cursor: pointer !important;
    margin: 10px !important;
    padding: 0 !important;
}

#gallery_img .wcfm-wp-fields-uploader img,
.wcfm-product-feature-upload img {
    height: auto !important;
    min-height: auto !important;
}

.woocommerce input[type="search"] {
    width: calc(100% - 140px) !important;
    height: 37px !important;
    font-family: "Lexend Exa";
}

.woocommerce-product-search > button {background: none;border: none;padding: 0;margin: 0;color: #333;font-size: 19px;cursor: pointer;}

.tag-cloud-link, .tagged_as a {display: inline-block;border: solid 1px transparent;color: #3c3c3c;padding: 10px 25px;-webkit-border-radius: 50px;border-radius: 50px;margin-right: 7px;margin-bottom: 7px;font-size: 12px !important;text-decoration: none;transition:.3s ease-in-out;background:#fff}
.tag-cloud-link:hover, .tagged_as a:hover {display: inline-block;border: solid 1px #742BD6;background-color: #742BD6;color: #fff;text-decoration: none;margin-right: 7px;margin-bottom: 7px;font-size: 12px !important;text-decoration: none;}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 400 !important;
}

#wcfmmp-store-top-rated-vendors-2 .wcfm_dashboard_item_title,
#wcfmmp-store-top-rated-vendors-3 .wcfm_dashboard_item_title,
#wcfmmp-store-top-rated-vendors-4 .wcfm_dashboard_item_title {
    color: #3c3c3c !important;
}

#wcfmmp-store-top-rated-vendors-2 img,
#wcfmmp-store-top-rated-vendors-3 img,
#wcfmmp-store-top-rated-vendors-4 img {
    display: none;
}

.wcfmmp_sold_by_wrapper {
    margin-bottom: 0;
    font-size: 10px;
}

.widget .wcfm_dashboard_item_title {
    margin-left: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size: 17px !important;line-height: 22px !important;font-weight: 600 !important;color: #333 !important;padding: 10px 0 !important;margin: 0 !important;}
.woocommerce ul.products li.product .wcfmmp_sold_by_container {width: 50%;float: left;}
.woocommerce ul.products li.product .price {font-size: 12px !important;font-weight: 400 !important;color: #333 !important;line-height: 100% !important;padding: 0 !important;margin: 0 !important;width: 50%;float: right;text-align: right}
.wcfmmp_sold_by_wrapper a {font-size: 12px !important; color: #333 !important;}

.woocommerce-loop-product__link {
    font-size: 12px;
    color: #742BD6;
}

.woocommerce-loop-product__link .label-group {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #742BD6 !important;
    display: block;
}

.vee_category_title_book,
.vee_category_title_design,
.vee_category_title_fashion,
.vee_category_title_film,
.vee_category_title_music,
.vee_category_title_visual-arts {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #3c3c3c !important;
    display: block;
    margin-bottom: 0 !important;
}

.vee_category_title h2 a[href="https://nationalstore.be/en/pc/visual-arts/"],
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/arts-plastiques/"],
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/beeldende-kunsten/"] {
    text-decoration: none;
    font-weight: 400;
}

#visual_arts h3.widget-title::after,
.vee_category_title h2 a[href="https://nationalstore.be/en/pc/visual-arts/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/arts-plastiques/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/beeldende-kunsten/"]::after,
.vee_category_title_visual-arts::after {
    content: "";
    background-color: #c3afe1;
    width: 40px;
    height: 10px;
    margin-top: -14px;
    display: block;
}

.vee_category_title h2 a[href="https://nationalstore.be/en/pc/design/"],
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/design-fr-2/"],
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/ontwerp-design/"] {
    text-decoration: none;
    font-weight: 400;
}

#design h3.widget-title::after,
.vee_category_title h2 a[href="https://nationalstore.be/en/pc/design/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/design-fr-2/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/ontwerp-design/"]::after,
.vee_category_title_design::after {
    content: "";
    background-color: #fff53c;
    width: 40px;
    height: 10px;
    margin-top: -14px;
    display: block;
}

.vee_category_title h2 a[href="https://nationalstore.be/en/pc/book/"],
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/edition/"],
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/literatuur/"] {
    text-decoration: none;
    font-weight: 400;
}

.vee_category_title h2 a[href="https://nationalstore.be/en/pc/book/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/edition/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/literatuur/"]::after,
.vee_category_title_book::after {
 content: "";
    background-color: #5fe3ff;
    width: 40px;
    height: 10px;
    margin-top: -14px;
    display: block;
}
#book h3, #design h3, #fashion h3, #music h3, #visual_arts h3{position: relative;padding-left: 30px;}
#book h3.widget-title::after, #design h3.widget-title::after, #fashion h3.widget-title::after, #music h3.widget-title::after, #visual_arts h3.widget-title::after{content: "";width: 20px;height: 20px;top: 2px;display: block;border-radius: 50%;position: absolute;left: 0;margin-top: 0;}
#book h3.widget-title::after{background-color: #5fe3ff;}
#fashion h3.widget-title::after{background-color: #61df92;}
#music h3.widget-title::after{background-color: #ff4f53;}


.vee_category_title h2 a[href="https://nationalstore.be/en/pc/music/"],
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/musique/"],
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/muziek/"] {
    text-decoration: none;
    font-weight: 400;
}

.vee_category_title h2 a[href="https://nationalstore.be/en/pc/music/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/musique/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/muziek/"]::after,
.vee_category_title_music::after {
    content: "";
    background-color: #ff4f53;
    width: 40px;
    height: 10px;
    margin-top: -14px;
    display: block;
}

.vee_category_title h2 a[href="https://nationalstore.be/en/pc/film/"],
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/film-fr/"],
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/film-nl/"] {
    text-decoration: none;
    font-weight: 400;
}

#film h3.widget-title::after,
.vee_category_title h2 a[href="https://nationalstore.be/en/pc/film/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/film-fr/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/film-nl/"]::after,
.vee_category_title_film::after {
    content: "";
    background-color: #ff93cb;
    width: 40px;
    height: 10px;
    margin-top: -14px;
    display: block;
}

.vee_category_title h2 a[href="https://nationalstore.be/en/pc/fashion/"],
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/mode/"],
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/mode-nl/"] {
    text-decoration: none;
    font-weight: 400;
}

.vee_category_title h2 a[href="https://nationalstore.be/en/pc/fashion/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/fr/pc/mode/"]::after,
.vee_category_title h2 a[href="https://nationalstore.be/nl/pc/mode-nl/"]::after,
.vee_category_title_fashion::after {
    content: "";
    background-color: #61df92;
    width: 40px;
    height: 10px;
    margin-top: -14px;
    display: block;
}

.vee_category_title h2 {
    font-size: 16px;
    line-height: 32px;
}

#coupon_code {
    height: 34px !important;
    width: 150px;
}

.cart_item .quantity {
    border: none !important;
    height: auto !important;
    padding: 0 !important;
}

.cols_booking {
    display: table;
    width: 100%;
}

.cols_booking a.button,
.cols_booking a.button:hover {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    width: auto !important;
    padding: 10px;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.col-100_booking,
.col-100_meeting {
    display: table;
    vertical-align: top;
    border-collapse: collapse;
    border: solid 1px #3c3c3c;
    width: 100%;
}

.col-70_booking {
    display: table-cell;
    width: calc(100% - 150px);
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-30_booking {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-70_meeting {
    display: table-cell;
    width: calc(100% - 150px);
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.col-30_meeting {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.bk-agenda {
    display: table-cell;
    background: url(../../images/calendar.jpg);
    background-repeat: no-repeat;
    width: 150px;
    height: 146px;
    vertical-align: bottom;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.bk-meeting {
    display: table-cell;
    background: url(../../images/meeting.jpg);
    background-repeat: no-repeat;
    width: 150px;
    height: 146px;
    vertical-align: bottom;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.share {display: table;width: 100%;margin: 20px 0 20px 0;}

.exhibitor_share .share {
    border: solid 1px #3c3c3c !important;
}

.share_icons {display: block;float: left;}

.share_icons ul.heateor_sss_follow_ul,
ul.heateor_sss_sharing_ul {
    float: right;
}

fieldset {
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.woocommerce-variation-availability {
    margin-top: 20px;
}

#wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper {
    overflow: hidden;
    width: 100% !important;
    background-color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
}

#commentform input[type="text"] {
    width: 100% !important;
}

#commentform label {
    display: inline-block;
    margin-bottom: 10px !important;
}

.commentlist {
    padding-top: 20px;
}

#wcfm-main-contentainer .wcfm_membership_thankyou_content {
    margin-bottom: 30px;
}

a.product_type_simple.add_to_cart_button {
    display: none !important;
}

.woocommerce a.product_type_simple {
    display: none !important;
}

.woocommerce a.product_type_variable {
    display: none !important;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
}

.woocommerce div.product form.cart div.quantity {
    float: none !important;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.sp-logo-carousel-pro-section {
    padding-top: 0 !important;
}

.wcfmmp_sold_by_wrapper a {
    color: #3c3c3c !important;
    font-size: 10px;
    margin-left: -2px;
}

.exhibitors_by_category h2 {
    font-size: 12px;
    line-height: 18px;
}

.exhibitors_by_category h3 {
    color: #000;
}

.exhibitors_by_category p {
    font-size: 10px;
    line-height: 16px;
}

h1.product_title {
    color: #3c3c3c;
}

.exhibitor h1,
h1.product_title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: #3c3c3c;
}

.woocommerce .product .table-cell h2 {
    font-size: 14px;
    line-height: 20px;
    color: #3c3c3c;
}

.woocommerce .product .table-cell h3 {
    font-size: 18px;
    line-height: 24px;
}

.product ol,
.product ul {
    margin: 20px 0;
}

.product p {
    margin: 20px 0 !important;
}

.wcfmmp_shipment_processing_display {
    margin-bottom: 20px;
}

.facility h3,
.terms h3 {
    color: #742BD6;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 12.5% 2.992em 0 !important;
    width: 25% !important;
}

#marketplace .woocommerce ul.products li.product,
#marketplace .woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    margin: 0 6.6% 2.992em 0 !important;
    width: 20% !important;
}

#marketplace .woocommerce ul.products li.last,
#marketplace .woocommerce-page ul.products li.last,
.woocommerce ul.products.columns-4 li.product.last,
.woocommerce-page ul.products.columns-4 li.product.last {
    margin-right: 0 !important;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

@media screen and (max-width: 1460px) {
    .sidebar-top .pc_smart_price_filter,
    .sidebar-top .widget_sow-editor,
    .wcfmmp-store-top-rated-vendors {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1436px) {
    div.popup {
        z-index: 10001;
    }
    div.popup .content {
        padding: 40px 20px;
        width: 90%;
    }
}

@media screen and (max-width: 1350px) {
    .sidebar-top .pc_smart_price_filter,
    .sidebar-top .widget_sow-editor {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        vertical-align: top;
    }
    .wcfmmp-store-top-rated-vendors {
        width: 50%;
        display: inline-block;
        padding: 0 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        vertical-align: top;
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 1236px) {
    .circle {
        display: block;
        margin: auto;
        text-align: center;
        float: none;
    }
    .col-25 {
        width: 33.33%;
    }
}

@media screen and (max-width: 1296px) {
    #slide .widget-title {
        font-size: 42px;
        line-height: 48px;
        color: #fff;
        position: absolute;
        top: calc(50% - 48px);
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1166px) {
    .content_exhibitors {
        display: block;
        width: 100%;
        padding: 40px 0;
    }
    .cols_exhibitors {
        display: block;
    }
    .col_exhibitor {
        display: block;
        width: 100%;
        padding: 20px;
        max-width: 100%;
    }
    .col_exhibitor_img {
        display: block;
        width: 100%;
        padding: 20px;
        max-width: 100%;
    }
    .empty {
        width: 20%;
    }
    .news {
        width: 60%;
    }
    .wrapper_social {
        width: 20%;
    }
}

@media screen and (max-width: 1185px) {
    .header {
        max-height: inherit;
    }
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
        display: block;
        width: calc(100% + 60px);
        margin-left: -30px !important;
        margin-right: -30px !important;
        font-size: 0;
    }
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .col-100 {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 1171px) {
    #searchmore {
        flex-direction: column;
    }
    #searchmore .panel-grid-cell {
        width: 100% !important;
    }
    #searchmore1,
    #searchmore2 {
        width: 100% !important;
        margin-right: 0;
    }
    #searchmore .widget_woocommerce_product_search {
        margin-right: 0;
    }
    #searchmore .widget_sow-button,
    #searchmore .widget_woocommerce_product_search {
        float: none;
    }
    #searchmore .widget_sow-button {
        margin-bottom: 20px !important;
    }
    #searchmore .widget_woocommerce_product_search form,
    #searchmore2 .ow-button-base.ow-button-align-center,
    #searchmore2 .ow-button-base.ow-button-align-right {
        padding: 0;
        text-align: left !important;
    }
    .values {
        padding: 20px 0;
    }
    .values .cols .col-33 {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .col-25 {
        width: 50%;
    }
    .carrousel_logos {
        display: block;
        font-size: 0;
    }
    .logo {
        width: 25%;
        text-align: center;
    }
    .table-cell {
        display: block;
        width: 100% !important;
        padding: 20px;
        font-size: 12px;
    }
    .cart .table .table-cell {
        display: inline-block;
        width: 50% !important;
        padding: 20px;
    }
    #formBuy .table .row {
        border: solid 1px #742BD6;
    }
    #formBuy .table .table-cell {
        border: none;
    }
    #formBuy .table .table-cell:first-child {
        padding-top: 20px !important;
    }
    #formBuy .table .table-cell:last-child {
        padding-top: 0;
    }
    .content_newsletter {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    .empty {
        display: none;
    }
    .news {
        width: 80%;
    }
    .wrapper_social {
        width: 20%;
    }
}

@media screen and (max-width: 760px) {
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li {
        max-width: 100%;
    }
    .event {
        top: 60px;
        padding: 0;
    }
    .logos {
        display: block;
        padding: 0 0 40px 0;
    }
    #marketplace .woocommerce ul.products[class*="columns-"] li.product,
    #marketplace .woocommerce-page ul.products[class*="columns-"] li.product,
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 48% !important;
        margin: 0 0 2.992em !important;
    }
    .usernav,
    .usernav:hover {
        max-width: 100% !important;
    }
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    #policy h2,
    h2 {
        font-size: 20px;
        line-height: 26px;
    }
    h3 {
        font-size: 16px;
        line-height: 22px;
    }
    h4 {
        font-size: 14px;
        line-height: 20px;
    }
    h5 {
        font-size: 12px;
        line-height: 18px;
    }
    h6 {
        font-size: 10px;
        line-height: 16px;
    }
    .nav {
        display: block;
        width: 100%;
        text-align: left;
    }
    .nav a#pull {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 0;
        z-index: 10000;
    }
    #menu {
        display: none;
    }
    .nav ul {
        display: block;
        width: 100%;
        position: relative;
    }
    .nav li {
        display: block;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        border-right: none;
        border-bottom: none;
    }
    .homepage {
        display: none;
    }
    .content-area {
        padding: 60px 20px;
    }
    .content,
    .content_shop {
        padding: 40px 20px;
    }
    .content_exhibitors {
        padding: 40px 20px;
    }
    .cols_list_exhibitors {
        max-width: 100%;
    }
    .apply,
    .exhibitors,
    .transports {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 40px 0;
    }
    #marketplace .woocommerce ul.products li {
        width: 44%;
        clear: both;
        margin: 0 2%;
    }
    .col {
        display: block;
        width: 100%;
        padding: 20px;
    }
    .col-100 {
        display: block;
        width: 100%;
    }
    .col-90 {
        display: block;
        width: 100%;
    }
    .col-80 {
        display: block;
        width: 100%;
    }
    .col-70 {
        display: block;
        width: 100%;
    }
    .col-66 {
        display: block;
        width: 100%;
    }
    .col-60 {
        display: block;
        width: 100%;
    }
    .col-50 {
        display: block;
        width: 100%;
    }
    .col-40 {
        display: block;
        width: 100%;
    }
    .col-33 {
        display: block;
        width: 100%;
    }
    .col-30 {
        display: block;
        width: 100%;
    }
    .col-25 {
        display: block;
        width: 100%;
    }
    .col-20 {
        display: block;
        width: 100%;
    }
    .col-10 {
        display: block;
        width: 100%;
    }
    .gif {
        display: block;
        margin: auto;
        text-align: center;
        float: none;
    }
    .logo {
        width: 33.33%;
    }
    .flash {
        text-align: center;
    }
    #topBar {
        text-align: left;
    }
    #topBar h1 {
        margin-bottom: 0;
        margin-left: 0;
    }
    #topBar h1:last-child {
        margin-bottom: 40px;
    }
    div.form-section {
        width: 100%;
        float: none;
    }
    .recap {
        width: 100%;
        float: none;
    }
    .btnConfirm {
        float: none;
    }
    .row {
        display: block;
        width: 100%;
    }
    .floating-label,
    .floating-label.w30 {
        display: block;
        width: calc(100% - 20px);
    }
    table.paymentTable tr td {
        display: block;
        width: 100%;
    }
    .popupregister .floating-label {
        width: 100%;
    }
    .table-cell {
        width: 100% !important;
    }
    .woocommerce-additional-fields {
        margin-top: 30px;
    }
    .wrapper_content,
    .wrapper_content_blog_width_sidebar,
    .wrapper_content_post_width_sidebar,
    .wrapper_content_vendor,
    .wrapper_content_width_sidebar {
        padding: 20px 0;
    }
    .content_blog,
    .content_blog_index,
    .content_left,
    .content_right {
        display: block;
        width: 100%;
        margin: auto;
        padding: 40px 20px;
    }
    .sidebar,
    .sidebar_blog {
        display: block;
        width: 100%;
        margin: auto;
        padding: 0 20px 20px 20px;
    }
    .cols_booking {
        display: table;
        margin: auto;
    }
    .col-50_agenda {
        display: block;
        width: 280px;
        vertical-align: top;
    }
    .col-50_meeting {
        display: block;
        width: 280px;
        margin-top: 20px;
    }
    .news {
        display: block;
        width: 100%;
    }
    .wrapper_social {
        display: block;
        width: 100%;
    }
    .social {
        width: auto;
        margin: auto;
        margin-top: 20px;
    }
}

@media screen and ( max-width: 781px) {
    .home .wrapper_content,
    .home .content {
        padding: 0;
    }
}

@media screen and (max-width: 728px) {
    .sidebar-top #woocommerce_price_filter-3,
    .sidebar-top #woocommerce_product_search-2 {
        width: 100%;
        display: block;
        vertical-align: top;
        padding: 0 20px 0 20px;
    }
    .sidebar-top #wpc_smart_price_filter-2 {
        width: 100%;
        display: block;
        vertical-align: top;
        padding: 0 20px 0 20px;
    }
    .sidebar-top .pc_smart_price_filter,
    .sidebar-top .widget_sow-editor,
    .wcfmmp-store-top-rated-vendors {
        width: 100%;
        display: block;
        vertical-align: top;
        padding: 0 20px 0 20px;
    }
}

@media screen and (max-width: 780px) {
    #searchmore .widget_sow-button {
        margin-bottom: 10px !important;
    }
    .values .cols .col-33 {
        padding: 20px;
    }
    .values .cols .col-33 .text {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 640px) {
    .desktop {
        display: none !important;
    }
    .mobile-table {
        display: table;
    }
    #slide .widget-title {
        font-size: 42px;
        line-height: 48px;
        color: #fff;
        position: absolute;
        top: calc(50% - 72px);
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 560px) {
    #slide .widget-title {
        font-size: 28px;
        line-height: 34px;
        color: #fff;
        position: absolute;
        top: calc(50% - 34px);
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .col-30_booking,
    .col-30_meeting,
    .col-70_booking,
    .col-70_meeting {
        display: block;
        width: 100%;
        border-left: none !important;
        box-sizing: border-box;
    }
    .col-30_booking,
    .col-30_meeting {
        min-height: 250px;
    }
    .bk-agenda {
        background: url(../../images/calendar-mobile.jpg);
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .bk-meeting {
        background: url(../../images/meeting-mobile.jpg);
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .values .cols .col-33 .title {
        margin: 10px 0;
    }
    .values .cols .col-33 {
        display: block;
        width: 100%;
    }
    .news input[type="email"] {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 460px) {
    .icos_footer {
        max-width: 300px;
    }
}


/* new homepage design styling  */

.new-row .panel-grid-cell {overflow: hidden;}

.new-row .panel-grid-cell .sow-slider-images li {
    background-color: transparent !important;
}

.new-row .panel-grid-cell .sow-slider-images li .sow-slider-image-wrapper {
    padding: 0 !important;
}

.new-row .sow-slider-image .sow-slider-image-wrapper .so-panel {
    margin-bottom: 0 !important;
}

.new-row .sow-slider-image .title-widget h3.widget-title {
    text-align: center;
    color: rgb(98, 59, 159);
    max-width: 345px;
    margin: 3px auto;
    background-color: #fff;
}

.new-row .sow-slider-image .content h3.widget-title,
.new-row .sow-slider-image .content .textwidget {
    text-align: center;
    color: rgb(98, 59, 159);
}

.new-row .sow-slider-image .content h3.widget-title,
.new-row .sow-slider-image .title-widget h3.widget-title {
    text-transform: uppercase;
}

.new-row .sow-slider-image .content .textwidget p {
    font-size: 18px;
}

.new-row .bottom-button .ow-button-base {
    margin-top: 10px;
    margin-bottom: 20px;
}

.new-row .bottom-button .ow-button-base a,
.button-row .bottom-button .ow-button-base a {background: none;background-color: #fff;padding: 0.6em 2em !important;border-radius: 50px;-webkit-border-radius: 50px;width: 100%;border: 2px solid #742BD6 !important;transition: .3s ease-in-out;color:#742BD6 !important}

#button217 .so-widget-sow-button {
    max-width: 170px;
    width: 100%
}

#button260 .so-widget-sow-button {
    max-width: 260px;
    width: 100%
}

.new-row .bottom-button .ow-button-base a:hover,
.button-row .bottom-button .ow-button-base a:hover {
    background: #742BD6 !important;
    border-color: #742BD6 !important;
	color: #fff !important
}

.new-row .title-of-widget .so-widget-sow-image {
    position: relative;
    display: flex;
    justify-content: center;
}

.new-row .widget_sow-button {
    position: relative;
}

.new-row .widget_sow-button .bottom-button {
    display: flex;
    justify-content: center;
    position: absolute;
    /* bottom: 90%; */
    top: -60px;
    width: 100%;
}

.new-row .sow-slider-base .sow-slider-pagination li a {
    width: 10px;
    height: 10px;
}

.new-row .sow-slider-base .sow-slider-pagination li.sow-active a {
    background: #4A1D91 !important;
    height: 11px;
    width: 11px;
}

.new-row.panel-row-style .so-panel.widget {
    margin-bottom: 0 !important;
}

.right-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image {
    width: 100%;
}

#panel-25598-5-0-0 .sow-slide-nav-next,
#panel-25600-5-0-0 .sow-slide-nav-next,
#panel-25601-5-0-0 .sow-slide-nav-next {
    right: unset;
    left: 55%;
}

#panel-25598-5-0-0 .sow-slider-pagination,
#panel-25600-5-0-0 .sow-slider-pagination,
#panel-25601-5-0-0 .sow-slider-pagination {
    max-width: 740px;
    display: flex;
    justify-content: center;
    width: 60%;
}

#pg-25598-5,
#pg-25600-5,
#pg-25601-5 {
    margin-bottom: 20px !important;
}

#woocommerce-product-search-field-0 {
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 50px !important;
    margin-right: 20px;
}
.woocommerce-product-search .screen-reader-text{position: relative}
.woocommerce-product-search .screen-reader-text::after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: red;
  position: absolute;
}

.line-heading {
    position: relative
}


/* modifications after call */

.wrapper_animation {
    padding: 8px 0;
}

.animation {
    font-size: 25px;
}

.new-row .widget_sow-button {
    z-index: 100;
}

#pg-25598-2,
#pg-25600-2,
#pg-25601-2 {
    margin-bottom: 15px !important;
}

.content_newsletter {
    bottom: 6px;
}

.panel-grid #sidebartop .select2-container--default .select2-selection--single {
    height: 35px !important;
}

.panel-grid #sidebartop .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px !important;
    line-height: 35px !important;
}

#pg-25598-7-2,
#pgc-25600-7-2 #pgc-25601-7-2 {
    max-height: 360px;
    overflow: hidden;
}

#panel-25598-7-2-0,
#panel-25600-7-2-0,
#panel-25601-7-2-0 {
    max-height: 360px;
}

#button450 {
    margin: 0 auto;
	display: table
}

#panel-we3742318-0-0-0 img {
    width: auto;
}

.page-id-24565 .new-row .sow-image-container {
    justify-content: center;
}

.panel-grid #sidebartop .select2-container--default .select2-selection--single {
    background-color: #742BD6 !important;
}

@media all and ( max-width: 768px) {
    .lenguages {
        top: 10px;
    }
}


/* possible not modifications */

.icos {
    display: none;
}

.social {
    margin: 0 auto;
}

.right-image img {
    max-height: 100%;
}

.right-image .so-widget-sow-image {
    justify-content: center !important;
}

#panel-25598-13-0-1 .bottom-button,
#panel-25600-13-0-1 .bottom-button,
#panel-25601-13-0-1 .bottom-button {
    display: none;
}


/* mobile home page modifications 10.01.2021 */

@media all and (min-width: 781px) and ( max-width: 1800px) {
    #pg-25598-3-0,
    #pgc-25600-3-0,
    #pgc-25601-3-0 {
        min-height:
    }
    #pg-25598-3-2 .widget_sow-image,
    #pg-25598-3-0 .widget_sow-image,
    #pgc-25600-3-2 .widget_sow-image,
    #pgc-25600-3-0 .widget_sow-image,
    #pgc-25601-3-2 .widget_sow-image,
    #pgc-25601-3-0 .widget_sow-image {
        height: 100%;
    }
}

@media all and ( max-width: 1366px) and ( min-width: 781px) {
    .new-row .widget_sow-button .bottom-button {
        top: -55px;
    }
}

@media all and ( min-width: 781px) {
    .extra {
        display: none !important;
    }
}

@media all and ( max-width: 781px) {
    .new-row {
        margin-bottom: 20px;
    }
    .wrapper_header {
        background-position: 50%;
    }
    .header {
        min-height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .content_newsletter {
        display: block;
        position: relative;
    }
    .homepage {
        display: block;
    }
    .nav a#pull:after {
        top: 3px;
    }
    /* second section */
    #button260 .so-widget-sow-button {
        max-width: 190px;
    }
    .new-row .sow-slider-base .sow-slide-nav {
        top: 30px;
        font-size: 24px !important;
    }
    .new-row .sow-slider-base .sow-slider-pagination {
        bottom: 60px;
        display: flex;
        justify-content: center;
        max-width: 50%;
    }
    /* third section */
    .new-row .widget_sow-button .bottom-button {
        top: -53px;
    }
    #button217 .so-widget-sow-button {
        max-width: 140px;
    }
    .new-row .bottom-button .ow-button-base a,
    .button-row .bottom-button .ow-button-base a {
        padding: 10px;
    }
    #center-row {
        justify-content: center;
    }
    #pg-25598-12,
    #pg-25598-13,
    #pg-25600-12,
    #pg-25600-13,
    #pg-25601-12,
    #pg-25601-13 {
        padding: 20px 40px;
    }
    #searchmore2 {
        display: flex;
        flex-direction: column;
    }
    #panel-25598-12-1-1,
    #panel-25600-12-1-1,
    #panel-25601-12-1-1 {
        order: 2;
    }
    #pg-25598-1,
    #pg-25600-1,
    #pg-25601-1 {
        max-height: 200px;
        margin-bottom: 20px !important;
        overflow: hidden;
    }
    #panel-25598-13-0-0,
    #panel-25600-13-0-0,
    #panel-25601-13-0-0 {
        margin-bottom: 0 !important;
    }
    #panel-25598-13-0-1 .bottom-button,
    #panel-25600-13-0-1 .bottom-button,
    #panel-25601-13-0-1 .bottom-button {
        display: block;
        max-width: 100%;
    }
    #panel-25598-13-0-1 .bottom-button a,
    #panel-25600-13-0-1 .bottom-button a,
    #panel-25601-13-0-1 .bottom-button a {
        background: #742BD6!important;
        border: none;
        padding: 0;
        line-height: 35px;
        width: 100%;
        border-radius: 8px;
        font-size: 12px;
        text-align: left;
        padding-left: 12px;
    }
    #panel-25598-8-0-0 #button260,
    #panel-25600-8-0-0 #button260,
    #panel-25601-8-0-0 #button260 {
        justify-content: flex-start;
        margin-left: 20px;
    }
    /* .page-id-24565 .new-row,
    .page-id-24812 .new-row,
    .page-id-24813 .new-row {
        justify-content: center;
        flex-wrap: wrap !important;
        margin-bottom: 0;
    }
    .page-id-24565 .new-row>.panel-grid-cell,
    .page-id-24812 .new-row>.panel-grid-cell,
    .page-id-24813 .new-row>.panel-grid-cell {
        margin-bottom: 30px;
        flex: 0 0 calc(50% - ( 0.75 * 20px));
        width: auto !important;
    }
    #pg-24565-1,
    #pg-24565-2,
    #pg-24565-3,
    #pg-24565-4,
    #pg-24812-1,
    #pg-24812-2,
    #pg-24812-3,
    #pg-24812-4,
    #pg-24813-1,
    #pg-24813-2,
    #pg-24813-3,
    #pg-24813-4 {
        margin-bottom: 0 !important;
    } */
    .new-row .bottom-button .ow-button-base a,
    .button-row .bottom-button .ow-button-base a {
        padding: 0.5em !important;
    }
    #pg-25598-4 .new-row .sow-slider-base .sow-slider-pagination,
    #pg-25600-4 .new-row .sow-slider-base .sow-slider-pagination,
    #pg-25601-4 .new-row .sow-slider-base .sow-slider-pagination {
        max-width: 100%;
    }
    .sidebar-top .pc_smart_price_filter,
    .sidebar-top .widget_sow-editor,
    .wcfmmp-store-top-rated-vendors {
        margin-bottom: 20px;
    }
    #pg-25598-8 .new-row .sow-slider-base .sow-slider-pagination,
    #pg-25600-8 .new-row .sow-slider-base .sow-slider-pagination,
    #pg-25601-8 .new-row .sow-slider-base .sow-slider-pagination {
        max-width: 55%;
    }
    #pg-25598-4 .new-row .sow-slider-base .sow-slide-nav,
    #pg-25600-4 .new-row .sow-slider-base .sow-slide-nav,
    #pg-25601-4 .new-row .sow-slider-base .sow-slide-nav {
        top: 45px;
    }
    .new-row .sow-slider-base .sow-slider-pagination li a {
        width: 6px;
        height: 6px;
    }
    .new-row .sow-slider-base .sow-slider-pagination li.sow-active a {
        width: 7px;
        height: 7px;
    }
    #p-25598-8 .sow-slider-base .sow-slide-nav.sow-slide-nav-next,
    #pg-25600-8 .sow-slider-base .sow-slide-nav.sow-slide-nav-next,
    #pg-25601-8 .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
        right: 25%;
    }
    #p-25598-8 .sow-slide-nav,
    #pg-25600-8 .sow-slide-nav,
    #pg-25601-8 .sow-slide-nav {
        display: none !important
    }
}

@media all and ( max-width: 480px) {
    #pg-25598-12,
    #pg-25598-13,
    #pg-25600-12,
    #pg-25600-13,
    #pg-25601-12,
    #pg-25601-13 {
        padding: 30px;
    }
}

#pg-25598-12,
#pg-25600-12,
#pg-25601-12,
#pg-25598-13,
#pg-25600-13,
#pg-25601-13 {
    padding-bottom: 0;
}

#pg-25598-13>div.panel-row-style,
#pg-25600-13>div.panel-row-style,
#pg-25601-13>div.panel-row-style {
    padding-top: 0;
}

@media ( min-width: 782px) {
    .content,
    .content-area {
        padding: 0 80px 60px;
    }
}

#panel-25598-0-0-0,
#panel-25600-0-0-0,
#panel-25601-0-0-0 {
    max-height: 415px;
    overflow: hidden;
    margin-bottom: 15px;
}

.panel-row-style {
    width: 100%;
}

..woocommerce input[type="search"] {
    border: 1px solid #3c3c3c;
}

.woocommerce input[type="search"] {
    max-width: 230px;
}

#panel-25601-12-1-2 {
    width: 70%;
}

@media all and ( max-width: 781px) {
    .wcfm_buttons .wcfm_button {
        height: auto !important;
        width: 15px !important;
        vertical-align: middle;
        padding: 0 11px !important;
    }
    .wcfm_buttons {
        display: flex;
        align-items: center;
    }
    .wcfm_buttons .wcfm_button span.wcfmfa {
        line-height: 15px !important;
        font-size: 15px !important
    }
    .ico_sm img {
        max-width: 50px;
    }
}


/* white header */

.content_newsletter input[type="email"],
.content_newsletter input[type="submit"] {
    border-color: #742BD6 !important;
    color: #742BD6 !important;
}

.page-id-25598 #breadcrumbs,
.page-id-25600 #breadcrumbs,
.page-id-25601 #breadcrumbs,
.page-id-25599 #breadcrumbs,
.page-id-25603 #breadcrumbs,
.page-id-25602 #breadcrumbs,
.page-id-25598 #comments,
.page-id-25600 #comments,
.page-id-25601 #comments,
.page-id-25599 #comments,
.page-id-25602 #comments,
.page-id-25603 #comments {
    display: none !important;
    visibility: hidden !important;
}

.event-manager-custom-content input.custom-acf-input {
    padding: 8px 10px;
    width: 60%;
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 15px;
    display: inline-block;
    line-height: 18px;
    min-height: 35px;
    max-width: 100%;
    box-shadow: 1px 1px 5px 0 #e9e9e9;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
}

@media only screen 
and (min-device-width : 100px) 
and (max-device-width : 812px){ 
	.header .content {padding: 1px 0;}
	.ux-30, .ux-70 {width: 100%;}
	.header .logo {float: none;margin: 0 auto;}
	.ux-site-config {float: left;width: 70%;margin: 30px 0 30px;}
	.wrapper_nav {display: block;width: 100%;float: left;margin-top: 22px;}
	.nav a#pull::after {content: "";background: url(../../images/nav-icon.png) no-repeat;width: 20px;height: 20px;display: inline-block;position: absolute;top: 20px;right: 20px;margin-top: -90px;background-size: contain;}
	.ux-subscribe {padding-left: 15px;padding-right: 15px;}
	.ux-subscribe-tile {width: 100%;}
	.ux-subscribe-content {width: 100%;}
	.ux-subscribe #mce-EMAIL {width: 65%;margin-top: 15px;}
	.ux-subscribe #mc-embedded-subscribe {width: 33%;margin-top: 6px;}
	.custom-html-widget > .ux-social-home {text-align: center;}
	.ux-bx {margin-left: 15px;margin-right: 15px;}
	.ux-top-footer {display: inline-block;overflow: hidden;}
	.wrapper_contact {padding: 0 15px;width: 100%;}
	.wrapper_carrousel {width: 100%;}
	/* home */
	#pg-25598-6,#pg-25601-6, #pg-25600-6{display: block}
	#marketplace_title {padding: 0 20px;}
	.ux-view-products {float: left;margin: 1em 0 0 1em;}
	/* woocommerce */
	.woocommerce-cart .product-quantity {height: 50px;}
	.woocommerce-page table.cart td.actions .coupon .button{width: 40%}
	.woocommerce-cart .actions > .button {margin: 20px 0 10px !important;}
	.content_shop .cart table {width: 100% !important;}
	.cart table:nth-child(3) {display: block;float: left;width: 100% !important;margin-top: 0;}
	.variations {width: 100% !important;}
	.ux-add-to-cart {width: 100%;margin: 20px 0;}
	#woocommerce-product-search-field-0:focus, #woocommerce-product-search-field-0:focus-visible {
    border: none !important}
	.ux-bt-product, .ux-tag-product{display: none}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	/* header */
	.ux-30 {width: 30%;}
	.ux-70 {width: 70%;}
	.ux-site-config {float: right;}
	.header .logo {width: 200px;margin-top: 15px;}
	.content .nav li {font-size: 14px;margin: 0 5px 10px;}
	/* home */
	.ux-subscribe-tile {width: 100%;}
	.ux-subscribe #mce-EMAIL {width: 65%;margin-top: 15px;}
	.ux-subscribe #mc-embedded-subscribe {width: 33%;margin-top: 5px;}
	.ux-txt-slider .widget_text:nth-child(2) p, .ux-txt-slider .widget_text:nth-child(3) p{display: none}
	.ux-view-products {float: left;margin: 0em 0 0 1em;}
	/* woocommerce */
	.woocommerce-cart .coupon{width: 50%}
	.woocommerce-page table.cart td.actions .coupon .button {width: 45%;}
	.woocommerce-cart .actions > .button {margin: 0 !important;}
	.ux-bt-product, .ux-tag-product{display: none}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1080px) 
and (orientation : landscape) { 
	.ux-txt-slider .widget_text:nth-child(2) p, .ux-txt-slider .widget_text:nth-child(3) p{display: none}
	.new-row .widget_sow-button .bottom-button {top: -39px;}
	.new-row .bottom-button .ow-button-base a{padding: 5px 2em !important;}
}






