.acfw-bogo-notice-text{display:contents}.acfwf-bogo-discount-summary-block{padding:0 1em}.wc-block-components-notice-banner>svg{align-self:center}.wc-block-components-notice-banner>div{display:flex;align-items:center;height:100%;justify-content:space-between}.wc-block-components-order-meta .wc-block-components-notice-banner{padding:0 4px}.wc-block-components-order-meta .wc-block-components-notice-banner div{display:block}.wc-block-components-order-meta .wc-block-components-notice-banner button{margin-top:.25em}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after{border-bottom-width:1px!important}.wp-block-woocommerce-cart-order-summary-block .wc-block-components-notices__snackbar{display:none}

.acfw-checkout-form-button-field{margin:0}.acfw-checkout-form-button-field:after{content:"";display:table;clear:both}.acfw-checkout-form-button-field .form-row-last label{display:none}.acfw-checkout-form-button-field .form-row-last .button{width:100%}.acfwf-components .acfw-accordion:last-child{border-bottom:0}.acfwf-components .acfw-accordion h3{padding:.7em 1.2em;margin:0;background:#f5f5f5;font-size:1em;font-weight:400;cursor:pointer}.acfwf-components .acfw-accordion h3 .caret{position:relative;top:-2px;margin-left:5px}.acfwf-components .acfw-accordion h3 .caret img{display:inline-block;transition:transform .5s ease;transform:rotate(-90deg)}.acfwf-components .acfw-accordion .acfw-accordion-inner{overflow:hidden;background:#fcfcfc;max-height:0;transition:max-height .5s ease}.acfwf-components .acfw-accordion .acfw-accordion-inner .acfw-accordion-content{padding:1em 1.2em}.acfwf-components .acfw-accordion.show h3 .caret img{transform:rotate(0)}.acfwf-components .acfw-accordion .acfw-accordion-content{font-size:.9em}.acfwf-components .acfw-accordion .acfw-accordion-content p{margin-bottom:.5em}.acfwf-components .acfw-accordion .acfw-accordion-content p.acfw-store-credit-instructions{margin-bottom:.2em}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.woocommerce-checkout-review-order-table input[type="radio"].shipping_method + label {
    font-weight: 700;
}

.sc-delivery-method-description {
    padding-left: 2.75rem;
    font-size: 0.9em;
    padding-bottom:0
}

.sc-delivery-method-mount-point {
    display: block;
    width: 100%;
}

.woocommerce-shipping-totals input[type="radio"].shipping_method + label {
    font-weight: 700;
}

.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;line-height:100%;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff;border:1px solid #ddd;border-top:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-details-wrapp *,.dgwt-wcas-search-wrapp *,.dgwt-wcas-suggestions-wrapp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-details-wrapp a:focus,.dgwt-wcas-suggestions-wrapp a:focus{outline:0}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical;width:100%}.dgwt-wcas-suggestion-nores{font-size:15px;line-height:157%;padding:15px;width:100%}.dgwt-wcas-suggestion-nores p{padding:0;margin:0 0 10px;font-size:18px}.dgwt-wcas-suggestion-nores ol,.dgwt-wcas-suggestion-nores ul{padding:0 0 0 30px;margin:0}.dgwt-wcas-suggestion-nores ul li{list-style:disc}.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores{padding:10px 10px 10px 34px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center;color:#6d6d6d}a.dgwt-wcas-details-more-products{padding:15px 0 10px;display:block;border-top:1px solid #eee;text-align:center;font-size:12px;text-transform:uppercase;color:#6d6d6d;transition:.2s ease-in-out}a.dgwt-wcas-details-more-products:hover,a.dgwt-wcas-details-post-title:hover,a.dgwt-wcas-details-product-title:hover,a.dgwt-wcas-product-details-readmore:hover{text-decoration:underline}a.dgwt-wcas-product-details-readmore{display:block;text-align:right;margin-top:15px;color:#6d6d6d;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product,.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product,.dgwt-wcas-suggestion-history-search{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%;line-height:110%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si{display:flex;align-items:center;justify-content:center}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si svg,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg,.dgwt-wcas-suggestion-searches .dgwt-wcas-si svg{max-width:18px}.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced) .dgwt-wcas-suggestion-history-product .dgwt-wcas-si>svg{margin-left:10px}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0;width:100%}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores,.dgwt-wcas-sd{margin-top:5px}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;font-size:.8em}.dgwt-wcas-vendor-city{margin-left:5px;font-size:.8em}.dgwt-wcas-st>.dgwt-wcas-product-vendor{font-size:12px;margin-top:5px;display:block}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-tpd-image{background-color:#fff}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.dgwt-wcas-datails-title,.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;padding-bottom:5px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-inner,.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px}.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,.dgwt-wcas-details-wrapp .added_to_cart,.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-details-inner-taxonomy{margin-top:11px}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{font-size:14px}.dgwt-wcas-pd-title{color:#202020}.dgwt-wcas-pd-title .product-title{color:#202020;text-transform:uppercase;margin:0}.dgwt-wcas-tax-product-details{text-decoration:none;display:flex;align-items:center;justify-content:left;transition:.2s ease-in-out;padding:5px;margin:0 -5px 15px}.dgwt-wcas-pd-rating:after,.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-tax-product-details:hover{box-shadow:0 0 11px 2px rgba(0,0,0,.05)}.rtl .dgwt-wcas-tax-product-details{justify-content:right}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader,.dgwt-wcas-tpd-image{margin-right:15px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest-title{display:block;line-height:125%;font-size:14px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;color:#000}.dgwt-wcas-pd-price,.dgwt-wcas-tpd-price{line-height:120%;overflow:hidden;color:#000;margin-top:15px;font-weight:700;font-size:18px}.dgwt-wcas-tpd-price{font-size:12px;color:#777}.dgwt-wcas-pd-price .woocommerce-price-suffix,.dgwt-wcas-tpd-price .woocommerce-price-suffix{font-size:12px;font-weight:lighter;color:#999;margin-left:4px;display:inline-block}.dgwt-wcas-details-title-tax,.dgwt-wcas-pd-title .product-title{font-weight:900;letter-spacing:-1px;text-transform:uppercase}.dgwt-wcas-pd-price del .amount,.dgwt-wcas-tpd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins,.dgwt-wcas-tpd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{display:block;margin:5px 0 15px}.dgwt-wcas-pd-title{margin-bottom:15px;display:block;text-decoration:none}.dgwt-wcas-details-title-tax{margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-tpd-image{width:70px;padding:4px;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.dgwt-wcas-details-space{padding:0 15px 15px}.dgwt-wcas-details-main-image{border-bottom:1px solid #eee;min-height:200px;display:flex}.dgwt-wcas-details-main-image img{width:auto;height:auto;display:block;max-height:250px;max-width:100%;margin:0 auto;padding:0;border:none;align-self:center}.dgwt-wcas-details-right .dgwt-wcas-details-main-image img{border-radius:0 3px 0 0}.dgwt-wcas-details-left .dgwt-wcas-details-main-image img{border-radius:3px 0 0}a.dgwt-wcas-details-post-title,a.dgwt-wcas-details-product-title{color:#333;display:block;line-height:120%;margin:10px 0 0;font-size:21px;font-weight:400;text-decoration:none;text-transform:none}a.dgwt-wcas-details-post-title{margin-bottom:15px}.dgwt-wcas-details-product-sku{display:block;font-size:12px;line-height:110%;color:#999}.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:auto}.dgwt-wcas-details-hr{height:1px;width:100%;border-bottom:1px solid #eee;margin:15px 0}.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}.rtl input[type=search].dgwt-wcas-search-input{text-align:right}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-details-desc{font-size:13px;line-height:157%}.dgwt-wcas-details-desc b,.dgwt-wcas-details-desc strong{font-weight:400;color:#000;margin:0;padding:0}.dgwt-wcas-pd-addtc-form{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc-form>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc-form .add_to_cart_inline,.dgwt-wcas-pd-addtc-form .quantity input.qty{margin-bottom:0;margin-top:0}.dgwt-wcas-stock{display:block;text-align:right;font-size:14px;line-height:14px;margin-bottom:14px}.dgwt-wcas-stock.in-stock{color:#0f834d}.dgwt-wcas-stock.out-of-stock{color:#e2401c}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile),.dgwt-wcas-pd-addtc .add_to_cart_button.added,.dgwt-wcas-search-icon-arrow,.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,.dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled .dgwt-wcas-voice-search,body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:-1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.dgwt-wcas-voice-search{position:absolute;right:0;top:0;height:100%;width:40px;z-index:1;opacity:.5;cursor:pointer;align-items:center;justify-content:center;display:none;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out}.dgwt-wcas-close:hover,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,.dgwt-wcas-voice-search:hover{opacity:.3}.dgwt-wcas-voice-search path{fill:#444}.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search{display:flex}.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:40px}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search,.rtl .dgwt-wcas-preloader,.rtl .dgwt-wcas-voice-search{right:auto;left:5px}.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search{z-index:105}.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:auto;left:45px}.dgwt-wcas-inner-preloader{background-repeat:no-repeat;background-position:right 8px center;background-size:auto 22px;display:flex;align-items:center;justify-content:center;z-index:1}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url('https://premiumsound.co.uk/wp-content/plugins/ajax-search-for-woocommerce-premium/assets/css/../img/preloader.gif')}}.dgwt-wcas-loader-circular{height:24px;width:24px;-webkit-animation:2s linear infinite rotate;-moz-animation:2s linear infinite rotate;animation:2s linear infinite rotate}.dgwt-wcas-loader-circular-path{fill:transparent;stroke-linecap:round;stroke-width:4px;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:1s ease-in-out infinite dash;-moz-animation:1s ease-in-out infinite dash;animation:1s ease-in-out infinite dash;stroke:#ddd}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-moz-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out;z-index:1}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before{content:'';display:block;position:absolute;background:0 0;height:100%;width:100%;left:0;bottom:0;top:0;right:0;margin:auto}.dgwt-wcas-close path{fill:#ccc}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;max-width:100vw;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;margin:0;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{font-size:16px}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow,.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp{min-height:0!important;border-radius:0 0 5px 5px;border-right-color:#ddd}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:41px!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-right-color:transparent}.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-left-color:transparent}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06);-webkit-transition:150ms ease-in;-moz-transition:150ms ease-in;-ms-transition:150ms ease-in;-o-transition:150ms ease-in;transition:150ms ease-in}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0 15px;margin:0;cursor:pointer;height:40px;min-width:50px;width:auto;line-height:100%;min-height:100%;right:0;left:auto;top:0;bottom:auto;color:#fff;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,.dgwt-wcas-sugg-hist-clear:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333;top:12px;left:-6px;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px;overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{max-width:20px}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;margin:auto;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#444}.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{left:auto;right:12px}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 40px 10px 15px}.dgwt-wcas-overlay-mobile-on,.dgwt-wcas-overlay-mobile-on body{overflow:hidden;min-width:100vw;min-height:100vh}html.dgwt-wcas-overlay-mobile-on{scroll-behavior:unset}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar button.dgwt-wcas-om-return,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative;margin:0;padding:0;box-shadow:none;outline:0;border:none;border-spacing:0;border-radius:0}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px;fill:#fff}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#fff}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:10px!important;right:auto!important}@keyframes dgwt-wcas-preloader-price-anim{0%,100%{background:rgba(128,128,128,.03)}50%{background:rgba(128,128,128,.1)}}.dgwt-wcas-preloader-price-inner div:first-child{left:0;animation-delay:-.1s}.dgwt-wcas-preloader-price-inner div:nth-child(2){left:13px;animation-delay:-.2s}.dgwt-wcas-preloader-price-inner div:nth-child(3){left:26px;animation-delay:-.3s}.dgwt-wcas-preloader-price{width:34px;height:10px;display:inline-block;overflow:hidden;background:0 0}.dgwt-wcas-preloader-price-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.dgwt-wcas-preloader-price-inner div{position:absolute;width:8px;height:8px;background:rgba(128,128,128,.05);animation:.8s cubic-bezier(0,.5,.5,1) infinite dgwt-wcas-preloader-price-anim;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none;margin:0}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion{width:100%}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none;margin:0;display:block}.dgwt-wcas-enable-mobile-form{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;cursor:pointer}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form{display:none;position:relative}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile{min-width:0;display:inline-block;width:28px;height:28px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler{height:100%;width:100%}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier{opacity:1;position:static;max-width:none;max-height:none}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body{overflow:auto}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios{overflow:visible}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{min-width:unset}.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form{opacity:0}.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form{opacity:1}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{opacity:0;display:none;position:absolute;left:0;top:calc(100% + 8px);min-width:500px;z-index:1000}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form{display:block;opacity:1}.dgwt-wcas-search-icon{width:20px;height:auto;cursor:pointer}.dgwt-wcas-ico-magnifier-handler{margin-bottom:-.2em;width:100%}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon{opacity:.6}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:15px}.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow{display:block;position:absolute;top:calc(100% + 2px);left:0;z-index:5;width:15px;height:15px;background:#fff;border:1px solid #ddd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{pointer-events:none;display:block;font-weight:500;white-space:nowrap}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2{display:block;font-weight:500;white-space:nowrap;cursor:default;font-size:14px;margin-top:5px;margin-bottom:15px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st{padding-bottom:3px;margin-top:16px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{border-bottom:1px solid #ddd;padding-bottom:3px;text-transform:uppercase;margin-top:16px;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st{padding:0}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover{background:0 0;text-decoration:underline}.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{min-height:30px}.dgwt-wcas-sugg-hist-clear{cursor:pointer;text-decoration:underline;display:inline-block;margin-left:2px}.dgwt-wcas-darkened-overlay{display:block;position:absolute;opacity:.15;z-index:100000;left:0;top:0}.dgwt-wcas-darkened-overlay>div{background:#111;position:absolute}.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form{background-color:rgba(17,17,17,.15);border:none;border-radius:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{background:#fff;padding:10px;border-radius:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp{padding-top:0;padding-bottom:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:13px 24px 13px 48px;line-height:24px;font-size:17px;border:2px solid transparent;border-radius:30px;height:auto;font-family:Roboto,sans-serif;background-color:#eee}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{box-shadow:none;transition:30ms ease-in}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:#dfdfdf}.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333}.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:30px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{background:0 0;border-radius:100%;border:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:absolute;min-height:33px;min-width:33px;height:33px;width:33px;left:23px;top:21px;pointer-events:none;transition:none}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{width:18px;height:18px}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:28px;pointer-events:auto;animation:.3s fadeIn}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:24px;padding-right:48px;transition:none!important}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{opacity:1;background:#e4e4e4;box-shadow:0 0 0 2px #e4e4e4;border-radius:100%}.dgwt-wcas-style-pirx .dgwt-wcas-preloader{margin-right:35px}.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader,.rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{margin-left:4px}.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){transition:none;width:18px}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#111}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{opacity:1;font-style:normal;font-weight:300;color:#777}.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{border-color:#fff;padding-top:10px;padding-bottom:10px}.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion{padding-left:20px;padding-right:20px}.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion,.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:1px solid #ddd}.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:0;border-top:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-right:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:1px solid #ddd}.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-left:none}.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:70px!important}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:0;background:0 0;padding:0 10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:transparent}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:transparent}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{border-top:1px solid #e0e2e5}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return{background:#fff}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg{left:17px;top:16px;width:17px;height:17px}.dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:20px;top:1px;opacity:1}.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:auto;left:50px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:5px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{right:5px!important}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{left:5px!important;right:auto!important}.dgwt-wcas-suggestions-wrapp-fixed{position:fixed!important}.elementor-widget-fibosearch-posts::after{content:""!important}

.chaty *,.chaty-chat-view *,.chaty-outer-forms *{box-sizing:border-box}.chaty-agent-data,.chaty-whatsapp-field input[type=text],.chaty-whatsapp-message,.chaty-whatsapp-message p{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-agent-header,.chaty-channel,.chaty-channels,.chaty-form-body,.chaty-tooltip{position:relative}.chaty-tooltip .on-hover-text,.chaty-tooltip .on-hover-text:before,.chaty-tooltip:after,.chaty-tooltip:before{text-transform:none;font-size:.9em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}.on-hover-text{display:none}.on-hover-text p{white-space:nowrap}.on-hover-text img.emoji{max-width:none}.chaty-tooltip .on-hover-text:before,.chaty-tooltip:before{content:"";border:5px solid transparent;z-index:1001}.chaty-tooltip:after{content:attr(data-hover)}.chaty-tooltip .on-hover-text,.chaty-tooltip:after{text-align:center;min-width:1em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 15px;border-radius:10px;background:#fff;color:#333;z-index:1000;box-shadow:0 1.93465px 7.73859px rgb(0 0 0 / 15%);font-size:17px;line-height:21px}.chaty-animation-shockwave:after,.chaty-animation-shockwave:before{content:"";border-radius:50%;position:absolute;top:0;right:0;bottom:0}.chaty-tooltip .on-hover-text{overflow:visible;white-space:pre}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip:hover .on-hover-text,.chaty-tooltip:hover .on-hover-text:before,.chaty-tooltip:hover:after,.chaty-tooltip:hover:before{display:block;opacity:1}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip.pos-left:hover .on-hover-text,.chaty-tooltip.pos-left:hover .on-hover-text:before,.chaty-tooltip.pos-left:hover:after,.chaty-tooltip.pos-left:hover:before,.chaty-tooltip.pos-right:hover .on-hover-text,.chaty-tooltip.pos-right:hover .on-hover-text:before,.chaty-tooltip.pos-right:hover:after,.chaty-tooltip.pos-right:hover:before{animation:ease-out forwards tooltips-horz}.chaty-tooltip.has-on-hover:after,.chaty-tooltip.has-on-hover:before,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,.on-hover-text:empty,[data-hover=""]:after,[data-hover=""]:before{display:none!important}.chaty-tooltip.pos-top .on-hover-text:before,.chaty-tooltip.pos-top:before{border-bottom-width:0;border-top-color:#fff;bottom:calc(100% + 5px)}.chaty-tooltip.pos-top .on-hover-text:after,.chaty-tooltip.pos-top:after{bottom:calc(100% + 10px)}.chaty-tooltip.pos-top .on-hover-text,.chaty-tooltip.pos-top:after,.chaty-tooltip.pos-top:before{left:50%;transform:translate(-50%,-.5em)}.chaty-tooltip.pos-down:before{top:100%;border-top-width:0;border-bottom-color:#fff}.chaty-tooltip.pos-down:after{top:calc(100% + 5px)}.chaty-tooltip.pos-down:after,.chaty-tooltip.pos-down:before{left:50%;transform:translate(-50%,.5em)}.chaty-tooltip.pos-left .on-hover-text:before,.chaty-tooltip.pos-left:before{top:50%;border-right-width:0;border-left-color:#fff;left:calc(0em - 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-left .on-hover-text:before{left:auto;right:calc(0em - 5px)}.chaty-tooltip.pos-left .on-hover-text,.chaty-tooltip.pos-left:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before,.chaty-tooltip.pos-right:before{top:50%;border-left-width:0;border-right-color:#fff;right:calc(0em - 10px);transform:translate(.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before{left:calc(0em - 5px);right:auto}.chaty-tooltip.pos-right .on-hover-text,.chaty-tooltip.pos-right:after{top:50%;left:calc(100% + 10px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:1;transform:translate(-50%,0)}}@keyframes tooltips-horz{to{opacity:1;transform:translate(0,-50%)}}.chaty-tooltip.pos-down:hover:after,.chaty-tooltip.pos-down:hover:before,.chaty-tooltip.pos-top:hover:after,.chaty-tooltip.pos-top:hover:before{animation:ease-out forwards tooltips-vert}@-webkit-keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@-webkit-keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@-webkit-keyframes chaty-animation-pulse{0%{transform:scale(1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:50%}100%{transform:scale(1.1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:45%}}@keyframes chaty-animation-pulse{0%{transform:scale(1);border-radius:50%}100%{transform:scale(1.1);border-radius:45%}}.chaty-animation-shockwave:after{left:0;-webkit-animation:2s ease-out 1.3s infinite chaty-animation-shockwave;animation:2s ease-out 1.3s infinite chaty-animation-shockwave}.chaty-animation-shockwave:before{left:0;-webkit-animation:2s ease-out .8s infinite chaty-animation-shockwave;animation:2s ease-out .8s infinite chaty-animation-shockwave}.chaty-animation-blink{-webkit-animation:1.33s ease-out infinite chaty-animation-blink;animation:1.33s ease-out infinite chaty-animation-blink}.chaty-animation-pulse,.chaty-animation-pulse-icon{-webkit-animation:.4s infinite alternate chaty-animation-pulse;animation:.4s infinite alternate chaty-animation-pulse}.chaty-animation-sheen{position:relative;overflow:hidden}.chaty-animation-sheen:after{animation:5s infinite chaty-animation-sheen;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5) 50%,transparent);transform:rotateZ(60deg) translate(0,5em)}@keyframes chaty-animation-sheen{100%,20%{transform:rotateZ(60deg) translate(0,-80px)}}.chaty-animation-fade{animation:5s infinite chaty-animation-fade}.chaty-animation-spin{animation:5s cubic-bezier(.56,-.35,.22,1.5) infinite chaty-animation-spin}@keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,100%,20%{opacity:1}}@keyframes chaty-animation-spin{10%{transform:rotateZ(-20deg);animation-timing-function:ease}100%,20%{transform:rotateZ(360deg)}}.chaty-animation-bounce,.chaty-animation-jump{animation:5s cubic-bezier(.84,-.54,.31,1.19) infinite chaty-animation-bounce}@keyframes chaty-animation-bounce{0%,100%,20%{transform:none}10%{transform:translateY(-1em)}}@keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotateZ(-20deg) scale(1.2)}13%{transform:rotateZ(25deg) scale(1.2)}15%{transform:rotateZ(-15deg) scale(1.2)}17%{transform:rotateZ(15deg) scale(1.2)}20%{transform:rotateZ(-12deg) scale(1.2)}22%{transform:rotateZ(0) scale(1.2)}100%,24%{transform:rotateZ(0) scale(1)}}.chaty-animation-waggle{animation:5s infinite chaty-animation-waggle}.chaty-animation-floating{-webkit-animation:chaty-animation-floating 3s ease infinite;animation:chaty-animation-floating 3s ease infinite}@keyframes chaty-animation-floating{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.chaty{display:none;z-index:99999}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty.active,.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger{display:block!important}.chaty *{margin:0;padding:0}.chaty .sr-only,.chaty-outer-forms .sr-only,.hide-cht-svg-bg{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;outline:0!important}.chaty a,.chaty a:focus,.chaty a:hover,.chaty button{border:none;text-decoration:none;outline:0;box-shadow:none}.chaty-widget{position:fixed;bottom:25px;right:25px;z-index:10001}.chaty-widget.left-position{left:25px;right:auto}.chaty-channel-list{display:flex;width:62px;height:124px;position:absolute;bottom:-4px;right:0;flex-direction:column;align-items:flex-start;pointer-events:none}.chaty-widget.left-position .chaty-channel-list{left:0;right:auto}.chaty-widget.chaty-open .chaty-channel-list,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before{pointer-events:auto}.chaty-channel-list .chaty-channel,.chaty-channel.single .chaty-svg{display:inline-block;width:54px;height:54px;border-radius:50%;margin:4px;cursor:pointer;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%)}.chaty-channel-list .chaty-channel{position:absolute;bottom:0;opacity:0;transition:.5s;-webkit-transition:.5s}.chaty-channel.single .chaty-svg{margin:0}.chaty-widget.chaty-open .chaty-channel-list .chaty-channel{opacity:1}.chaty-channel a,.chaty-channel button,.chaty-svg{display:block;width:54px;height:54px;border-radius:50%;cursor:pointer;position:relative;outline:0;min-width:unset}* .chaty-channel button{min-width:unset;max-width:unset}.chaty-channel button{background:0 0;border-radius:50%}.chaty-channel a .chaty-custom-icon,.chaty-channel button .chaty-custom-icon,.chaty-svg .chaty-custom-icon{width:54px;height:54px;border-radius:50%;text-align:center;font-size:27px;line-height:54px;color:#fff}.chaty-channel a:focus,.chaty-channel button:focus,.chaty-contact-form-box button.chaty-submit-button{outline:0}.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader{display:inline-block}.chaty-agent-icon svg,.chaty-channel svg,.chaty-view-channels .chaty-channel span svg{width:100%;height:100%}.chaty-channel img{width:54px;height:54px;object-fit:cover;border-radius:50%}.chaty-i-trigger .chaty-channel{position:absolute;bottom:0;right:4px;transition:.5s;border-radius:50%;cursor:pointer}.chaty-cta-button{transition:.5s;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%);border-radius:50%}.chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:4px;right:auto}.chaty-widget .chaty-cta-main .chaty-cta-button{z-index:1099;opacity:1;position:relative}.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button{z-index:999;opacity:0;transform:rotate(540deg);visibility:hidden}.chaty-widget .chaty-i-trigger .chaty-cta-close{pointer-events:none}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close{pointer-events:auto;z-index:101}.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:999;opacity:0;visibility:hidden}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:1099;opacity:1;transform:rotate(180deg);visibility:visible}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip{z-index:91}.chaty-channel button.open-chaty-channel,.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-channel button.open-chaty,.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger{display:block}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;pointer-events:auto}.chaty-widget .ch-pending-msg{position:absolute;right:-4px;top:-4px;width:16px;height:16px;text-align:center;background:red;color:#fff;font-size:10px;line-height:16px;border-radius:50%;z-index:1101}.chaty-widget.left-position.hor-mode .chaty-channel-list{width:136px;height:62px;left:0;bottom:0}.chaty-widget.right-position.hor-mode .chaty-channel-list{width:136px;height:62px;right:0;left:auto;bottom:0}.chaty-widget.hor-mode .chaty-channel-list .chaty-channel{margin-top:0;margin-bottom:0}.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel{left:0}.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel{right:0;left:auto}.chaty-chat-view,.chaty-outer-forms{vertical-align:bottom;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;position:fixed!important;bottom:-25px;left:25px;padding:0;width:320px;max-width:90%;-moz-transition:.5s linear;box-shadow:rgba(0,0,0,.16) 0 5px 40px;-webkit-box-shadow:rgba(0,0,0,.16) 0 5px 40px;-moz-box-shadow:rgba(0,0,0,.16) 0 5px 40px;opacity:0;visibility:hidden;pointer-events:none;z-index:-1;transition:.5s;-webkit-transition:.5s;animation-delay:-2s;-webkit-animation-delay:-2s}.chaty-chat-view.pos-left,.chaty-outer-forms.pos-left{left:25px}.chaty-chat-view.pos-right,.chaty-outer-forms.pos-right{right:25px;left:auto}.chaty-outer-forms.active,.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{-webkit-transform:translateY(-93px);transform:translateY(-93px);opacity:1;z-index:999999;visibility:visible;bottom:0;pointer-events:auto}.chaty-whatsapp-body{padding:0;min-height:260px;position:relative;z-index:2}.chaty-whatsapp-content{padding:20px}.chaty-popup-whatsapp-form .chaty-whatsapp-body{height:260px;min-height:auto}.chaty-popup-whatsapp-form .chaty-whatsapp-content{display:flex;align-items:flex-start}.chaty-form-body{background:#fff;z-index:99999;min-height:75px;border-radius:10px}.chaty-form-body form{margin:0;padding:0}.qr-code-image{padding:10px;text-align:center;border:solid 1px silver;border-radius:4px}.qr-code-image img{max-width:100%;max-height:360px;margin:0 auto;display:block;width:100%;height:auto}.chaty-whatsapp-form{position:relative;background-color:#f0ede7;border-radius:8px;margin:0}.chaty-whatsapp-form:before{display:block;position:absolute;content:"";left:0;top:0;height:100%;width:100%;z-index:0;opacity:.035;background-image:url("https://premiumsound.co.uk/wp-content/plugins/chaty/css/../images/whatsapp.png")}.chaty-popup-whatsapp-form .chaty-whatsapp-body:before,.chaty-popup-whatsapp-form .chaty-whatsapp-footer:before{background-image:url("https://premiumsound.co.uk/wp-content/plugins/chaty/css/../images/whatsapp-welcome-popup.png");opacity:.7}.chaty-whatsapp-message{padding:7px 14px 6px;background-color:#fff;border-radius:0 10px 10px;position:relative;transform-origin:center top;z-index:2;margin-top:0;margin-left:0;max-width:calc(100% - 40px);font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;font-size:14px;line-height:18px;border:1px solid rgba(34,17,71,.08)}.chaty-whatsapp-message:before{content:"";display:none;width:0;height:0;border-top:0 solid transparent;border-bottom:10px solid transparent;border-right:12px solid #fff;position:absolute;left:-12px;top:0}.wp-profile-img+.chaty-whatsapp-message:before{display:block}.chaty-whatsapp-message p{margin:0;padding:0;color:#111b21;font-weight:400;word-wrap:break-word}.chaty-whatsapp-footer{position:relative;padding:20px 15px}.whatsapp-chaty-form{display:flex;margin:0;padding:0}button.chaty-whatsapp-button-button,button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{text-align:center!important;height:40px!important;width:40px!important;padding:0!important;background:#c6d7e3!important;border-radius:20px!important;outline:0!important;box-shadow:none!important;cursor:pointer!important;margin:0 0 0 10px!important;text-decoration:none!important;border:none!important;min-width:1px!important;flex:0 0 40px}button.chaty-whatsapp-button-button{background:#c6d7e3!important}button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button{background:#25d366!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:focus,.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:hover{background:#22bf5b!important}.chaty-whatsapp-data{display:flex;flex:1;z-index:1}.chaty-whatsapp-field{padding-right:0;flex:1;position:relative;display:flex;align-items:center}.chaty-whatsapp-button{flex:0 0 48px}.chaty-whatsapp-button svg{width:100%;height:100%;margin:0;padding:0}.chaty-whatsapp-field input[type=text]{height:40px!important;line-height:normal;padding:0 10px 0 15px;font-size:16px;resize:none;width:100%;border:none!important;border-radius:24px;outline:0;box-shadow:none!important;background:#fff!important;margin:0;color:#111b21;flex:1}.chaty-whatsapp-field input[type=text]:focus{outline:0!important;border:none!important;margin:0;color:#111b21;box-shadow:none!important}.chaty-whatsapp-button-button:active,.chaty-whatsapp-button-button:focus,.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty.form-open .chaty-channel button.open-chaty-channel,.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger{display:block}.chaty-agent-data{font-size:16px}.chaty-agent-header{font-size:18px;padding:20px 15px;background:#22bf5b;color:#fff;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.chaty-agent-data .close-chaty-form{right:10px;top:12px}.chaty-agent-data .chaty-agent{display:flex;align-items:center;padding:15px}.chaty-agent-data .chaty-agent a{color:#49687e;font-size:16px;text-decoration:none;display:flex;width:100%;align-items:center;outline:0;font-weight:400}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field,.chaty-contact-input textarea.chaty-textarea-field{color:#28303d;font-family:BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-sans;margin:0;background:#fff;outline:0}.chaty-agent-data .chaty-agent+.chaty-agent{border-top:2px solid #f6f8f9}.chaty-agent-img{width:36px;height:36px;object-fit:cover;border-radius:50%}.chaty-agent-icon{width:48px;height:48px;margin:0 15px 0 0}.chaty-agent-data .chaty-custom-icon{width:48px;height:48px;text-align:center;display:block;line-height:48px;background:silver;border-radius:50%;color:#fff;font-size:28px}.chaty-close-agent-list{position:absolute;right:15px;top:10px;width:26px;height:26px;cursor:pointer;z-index:10;padding:0 0 10px 10px}.chaty-agent-icon img{width:48px;height:48px;object-fit:cover}.chaty-close-agent-list svg{fill:#ffffff}.agent-sub-header{font-size:14px;line-height:20px;font-weight:400}.agent-main-header{font-size:20px;line-height:32px;font-weight:700;position:relative}.chaty-agent-header:before,.chaty-view-header:before{content:"";background:url(https://premiumsound.co.uk/wp-content/plugins/chaty/css/../images/header-top.png) no-repeat;width:215px;height:41px;position:absolute;top:0;left:0;z-index:1}.chaty-agent-header:after,.chaty-view-header:after{content:"";background:url(https://premiumsound.co.uk/wp-content/plugins/chaty/css/../images/header-bottom.png) no-repeat;width:44px;height:41px;position:absolute;bottom:0;right:0;z-index:1}.chaty-custom-channel-icon{display:block;border-radius:50%;color:#fff;text-align:center;line-height:54px}.chaty-contact-form-title{padding:10px 15px;text-align:left;font-size:18px;color:#fff;border-radius:8px 8px 0 0;justify-content:space-between;display:flex}.chaty-contact-inputs{padding:15px}.chaty-contact-input{display:block}.chaty-contact-input label.chaty-form-label{font-size:14px;margin:0;padding:0 0 4px 0;line-height:20px;display:flex;color:#28303d}.chaty-contact-input+.chaty-contact-input{margin:10px 0 0}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field{width:100%;height:36px;line-height:36px;font-size:16px;padding:0 10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-input .has-chaty-error:focus,.chaty-contact-input input.chaty-input-field:focus,.chaty-contact-input input[type=email].chaty-input-field:focus,.chaty-contact-input input[type=tel].chaty-input-field:focus,.chaty-contact-input input[type=text].chaty-input-field:focus,.chaty-contact-input select.chaty-input-field:focus,.chaty-contact-input textarea.chaty-textarea-field:focus{outline:0;box-shadow:none;border-color:#898989;background-color:#fff}.chaty-contact-input textarea.chaty-textarea-field{width:100%;height:100px;line-height:20px;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px;display:block}.chaty-contact-form-box .close-chaty-form{right:9px;top:9px}.chaty-contact-form-box button.chaty-submit-button[type=submit],button#chaty-submit-button-0{border:none;border-radius:4px;color:#fff;background:#a886cd;width:100%;height:36px;line-height:36px;font-size:18px;padding:0;margin:0;cursor:pointer;text-align:center;display:block}.chaty-contact-input input.chaty-input-field.has-chaty-error,.chaty-contact-input select.chaty-input-field.has-chaty-error,.chaty-contact-input textarea.has-chaty-error{border:1px solid #d20000}.chaty-contact-form-button{padding:15px}.chaty-ajax-error-message,.chaty-ajax-success-message{color:#00a700;padding:10px 0 0;text-align:center;font-size:16px}.chaty-ajax-error-message{color:#da0000}.chaty-view-header,.chaty-view-header a,.chaty-view-header a:focus,.chaty-view-header a:hover{font-weight:500;color:#fff;font-size:24px}.chaty-exit-intent{position:fixed;z-index:-1}.chaty-exit-intent:before{display:block;position:fixed;top:0;left:0;content:'';width:100vw;height:100vh;background:rgba(0,0,0,.8);visibility:hidden;z-index:100;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.chaty .chaty-widget.left-position .chaty-exit-intent:before{clip-path:circle(15px at 60px calc(100% - 60px))}.chaty .chaty-widget.right-position .chaty-exit-intent:before{clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px))}.chaty .chaty-widget .chaty-exit-intent.animate:before{visibility:visible;clip-path:circle(100%)}.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before{pointer-events:inherit}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos{top:50%;left:0;right:0;margin:0 auto;transform:translate(0,-50%);bottom:auto}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body{max-height:calc(100vh - 164px)!important}.chaty-whatsapp-message p+p{margin-top:10px}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content{max-height:calc(100vh - 122px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content{overflow-y:auto}.chaty.has-custom-pos.form-open .chaty-i-trigger{opacity:0;visibility:hidden}body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs{max-height:calc(100vh - 150px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms{max-width:calc(100vw - 50px)!important}.chaty-view-body{background:#fff;border-radius:8px}.chaty-view-header{background:#b78deb;border-radius:7px 7px 0 0;padding:10px 15px;position:relative;word-break:break-word}.chaty-top-content{padding:15px 15px 0;font-size:16px}.chaty-view-content p,.chaty-view-content p a,.chaty-view-content p a:focus,.chaty-view-content p a:hover{margin:0;padding:0;font-size:16px;line-height:150%;color:#49687e;word-break:break-word}.chaty-view-content p a{display:inline-block}.chaty-view-content p a:focus,.chaty-view-content p a:hover,.chaty-view-header a:focus,.chaty-view-header a:hover{outline:0;text-decoration:none}.chaty-view-content p+p{margin-top:10px}.chaty-close-view-list{position:absolute;right:15px;top:10px;width:12px;cursor:pointer;z-index:11}.chaty-close-view-list svg{fill:#ffffff;display:inline-block;width:100%}.chaty-view-channels .chaty-channel{height:48px;display:inline-block;margin:6px 0;width:20%;text-align:center;vertical-align:top}.chaty-view-channels .chaty-channel a,.chaty-view-channels .chaty-channel img,.chaty-view-channels .chaty-channel span:not(.on-hover-text){display:block;width:48px;height:48px;margin:0 auto}.chaty-view-channels{padding:10px 8px}.chaty-view-channels .chaty-custom-channel-icon{font-size:24px}.front-google-captcha{width:100%!important;overflow:hidden}.front-google-captcha>div{width:100%}.front-google-captcha iframe{transform:scaleX(.9);position:relative;left:-15px}.widget-fa-icon{width:100%;height:100%;display:inline-block;vertical-align:middle;color:#fff}span.chaty-loader{display:none;vertical-align:middle;color:#fff;animation:rotation 1s infinite linear;width:24px;height:24px;text-align:center;line-height:24px;margin-left:5px}span.chaty-loader span.dashicons{width:24px;height:24px;text-align:center;line-height:24px;font-size:24px}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}span.chaty-loader.active{display:inline-block;vertical-align:baseline}.chaty-i-trigger.single-channel>.chaty-channel>.on-hover-text{display:none!important}html[dir=rtl] .chaty-input-field,html[dir=rtl] .chaty-submit-button,html[dir=rtl] .chaty-tooltip,html[dir=rtl] .chaty-tooltip:after,html[dir=rtl] .chaty-whatsapp-message,html[dir=rtl] .on-hover-text{direction:rtl}.add-bg-blur-effect{background-color:rgba(0,0,0,.4);overflow-x:hidden}.add-bg-blur-effect>:not(.chaty,.chaty-outer-forms,.picmo__popupContainer){filter:blur(6px)}.email_suggestion,.wp_email_suggestion{margin:0;padding:0;font-size:14px;color:#970029}.email_suggestion i,.wp_email_suggestion i{color:#2596be;font-weight:700;cursor:pointer}.chaty-custom-whatsapp-form .eac-sugg,.chaty-form .eac-sugg{color:#c1c1c1;line-height:34px!important}.chaty-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-body:before{opacity:.05}.chaty-custom-whatsapp-form .chaty-whatsapp-body{border-radius:0}.chaty-custom-whatsapp-form .chaty-whatsapp-footer{border-top:1px solid #e1e1e1;min-height:70px}.chaty-custom-whatsapp-form .chaty-whatsapp-data{display:block;z-index:1}.chaty-custom-whatsapp-form .chaty-whatsapp-button-button{width:100%!important;z-index:1;position:relative}.chaty-custom-whatsapp-form .header-text{display:flex;align-items:center}.chaty-custom-whatsapp-form .header-text span{display:inline-block;vertical-align:super;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button svg{width:26px;height:26px;fill:#ffffff;margin-right:3px}.chaty-custom-whatsapp-form .chaty-whatsapp-button span{font-size:15px;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button{display:flex;align-items:center;justify-content:center;border-radius:6px!important}.chaty-custom-whatsapp-form .chaty-whatsapp-content{padding:15px;z-index:101111;position:relative}.chaty-custom-whatsapp-form .chaty-whatsapp-body{min-height:auto}.chaty-outer-forms input[type=number]::-webkit-inner-spin-button,.chaty-outer-forms input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.chaty-whatsapp-header{display:flex;align-items:center;background-color:#4aa485;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;box-shadow:0 16px 32px 0 #1a0E3529}.chaty-whatsapp-header .header-wp-icon{height:30px;width:30px;margin-right:7px}.chaty-whatsapp-header .header-wp-title{color:#fff;font-size:15px;flex:1;padding-right:8px}.whatsapp-form-close-btn{flex:0 0 16px;cursor:pointer}.whatsapp-form-close-btn svg{width:16px;height:16px}.chaty-form,.chaty-whatsapp-form{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-whatsapp-body .wp-profile-img{height:30px;width:30px;margin-right:15px}.chaty-whatsapp-body .wp-profile-img img{height:30px;width:30px;border-radius:50%;object-fit:cover}.chaty-whatsapp-message-nickname{color:#489d81;font-size:10px;font-weight:500;line-height:14px}.chaty-whatsapp-message-time{color:#a1a1a9;font-size:10px;line-height:12px}.chaty-whatsapp-input::placeholder{color:#83a1b7;opacity:40%}.chaty-whatsapp-input::-ms-input-placeholder{color:#83a1b7;opacity:40%}button[type=button].chaty-wp-emoji-input,button[type=button].chaty-wp-emoji-input:focus,button[type=button].chaty-wp-emoji-input:hover{position:absolute!important;top:9px;left:8px;background:0 0!important;border:none!important;cursor:pointer;height:24px!important;width:24px!important;padding:0!important;min-width:1px!important;margin:0!important;outline:0!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input{display:none!important}.chaty-whatsapp-input{padding-left:38px!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input{padding-left:15px!important}.picmo__popupContainer{z-index:1000000}body .picmo__emojiButton span{font-size:24px;line-height:24px;display:inline-block;vertical-align:middle}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton{color:#8f8f8f;border:solid 1px transparent}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton{border:1px solid #a886cd;color:#a071d3;background:#fff}body .picmo__picker .picmo__emojiCategory .picmo__categoryName{display:flex;height:auto;padding:10px 17px;border-bottom:solid 1px #e2e8f0;font-weight:700;background:#f3f3f3}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton:hover{background:#fff}body .picmo__emojiButton{border-radius:4px}body .picmo__emojiButton:focus{outline:0;border-radius:5px}.chaty-channel span.chaty-icon{display:block}.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;transform:rotate(360deg);z-index:999}.chaty-custom-whatsapp-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-button button{width:100%;border:none;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chaty-contact-input input[type=file].chaty-input-field{line-height:32px}.eac-cval:empty,.eac-sugg:empty{display:none!important}.qr-code-header{display:flex;align-items:center;background-color:#a886cd;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;color:#fff;box-shadow:0 16px 32px 0 #1a0E3529;z-index:999999}.chaty-close-button{cursor:pointer}.qr-code-title{line-height:1;padding:15px 15px 0;font-size:14px;color:#83a1b7}.qr-code-box{margin-top:10px;padding:0 15px 15px}.qr-code-head-title{display:inline-flex;align-items:center}.qr-code-head-title svg{margin-right:5px}.mce-error{border:1px solid #d00!important}.required_indicate{color:red;font-size:18px;margin-left:2px}.chaty-whatsapp-button-button svg{display:inline-block;vertical-align:sub}.chaty-wp-emoji-input:hover{background-color:transparent;border-color:transparent}.chaty-wp-emoji-input:focus{outline:0}.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:40%!important}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:1!important}.chaty-outer-forms form{margin:0}.chaty,.chaty *,.chaty-form,.chaty-form *,.chaty-whatsapp-form,.chaty-whatsapp-form *{-webkit-tap-highlight-color:transparent}body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container{display:none!important}body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container{opacity:0;visibility:hidden}body.csaas-has-chatway.chatway-is-open .chaty{display:none!important}.chaty-widget.has-chatway .Chatway-channel-link{opacity:1;visibility:visible;pointer-events:auto}.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list{display:none!important}.chaty-channel.Chatway-channel-link.has-unread-message:after,.chaty-widget:not(.has-chatway):not(.chaty-open) .csaas-widget-trigger.has-unread-message:after{content:attr(data-unread-message);width:20px;height:20px;background:#ff4545;position:absolute;border-radius:50%;font-size:12px;font-weight:600;color:#fff;display:inline-flex;align-items:center;justify-content:center;bottom:44px;z-index:1111;right:-4px}body:not(.chatway--active) .chaty-widget.has-chatway.above-chaty .Chatway-channel-link{display:none!important}body:not(.chatway--active) .chaty-widget.inside-chaty .chaty-channels .Chatway-channel-link{display:none!important}body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible) .chatway--container{display:block}.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link{display:none!important}.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after{right:0;top:-8px;bottom:auto}html[dir=rtl] button[type=button].chaty-wp-emoji-input,html[dir=rtl] button[type=button].chaty-wp-emoji-input:focus,html[dir=rtl] button[type=button].chaty-wp-emoji-input:hover{right:8px}html[dir=rtl] .chaty-whatsapp-field input[type=text]{padding:0 35px 0 00px}html[dir=rtl] button.chaty-whatsapp-button-button,html[dir=rtl] button.chaty-whatsapp-button-button:focus,html[dir=rtl] button.chaty-whatsapp-button-button:hover{margin:0 10px 0 0!important}html[dir=rtl] button.chaty-whatsapp-button-button svg{transform:rotate(180deg)}
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#191919;--secondary:#ee3d43;--success:#47a447;--info:#5bc0de;--warning:#ed9c28;--danger:#d2322d;--light:#f8f9fa;--dark:#1d2127;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1420px;--font-family-sans-serif:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}@-ms-viewport{width:device-width;}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#191919;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#000;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:0.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0, 0, 0, 0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0;background-color:#fff;border:0 solid transparent;border-radius:0;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a > code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:0}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1420px){.container{max-width:1400px}}.container-fluid{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}.row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.no-gutters{margin-right:0;margin-left:0}.no-gutters > .col,.no-gutters > [class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:10px;padding-left:10px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-last{-webkit-order:13;-ms-flex-order:13;order:13}.order-0{-webkit-order:0;-ms-flex-order:0;order:0}.order-1{-webkit-order:1;-ms-flex-order:1;order:1}.order-2{-webkit-order:2;-ms-flex-order:2;order:2}.order-3{-webkit-order:3;-ms-flex-order:3;order:3}.order-4{-webkit-order:4;-ms-flex-order:4;order:4}.order-5{-webkit-order:5;-ms-flex-order:5;order:5}.order-6{-webkit-order:6;-ms-flex-order:6;order:6}.order-7{-webkit-order:7;-ms-flex-order:7;order:7}.order-8{-webkit-order:8;-ms-flex-order:8;order:8}.order-9{-webkit-order:9;-ms-flex-order:9;order:9}.order-10{-webkit-order:10;-ms-flex-order:10;order:10}.order-11{-webkit-order:11;-ms-flex-order:11;order:11}.order-12{-webkit-order:12;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-order:13;-ms-flex-order:13;order:13}.order-sm-0{-webkit-order:0;-ms-flex-order:0;order:0}.order-sm-1{-webkit-order:1;-ms-flex-order:1;order:1}.order-sm-2{-webkit-order:2;-ms-flex-order:2;order:2}.order-sm-3{-webkit-order:3;-ms-flex-order:3;order:3}.order-sm-4{-webkit-order:4;-ms-flex-order:4;order:4}.order-sm-5{-webkit-order:5;-ms-flex-order:5;order:5}.order-sm-6{-webkit-order:6;-ms-flex-order:6;order:6}.order-sm-7{-webkit-order:7;-ms-flex-order:7;order:7}.order-sm-8{-webkit-order:8;-ms-flex-order:8;order:8}.order-sm-9{-webkit-order:9;-ms-flex-order:9;order:9}.order-sm-10{-webkit-order:10;-ms-flex-order:10;order:10}.order-sm-11{-webkit-order:11;-ms-flex-order:11;order:11}.order-sm-12{-webkit-order:12;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-order:13;-ms-flex-order:13;order:13}.order-md-0{-webkit-order:0;-ms-flex-order:0;order:0}.order-md-1{-webkit-order:1;-ms-flex-order:1;order:1}.order-md-2{-webkit-order:2;-ms-flex-order:2;order:2}.order-md-3{-webkit-order:3;-ms-flex-order:3;order:3}.order-md-4{-webkit-order:4;-ms-flex-order:4;order:4}.order-md-5{-webkit-order:5;-ms-flex-order:5;order:5}.order-md-6{-webkit-order:6;-ms-flex-order:6;order:6}.order-md-7{-webkit-order:7;-ms-flex-order:7;order:7}.order-md-8{-webkit-order:8;-ms-flex-order:8;order:8}.order-md-9{-webkit-order:9;-ms-flex-order:9;order:9}.order-md-10{-webkit-order:10;-ms-flex-order:10;order:10}.order-md-11{-webkit-order:11;-ms-flex-order:11;order:11}.order-md-12{-webkit-order:12;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-order:13;-ms-flex-order:13;order:13}.order-lg-0{-webkit-order:0;-ms-flex-order:0;order:0}.order-lg-1{-webkit-order:1;-ms-flex-order:1;order:1}.order-lg-2{-webkit-order:2;-ms-flex-order:2;order:2}.order-lg-3{-webkit-order:3;-ms-flex-order:3;order:3}.order-lg-4{-webkit-order:4;-ms-flex-order:4;order:4}.order-lg-5{-webkit-order:5;-ms-flex-order:5;order:5}.order-lg-6{-webkit-order:6;-ms-flex-order:6;order:6}.order-lg-7{-webkit-order:7;-ms-flex-order:7;order:7}.order-lg-8{-webkit-order:8;-ms-flex-order:8;order:8}.order-lg-9{-webkit-order:9;-ms-flex-order:9;order:9}.order-lg-10{-webkit-order:10;-ms-flex-order:10;order:10}.order-lg-11{-webkit-order:11;-ms-flex-order:11;order:11}.order-lg-12{-webkit-order:12;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1420px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-order:13;-ms-flex-order:13;order:13}.order-xl-0{-webkit-order:0;-ms-flex-order:0;order:0}.order-xl-1{-webkit-order:1;-ms-flex-order:1;order:1}.order-xl-2{-webkit-order:2;-ms-flex-order:2;order:2}.order-xl-3{-webkit-order:3;-ms-flex-order:3;order:3}.order-xl-4{-webkit-order:4;-ms-flex-order:4;order:4}.order-xl-5{-webkit-order:5;-ms-flex-order:5;order:5}.order-xl-6{-webkit-order:6;-ms-flex-order:6;order:6}.order-xl-7{-webkit-order:7;-ms-flex-order:7;order:7}.order-xl-8{-webkit-order:8;-ms-flex-order:8;order:8}.order-xl-9{-webkit-order:9;-ms-flex-order:9;order:9}.order-xl-10{-webkit-order:10;-ms-flex-order:10;order:10}.order-xl-11{-webkit-order:11;-ms-flex-order:11;order:11}.order-xl-12{-webkit-order:12;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #ddd}.table thead th{vertical-align:bottom;border-bottom:2px solid #ddd}.table tbody + tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #ddd}.table-bordered th,.table-bordered td{border:1px solid #ddd}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody + tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover tbody tr:hover{background-color:#f5f5f5}.table-primary,.table-primary > th,.table-primary > td{background-color:#bfbfbf}.table-hover .table-primary:hover{background-color:#b2b2b2}.table-hover .table-primary:hover > td,.table-hover .table-primary:hover > th{background-color:#b2b2b2}.table-secondary,.table-secondary > th,.table-secondary > td{background-color:#fac9ca}.table-hover .table-secondary:hover{background-color:#f8b1b4}.table-hover .table-secondary:hover > td,.table-hover .table-secondary:hover > th{background-color:#f8b1b4}.table-success,.table-success > th,.table-success > td{background-color:#cbe6cb}.table-hover .table-success:hover{background-color:#baddba}.table-hover .table-success:hover > td,.table-hover .table-success:hover > th{background-color:#baddba}.table-info,.table-info > th,.table-info > td{background-color:#d1edf6}.table-hover .table-info:hover{background-color:#bce5f1}.table-hover .table-info:hover > td,.table-hover .table-info:hover > th{background-color:#bce5f1}.table-warning,.table-warning > th,.table-warning > td{background-color:#fae3c3}.table-hover .table-warning:hover{background-color:#f8d8ab}.table-hover .table-warning:hover > td,.table-hover .table-warning:hover > th{background-color:#f8d8ab}.table-danger,.table-danger > th,.table-danger > td{background-color:#f2c6c4}.table-hover .table-danger:hover{background-color:#eeb1af}.table-hover .table-danger:hover > td,.table-hover .table-danger:hover > th{background-color:#eeb1af}.table-light,.table-light > th,.table-light > td{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#f1f1f1}.table-hover .table-light:hover > td,.table-hover .table-light:hover > th{background-color:#f1f1f1}.table-dark,.table-dark > th,.table-dark > td{background-color:#c0c1c3}.table-hover .table-dark:hover{background-color:#b3b4b6}.table-hover .table-dark:hover > td,.table-hover .table-dark:hover > th{background-color:#b3b4b6}.table-active,.table-active > th,.table-active > td{background-color:#f5f5f5}.table-hover .table-active:hover{background-color:#e8e8e8}.table-hover .table-active:hover > td,.table-hover .table-active:hover > th{background-color:#e8e8e8}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#ddd}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255, 255, 255, 0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255, 255, 255, 0.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm > .table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md > .table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg > .table-bordered{border:0}}@media (max-width:1419.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl > .table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive > .table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#777;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border-radius:0;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#777;background-color:#fff;border-color:#66afe9;outline:0;box-shadow:0 0 0 0.2rem rgba(25, 25, 25, 0.25)}.form-control::placeholder{color:#999;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#eee;opacity:1}select.form-control:focus::-ms-value{color:#777;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0}.form-control-lg{height:calc(2.875rem + 2px);padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row > .col,.form-row > [class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#47a447}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(71, 164, 71, 0.9);border-radius:0}.was-validated .form-control:valid,.was-validated .custom-select:valid,.form-control.is-valid,.custom-select.is-valid{border-color:#47a447}.was-validated .form-control:valid:focus,.was-validated .custom-select:valid:focus,.form-control.is-valid:focus,.custom-select.is-valid:focus{border-color:#47a447;box-shadow:0 0 0 0.2rem rgba(71, 164, 71, 0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-feedback,.form-control.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control-file:valid ~ .valid-feedback,.form-control-file.is-valid ~ .valid-feedback,.was-validated .form-control-file:valid ~ .valid-tooltip,.form-control-file.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#47a447}.was-validated .form-check-input:valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#47a447}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#98d298}.was-validated .custom-control-input:valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#63bb63}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{box-shadow:0 0 0 1px #fff, 0 0 0 0.2rem rgba(71, 164, 71, 0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#47a447}.was-validated .custom-file-input:valid ~ .custom-file-label::after,.custom-file-input.is-valid ~ .custom-file-label::after{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{box-shadow:0 0 0 0.2rem rgba(71, 164, 71, 0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#d2322d}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(210, 50, 45, 0.9);border-radius:0}.was-validated .form-control:invalid,.was-validated .custom-select:invalid,.form-control.is-invalid,.custom-select.is-invalid{border-color:#d2322d}.was-validated .form-control:invalid:focus,.was-validated .custom-select:invalid:focus,.form-control.is-invalid:focus,.custom-select.is-invalid:focus{border-color:#d2322d;box-shadow:0 0 0 0.2rem rgba(210, 50, 45, 0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control-file:invalid ~ .invalid-feedback,.form-control-file.is-invalid ~ .invalid-feedback,.was-validated .form-control-file:invalid ~ .invalid-tooltip,.form-control-file.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#d2322d}.was-validated .form-check-input:invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#d2322d}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#e99996}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#db5b57}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{box-shadow:0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 50, 45, 0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#d2322d}.was-validated .custom-file-input:invalid ~ .custom-file-label::after,.custom-file-input.is-invalid ~ .custom-file-label::after{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{box-shadow:0 0 0 0.2rem rgba(210, 50, 45, 0.25)}.form-inline{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(25, 25, 25, 0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#191919;border-color:#191919}.btn-primary:hover{color:#fff;background-color:#060606;border-color:#000}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 0.2rem rgba(25, 25, 25, 0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#191919;border-color:#191919}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show > .btn-primary.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(25, 25, 25, 0.5)}.btn-secondary{color:#fff;background-color:#ee3d43;border-color:#ee3d43}.btn-secondary:hover{color:#fff;background-color:#eb1a21;border-color:#e4141b}.btn-secondary:focus,.btn-secondary.focus{box-shadow:0 0 0 0.2rem rgba(238, 61, 67, 0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#ee3d43;border-color:#ee3d43}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show > .btn-secondary.dropdown-toggle{color:#fff;background-color:#e4141b;border-color:#d8131a}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(238, 61, 67, 0.5)}.btn-success{color:#fff;background-color:#47a447;border-color:#47a447}.btn-success:hover{color:#fff;background-color:#3b893b;border-color:#388038}.btn-success:focus,.btn-success.focus{box-shadow:0 0 0 0.2rem rgba(71, 164, 71, 0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#47a447;border-color:#47a447}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show > .btn-success.dropdown-toggle{color:#fff;background-color:#388038;border-color:#347834}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show > .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(71, 164, 71, 0.5)}.btn-info{color:#212529;background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover{color:#fff;background-color:#3bb4d8;border-color:#31b0d5}.btn-info:focus,.btn-info.focus{box-shadow:0 0 0 0.2rem rgba(91, 192, 222, 0.5)}.btn-info.disabled,.btn-info:disabled{color:#212529;background-color:#5bc0de;border-color:#5bc0de}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show > .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#2aaacf}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show > .btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(91, 192, 222, 0.5)}.btn-warning{color:#212529;background-color:#ed9c28;border-color:#ed9c28}.btn-warning:hover{color:#fff;background-color:#dc8912;border-color:#d18211}.btn-warning:focus,.btn-warning.focus{box-shadow:0 0 0 0.2rem rgba(237, 156, 40, 0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ed9c28;border-color:#ed9c28}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show > .btn-warning.dropdown-toggle{color:#fff;background-color:#d18211;border-color:#c57b10}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(237, 156, 40, 0.5)}.btn-danger{color:#fff;background-color:#d2322d;border-color:#d2322d}.btn-danger:hover{color:#fff;background-color:#b32b26;border-color:#a82824}.btn-danger:focus,.btn-danger.focus{box-shadow:0 0 0 0.2rem rgba(210, 50, 45, 0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#d2322d;border-color:#d2322d}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show > .btn-danger.dropdown-toggle{color:#fff;background-color:#a82824;border-color:#9e2622}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(210, 50, 45, 0.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show > .btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show > .btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.5)}.btn-dark{color:#fff;background-color:#1d2127;border-color:#1d2127}.btn-dark:hover{color:#fff;background-color:#0d0e11;border-color:#07080a}.btn-dark:focus,.btn-dark.focus{box-shadow:0 0 0 0.2rem rgba(29, 33, 39, 0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#1d2127;border-color:#1d2127}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show > .btn-dark.dropdown-toggle{color:#fff;background-color:#07080a;border-color:#020202}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(29, 33, 39, 0.5)}.btn-outline-primary{color:#191919;background-color:transparent;background-image:none;border-color:#191919}.btn-outline-primary:hover{color:#fff;background-color:#191919;border-color:#191919}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 0.2rem rgba(25, 25, 25, 0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#191919;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show > .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#191919;border-color:#191919}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(25, 25, 25, 0.5)}.btn-outline-secondary{color:#ee3d43;background-color:transparent;background-image:none;border-color:#ee3d43}.btn-outline-secondary:hover{color:#fff;background-color:#ee3d43;border-color:#ee3d43}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 0.2rem rgba(238, 61, 67, 0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#ee3d43;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show > .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ee3d43;border-color:#ee3d43}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(238, 61, 67, 0.5)}.btn-outline-success{color:#47a447;background-color:transparent;background-image:none;border-color:#47a447}.btn-outline-success:hover{color:#fff;background-color:#47a447;border-color:#47a447}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 0.2rem rgba(71, 164, 71, 0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#47a447;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show > .btn-outline-success.dropdown-toggle{color:#fff;background-color:#47a447;border-color:#47a447}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(71, 164, 71, 0.5)}.btn-outline-info{color:#5bc0de;background-color:transparent;background-image:none;border-color:#5bc0de}.btn-outline-info:hover{color:#212529;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 0.2rem rgba(91, 192, 222, 0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#5bc0de;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show > .btn-outline-info.dropdown-toggle{color:#212529;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(91, 192, 222, 0.5)}.btn-outline-warning{color:#ed9c28;background-color:transparent;background-image:none;border-color:#ed9c28}.btn-outline-warning:hover{color:#212529;background-color:#ed9c28;border-color:#ed9c28}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 0.2rem rgba(237, 156, 40, 0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ed9c28;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show > .btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ed9c28;border-color:#ed9c28}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(237, 156, 40, 0.5)}.btn-outline-danger{color:#d2322d;background-color:transparent;background-image:none;border-color:#d2322d}.btn-outline-danger:hover{color:#fff;background-color:#d2322d;border-color:#d2322d}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 0.2rem rgba(210, 50, 45, 0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#d2322d;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show > .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d2322d;border-color:#d2322d}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(210, 50, 45, 0.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show > .btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.5)}.btn-outline-dark{color:#1d2127;background-color:transparent;background-image:none;border-color:#1d2127}.btn-outline-dark:hover{color:#fff;background-color:#1d2127;border-color:#1d2127}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 0.2rem rgba(29, 33, 39, 0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#1d2127;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show > .btn-outline-dark.dropdown-toggle{color:#fff;background-color:#1d2127;border-color:#1d2127}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(29, 33, 39, 0.5)}.btn-link{font-weight:400;color:#191919;background-color:transparent}.btn-link:hover{color:#000;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg > .btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}.btn-sm,.btn-group-sm > .btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0}.btn-block{display:block;width:100%}.btn-block + .btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{transition:opacity 0.15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.15);border-radius:0}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #e5e5e5}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#333;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#191919}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:0.25rem 1.5rem;color:#333}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group > .btn,.btn-group-vertical > .btn{position:relative;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group > .btn:hover,.btn-group-vertical > .btn:hover{z-index:1}.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active{z-index:1}.btn-group .btn + .btn,.btn-group-vertical .btn + .btn,.btn-group .btn + .btn-group,.btn-group-vertical .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group-vertical .btn-group + .btn,.btn-group .btn-group + .btn-group,.btn-group-vertical .btn-group + .btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group > .btn:first-child{margin-left:0}.btn-group > .btn:not(:last-child):not(.dropdown-toggle),.btn-group > .btn-group:not(:last-child) > .btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group > .btn:not(:first-child),.btn-group > .btn-group:not(:first-child) > .btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm + .dropdown-toggle-split,.btn-group-sm > .btn + .dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg + .dropdown-toggle-split,.btn-group-lg > .btn + .dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical > .btn-group:not(:last-child) > .btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical > .btn:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child) > .btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle > .btn,.btn-group-toggle > .btn-group > .btn{margin-bottom:0}.btn-group-toggle > .btn input[type="radio"],.btn-group-toggle > .btn-group > .btn input[type="radio"],.btn-group-toggle > .btn input[type="checkbox"],.btn-group-toggle > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group > .form-control,.input-group > .custom-select,.input-group > .custom-file{position:relative;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group > .form-control + .form-control,.input-group > .custom-select + .form-control,.input-group > .custom-file + .form-control,.input-group > .form-control + .custom-select,.input-group > .custom-select + .custom-select,.input-group > .custom-file + .custom-select,.input-group > .form-control + .custom-file,.input-group > .custom-select + .custom-file,.input-group > .custom-file + .custom-file{margin-left:-1px}.input-group > .form-control:focus,.input-group > .custom-select:focus,.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label{z-index:3}.input-group > .custom-file .custom-file-input:focus{z-index:4}.input-group > .form-control:not(:last-child),.input-group > .custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group > .form-control:not(:first-child),.input-group > .custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group > .custom-file{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.input-group > .custom-file:not(:last-child) .custom-file-label,.input-group > .custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group > .custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-flex;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn + .btn,.input-group-append .btn + .btn,.input-group-prepend .btn + .input-group-text,.input-group-append .btn + .input-group-text,.input-group-prepend .input-group-text + .input-group-text,.input-group-append .input-group-text + .input-group-text,.input-group-prepend .input-group-text + .btn,.input-group-append .input-group-text + .btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#777;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ccc;border-radius:0}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg > .form-control,.input-group-lg > .input-group-prepend > .input-group-text,.input-group-lg > .input-group-append > .input-group-text,.input-group-lg > .input-group-prepend > .btn,.input-group-lg > .input-group-append > .btn{height:calc(2.875rem + 2px);padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}.input-group-sm > .form-control,.input-group-sm > .input-group-prepend > .input-group-text,.input-group-sm > .input-group-append > .input-group-text,.input-group-sm > .input-group-prepend > .btn,.input-group-sm > .input-group-append > .btn{height:calc(1.8125rem + 2px);padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0}.input-group > .input-group-prepend > .btn,.input-group > .input-group-prepend > .input-group-text,.input-group > .input-group-append:not(:last-child) > .btn,.input-group > .input-group-append:not(:last-child) > .input-group-text,.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group > .input-group-append:last-child > .input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group > .input-group-append > .btn,.input-group > .input-group-append > .input-group-text,.input-group > .input-group-prepend:not(:first-child) > .btn,.input-group > .input-group-prepend:not(:first-child) > .input-group-text,.input-group > .input-group-prepend:first-child > .btn:not(:first-child),.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #eee}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:0;border-top-right-radius:0}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#eee}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#eee}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:0}.nav-pills .nav-link.active,.nav-pills .show > .nav-link{color:#fff;background-color:#191919}.nav-fill .nav-item{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content > .tab-pane{display:none}.tab-content > .active{display:block}.card{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0, 0, 0, 0.125);border-radius:0}.card > hr{margin-right:0;margin-left:0}.card > .list-group:first-child .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.card > .list-group:last-child .list-group-item:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link + .card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0, 0, 0, 0.03);border-bottom:1px solid rgba(0, 0, 0, 0.125)}.card-header:first-child{border-radius:calc(0 - 1px) calc(0 - 1px) 0 0}.card-header + .list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0, 0, 0, 0.03);border-top:1px solid rgba(0, 0, 0, 0.125)}.card-footer:last-child{border-radius:0 0 calc(0 - 1px) calc(0 - 1px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(0 - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(0 - 1px);border-top-right-radius:calc(0 - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(0 - 1px);border-bottom-left-radius:calc(0 - 1px)}.card-deck{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:10px}@media (min-width:576px){.card-deck{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-10px;margin-left:-10px}.card-deck .card{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:10px;margin-bottom:0;margin-left:10px}}.card-group{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.card-group > .card{margin-bottom:10px}@media (min-width:576px){.card-group{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group > .card{-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group > .card + .card{margin-left:0;border-left:0}.card-group > .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group > .card:first-child .card-img-top,.card-group > .card:first-child .card-header{border-top-right-radius:0}.card-group > .card:first-child .card-img-bottom,.card-group > .card:first-child .card-footer{border-bottom-right-radius:0}.card-group > .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group > .card:last-child .card-img-top,.card-group > .card:last-child .card-header{border-top-left-radius:0}.card-group > .card:last-child .card-img-bottom,.card-group > .card:last-child .card-footer{border-bottom-left-radius:0}.card-group > .card:only-child{border-radius:0}.card-group > .card:only-child .card-img-top,.card-group > .card:only-child .card-header{border-top-left-radius:0;border-top-right-radius:0}.card-group > .card:only-child .card-img-bottom,.card-group > .card:only-child .card-footer{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group > .card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:0}.breadcrumb-item + .breadcrumb-item{padding-left:0.5rem}.breadcrumb-item + .breadcrumb-item::before{display:inline-block;padding-right:0.5rem;color:#6c757d;content:"/"}.breadcrumb-item + .breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item + .breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-1px;line-height:1.25;color:#191919;background-color:#fff;border:1px solid #ddd}.page-link:hover{z-index:2;color:#000;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 0.2rem rgba(25, 25, 25, 0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.page-item.active .page-link{z-index:1;color:#fff;background-color:#191919;border-color:#191919}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#ddd}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:0;border-bottom-left-radius:0}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:0;border-bottom-left-radius:0}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#0d0d0d;background-color:#d1d1d1;border-color:#bfbfbf}.alert-primary hr{border-top-color:#b2b2b2}.alert-primary .alert-link{color:#000}.alert-secondary{color:#7c2023;background-color:#fcd8d9;border-color:#fac9ca}.alert-secondary hr{border-top-color:#f8b1b4}.alert-secondary .alert-link{color:#531517}.alert-success{color:#255525;background-color:#daedda;border-color:#cbe6cb}.alert-success hr{border-top-color:#baddba}.alert-success .alert-link{color:#163216}.alert-info{color:#2f6473;background-color:#def2f8;border-color:#d1edf6}.alert-info hr{border-top-color:#bce5f1}.alert-info .alert-link{color:#20454f}.alert-warning{color:#7b5115;background-color:#fbebd4;border-color:#fae3c3}.alert-warning hr{border-top-color:#f8d8ab}.alert-warning .alert-link{color:#50340d}.alert-danger{color:#6d1a17;background-color:#f6d6d5;border-color:#f2c6c4}.alert-danger hr{border-top-color:#eeb1af}.alert-danger .alert-link{color:#43100e}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#f1f1f1}.alert-light .alert-link{color:#686868}.alert-dark{color:#0f1114;background-color:#d2d3d4;border-color:#c0c1c3}.alert-dark hr{border-top-color:#b3b4b6}.alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-flex;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#f5f5f5;border-radius:0}.progress-bar{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#191919;transition:width 0.6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-flex:1;-ms-flex:1;flex:1}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:none;opacity:0.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{color:#000;text-decoration:none;opacity:0.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:0}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#191919 !important}a.bg-primary:hover,button.bg-primary:hover,a.bg-primary:focus,button.bg-primary:focus{background-color:#000 !important}.bg-secondary{background-color:#ee3d43 !important}a.bg-secondary:hover,button.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:focus{background-color:#e4141b !important}.bg-success{background-color:#47a447 !important}a.bg-success:hover,button.bg-success:hover,a.bg-success:focus,button.bg-success:focus{background-color:#388038 !important}.bg-info{background-color:#5bc0de !important}a.bg-info:hover,button.bg-info:hover,a.bg-info:focus,button.bg-info:focus{background-color:#31b0d5 !important}.bg-warning{background-color:#ed9c28 !important}a.bg-warning:hover,button.bg-warning:hover,a.bg-warning:focus,button.bg-warning:focus{background-color:#d18211 !important}.bg-danger{background-color:#d2322d !important}a.bg-danger:hover,button.bg-danger:hover,a.bg-danger:focus,button.bg-danger:focus{background-color:#a82824 !important}.bg-light{background-color:#f8f9fa !important}a.bg-light:hover,button.bg-light:hover,a.bg-light:focus,button.bg-light:focus{background-color:#dae0e5 !important}.bg-dark{background-color:#1d2127 !important}a.bg-dark:hover,button.bg-dark:hover,a.bg-dark:focus,button.bg-dark:focus{background-color:#07080a !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#191919 !important}.border-secondary{border-color:#ee3d43 !important}.border-success{border-color:#47a447 !important}.border-info{border-color:#5bc0de !important}.border-warning{border-color:#ed9c28 !important}.border-danger{border-color:#d2322d !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#1d2127 !important}.border-white{border-color:#fff !important}.rounded{border-radius:0 !important}.rounded-top{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-right{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-bottom{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-left{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width:576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width:768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width:992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width:1420px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:none !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start{-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width:576px){.flex-sm-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:none !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width:768px){.flex-md-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:none !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width:992px){.flex-lg-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:none !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width:1420px){.flex-xl-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:none !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width:576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width:768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width:992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width:1420px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){position:sticky;top:0;z-index:1020;}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width:576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width:768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width:992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width:1420px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width:576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width:768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width:992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width:1420px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#191919 !important}a.text-primary:hover,a.text-primary:focus{color:#000 !important}.text-secondary{color:#ee3d43 !important}a.text-secondary:hover,a.text-secondary:focus{color:#e4141b !important}.text-success{color:#47a447 !important}a.text-success:hover,a.text-success:focus{color:#388038 !important}.text-info{color:#5bc0de !important}a.text-info:hover,a.text-info:focus{color:#31b0d5 !important}.text-warning{color:#ed9c28 !important}a.text-warning:hover,a.text-warning:focus{color:#d18211 !important}.text-danger{color:#d2322d !important}a.text-danger:hover,a.text-danger:focus{color:#a82824 !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#dae0e5 !important}.text-dark{color:#1d2127 !important}a.text-dark:hover,a.text-dark:focus{color:#07080a !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0, 0, 0, 0.5) !important}.text-white-50{color:rgba(255, 255, 255, 0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3;}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody + tbody{border-color:#ddd}.table .thead-dark th{color:inherit;border-color:#ddd}}
/*
Theme Name: Porto Child
Description: Дочерняя тема для темы Porto
Author: stanislav.drakin@gmail.com
Template: porto
Version: 0.1.0
*/
html.page-freezy {
	height: 100%;
	}
	html.page-freezy body {
		overflow: hidden;
		height: 100%;
	}

.container-fluid .vc_section.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/*
.header-row .header-center {
	padding: 0 !important;
}
.header-row .header-left {
	padding-left: 0 !important;
}
.header-row .porto-sicon-box {
	padding: 5px;
	transition: background 0.4s;
}
.header-row .porto-sicon-box-link:hover .porto-sicon-box {
	background-color: #f5f5f5;
}

#header .main-menu > li.menu-item:last-child > a {
	padding-right: 0 !important;
}

#header .main-menu .narrow li.menu-item > a,
#header .main-menu .popup li > a {
	color: #222 !important;
}
#header .main-menu .narrow li.menu-item > a:hover,
#header .main-menu .narrow li.menu-item > a:focus,
#header .main-menu .popup li > a:hover,
#header .main-menu .popup li > a:focus {
	color: #999 !important;
}


#header .searchform{border:1px solid #ffffff!important;background-color:#ffffff!important}
.header-main .searchform-fields input {
	width: 100% !important;
}

html #header .header-contact { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; margin: 0; padding: 0; border-right: none; }
html #header .porto-sicon-box { margin-bottom: 0; }
html #header .main-menu > li.menu-item:first-child > a { padding-left: 0; }
html #header .porto-sicon-box .porto-sicon-img { margin-right: 8px; }
html #header .wishlist i, #header .my-account i { font-size: 27px; display: block; position: relative; }

@media (min-width: 992px) {
    #header .searchform { border: none; }
    #header .header-main .header-left { min-width: 16%; }
    #header .header-main .header-center, #header .searchform .text { flex: 1; }
    #header .header-main .searchform-popup, #header .header-main .searchform, #header .header-main .searchform-cats input { width: 100%; box-shadow: none; }
    #header .header-right .gap { visibility: visible; display: inline-block; height: 20px; vertical-align: middle; width: 1px; color: transparent; background: #ffffff!important; }
}

@media (max-width: 575px) {
    #header .header-right .searchform { right: -120px; }
}

.header-top .top-links > li.menu-item > a { text-transform: none; }

#header.sticky-header .mobile-toggle, .sticky-header a, #header.sticky-header .header-main .header-contact a, #header.sticky-header .my-account { color: #fff; }

html #mini-cart { margin-left: 0; font-size: 32px !important; }
html #mini-cart .minicart-icon { width: 25px; height: 20px; border: 2px solid #222529; border-radius: 0 0 5px 5px; position: relative; opacity: .9; margin: 6px 3px 0; }
html #mini-cart .minicart-icon:before { content: ''; position: absolute; border: 2px solid; border-color: inherit; border-bottom: none; border-radius: 10px 10px 0 0; left: 50%; top: -8px; margin-left: -7.5px; width: 15px; height: 11px; }

.sticky-header #mini-cart .cart-popup { right: -10px; }
.sticky-header #mini-cart .cart-head { min-width: 0; }
.sticky-header #mini-cart .minicart-icon { border-color: #fff; }
*/

.porto-sicon-box-link:hover .porto-sicon-title,
.porto-sicon-box-link:hover .porto-sicon-header p {
	text-shadow: none !important;
}

html div#topcontrol {
	right: 26px;
	bottom: 120px !important;
	border-radius: 50%;
}

@media screen and (max-width: 991px) {
	/*#header .mobile-btn {
		display: inline-flex;
		margin: 0 10px;
		padding: 0;
		height: 36px;
		min-width: 36px;
		color: #373a3d;
		align-items: center;
		justify-content: center;
		background: none;
		}
		#header .mobile-btn i {
			font-size: 22px;
		}
	#header.sticky-header .mobile-btn {
		color: #eaeaeb;
	}
	#header .header-top {
		display: block !important;
		background: #242529;
		border: none;
		}
		#header .header-top .header-col  > :not(.share-links) {
			display: none;
		}
		#header .header-top .share-links > a {
			font-size: 16px;
			color: white !important;
		}
	#header .header-left {
		order: 1;
	}
	#header .header-right {
		display: block !important;
		order: 2;
		white-space: nowrap;
	}
	#header .custom-html.visible-for-sm {
		display: inline-block;
	}
	#header .mobile-toggle {
		padding: 7px 18px !important;
		font-size: 22px !important;
		margin-left: -17px !important;
	}*/
}
@media screen and (min-width: 992px) {
	body .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	/*#header .header-main .header-center {
		flex: 1 0 auto !important;
	}
	#header .header-main .header-left {
		padding-right: 25px !important;
	}
	#header .header-main .header-left,
	#header .header-main .header-right {
		flex: 0 0 auto !important;
	}
	#header .header-main .searchform-popup {
		max-width: 450px;
	}
	#header .header-search-wrap {
		width: 100%;
		max-width: 450px;
	}
	#header .minicart-arrow-alt .cart-head:after {
		display: none;
	}*/
}

#info-boxes .porto-sicon-box{
	margin: 0;
	padding: 40px;
	background-color: #f9faf9;
	height: 100%;
}
#info-boxes .vc_column-inner {
	height: 100%;
}
@media screen and (max-width: 480px) {
	#info-boxes .porto-sicon-box{
		padding: 25px 10px;
	}
	#info-boxes .porto-sicon-title{
		font-size: 0.85rem !important;
	}
	#info-boxes .porto-sicon-description{
		display: none;
	}
}

.circle-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 15px;
	text-align: center;
	line-height: 22px;
}

.collapse-icon {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 2px;
	margin-top: -2px;
	background-color: currentColor;
	vertical-align: middle;
	}
	.collapse-icon:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: all 0.4s;
		background-color: inherit;
		content: '';
	}
	.collapsed > .collapse-icon:after {
		transform: rotate(270deg);
	}

.title-lines-between,
.title-lines-left {
	position: relative;
}
.title-lines-between {
	padding: 0 50px 0 80px;
}
.title-lines-left,
.title-lines-left-offset {
	padding-left: 80px;
}
.title-lines-left.lines-sm,
.title-lines-left-offset.lines-sm {
	padding-left: 34px;
}
.title-lines-between:after,
.title-lines-between:before,
.title-lines-left:before {
	position: absolute;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	background-color: currentColor;
	content: '';
}
.title-lines-between:before,
.title-lines-left:before {
	left: 0;
	width: 60px;
}
.title-lines-between:after {
	right: 0;
	width: 30px;
}
.title-lines-left.lines-sm:before {
	width: 24px;
}

html .title-secondary {
	font-family: Poppins;
	color: #222529 !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 40px !important;
	margin-bottom: 1.5rem !important;
}

.title-h2,
.title-h3 {
	font-weight: 600 !important;
	line-height: 1.2 !important;
}
	.title-h2 .small,
	.title-h3 .small {
		font-size: 0.75em;
	}
.title-h2 {
	font-size: 20px !important;
	margin: 0 0 15px;
	}
.title-h3 {
	font-size: 16px !important;
	margin: 0 0 10px;
}

/* .head-categories-menu-wrap {
	border-bottom: 1px solid #eee;
	overflow: auto;
}

.head-categories-menu {
	margin: 0;
	padding: 25px 0;
	list-style: none;
	display: flex;
	font-size: 0.8rem;
	}
	.head-categories-menu > li {
		padding: 0 14px;
		text-align: center;
		margin-right: 15px;
	}
	.head-categories-menu > li a {
		display: block;
		line-height: 1.2;
		transition: all 0.5s;
	}
	.head-categories-menu > li.active a {
		font-weight: bold;
	}
	.head-categories-menu .no-image {
		display: block;
		width: 50px;
		height: 50px;
		background-color: #f5f5f5;
	}

.head-category-image {
	position: relative;
	height: 70px;
	margin-bottom: 7px;
	}
	.head-category-image > img,
	.head-category-image > .no-image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	} */

/*.header-has-center .header-row > div:not(.header-center) {
	-webkit-flex: 0 1 auto !important;
	-ms-flex: 0 1 auto !important;
	flex: 1 auto !important;
}

.header-main .searchform input {
	border: 1px solid #eee !important;
	padding-right: 60px !important;
	}
	.header-main .searchform input:focus {
		border-color: #aaa !important;
	}
.header-main .searchform .button-wrap {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	}
	.header-main .searchform .button-wrap .btn {
		text-indent: 1px;
	}
	.header-main .searchform .button-wrap:hover {
		background-color: #f5f5f5;
	}*/

/* .category-grid-wrap .products {
	margin: 0 -4px !important;
}
.category-grid-wrap .product-col {
	margin: 0 !important;
	padding: 4px !important;
	max-width: none !important;
}
.category-grid-simple {
	margin-bottom: 70px;
}


.category-grid-wrap ul.products .thumb-info-title {
	padding: 14px 18px !important;
	}
	.category-grid-wrap ul.products .thumb-info-title h3 {
		font-size: 18px !important;
		text-transform: none;
	}

.category-grid-creative {
	margin-bottom: 0px !important;
	}
	.category-grid-creative ul.products {
		position: relative;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
	}
	.category-grid-creative .thumb-info img {
		height: 100%;
		object-fit: cover;
	}

@media screen and (max-width: 577px) {
	.category-grid-wrap .product-col {
		flex: 0 0 50% !important;
		width: 50% !important;
	}
	.category-grid-creative .product-col:last-child {
		flex: 0 0 100% !important;
		width: 100% !important;
		}
		.category-grid-creative .product-col:last-child .thumb-info-wrapper {
			padding-bottom: 30%;
		}
		.category-grid-creative .product-col:last-child .thumb-info-wrapper img {
			position: absolute;
		}
}
@media screen and (min-width: 578px) {
	.category-grid-creative .product-col {
		flex: 0 0 33.3%;
		width: 33.3%;
	}
	.category-grid-creative .product-col:nth-child(4),
	.category-grid-creative .product-col:nth-child(5) {
		flex: 0 0 50%;
		width: 50%;
	}
	.category-grid-simple .product-col {
		flex: 0 0 50% !important;
		width: 50% !important;
	}
}
@media screen and (min-width: 800px) {
	.category-grid-creative ul.products {
		padding: 0 25%;
		padding: 0 calc(25% + 2px);
	}
	.category-grid-creative .product-col {
		flex: 0 0 25% !important;
		width: 25% !important;
	}
	.category-grid-creative .product-col > a,
	.category-grid-creative .product-col .thumb-info,
	.category-grid-creative .product-col .thumb-info-wrapper {
		height: 100%;
	}
	.category-grid-creative .product-col:first-child,
	.category-grid-creative .product-col:nth-child(4) {
		position: absolute;
		top: 0;
		height: 100%;
	}
	.category-grid-creative .product-col:first-child {
		left: 0;
	}
	.category-grid-creative .product-col:nth-child(4) {
		right: 0;
	}
	.category-grid-creative .product-col:nth-child(2),
	.category-grid-creative .product-col:nth-child(3) {
		flex: 0 0 50% !important;
		width: 50% !important;
	}
	.category-grid-creative .product-col:nth-child(5) {
		flex: 0 0 100% !important;
		width: 100% !important;
		}
		.category-grid-creative .product-col:nth-child(5) .thumb-info-wrapper {
			padding-bottom: 24%;
		}
		.category-grid-creative .product-col:nth-child(5) .thumb-info-wrapper img {
			position: absolute;
		}

	.category-grid-simple .product-col {
		flex: 0 0 25% !important;
		width: 25% !important;
	}
} */

/*
.recomended-products {
	}
	.recomended-products .porto-wrap-container > .row {
		margin: 0;
		border: 2px solid #f1f1f1;
	}
	.recomended-products .vc_column_container {
		padding-left: 0;
		padding-right: 0;
	}
	.recomended-products .vc_column_container:not(:last-child) {
		border-right: 2px solid #f1f1f1;
	}
	.recomended-products .wpb_content_element,
	.recomended-products ul.wpb_thumbnails-fluid > li {
		margin: 0;
	}
	.recomended-products .products {
		margin-bottom: -1px !important;
	}
	.recomended-products .product-col .price {
		margin-top: 1.25rem;
		font-weight: bold;
	}
	.recomended-products .sale-product .product-image {
		box-shadow: none !important;
	}
	ul.grid.divider-line .product-col:hover {
		z-index: 2;
		box-shadow: 0 25px 35px -5px rgba(0,0,0,0.1);
	}
*/

.row-cols-fullheight .vc_column-inner,
.row-cols-fullheight .vc_column-inner > *,
.row-cols-fullheight .porto-sicon-box {
	height: 100%;
}

body .row-gap-10,
body .row-gap-10 > .container > .row {
	margin: -5px !important;
	}
	body .row-gap-10 > .vc_column_container,
	body .row-gap-10 > .container > .row > .vc_column_container {
		padding: 5px;
	}

body .row-gap-15,
body .row-gap-15 > .container > .row {
	margin: -7px !important;
	}
	body .row-gap-15 > .vc_column_container,
	body .row-gap-15 > .container > .row > .vc_column_container {
		padding: 7px;
	}

body .row-gap-30,
body .row-gap-30 > .container > .row {
	margin: -15px !important;
	}
	body .row-gap-30 > .vc_column_container,
	body .row-gap-30 > .container > .row > .vc_column_container {
		padding: 15px;
	}

.service-block-item {
	position: relative;
	z-index: 0;
	padding: 50px !important;
	}
	.service-block-item .service-block-image {
		margin: 0;
		}
		.service-block-item .service-block-image .vc_single_image-wrapper {
			display: block;
		}
		.service-block-item .service-block-image img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			max-width: none;
			object-fit: cover;
			z-index: -1;
		}
	.service-block-item .btn.vc_btn3 {
		padding: 0.8rem 1.5rem;
		color: black;
	}
	.service-block-item .vc_btn3-container {
		margin: 0;
	}

/* .btn-lg, .btn-group-lg > .btn, .vc_btn3.vc_btn3-size-lg, .cart-actions .button, .checkout-button, #place_order, input.submit.btn-lg, input.btn.btn-lg[type="submit"], input.button.btn-lg[type="submit"],
.form-control-lg {
	padding: 0.8rem 1.75rem !important;
	font-size: 1.1rem !important;
	font-family: Open Sans,sans-serif;
	min-height: 54px;
}
.btn-lg, .btn-group-lg > .btn, .vc_btn3.vc_btn3-size-lg, .cart-actions .button, .checkout-button, #place_order, input.submit.btn-lg, input.btn.btn-lg[type="submit"], input.button.btn-lg[type="submit"] {
	font-weight: bold;
} */

html .btn-dark.btn-extra-outline,
html .vc_btn3-color-black.btn-extra-outline {
	border: 2px solid white;
	box-shadow: 0 0 0 1px #2a2a2a;
	}
	html .btn-dark.btn-extra-outline:hover,
	html .btn-dark.btn-extra-outline:focus,
	html .vc_btn3-color-black.btn-extra-outline:hover,
	html .vc_btn3-color-black.btn-extra-outline:focus {
		border: 2px solid #2a2a2a;
		box-shadow: 0 0 0 1px #2a2a2a;
		background-color: #444;
	}
	html .btn-dark.btn-extra-outline:active,
	html .vc_btn3-color-black.btn-extra-outline:active {
		background-color: #2a2a2a;
	}

/*.btn-with-file-icon {
	height: 32px;
	line-height: 1.7 !important;
	border-radius: 2px 0 0 2px;
}
.btn-with-file-icon + .file-icon {
	margin-left: -1px;
	opacity: 0.95;
}*/

.contact-offer-container .wpcf7-submit {
	min-width: 220px;
}
.contact-subscribe-email-container .wpcf7-submit {
	min-width: 170px;
}

.porto_widget_price_filter .fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.porto_widget_price_filter .fields span {
		display: none;
	}
	.porto_widget_price_filter .form-control {
		width: 49%;
	}
	.porto_widget_price_filter button {
		margin-top: 15px;
	}

/* html .page-top {
	border: none;
	background-color: #f8f8f8;
	padding: 5px 0;
	}
	html .page-top .breadcrumbs-wrap {
		font-size: 0.92em;
	} */

.sidebar .sidebar-content {
	max-width: 300px;
}
.woocommerce-page .sidebar .sidebar-content {
	max-width: 250px;
}
.sidebar .woocommerce-widget-layered-nav-list {
	max-height: 476px;
	overflow: auto;
	padding: 0;
	margin-top: 10px;
	margin-left: -5px;
	}
	.sidebar .woocommerce-widget-layered-nav-list > li {
		width: 100%;
		border: none;
	}
	.sidebar .woocommerce-widget-layered-nav-list a:not(.filter-color) {
		position: relative;
		display: block;
		margin: 0;
		padding: 7px 10px 7px 32px;
		border-top: 1px solid white !important;
		border-bottom: 1px solid white !important;
		border-left: none;
		border-right: none;
		font-size: 14px;
		text-align: left;
		transition: all 0.15s;
		}
		.sidebar .woocommerce-widget-layered-nav-list a:not(.filter-color):before {
			position: absolute;
			top: 0;
			left: 7px;
			bottom: 0;
			width: 14px;
			height: 14px;
			border: 4px solid #f5f5f5;
			outline: 1px solid #ccc;
			background-color: #f5f5f5;
			margin: auto 0;
			border-radius: 2px;
			content: '';
		}
	.sidebar .woocommerce-widget-layered-nav-list .chosen a:not(.filter-color) {
		color: #222;
		background-color: transparent;
		}
		.sidebar .woocommerce-widget-layered-nav-list .chosen a:not(.filter-color):before {
			background-color: #2e2e2e;
		}
	.sidebar .woocommerce-widget-layered-nav-list a:not(.filter-color):hover,
	.sidebar .woocommerce-widget-layered-nav-list a:not(.filter-color):focus {
		background-color: #f5f5f5;
		}
		.sidebar .woocommerce-widget-layered-nav-list a:not(.filter-color):hover:before,
		.sidebar .woocommerce-widget-layered-nav-list a:not(.filter-color):focus:before {
			outline-color: #999;
		}
	.sidebar .woocommerce-widget-layered-nav-list a:not(.filter-color):active {
		background-color: #e5e5e5;
		}
		.sidebar .woocommerce-widget-layered-nav-list a:not(.filter-color):active:before {
			outline-color: #2e2e2e;
		}

.form-control.input-flat {
	background-color: #efefef;
	border-color: #efefef;
	transition: all 0.4s;
	}
	.form-control.input-flat:focus {
		background-color: #f4f4f4;
		border-color: #ddd;
		outline: none;
		box-shadow: none !important;
	}

.instagram-container {
	}
	.instagram-container .porto-container {
		display: flex;
	}
	.instagram-container .wpb_single_image {
		width: 14.28%;
		margin: 0;
	}
	.instagram-container .wpb_single_image + .wpb_single_image {
		margin-left: 15px;
	}

.brands-row {
	margin-left: -5px !important;
	margin-right: -5px !important;
	}
	.brands-row > .vc_column_container {
		padding: 5px;
	}
	.brands-row .wpb_single_image {
		margin: 0;
		padding: 0;
	}
	.brands-row .wpb_single_image .vc_single_image-wrapper {
		position: relative;
		display: block;
		padding: 0 0 64% 0;
		/*box-shadow: 0 0 10px 5px rgba(238,238,238,0.8);*/
		border-radius: 5px;
		transition: opacity 0.25s;
		}
		.brands-row .wpb_single_image .vc_single_image-wrapper:hover {
			/*box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);*/
			/*box-shadow: 0 0 8px 4px rgba(0,0,0,0.04);*/
			opacity: 0.58;
			z-index: 1;
		}
		.brands-row .wpb_single_image .vc_single_image-img {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
			padding: 2px;
			width: 100%;
			max-width: 160px;
			max-height: 100%;
			object-fit: contain;
		}

.home-subscribe-row {
	align-items: center;
}

.home-subscribe-form {
	}
	.home-subscribe-form .shortcode_wysija.row {
		margin: 0;
	}
	.home-subscribe-form .wysija-paragraph {
		flex: 1;
		margin-right: 10px;
	}
	.home-subscribe-form .form-control {
		padding: 0.8rem 1.4rem;
		background-color: #f4f4f4;
		border-color: #f4f4f4;
		}
		.home-subscribe-form .form-control:focus {
			box-shadow: none;
			background-color: #f4f4f4;
		}
	.home-subscribe-form .btn {
		padding: 0.8rem 1.75rem;
	}

.news-custom-container {
	margin-bottom: 0;
}
.news-custom-container .blog-posts-hover_info2 .post-image {
	padding-bottom: 62%;
}
.news-custom-container .blog-posts-hover_info2 .thumb-info img,
.news-custom-container .blog-posts .post-item-grid .post-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-custom-container .blog-posts-hover_info2 .thumb-info-show-more-content {
	display: none;
}
.news-custom-container .blog-posts-hover_info2 .thumb-info .thumb-info-action {
	z-index: 4;
}
.news-custom-container .blog-posts .post-item-grid .post-image {
	padding-bottom: 40%;
	padding-bottom: 40.28%;
}

/* body .blog-posts-hover_info2 .thumb-info .thumb-info-title {
	padding: 0 1rem 1rem 1rem;
	}
	body .blog-posts-hover_info2 .thumb-info .thumb-info-title:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
		z-index: -1;
		content: '';
	}
body .blog-posts-hover_info2 .thumb-info-inner {
	font: 500 1rem/1.25 Poppins, Arial, Helvetica, sans-serif !important;
}
body .blog-posts .blog-post-item .post-item-title {
	font: 500 1.1rem/1.25 Poppins, Arial, Helvetica, sans-serif !important;
	margin: 10px 0 4px;
}
body .blog-posts .blog-post-item .post-meta-info {
	margin: 0 !important;
}
body .blog-posts-hover_info2 .thumb-info-show-more-content {
	font-size: .85em;
}
body .blog-posts-hover_info article.post,
body .blog-posts-hover_info2 article.post {
	margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
	body .blog-posts-hover_info2 .thumb-info-inner,
	body .blog-posts .blog-post-item .post-item-title {
		font-size: 1rem;
	}
} */

.post-meta-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	font-family: Poppins,sans-serif;
	cursor: default;
	}
	.post-meta-info .dashicons {
		width: 26px;
		height: 26px;
		font-size: 26px;
	}

.icon-text {
	display: flex;
	align-items: center;
	}
	.icon-text .dashicons {
		margin-right: 0.5rem;
	}
	.icon-text .dashicons-admin-comments {
		position: relative;
		top: 2px;
	}

/*
 * Products Grid by Category plugin
 */
/* .pgbc-header {
	margin-bottom: 15px;
}
.pgbc-title {
	margin: 0;
}
.pgbc-cat-nav .pgbc-cat-link {
	text-transform: uppercase;
	color: black;
	padding: 0;
	border-bottom: 1px solid transparent;
	transition: border-color 0.4s;
	}
	.pgbc-cat-nav .pgbc-cat-link:not(:last-child) {
		margin-right: 25px;
	}
	.pgbc-cat-nav .pgbc-cat-link:hover {
		border-bottom-color: #ccc;
	}
	.pgbc-cat-nav .pgbc-cat-link:active {
		background-color: #f5f5f5;
	}
	.pgbc-cat-nav .pgbc-cat-link.active {
		border-bottom-color: black;
	}

.pgbc-body {
	border: 2px solid #f1f1f1;
	}
	.pgbc-body .row {
		margin: 0;
		}
		.pgbc-body .row > div {
			position: relative;
			padding: 0;
		}
	.pgbc-body .products {
		margin: 0 -1px -1px 0 !important;
		}
		.pgbc-body .products .product-col {
			margin: 0;
			padding: 20px !important;
			max-width: 25%;
			border-right: 1px solid #f1f1f1;
			border-bottom: 1px solid #f1f1f1;
		}
		.pgbc-body .products .product-col a:hover {
			text-decoration: underline;
		}
	.pgbc-body .product-col .price {
		margin-top: 1.25rem;
		font-weight: bold;
	}
	.pgbc-body .wpb_content_element {
		margin: 0 !important;
	}
	.pgbc-body .primary-product .product-col {
		max-width: none !important;
		flex: 1 !important;
	}
	.pgbc-body .primary-product .woocommerce-loop-product__title {
		font-size: 1.15rem;
		color: black;
	}
	.pgbc-body .primary-product .add-links .button {
		height: 42px;
		line-height: 42px;
		min-width: 42px;
		padding: 0 1.25rem !important;
		font-weight: bold !important;
	}
	.pgbc-body .primary-product .add-links .add_to_cart_button:before {
		font-size: 16px !important;
		margin-right: 10px !important;
	}
	.pgbc-body .primary-product .product-image .inner {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	} */

/* @media screen and (min-width: 992px) {
	.pgbc-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
} */
/* @media screen and (max-width: 991px) {
	.pgbc-title {
		margin-bottom: 15px;
	}
} */
/* @media screen and (max-width: 767px) {
	.pgbc-body .products .product-col {
		max-width: 50%;
	}
	.pgbc-body .primary-product .product-image img {
		height: 200px;
		object-fit: contain;
	}
	.pgbc-cat-nav {
		display: block !important;
		white-space: nowrap;
		overflow: auto;
		}
		.pgbc-cat-nav .pgbc-cat-link {
			display: inline-block;
		}
}
@media screen and (min-width: 768px) {
	.pgbc-body .primary-product {
		min-height: 470px;
	}
	.pgbc-body .primary-product .product-col {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-bottom: 0;
	}
	.pgbc-body .primary-product .product-inner {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
	}
} */

.custom-deal-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 190px;
	min-height: 340px;
	background-color: #222;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
	}
	.custom-deal-card a,
	.custom-deal-card a:hover,
	.custom-deal-card a:focus {
		color: white;
	}
.custom-dc-link {
	/*float: right;
	font-weight: bold;
	margin-left: 10px;
	flex: 0 0 auto;*/
	font-size: 0;
	text-decoration: none;
	}
	.custom-dc-link:hover {
		text-decoration: none;
	}
	.custom-dc-link:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: all 0.4s;
		z-index: 4;
		content: '';
	}
	.custom-dc-link:hover:before {
		background-color: rgba(238, 61, 67, 0.15);
	}
.custom-dc-extract {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	line-height: 1.4;
}
.custom-dc-body {
	padding: 7px;
	color: white;
}
.custom-dc-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 54px;
	padding: 10px 15px 7px;
	border-radius: 3px;
	font-size: 0.95em;
	background: rgba(0,0,0,0.25);
}
@supports (backdrop-filter: blur(5px))  or (-webkit-backdrop-filter: blur(5px)) {
	.custom-dc-content {
		background: none;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
}
.custom-dc-title {
	position: relative;
	color: white;
	font-size: 1em;
	font-weight: 500;
	padding-left: 10px;
	}
	.custom-dc-title:before {
		position: absolute;
		top: 0.2rem;
		left: 0;
		bottom: 0.2rem;
		width: 2px;
		border-radius: 3px;
		background-color: white;
		content: '';
	}
.custom-dc-logo {
	position: absolute;
	top: 22px;
	left: 22px;
	width: 46px;
	height: 46px;
	padding: 4px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	}
	.custom-dc-logo img {
		max-width: 100%;
	}

@media screen and (max-width: 600px) {
	.custom-deal-card {
		width: 125px;
		min-height: 220px;
	}
	.custom-dc-content {
		padding: 5px 5px 2px;
	}
	.custom-dc-logo {
		top: 10px;
		left: 10px;
	}
}

.owl-nav button span {
	display: none;
}

@media screen and (max-width: 767px) {
	.mfp-mob-fullpage {
		}
		.mfp-mob-fullpage .mfp-container {
			padding: 0;
		}
		.mfp-mob-fullpage .mfp-content {
			vertical-align: top;
		}
		.mfp-mob-fullpage .popup-default {
			margin: 0;
			border-radius: 0;
			min-height: 100vh;
			}
			.mfp-mob-fullpage .popup-default .mfp-close {
				top: 27px;
				right: 12px;
				color: black !important;
				opacity: 1;
				}
				.mfp-mob-fullpage .popup-default .mfp-close:before {
					top: 20px;
					left: 15px;
					width: 11px;
				}
				.mfp-mob-fullpage .popup-default .mfp-close:after {
					top: 15px;
					left: 20px;
					height: 11px;
				}
		.mfp-mob-fullpage .popup-default .popup-carousel.carousel-nav-outside > .owl-nav {
			position: fixed;
			left: 5px;
			right: 5px;
			}
			.mfp-mob-fullpage .popup-default .popup-carousel.carousel-nav-outside > .owl-nav button {
				width: 34px;
				height: 34px;
				line-height: 34px;
			}
}

/* .wpcf7-form .btn {
	font-family: Poppins !important;
}
.wpcf7-form-control.wpcf7-not-valid {
	border: 1px solid #f49090;
	box-shadow: none;
}
.wpcf7-form p:last-of-type {
	margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}
.wpcf7-acceptance label {
	margin: 0;
} */

.owl-carousel.carousel-dots-top {
	padding-top: 40px;
	}
	.owl-carousel.carousel-dots-top > .owl-dots {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		margin: 0 -5px !important;
		}
		.owl-carousel.carousel-dots-top > .owl-dots .owl-dot {
			flex: 1;
			padding: 8px 5px;
			}
			.owl-carousel.carousel-dots-top > .owl-dots .owl-dot > span {
				width: 100%;
				height: 3px;
				margin: 0;
				border-radius: 4px;
				background-color: #cbcbcb;
				transition: background 0.4s;
			}
			.owl-carousel.carousel-dots-top > .owl-dots .owl-dot.active > span {
				background-color: #111;
			}

.owl-carousel.carousel-nav-default > .owl-nav button {
	margin: 0 5px;
	opacity: 0.4;
	background-color: black;
	border-radius: 4px;
	transition: all 0.4s;
	}
	.owl-carousel.carousel-nav-default > .owl-nav button:hover,
	.owl-carousel.carousel-nav-default > .owl-nav button:focus {
		opacity: 1;
		background-color: black;
	}
	.owl-carousel.carousel-nav-default > .owl-nav button:before {
		font-size: 20px;
	}

.owl-carousel.carousel-nav-outside > .owl-nav {
	left: -60px;
	right: -60px;
	width: auto;
}
.owl-carousel.carousel-nav-halfside > .owl-nav {
	left: -20px;
	right: -20px;
	width: auto;
	}
	.owl-carousel.carousel-nav-halfside > .owl-nav button {
		opacity: 0.5;
	}
	.owl-carousel.carousel-nav-halfside > .owl-nav button.disabled {
		opacity: 0 !important;
	}

.owl-carousel.carousel-nav-circle > .owl-nav button {
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 42px;
	color: black;
	border-radius: 50%;
	background-color: white;
	transition: all 0.2s;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	}
	.owl-carousel.carousel-nav-circle > .owl-nav .disabled {
		opacity: 0.5 !important;
	}
	.owl-carousel.carousel-nav-circle > .owl-nav button:hover,
	.owl-carousel.carousel-nav-circle > .owl-nav button:focus {
		opacity: 1;
		color: black;
		background-color: #eee;
	}
	.owl-carousel.carousel-nav-circle > .owl-nav button:active {
		opacity: 1;
		background-color: #ccc;
	}
	.owl-carousel.carousel-nav-circle > .owl-nav button:before {
		font-size: 20px;
	}

.owl-carousel .owl-stage {
	display: flex;
}
.owl-carousel .owl-item {
	flex: 0 0 auto;
}

.carousel-wrap::after {
	display: table;
	clear: both;
	content: " ";
}

.carousel-thumbs {
	float: left;
	margin: 0;
	padding: 0;
	width: 54px;
	flex: 0 0 54px;
	margin-right: 7px;
	list-style: none;
	}
	.carousel-thumbs ~ .carousel-object {
		margin-left: 61px;
	}
	.carousel-thumbs > li {
		height: 48px;
		cursor: pointer;
		}
		.carousel-thumbs > li + li {
			margin-top: 7px;
		}
		.carousel-thumbs > li > img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.carousel-thumbs > li.active > img {
			filter: brightness(2);
		}

.app-loading {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 50%;
	border: 3px solid rgba(0,0,0,0.1);
	border-left-color: #222;
	transform: translateZ(0);
	animation: app_loading_anin 1.1s infinite linear;
}

@keyframes app_loading_anin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media screen and (min-width: 768px) {
	.masonry-grid-specials {
	}
	.masonry-grid-specials .porto-ibanner,
	.masonry-grid-specials .porto-ibanner > img {
		height: 100%;
	}
	.masonry-grid-specials .porto-grid-item {
		width: 25%;
		height: 250px;
	}
	.masonry-grid-specials .porto-grid-item:nth-child(1),
	.masonry-grid-specials .porto-grid-item:nth-child(5) {
		height: 400px;
	}
	.masonry-grid-specials .porto-grid-item:nth-child(4) {
		height: 150px;
	}

	.masonry-grid-specials .porto-grid-item:nth-child(1) {top: 0 !important; left: 0 !important;}
	.masonry-grid-specials .porto-grid-item:nth-child(2) {top: 0 !important; left: 25% !important;}
	.masonry-grid-specials .porto-grid-item:nth-child(3) {top: 0 !important; left: 50% !important;}
	.masonry-grid-specials .porto-grid-item:nth-child(4) {left: 25% !important; width: 50%;}
	.masonry-grid-specials .porto-grid-item:nth-child(5) {top: 0 !important; left: 75% !important;}

	.porto-banners-grid .porto-ibanner {
		height: auto;
		padding-bottom: 110%;
	}
}

/*@media screen and (min-width: 768px) {
	.masonry-grid-specials {
		margin-bottom: -65px !important;
	}
	.masonry-grid-specials .porto-ibanner,
	.masonry-grid-specials .porto-ibanner > img {
		height: 100%;
	}
	.masonry-grid-specials .porto-grid-item {
		width: 33.3%;
	}
	.masonry-grid-specials .porto-grid-item:nth-child(odd) { !* нечетные *!
		height: 200px;
	}
	.masonry-grid-specials .porto-grid-item:nth-child(even) { !* четные *!
		height: 270px;
	}

	.masonry-grid-specials .porto-grid-item:nth-child(1) {top: 0 !important; left: 0 !important;}
	.masonry-grid-specials .porto-grid-item:nth-child(2) {top: 0 !important; left: 33.3% !important;}
	.masonry-grid-specials .porto-grid-item:nth-child(3) {top: 0 !important; left: 66.59% !important;}
	.masonry-grid-specials .porto-grid-item:nth-child(4) {top: 200px !important; left: 0 !important;}
	.masonry-grid-specials .porto-grid-item:nth-child(5) {top: 270px !important; left: 33.3% !important;}
	.masonry-grid-specials .porto-grid-item:nth-child(6) {top: 200px !important; left: 66.59% !important;}
}*/

.porto-banners-grid .porto-ibanner,
.masonry-grid-specials .porto-ibanner {
	margin: 0;
}
.porto-banners-grid .vc_custom_heading,
.masonry-grid-specials .vc_custom_heading {
	padding: 14px 18px;
	font-size: 18px;
	line-height: 1;
	text-transform: none;
	font-family: inherit;
}
.porto-banners-grid .porto-ibanner .porto-ibanner-des,
.porto-banners-grid .porto-ibanner .porto-ibanner-desc,
.masonry-grid-specials .porto-ibanner .porto-ibanner-link,
.masonry-grid-specials .porto-ibanner .porto-ibanner-link {
	z-index: 1;
}

.porto-banners-grid .porto-ibanner {
	height: 220px;
	}
	.porto-banners-grid .porto-ibanner > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* .home .main-content {
	padding-top: 40px !important;
} */

/* body .main-content {
	padding-top: 50px;
	padding-bottom: 50px;
} */

/* #sb_instagram {
	width: auto !important;
	margin: -0.2rem;
	}
	#sb_instagram .sbi_photo_wrap {
		padding: 0.2rem;
	}
	#sb_instagram svg {
		display: none !important;
	} */

.separator-90deg-bg {
	display: inline-block;
	width: 100%;
	max-width: 100px;
	height: 14px;
	margin: 0;
	background-image: repeating-linear-gradient(-45deg, #c5c5c5, #c5c5c5 2px, white 2px, white 6px, white 6px);
}

.accordion .card {
	border: 3px solid #f7f7f7;
	border-radius: 5px;
}
.accordion .card-header {
	background-color: #f7f7f7;
}
.accordion .card-title {
	font-weight: 600;
	}
	.accordion .card-title > a {
		border-radius: 3px;
		transition: all 0.4s;
		}
		.accordion .card-title > a:hover {
			background-color: rgba(0,0,0,0.05);
		}

.title-extra-text {
	position: relative;
	padding: 15px 0;
	font-weight: 500;
	letter-spacing: 2px;
	}
	.title-extra-text:before {
		position: absolute;
		top: 15px;
		left: 2px;
		font-size: 54px;
		font-weight: bold;
		color: rgba(255,255,255,0.1);
		content: attr(data-key)
	}

.custom-col-dark {
	}
	.custom-col-dark .vc_column-inner {
		padding: 30px !important;
		height: 100%;
		color: #999;
		background-color: #2e2e2e;
	}
	.custom-col-dark .wpb_content_element,
	.custom-col-dark .vc_btn3-container {
		margin-bottom: 0;
	}
	.custom-col-dark h2,
	.custom-col-dark h3,
	.custom-col-dark h4 {
		color: white;
	}

.col-centered .vc_column-inner {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.post-12426 .porto-carousel {
	margin-bottom: 0;
}

.card-simple {
	position: relative;
	border: 1px solid #eee;
	padding: 40px 30px;
	color: #222;
	transition: all 0.4s;
	margin: 0 !important;
	overflow: hidden;
	z-index: 1;
	}
	.card-simple:before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: #2e2e2e;
		transition: all 0.5s;
		opacity: 0;
		z-index: -1;
		content: '';
	}
	.card-simple .porto-sicon-top {
		margin-bottom: 1.28rem;
	}
	.card-simple .porto-sicon-img {
		transition: all 0.4s;
	}
	.card-simple .porto-sicon-title {
		font-weight: bold !important;
		color: inherit;
	}
	.card-simple .porto-sicon-description {
		color: #999;
		font-size: 0.8rem;
		line-height: 1.5;
		transition: all 0.4s;
	}
.porto-sicon-box-link:hover > .card-simple {
	color: white;
	border-color: #2e2e2e;
	}
	.porto-sicon-box-link:hover > .card-simple:before {
		opacity: 1;
		transform: scale(18);
	}
	.porto-sicon-box-link:hover > .card-simple .porto-sicon-description {
		color: inherit;
	}
	.porto-sicon-box-link:hover > .card-simple .porto-sicon-img {
		-webkit-filter: invert(1);
		-moz-filter: invert(1);
		-ms-filter: invert(1);
		filter: invert(1);
	}

.single-product-price .price {
	color: #222529;
	font-size: 24px;
	font-weight: 700;
}

.variations_form .reset_variations {
	display: none !important;
}

html .single-product .single_variation_wrap,
html .single-product .cart:not(.variations_form) {
	border: none;
	padding: 0;
}
.single-product .extra-product-options {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
}

.single-product .price-single-separator {
	margin: 20px 0;
	height: 2px;
	max-width: 50px;
}
.single-product .widgettitle {
	color: #888;
}

.row > .col-product-content {
	max-width: 100%;
	flex-grow: 1;
	flex-basis: 0;
}

.widgettitle + .upsells.products {
	margin-top: -15px;
}

/* hide In stock text */
.product .woocommerce-variation-availability {
	display: none !important;
}

/* add effect on hover of products list */
.products .product_list_widget .product-details {
	position: relative;
	z-index: 0;
	}
	.products .product_list_widget .product-details > a:first-child:before {
		position: absolute;
		top: -2px;
		left: -7px;
		right: 0;
		bottom: -2px;
		transition: background 0.25s;
		z-index: -1;
		content: '';
	}
	.products .product_list_widget .product-details > a:first-child:focus:before,
	.products .product_list_widget .product-details > a:first-child:hover:before {
		background: #f8f8f8;
	}

/* hide stripe button separator */
.product #wc-stripe-payment-request-button-separator {
	display: none !important;
}

/*
.col-product-aside .upsells.products {
	}
	.col-product-aside .upsells.products .product-col {
		margin: 0;
	}
	.col-product-aside .upsells.products .product-image {
		-webkit-flex: 0 0 70px;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
		min-height: auto;
	}
	.col-product-aside .upsells.products .product-content {
		max-width: calc(100% - 75px);
	}
	.col-product-aside .upsells.products .woocommerce-loop-product__title {
		font-size: 0.9rem;
		font-weight: 400;
	}
	.col-product-aside .upsells.products .price {
		margin: 0;
		font-size: 0.9rem;
	}
	.col-product-aside .upsells.products .category-list,
	.col-product-aside .upsells.products .description {
		display: none;
	}
*/

@media screen and (min-width: 1420px) {
	.row > .col-product-content {
		max-width: calc(100% - 280px);
	}
	.row > .col-product-aside {
		margin-top: -12px;
		flex: 0 0 280px;
		max-width: 280px;
	}
}
@media screen and (max-width: 1419px) {
	.col-product-aside {
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.col-product-aside .wpb_content_element {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.row > .col-product-content {
		margin-top: 25px;
	}
}
.product-thumbs-slider.owl-carousel .owl-item.selected .img-thumbnail,
html:not(.touch) .product-thumbs-slider .owl-item:hover .img-thumbnail {
	border: 1px solid #222 !important;
	box-shadow: 0 0 0 1px #222;
}

#product-tab .related.products .slider-title {
	display: none;
}

.product-extra-features {
	margin: -0.25rem 0 !important;
	}
	.product-extra-features > li {
		padding: .25rem 0 !important;
		}
		.product-extra-features > li + li {
			border-top: 2px solid #f5f5f5 !important;
		}
	.product-extra-features .product-image {
		text-align: center;
		}
		.product-extra-features .product-image > img {
			max-width: 60px;
		}
	.product-extra-features .product-details {
		font-size: 0.95em;
		line-height: 1.4;
		font-weight: 600;
	}
#product-extra-blocks-tablet {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	#product-extra-blocks-tablet .wpb_content_element,
	#product-extra-blocks-tablet .widget {
		margin: 0;
	}
@media screen and (min-width: 992px) and (max-width: 1419px) {
	.product-extra-features {
		display: flex;
		}
		.product-extra-features > li {
			display: block !important;
			flex: 1;
			}
			.product-extra-features > li + li {
				border-top: none !important;
				border-left: 2px solid #f5f5f5 !important;
			}
		.product-extra-features .product-details {
			padding: 0 15px;
			max-width: none !important;
		}
	#product-extra-blocks-tablet {
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

html .woocommerce-page.archive .sidebar-content {
	border: none;
}
html .woocommerce-page.archive .sidebar-content aside.widget {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 2px solid #f2f2f2;
}
html .woocommerce-page.archive .sidebar-content .woof_submit_search_form_container {
	margin-bottom: 0;
}

html .single-product .variations .label {
	width: 94px;
	}
	html .single-product .variations .label label {
		line-height: 32px;
	}
.single-product .variations .value {
	color: #222;
}
.single-product .variations tr td {
	padding-top: 0;
	padding-bottom: 0;
}

.widget_sidebar_menu .sidebar-menu {
	padding: 15px 0;
}

html .widget_sidebar_menu .sidebar-menu > li.menu-item > a,
.custom-tabs .tabs-nav-wrap .nav-tabs  > li > .nav-link {
	margin: 0;
	padding: 10px 22px;
	border: none !important;
	background: white;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: none;
	line-height: 1.2;
	color: #222529 !important;
	transition: all 0.2s;
	font-family: Poppins;
}
html .widget_sidebar_menu .sidebar-menu > li.menu-item > a:hover,
.custom-tabs .tabs-nav-wrap .nav-tabs  > li > .nav-link:hover {
	background-color: #f5f5f5;
}
.sidebar-menu > li.menu-item.active > a,
.custom-tabs .tabs-nav-wrap .nav-tabs  > li.active > .nav-link {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.widget_nav_menu > div > ul li:before,
.main-menu .popup .menu-item:not(.sub) > a:not(.nolink):before {
	content: '\f0da' !important;
	font-size: 14px !important;
	padding-right: 15px;
}
.widget_nav_menu > div > ul li:before {
	color: #ffffff;
}
.main-menu .popup .menu-item > a {
	white-space: normal !important;
}
.main-menu .popup .menu-item:not(.sub):not(.nolink) > a {
	padding-left: 35px;
	}
	.main-menu .popup .menu-item:not(.sub) > a:not(.nolink):before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		float: left;
		width: 20px;
		margin-left: -20px;
		opacity: 0.4;
	}
	.main-menu .popup .menu-item:not(.sub) > a:not(.nolink):hover:before {
		animation: navItemArrow 0.6s linear infinite;
	}

.tab-content .product-nav {
	position: static;
	margin: 20px 0;
}

.custom-tabs,
.custom-tabs .tab-content {
	padding: 0;
	box-shadow: none;
	border: none !important;
}
.custom-tabs .tab-content {
	padding-left: 40px;
}
.custom-tabs .tabs-nav-wrap {
	width: 20%;
	display: table-cell;
}
.custom-tabs .tabs-nav-wrap .nav-tabs {
	display: block;
	width: 100%;
	max-width: none;
	border: 1px solid #ddd;
	margin: -10px 0;
	padding: 5px 0;
	border-radius: 4px;
}
.custom-tabs .tabs-nav-wrap .nav-tabs > li {
	margin: 0;
}

@media screen and (max-width: 991px) {
	.custom-tabs .tabs-nav-wrap {
		display: block;
		width: auto;
	}
	.custom-tabs .tabs-nav-wrap .nav-tabs {
		display: flex;
		padding: 5px 0;
	}
	.custom-tabs .tabs-nav-wrap .nav-tabs > li > .nav-link {
		font-size: 1rem;
		padding: 8px 15px;
	}
	.custom-tabs .tab-content {
		display: block !important;
		padding: 0;
		margin-top: 45px;
	}
}

/*
#footer .widgettitle, #footer .widget-title { font-size: .9375rem; font-weight: 600; }
#footer .widget > div > ul{border-bottom: none!important}
#footer .widget > div > ul li{border-top:none!important;border-bottom-color:#222529!important}

#footer .share-links a { width: 40px; height: 40px; border-radius: 20px; border: 1px solid #313438; box-shadow: none; }
#footer .widget .tagcloud a { font-family: 'Open Sans'; background: none; color: inherit; border-radius: 0; font-size: 11px !important; font-weight: 400; text-transform: none; padding: .6em; border: 1px solid #313438; }
#footer .widget .tagcloud a:hover { border-color: #fff; color: #fff; }
#footer .widget { margin-bottom: 20px; }
#footer .widget + .widget { margin-top: 20px; }
#footer .contact-details strong { line-height: 1em; }
#footer .contact-details strong, #footer .contact-details span { padding-left: 0; }
.footer-main .widget_media_image img { max-width: 111px; }

html #footer{
	margin-bottom: 0 !important;
}
html #footer .widget_wysija_cont .wysija-input {
	border-radius: 0;
	background-color: rgba(0,0,0,0.1);
}
html #footer .widget_wysija_cont .wysija-submit {
	border-radius: 0;
	background-color: rgba(0,0,0,0.1);
	color: #ffffff;
}
html #footer .share-links a {
	border: none;
	border-radius: 0;
}


html #footer .footer-main > .container {
	padding-bottom: 0 !important;

}
html #footer .footer-bottom .container {
	display: flex;
	flex-wrap: wrap;
}
html #footer .footer-bottom .footer-right {
	padding: 15px 5px;
	margin-bottom: 20px;
	flex: 1 0 100% !important;
	order: -1;
	text-align: left;
	font-size: 10pt;
	border-top: 1px solid #313438;
	border-bottom: 1px solid #313438;
	}
	html #footer .footer-bottom .footer-right li {
		padding: 0 !important;
		margin-right: 20px;
		}
		html #footer .footer-bottom .footer-right li:before {
			display: none;
		}
	html #footer .footer-bottom .footer-right .widget {
		margin: 0;
	}
html #footer .footer-bottom .footer-center {
	text-align: right;
	padding-right: 0;
}


@media screen and (max-width: 576px) {
	html #footer .footer-bottom .footer-left,
	html #footer .footer-bottom .footer-center,
	html #footer .footer-bottom .footer-right {
		flex: 1 0 100% !important;
	}
}
*/
/*.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder {font-style: normal; color: #555;}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-ms-input-placeholder {font-style: normal; color: #555;}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-moz-placeholder {font-style: normal; color: #555;}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {font-style: normal; color: #555;}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	color: #222;
	padding: 6px 12px;
	height: 34px;
	border-color: #eee;
	border-radius: 0;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
	box-shadow: none;
	border-color: #aaa;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	color: #111;
	top: 1px;
	right: 1px;
	bottom: 1px;
	height: auto;
	min-height: auto;
	background: none;
	}
	.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover,
	.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:focus {
		background-color: #f5f5f5;
	}
	.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
		display: none;
	}
.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg {
	height: 54%;
}
.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: currentColor;
}

.dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input {
	padding: 10px 15px;
}

.dgwt-wcas-om-bar button.dgwt-wcas-om-return,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover {
	background: #2a2a2a;
}*/

/*.file-icon {
	position: relative;
	}
	.file-icon:before {
		font-size: 32px;
	}
	.file-icon:after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 4px;
		text-align: center;
		font: 600 9px/1 Poppins, Arial;
		color: white;
		text-transform: uppercase;
		content: attr(data-ext);
	}*/

html ul.products li.product-col .woocommerce-loop-product__title {
	white-space: normal;
	overflow: visible;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

html .tabs.tabs-simple .nav-tabs > li .nav-link {
	color: #282d3b;
}

html .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html .tabs.tabs-simple .nav-tabs > li .nav-link:focus,
html .tabs.tabs-simple .nav-tabs > li.active .nav-link {
	color: #282d3b !important;
	border-bottom-color: #282d3b !important;
}

article.post .meta-author {
	display: none !important;
}

article.post .post-meta {
	display: inline-flex !important;
	align-items: center;
}
.post-content .post-meta {
	display: flex;
	align-items: center;
}
article.post .post-meta > * + *,
.post-content .post-meta > * + * {
	margin-left: 10px;
}
article.post .post-views,
.post-content .post-views {
	display: inline-flex !important;
	}
	article.post .post-views > .post-views-label,
	.post-content .post-views > .post-views-label {
		margin-right: 5px !important;
	}

/* additional /offers page styles for test */
.post-12426 .title-lines-between:not(.lines-sm),
.post-12426 .title-lines-left:not(.lines-sm),
.post-55 .title-lines-between:not(.lines-sm),
.post-55 .title-lines-left:not(.lines-sm) {
	padding-left: 48px;
	margin-bottom: 32px;
}
.post-12426 .title-lines-between:not(.lines-sm):before,
.post-12426 .title-lines-left:not(.lines-sm):before,
.post-55 .title-lines-between:not(.lines-sm):before,
.post-55 .title-lines-left:not(.lines-sm):before {
	width: 38px;
	border-radius: 4px;
}
.post-12426 .title-lines-left-offset:not(.lines-sm),
.post-55 .title-lines-left-offset:not(.lines-sm) {
	padding-left: 48px;
}

.custom-dark-contacts-list .wpb_wrapper {
	padding: 30px 0 !important;
	color: #bbb;
	background-color: #323232;
	}
	.custom-dark-contacts-list .wpb_wrapper .porto-sicon-box {
		margin: 0;
		padding: 25px 35px;
		background: none;
		}
		.custom-dark-contacts-list .wpb_wrapper .porto-sicon-box .porto-icon {
			width: 40px;
			margin-right: 25px;
			color: white;
		}
	.custom-dark-contacts-list .wpb_wrapper .porto-sicon-title {
		color: white;
		font-size: 1.3em;
		font-weight: bold;
	}
	.custom-dark-contacts-list .wpb_wrapper .porto-sicon-header p {
		font-size: 0.95em;
		line-height: 1.5;
	}
	.custom-dark-contacts-list .wpb_wrapper .porto-sicon-description {
		margin-top: 5px;
		margin-left: 65px;
	}

@media screen and (max-width: 576px) {
	.title-lines-between:after {
		display: none !important;
	}

	/* .home .main-content {
		padding-top: 0px !important;
	} */

	/* body .main-content {
		padding-top: 30px;
		padding-bottom: 30px;
	} */
}

@media screen and (max-width: 992px) {
	.custom-dark-contacts-list .wpb_wrapper {
		padding: 5px 0 !important;
		}
		.custom-dark-contacts-list .wpb_wrapper .porto-sicon-box {
			padding: 15px;
		}
}

/* @media screen and (max-width: 640px) {
	#sb_instagram .sbi_item {
		width: 33.3% !important;
	}
	#sb_instagram .sbi_photo_wrap {
		padding: 1px;
	}
} */

.text-box-clamp {
	margin-bottom: 1.25rem;
	text-align: right;
	}
	.text-box-clamp > .btn {
		position: relative;
		top: -15px;
	}
	.text-box-clamp.clamped .text-box-clamp-body {
		max-height: 72px;
		}
		.text-box-clamp.clamped .text-box-clamp-body:after {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			height: 70%;
			box-shadow: inset 0 -20px 30px white;
			pointer-events: none;
			content: '';
		}
.text-box-clamp-body {
	position: relative;
	text-align: left;
	overflow: hidden;
	}
	.text-box-clamp-body p:last-child {
		margin-bottom: 0;
	}

.cart .product-name > a {
	display: inline-block;
	line-height: 1.4;
}

/* hide variations from header cart popup*/
/* .widget_shopping_cart .variation {
	display: none;
} */

html .order_details tbody tr.order_item td {
	padding-top: 9px;
	padding-bottom: 9px;
}

.porto-sicon-box .porto-just-icon-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

/*html .product {
	font-family: inherit;
	line-height: inherit;
}

html .product-inner .add-links .button {
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	color: #ffffff;
	}
	html .product-inner .add-links .button:hover ,
	html .product-inner .add-links .button:focus {
		background-color: #222222;
	}

ul.product_list_widget li .product-details a,
.widget ul.product_list_widget li .product-details a {
	color: #222529;
}
ul.products li.product-col .add_to_cart_button,
.add-links .add_to_cart_read_more {
	font-size: 0.75rem;
	font-weight: 600;
}*/

html .btn-v-dark,
html .btn-dark,
html .cart-popup .button.checkout,
html .wishlist_table .add_to_cart.button,
html .single_add_to_cart_button {
	color: white !important;
	background-color: #2e2e2e !important;
	border-color: #2e2e2e !important;
	}
	html .btn-v-dark:hover,
	html .btn-v-dark:focus,
	html .btn-dark:hover,
	html .btn-dark:focus,
	html .cart-popup .button.checkout:hover,
	html .cart-popup .button.checkout:focus,
	html .wishlist_table .add_to_cart.button:hover,
	html .wishlist_table .add_to_cart.button:focus,
	html .single_add_to_cart_button:hover,
	html .single_add_to_cart_button:focus {
		background-color: #222 !important;
		border-color: #222 !important;
	}

html .cli-style-v2 .cli-bar-btn_container .cli-plugin-button,
html .cli-tab-footer .cli-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0.5rem 1rem;
	margin-top: 0;
	margin-bottom: 0;
	font: 600 14px/1 Inter, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	height: 38px !important;
	white-space: normal !important;
}
html .cli_settings_button {
	color: #999 !important;
	font-weight: normal !important;
	box-shadow: inset 0 0 0 1px #eee !important;
	background: none !important;
}
html .cli_settings_button:hover {
	background: #eee !important;
	color: #555 !important;
}
html .cli-bar-btn_container {
	margin: 0.75rem -2px 0 !important;
	}
	html .cli-bar-btn_container .cli-plugin-button {
		margin: 2px !important;
	}
html .wt-cli-accept-all-btn {
	flex: 1;
}

html #cookie-law-info-bar {
	font-family: Inter, Arial, Helvetica, sans-serif !important;
	padding: 0.75rem 1rem 1rem 1rem !important;
	width: calc(100% - 100px) !important;
	max-width: 420px !important;
	border-radius: 6px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,0.25);
	z-index: 999 !important;
}
html .cli-bar-message {
	font-size: 14px;
	text-align: justify;
}
@media screen and (max-width: 590px) {
	html #cookie-law-info-bar {
		inset: auto auto 5px 5px !important;
	}
	html .cli-bar-message {
		font-size: 11px;
		line-height: 1.4;
	}
	html .cli-style-v2 .cli-bar-btn_container .cli-plugin-button,
	html .cli-tab-footer .cli-btn {
		font-size: 10pt;
	}
	html .cli_settings_button {
		width: 70px !important;
		padding: 2px 10px !important;
	}
}

html .cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #2a2a2a;
	}
	html .cli-tab-footer .wt-cli-privacy-accept-btn:hover,
	html .cli-tab-footer .wt-cli-privacy-accept-btn:focus {
		background-color: #444;
	}

.cart-total .includes_tax,
.shop_table .includes_tax {
	display: none !important;
}

/* bigfix: hide empty spaces */
div.quantity {
	font-size: 0;
	}
	div.quantity > * {
		font-size: 14px;
		vertical-align: top;
	}

.product-buy-cart-hidden .cart .single_add_to_cart_button,
.product-buy-cart-hidden .cart .quantity {
	display: none !important;
}




/* .head-categories-menu {
	padding-bottom: 0;
}
.head-categories-menu-wrap {
	border: none;
	padding-bottom: 40px;
	margin-bottom: -40px;
	overflow: auto;
} */
/* @media screen and (max-width: 992px) {
	.head-categories-menu {
		padding: 5px 0 0 0;
		margin-bottom: 24px;
	}
}
.svg-item {
	padding: 0 !important;
	margin-right: 8px !important;
	transition: all 0.5s;
}
.svg-item .svg-anim {
	display: block;
	width: 80px;
	height: 70px;
	margin: auto;
	height: 100%;
}
.svg-item .svg-anim rect[width="254"] {
	display: none;
}
.svg-item .svg-anim svg {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	stroke-dashoffset: 1050px;
	stroke-dasharray: 1050px;
	animation: svg-anim 7s paused forwards;
}
.svg-item .svg-anim svg [class^="cls-"] {
	stroke-width: 4px;
}
.svg-item a {
	padding: 12px 8px 8px 8px;
	height: 100%;
	border-radius: 4px;
	transition: box-shadow 0.4s
}
.svg-item a:hover,
.svg-item a:focus {
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.21);
	transition: box-shadow 0.4s
}
.svg-item a:active {
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.21);
	transition: box-shadow 0.1s
}
.svg-item .svg-label {
	display: inline-block;
	margin-top: 5px;
	opacity: 0.5;
	color: #555;
	border-radius: 4px;
	padding: 4px 8px;
	font-weight: 500;
	transition: opacity 0.5s, filter 0.5s, color 0.2s, background-color 0.2s;
	filter: blur(5px);
	font-family: Inter;
}
.svg-item.active .svg-label {
	color: #191919;
	font-weight: 600;
}
.svg-item-active.active a {
	border-color: rgba(0,0,0,0.4);
}
.svg-item-active {
	transform: scale(1);
}
.svg-item-active a {
	border-color: rgba(0,0,0,.04);
}
.svg-item-active .svg-anim svg {
	animation-play-state: running;
}
.svg-item-active .svg-label {
	opacity: 1;
	filter: blur(0px);
}
@keyframes svg-anim {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
} */

.wc-block-grid__product {
	font-family: Inter, Arial, Helvetica, sans-serif;
}
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #222529;
}
.wc-block-grid__product .wc-block-grid__product-price {
	font-size: 14px;
	line-height: 16px;
	color: #969799;
}

.x-products-grid.porto-products ul.products {
	margin: -20px -10px !important;
}
.x-products-grid.porto-products ul.products li.product-col {
	padding: 20px 10px;
}
/*
#nav-menu-item-2076521 > a {
	padding-left: 20px !important;
}
#nav-menu-item-2076521::before {
	left: -3px;
	right: auto;
}
#nav-menu-item-2076520::before {
	left: auto;
	right: -3px;
}
#nav-menu-item-2076520::before,
#nav-menu-item-2076521::before {
	position: absolute;
	top: 25%;
	bottom: auto !important;
	width: 3px;
	height: 50%;
	background: white;
	border-radius: 4px;
	opacity: 0.5;
	margin: 0 !important;
	border: none !important;
	z-index: 0 !important;
	content: '';
}
*/
@media screen and (max-width: 1419px) {
	#header .main-menu > li.menu-item > a {
		padding-left: 6px !important;
	}
}

.prod-table-container {
	margin-bottom: 0.75rem;
	border: 1px solid rgba(25, 25, 25, 0.1);
	border-radius: 6px;
	overflow: auto;
}
.prod-table-container table {
	width: 100% !important;
	height: auto !important;
}
.prod-table-container td:not(:first-child) {
	border-left: 1px solid #e5e5e5;
}
.prod-table-container tr:not(:first-child) > td {
	border-top: 1px solid #e5e5e5;
}
.prod-table-container tr:hover > td {
	background: rgba(25,25,25,0.04);
}
@media screen and (max-width: 768px) {
	.prod-table-container table {
		font-size: 12px;
		line-height: 16px;
	}
}

.su-u-trim > p:empty {
	display: none;
}

.term-description a:not([class]),
.wpb_text_column a:not([class]) {
	font-weight: 600;
	text-decoration: underline;
}
.x-product__tabs-content a:not([class]) {
	text-decoration: underline;
}

.term-description a:not([class]):hover,
.wpb_text_column a:not([class]):hover,
.x-product__tabs-content a:not([class]):hover {
	opacity: 0.7;
}
.term-description a:not([class]):active,
.wpb_text_column a:not([class]):active,
.x-product__tabs-content a:not([class]):active {
	opacity: 0.4;
}

.space-y > * + * {
	margin-top: 1rem !important;
}

#yith-wapo-container {
	max-width: 100%;
}


.menu-item .menu-item-icon {
	width: 24px !important;
	height: 24px;
	background: center no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
	margin: -4px 2px 0 0 !important;
}

.menu-item .menu-item-icon_offers {
	background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M220.1,48c29,134.6-109.1,131.9-108.1,267.4c0.8,111,118.4,148.6,144.5,148.6c26.1,0,134.8-23.6,143.1-148.6 C406.7,209,317.9,107.4,220.1,48z M294.4,402.7c-10.2,38.9-66,39-76.4,0.1c-1.5-5.6-2.4-11.5-2.4-17.5c0-41,40.6-88.3,40.6-88.3 s40.4,47.3,40.4,88.3C296.7,391.3,295.9,397.1,294.4,402.7z'%3E%3C/path%3E%3C/svg%3E");
}

.main-menu .menu-item:hover .menu-item-icon {
	opacity: 0.5;
}

.panel-left .menu-item .menu-item-icon {
	width: 36px !important;
	height: 36px !important;
	margin: -4px 6px 0 -6px !important;
}

body .success-message-container {
	width: 310px;
}

body .shop-loop-after .page-numbers {
	margin: 0;
	float: none;
}
body .woocommerce-pagination ul li a,
body .woocommerce-pagination ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	height: 34px;
	line-height: 1;
	padding: 0 5px;
	border-radius: 4px;
	color: #222529;
	min-width: 34px;
	border-color: #e7e7e7;
}
body .woocommerce-pagination ul li a:hover,
body .woocommerce-pagination ul li a:focus {
	color: #222529;
	border-color: #e7e7e7;
	background-color: #eeeff2;
}
body .woocommerce-pagination ul li span.current {
	color: #222529;
	border-color: #e7e7e7;
	background-color: #eeeff2;
}
body .woocommerce-pagination ul li .prev::before,
body .woocommerce-pagination ul li .next::before {
	height: 34px;
	line-height: 32px;
}

.x-card_article.news.post--full .x-card__content a,
.single-news .x-card_article.news .x-card__content a {
	color: #ef4444;
	text-decoration: underline;
}
.x-card_article.news.post--full .x-card__content a:hover,
.x-card_article.news.post--full .x-card__content a:focus,
.single-news .x-card_article.news .x-card__content a:hover,
.single-news .x-card_article.news .x-card__content a:focus {
	color: #ff7e7e;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.x-card_article.news.post--full .x-card__content a:active,
.single-news .x-card_article.news .x-card__content a:active {
	color: black;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

#chaty-widget-0 .chaty-link {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px;
}
#chaty-widget-0 .channel-icon-Whatsapp .color-element,
#chaty-widget-0 .chaty-cta-close .chaty-cta-button ellipse {
	fill: #425b76 !important;
	color: #425b76 !important;
}

/* fix nav scrollbar visible */
#menu-right-side-menu .menu-item:not(:hover) .popup,
#menu-main-menu > li:not(:hover) .popup {
	margin-left: -60vw;
}

.select2-theme-flat .select2-container--default .select2-selection--single {
	font-size: 16px;
	background-color: #efefef;
}
.select2-theme-flat .select2-container--default .select2-selection--single[aria-expanded="false"] {
	border-color: transparent;
}
.select2-theme-flat .select2-container--default .select2-selection__rendered {
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	line-height: 1.28em !important;
	white-space: normal !important;
	overflow: visible !important;
}
.select2-size-lg .select2-container--default .select2-selection--single {
	height: 56px !important;
}
.select2-size-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 54px;
}
.select2-size-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 54px;
}

.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-list-ul:before{content:"\f0ca"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}.fa-weixin:before{content:"\f1d7"}.fa-tiktok:before{content:"\e07b"}.fa-tripadvisor:before{content:"\f262"}/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-brands-400.eot");src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-brands-400.woff2") format("woff2"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-brands-400.woff") format("woff"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-brands-400.ttf") format("truetype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:block;src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-regular-400.eot");src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-regular-400.woff2") format("woff2"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-regular-400.woff") format("woff"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-regular-400.ttf") format("truetype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:block;src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-solid-900.eot");src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-solid-900.woff2") format("woff2"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-solid-900.woff") format("woff"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-solid-900.ttf") format("truetype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/fontawesome_optimized/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .3s ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{background:none;color:inherit;border:none;padding:0;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../images/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-carousel .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer}.owl-carousel .owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-carousel .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 4px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#869791}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;text-shadow:none}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/css/images/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(https://premiumsound.co.uk/wp-content/themes/porto/css/images/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(https://premiumsound.co.uk/wp-content/themes/porto/css/images/blank.gif);-webkit-tap-highlight-color:transparent;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden !important;width:auto}.fancybox-lock body{overflow:hidden !important}.fancybox-lock-test{overflow-y:hidden !important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:#444645;background:rgba(68,70,69,0.65)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/css/images/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/css/images/fancybox_loading@2x.gif);background-size:24px 24px}}.fancybox-overlay .page-top{display:none}a.fancybox-close{background:transparent;transition:all .2s;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);width:41px;height:41px;top:0;right:0}a.fancybox-close:before,a.fancybox-close:after{content:'';position:absolute;color:#838383}a.fancybox-close:before{width:21px;top:20px;left:10px;border-top:1px solid}a.fancybox-close:after{height:21px;top:10px;left:20px;border-left:1px solid}a.fancybox-close:hover{text-decoration:none;opacity:.65;filter:alpha(opacity=65)}a.fancybox-close.fancybox-newsletter-close{top:10px;right:10px}.fancybox-wrap .product_title a:hover{color:#555}.fancybox-skin{background:#fff none repeat scroll 0 0}@font-face{font-family:'Simple-Line-Icons';font-weight:normal;font-display:swap;src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.eot");src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.eot?#iefix") format("embedded-opentype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.ttf") format("truetype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.woff") format("woff"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.svg#Simple-Line-Icons") format("svg");font-style:normal}[class^="Simple-Line-Icons-"],[class*=" Simple-Line-Icons-"]{font-family:'Simple-Line-Icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.Simple-Line-Icons-user-female:before{content:"\e000"}.Simple-Line-Icons-people:before,.Simple-Line-Icons-users:before{content:"\e001"}.Simple-Line-Icons-user-follow:before{content:"\e002"}.Simple-Line-Icons-user-following:before{content:"\e003"}.Simple-Line-Icons-user-unfollow:before{content:"\e004"}.Simple-Line-Icons-user:before{content:"\e005"}.Simple-Line-Icons-trophy:before{content:"\e006"}.Simple-Line-Icons-speedometer:before{content:"\e007"}.Simple-Line-Icons-social-youtube:before{content:"\e008"}.Simple-Line-Icons-social-twitter:before{content:"\e009"}.Simple-Line-Icons-social-tumblr:before{content:"\e00a"}.Simple-Line-Icons-social-facebook:before{content:"\e00b"}.Simple-Line-Icons-social-dropbox:before{content:"\e00c"}.Simple-Line-Icons-social-dribbble:before{content:"\e00d"}.Simple-Line-Icons-shield:before{content:"\e00e"}.Simple-Line-Icons-screen-tablet:before{content:"\e00f"}.Simple-Line-Icons-screen-smartphone:before{content:"\e010"}.Simple-Line-Icons-screen-desktop:before{content:"\e011"}.Simple-Line-Icons-plane:before{content:"\e012"}.Simple-Line-Icons-notebook:before{content:"\e013"}.Simple-Line-Icons-mustache:before,.Simple-Line-Icons-moustache:before{content:"\e014"}.Simple-Line-Icons-mouse:before{content:"\e015"}.Simple-Line-Icons-magnet:before{content:"\e016"}.Simple-Line-Icons-magic-wand:before{content:"\e017"}.Simple-Line-Icons-hourglass:before{content:"\e018"}.Simple-Line-Icons-graduation:before{content:"\e019"}.Simple-Line-Icons-ghost:before{content:"\e01a"}.Simple-Line-Icons-game-controller:before{content:"\e01b"}.Simple-Line-Icons-fire:before{content:"\e01c"}.Simple-Line-Icons-eyeglass:before,.Simple-Line-Icons-eyeglasses:before{content:"\e01d"}.Simple-Line-Icons-envelope-open:before{content:"\e01e"}.Simple-Line-Icons-envolope-letter:before,.Simple-Line-Icons-envelope-letter:before{content:"\e01f"}.Simple-Line-Icons-energy:before{content:"\e020"}.Simple-Line-Icons-emotsmile:before{content:"\e021"}.Simple-Line-Icons-disc:before{content:"\e022"}.Simple-Line-Icons-cursor-move:before{content:"\e023"}.Simple-Line-Icons-crop:before{content:"\e024"}.Simple-Line-Icons-credit-card:before{content:"\e025"}.Simple-Line-Icons-chemistry:before{content:"\e026"}.Simple-Line-Icons-bell:before{content:"\e027"}.Simple-Line-Icons-badge:before{content:"\e028"}.Simple-Line-Icons-anchor:before{content:"\e029"}.Simple-Line-Icons-wallet:before{content:"\e02a"}.Simple-Line-Icons-vector:before{content:"\e02b"}.Simple-Line-Icons-speech:before{content:"\e02c"}.Simple-Line-Icons-puzzle:before{content:"\e02d"}.Simple-Line-Icons-printer:before{content:"\e02e"}.Simple-Line-Icons-present:before{content:"\e02f"}.Simple-Line-Icons-playlist:before{content:"\e030"}.Simple-Line-Icons-pin:before{content:"\e031"}.Simple-Line-Icons-picture:before{content:"\e032"}.Simple-Line-Icons-map:before{content:"\e033"}.Simple-Line-Icons-layers:before{content:"\e034"}.Simple-Line-Icons-handbag:before{content:"\e035"}.Simple-Line-Icons-globe-alt:before{content:"\e036"}.Simple-Line-Icons-globe:before{content:"\e037"}.Simple-Line-Icons-frame:before{content:"\e038"}.Simple-Line-Icons-folder-alt:before{content:"\e039"}.Simple-Line-Icons-film:before{content:"\e03a"}.Simple-Line-Icons-feed:before{content:"\e03b"}.Simple-Line-Icons-earphones-alt:before{content:"\e03c"}.Simple-Line-Icons-earphones:before{content:"\e03d"}.Simple-Line-Icons-drop:before{content:"\e03e"}.Simple-Line-Icons-drawar:before,.Simple-Line-Icons-drawer:before{content:"\e03f"}.Simple-Line-Icons-docs:before{content:"\e040"}.Simple-Line-Icons-directions:before{content:"\e041"}.Simple-Line-Icons-direction:before{content:"\e042"}.Simple-Line-Icons-diamond:before{content:"\e043"}.Simple-Line-Icons-cup:before{content:"\e044"}.Simple-Line-Icons-compass:before{content:"\e045"}.Simple-Line-Icons-call-out:before{content:"\e046"}.Simple-Line-Icons-call-in:before{content:"\e047"}.Simple-Line-Icons-call-end:before{content:"\e048"}.Simple-Line-Icons-calculator:before{content:"\e049"}.Simple-Line-Icons-bubbles:before{content:"\e04a"}.Simple-Line-Icons-briefcase:before{content:"\e04b"}.Simple-Line-Icons-book-open:before{content:"\e04c"}.Simple-Line-Icons-basket-loaded:before{content:"\e04d"}.Simple-Line-Icons-basket:before{content:"\e04e"}.Simple-Line-Icons-bag:before{content:"\e04f"}.Simple-Line-Icons-action-undo:before{content:"\e050"}.Simple-Line-Icons-action-redo:before{content:"\e051"}.Simple-Line-Icons-wrench:before{content:"\e052"}.Simple-Line-Icons-umbrella:before{content:"\e053"}.Simple-Line-Icons-trash:before{content:"\e054"}.Simple-Line-Icons-tag:before{content:"\e055"}.Simple-Line-Icons-support:before{content:"\e056"}.Simple-Line-Icons-size-fullscreen:before{content:"\e057"}.Simple-Line-Icons-size-actual:before{content:"\e058"}.Simple-Line-Icons-shuffle:before{content:"\e059"}.Simple-Line-Icons-share-alt:before{content:"\e05a"}.Simple-Line-Icons-share:before{content:"\e05b"}.Simple-Line-Icons-rocket:before{content:"\e05c"}.Simple-Line-Icons-question:before{content:"\e05d"}.Simple-Line-Icons-pie-chart:before{content:"\e05e"}.Simple-Line-Icons-pencil:before{content:"\e05f"}.Simple-Line-Icons-note:before{content:"\e060"}.Simple-Line-Icons-music-tone-alt:before{content:"\e061"}.Simple-Line-Icons-music-tone:before{content:"\e062"}.Simple-Line-Icons-microphone:before{content:"\e063"}.Simple-Line-Icons-loop:before{content:"\e064"}.Simple-Line-Icons-logout:before{content:"\e065"}.Simple-Line-Icons-login:before{content:"\e066"}.Simple-Line-Icons-list:before{content:"\e067"}.Simple-Line-Icons-like:before{content:"\e068"}.Simple-Line-Icons-home:before{content:"\e069"}.Simple-Line-Icons-grid:before{content:"\e06a"}.Simple-Line-Icons-graph:before{content:"\e06b"}.Simple-Line-Icons-equalizer:before{content:"\e06c"}.Simple-Line-Icons-dislike:before{content:"\e06d"}.Simple-Line-Icons-cursor:before{content:"\e06e"}.Simple-Line-Icons-control-start:before{content:"\e06f"}.Simple-Line-Icons-control-rewind:before{content:"\e070"}.Simple-Line-Icons-control-play:before{content:"\e071"}.Simple-Line-Icons-control-pause:before{content:"\e072"}.Simple-Line-Icons-control-forward:before{content:"\e073"}.Simple-Line-Icons-control-end:before{content:"\e074"}.Simple-Line-Icons-calender:before,.Simple-Line-Icons-calendar:before{content:"\e075"}.Simple-Line-Icons-bulb:before{content:"\e076"}.Simple-Line-Icons-chart:before,.Simple-Line-Icons-bar-chart:before{content:"\e077"}.Simple-Line-Icons-arrow-up-circle:before{content:"\e078"}.Simple-Line-Icons-arrow-right-circle:before{content:"\e079"}.Simple-Line-Icons-arrow-left-circle:before{content:"\e07a"}.Simple-Line-Icons-arrow-down-circle:before{content:"\e07b"}.Simple-Line-Icons-ban:before{content:"\e07c"}.Simple-Line-Icons-bubble:before{content:"\e07d"}.Simple-Line-Icons-camrecorder:before,.Simple-Line-Icons-camcorder:before{content:"\e07e"}.Simple-Line-Icons-camera:before{content:"\e07f"}.Simple-Line-Icons-check:before{content:"\e080"}.Simple-Line-Icons-clock:before{content:"\e081"}.Simple-Line-Icons-close:before{content:"\e082"}.Simple-Line-Icons-cloud-download:before{content:"\e083"}.Simple-Line-Icons-cloud-upload:before{content:"\e084"}.Simple-Line-Icons-doc:before{content:"\e085"}.Simple-Line-Icons-envolope:before,.Simple-Line-Icons-envelope:before{content:"\e086"}.Simple-Line-Icons-eye:before{content:"\e087"}.Simple-Line-Icons-flag:before{content:"\e088"}.Simple-Line-Icons-folder:before{content:"\e089"}.Simple-Line-Icons-heart:before{content:"\e08a"}.Simple-Line-Icons-info:before{content:"\e08b"}.Simple-Line-Icons-key:before{content:"\e08c"}.Simple-Line-Icons-link:before{content:"\e08d"}.Simple-Line-Icons-lock:before{content:"\e08e"}.Simple-Line-Icons-lock-open:before{content:"\e08f"}.Simple-Line-Icons-magnifier:before{content:"\e090"}.Simple-Line-Icons-magnifier-add:before{content:"\e091"}.Simple-Line-Icons-magnifier-remove:before{content:"\e092"}.Simple-Line-Icons-paper-clip:before{content:"\e093"}.Simple-Line-Icons-paper-plane:before{content:"\e094"}.Simple-Line-Icons-plus:before{content:"\e095"}.Simple-Line-Icons-location-pin:before,.Simple-Line-Icons-pointer:before{content:"\e096"}.Simple-Line-Icons-power:before{content:"\e097"}.Simple-Line-Icons-refresh:before{content:"\e098"}.Simple-Line-Icons-reload:before{content:"\e099"}.Simple-Line-Icons-settings:before{content:"\e09a"}.Simple-Line-Icons-star:before{content:"\e09b"}.Simple-Line-Icons-symbol-female:before,.Simple-Line-Icons-symbol-fermale:before{content:"\e09c"}.Simple-Line-Icons-symbol-male:before{content:"\e09d"}.Simple-Line-Icons-target:before{content:"\e09e"}.Simple-Line-Icons-volume-1:before{content:"\e09f"}.Simple-Line-Icons-volume-2:before{content:"\e0a0"}.Simple-Line-Icons-volume-off:before{content:"\e0a1"}.Simple-Line-Icons-phone:before{content:"\e600"}.Simple-Line-Icons-menu:before{content:"\e601"}.Simple-Line-Icons-options-vertical:before{content:"\e602"}.Simple-Line-Icons-options:before{content:"\e603"}.Simple-Line-Icons-arrow-down:before{content:"\e604"}.Simple-Line-Icons-arrow-left:before{content:"\e605"}.Simple-Line-Icons-arrow-right:before{content:"\e606"}.Simple-Line-Icons-arrow-up:before{content:"\e607"}.Simple-Line-Icons-paypal:before{content:"\e608"}.Simple-Line-Icons-social-instagram:before{content:"\e609"}.Simple-Line-Icons-social-linkedin:before{content:"\e60a"}.Simple-Line-Icons-social-pinterest:before{content:"\e60b"}.Simple-Line-Icons-social-github:before{content:"\e60c"}.Simple-Line-Icons-social-google:before{content:"\e60d"}.Simple-Line-Icons-social-reddit:before{content:"\e60e"}.Simple-Line-Icons-social-skype:before{content:"\e60f"}.Simple-Line-Icons-social-behance:before{content:"\e610"}.Simple-Line-Icons-social-foursqare:before{content:"\e611"}.Simple-Line-Icons-social-soundcloud:before{content:"\e612"}.Simple-Line-Icons-social-spotify:before{content:"\e613"}.Simple-Line-Icons-social-stumbleupon:before{content:"\e614"}.Simple-Line-Icons-minus:before{content:"\e615"}.Simple-Line-Icons-organization:before{content:"\e616"}.Simple-Line-Icons-exclamation:before{content:"\e617"}.Simple-Line-Icons-social-vkontakte:before{content:"\e618"}.Simple-Line-Icons-event:before{content:"\e619"}.Simple-Line-Icons-social-steam:before{content:"\e620"}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:9042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:9043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:9045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:9044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:9046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:fixed;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.2%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;max-height:none !important;height:auto;display:block;line-height:0;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-fade.mfp-bg{opacity:0;transition:all 0.15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:0.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:all 0.15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.selectric-wrapper{position:relative;cursor:pointer}.selectric-responsive{width:100%}.selectric{border:1px solid #DDD;background:#F8F8F8;position:relative}.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 38px 0 10px;font-size:12px;line-height:38px;color:#444;height:38px}.selectric .button{display:block;position:absolute;right:0;top:0;width:38px;height:38px;color:#BBB;text-align:center;font:0/0 a;*font:20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial}.selectric .button:after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;border:4px solid transparent;border-top-color:#BBB;border-bottom:none}.selectric-hover .selectric{border-color:#c4c4c4}.selectric-hover .selectric .button{color:#a2a2a2}.selectric-hover .selectric .button:after{border-top-color:#a2a2a2}.selectric-open{z-index:9999}.selectric-open .selectric{border-color:#c4c4c4}.selectric-open .selectric-items{display:block}.selectric-disabled{opacity:0.5;cursor:default;user-select:none}.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0}.selectric-hide-select select{position:absolute;left:-100%;display:none}.selectric-input{position:absolute !important;top:0 !important;left:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;outline:none !important;border:none !important;background:none !important}.selectric-temp-show{position:absolute !important;visibility:hidden !important;display:block !important}.selectric-items{display:none;position:absolute;top:100%;left:0;background:#F8F8F8;border:1px solid #c4c4c4;z-index:-1;box-shadow:0 0 10px -6px}.selectric-items .selectric-scroll{height:100%;overflow:auto}.selectric-above .selectric-items{top:auto;bottom:100%}.selectric-items ul,.selectric-items li{list-style:none;padding:0;margin:0;font-size:12px;line-height:20px;min-height:20px}.selectric-items li{display:block;padding:8px;border-top:1px solid #FFF;border-bottom:1px solid #EEE;color:#666;cursor:pointer}.selectric-items li.selected{background:#EFEFEF;color:#444}.selectric-items li:hover{background:#F0F0F0;color:#444}.selectric-items .disabled{opacity:0.5;cursor:default !important;background:none !important;color:#666 !important;user-select:none}.selectric-items .selectric-group .selectric-group-label{font-weight:bold;padding-left:10px;cursor:default;user-select:none;background:none;color:#444}.selectric-items .selectric-group.disabled li{opacity:1}.selectric-items .selectric-group li{padding-left:25px}@font-face{font-family:'porto';src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.eot");src:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.eot?#iefix") format("embedded-opentype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.woff2") format("woff2"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.woff") format("woff"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.ttf") format("truetype"),url("https://premiumsound.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.svg#porto") format("svg");font-weight:normal;font-style:normal;font-display:swap}[class^="porto-icon-"]:before,[class*=" porto-icon-"]:before{font-family:"porto";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.porto-icon-spin1:before{content:"\e800"}.porto-icon-spin2:before{content:"\e801"}.porto-icon-spin3:before{content:"\e802"}.porto-icon-spin4:before{content:"\e803"}.porto-icon-spin5:before{content:"\e804"}.porto-icon-spin6:before{content:"\e805"}.porto-icon-firefox:before{content:"\e806"}.porto-icon-chrome:before{content:"\e807"}.porto-icon-opera:before{content:"\e808"}.porto-icon-ie:before{content:"\e809"}.porto-icon-phone:before{content:"\e80a"}.porto-icon-down-dir:before{content:"\e80b"}.porto-icon-cart:before{content:"\e80c"}.porto-icon-up-dir:before{content:"\e80d"}.porto-icon-mode-grid:before{content:"\e80e"}.porto-icon-mode-list:before{content:"\e80f"}.porto-icon-compare:before{content:"\e810"}.porto-icon-wishlist:before{content:"\e811"}.porto-icon-search:before{content:"\e812"}.porto-icon-left-dir:before{content:"\e813"}.porto-icon-right-dir:before{content:"\e814"}.porto-icon-down-open:before{content:"\e815"}.porto-icon-left-open:before{content:"\e816"}.porto-icon-right-open:before{content:"\e817"}.porto-icon-up-open:before{content:"\e818"}.porto-icon-angle-left:before{content:"\e819"}.porto-icon-angle-right:before{content:"\e81a"}.porto-icon-angle-up:before{content:"\e81b"}.porto-icon-angle-down:before{content:"\e81c"}.porto-icon-down:before{content:"\e81d"}.porto-icon-left:before{content:"\e81e"}.porto-icon-right:before{content:"\e81f"}.porto-icon-up:before{content:"\e820"}.porto-icon-angle-double-left:before{content:"\e821"}.porto-icon-angle-double-right:before{content:"\e822"}.porto-icon-angle-double-up:before{content:"\e823"}.porto-icon-angle-double-down:before{content:"\e824"}.porto-icon-mail:before{content:"\e825"}.porto-icon-location:before{content:"\e826"}.porto-icon-skype:before{content:"\e827"}.porto-icon-right-open-big:before{content:"\e828"}.porto-icon-left-open-big:before{content:"\e829"}.porto-icon-down-open-big:before{content:"\e82a"}.porto-icon-up-open-big:before{content:"\e82b"}.porto-icon-cancel:before{content:"\e82c"}.porto-icon-user:before{content:"\e82d"}.porto-icon-mail-alt:before{content:"\e82e"}.porto-icon-fax:before{content:"\e82f"}.porto-icon-lock:before{content:"\e830"}.porto-icon-company:before{content:"\e831"}.porto-icon-city:before{content:"\e832"}.porto-icon-post:before{content:"\e833"}.porto-icon-country:before{content:"\e834"}.porto-icon-calendar:before{content:"\e835"}.porto-icon-doc:before{content:"\e836"}.porto-icon-mobile:before{content:"\e837"}.porto-icon-clock:before{content:"\e838"}.porto-icon-chat:before{content:"\e839"}.porto-icon-tag:before{content:"\e83a"}.porto-icon-folder:before{content:"\e83b"}.porto-icon-folder-open:before{content:"\e83c"}.porto-icon-forward:before{content:"\e83d"}.porto-icon-reply:before{content:"\e83e"}.porto-icon-cog:before{content:"\e83f"}.porto-icon-cog-alt:before{content:"\e840"}.porto-icon-wrench:before{content:"\e841"}.porto-icon-quote-left:before{content:"\e842"}.porto-icon-quote-right:before{content:"\e843"}.porto-icon-gift:before{content:"\e844"}.porto-icon-dollar:before{content:"\e845"}.porto-icon-euro:before{content:"\e846"}.porto-icon-pound:before{content:"\e847"}.porto-icon-rupee:before{content:"\e848"}.porto-icon-yen:before{content:"\e849"}.porto-icon-rouble:before{content:"\e84a"}.porto-icon-try:before{content:"\e84b"}.porto-icon-won:before{content:"\e84c"}.porto-icon-bitcoin:before{content:"\e84d"}.porto-icon-ok:before{content:"\e84e"}.porto-icon-chevron-left:before{content:"\e84f"}.porto-icon-chevron-right:before{content:"\e850"}.porto-icon-export:before{content:"\e851"}.porto-icon-star:before{content:"\e852"}.porto-icon-star-empty:before{content:"\e853"}.porto-icon-plus-squared:before{content:"\e854"}.porto-icon-minus-squared:before{content:"\e855"}.porto-icon-plus-squared-alt:before{content:"\e856"}.porto-icon-minus-squared-alt:before{content:"\e857"}.porto-icon-truck:before{content:"\e858"}.porto-icon-lifebuoy:before{content:"\e859"}.porto-icon-pencil:before{content:"\e85a"}.porto-icon-users:before{content:"\e85b"}.porto-icon-video:before{content:"\e85c"}.porto-icon-menu:before{content:"\e85d"}.porto-icon-desktop:before{content:"\e85e"}.porto-icon-doc-inv:before{content:"\e85f"}.porto-icon-circle:before{content:"\e860"}.porto-icon-circle-empty:before{content:"\e861"}.porto-icon-circle-thin:before{content:"\e862"}.porto-icon-mini-cart:before{content:"\e863"}.porto-icon-paper-plane:before{content:"\e864"}.porto-icon-attention-alt:before{content:"\e865"}.porto-icon-info:before{content:"\e866"}.porto-icon-compare-link:before{content:"\e867"}.porto-icon-cat-default:before{content:"\e868"}.porto-icon-cat-computer:before{content:"\e869"}.porto-icon-cat-couch:before{content:"\e86a"}.porto-icon-cat-garden:before{content:"\e86b"}.porto-icon-cat-gift:before{content:"\e86c"}.porto-icon-cat-shirt:before{content:"\e86d"}.porto-icon-cat-sport:before{content:"\e86e"}.porto-icon-cat-toys:before{content:"\e86f"}.porto-icon-tag-line:before{content:"\e870"}.porto-icon-bag:before{content:"\e871"}.porto-icon-search-1:before{content:"\e872"}.porto-icon-plus:before{content:"\e873"}.porto-icon-minus:before{content:"\e874"}.porto-icon-search-2:before{content:"\e875"}.porto-icon-bag-1:before{content:"\e876"}.porto-icon-online-support:before{content:"\e877"}.porto-icon-shopping-bag:before{content:"\e878"}.porto-icon-us-dollar:before{content:"\e879"}.porto-icon-shipped:before{content:"\e87a"}.porto-icon-list:before{content:"\e87b"}.porto-icon-money:before{content:"\e87c"}.porto-icon-shipping:before{content:"\e87d"}.porto-icon-support:before{content:"\e87e"}.porto-icon-bag-2:before{content:"\e87f"}.porto-icon-grid:before{content:"\e880"}.porto-icon-bag-3:before{content:"\e881"}.porto-icon-direction:before{content:"\e882"}.porto-icon-home:before{content:"\e883"}.porto-icon-magnifier:before{content:"\e884"}.porto-icon-magnifier-add:before{content:"\e885"}.porto-icon-magnifier-remove:before{content:"\e886"}.porto-icon-phone-1:before{content:"\e887"}.porto-icon-clock-1:before{content:"\e888"}.porto-icon-heart:before{content:"\e889"}.porto-icon-heart-1:before{content:"\e88a"}.porto-icon-earphones-alt:before{content:"\e88b"}.porto-icon-credit-card:before{content:"\e88c"}.porto-icon-action-undo:before{content:"\e88d"}.porto-icon-envolope:before{content:"\e88e"}.porto-icon-chart:before{content:"\e88f"}.porto-icon-shopping-cart:before{content:"\e8ba"}.porto-icon-phone-2:before{content:"\e8bb"}.porto-icon-percent-circle:before{content:"\e8bf"}.porto-icon-pulley:before{content:"\e8c1"}.porto-icon-password-lock:before{content:"\e8c2"}.porto-icon-pin:before{content:"\e8c4"}.porto-icon-rotulo:before{content:"\e8c6"}.porto-icon-comida-organica:before{content:"\e8c7"}.porto-icon-estrela:before{content:"\e8c8"}.porto-icon-fazer-compras:before{content:"\e8c9"}.porto-icon-gluten:before{content:"\e8ca"}.porto-icon-arrow-forward-right:before{content:"\e8cc"}.porto-icon-cart-thick:before{content:"\e700"}.porto-icon-check-circle:before{content:"\e701"}.porto-icon-envelope:before{content:"\e702"}.porto-icon-business-book:before{content:"\e703"}.porto-icon-long-arrow-right:before{content:"\e704"}.porto-icon-percent-shape:before{content:"\e705"}.porto-icon-sale-label:before{content:"\e706"}.porto-icon-help-circle:before{content:"\e707"}.porto-icon-sale-discount:before{content:"\e708"}.porto-icon-shipping-truck:before{content:"\e709"}.porto-icon-user-3:before{content:"\e70a"}.porto-icon-long-arrow-alt:before{content:"\e70b"}.porto-icon-map-location:before{content:"\e70c"}.porto-icon-phone-call:before{content:"\e70d"}.porto-icon-tablet:before{content:"\e70e"}.porto-icon-category-home:before{content:"\e900"}.porto-icon-category-motors:before{content:"\e901"}.porto-icon-category-music:before{content:"\e902"}.porto-icon-category-gifts:before{content:"\e903"}.porto-icon-category-electronics:before{content:"\e904"}.porto-icon-category-fashion:before{content:"\e905"}.porto-icon-category-hot-deals:before{content:"\e906"}.porto-icon-tag-percent:before{content:"\e907"}.porto-icon-joystick:before{content:"\e908"}.porto-icon-category-furniture:before{content:"\e909"}.porto-icon-category-garden:before{content:"\e90a"}.porto-icon-category-lanterns-lighting:before{content:"\e90b"}.porto-icon-category-mechanics:before{content:"\e90c"}.porto-icon-category-motorcycles:before{content:"\e90d"}.porto-icon-category-sound-video:before{content:"\e90e"}.porto-icon-category-steering:before{content:"\e90f"}.porto-icon-category-external-accessories:before{content:"\e910"}.porto-icon-category-fluids:before{content:"\e911"}.porto-icon-category-internal-accessories:before{content:"\e912"}.porto-icon-category-chains:before{content:"\e913"}.porto-icon-category-frames:before{content:"\e914"}.porto-icon-category-pedals:before{content:"\e915"}.porto-icon-category-saddle:before{content:"\e916"}.porto-icon-category-tools:before{content:"\e917"}.porto-icon-search-3:before{content:"\e918"}.porto-icon-secure-payment:before{content:"\e919"}.porto-icon-user-2:before{content:"\e91a"}.porto-icon-wishlist-2:before{content:"\e91b"}.porto-icon-gift-2:before{content:"\e91c"}.porto-icon-edit:before{content:"\e91d"}.porto-icon-chef:before{content:"\e91e"}.porto-icon-smiling-girl:before{content:"\e91f"}.porto-icon-tshirt:before{content:"\e920"}.porto-icon-boy-broad-smile:before{content:"\e921"}.porto-icon-smiling-baby:before{content:"\e922"}.porto-icon-bars:before{content:"\e923"}.porto-icon-twitter:before{content:"\f099"}.porto-icon-facebook:before{content:"\f09a"}.porto-icon-spinner:before{content:"\f110"}.porto-icon-instagram:before{content:"\f16d"}.porto-icon-check-empty:before{content:"\f87a"}.porto-icon-check:before{content:"\f87b"}.porto-icon-callin:before{content:'\e924'}.porto-icon-atmark:before{content:'\e925'}.scroll-wrapper{overflow:hidden !important;padding:0 !important;position:relative}.scroll-wrapper>.scroll-content{border:none !important;box-sizing:content-box !important;height:auto;left:0;margin:0;max-height:none;max-width:none !important;overflow:scroll !important;padding:0;position:relative !important;top:0;width:auto !important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-wrapper.scroll--rtl{direction:rtl}.scroll-element{box-sizing:content-box;display:none}.scroll-element div{box-sizing:content-box}.scroll-element .scroll-bar,.scroll-element .scroll-arrow{cursor:default}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-textarea{border:1px solid #cccccc;border-top-color:#999999}.scroll-textarea>.scroll-content{overflow:hidden !important}.scroll-textarea>.scroll-content>textarea{border:none !important;height:100% !important;margin:0;max-height:none !important;max-width:none !important;overflow:scroll !important;outline:none;padding:2px;position:relative !important;top:0;width:100% !important}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-inner>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}.scrollbar-inner>.scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}.scrollbar-inner>.scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track,.scrollbar-inner>.scroll-element .scroll-bar{border-radius:8px}.scrollbar-inner>.scroll-element .scroll-element_track,.scrollbar-inner>.scroll-element .scroll-bar{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);opacity:0.4}.scrollbar-inner>.scroll-element .scroll-element_track{background-color:#e0e0e0}.scrollbar-inner>.scroll-element .scroll-bar{background-color:#c2c2c2}.scrollbar-inner>.scroll-element:hover .scroll-bar{background-color:#919191}.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-12px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-12px}.scrollbar-outer>.scroll-element,.scrollbar-outer>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-outer>.scroll-element{background-color:#ffffff}.scrollbar-outer>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-outer>.scroll-element.scroll-x{bottom:0;height:12px;left:0;width:100%}.scrollbar-outer>.scroll-element.scroll-y{height:100%;right:0;top:0;width:12px}.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer{height:8px;top:2px}.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer{left:2px;width:8px}.scrollbar-outer>.scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-outer>.scroll-element .scroll-element_track{background-color:#eeeeee}.scrollbar-outer>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_track,.scrollbar-outer>.scroll-element .scroll-bar{border-radius:8px}.scrollbar-outer>.scroll-element .scroll-bar{background-color:#d9d9d9}.scrollbar-outer>.scroll-element .scroll-bar:hover{background-color:#c2c2c2}.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-outer>.scroll-content.scroll-scrolly_visible{left:-12px;margin-left:12px}.scrollbar-outer>.scroll-content.scroll-scrollx_visible{top:-12px;margin-top:12px}.scrollbar-outer>.scroll-element.scroll-x .scroll-bar{min-width:10px}.scrollbar-outer>.scroll-element.scroll-y .scroll-bar{min-height:10px}.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-14px}.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-14px}.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-14px}.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-14px}.scrollbar-macosx>.scroll-element,.scrollbar-macosx>.scroll-element div{background:none;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-macosx>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-macosx>.scroll-element .scroll-element_track{display:none}.scrollbar-macosx>.scroll-element .scroll-bar{background-color:#6C6E71;display:block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border-radius:7px;transition:opacity 0.2s linear}.scrollbar-macosx:hover>.scroll-element .scroll-bar,.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:0.7}.scrollbar-macosx>.scroll-element.scroll-x{bottom:0px;height:0px;left:0;min-width:100%;overflow:visible;width:100%}.scrollbar-macosx>.scroll-element.scroll-y{height:100%;min-height:100%;right:0px;top:0;width:0px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar{height:7px;min-width:10px;top:-9px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar{left:-9px;min-height:10px;width:7px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer{left:2px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer{top:2px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-light>.scroll-element,.scrollbar-light>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-light>.scroll-element{background-color:#ffffff}.scrollbar-light>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-light>.scroll-element .scroll-element_outer{border-radius:10px}.scrollbar-light>.scroll-element .scroll-element_size{background:#dbdbdb;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");background:-webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);background:linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);border-radius:10px}.scrollbar-light>.scroll-element.scroll-x{bottom:0;height:17px;left:0;min-width:100%;width:100%}.scrollbar-light>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:17px}.scrollbar-light>.scroll-element .scroll-bar{background:#fefefe;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");background:-webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);background:linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);border:1px solid #dbdbdb;border-radius:10px}.scrollbar-light>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-light>.scroll-content.scroll-scrollx_visible{top:-17px;margin-top:17px}.scrollbar-light>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:0px}.scrollbar-light>.scroll-element.scroll-y .scroll-bar{left:0px;min-height:10px;width:10px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer{height:12px;left:2px;top:2px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer{left:2px;top:2px;width:12px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-19px}.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-19px}.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}.scrollbar-rail>.scroll-element,.scrollbar-rail>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-rail>.scroll-element{background-color:#ffffff}.scrollbar-rail>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-rail>.scroll-element .scroll-element_size{background-color:#999;background-color:rgba(0,0,0,0.3)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size{background-color:#666;background-color:rgba(0,0,0,0.5)}.scrollbar-rail>.scroll-element.scroll-x{bottom:0;height:12px;left:0;min-width:100%;padding:3px 0 2px;width:100%}.scrollbar-rail>.scroll-element.scroll-y{height:100%;min-height:100%;padding:0 2px 0 3px;right:0;top:0;width:12px}.scrollbar-rail>.scroll-element .scroll-bar{background-color:#d0b9a0;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,0.5)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar{box-shadow:1px 1px 3px rgba(0,0,0,0.6)}.scrollbar-rail>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-rail>.scroll-content.scroll-scrollx_visible{margin-top:17px;top:-17px}.scrollbar-rail>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:1px}.scrollbar-rail>.scroll-element.scroll-y .scroll-bar{left:1px;min-height:10px;width:10px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer{height:15px;left:5px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size{height:2px;left:-10px;top:5px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer{top:5px;width:15px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size{left:5px;top:-10px;width:2px}.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-25px}.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-25px}.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-25px}.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-25px}.scrollbar-dynamic>.scroll-element,.scrollbar-dynamic>.scroll-element div{background:none;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-dynamic>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-dynamic>.scroll-element.scroll-x{bottom:2px;height:7px;left:0;min-width:100%;width:100%}.scrollbar-dynamic>.scroll-element.scroll-y{height:100%;min-height:100%;right:2px;top:0;width:7px}.scrollbar-dynamic>.scroll-element .scroll-element_outer{opacity:0.3;border-radius:12px}.scrollbar-dynamic>.scroll-element .scroll-element_size{background-color:#cccccc;opacity:0;border-radius:12px;transition:opacity 0.2s}.scrollbar-dynamic>.scroll-element .scroll-bar{background-color:#6c6e71;border-radius:7px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar{bottom:0;height:7px;min-width:24px;top:auto}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar{left:auto;min-height:24px;right:0;width:7px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer{bottom:0;top:auto;left:2px;transition:height 0.2s}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer{left:auto;right:0;top:2px;transition:width 0.2s}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer{overflow:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:0.7}.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size{opacity:1}.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar{height:100%;width:100%;border-radius:12px}.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer{height:20px;min-height:7px}.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer{min-width:7px;width:20px}.scrollbar-chrome>.scroll-element,.scrollbar-chrome>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-chrome>.scroll-element{background-color:#ffffff}.scrollbar-chrome>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-chrome>.scroll-element .scroll-element_track{background:#f1f1f1;border:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x{bottom:0;height:16px;left:0;min-width:100%;width:100%}.scrollbar-chrome>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:16px}.scrollbar-chrome>.scroll-element .scroll-bar{background-color:#d9d9d9;border:1px solid #bdbdbd;cursor:default;border-radius:2px}.scrollbar-chrome>.scroll-element .scroll-bar:hover{background-color:#c2c2c2;border-color:#a9a9a9}.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191;border-color:#7e7e7e}.scrollbar-chrome>.scroll-content.scroll-scrolly_visible{left:-16px;margin-left:16px}.scrollbar-chrome>.scroll-content.scroll-scrollx_visible{top:-16px;margin-top:16px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar{height:8px;min-width:10px;top:3px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar{left:3px;min-height:10px;width:8px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer{border-left:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track{height:14px;left:-3px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size{height:14px;left:-4px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer{border-top:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track{top:-3px;width:14px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size{top:-4px;width:14px}.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-19px}.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-19px}.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}

﻿html{direction:ltr;overflow-x:hidden;box-shadow:none !important;font-size:16px}body{margin:0}.clear{float:none;clear:both}.f-left,.pull-left{float:left}.f-right,.pull-right{float:right}.f-none{float:none}.hide,.sticky-header .d-sticky-header-none{display:none !important}.row:before,.row:after{display:none}.row-align-items-center .row{-ms-flex-align:center;align-items:center}@media (max-width: 575px){body{font-size:13px}}a.nolink{pointer-events:none}[data-plugin-sticky]{position:relative;z-index:8;will-change:position, top, bottom, left}.z-index-1{z-index:1}h1,h2,h3,h4,h5,h6{font-weight:200;text-transform:none;letter-spacing:normal}h1{font-size:2.6em;line-height:44px;margin:0 0 32px 0}h2{font-size:2.2em;font-weight:300;line-height:40px;margin:0 0 32px 0}h3{font-size:1.8em;font-weight:400;line-height:32px;margin:0 0 20px 0}h4{font-size:1.4em;font-weight:400;line-height:27px;margin:0 0 14px 0}h5{font-size:1em;font-weight:600;line-height:18px;margin:0 0 14px 0}h6{font-size:1em;font-weight:400;line-height:18px;margin:0 0 14px 0}h1.big{font-size:4.2em;line-height:54px}h1.small{font-size:2.2em;line-height:42px;font-weight:600}h1.short{margin-bottom:15px}h2.short{margin-bottom:15px}h3.short,h4.short,h5.short,h6.short{margin-bottom:9px}h1.shorter,h2.shorter,h3.shorter,h4.shorter,h5.shorter,h6.shorter{margin-bottom:0}h1.tall,h2.tall,h3.tall,h4.tall,h5.tall,h6.tall{margin-bottom:33px}h1.taller,h2.taller,h3.taller,h4.taller,h5.taller,h6.taller{margin-bottom:44px}h1.spaced,h2.spaced,h3.spaced,h4.spaced,h5.spaced,h6.spaced{margin-top:22px}h1.more-spaced,h2.more-spaced,h3.more-spaced,h4.more-spaced,h5.more-spaced,h6.more-spaced{margin-top:44px}h1.light,h2.light,h3.light,h4.light,h5.light,h6.light,h1.white,h2.white,h3.white,h4.white,h5.white,h6.white{color:#fff}h1.text-shadow,h2.text-shadow,h3.text-shadow,h4.text-shadow,h5.text-shadow,h6.text-shadow{text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.heading.heading-border{margin-bottom:1.5625rem}.heading.heading-border h1,.heading.heading-border h2,.heading.heading-border h3,.heading.heading-border h4,.heading.heading-border h5,.heading.heading-border h6{padding:0;margin:0}.heading.heading-middle-border .heading-tag{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.heading.heading-middle-border .heading-tag:before,.heading.heading-middle-border .heading-tag:after{height:0;border-top:1px solid;border-top-color:inherit;-ms-flex:1;flex:1}.heading.heading-middle-border .heading-tag:after{content:''}.heading.heading-middle-border h1:before{margin-right:20px}.heading.heading-middle-border h1:after{margin-left:20px}.heading.heading-middle-border h2:before,.heading.heading-middle-border h3:before{margin-right:15px}.heading.heading-middle-border h2:after,.heading.heading-middle-border h3:after{margin-left:15px}.heading.heading-middle-border h4:before,.heading.heading-middle-border h5:before,.heading.heading-middle-border h6:before{margin-right:8px}.heading.heading-middle-border h4:after,.heading.heading-middle-border h5:after,.heading.heading-middle-border h6:after{margin-left:8px}.heading.heading-middle-border-reverse .heading-tag:before{content:''}.heading.heading-middle-border-reverse .heading-tag:after{content:none}.heading.heading-middle-border-center .heading-tag:before{content:''}.heading.heading-border-xs .heading-tag{border-bottom-width:1px}.heading.heading-border-xs .heading-tag:before,.heading.heading-border-xs .heading-tag:after{border-top-width:1px}.heading.heading-border-sm .heading-tag{border-bottom-width:2px}.heading.heading-border-sm .heading-tag:before,.heading.heading-border-sm .heading-tag:after{border-top-width:2px}.heading.heading-border-lg .heading-tag{border-bottom-width:3px}.heading.heading-border-lg .heading-tag:before,.heading.heading-border-lg .heading-tag:after{border-top-width:3px}.heading.heading-border-xl .heading-tag{border-bottom-width:5px}.heading.heading-border-xl .heading-tag:before,.heading.heading-border-xl .heading-tag:after{border-top-width:5px}@media (max-width: 575px){h2{line-height:40px}}@media (max-width: 767px){h1.big{font-size:3.2em;line-height:42px}}.heading-bold{font-weight:600 !important}.heading-bold strong{font-weight:800 !important}.page-title{margin-top:0}blockquote{font-size:1em}p{margin:0 0 1.25rem}p.featured{font-size:1.6em;line-height:1.5em}p .alternative-font{display:inline-block;margin-top:-15px;position:relative;top:3px;margin-bottom:-6px}b,strong{font-weight:700}.label-dark,.label-dark:hover{background:#111;text-decoration:none;font-weight:normal}.alternative-font{font-size:1.6em}.single h4.sub-title{font-size:1.2em}.single h4.sub-title strong{font-weight:800}.nav>li>a:hover,.nav>li>a:focus{background:transparent}.nav i.icon-image{display:inline-block;max-width:20px}ul.nav-list li,ul[class^="wsp-"] li{margin:0;padding:0;display:block;flex:0 0 100%;position:relative}ul.nav-list li a,ul[class^="wsp-"] li a{transition:background 0.1s;padding:8px 0 8px 20px;display:block;color:#666;font-size:0.9em;text-decoration:none;line-height:20px}ul.nav-list li a:before,ul[class^="wsp-"] li a:before{content:"\f054";display:inline-block;position:absolute;top:9px;left:9px;opacity:.7;font-size:.45rem}ul.nav-list li a:hover:before,ul[class^="wsp-"] li a:hover:before{animation:arrowLeftRight .6s linear infinite}ul.nav-list li>a.active,ul.nav-list li.active>a,ul[class^="wsp-"] li>a.active,ul[class^="wsp-"] li.active>a{font-weight:bold}ul.nav-list li ul,ul[class^="wsp-"] li ul{list-style:none;margin:0 0 0 25px;padding:0}ul.nav-list li .wsp-category-title,ul[class^="wsp-"] li .wsp-category-title{margin-top:10px}ul.nav-list li .wsp-category-title a,ul[class^="wsp-"] li .wsp-category-title a{display:inline-block;padding-left:0;font-size:1em}ul.nav-list li .wsp-category-title a:before,ul[class^="wsp-"] li .wsp-category-title a:before{display:none}ul.nav-list li .wsp-category-title a:hover,ul[class^="wsp-"] li .wsp-category-title a:hover{background-color:transparent}ul.nav-list.hide-not-active li ul,ul[class^="wsp-"].hide-not-active li ul{display:none}ul.nav-list.hide-not-active li.active ul,ul[class^="wsp-"].hide-not-active li.active ul{display:block}ul.narrow li a{padding-top:4px;padding-bottom:4px}ul.nav-pills>li>a.active{background-color:#CCC}ul.nav-pills>li>a.active:hover,ul.nav-pills>li>a.active:focus{background-color:#CCC}ul.nav-pills-center{text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}ul.nav-pills-center>li{display:inline-block;float:none}ul.nav-pills-left>li{float:left}ul.nav-pills-right>li{float:right}ul.nav-pills-justify{display:-ms-flexbox;display:flex}ul.nav-pills-justify>li{float:none;text-align:center;width:100%}.nav-pills .nav-link .active{background-color:transparent}.show>.nav-pills .nav-link{background-color:transparent}.nav-secondary{background:#fafafa;margin:0;padding:20px 0;text-align:center;z-index:100}.nav-secondary .nav-pills{display:block}.nav-secondary .nav-pills>li{display:inline-block}.nav-secondary .nav-pills>li a,.nav-secondary .nav-pills>li span{font-size:12px;font-style:normal;font-weight:600;line-height:20px;padding:10px 13px;text-transform:uppercase;display:inline-block}.nav-secondary .nav-pills>li a i,.nav-secondary .nav-pills>li span i{font-size:14px;margin-right:5px}.nav-secondary .nav-pills a{text-decoration:none}.nav-secondary.sticky-active{border-bottom-color:#e9e9e9;box-shadow:0 0 3px rgba(0,0,0,0.1)}form label{font-weight:normal}textarea{resize:vertical}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],textarea{-webkit-appearance:none}input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],textarea,select,.form-control{border:1px solid;outline:none;box-shadow:none;text-align:left;line-height:1.42857;padding:8px 12px;font-size:.85rem;vertical-align:middle;height:auto}input[type="email"].input-lg,input[type="number"].input-lg,input[type="password"].input-lg,input[type="search"].input-lg,input[type="tel"].input-lg,input[type="text"].input-lg,input[type="url"].input-lg,input[type="color"].input-lg,input[type="date"].input-lg,input[type="datetime"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,input[type="time"].input-lg,input[type="week"].input-lg,select.input-lg,textarea.input-lg{padding:10px 12px;font-size:18px}input[type="email"].input-sm,input[type="number"].input-sm,input[type="password"].input-sm,input[type="search"].input-sm,input[type="tel"].input-sm,input[type="text"].input-sm,input[type="url"].input-sm,input[type="color"].input-sm,input[type="date"].input-sm,input[type="datetime"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,input[type="time"].input-sm,input[type="week"].input-sm,select.input-sm,textarea.input-sm{padding:5px 7px;font-size:12px}select{-webkit-appearance:none;-ms-appearance:none;-moz-appearance:none;background:#fff url("https://premiumsound.co.uk/wp-content/themes/porto/css/../images/select-bg.svg") 96% 49%/26px 60px no-repeat;text-indent:.01em;border-radius:0;padding-right:25px}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:currentColor}}label.checkbox{display:inline-block;margin-top:0;margin-bottom:0;margin-right:5px}input[type="radio"],input[type="checkbox"]{margin-right:5px}.form-group:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.form-control:focus,select:focus{box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}label.valid{display:inline-block;text-indent:-9999px}label.error{color:#C10000;font-size:0.9em;margin-top:-5px;padding:0}label.error#captcha-error{margin-top:15px}legend{border:none}fieldset legend{margin-top:15px}[type="submit"]{border:1px solid #ccc;color:#fff;padding:8px 10px;line-height:1.42857}#searchform .input-group{margin-bottom:1em}#searchform #s{font-size:0.8em}.form-table th,.form-table td{padding:10px 10px 10px 0}.form-table th label,.form-table td label{margin-right:15px}.form-table th h3,.form-table td h3{color:inherit;font-size:1em;font-weight:normal;line-height:1.42857;margin:0 0 -10px !important}.form-group{direction:ltr}body #wp-link-wrap .screen-reader-text{display:none}body #wp-link-wrap #wp-link-submit{padding:4px 12px}body #wp-link-wrap #wp-link-search-toggle:after{font-size:25px}[class*='flag-']{width:16px;height:11px;background:url(https://premiumsound.co.uk/wp-content/themes/porto/css/../images/flags.png) no-repeat}.flag-ad{background-position:-16px 0}.flag-ae{background-position:-32px 0}.flag-af{background-position:-48px 0}.flag-ag{background-position:-64px 0}.flag-ai{background-position:-80px 0}.flag-al{background-position:-96px 0}.flag-am{background-position:-112px 0}.flag-an{background-position:-128px 0}.flag-ao{background-position:-144px 0}.flag-ar{background-position:-160px 0}.flag-as{background-position:-176px 0}.flag-at{background-position:-192px 0}.flag-au{background-position:-208px 0}.flag-aw{background-position:-224px 0}.flag-az{background-position:-240px 0}.flag-ba{background-position:0 -11px}.flag-bb{background-position:-16px -11px}.flag-bd{background-position:-32px -11px}.flag-be{background-position:-48px -11px}.flag-bf{background-position:-64px -11px}.flag-bg{background-position:-80px -11px}.flag-bh{background-position:-96px -11px}.flag-bi{background-position:-112px -11px}.flag-bj{background-position:-128px -11px}.flag-bm{background-position:-144px -11px}.flag-bn{background-position:-160px -11px}.flag-bo{background-position:-176px -11px}.flag-br{background-position:-192px -11px}.flag-bs{background-position:-208px -11px}.flag-bt{background-position:-224px -11px}.flag-bv{background-position:-240px -11px}.flag-bw{background-position:0 -22px}.flag-by{background-position:-16px -22px}.flag-bz{background-position:-32px -22px}.flag-ca{background-position:-48px -22px}.flag-catalonia{background-position:-64px -22px}.flag-cd{background-position:-80px -22px}.flag-cf{background-position:-96px -22px}.flag-cg{background-position:-112px -22px}.flag-ch{background-position:-128px -22px}.flag-ci{background-position:-144px -22px}.flag-ck{background-position:-160px -22px}.flag-cl{background-position:-176px -22px}.flag-cm{background-position:-192px -22px}.flag-cn{background-position:-208px -22px}.flag-co{background-position:-224px -22px}.flag-cr{background-position:-240px -22px}.flag-cu{background-position:0 -33px}.flag-cv{background-position:-16px -33px}.flag-cw{background-position:-32px -33px}.flag-cy{background-position:-48px -33px}.flag-cz{background-position:-64px -33px}.flag-de{background-position:-80px -33px}.flag-dj{background-position:-96px -33px}.flag-dk{background-position:-112px -33px}.flag-dm{background-position:-128px -33px}.flag-do{background-position:-144px -33px}.flag-dz{background-position:-160px -33px}.flag-ec{background-position:-176px -33px}.flag-ee{background-position:-192px -33px}.flag-eg{background-position:-208px -33px}.flag-eh{background-position:-224px -33px}.flag-england{background-position:-240px -33px}.flag-er{background-position:0 -44px}.flag-es{background-position:-16px -44px}.flag-et{background-position:-32px -44px}.flag-eu{background-position:-48px -44px}.flag-fi{background-position:-64px -44px}.flag-fj{background-position:-80px -44px}.flag-fk{background-position:-96px -44px}.flag-fm{background-position:-112px -44px}.flag-fo{background-position:-128px -44px}.flag-fr{background-position:-144px -44px}.flag-ga{background-position:-160px -44px}.flag-gb{background-position:-176px -44px}.flag-gd{background-position:-192px -44px}.flag-ge{background-position:-208px -44px}.flag-gf{background-position:-224px -44px}.flag-gg{background-position:-240px -44px}.flag-gh{background-position:0 -55px}.flag-gi{background-position:-16px -55px}.flag-gl{background-position:-32px -55px}.flag-gm{background-position:-48px -55px}.flag-gn{background-position:-64px -55px}.flag-gp{background-position:-80px -55px}.flag-gq{background-position:-96px -55px}.flag-gr{background-position:-112px -55px}.flag-gs{background-position:-128px -55px}.flag-gt{background-position:-144px -55px}.flag-gu{background-position:-160px -55px}.flag-gw{background-position:-176px -55px}.flag-gy{background-position:-192px -55px}.flag-hk{background-position:-208px -55px}.flag-hm{background-position:-224px -55px}.flag-hn{background-position:-240px -55px}.flag-hr{background-position:0 -66px}.flag-ht{background-position:-16px -66px}.flag-hu{background-position:-32px -66px}.flag-ic{background-position:-48px -66px}.flag-id{background-position:-64px -66px}.flag-ie{background-position:-80px -66px}.flag-il{background-position:-96px -66px}.flag-im{background-position:-112px -66px}.flag-in{background-position:-128px -66px}.flag-io{background-position:-144px -66px}.flag-iq{background-position:-160px -66px}.flag-ir{background-position:-176px -66px}.flag-is{background-position:-192px -66px}.flag-it{background-position:-208px -66px}.flag-je{background-position:-224px -66px}.flag-jm{background-position:-240px -66px}.flag-jo{background-position:0 -77px}.flag-jp{background-position:-16px -77px}.flag-ke{background-position:-32px -77px}.flag-kg{background-position:-48px -77px}.flag-kh{background-position:-64px -77px}.flag-ki{background-position:-80px -77px}.flag-km{background-position:-96px -77px}.flag-kn{background-position:-112px -77px}.flag-kp{background-position:-128px -77px}.flag-kr{background-position:-144px -77px}.flag-kurdistan{background-position:-160px -77px}.flag-kw{background-position:-176px -77px}.flag-ky{background-position:-192px -77px}.flag-kz{background-position:-208px -77px}.flag-la{background-position:-224px -77px}.flag-lb{background-position:-240px -77px}.flag-lc{background-position:0 -88px}.flag-li{background-position:-16px -88px}.flag-lk{background-position:-32px -88px}.flag-lr{background-position:-48px -88px}.flag-ls{background-position:-64px -88px}.flag-lt{background-position:-80px -88px}.flag-lu{background-position:-96px -88px}.flag-lv{background-position:-112px -88px}.flag-ly{background-position:-128px -88px}.flag-ma{background-position:-144px -88px}.flag-mc{background-position:-160px -88px}.flag-md{background-position:-176px -88px}.flag-me{background-position:-192px -88px}.flag-mg{background-position:-208px -88px}.flag-mh{background-position:-224px -88px}.flag-mk{background-position:-240px -88px}.flag-ml{background-position:0 -99px}.flag-mm{background-position:-16px -99px}.flag-mn{background-position:-32px -99px}.flag-mo{background-position:-48px -99px}.flag-mp{background-position:-64px -99px}.flag-mq{background-position:-80px -99px}.flag-mr{background-position:-96px -99px}.flag-ms{background-position:-112px -99px}.flag-mt{background-position:-128px -99px}.flag-mu{background-position:-144px -99px}.flag-mv{background-position:-160px -99px}.flag-mw{background-position:-176px -99px}.flag-mx{background-position:-192px -99px}.flag-my{background-position:-208px -99px}.flag-mz{background-position:-224px -99px}.flag-na{background-position:-240px -99px}.flag-nc{background-position:0 -110px}.flag-ne{background-position:-16px -110px}.flag-nf{background-position:-32px -110px}.flag-ng{background-position:-48px -110px}.flag-ni{background-position:-64px -110px}.flag-nl{background-position:-80px -110px}.flag-no{background-position:-96px -110px}.flag-np{background-position:-112px -110px}.flag-nr{background-position:-128px -110px}.flag-nu{background-position:-144px -110px}.flag-nz{background-position:-160px -110px}.flag-om{background-position:-176px -110px}.flag-pa{background-position:-192px -110px}.flag-pe{background-position:-208px -110px}.flag-pf{background-position:-224px -110px}.flag-pg{background-position:-240px -110px}.flag-ph{background-position:0 -121px}.flag-pk{background-position:-16px -121px}.flag-pl{background-position:-32px -121px}.flag-pm{background-position:-48px -121px}.flag-pn{background-position:-64px -121px}.flag-pr{background-position:-80px -121px}.flag-ps{background-position:-96px -121px}.flag-pt{background-position:-112px -121px}.flag-pw{background-position:-128px -121px}.flag-py{background-position:-144px -121px}.flag-qa{background-position:-160px -121px}.flag-re{background-position:-176px -121px}.flag-ro{background-position:-192px -121px}.flag-rs{background-position:-208px -121px}.flag-ru{background-position:-224px -121px}.flag-rw{background-position:-240px -121px}.flag-sa{background-position:0 -132px}.flag-sb{background-position:-16px -132px}.flag-sc{background-position:-32px -132px}.flag-scotland{background-position:-48px -132px}.flag-sd{background-position:-64px -132px}.flag-se{background-position:-80px -132px}.flag-sg{background-position:-96px -132px}.flag-sh{background-position:-112px -132px}.flag-si{background-position:-128px -132px}.flag-sk{background-position:-144px -132px}.flag-sl{background-position:-160px -132px}.flag-sm{background-position:-176px -132px}.flag-sn{background-position:-192px -132px}.flag-so{background-position:-208px -132px}.flag-somaliland{background-position:-224px -132px}.flag-sr{background-position:-240px -132px}.flag-ss{background-position:0 -143px}.flag-st{background-position:-16px -143px}.flag-sv{background-position:-32px -143px}.flag-sx{background-position:-48px -143px}.flag-sy{background-position:-64px -143px}.flag-sz{background-position:-80px -143px}.flag-tc{background-position:-96px -143px}.flag-td{background-position:-112px -143px}.flag-tf{background-position:-128px -143px}.flag-tg{background-position:-144px -143px}.flag-th{background-position:-160px -143px}.flag-tibet{background-position:-176px -143px}.flag-tj{background-position:-192px -143px}.flag-tk{background-position:-208px -143px}.flag-tl{background-position:-224px -143px}.flag-tm{background-position:-240px -143px}.flag-tn{background-position:0 -154px}.flag-to{background-position:-16px -154px}.flag-tr{background-position:-32px -154px}.flag-tt{background-position:-48px -154px}.flag-tv{background-position:-64px -154px}.flag-tw{background-position:-80px -154px}.flag-tz{background-position:-96px -154px}.flag-ua{background-position:-112px -154px}.flag-ug{background-position:-128px -154px}.flag-um{background-position:-144px -154px}.flag-us{background-position:-160px -154px}.flag-uy{background-position:-176px -154px}.flag-uz{background-position:-192px -154px}.flag-va{background-position:-208px -154px}.flag-vc{background-position:-224px -154px}.flag-ve{background-position:-240px -154px}.flag-vg{background-position:0 -165px}.flag-vi{background-position:-16px -165px}.flag-vn{background-position:-32px -165px}.flag-vu{background-position:-48px -165px}.flag-wales{background-position:-64px -165px}.flag-wf{background-position:-80px -165px}.flag-ws{background-position:-96px -165px}.flag-xk{background-position:-112px -165px}.flag-ye{background-position:-128px -165px}.flag-yt{background-position:-144px -165px}.flag-za{background-position:-160px -165px}.flag-zanzibar{background-position:-176px -165px}.flag-zm{background-position:-192px -165px}.flag-zw{background-position:-208px -165px}img{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-drag:none}.img-box-shadow{box-shadow:10px 10px 74px -15px rgba(0,0,0,0.1);transition:all 0.3s}.img-box-shadow:hover{box-shadow:10px 10px 74px -15px rgba(0,0,0,0.4)}.img-thumbnail.full{width:100%}.img-thumbnail.full img{width:100%}.img-thumbnail video{width:100%;height:auto}.img-circle{border-radius:50%}.img-thumbnail{position:relative}.img-thumbnail .zoom{border-radius:100%;bottom:4px;cursor:pointer;color:#fff;display:block;height:30px;padding:0;position:absolute;right:4px;text-align:center;width:30px;opacity:0;transition:all 0.1s;z-index:1000}.img-thumbnail .zoom i{font-size:14px;line-height:28px}.img-thumbnail .link{transition:all 0.3s;color:#fff;display:inline-block;font-size:25px;height:50px;line-height:50px;position:absolute;border-radius:0 0 0 4px;right:-100px;text-align:center;top:-100px;width:50px}.img-thumbnail .link i{font-size:20px;position:relative;top:-4px}.img-thumbnail:hover .zoom{opacity:1}.img-thumbnail:hover .link{right:0;top:0}.img-thumbnail .inner{display:block;overflow:hidden;position:relative;backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.img-thumbnail.img-thumbnail-no-borders{border-radius:0;padding:0;max-width:100% !important;border-width:0}.img-thumbnail.img-thumbnail-no-borders img,.img-thumbnail.img-thumbnail-no-borders .inner{border-radius:0}.img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper,.img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper li.tp-revslider-slidesli{border-radius:0 !important}.porto-image-frame>.img-thumbnail{display:block}.gallery-row{margin:0 -4px}.img-opacity-effect a img{transition:opacity 0.2s ease-in-out;overflow:hidden}.img-opacity-effect a img:hover{opacity:.9}.masonry{*zoom:1}.masonry:before,.masonry:after{content:" ";display:table}.masonry:after{clear:both}.masonry .masonry-item{width:25%;float:left}.masonry .masonry-item.w2{width:50%}.masonry .masonry-item img{border-radius:0 !important}.btn-inverse{color:#fff;background-color:#333;border-color:#2d2d2d}.btn-inverse:focus{color:#fff;background-color:#262626;border-color:#202020}.btn-inverse:hover{color:#fff;background-color:#262626;border-color:#202020}.btn-inverse:active,.btn-inverse.active,.open>.btn-inverse.dropdown-toggle{color:#fff;background-color:#262626;border-color:#202020}.btn-inverse:active,.btn-inverse.active,.open>.btn-inverse.dropdown-toggle{background-image:none}.btn-inverse.disabled,.btn-inverse.disabled:hover,.btn-inverse.disabled:focus,.btn-inverse.disabled.focus,.btn-inverse.disabled:active,.btn-inverse.disabled.active,.btn-inverse[disabled],.btn-inverse[disabled]:hover,.btn-inverse[disabled]:focus,.btn-inverse[disabled].focus,.btn-inverse[disabled]:active,.btn-inverse[disabled].active,fieldset[disabled] .btn-inverse,fieldset[disabled] .btn-inverse:hover,fieldset[disabled] .btn-inverse:focus,fieldset[disabled] .btn-inverse.focus,fieldset[disabled] .btn-inverse:active,fieldset[disabled] .btn-inverse.active{background-color:#333;border-color:#2d2d2d}.btn-inverse .badge{color:#333;background-color:#fff}.btn{margin:0}.btn-block{padding-right:0;padding-left:0}.vc_btn3.vc_btn3-size-md{border-radius:4px}.btn,.btn-group-md>.btn,.vc_btn3.vc_btn3-size-md{padding:0.533rem 0.933rem;font-size:0.8rem;line-height:1.42857}.btn-xl,.vc_btn3.vc_btn3-size-xl{font-size:1rem;padding:0.8rem 2rem}.btn-lg,.btn-group-lg>.btn,.vc_btn3.vc_btn3-size-lg,.cart-actions .button,.checkout-button,#place_order,input.submit.btn-lg,input.btn.btn-lg[type="submit"],input.button.btn-lg[type="submit"]{padding:0.5rem 0.875rem;font-size:0.875rem;line-height:1.3333}.btn-sm,.btn-group-sm>.btn,.vc_btn3.vc_btn3-size-sm{padding:0.3rem 0.65rem;font-size:0.75rem;line-height:1.5}.btn-xs,.btn-group-xs>.btn .vc_btn3.vc_btn3-size-xs{padding:0.2rem 0.5rem;font-size:0.7rem;line-height:1.5}.btn,.button,input.submit,input[type="submit"]{transition:all 0.1s;cursor:pointer}button{border:1px solid #ccc}.button{display:inline-block;text-align:center;font-weight:400;vertical-align:middle;touch-action:manipulation;padding:8px 12px;cursor:pointer;white-space:nowrap;line-height:1.5;-webkit-user-select:none;-ms-user-select:none;user-select:none}.button:disabled{cursor:default}.button:hover{text-decoration:none}.btn-default.btn{background:#fff;box-shadow:none !important}.btn-default.btn[disabled],.btn-default.btn[disabled]:hover{background:#fff;border-color:rgba(0,0,0,0.09)}.btn-default.btn:hover{background-color:#f2f2f2;border-color:rgba(0,0,0,0.06)}.btn-default.btn-borders{background:none}.btn-outline{border-width:2px}.btn-icon{display:inline-flex;align-items:center}.btn-icon i{margin-right:10px}.btn-icon-right i{margin-right:0;margin-left:10px}.btn-primary{border-color:#CCC;background-color:#CCC;border-color:#CCC #CCC #b3b3b3;color:#FFF}.btn-primary:hover{border-color:#d9d9d9 #d9d9d9 #bfbfbf;background-color:#bfbfbf;color:#FFF}.btn-primary:active,.btn-primary:focus{border-color:#bfbfbf;background-color:#bfbfbf;color:#FFF}.btn-primary.dropdown-toggle{border-left-color:#bfbfbf}.btn-primary[disabled]{border-color:#999;background-color:#999;color:#CCC}.btn-success{border-color:#47a447;background-color:#47a447;border-color:#47a447 #47a447 #388038;color:#FFF}.btn-success:hover{border-color:#51b451 #51b451 #3f923f;background-color:#3f923f;color:#FFF}.btn-success:active,.btn-success:focus{border-color:#3f923f;background-color:#3f923f;color:#FFF}.btn-success.dropdown-toggle{border-left-color:#3f923f}.btn-success[disabled]{border-color:#285d28;background-color:#285d28;color:#CCC}.btn-warning{border-color:#ed9c28;background-color:#ed9c28;border-color:#ed9c28 #ed9c28 #d18211;color:#FFF}.btn-warning:hover{border-color:#efa740 #efa740 #e89113;background-color:#e89113;color:#FFF}.btn-warning:active,.btn-warning:focus{border-color:#e89113;background-color:#e89113;color:#FFF}.btn-warning.dropdown-toggle{border-left-color:#e89113}.btn-warning[disabled]{border-color:#a1650e;background-color:#a1650e;color:#CCC}.btn-danger{border-color:#d2322d;background-color:#d2322d;border-color:#d2322d #d2322d #a82824;color:#FFF}.btn-danger:hover{border-color:#d74742 #d74742 #bd2d29;background-color:#bd2d29;color:#FFF}.btn-danger:active,.btn-danger:focus{border-color:#bd2d29;background-color:#bd2d29;color:#FFF}.btn-danger.dropdown-toggle{border-left-color:#bd2d29}.btn-danger[disabled]{border-color:#7e1e1b;background-color:#7e1e1b;color:#CCC}.btn-info{border-color:#5bc0de;background-color:#5bc0de;border-color:#5bc0de #5bc0de #31b0d5;color:#FFF}.btn-info:hover{border-color:#70c8e2 #70c8e2 #46b8da;background-color:#46b8da;color:#FFF}.btn-info:active,.btn-info:focus{border-color:#46b8da;background-color:#46b8da;color:#FFF}.btn-info.dropdown-toggle{border-left-color:#46b8da}.btn-info[disabled]{border-color:#2390b0;background-color:#2390b0;color:#CCC}.btn-dark{border-color:#212529;background-color:#212529;border-color:#212529 #212529 #0a0c0d;color:#FFF}.btn-dark:hover{border-color:#2c3237 #2c3237 #16181b;background-color:#16181b;color:#FFF}.btn-dark:active,.btn-dark:focus{border-color:#16181b;background-color:#16181b;color:#FFF}.btn-dark.dropdown-toggle{border-left-color:#16181b}.btn-dark[disabled]{border-color:#000;background-color:#000;color:#CCC}.btn-borders{border-width:2px}.btn-borders.btn-primary{background:transparent;border-color:#CCC;color:#CCC}.btn-borders.btn-primary:hover,.btn-borders.btn-primary:focus{background-color:#bfbfbf;border-color:#CCC !important;color:#FFF}.btn-borders.btn-success{background:transparent;border-color:#47a447;color:#47a447}.btn-borders.btn-success:hover,.btn-borders.btn-success:focus{background-color:#3f923f;border-color:#47a447 !important;color:#FFF}.btn-borders.btn-warning{background:transparent;border-color:#ed9c28;color:#ed9c28}.btn-borders.btn-warning:hover,.btn-borders.btn-warning:focus{background-color:#e89113;border-color:#ed9c28 !important;color:#FFF}.btn-borders.btn-danger{background:transparent;border-color:#d2322d;color:#d2322d}.btn-borders.btn-danger:hover,.btn-borders.btn-danger:focus{background-color:#bd2d29;border-color:#d2322d !important;color:#FFF}.btn-borders.btn-info{background:transparent;border-color:#5bc0de;color:#5bc0de}.btn-borders.btn-info:hover,.btn-borders.btn-info:focus{background-color:#46b8da;border-color:#5bc0de !important;color:#FFF}.btn-borders.btn-dark{background:transparent;border-color:#212529;color:#212529}.btn-borders.btn-dark:hover,.btn-borders.btn-dark:focus{background-color:#16181b;border-color:#212529 !important;color:#FFF}.btn-borders{padding:0.483rem 1.0625rem}.btn-borders.btn-xl{padding:0.75rem 2rem}.btn-borders.btn-lg,.btn-group-lg>.btn-borders.btn{padding:0.45rem 1rem}.btn-borders.btn-sm,.btn-group-sm>.btn-borders.btn{border-width:2px;padding:0.25rem 0.65rem}.btn-borders.btn-xs,.btn-group-xs>.btn-borders.btn{padding:0.15rem 0.5rem;border-width:1px}.btn-3d{border-bottom-width:3px}.btn-3d.btn-sm,.btn-group-sm>.btn-3d.btn{border-width:2px}.btn-3d.btn-xs,.btn-group-xs>.btn-3d.btn{border-width:1px}.btn-flat{display:inline-block}.btn-modern{text-transform:uppercase;font-size:.75rem;padding:0.75rem 1.5rem;font-weight:600}.btn-modern.btn-xl{font-size:1rem;padding:1.25em 3.125em}.btn-modern.btn-lg{font-size:.875rem;padding:1rem 2.25rem}.btn-modern.btn-sm{font-size:.7rem;padding:0.7rem 1.4rem}.btn-modern.btn-xs{font-size:.625rem;padding:.6rem 1.2rem}.box-shadow-2 .btn,.btn.box-shadow-2{box-shadow:0 15px 30px -15px rgba(0,0,0,0.45)}.btn-arrow{font-weight:600}.btn-arrow:not(.btn-borders){background:none !important;border:none !important}.btn-arrow:focus{box-shadow:none !important}.btn-arrow .icon-wrapper{background-color:#ccc;display:inline-block;height:25px;line-height:24px;width:24px;border-radius:50%;margin-left:8px;transition:all 0.1s linear}.btn-arrow:hover .icon-wrapper{transform:translateX(5px)}.btn-arrow i{color:#fff;font-size:8px;top:-1px;position:relative}.btn.btn-full-rounded{border-radius:2em}.btn i{display:inline-block;transition:transform .25s linear;line-height:1}.btn.hover-icon-zoom i{transform:scale(1.15, 1.15)}.btn.hover-icon-up i{transform:translateY(-4px)}.btn.hover-icon-left:hover i{transform:translateX(-6px)}.btn.hover-icon-right:hover i{transform:translateX(6px)}.label{display:inline;padding:0.2em 0.6em 0.3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:3px}.overlay-show{margin-bottom:30px}.tab-pane>*:last-child,.card-body>*:last-child{margin-bottom:0}.video-cover{overflow:hidden !important}.map_info_text p{margin-bottom:10px}.map_info_text p:last-child{margin-bottom:0}.alignleft{float:left;margin:4px 24px 7px 0}.alignright{float:right;margin:4px 0 7px 24px}.aligncenter{clear:both;display:block;margin:4px auto 7px;text-align:center}blockquote.alignleft,blockquote.alignright{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);padding-top:17px;width:50%}blockquote.alignleft p,blockquote.alignright p{margin-bottom:17px}.mceItemTable{border:1px solid rgba(0,0,0,0.1);border-width:1px 0 0 1px;border-collapse:separate;border-spacing:0;font-size:14px;line-height:1.2857142857;margin-bottom:24px;width:100%}.mceItemTable th,.mceItemTable caption{border:1px solid rgba(0,0,0,0.1);border-width:0 1px 1px 0;font-weight:700;padding:8px;text-align:left;text-transform:uppercase;vertical-align:baseline}.mceItemTable td{border:1px solid rgba(0,0,0,0.1);border-width:0 1px 1px 0;font-family:Lato, sans-serif;font-size:14px;padding:8px;vertical-align:baseline}.wp-caption{background:transparent;border:none;color:#767676;margin:0 0 24px 0;max-width:100%;padding:0;text-align:left}.html5-captions .wp-caption{padding:0}.wp-caption.alignleft{margin:7px 14px 7px 0;text-align:left}.html5-captions .wp-caption.alignleft{margin-right:24px}.wp-caption.alignright{margin:7px 0 7px 14px;text-align:right}.wp-caption.alignright img,.wp-caption.alignright .wp-caption-dd{padding-left:10px}.html5-captions .wp-caption.alignright{margin-left:24px}.html5-captions .wp-caption.alignright img,.html5-captions .wp-caption.alignright .wp-caption-dd{padding:0}.wp-caption.aligncenter{margin:7px auto}.wp-caption-dt{margin:0}.wp-caption .wp-caption-text,.wp-caption-dd{font-size:12px;font-style:italic;line-height:1.5;margin:9px 0;padding:0 10px 0 0;text-align:left}.mceTemp+ul,.mceTemp+ol{list-style-position:inside}.gallery{display:flex;flex-wrap:wrap}.gallery-item{width:100%}.gallery-columns-2 .gallery-item{max-width:calc(100% / 2)}.gallery-columns-3 .gallery-item{max-width:calc(100% / 3)}.gallery-columns-4 .gallery-item{max-width:calc(100% / 4)}.gallery-columns-5 .gallery-item{max-width:calc(100% / 5)}.gallery-columns-6 .gallery-item{max-width:calc(100% / 6)}.gallery-columns-7 .gallery-item{max-width:calc(100% / 7)}.gallery-columns-8 .gallery-item{max-width:calc(100% / 8)}.gallery-columns-9 .gallery-item{max-width:calc(100% / 9)}.gallery .gallery-caption{font-size:12px;line-height:1.5;margin:0;max-height:50%;padding:6px 8px;text-align:center;width:100%}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.size-full{max-width:100%;height:auto}ul.list.icons li i{margin-right:5px}ul.icons{list-style:none}.list li{margin-bottom:13px}.list.pull-left li{text-align:left}.list.list-icons{list-style:none;padding-left:0;padding-right:0}.list.list-icons li{position:relative;padding-left:25px}.list.list-icons li i{position:absolute;left:0;top:5px}.list.list-icons.list-icons-style-2 li{padding-top:5px;padding-left:36px}.list.list-icons.list-icons-style-2 li i{border:1px solid;border-radius:50%;width:25px;height:25px;text-align:center;padding:4px}.list.list-icons.list-icons-style-3 li{padding-top:5px;padding-left:36px}.list.list-icons.list-icons-style-3 li i{color:#fff;border-radius:50%;width:25px;height:25px;text-align:center;padding:5px}.list.list-icons.list-icons-sm li{padding-left:13px;margin-bottom:5px}.list.list-icons.list-icons-sm li i{font-size:0.9em;top:7px}.list.list-icons.list-icons-sm.list-icons-style-2 li{padding-left:32px}.list.list-icons.list-icons-sm.list-icons-style-2 li i{width:20px;height:20px;padding:3px}.list.list-icons.list-icons-sm.list-icons-style-3 li{padding-left:32px}.list.list-icons.list-icons-sm.list-icons-style-3 li i{width:20px;height:20px;padding:5px 3px 3px}.list.list-icons.list-icons-lg li{padding-top:5px;padding-left:32px}.list.list-icons.list-icons-lg li i{font-size:1.5em}.list.list-icons.list-icons-lg.list-icons-style-2 li{padding-top:8px;padding-left:42px}.list.list-icons.list-icons-lg.list-icons-style-2 li i{width:30px;height:30px;padding:4px}.list.list-icons.list-icons-lg.list-icons-style-3 li{padding-top:8px;padding-left:42px}.list.list-icons.list-icons-lg.list-icons-style-3 li i{width:30px;height:30px;padding:4px}.list.list-icons.list-icons-reverse li{text-align:right;padding-right:25px;padding-left:0}.list.list-icons.list-icons-reverse li i{position:absolute;left:auto;right:0;top:5px}.list.list-icons.list-icons-reverse.list-icons-style-2 li{padding-right:36px}.list.list-icons.list-icons-reverse.list-icons-style-3 li{padding-right:36px}.list.list-icons.list-icons-reverse.list-icons-sm li{padding-left:0;padding-right:13px}.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li{padding-right:32px}.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li{padding-right:32px}.list.list-icons.list-icons-reverse.list-icons-lg li{padding-left:0;padding-right:32px}.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li{padding-right:42px}.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li{padding-right:42px}.list.list-borders li{border-bottom:1px solid #eaeaea;margin-top:9px;margin-bottom:0;padding-bottom:9px}.list.list-borders li:last-child{border-bottom:0}.list.list-side-borders{border-left:1px solid #eaeaea;padding-left:10px}.list.list-ordened{counter-reset:custom-counter;list-style:none}.list.list-ordened li{position:relative;padding-left:22px}.list.list-ordened li:before{position:absolute;top:0;left:0;content:counter(custom-counter);counter-increment:custom-counter;font-weight:bold}.list.list-ordened.list-ordened-style-2 li,.list.list-ordened.list-ordened-style-3 li{padding-left:32px}.list.list-ordened.list-ordened-style-2 li:before,.list.list-ordened.list-ordened-style-3 li:before{border-radius:100%;border-style:solid;border-width:1px;min-width:26px;padding:0;text-align:center}.list.list-ordened.list-ordened-style-3 li:before{color:#FFF;border:0}.list.list-unstyled{padding-left:0;padding-right:0}ul[class^="wsp-"]{margin-bottom:30px;padding:0;list-style:none}ul[class^="wsp-"] ul{margin-bottom:5px;margin-top:5px;list-style:none}h2[class^="wsp-"]{font-size:1.2em;font-weight:700;line-height:24px;margin-bottom:15px;text-transform:uppercase}.fontawesome-icon-list,.sample-icon-list{margin-top:22px}.fontawesome-icon-list>div,.sample-icon-list>div{height:32px;line-height:32px;font-size:11px}.fontawesome-icon-list>div:hover i,.sample-icon-list>div:hover i{font-size:28px;vertical-align:-6px}.fontawesome-icon-list i,.sample-icon-list i{display:inline-block;background-image:none;font-size:14px;margin-right:4px;text-align:center;width:32px}.link-hover-style-1 a{display:inline-block}.link-hover-style-1 a:hover{transform:translateX(3px)}.fullscreen-carousel{height:100vh;position:relative}.fullscreen-carousel .owl-carousel:not(.owl-loaded)>*,.fullscreen-carousel .owl-item>*{height:100vh}.owl-carousel .owl-item .owl-lazy{opacity:1}.owl-carousel{margin-bottom:20px}.owl-carousel.row{width:auto}.owl-carousel .owl-dot,.owl-carousel .owl-nav button{outline:none}.owl-carousel .img-thumbnail{max-width:100%}.owl-carousel .img-thumbnail img{width:100%}.owl-carousel .item-video{height:300px}.owl-carousel .owl-nav{top:50%;position:absolute;margin-top:0;width:100%;flex:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{display:inline-block;position:absolute;width:30px;height:30px;text-align:center;line-height:22px;margin:0;transform:translateY(-50%)}.owl-carousel .owl-nav .owl-prev{left:0}.owl-carousel .owl-nav .owl-prev:before{font-family:"Porto";content:"";position:relative;left:-1px}.owl-carousel .owl-nav .owl-next{right:0}.owl-carousel .owl-nav .owl-next:before{font-family:"Porto";content:"";position:relative;left:1px}.owl-carousel .owl-dots{margin-top:1em}.owl-carousel.stage-margin .owl-stage-outer{margin-left:40px;margin-right:40px}.owl-carousel.stage-margin .owl-stage-outer .owl-stage{padding-left:0 !important;padding-right:0 !important}.owl-carousel.nav-bottom .owl-stage-outer{margin-bottom:10px}.owl-carousel.show-nav-hover .owl-prev{left:-10px;transform:translate(-10px, -50%)}.owl-carousel.show-nav-hover .owl-next{right:-10px;transform:translate(10px, -50%)}@media (max-width: 991px){.owl-carousel.show-nav-hover .owl-prev{left:0;transform:translate(10px, -50%)}.owl-carousel.show-nav-hover .owl-next{right:0;transform:translate(-10px, -50%)}}.owl-carousel.show-nav-hover .owl-prev,.owl-carousel.show-nav-hover .owl-next{transition:opacity .2s, transform .4s;opacity:0}.owl-carousel.show-nav-hover:hover .owl-prev,.owl-carousel.show-nav-hover:hover .owl-next{opacity:1;transform:translate(0, -50%)}.owl-carousel.show-nav-hover:hover .owl-prev.disabled,.owl-carousel.show-nav-hover:hover .owl-next.disabled{opacity:.5}.owl-carousel.show-nav-title .owl-nav{top:0;right:0;margin-top:-26px;width:auto}.owl-carousel.show-nav-title .owl-nav [class*="owl-"],.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active{background:transparent !important;width:18px;font-size:18px;padding-left:0;padding-right:0}.owl-carousel.show-nav-title .owl-nav .owl-prev{left:-45px}.owl-carousel.nav-bottom .owl-nav{position:static;margin:0;padding:0;width:auto}.owl-carousel.nav-bottom .owl-nav .owl-prev,.owl-carousel.nav-bottom .owl-nav .owl-next{position:static;transform:none;margin:0 3px}.owl-carousel.rounded-nav .owl-nav [class*="owl-"],.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover{padding:3px 7px;border-radius:50%;background:transparent !important;border:1px solid #999 !important;color:#999;width:30px}.owl-carousel.nav-style-1 .owl-nav [class*="owl-"]{width:20px;background:none !important;color:#000;font-size:20px}.owl-carousel.show-dots-title .owl-dots{position:absolute;left:155px;top:-54px;margin-top:0 !important;line-height:0}.owl-carousel.show-dots-title-right .owl-dots{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:absolute;left:auto;right:0;margin-top:0 !important;top:-33px}.owl-carousel.nav-inside .owl-dots{bottom:2px;margin-top:10px;position:absolute;right:6px;z-index:1}.owl-carousel.nav-inside .owl-nav .owl-prev{left:15px}.owl-carousel.nav-inside .owl-nav .owl-next{right:15px}.owl-carousel.nav-inside-left .owl-dots{left:6px;right:auto}.owl-carousel.nav-inside-center .owl-dots{right:36px;left:36px}.owl-carousel.full-width .owl-nav [class*="owl-"],.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,.owl-carousel.big-nav .owl-nav [class*="owl-"],.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover{height:auto;padding:20px 0;margin:0}.owl-carousel.nav-style-2 .owl-nav [class*="owl-"]{background:none !important;color:#fff;font-size:1.5rem}.owl-carousel.nav-style-3 .owl-nav [class*="owl-"]{width:35px;height:45px;line-height:33px;background-color:rgba(38,42,47,0.4) !important;border-color:transparent !important}.owl-carousel.nav-style-4 .owl-nav [class*="owl-"]{width:30px;background:none !important;color:#333;font-size:24px}.owl-carousel.nav-style-4 .owl-prev:before{content:"\e829"}.owl-carousel.nav-style-4 .owl-next:before{content:"\e828"}.owl-carousel.nav-pos-inside .owl-nav .owl-prev{left:15px}.owl-carousel.nav-pos-inside .owl-nav .owl-next{right:15px}.owl-carousel.nav-pos-outside .owl-nav .owl-prev{left:-30px}.owl-carousel.nav-pos-outside .owl-nav .owl-next{right:-30px}@media (max-width: 991px){.owl-carousel.nav-pos-outside .owl-nav .owl-prev{left:-10px}.owl-carousel.nav-pos-outside .owl-nav .owl-next{right:-10px}}.owl-carousel.nav-center-images-only .owl-nav{top:37%}.owl-carousel.top-border{padding-top:18px}.owl-carousel .owl-item .owl-lazy{transition:all 0.2s linear,opacity 0.4s}.owl-carousel .owl-item .owl-lazy-loaded{opacity:1}.owl-carousel .wpb_content_element{margin-bottom:0}.owl-carousel.carousel-center-active-item .owl-item{opacity:.2;transition:opacity .3s}.owl-carousel.carousel-center-active-item .owl-item.center{opacity:1}.owl-carousel.carousel-center-active-item-style-2 .owl-item{opacity:.7}.owl-carousel.dots-style-1 .owl-dots span{width:14px;height:14px;border:2px solid #e7e7e7;background:none !important;margin:2px;position:relative}.owl-carousel.dots-style-1 .owl-dot.active span,.owl-carousel.dots-style-1 .owl-dot:hover span{border:2px solid}.owl-carousel.dots-style-1 .owl-dot.active span:after,.owl-carousel.dots-style-1 .owl-dot:hover span:after{content:'';position:absolute;left:3px;right:3px;top:3px;bottom:3px;border-radius:10px;border:2px solid}.owl-carousel-spaced{margin-left:-5px}.owl-carousel-spaced .owl-item>div{margin:5px}.owl-carousel.testimonials img{display:inline-block;height:70px;width:70px}@media (max-width: 575px){.owl-carousel-spaced{margin-left:0}}.slick-slider .slick-dots li{opacity:1 !important}.slick-slider .slick-prev{width:auto;height:auto;left:0;text-shadow:1px 1px 1px rgba(127,127,127,0.3)}.slick-slider .slick-next{width:auto;height:auto;right:0;text-shadow:1px 1px 1px rgba(127,127,127,0.3)}@media (max-width: 767px){.slick-slider .slick-prev,.slick-slider .slick-next{display:none !important}}.dots-inner .slick-slider ul.slick-dots,.slick-slider.dots-inner ul.slick-dots{position:absolute !important;bottom:10px !important}[dir="rtl"] .slick-prev:before,[dir="rtl"] .slick-next:before{display:none}.yith-wcan-loading{position:relative}#fancybox-loading div{background-image:none;display:none}.yith-wcan-loading,.master-slider .ms-loading-container .ms-loading,.master-slider .ms-slide .ms-slide-loading,#fancybox-loading,.slick-slider .slick-loading .slick-list,.porto-carousel-wrapper>div:first-child>.porto-item-wrap:first-child,.porto-ajax-loading{background-image:none;background-color:transparent;border-radius:0;box-shadow:none;opacity:1}.porto-loading-icon,.master-slider .ms-loading-container .ms-loading:before,.master-slider .ms-slide .ms-slide-loading:before,#fancybox-loading:before,#fancybox-loading:after,.slick-slider .slick-loading .slick-list:before,.porto-carousel-wrapper>div:first-child>.porto-item-wrap:first-child:before,.fullscreen-carousel>.owl-carousel:before,.fullscreen-carousel>.owl-carousel:after{content:"";display:inline-block !important;border:2px solid transparent;width:40px;height:40px;animation:spin .75s infinite linear;display:inline-block;border-image:none;border-radius:50%;vertical-align:middle;position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;z-index:2}.fullscreen-carousel>.owl-carousel:before{z-index:0}.fullscreen-carousel>.owl-carousel:after{z-index:0;animation:spin .5s infinite linear}.fullscreen-carousel>.owl-carousel .owl-stage-outer,.fullscreen-carousel>.owl-carousel .owl-nav{z-index:1}.fullscreen-carousel>.owl-loaded:before,.fullscreen-carousel>.owl-loaded:after{content:none}#fancybox-loading:after{animation:spin .5s infinite linear}.porto-loading-icon{z-index:-1;visibility:hidden}.yith-wcan-loading .porto-loading-icon,.porto-ajax-loading .porto-loading-icon,.mfp-preloader .porto-loading-icon{z-index:2;visibility:visible}.yith-wcan-loading .porto-loading-icon:before,.porto-ajax-loading .porto-loading-icon:before,.mfp-preloader .porto-loading-icon:before{content:'';position:absolute;left:-2px;top:-2px;width:inherit;height:inherit;border:inherit;border-radius:inherit;border-top-color:inherit;animation:spin 1.5s infinite}.porto-ajax-loading:before{z-index:2}.porto-ajax-loading:after{content:" ";position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;opacity:.15;z-index:1}.porto-standable-carousel{display:block;min-height:100px}.porto-standable-carousel:not(.owl-loaded)>*:not(:first-child){display:none}.porto-standable-carousel .owl-item .vc_single_image-wrapper{display:block}.ms-loading-container .ms-loading,.ms-slide .ms-slide-loading{background-image:none !important;background-color:transparent !important;box-shadow:none !important}.has-ccols:not(.owl-loaded),.products-slider.owl-carousel:not(.owl-loaded){display:flex;flex-wrap:nowrap;overflow:hidden;width:auto}.owl-carousel.has-ccols:not(.owl-loaded)>*{position:relative}.ccols-1>*{flex:0 0 100%;max-width:100%}.ccols-2>*{flex:0 0 50%;max-width:50%}.ccols-3>*{flex:0 0 33.3333%;max-width:33.3333%}.ccols-4>*{flex:0 0 25%;max-width:25%}.ccols-5>*{flex:0 0 20%;max-width:20%}.ccols-6>*{flex:0 0 16.6666%;max-width:16.6666%}.ccols-7>*{flex:0 0 14.2857%;max-width:14.2857%}.ccols-8>*{flex:0 0 12.5%;max-width:12.5%}.ccols-9>*{flex:0 0 11.1111%;max-width:11.1111%}.ccols-10>*{flex:0 0 10%;max-width:10%}@media (min-width: 576px){.ccols-sm-1>*{flex:0 0 100%;max-width:100%}.ccols-sm-2>*{flex:0 0 50%;max-width:50%}.ccols-sm-3>*{flex:0 0 33.3333%;max-width:33.3333%}.ccols-sm-4>*{flex:0 0 25%;max-width:25%}.ccols-sm-5>*{flex:0 0 20%;max-width:20%}.ccols-sm-6>*{flex:0 0 16.6666%;max-width:16.6666%}}@media (min-width: 768px){.ccols-md-1>*{flex:0 0 100%;max-width:none}.ccols-md-2>*{flex:0 0 50%;max-width:50%}.ccols-md-3>*{flex:0 0 33.3333%;max-width:33.3333%}.ccols-md-4>*{flex:0 0 25%;max-width:25%}.ccols-md-5>*{flex:0 0 20%;max-width:20%}.ccols-md-6>*{flex:0 0 16.6666%;max-width:16.6666%}}@media (min-width: 992px){.ccols-lg-1>*{flex:0 0 100%;max-width:none}.ccols-lg-2>*{flex:0 0 50%;max-width:50%}.ccols-lg-3>*{flex:0 0 33.3333%;max-width:33.3333%}.ccols-lg-4>*{flex:0 0 25%;max-width:25%}.ccols-lg-5>*{flex:0 0 20%;max-width:20%}.ccols-lg-6>*{flex:0 0 16.6666%;max-width:16.6666%}.ccols-lg-7>*{flex:0 0 14.2857%;max-width:14.2857%}.ccols-lg-8>*{flex:0 0 12.5%;max-width:12.5%}}.has-ccols.owl-loaded>div{flex:none;max-width:none}.video-slide .ms-slide-bgvideocont:after{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;background:#000;opacity:.5}.fit-video{line-height:1;position:relative;width:100%}.fit-video iframe,.fit-video .wp-video{width:100% !important}.text-muted{color:#999 !important}.text-light{color:#fff !important}.text-light.wpb_text_column p{color:#fff !important}.font-weight-light,.text-weight-light{font-weight:300}.font-weight-light *,.text-weight-light *{font-weight:300}.font-weight-normal,.text-weight-normal{font-weight:400}.font-weight-normal *,.text-weight-normal *{font-weight:400}.font-weight-semibold,.text-weight-semibold{font-weight:600}.font-weight-semibold *,.text-weight-semibold *{font-weight:600}.font-weight-bold,.text-weight-bold{font-weight:700}.font-weight-bold *,.text-weight-bold *{font-weight:700}.font-weight-medium{font-weight:500}.font-weight-extra-bold{font-weight:800}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.mfp-close,.mfp-close-btn-in .mfp-close{text-indent:-9999px;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);width:41px;height:41px;color:#838383}.mfp-close:before,.mfp-close:after,.mfp-close-btn-in .mfp-close:before,.mfp-close-btn-in .mfp-close:after{content:'';position:absolute}.mfp-close:before,.mfp-close-btn-in .mfp-close:before{width:17px;top:20px;left:12px;border-top:1px solid}.mfp-close:after,.mfp-close-btn-in .mfp-close:after{height:17px;top:12px;left:20px;border-left:1px solid}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{text-align:left}.mfp-image-holder .mfp-close:before,.mfp-image-holder .mfp-close:after,.mfp-iframe-holder .mfp-close:before,.mfp-iframe-holder .mfp-close:after{color:#fff}.mfp-iframe-holder .mfp-close{top:-37px;width:40px;height:40px}.mfp-iframe-holder .mfp-close:before{width:16px;top:19px;left:12px;border-top-width:2px}.mfp-iframe-holder .mfp-close:after{height:16px;top:12px;left:19px;border-left-width:2px}.mfp-wrap{direction:ltr}body.rtl .mfp-wrap{direction:rtl}.mfp-wrap ~ .select2-container{z-index:9043}.mfp-content{direction:ltr}.mfp-no-margins img.mfp-img{padding:0}.mfp-no-margins .mfp-figure:after{top:0;bottom:0}.mfp-no-margins .mfp-container{padding:0}.mfp-content .mfp-figure figure:before{background:#f3f3f3;content:"";position:absolute;width:100%;top:40px;bottom:40px}.mfp-content .mfp-figure img.mfp-img{position:relative}.mfp-content figcaption{margin-top:0}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0.001;-webkit-backface-visibility:hidden;transition:all 0.3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:0.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;transition:all 0.2s ease-in-out;transform:scale(0.8)}.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;transform:scale(1)}.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{transform:scale(0.8);opacity:0}.my-mfp-zoom-in.mfp-bg{opacity:0.001;transition:opacity 0.3s ease-out}.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.my-mfp-slide-bottom .zoom-anim-dialog{opacity:0;transition:all 0.2s ease-out;transform:translateY(-20px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog{opacity:1;transform:translateY(0) perspective(600px) rotateX(0)}.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog{opacity:0;transform:translateY(-10px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-bg{opacity:0.01;transition:opacity 0.3s ease-out}.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:.8}.my-mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0}.popup-builder .mfp-content{position:static}.dialog{padding:20px 25px;text-align:left;max-width:600px;margin:40px auto;position:relative}.dialog.dialog-xs{max-width:200px}.dialog.dialog-sm{max-width:400px}.dialog.dialog-md{max-width:600px}.dialog.dialog-lg{max-width:900px}.white-popup-block{background:#fff;padding:20px 30px;text-align:left;max-width:600px;margin:40px auto;position:relative}.white-popup-block.white-popup-block-xs{max-width:200px}.white-popup-block.white-popup-block-sm{max-width:400px}.white-popup-block.white-popup-block-md{max-width:600px}.white-popup-block.white-popup-block-lg{max-width:900px}.popup-inline-content,.mfp-content .ajax-container{margin:40px auto;max-width:1170px;padding:20px 25px;position:relative;text-align:left;display:none}@media (max-width: 767px){.popup-inline-content,.mfp-content .ajax-container{padding:20px 12px}}.mfp-content .ajax-container,.mfp-wrap .popup-inline-content{display:block}body a{outline:none !important}.inline{display:inline}.center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.push-bottom{margin-bottom:35px}.push-top{margin-top:35px}.block-nowrap{display:inline-block;white-space:nowrap}@media (max-width: 575px){.block-nowrap{display:inline}}.block-inline{display:inline-block}@media (max-width: 575px){.block-inline{display:inline}}.pt-left{float:left !important}.pt-right{float:right !important}.pt-none{float:none !important}.bold{font-weight:bold}.font-light{font-weight:200}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.inverted{color:#FFF;display:inline-block;padding-left:10px;padding-right:10px}.text-decoration-none,.ms-btn{text-decoration:none !important}.alert a{text-decoration:none}.alert i{margin-right:8px;font-size:1.1em}.alert ul{padding:0;margin:7px 0 0 25px}.alert ul li{font-size:0.9em}.alert.alert-sm{padding:5px 10px;font-size:0.9em}.alert.alert-lg{padding:20px;font-size:1.2em}.alert.alert-default{background-color:#f2f2f2;border-color:#eaeaea;color:#737373}.alert.alert-default .alert-link{color:#4c4c4c}.br-none{border-radius:0 !important}.b-none{border:medium none !important}.tf-none,.tf-none img{transform:none !important;transition:none !important}.bg-pos-bottom{background-position:center bottom !important}.bg-pos-bottom-zero{background-position:center 0 !important}.bg-pos-top{background-position:center top !important}.bg-pos-center{background-position:center center !important}.bg-pos-left-top{background-position:left top !important}.bg-pos-left-bottom{background-position:left bottom !important}.bg-pos-left-center{background-position:left center !important}body .bg-pos-right-top{background-position:right top !important}.bg-pos-right-bottom{background-position:right bottom !important}.bg-pos-right-center{background-position:right center !important}.bg-attach-fixed{background-attachment:fixed}@supports (-webkit-overflow-scrolling: touch){.bg-attach-fixed{background-attachment:scroll}}.color-white{color:#fff !important}.color-white a{color:#fff !important}table{width:100%}table p{margin:0}img{max-width:100%;height:auto}embed,iframe,object,video{max-width:100%;vertical-align:middle}th,td{padding:8px}dl dd{margin-bottom:15px}blockquote{border-left:5px solid #eee;margin:0 0 1rem 0;padding:0.5rem 1rem;font-size:1em}blockquote.with-borders{box-shadow:0 1px 1px 0 rgba(0,0,0,0.04);padding:1.3rem}.content-grid{overflow:hidden;margin:0 !important;padding:0 !important}.content-grid .content-grid-item{position:relative;padding:10px;margin:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.content-grid .content-grid-item.vc_column_container{-ms-flex-align:center;align-items:center}.content-grid .content-grid-item:before,.content-grid .content-grid-item:after{content:'';position:absolute}.content-grid .content-grid-item:before{height:100%;top:0;left:-1px}.content-grid .content-grid-item:after{width:100%;height:0;top:auto;left:0;bottom:-1px}.content-grid .content-grid-item .img-responsive,.content-grid .content-grid-item .img-fluid{display:inline-block;-ms-flex:0 0 auto;flex:0 0 auto}.cur-pointer{cursor:pointer}.font-size-xs{font-size:0.8em !important}.font-size-sm{font-size:0.9em !important}.font-size-sm>.vc_btn3{font-size:1em !important}.font-size-md{font-size:1em !important}.font-size-md>.vc_btn3{font-size:1em !important}.font-size-lg{font-size:1.1em !important}.font-size-xl{font-size:1.2em !important}.font-size-sl{font-size:1.4em !important}.text-xs{font-size:0.625rem !important}.text-sm{font-size:0.8125rem !important}.text-md{font-size:1rem !important}.text-lg{font-size:1.1875rem !important}.text-xl{font-size:1.375rem !important}.line-height-xs{line-height:16px !important}.line-height-sm{line-height:20px !important}.line-height-md{line-height:24px !important}.line-height-lg{line-height:28px !important}.line-height-xl{line-height:32px !important}.sticky-transition[data-plugin-sticky]{transition:top 0.3s ease-in-out}.bounce-loader{transition:all 0.2s;margin:-9px 0 0 -35px;text-align:center;width:70px;left:50%;position:absolute;top:50%;z-index:10000}.bounce-loader .bounce1,.bounce-loader .bounce2,.bounce-loader .bounce3{animation:1.4s ease-in-out 0s normal both infinite running bouncedelay;background-color:#CCC;border-radius:100%;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);display:inline-block;height:18px;width:18px}.bounce-loader .bounce1{animation-delay:-.32s}.bounce-loader .bounce2{animation-delay:-.16s}@keyframes bouncedelay{0%, 80%, 100%{transform:scale(0)}40%{transform:scale(1)}}.ajax-box{transition:all 0.2s;position:relative}.ajax-box .ajax-box-content{transition:all 0.2s;opacity:1;height:auto}.ajax-box .bounce-loader,.ajax-box .porto-ajax-loading{opacity:0}.ajax-box.ajax-box-init{height:0px}.ajax-box.ajax-box-loading{height:300px}.ajax-box.ajax-box-loading .ajax-box-content{opacity:0;height:300px}.ajax-box.ajax-box-loading .bounce-loader,.ajax-box.ajax-box-loading .porto-ajax-loading{opacity:1}[data-plugin-parallax]{background-color:transparent;background-position:50% 50%;background-repeat:repeat;background-attachment:fixed !important;position:relative;clear:both;-webkit-backface-visibility:hidden}.transition-none,.no-transition{transition:none !important}.media-left,.media>.pull-left{padding-right:10px;float:none}.media-right,.media>.pull-right{padding-left:10px;float:none;order:2;-ms-flex-order:2}.hover-effect-3 img{opacity:.3;transition:opacity .3s}.hover-effect-3 img:hover{opacity:1}.hover-effect-5 img{opacity:.5;transition:opacity .5s}.hover-effect-5 img:hover{opacity:1}.box-shadow-gray{box-shadow:0 1px 1px 0 rgba(0,0,0,0.2)}.opacity-6{opacity:.6}.opacity-8{opacity:.8}.ls-0{letter-spacing:0}.ls-negative-2{letter-spacing:-2px}.ls-negative-1{letter-spacing:-1px}.curved-border{min-height:7.2vw;position:relative}.curved-border:after{content:'';display:block;background:url(https://premiumsound.co.uk/wp-content/themes/porto/css/../images/curved-border.svg) center/100% 100%;position:absolute;left:0;bottom:-2px;width:100vw;height:7.2vw;z-index:20}.curved-border.curved-border-top:after{top:-2px;bottom:auto;transform:rotateX(180deg)}hr{border:0;height:1px;margin:22px 0}hr.hide{display:none !important}hr.short{margin:11px 0}hr.tall{margin:44px 0}hr.taller{margin:66px 0}hr.invisible{background:none}.divider{border:0;height:1px;margin:44px auto;text-align:center;position:relative;clear:both}.divider.taller{margin:66px auto}.divider i{text-align:center;border-radius:50px;color:#a9a9a9;display:inline-block;height:50px;line-height:50px;position:absolute;text-align:center;width:50px;font-size:20px;margin:0 auto 0 -25px;top:-25px;left:50%;z-index:1}.divider.divider-icon-sm i{width:30px;height:30px;line-height:30px;top:-15px;font-size:15px;margin-left:-16px}.divider.divider-icon-lg{margin:86px 0}.divider.divider-icon-lg i{width:60px;height:60px;line-height:60px;top:-30px;font-size:30px;margin-left:-30px}.divider.divider-icon-lg.taller{margin:100px auto}.divider.divider-xs{width:35%}.divider.divider-sm{width:67%}.divider.divider-left i{left:0;margin-left:0;margin-right:0;right:auto}.divider.divider-right i{left:auto;margin-left:0;margin-right:0;right:0}.divider.divider-style-2 i{color:#a9a9a9}.divider.divider-style-4 i:after{border-radius:50%;box-sizing:content-box;content:"";display:block;height:100%;left:-4px;padding:1px;position:absolute;top:-4px;width:100%}.divider.divider-small{margin:22px auto;background:transparent}.divider.divider-small hr{width:50px;height:1px}.divider.divider-small.divider-small-center{text-align:center}.divider.divider-small.divider-small-center hr{margin-left:auto;margin-right:auto}.divider.divider-small.divider-small-right{text-align:right}.divider.divider-small.divider-small-right hr{margin-left:auto}.divider.divider-small.divider-small-sm hr{height:1px}.divider.divider-small.divider-small-lg hr{height:6px}.divider.divider-small.tall{margin:34px 0}.divider.divider-small.taller{margin:46px 0}hr.dashed,.divider.dashed{background:none;position:relative}hr.dashed:after,.divider.dashed:after{content:"";display:block;height:0;position:absolute;top:50%;margin-top:-1px;width:100%}hr.pattern,.divider.pattern{background:none;position:relative}hr.pattern:after,.divider.pattern:after{background:transparent url(https://premiumsound.co.uk/wp-content/themes/porto/css/../images/patterns/worn_dots.png) repeat 0 0;content:"";display:block;height:15px;position:absolute;top:50%;margin-top:-7px;width:100%}hr.pattern.pattern-2:after,.divider.pattern.pattern-2:after{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/css/../images/patterns/az_subtle.png)}.porto-separator{margin:0 0 22px}.porto-separator.short{margin:-11px 0 11px}.porto-separator.tall{margin:22px 0 44px}.porto-separator.taller{margin:44px 0 66px}.porto-separator .separator-line{margin:0 auto}.porto-separator .separator-line.align_left{margin:0 auto 0 0}.porto-separator .separator-line.align_center{margin:0 auto}.porto-separator .separator-line.align_right{margin:0 0 0 auto}.icon-featured{display:inline-block;font-size:0px;margin:15px;width:110px;height:110px;border-radius:50%;text-align:center;position:relative;z-index:1;color:#FFF;font-size:40px;line-height:110px}.icon-featured:after{pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;content:'';box-sizing:content-box}.icon-featured img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0}.featured-box{box-shadow:0 2px 4px 0px rgba(0,0,0,0.05);margin:20px auto;min-height:100px;position:relative;text-align:center;z-index:1}.featured-box.align-left{text-align:left}.featured-box.align-center{text-align:center}.featured-box.align-right{text-align:right}.featured-box.align-justify{text-align:justify}.woocommerce .featured-box h2,.woocommerce .featured-box h3,.woocommerce .featured-box h4,.woocommerce-page .featured-box h2,.woocommerce-page .featured-box h3,.woocommerce-page .featured-box h4{font-size:1.3em;font-weight:400;letter-spacing:-0.7px;line-height:1.42857;margin-top:30px;margin-bottom:15px;text-transform:uppercase}.woocommerce .featured-box h2:first-child,.woocommerce .featured-box h3:first-child,.woocommerce .featured-box h4:first-child,.woocommerce-page .featured-box h2:first-child,.woocommerce-page .featured-box h3:first-child,.woocommerce-page .featured-box h4:first-child{margin-top:-5px}.woocommerce .featured-box header h2,.woocommerce .featured-box header h3,.woocommerce .featured-box header h4,.woocommerce-page .featured-box header h2,.woocommerce-page .featured-box header h3,.woocommerce-page .featured-box header h4{font-size:1.1em;margin-top:0 !important}.featured-box h4,.featured-box .wpb_heading{font-size:1.3em;font-weight:400;letter-spacing:-0.7px;margin-top:5px;margin-bottom:5px}.featured-box .box-content{border-top:4px solid #dfdfdf;position:relative;top:-1px}.featured-box .learn-more{display:block;margin-top:10px}.featured-box .porto-sicon-box{margin-top:15px;margin-bottom:25px}.featured-box .wpb_content_element{margin-bottom:20px}.featured-box h2{margin-bottom:0px;padding:10px 0px}.featured-box-text-left{text-align:left}.featured-boxes-flat .featured-box{box-shadow:none;margin:10px 0}.featured-boxes-flat .featured-box .box-content{margin-top:65px}.featured-boxes-flat .featured-box .icon-featured{display:inline-block;font-size:38px;height:90px;line-height:90px;padding:0;width:90px;margin:-100px 0 -15px;position:relative;top:-37px}.featured-boxes-style-2 .featured-box{background:none;border:0;margin:10px 0;box-shadow:none}.featured-boxes-style-2 .featured-box .box-content{border:0;padding:0}.featured-boxes-style-2 .featured-box .icon-featured{display:inline-block;font-size:30px;height:75px;line-height:75px;padding:0;width:75px;margin-top:0}.featured-boxes-style-3 .featured-box{margin:10px 0}.featured-boxes-style-3 .featured-box .icon-featured{display:inline-block;font-size:30px;height:75px;padding:0;width:75px;margin-top:-35px;border:3px solid #ccc;line-height:68px}.featured-boxes-style-3 .featured-box .box-content{display:inline-block}.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box{background:none;border:0;box-shadow:none}.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content{border:0;padding:0}.featured-boxes-style-4 .featured-box{background:none;border:0;margin:10px 0;box-shadow:none}.featured-boxes-style-4 .featured-box .box-content{border:0;padding:0}.featured-boxes-style-4 .featured-box .icon-featured{display:inline-block;font-size:40px;height:45px;line-height:45px;padding:0;width:45px;margin-top:0;margin-bottom:10px;background:transparent;border-radius:0}.featured-boxes-style-5 .featured-box,.featured-boxes-style-6 .featured-box,.featured-boxes-style-7 .featured-box{background:none;border:0;box-shadow:none;margin:10px 0}.featured-boxes-style-5 .featured-box .box-content,.featured-boxes-style-6 .featured-box .box-content,.featured-boxes-style-7 .featured-box .box-content{border:0;padding:0}.featured-boxes-style-5 .featured-box .icon-featured,.featured-boxes-style-6 .featured-box .icon-featured,.featured-boxes-style-7 .featured-box .icon-featured{display:inline-block;font-size:30px;height:75px;padding:0;width:75px;margin-top:0;margin-bottom:10px;line-height:73px}.featured-boxes-style-6 .featured-box .icon-featured:after{border-radius:50%;box-sizing:content-box;content:"";display:block;height:100%;left:-6px;padding:1px;position:absolute;top:-6px;width:100%}.featured-boxes-style-8 .featured-box .icon-featured{display:inline-block;font-size:30px;height:75px;padding:0;width:75px;margin:-38px 0 -16px;line-height:73px;border:0}.featured-boxes-style-8 .featured-box .icon-featured:after{display:none}.featured-box-effect-1 .icon-featured:after{top:-7px;left:-7px;padding:7px;transition:transform 0.2s,opacity 0.2s;transform:scale(1);opacity:0}.featured-box-effect-1:hover .icon-featured:after{transform:scale(0.8);opacity:1}.featured-box-effect-2 .icon-featured:after{top:-7px;left:-7px;padding:7px;box-shadow:0 0 0 3px #fff;transition:transform 0.2s,opacity 0.2s;transform:scale(0.8);opacity:0}.featured-box-effect-2:hover .icon-featured:after{transform:scale(0.95);opacity:1}.featured-box-effect-3 .icon-featured:after{top:0;left:0;box-shadow:0 0 0 10px #fff;transform:scale(0.9);transition:transform 0.2s,opacity 0.2s;opacity:0}.featured-box-effect-3:hover .icon-featured{color:#fff !important}.featured-box-effect-3:hover .icon-featured:after{transform:scale(1);opacity:.8}.featured-box-effect-4 .icon-featured{transform:scale(1);transition:transform 0.2s,transform 0.2s}.featured-box-effect-4:hover .icon-featured{transform:scale(1.15)}.featured-box-effect-5 .icon-featured{overflow:hidden;transition:all 0.3s}.featured-box-effect-5:hover .icon-featured{animation:toRightFromLeft 0.3s forwards}@keyframes toRightFromLeft{49%{transform:translate(100%)}50%{opacity:0;transform:translate(-100%)}51%{opacity:1}}.featured-box-effect-6 .icon-featured:after{transition:all 0.2s}.featured-box-effect-6:hover .box-content .icon-featured:after{transform:scale(1.1)}.featured-box-effect-7 .icon-featured:after{opacity:0;box-shadow:3px 3px #d5d5d5;transform:rotate(-90deg);transition:opacity 0.2s,transform 0.2s;left:0;top:-1px}.featured-box-effect-7:hover .icon-featured:after{opacity:1;transform:rotate(0deg)}.featured-box-effect-7 .icon-featured:before{transform:scale(0.8);opacity:.7;transition:transform 0.2s,opacity 0.2s}.featured-box-effect-7:hover .icon-featured:before{transform:scale(1);opacity:1}.feature-box{display:-ms-flexbox;display:flex}.feature-box .feature-box-icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#CCC;border-radius:100%;color:#FFF;font-size:10px;position:relative;top:7px;text-align:center;padding:0.8em;height:1px;min-width:4.32em;min-height:4.32em}.feature-box .feature-box-info{flex:1;-ms-flex:none;padding-left:15px}.feature-box .align-items-center .feature-box-icon{top:0}.feature-box.feature-box-style-2 .feature-box-icon{background:transparent;top:0}.feature-box.feature-box-style-2 .feature-box-icon i{font-size:2.7em}.feature-box.feature-box-style-2 .align-items-center .feature-box-icon{top:0}.feature-box.feature-box-style-3 .feature-box-icon{border:1px solid #ccc;background:transparent;line-height:32px}.feature-box.feature-box-style-4{-ms-flex-wrap:wrap;flex-wrap:wrap}.feature-box.feature-box-style-4 .feature-box-icon{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-pack:start;justify-content:flex-start;background:transparent;padding:0 0 1.2rem 0}.feature-box.feature-box-style-4 .feature-box-icon i{font-size:2.35em;width:auto;height:auto}.feature-box.feature-box-style-4 .feature-box-info{clear:both;padding-left:0}.feature-box.feature-box-style-5 .feature-box-icon{background:transparent;top:0;padding:1em 1.4em;min-width:5em}.feature-box.feature-box-style-5 .feature-box-icon i{font-size:2.75em}.feature-box.feature-box-style-5 .align-items-center .feature-box-icon{top:0}.feature-box.feature-box-style-6 .feature-box-icon{background:transparent;line-height:32px}.feature-box.feature-box-style-6 .feature-box-icon:after{border-radius:50%;box-sizing:initial;content:"";display:block;height:100%;left:-4px;padding:1px;position:absolute;top:-4px;width:100%}.feature-box.feature-box-style-6 .feature-box-icon i{color:#a9a9a9}.feature-box.reverse-allres{text-align:right;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.feature-box.reverse-allres .feature-box-info{padding-right:15px;padding-left:0}.feature-box.reverse-allres.feature-box-style-4 .feature-box-icon{-ms-flex-pack:end;justify-content:flex-end}.feature-box.reverse-allres.feature-box-style-4 .feature-box-info{padding-right:0}@media (min-width: 992px){.feature-box.reverse{text-align:right;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.feature-box.reverse .feature-box-info{padding-right:15px;padding-left:0}.feature-box.reverse .feature-box-icon{-ms-flex-pack:end;justify-content:flex-end}.feature-box.reverse.feature-box-style-2 .feature-box-info{padding-right:60px}.feature-box.reverse.feature-box-style-4 .feature-box-info{padding-right:0}}.featured-boxes-full .featured-box-full{text-align:center;padding:55px}.featured-boxes-full .featured-box-full i,.featured-boxes-full .featured-box-full h1,.featured-boxes-full .featured-box-full h2,.featured-boxes-full .featured-box-full h3,.featured-boxes-full .featured-box-full h4,.featured-boxes-full .featured-box-full h5,.featured-boxes-full .featured-box-full h6,.featured-boxes-full .featured-box-full p,.featured-boxes-full .featured-box-full a{color:#fff;padding:0;margin:0}.featured-boxes-full .featured-box-full i{font-size:3.9em;margin-bottom:15px;text-shadow:1px 1px 1px rgba(0,0,0,0.2)}.featured-boxes-full .featured-box-full p{padding-top:12px;opacity:.8}.thumb-info{text-decoration:none;max-width:100%;border:1px solid}.thumb-info,.thumb-info .thumb-info-wrapper{display:block;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.thumb-info .thumb-info-wrapper{margin:0;overflow:hidden}.thumb-info .thumb-info-wrapper:after{content:"";transition:0.3s;bottom:0;color:#FFF;left:0;position:absolute;right:0;top:0;display:block;opacity:0;z-index:1}.thumb-info .thumb-info-action-icon{transition:0.3s;border-radius:0 0 0 4px;display:inline-block;font-size:25px;height:50px;line-height:50px;position:absolute;right:-100px;text-align:center;text-decoration:none;vertical-align:bottom;top:-100px;width:50px;z-index:2;overflow:hidden;font-size:18px;color:#fff}.thumb-info .thumb-info-action-icon i img{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;border-radius:0;transform:none !important}.thumb-info .thumb-info-action-icon.thumb-info-plus{visibility:hidden;transform:none !important}.thumb-info .thumb-info-inner{transition:0.3s;display:block;font:inherit;color:inherit;margin-bottom:0}.thumb-info .thumb-info-inner em{display:block;font-size:0.8em;font-style:normal;font-weight:normal}.thumb-info .thumb-info-title{transition:0.3s;background:rgba(33,37,41,0.8);bottom:13%;color:#fff;font-size:17px;font-weight:600;left:0;letter-spacing:-.05em;padding:13px 21px 2px;position:absolute;z-index:2;max-width:90%}.thumb-info .thumb-info-title a,.thumb-info .thumb-info-title a:hover{color:#fff;text-decoration:none}.thumb-info .thumb-info-type{display:inline-block;float:left;font-size:0.6em;font-weight:600;letter-spacing:0;margin:8px -2px -15px 0;padding:2px 12px;text-transform:uppercase;z-index:2;line-height:2.3}.thumb-info .owl-carousel{z-index:auto}.thumb-info .owl-carousel .owl-nav,.thumb-info .owl-carousel .owl-dots{z-index:2}.thumb-info img{transition:0.3s;position:relative;width:100%}.thumb-info .zoom{display:block;border-radius:100%;bottom:4px;cursor:pointer;color:#FFF;height:30px;width:30px;padding:0;position:absolute;right:4px;text-align:center;opacity:0;transition:0.1s;line-height:30px;font-size:14px;z-index:2}.thumb-info:hover .thumb-info-wrapper:after{opacity:1}.thumb-info:hover .thumb-info-action-icon{right:0;top:0}.thumb-info:hover .thumb-info-title{background:#000}.thumb-info:hover img{transform:scale(1.1, 1.1)}.thumb-info:hover .zoom{opacity:1}.thumb-info:hover .owl-carousel.show-nav-hover .owl-nav{opacity:1}.thumb-info.thumb-info-no-zoom img{transition:none}.thumb-info.thumb-info-no-zoom:hover img{transform:scale(1, 1)}.thumb-info.thumb-info-lighten .thumb-info-wrapper:after{background:rgba(23,23,23,0.25)}.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after{display:none}.thumb-info.thumb-info-centered-icons .thumb-info-action{transition:transform 0.2s ease-out,opacity 0.2s ease-out;-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0);top:50%;left:3px;right:auto;bottom:auto;width:100%;height:45px;margin-top:-20px;text-align:center;position:absolute;opacity:0;z-index:2;padding-top:5px}.thumb-info.thumb-info-centered-icons .thumb-info-action-icon{transition:0.1s;display:inline-block;position:relative;z-index:2;left:auto;right:auto;top:auto;bottom:auto;width:36px;height:36px;line-height:36px;border-radius:50%;margin-right:6px;font-size:14px}.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover{transform:scale(1.15, 1.15)}.thumb-info.thumb-info-centered-icons:hover .thumb-info-action{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}.thumb-info.thumb-info-centered-icons:hover .thumb-info-action-icon{position:relative}.thumb-info.thumb-info-centered-info .thumb-info-title{background:transparent;left:5%;width:90%;transition:transform 0.2s ease-out,opacity 0.2s ease-out;transform:translate(0%, -30%);top:50%;bottom:auto;opacity:0;text-align:center;padding:0;position:absolute}.thumb-info.thumb-info-centered-info .thumb-info-type{float:none}.thumb-info.thumb-info-centered-info:hover .thumb-info-title{opacity:1;transform:translate(0%, -50%)}.thumb-info.thumb-info-bottom-info .thumb-info-title{left:0;width:100%;max-width:100%;transition:transform 0.2s ease-out,opacity 0.2s ease-out;transform:translate3d(0, 100px, 0);top:auto;bottom:0;opacity:0;padding:15px;text-shadow:none}.thumb-info.thumb-info-bottom-info .thumb-info-type{float:none;background:none;padding:0;margin:0}.thumb-info.thumb-info-bottom-info .thumb-info-inner{line-height:1}.thumb-info.thumb-info-bottom-info:hover .thumb-info-title{transform:translate3d(0, 0, 0);opacity:1}.thumb-info.thumb-info-bottom-info:hover img{transform:sacle(1.1)}.thumb-info.thumb-info-bottom-info-dark .thumb-info-title{background:linear,to top,rgba(23,23,23,0.8) 0,transparent 100% repeat scroll 0 0 transparent;color:#FFF}.thumb-info.thumb-info-bottom-info-dark .thumb-info-title a,.thumb-info.thumb-info-bottom-info-dark .thumb-info-title a:hover,.thumb-info.thumb-info-bottom-info-dark .thumb-info-title a:focus{color:inherit}.thumb-info.thumb-info-push-hor img{transform:translateX(-18px);width:calc(100% + 19px);max-width:none}.thumb-info.thumb-info-push-hor:hover img{transform:translateX(0)}.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after{opacity:0.65}.thumb-info.thumb-info-hide-info-hover .thumb-info-title{opacity:1;top:50%}.thumb-info.thumb-info-hide-info-hover .thumb-info-type{float:none}.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after{opacity:0.1}.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title{opacity:0}.thumb-info.thumb-info-no-borders,.thumb-info.thumb-info-no-borders img,.thumb-info.thumb-info-no-borders .thumb-info-wrapper{border:0;padding:0;margin:0;border-radius:0}.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after{border-radius:0;bottom:0;left:0;right:0;top:0}.thumb-info.thumb-info-preview .thumb-info-wrapper:after{display:none}.thumb-info.thumb-info-preview .thumb-info-image{min-height:232px;display:block;background-position:center top;background-repeat:no-repeat;background-size:100% auto;position:relative;transition:background-position 0.8s linear}.thumb-info.thumb-info-preview:hover .thumb-info-image{transition:background-position 2.5s linear;background-position:center bottom}.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image{transition:background-position 1s linear}.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image{transition:background-position 5s linear}.thumb-info.thumb-info-preview.thumb-info-preview-fixed .thumb-info-image,.thumb-info.thumb-info-preview.thumb-info-preview-fixed:hover .thumb-info-image{background-position:center center;transition:none}.thumb-info.thumb-info-preview.thumb-info-preview-fixed-top .thumb-info-image,.thumb-info.thumb-info-preview.thumb-info-preview-fixed-top:hover .thumb-info-image{background-position:center top}.thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom .thumb-info-image,.thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom:hover .thumb-info-image{background-position:center bottom}.thumb-info.thumb-info-box-shadow{box-shadow:10px 10px 74px -15px rgba(0,0,0,0.1);transition:all 0.3s}.thumb-info.thumb-info-box-shadow:hover{box-shadow:10px 10px 74px 0 rgba(0,0,0,0.1)}.thumb-info.thumb-info-left-no-bg .thumb-info-title,.thumb-info.thumb-info-left-no-bg .thumb-info-type{background:none}.thumb-info.thumb-info-left-no-bg .thumb-info-title{bottom:0;padding:1.5rem;color:#212529}.thumb-info.thumb-info-left-no-bg .thumb-info-type{padding:0;margin:0;opacity:.6}.thumb-info.thumb-info-left-no-bg .thumb-info-inner{font-weight:700;font-size:1.2em}.thumb-info-ribbon{background:#999;position:absolute;margin:-16px 0 0 0;padding:5px 13px 6px;right:15px;z-index:1}.thumb-info-ribbon:before{border-right:10px solid #646464;border-top:16px solid transparent;content:"";display:block;height:0;left:-10px;position:absolute;top:0;width:7px}.thumb-info-ribbon span{font-size:1.1em}.full-width .thumb-info img{border-radius:0 !important}.thumb-info-caption{padding:10px 0}.thumb-info-caption .thumb-info-caption-text{display:block;margin:0 0 8px;font-size:0.9em;padding:10px}.thumb-info-caption .thumb-info-caption-text>*:last-child{margin-bottom:0}.thumb-info-caption .thumb-info-caption-text .thumb-info-date{display:block;font-style:normal;font-weight:normal}.thumb-info-caption .thumb-info-caption-text img{width:auto}.thumb-info-caption p{line-height:20px;margin:0 0 8px}.thumb-info-side-image{*zoom:1}.thumb-info-side-image:before,.thumb-info-side-image:after{content:" ";display:table}.thumb-info-side-image:after{clear:both}.thumb-info-side-image .thumb-info-side-image-wrapper{position:relative;padding:0;float:left;margin-right:20px}.thumb-info-side-image .thumb-info-caption .thumb-info-caption-text{padding:17px;margin:0}.thumb-info-side-image .thumb-info-social-icons{border-width:0;padding-bottom:0}.thumb-info-side-image.thumb-info-no-borders .thumb-info-side-image-wrapper{padding:0}.thumb-info-side-image-right .thumb-info-side-image-wrapper{float:right;margin-left:20px;margin-right:0}.thumb-info-social-icons{margin:0;padding:15px 10px;display:block}.thumb-info-social-icons a{position:relative;margin:2px;border-radius:25px;display:inline-block;height:30px;line-height:30px;text-align:center;width:30px;vertical-align:bottom;overflow:hidden}.thumb-info-social-icons a:hover{text-decoration:none}.thumb-info-social-icons a span{display:none}.thumb-info-social-icons a i{color:#FFF;font-size:0.9em;font-weight:normal}.thumb-info-social-icons a i img{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;border-radius:0;transform:none !important}.thumb-info-social-icons.share-links a{margin:2px;border-radius:25px}.thumb-info-icons.position-style-2{position:absolute;top:-15px;left:50%;z-index:3;transform:translateX(-51%)}.thumb-info-icons .thumb-info-icon{display:inline-block;padding:5px 11px;border-radius:20px;transition:all 0.3s}.thumb-info-icons .thumb-info-icon.love{margin-left:0.2em}.thumb-info-icons .thumb-info-icon i{margin-left:8px}.thumb-info-icons.position-style-1{position:absolute;bottom:5%;right:5%;z-index:2}.thumb-info-icons.position-style-3{bottom:7%;position:absolute;right:2%}.thumb-info-plus:before{opacity:1;transition:auto;content:'';display:block;position:absolute;width:100%;top:50%;left:50%;border-top:1px solid #FFF;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}.thumb-info-plus:after{opacity:1;transition:auto;content:'';display:block;position:absolute;width:100%;top:50%;left:50%;border-top:1px solid #FFF;-webkit-transform:translate3d(-50%, -50%, 0) rotate(0deg);transform:translate3d(-50%, -50%, 0) rotate(0deg)}.thumb-info .thumb-info-plus{opacity:0;position:absolute;width:10%;top:50%;left:50%;z-index:2;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);transition:all 0.3s}.thumb-info:hover .thumb-info-plus{opacity:1;width:30%}.thumb-info:hover .thumb-info-plus::after{-webkit-transform:translate3d(-50%, -50%, 0) rotate(90deg);transform:translate3d(-50%, -50%, 0) rotate(90deg)}.portfolio-parallax .thumb-info-plus{opacity:0;position:absolute;width:10%;top:50%;left:50%;z-index:2;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);transition:all 0.3s;width:2%}.portfolio-parallax:hover .thumb-info-plus{opacity:1;width:8%}.portfolio-parallax:hover .thumb-info-plus::after{-webkit-transform:translate3d(-50%, -50%, 0) rotate(90deg);transform:translate3d(-50%, -50%, 0) rotate(90deg)}.portfolio-parallax.hidden-plus .thumb-info-plus{display:none}.thumb-info.thumb-info-bottom-info.alternate-info-hide:hover img{transform:scale(1.1, 1.1)}.thumb-info-slow-zoom{transition:box-shadow .3s}.thumb-info-slow-zoom:hover{box-shadow:0 0 59px -16px rgba(0,0,0,0.4)}.thumb-info-slow-zoom:hover img{-webkit-transform:translate3d(0, 3%, 0) scale(1.3) !important;transform:translate3d(0, 3%, 0) scale(1.3) !important}.thumb-info-slow-zoom img{-webkit-transform:translate3d(-2%, -2%, 0) scale(1.2);transform:translate3d(-2%, -2%, 0) scale(1.2);transition:5s}.thumb-info-slow-zoom .thumb-info-plus{display:none}.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom:hover .thumb-info-wrapper .background-image{-webkit-transform:translate3d(0, 3%, 0) scale(1.3) !important;transform:translate3d(0, 3%, 0) scale(1.3) !important;box-shadow:none}.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom .thumb-info-wrapper .background-image{-webkit-transform:translate3d(-2%, -2%, 0) scale(1.2) !important;transform:translate3d(-2%, -2%, 0) scale(1.2) !important;transition:5s}.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper::after{opacity:0}.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper:before{bottom:-41px}@media (max-width: 991px){.thumb-info .thumb-info-title{font-size:14px}.thumb-info .thumb-info-more{font-size:11px}.portfolio-parallax:hover .thumb-info-plus{width:20%}}section.timeline{width:100%;margin:50px 0 0;position:relative;float:left;padding-bottom:120px}section.timeline:after{background:#505050;background:linear,to bottom,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%;content:'';display:block;height:100%;position:absolute;top:-60px;left:0;right:0;margin:auto;width:3px;z-index:0;opacity:.35}section.timeline .timeline-date,section.timeline .timeline-box{box-shadow:0 1px 5px 0 rgba(0,0,0,0.04);position:relative;z-index:1}section.timeline .timeline-date{display:block;clear:both;width:200px;height:45px;padding:5px;margin:0 auto 10px}section.timeline .timeline-date h3{display:block;text-align:center;text-transform:uppercase;color:#757575;font-size:0.9em;font-weight:700;line-height:32px;margin:2px 0 0}section.timeline .timeline-title{padding:12px}section.timeline .timeline-title h4{padding:0;margin:0;color:#171717;font-size:1.4em}section.timeline .timeline-title a{color:#171717}section.timeline .timeline-title .timeline-title-tags{color:#B1B1B1;font-size:0.9em}section.timeline .timeline-title .timeline-title-tags a{color:#B1B1B1;font-size:0.9em}section.timeline .timeline-box{margin:20px 3% 10px;padding:18px;width:44%;float:left;margin-bottom:30px}section.timeline .timeline-box.left{clear:both}section.timeline .timeline-box.left:before{border-radius:50%;content:"";display:block;height:7px;margin-right:-9px;right:-6%;position:absolute;top:22px;width:7px}section.timeline .timeline-box.left:after{transform:rotate(45deg);content:"";display:block;height:14px;position:absolute;right:-8px;top:20px;width:14px;z-index:0}section.timeline .timeline-box.right{clear:right;float:right;margin-top:40px}section.timeline .timeline-box.right:before{border-radius:50%;content:"";display:block;height:7px;margin-left:-9px;left:-6%;position:absolute;top:32px;width:7px}section.timeline .timeline-box.right:after{transform:rotate(45deg);left:-8px;content:"";display:block;height:14px;position:absolute;top:30px;width:14px;z-index:0}section.timeline .timeline-box .img-thumbnail,section.timeline .timeline-box .img-thumbnail img{padding:0;border:0}section.timeline .timeline-box .owl-carousel{border-radius:0;padding:0;border:0;box-shadow:none}section.timeline .timeline-box .owl-carousel .owl-stage-outer{border-radius:0}section.timeline .timeline-box .thumb-info,section.timeline .timeline-box .thumb-info img{border:0;padding:0;margin:0;border-radius:0}section.timeline .timeline-box .thumb-info .thumb-info-wrapper{border:0;padding:0;margin:0;border-radius:0}section.timeline .timeline-box .thumb-info .thumb-info-wrapper:after{border-radius:0;bottom:0;left:0;right:0;top:0}section.timeline .timeline-box .thumb-info-side-image .thumb-info-side-image-wrapper{padding:0}section.timeline .timeline-item-title{font-size:1em;margin:1rem 0 0.25rem;font-weight:700}section.timeline .timeline-item-content{font-size:.9em}section.timeline .timeline-item-content p{font-size:inherit}section.timeline .timeline-item-content p:last-child{margin-bottom:0}@media (max-width: 767px){.column2 section.timeline{width:74%;margin:50px 13% 0}section.timeline .timeline-box{float:none;clear:both;right:auto;left:auto;margin:25px auto;max-width:80%;width:auto}.column2 section.timeline .timeline-box{max-width:80%}section.timeline .timeline-box.right{float:none;clear:both;right:auto;left:auto;margin:25px auto;max-width:80%;width:auto}.column2 section.timeline .timeline-box.right{max-width:80%}section.timeline .timeline-box.left:after,section.timeline .timeline-box.right:after,section.timeline .timeline-box.left:before,section.timeline .timeline-box.right:before{display:none}}@media (max-width: 575px){section.timeline{width:auto;float:none;margin-left:0;margin-right:0}.column2 section.timeline{margin-left:0;margin-right:0;width:auto}section.timeline .timeline-box{margin:15px auto;max-width:90%}.column2 section.timeline .timeline-box{max-width:90%}section.timeline .timeline-box.right{margin:15px auto;max-width:90%}.column2 section.timeline .timeline-box.right{max-width:90%}}#infscr-loading{position:absolute;top:100%;left:0;right:0;width:100%;height:0;text-align:center}#infscr-loading img{display:none !important}.page-faqs #infscr-loading{margin-top:-40px}.pagination.load-more span,.pagination.load-more a,.pagination.load-more .next:before{display:none}.pagination.load-more .next{display:block;float:none;padding:1.0833em 2.5em;font-size:12px;line-height:1.3333;border-width:1px;width:100%;height:auto;text-indent:0;border-color:#e7e7e7;background:none;font-weight:700;text-transform:uppercase;color:#555}.pagination-wrap.load-more{position:relative;margin:25px 0}.pagination-wrap.load-more .bounce-loader{display:none}.share-links{vertical-align:middle}.share-links a{font-size:.8rem;color:#fff;text-indent:-9999em;text-align:center;width:2.2857em;height:2.2857em;display:inline-block;margin:0.2857em 0.5714em 0.2857em 0;position:relative;text-decoration:none;vertical-align:middle;transition:.25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.share-links a:before{font-family:'Font Awesome 5 Brands';text-indent:0;position:absolute;left:0;right:0;top:0;bottom:0;line-height:23px;height:22px;margin:auto;z-index:2}.share-links a:hover,.share-links a:focus{opacity:0.9;color:#fff}#footer .share-links a:hover{color:#fff}.share-links.disable-br a{border-radius:0 !important}.share-links .share-twitter{background:#1aa9e1}.share-links .share-twitter:before{content:""}.share-links .share-facebook{background:#3b5a9a}.share-links .share-facebook:before{content:""}.share-links .share-linkedin{background:#0073b2}.share-links .share-linkedin:before{content:""}.share-links .share-rss{background:#ff8201}.share-links .share-rss:before{content:""}.share-links .share-googleplus{background:#dd4b39}.share-links .share-googleplus:before{content:""}.share-links .share-pinterest{background:#cc2127}.share-links .share-pinterest:before{content:""}.share-links .share-youtube{background:#c3191e}.share-links .share-youtube:before{content:""}.share-links .share-instagram{background:#7c4a3a}.share-links .share-instagram:before{content:""}.share-links .share-skype{background:#00b0f6}.share-links .share-skype:before{content:""}.share-links .share-email{background:#dd4b39}.share-links .share-email:before{content:"";font-weight:400}.share-links .share-vk{background:#6383a8}.share-links .share-vk:before{content:""}.share-links .share-xing{background:#1a7576}.share-links .share-xing:before{content:""}.share-links .share-tumblr{background:#304e6c}.share-links .share-tumblr:before{content:""}.share-links .share-reddit{background:#ff4107}.share-links .share-reddit:before{content:""}.share-links .share-vimeo{background:#52b8ea}.share-links .share-vimeo:before{content:""}.share-links .share-telegram{background:#0088cc}.share-links .share-telegram:before{content:""}.share-links .share-yelp{background:#c41200}.share-links .share-yelp:before{content:""}.share-links .share-flickr{background:#0063DC}.share-links .share-flickr:before{content:""}.share-links .share-whatsapp{background:#3c8a38}.share-links .share-whatsapp:before{content:""}.share-links .share-wechat{background:#7bb22e}.share-links .share-wechat:before{content:""}.share-links .share-tiktok{background:#010101}.share-links .share-tiktok:before{content:""}.share-links.default-skin a{color:#fff !important}.share-links.default-skin a:hover{opacity:0.8}.share-links.default-skin .share-twitter{background:#1aa9e1 !important}.share-links.default-skin .share-facebook{background:#3b5a9a !important}.share-links.default-skin .share-linkedin{background:#0073b2 !important}.share-links.default-skin .share-rss{background:#ff8201 !important}.share-links.default-skin .share-googleplus{background:#dd4b39 !important}.share-links.default-skin .share-pinterest{background:#cc2127 !important}.share-links.default-skin .share-youtube{background:#c3191e !important}.share-links.default-skin .share-instagram{background:#7c4a3a !important}.share-links.default-skin .share-skype{background:#00b0f6 !important}.share-links.default-skin .share-email{background:#dd4b39 !important}.share-links.default-skin .share-vk{background:#6383a8 !important}.share-links.default-skin .share-xing{background:#1a7576 !important}.share-links.default-skin .share-tumblr{background:#304e6c !important}.share-links.default-skin .share-reddit{background:#ff4107 !important}.share-links.default-skin .share-vimeo{background:#52b8ea !important}.share-links.default-skin .share-telegram{background:#0088cc !important}.share-links.default-skin .share-yelp{background:#c41200 !important}.share-links.default-skin .share-flickr{background:#0063DC !important}.share-links.default-skin .share-whatsapp{background:#3c8a38 !important}.share-links.default-skin .share-wechat{background:#7bb22e !important}.share-links.default-skin .share-tiktok{background:#010101 !important}.widget.follow-us .share-links a:hover,.header-wrapper.header-side-nav .share-links a:hover,.header-corporate .share-links a:hover{opacity:1}.member-share-advance.post-share-advance-bg{background:transparent;padding:0 0 30px;height:35px}.member-share-advance.post-share-advance-bg:hover{background:#fff}.member-share-advance.post-share-advance-bg:hover .fa-share-alt{background:#4dbb6d}.thumb-info .thumb-info-wrapper.member-social-adv-main{overflow:visible}.thumb-member-container{display:block;position:relative}.thumb-member-container>a{overflow:hidden;display:block}.member-social-adv-main .member-image{margin-bottom:0}.member-share-advance.share-links{z-index:9}.member-share-advance.share-links .fa-share-alt{background:#58605a}.member-share-advance.share-links .share-links a:first-child{opacity:0.5}.member-share-advance.share-links .post-share-advance-bg{background:transparent}.member-share-advance.share-links .post-share-advance-bg:hover{background:#fff}.member-share-advance.share-links .post-share-advance-bg:hover .fa-share-alt{background:#4dbb6d}.member-share-advance.share-links .thumb-info-social-icons{padding:10px 0 !important}.member-share-advance.share-links a{width:100%}.member-share-advance.share-links .share-facebook{color:#4d70a8 !important}.member-share-advance.share-links .share-twitter{color:#1aa9e1 !important}.member-share-advance.share-links .share-linkedin{color:#0077b5 !important}.member-share-advance.share-links .share-googleplus{color:#dd4b39 !important}.member-share-advance.share-links .share-pinterest{color:#cc2127 !important}.member-share-advance.share-links .share-email{color:#dd4b39 !important}.member-share-advance.share-links .share-vk{color:#6383a8 !important}.member-share-advance.share-links .share-xing{color:#1a7576 !important}.member-share-advance.share-links .share-tumblr{color:#304e6c !important}.member-share-advance.share-links .share-reddit{color:#ff4107 !important}.member-share-advance.share-links .share-vimeo{color:#52b8ea !important}.member-share-advance.share-links .share-instagram{color:#964b00 !important}.member-share-advance.share-links .share-whatsapp{color:#3c8a38 !important}.member-share-advance.post-share-advance-bg:hover .share-links a{opacity:0.5}.member-share-advance.post-share-advance-bg:hover .share-links a:hover{opacity:1}.page-share[class*="position"]{position:fixed;top:150px;margin:0;padding:0;z-index:99999}.page-share[class*="position"].position-left{left:0}.page-share[class*="position"].position-right{right:0}.page-share[class*="position"] .share-links a{display:block;margin:0}.dir-arrow{width:47px;height:120px;display:inline-block;position:relative}.dir-arrow.vtl{background-position:0 0;width:47px;height:96px}.dir-arrow.vtr{background-position:-101px 0;width:47px;height:96px}.dir-arrow.vbl{background-position:0 -144px;width:47px;height:96px}.dir-arrow.vbr{background-position:-101px -144px;width:47px;height:96px}.dir-arrow.hlt{background-position:-209px 0;width:120px;height:47px}.dir-arrow.hlb{background-position:-209px -101px;width:120px;height:47px}.dir-arrow.hrt{background-position:-329px 0;width:120px;height:47px}.dir-arrow.hrb{background-position:-329px -101px;width:120px;height:47px}@media (max-width: 575px){.dir-arrow{display:none}}html #topcontrol{background:#404040;background:rgba(64,64,64,0.75);color:#FFF;width:49px;height:48px;right:10px;text-align:center;text-decoration:none;z-index:1040;transition:background 0.3s ease-out}html #topcontrol i{position:absolute;height:24px;line-height:24px;top:0;bottom:0;left:0;right:0;margin:auto}@media (max-width: 767px){html #topcontrol{display:none}}.menu-item[class*="col-"]{-ms-flex:none;flex:none;width:auto;max-width:none;min-height:0;padding-left:0;padding-right:0}.wpcf7 .wpcf7-validation-errors,.wpcf7 .ajax-loader{display:none !important;background:none !important}rs-module i[class^="fa-"],rs-module i[class*=" fa-"]{font-family:'Font Awesome 5 Free';font-weight:900}rs-module [class^="fa-"]:before,rs-module [class*=" fa-"]:before{font-family:inherit;font-weight:inherit}.accordion-menu .arrow,#main-toggle-menu .menu-title .toggle,.mega-menu .narrow li.menu-item-has-children>a:before,.page-top ul.breadcrumb>li .delimiter,.widget_sidebar_menu .widget-title .toggle,.side-menu-slide .menu-item-has-children>a:after,.side-menu-slide .menu-item>.go-back:before,.pagination .prev:before,.page-links .previouspagelink:before,.pagination .next:before,.page-links .nextpostslink:before,ul.nav-list li a:before,ul[class^="wsp-"] li a:before,.tparrows.tparrows-carousel.tp-leftarrow:before,.tparrows.tparrows-carousel.tp-rightarrow:before,.share-links .share-email:before,.share-links .share-rss:before,.star-rating,.mejs-overlay-button:before,.comment-form-rating .stars span a:before{font-family:'Font Awesome 5 Free';font-weight:900;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sidebar-menu li.menu-item>.arrow:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.porto-tooltip-wrap{font-family:inherit}.porto-tooltip-wrap .tooltip-inner{max-width:300px;background-color:rgba(0,113,161,0.7);transition:background-color 0.2s}.porto-block.has-pb-edit:hover{outline:1px solid rgba(0,136,204,0.4)}.porto-tooltip-wrap:hover .tooltip-inner{background-color:#0071a1}.porto-tooltip-wrap .tooltip-inner a{color:#fff;text-decoration:none;font-weight:600;font-size:12px}.porto-tooltip-wrap.bs-tooltip-top .arrow:before{border-top-color:#0071a1;opacity:.7;transition:opacity 0.2s}.porto-tooltip-wrap.bs-tooltip-bottom .arrow::before{border-bottom-color:#0071a1;opacity:.7;transition:opacity 0.2s}.porto-tooltip-wrap.bs-tooltip-top:hover .arrow::before,.porto-tooltip-wrap.bs-tooltip-bottom:hover .arrow::before{opacity:1}.lightbox-opened .tooltip{z-index:9045}.porto-wpforms-inline form{display:flex}.porto-wpforms-inline .wpforms-field-container{flex:1}.porto-wpforms-inline .wpforms-field-label{display:none}.porto-wpforms-inline label.wpforms-error{display:block;color:var(--danger);font-size:.8em;margin-top:0.25rem}.porto-wpforms-inline input{width:100%;height:2.8125rem}.porto-wpforms-inline .wpforms-submit{height:2.8125rem}.porto-wpforms-inline ul{list-style:none;padding:0;margin:0}.porto-wpforms-inline .wpforms-field:not(:last-child){margin-bottom:0.875rem}.widget{margin-bottom:1.875rem;margin-top:1.875rem}.widget:first-child{margin-top:0}.widget .widget-title,.widget .widgettitle{margin-bottom:15px;font-size:1em;margin-top:0}.widget .widget-title,.widget .widget-title a,.widget .widgettitle,.widget .widgettitle a{line-height:1.4;font-weight:700;text-transform:uppercase;text-decoration:none}.widget .widget-title img,.widget .widgettitle img{margin-right:3px;margin-top:-2px}.widget>div>ul,.widget>ul{font-size:.9286em;border-bottom:1px solid;margin-top:-8px;margin-bottom:0}.widget>div>ul>li:first-child,.widget>ul>li:first-child{border-top-width:0}.widget>div>ul li,.widget>ul li{position:relative;margin:0;padding:5px 0;border-top:1px solid;transition:all 0.3s}.widget>div>ul li p,.widget>ul li p{margin-bottom:0}.widget>div>ul li>a,.widget>ul li>a{text-decoration:none}.widget>div>ul li>ul,.widget>div>ul li>ol,.widget>ul li>ul,.widget>ul li>ol{margin-top:8px;margin-bottom:-8px;margin-left:10px}.widget ul,.widget ol{list-style:none;padding:0}.widget select{max-width:100%;font-size:.9em}.widget .rss-date,.widget .post-date{display:inline;font-size:.9em}.widget .rss-date,.widget .post-date{display:block}.widget .rss-date{margin-bottom:3px}.widget .rssSummary{font-size:.95em;line-height:1.42857}.widget cite{display:block;font-size:.9em;text-align:right}.widget .view-more{padding:12px}.widget .owl-carousel .owl-dots{margin-bottom:-10px}.widget .slick-dots{margin-bottom:-5px}.widget li.current-cat>a,.widget li.current-cat-parent>a,.widget li.current-menu-item>a{font-weight:700}.widget_recent_entries>ul li,.widget_recent_comments>ul li,.widget_pages>ul li,.widget_meta>ul li,.widget_nav_menu>div>ul li,.widget_archive>ul li,.widget_categories>ul li,.widget_rss>ul li,.wp-block-categories-list li,.wp-block-archives-list li,.wp-block-latest-posts li{padding:6px 0 6px 15px}.widget_recent_entries>ul li:before,.widget_recent_comments>ul li:before,.widget_pages>ul li:before,.widget_meta>ul li:before,.widget_nav_menu>div>ul li:before,.widget_archive>ul li:before,.widget_categories>ul li:before,.widget_rss>ul li:before,.wp-block-categories-list li:before,.wp-block-archives-list li:before,.wp-block-latest-posts li:before{content:"";font-family:'Font Awesome 5 Free';font-weight:900;margin-left:-11px;margin-right:6px;font-size:.45rem;opacity:.7;vertical-align:middle}.widget_recent_entries>ul li:hover:before,.widget_recent_comments>ul li:hover:before,.widget_pages>ul li:hover:before,.widget_meta>ul li:hover:before,.widget_nav_menu>div>ul li:hover:before,.widget_archive>ul li:hover:before,.widget_categories>ul li:hover:before,.widget_rss>ul li:hover:before,.wp-block-categories-list li:hover:before,.wp-block-archives-list li:hover:before,.wp-block-latest-posts li:hover:before{animation:navItemArrow 0.6s linear infinite}.widget_recent_entries li>a,.widget_recent_comments li>a,.widget_pages li>a,.widget_meta li>a,.widget_nav_menu li>a,.widget_archive li>a,.widget_categories li>a,.widget_rss li>a,.wp-block-categories-list li>a,.wp-block-archives-list li>a,.wp-block-latest-posts li>a{color:inherit}.widget_calendar caption{font-weight:700;text-align:center;margin-bottom:8px}.widget_calendar table{width:100%;font-size:.9286em}.widget_calendar table th,.widget_calendar table td{text-align:center;vertical-align:middle}.widget_calendar table td#prev{text-align:left;padding:8px 0}.widget_calendar table td#next{text-align:right;padding:8px 0}.widget.widget_text ul,.widget.widget_text li{border-width:0;padding:0;margin:0}.widget.widget_text ul p,.widget.widget_text li p{margin-bottom:10px}.widget .tagcloud{margin-top:-.3846em;margin-bottom:-.3846em}.widget .tagcloud a{margin:0.3846em 0.3846em 0.3846em 0;padding:.25rem .5rem;line-height:1;display:inline-block;text-decoration:none;font-size:.75em !important;text-transform:uppercase;font-weight:700;border-radius:10px}.flickr_badge_image,.wpb_content_element .flickr_badge_image{float:none;margin:10px 5px 20px;display:inline-block;border:none;padding:0;width:auto;height:auto;transition:opacity 0.3s ease-in-out}.flickr_badge_image img,.wpb_content_element .flickr_badge_image img{width:75px;height:75px}.widget.widget_wysija h3{margin-bottom:10px}.widget.widget_wysija .wysija-paragraph,.widget.widget_wysija .wysija-checkbox-label,.widget.widget_wysija .wysija-checkbox-paragraph{font-size:1em}.widget.widget_wysija .wysija-paragraph label,.widget.widget_wysija .wysija-checkbox-label{font-size:.9286em}.widget.widget_wysija .wysija-checkbox-label{margin-bottom:0}.widget.widget_wysija .formError{position:static !important;display:none !important}.widget.widget_wysija .formError .formErrorContent{width:100%;line-height:1.4;padding:5px 0;background:none;border:none;color:#eb340e}.widget.widget_wysija .formError+.wysija-input{border-color:#a94442}.widget.widget_wysija .wysija-paragraph .formError .formErrorContent{padding:5px 0 10px}.widget.widget_wysija .widget_wysija_cont .updated,.widget.widget_wysija .widget_wysija_cont .message,.widget.widget_wysija .widget_wysija_cont .error,.widget.widget_wysija .widget_wysija_cont .xdetailed-errors{border:none;background:transparent;padding:0;margin:0;color:inherit;line-height:inherit}.widget.widget_wysija .widget_wysija_cont .updated,.widget.widget_wysija .widget_wysija_cont .message{color:#3c763d}.widget.widget_wysija .widget_wysija_cont .error,.widget.widget_wysija .widget_wysija_cont .xdetailed-errors{color:#eb340e}.widget.widget_wysija .widget_wysija_cont .showerrors{display:block}.widget.widget_wysija .wysija-input{width:100%}.widget_wysija .wysija-paragraph{margin-bottom:10px}.sidebar-content .widget:last-child{margin-bottom:0}.sidebar-content .widget.widget_wysija{margin-bottom:30px;min-height:100px;position:relative}.sidebar-content .widget_wysija .box-content{position:relative;padding:30px 36px 45px 36px}.sidebar-content .widget_wysija .wysija-input{border-radius:3px;padding:12px}.sidebar-content .widget_wysija .wysija-submit{margin:0;width:100%;border-radius:3px;padding:12px 0}#footer .widget .widget_wysija{position:relative;display:table;border-collapse:separate;max-width:550px}#footer .widget .widget_wysija>p:not(.wysija-paragraph){display:table-caption}@media (min-width: 768px){#footer .row>div:not(:last-child) .widget_wysija{margin-right:1.5rem}}#footer .widget_wysija_cont .wysija-paragraph{display:table-cell;vertical-align:top;width:100%}#footer .widget_wysija_cont label{display:none}#footer .widget_wysija_cont .wysija-input,#footer .widget_wysija_cont .wysija-submit{height:44px;font-size:0.75rem;border-width:0;background-clip:border-box}#footer .widget_wysija_cont .wysija-input{border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:1px;width:100%}#footer .widget_wysija_cont .wysija-submit{border-left:none;display:table-cell;vertical-align:top;margin:0 0 0 -1px;border-top-left-radius:0;border-bottom-left-radius:0}#footer .widget_wysija_cont .d-table-cell>.wysija-submit{display:block}.wysija-msg .updated,.wysija-msg .message{color:#3c763d}.wysija-msg .error,.wysija-msg .xdetailed-errors{color:#eb340e}.wysija-msg ul{list-style:none;padding-left:0;margin-bottom:10px;font-weight:600}.widget.twitter-tweets .fa-twitter{clear:both;font-size:1.5em;position:relative;top:3px;margin-right:-22px;left:-30px}.widget.twitter-tweets .meta{color:#999;display:block;font-size:0.9em;padding-top:3px;margin-bottom:20px}.widget.twitter-tweets .meta:last-child{margin-bottom:0}.widget.twitter-tweets ul{list-style:none;margin:0;padding:0;border-width:0}.widget.twitter-tweets ul li{border-width:0;padding:20px 0 0 30px}.widget.twitter-tweets ul li:first-child{padding-top:0}.twitter-account{color:#FFF;display:block;font-size:0.9em;margin:-15px 0 5px;opacity:0.55}.twitter-account:hover{opacity:1}.widget.contact-info ul,.widget.contact-info li{border-width:0;margin:0;padding:0}.widget.contact-info li a:hover{text-decoration:underline}.widget.contact-info li:not(:last-child){margin-bottom:10px}.widget.contact-info p{margin-bottom:10px}.widget.contact-info i{clear:both;float:left;text-align:center;width:16px;top:-2px;margin:4px 9px 10px 0;font-size:1.3em;position:static !important}.widget.contact-info .contact-info-block .contact-details strong,.widget.contact-info .contact-info-block .contact-details span{display:block;padding-left:25px}.widget.follow-us .share-links a{width:30px;height:30px;border-radius:30px;margin:2px;overflow:hidden;box-shadow:0 2px 2px 0 rgba(0,0,0,0.3);transition:all 0.2s;font-size:14px}.widget.follow-us .share-links a:hover{color:#fff}#footer .footer-bottom .share-links a{box-shadow:none}#footer .twitter-tweets .meta{opacity:.5}#mailpoet_checkout_field input[type="checkbox"],#mailpoet_checkout_field input[type="radio"]{position:static;margin-left:0}.widget-recent-posts,.widget-recent-portfolios{overflow:hidden}.sidebar-content .filter-title{font-size:1em;text-transform:uppercase;line-height:1.4}.portfolio-item-title{margin:.25rem 0}.widget-recent-portfolios .portfolio-item{margin-bottom:1rem}.tm-extra-product-options .tm-epo-field-label{font-size:16px;font-weight:400;line-height:27px}.tm-collapse{background-image:none;background-color:transparent;border:1px solid;padding:0}.tm-collapse .tm-section-label{padding:10px 15px}.tm-collapse .tm-section-label .tm-arrow{right:10px;left:auto}.tm-collapse .tm-collapse-wrap{padding:15px;margin:0}.tm-description{margin-top:5px;margin-bottom:5px}.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap{padding:5px 0 0}.tm-box{padding:10px 15px;margin:15px 0 0}.tm-epo-totals{padding-top:0}.tm-extra-product-options-totals{margin-bottom:0}.tm-extra-product-options-totals dt{margin-top:10px}.tm-extra-product-options-totals dt,.tm-extra-product-options-totals dd{margin-bottom:5px}.tm-extra-product-options-totals .amount.options,.tm-extra-product-options-totals .amount.subscription-fee,.tm-extra-product-options-totals .amount.final{font-weight:600;line-height:1}.tm-extra-product-options-totals .amount.options,.tm-extra-product-options-totals .amount.subscription-fee{font-size:2em}.tm-extra-product-options-totals .amount.final{font-size:2.5714em}.tm-cart-edit-options{font-size:11px;margin-right:10px;margin-left:auto}.tm-button{box-shadow:none}.star-rating{display:block;cursor:pointer;float:none;position:relative;font-size:11px;height:1em;line-height:1em;overflow:hidden;position:relative;width:6em;letter-spacing:.1em;text-align:left;white-space:nowrap}.star-rating:before{content:"" "" "" "" "";float:left;left:0;position:absolute;top:0}.star-rating span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.star-rating span:before{color:#6a6a6d;content:"" "" "" "" "";left:0;position:absolute;top:0}.m-xs{margin:5px !important}.m-sm{margin:10px !important}.m{margin:15px !important}.m-md{margin:20px !important}.m-lg{margin:30px !important}.m-xl{margin:40px !important}.m-xlg{margin:50px !important}.m-xxl{margin:60px !important}.m-n,.m-none{margin:0 !important}.m-l-none{margin-left:0 !important}.m-l-xs{margin-left:5px !important}.m-l-sm{margin-left:10px !important}.m-l{margin-left:15px !important}.m-l-md{margin-left:20px !important}.m-l-lg{margin-left:30px !important}.m-l-xl{margin-left:40px !important}.m-l-xlg{margin-left:50px !important}.m-l-xxl{margin-left:60px !important}.m-l-n-xxs{margin-left:-1px !important}.m-l-n-xs{margin-left:-5px !important}.m-l-n-sm{margin-left:-10px !important}.m-l-n{margin-left:-15px !important}.m-l-n-md{margin-left:-20px !important}.m-l-n-lg{margin-left:-30px !important}.m-l-n-xl{margin-left:-40px !important}.m-l-n-xlg{margin-left:-50px !important}.m-l-n-xxl{margin-left:-60px !important}.m-t-none{margin-top:0 !important}.m-t-xxs{margin-top:1px !important}.m-t-xs{margin-top:5px !important}.m-t-sm{margin-top:10px !important}.m-t{margin-top:15px !important}.m-t-md{margin-top:20px !important}.m-t-lg{margin-top:30px !important}.m-t-xl{margin-top:40px !important}.m-t-xlg{margin-top:50px !important}.m-t-xxl{margin-top:60px !important}.m-t-n-xxs{margin-top:-1px !important}.m-t-n-xs{margin-top:-5px !important}.m-t-n-sm{margin-top:-10px !important}.m-t-n{margin-top:-15px !important}.m-t-n-md{margin-top:-20px !important}.m-t-n-lg{margin-top:-30px !important}.m-t-n-xl{margin-top:-40px !important}.m-t-n-xlg{margin-top:-50px !important}.m-t-n-xxl{margin-top:-60px !important}.m-r-none{margin-right:0 !important}.m-r-xs{margin-right:5px !important}.m-r-sm{margin-right:10px !important}.m-r{margin-right:15px !important}.m-r-md{margin-right:20px !important}.m-r-lg{margin-right:30px !important}.m-r-xl{margin-right:40px !important}.m-r-xlg{margin-right:50px !important}.m-r-xxl{margin-right:60px !important}.m-r-n-xxs{margin-right:-1px !important}.m-r-n-xs{margin-right:-5px !important}.m-r-n-sm{margin-right:-10px !important}.m-r-n{margin-right:-15px !important}.m-r-n-md{margin-right:-20px !important}.m-r-n-lg{margin-right:-30px !important}.m-r-n-xl{margin-right:-40px !important}.m-r-n-xlg{margin-right:-50px !important}.m-r-n-xxl{margin-right:-60px !important}.m-b-none{margin-bottom:0 !important}.m-b-xs{margin-bottom:5px !important}.m-b-sm{margin-bottom:10px !important}.m-b{margin-bottom:15px !important}.m-b-md{margin-bottom:20px !important}.m-b-lg{margin-bottom:30px !important}.m-b-xl{margin-bottom:40px !important}.m-b-xlg{margin-bottom:50px !important}.m-b-xxl{margin-bottom:60px !important}.m-b-n-xxs{margin-bottom:-1px !important}.m-b-n-xs{margin-bottom:-5px !important}.m-b-n-sm{margin-bottom:-10px !important}.m-b-n{margin-bottom:-15px !important}.m-b-n-md{margin-bottom:-20px !important}.m-b-n-lg{margin-bottom:-30px !important}.m-b-n-xl{margin-bottom:-40px !important}.m-b-n-xlg{margin-bottom:-50px !important}.m-b-n-xxl{margin-bottom:-60px !important}.custom-margin-1{margin-left:90px}.p-xs{padding:5px !important}.p-sm{padding:10px !important}.p{padding:15px !important}.p-md{padding:20px !important}.p-lg{padding:30px !important}.p-xl{padding:40px !important}.p-xlg{padding:50px !important}.p-xxl{padding:60px !important}.p-n,.p-none{padding:0 !important}.p-l-none{padding-left:0 !important}.p-l-xs{padding-left:5px !important}.p-l-sm{padding-left:10px !important}.p-l{padding-left:15px !important}.p-l-md{padding-left:20px !important}.p-l-lg{padding-left:30px !important}.p-l-xl{padding-left:40px !important}.p-l-xlg{padding-left:50px !important}.p-l-xxl{padding-left:60px !important}.p-t-none{padding-top:0 !important}.p-t-xxs{padding-top:1px !important}.p-t-xs{padding-top:5px !important}.p-t-sm{padding-top:10px !important}.p-t{padding-top:15px !important}.p-t-md{padding-top:20px !important}.p-t-lg{padding-top:30px !important}.p-t-xl{padding-top:40px !important}.p-t-xlg{padding-top:50px !important}.p-t-xxl{padding-top:60px !important}.p-r-none{padding-right:0 !important}.p-r-xs{padding-right:5px !important}.p-r-sm{padding-right:10px !important}.p-r{padding-right:15px !important}.p-r-md{padding-right:20px !important}.p-r-lg{padding-right:30px !important}.p-r-xl{padding-right:40px !important}.p-r-xlg{padding-right:50px !important}.p-r-xxl{padding-right:60px !important}.p-b-none{padding-bottom:0 !important}.p-b-xs{padding-bottom:5px !important}.p-b-sm{padding-bottom:10px !important}.p-b{padding-bottom:15px !important}.p-b-md{padding-bottom:20px !important}.p-b-lg{padding-bottom:30px !important}.p-b-xl{padding-bottom:40px !important}.p-b-xlg{padding-bottom:50px !important}.p-b-xxl{padding-bottom:60px !important}.porto-checkbox,.porto-radio{position:relative;display:block;min-height:1.5rem;padding-left:1.6rem;vertical-align:middle !important}.porto-checkbox:focus,.porto-radio:focus{outline:none}.porto-checkbox .porto-control-label,.porto-radio .porto-control-label{position:static;margin-bottom:0;font-size:12px}.porto-checkbox .porto-control-label::before,.porto-checkbox .porto-control-label::after,.porto-radio .porto-control-label::before,.porto-radio .porto-control-label::after{content:"";position:absolute;top:50%;left:0;width:20px;height:20px;margin-top:-10px}.porto-checkbox .porto-control-input,.porto-radio .porto-control-input{position:absolute;z-index:-1;opacity:0}.porto-checkbox.porto-control-disable,.porto-radio.porto-control-disable{padding-left:0}.porto-checkbox.porto-control-disable .porto-control-label::before,.porto-checkbox.porto-control-disable .porto-control-label::after,.porto-radio.porto-control-disable .porto-control-label::before,.porto-radio.porto-control-disable .porto-control-label::after{content:none}.porto-checkbox .porto-control-label::before{pointer-events:none;user-select:none;background-color:#ffffff;border:1px solid #c2c0ca}.porto-checkbox .porto-control-label::after{background-repeat:no-repeat;background-position:center center;background-size:50% 50%;opacity:0;transition:opacity .3s}.porto-checkbox .porto-control-input:checked ~ .porto-control-label::after{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/css/../images/custom-checkbox.svg);opacity:1}.porto-checkbox .porto-control-input:checked ~ .porto-control-label::before{background-color:transparent}.porto-radio{padding-left:1.8rem}.porto-radio .porto-control-label{font-size:13px}.porto-radio .porto-control-label::before{left:0;pointer-events:none;user-select:none;border:1px solid #ccc;border-radius:50%}.porto-radio .porto-control-label::after{left:4px;width:12px;height:12px;border-radius:50%;border:1px solid #ccc;background-color:var(--primary);opacity:0;transition:opacity .3s;margin-top:-6px}.porto-radio .porto-control-input:checked ~ .porto-control-label::after{opacity:1}.single-post article{border-bottom:0;margin-bottom:0}.single-post .entry-title{font-weight:700}.comment-form-cookies-consent>label{display:inline}.post-slideshow{text-align:center}.entry-title{margin-top:0}.sub-title{text-transform:uppercase}article.post .post-date,.post-item .post-date{float:left;margin-right:10px;text-align:center;width:40px}article.post .post-date .month,.post-item .post-date .month{box-shadow:0 -1px 0 0 rgba(0,0,0,0.07) inset;color:#FFF;font-size:0.9em;padding:0 0 2px;display:block}article.post .post-date .day,.post-item .post-date .day{display:block;font-size:16px;font-weight:500;font-weight:bold;padding:10px 0}article.post .post-date .sticky,.post-item .post-date .sticky{background:#62b959;box-shadow:0 -1px 0 0 rgba(0,0,0,0.07) inset;color:#FFF;font-size:0.9em;padding:2px 0 0;margin-top:5px;display:block}article.post .post-date .format,.post-item .post-date .format{display:block;box-shadow:0 -1px 0 0 rgba(0,0,0,0.07) inset;color:#FFF;font-size:1.2857em;padding:0;line-height:40px;margin:5px 0}article.post .read-more,.post-item .read-more{display:block}article.post .read-more-block,.post-item .read-more-block{display:block;margin-top:20px}article.post .read-more,article.post .read-more-block,.post-item .read-more,.post-item .read-more-block{font-size:.9em;font-weight:600;color:#212529}article.post h4.title-short,.post-item h4.title-short{margin-bottom:2px;padding-top:8px}article.post .author-name a,.post-item .author-name a{color:inherit}article.post h2 a,article.post h4 a{text-decoration:none}article.post .post-meta{font-size:0.9em;margin-bottom:8px}body.single-post article.post .post-meta{margin-bottom:20px}article.post .post-meta>span,article.post .post-meta>.post-views{display:inline-block;padding-right:8px}article.post .post-meta i,article.post .post-meta .post-views-icon.dashicons{margin-right:6px !important;font-size:1em !important;height:1em;line-height:1;width:1em;text-align:center}article.post .post-image{position:relative;margin-bottom:15px}article.post .post-image .owl-lazy:not(.owl-lazy-loaded),article.post .post-image .porto-lazyload:not(.lazy-load-loaded){width:100%}article.post .post-image.single{margin-bottom:30px}article.post .post-image .post-date{position:absolute;right:0;top:10px;z-index:2}article.post .post-item .post-meta,article.post .post-item .read-more{font-size:1em}article.post-full .entry-title,article.post-large .entry-title{margin-bottom:5px}article.post-full.hide-post-date,article.post-large.hide-post-date{margin-left:0}article.post-full.hide-post-date .post-image,article.post-large.hide-post-date .post-image{margin-left:0}@media (max-width: 575px){article.post-full,article.post-large{margin-left:0}article.post-full .post-image,article.post-full .post-date,article.post-large .post-image,article.post-large .post-date{margin-left:0}}article.post-large-alt{margin-left:60px}article.post-large-alt h2{margin-bottom:5px}article.post-large-alt .post-date{margin-left:-60px}article.post-large-alt.hide-post-date{margin-left:0}article.post-large-alt.hide-post-date .post-image{margin-left:0}@media (max-width: 575px){article.post-large-alt{margin-left:0}article.post-large-alt .post-date{margin-left:0}article.post-large-alt .post-image{margin-left:60px}}article.post-grid .owl-carousel .owl-dots,article.post-timeline .owl-carousel .owl-dots{margin-top:5px}article.post-grid .post-image,article.post-timeline .post-image{margin-bottom:5px;position:relative}article.post-grid .post-image.single,article.post-timeline .post-image.single{margin-bottom:15px}article.post-grid .post-image.thumb-info-side-image-wrapper,article.post-timeline .post-image.thumb-info-side-image-wrapper{margin-bottom:0}.post-block{margin-bottom:3rem}.post-block h3,.post-share h3,article.post .comment-respond h3,article.portfolio .comment-respond h3{font-size:1.4em;line-height:1.25;font-weight:600;margin:0 0 20px}.post-block h3 i,.post-share h3 i,article.post .comment-respond h3 i,article.portfolio .comment-respond h3 i{margin-right:7px}.post-share-advance{border:0 none;bottom:-20px;margin:0;padding:0;position:absolute;right:15px;z-index:2}.post-share-advance-bg{background:#333940;border-radius:50px;float:right;height:100%;max-height:41px;overflow:hidden;padding:0 6px 41px;text-align:center;transition:max-height .4s;width:42px}.post-share-advance-bg:hover{height:100%;max-height:370px}article.post-title-simple .post-share-advance.post-block.post-share{margin:0}.post-share-advance.post-share{border-top:none}.post-share-advance .fa-share-alt{background:#333940;border-radius:50px;bottom:0;color:#FFF;height:40px;line-height:40px;position:absolute;right:1px;width:40px}.post-share-advance>h3{bottom:-32px;margin:0;position:absolute;text-align:right;right:0;white-space:nowrap}.post-share-advance .share-links a:first-child{opacity:0;margin-top:12px}.post-share-advance:hover .share-links a:first-child{opacity:0.5}.post-share-advance:hover .share-links a:first-child:hover{opacity:1}.post-share-advance .share-links a{display:block}.post-share-advance-bg .share-links{display:block}.post-share-advance .fa-share-alt{color:#FFF}.post-share-advance .share-links a{margin-right:0;opacity:0.5}.post-share-advance .share-links a:hover{opacity:1}.post-share-advance .share-links .tooltip{display:none !important}.post-author img{height:auto;max-width:80px}@media (max-width: 767px){.post-author img{max-width:60px}}.post-author p{font-size:0.9em;line-height:22px;margin:0;padding:0}.post-author p .name{font-size:1.3em}.post-author p .name a{text-decoration:none}.post-author .img-thumbnail{float:left;margin-right:20px}@media (max-width: 767px){.post-author .img-thumbnail{margin-right:12px}}ul.comments{list-style:none;margin:0;padding:0}ul.comments ul.children{padding:0;margin:0;list-style:none}ul.comments ul.children>li,ul.comments>li{clear:both;padding:10px 0 0 115px}ul.comments ul.children>li img.avatar,ul.comments>li img.avatar{height:auto;max-width:80px}ul.comments ul.children>li a,ul.comments>li a{text-decoration:none}ul.comments ul.children>li .img-thumbnail,ul.comments>li .img-thumbnail{margin-left:-115px;position:absolute}ul.comments ul.children>li .comment-body,ul.comments>li .comment-body{margin-bottom:10px}ul.comments ul.children>li .pull-right span,ul.comments>li .pull-right span{margin-left:5px}ul.comments .comment-arrow{border-bottom:15px solid transparent;left:-15px;border-top:15px solid transparent;height:0;position:absolute;top:28px;width:0}ul.comments .comment-block{padding:20px 20px 35px;position:relative}ul.comments .comment-block p{font-size:0.9em;line-height:21px;margin:0;padding:0}ul.comments .comment-block .comment-by{display:block;font-size:1em;line-height:21px;margin:0;padding:0 0 5px 0}ul.comments .comment-block .comment-by span{display:inline-block;margin-left:8px}ul.comments .comment-block .date{color:#999;font-size:0.9em;margin-top:5px}@media (max-width: 767px){ul.comments ul.children>li,ul.comments>li{padding:0 0 0 10px}ul.comments ul.children>li .comment-body,ul.comments>li .comment-body{*zoom:1}ul.comments ul.children>li .comment-body:before,ul.comments ul.children>li .comment-body:after,ul.comments>li .comment-body:before,ul.comments>li .comment-body:after{content:" ";display:table}ul.comments ul.children>li .comment-body:after,ul.comments>li .comment-body:after{clear:both}ul.comments ul.children>li .img-thumbnail,ul.comments>li .img-thumbnail{margin:20px 12px 10px 20px;float:left;position:static}ul.comments ul.children>li img.avatar,ul.comments>li img.avatar{max-width:60px}ul.comments .comment-block{position:static}ul.comments .comment-arrow{display:none}}article .comment-respond{margin-top:3rem;padding-bottom:0}article .comment-respond h3{margin:0 0 40px}article #cancel-comment-reply-link{margin-left:10px}.comment-form{padding:30px 30px 10px;background:#f7f7f7;border-radius:5px}.comment-form label{font-weight:700;color:#212529}.comment-form label:first-child{display:block}.comment-form input[type="email"],.comment-form input[type="number"],.comment-form input[type="password"],.comment-form input[type="search"],.comment-form input[type="tel"],.comment-form input[type="text"],.comment-form input[type="url"],.comment-form input[type="color"],.comment-form input[type="date"],.comment-form input[type="datetime"],.comment-form input[type="datetime-local"],.comment-form input[type="month"],.comment-form input[type="time"],.comment-form input[type="week"],.comment-form select,.comment-form textarea{width:100%}.tab-content .comment-form{padding-bottom:22px}.related-posts{margin-top:35px}.related-posts h3{font-weight:200}.post-carousel .post-slide{*zoom:1}.post-carousel .post-slide:before,.post-carousel .post-slide:after{content:" ";display:table}.post-carousel .post-slide:after{clear:both}.post-carousel .post-slide.no-single .post-item{margin-bottom:20px}.post-carousel h4,.post-carousel h5{margin-bottom:7px}.post-carousel.owl-carousel .owl-dots{margin-top:0}.post-carousel h4{font-size:1.2em;line-height:1.3}.post-carousel .post-item .post-date,.post-grid .post-item .post-date,.post-timeline .post-item .post-date{margin:3px 10px 8px 0;float:left}.post-carousel .post-item .post-excerpt,.post-grid .post-item .post-excerpt,.post-timeline .post-item .post-excerpt{margin-bottom:10px}.post-carousel .post-item .post-meta,.post-grid .post-item .post-meta,.post-timeline .post-item .post-meta{font-size:0.9em;margin-bottom:8px}body.single-post .post-carousel .post-item .post-meta,body.single-post .post-grid .post-item .post-meta,body.single-post .post-timeline .post-item .post-meta{margin-bottom:20px}.post-carousel .post-item .post-meta>span,.post-carousel .post-item .post-meta>.post-views,.post-grid .post-item .post-meta>span,.post-grid .post-item .post-meta>.post-views,.post-timeline .post-item .post-meta>span,.post-timeline .post-item .post-meta>.post-views{display:inline-block;padding-right:8px}.post-carousel .post-item .post-meta i,.post-carousel .post-item .post-meta .post-views-icon.dashicons,.post-grid .post-item .post-meta i,.post-grid .post-item .post-meta .post-views-icon.dashicons,.post-timeline .post-item .post-meta i,.post-timeline .post-item .post-meta .post-views-icon.dashicons{margin-right:3px !important;font-size:1em !important;height:1em;line-height:1;width:1em;text-align:center}.post-carousel .post-item.style-2 .post-excerpt,.post-grid .post-item.style-2 .post-excerpt,.post-timeline .post-item.style-2 .post-excerpt{margin-bottom:20px}.post-carousel .post-item.style-4 .post-meta,.post-grid .post-item.style-4 .post-meta,.post-timeline .post-item.style-4 .post-meta{font-size:1em}.post-carousel .post-item.style-4 .read-more,.post-grid .post-item.style-4 .read-more,.post-timeline .post-item.style-4 .read-more{margin-top:15px}.post-carousel .post-item.style-5 .cat-names,.post-grid .post-item.style-5 .cat-names,.post-timeline .post-item.style-5 .cat-names{font-weight:600;text-transform:uppercase}.post-carousel .post-item.style-5 .cat-names a,.post-grid .post-item.style-5 .cat-names a,.post-timeline .post-item.style-5 .cat-names a{text-decoration:none;text-transform:uppercase}.post-carousel .post-item.style-5 .post-views,.post-grid .post-item.style-5 .post-views,.post-timeline .post-item.style-5 .post-views{float:right}.post-item.style-7 h4{font-size:1.5em;line-height:1.3;letter-spacing:normal;margin-bottom:15px}.post-item.style-7 .post-meta{margin-top:20px}.post-item.style-7 .meta-author{margin-bottom:0;font-size:1em;font-weight:700}.post-item.style-7 .meta-author img{display:inline-block;max-width:25px;border-radius:20px;margin-right:5px}.post-item.style-7 .meta-date{display:none}.post-carousel .post-item .post-date ~ *{margin-left:55px}.post-item-small{padding-top:15px;padding-bottom:15px;line-height:20px;*zoom:1}.post-item-small:before,.post-item-small:after{content:" ";display:table}.post-item-small:after{clear:both}.post-item-small:first-child{padding-top:0;border-top-width:0}.post-item-small .post-image{margin:0 10px 0 0;float:left}.post-item-small .post-image img{width:50px;height:auto}.post-item-small .post-date{font-size:.8em}.post-item-small h5{margin-bottom:0}.entry-content{margin:20px 0 30px}.entry-content:after{display:table;clear:both;content:''}.post-item.post-title-simple h4 a{color:inherit}.post-views.entry-meta>span{vertical-align:middle;display:inline-block;height:1em;line-height:1}.blog-posts .post-large{margin-left:60px}.blog-posts .post-large .post-image,.blog-posts .post-large .post-date{margin-left:-60px}.blog-posts .blog-post-item .post-item-title{font-weight:700;line-height:1.2;margin-bottom:.5rem}.blog-posts .blog-post-item .post-item-title>a{color:inherit;text-decoration:none}.blog-posts .blog-post-item h4{font-size:1.2em}.blog-posts .blog-post-item .post-date{font-size:.8em}.blog-posts .blog-post-item .post-image{margin-bottom:.5rem}.blog-posts .blog-post-item .meta-cats{font-size:.6em;text-transform:uppercase;font-weight:600;display:block}.blog-posts .blog-post-item .meta-cats a{color:#fff;text-decoration:none;display:inline-block;padding:0 .8em;border-radius:2px;margin:0 0.6em 0.6em 0}@media (min-width: 576px){.blog-posts .post-item-list{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.blog-posts .post-item-list .post-image{max-width:34%;-ms-flex:0 0 34%;flex:0 0 34%;margin-bottom:0}.blog-posts .post-item-list .post-item-content{-ms-flex:0 0 66%;flex:0 0 66%;max-width:66%;padding-left:4%}}.blog-posts .post-item-grid{margin-bottom:1rem}.blog-posts .post-item-small .post-image{margin-bottom:0}.blog-posts .post-item-small .post-item-title{font-weight:400;margin-top:.4em}.post-date>time{display:none}@media (min-width: 992px){.single-post .post-medium .post-media{float:left;width:40%}}.post-modern .entry-title a{color:inherit}.post-modern .btn-readmore{font-size:.8125rem;font-weight:600;letter-spacing:-.025em;text-transform:uppercase}.post-modern .post-meta a:not(:hover){color:inherit}.post-modern .post-meta>span:after{content:'|';margin-left:8px}.post-modern .post-meta>span:last-child:after{content:none}.blog-posts .post-modern{margin-bottom:2.5rem;padding-bottom:2rem}.blog-posts .post-modern .entry-title{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin-bottom:0.25rem}.blog-posts .post-modern .post-meta,.single-post .post-modern .post-meta{margin-bottom:1rem;font-size:.6875rem;text-transform:uppercase;color:#999}.blog-posts{position:relative;*zoom:1}.blog-posts:before,.blog-posts:after{content:" ";display:table}.blog-posts:after{clear:both}.blog-posts article{margin-bottom:50px;padding-bottom:1rem}.blog-posts article h2.show-content{margin-bottom:25px}.blog-posts .pagination{margin:-10px 0 20px}.blog-posts .post .entry-title{font-size:1.5em;line-height:1.3;font-weight:600;margin-bottom:1rem;word-break:break-word}.blog-posts .post-full .entry-title,.blog-posts .post-large .entry-title,.blog-posts .post-large-alt .entry-title{font-size:1.8em}.blog-posts-widget{overflow:hidden}.pagination-wrap{text-align:center}.pagination-wrap .pagination,.pagination-wrap .page-links{float:none;-ms-flex-pack:center;justify-content:center}.pagination-wrap .pagination>a,.pagination-wrap .pagination>span,.pagination-wrap .page-links>a,.pagination-wrap .page-links>span{float:none}.pagination,.page-links{float:right;margin:20px 0 0}.pagination>a,.pagination>span,.page-links>a,.page-links>span{border:1px solid;margin-left:-1px;float:left;display:inline-block;padding:.5rem .75rem;line-height:1.2;text-decoration:none;text-align:center}.pagination span.dots,.page-links span.dots{border-width:0;position:relative;top:-2px}.pagination span.current,.page-links span.current{color:#fff}.pagination a:hover,.pagination a:focus,.page-links a:hover,.page-links a:focus{position:relative;z-index:2;background-color:#e9ecef;border-color:#dee2e6}.pagination .prev,.page-links .previouspagelink,.pagination .next,.page-links .nextpostslink{text-indent:-9999px;width:2.48em;overflow:hidden;position:relative}.pagination .prev:before,.page-links .previouspagelink:before,.pagination .next:before,.page-links .nextpostslink:before{position:absolute;top:0.5rem;left:0;right:0;text-indent:0}.pagination .prev:before,.page-links .previouspagelink:before{content:""}.pagination .next:before,.page-links .nextpagelink:before{content:""}.page-links{float:none;*zoom:1}.page-links:before,.page-links:after{content:" ";display:table}.page-links:after{clear:both}.page-links .screen-reader-text{display:none !important}.page-links .page-links-title{border-width:0;margin:0;padding:0}.blog-posts article.post-grid,.blog-posts article.post-masonry{border-width:0;margin-bottom:30px;padding-bottom:0}@media (max-width: 767px){.posts-grid .post{position:static !important;width:100%;transition:none !important;transform:none !important}}.blog-share{margin-bottom:25px}.blog-share .share-links a{margin:.2857em 0 .2857em .5714em}.blog-posts-no_margin .post .post-image,.blog-posts-hover_info .post .post-image,.blog-posts-hover_info2 .post .post-image{margin-bottom:0}.blog-posts-no_margin article:not(.timeline-box),.blog-posts-hover_info article:not(.timeline-box),.blog-posts-hover_info2 article:not(.timeline-box){border-bottom:none;padding-bottom:0}.blog-posts-no_margin .posts-container{margin:0}.blog-posts-no_margin article.post:not(.timeline-box){padding:0;margin-bottom:0}.blog-posts-hover_info2 .post-excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:.5rem 0 0}.blog-posts-hover_info2 .thumb-info-show-more-content{font-size:.8em;opacity:.5;max-height:0;overflow:hidden;transition:max-height .8s}.blog-posts-hover_info2 .thumb-info-inner{margin:.25rem 0 0;font-size:1.2em;font-weight:700}.blog-posts-hover_info2 .thumb-info img{transform:none}.blog-posts-hover_info2 .thumb-info .thumb-info-title{padding:0 1.5rem 1.5rem;z-index:3;opacity:1;transform:none;background:none}.blog-posts-hover_info2 .thumb-info .thumb-info-action{margin:0;transform:none;padding:0;top:0;left:0;height:100%}.blog-posts-hover_info2 .thumb-info .thumb-info-action .thumb-info-action-icon{background:none}.blog-posts-hover_info2 .thumb-info .thumb-info-action-icon{display:block;width:auto;height:100%;margin:0}.blog-posts-hover_info2 .thumb-info .thumb-info-action-icon i{display:none}.blog-posts-hover_info2 .thumb-info .thumb-info-inner{line-height:1.2}.blog-posts-hover_info2 .thumb-info:hover .thumb-info-show-more-content{max-height:300px}.blog-posts-hover_info2 .thumb-info-wrapper:after{opacity:.6}.blog-posts-hover_info2 .thumb-info-type{overflow:hidden;display:block;margin:0}.blog-posts-hover_info2 .thumb-info-type a{float:left;padding:0 .6em;border-radius:2px;margin:0 0.6em 0.6em 0}.blog-posts-hover_info .post-date,.blog-posts-hover_info2 .post-date{position:absolute;top:10px;right:0;z-index:2}.posts-medium-alt>article:last-child{border-bottom:none}.posts-medium-alt .img-thumbnail{padding:0;border:none}.posts-medium-alt .custom-border-radius{padding:11px 30px !important;border-radius:35px !important}.posts-medium-alt .blog-post-date{position:absolute;top:60%;right:10px;padding:25px 15px;z-index:6;font-size:3em;line-height:1;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.posts-medium-alt .blog-post-date .month-year{display:block;font-size:0.4em}.blog-posts-padding .grid-box{box-shadow:0 1px 5px 0 rgba(0,0,0,0.04);padding:18px;position:relative;z-index:1}.blog-posts-padding .grid-box .img-thumbnail{max-width:100%}.blog-posts-padding .grid-box .img-thumbnail,.blog-posts-padding .grid-box .img-thumbnail img{padding:0;border:0;border-radius:0}.blog-posts-padding .grid-box .owl-carousel{border-radius:0;padding:0;border:0;box-shadow:none}.blog-posts-padding .grid-box .owl-carousel .owl-stage-outer{border-radius:0}.blog-like i{display:none}.blog-liked i{display:none}article.portfolio .portfolio-image.single{margin-bottom:30px}article.portfolio h2 a,article.portfolio h4 a{text-decoration:none}article.portfolio.media{display:block}.mfp-content .ajax-container .portfolio-title,#portfolioAjaxBox .portfolio-title{margin-top:0 !important}.portfolio-image{margin-bottom:15px}.mfp-content .ajax-container .portfolio-image.wide{margin-left:-25px;margin-right:-25px}@media (max-width: 767px){.mfp-content .ajax-container .portfolio-image.wide{margin-left:-12px;margin-right:-12px}}.portfolio-slideshow{text-align:center}.portfolio-title{margin-bottom:-15px}.portfolio-title a{display:inline-block}.portfolio-title i{font-size:1.7em}.portfolio-title .portfolio-nav,.portfolio-title .portfolio-nav-all{margin-top:11px}.portfolio-title .portfolio-nav{text-align:right;white-space:nowrap}.portfolio-title .portfolio-nav a{width:50%;max-width:27px}.portfolio-title .portfolio-nav-all i{font-size:2em;margin-left:1px}.portfolio-title .portfolio-nav-prev{text-align:left}.portfolio-title .portfolio-nav-prev i:before{content:""}.portfolio-title .portfolio-nav-next{text-align:right}.portfolio-title .portfolio-nav-next i:before{content:""}.portfolio-title .entry-title{font-weight:700}.column3.boxed .portfolio-title .portfolio-nav{padding-left:0;padding-right:10px}.portfolio-desc{margin-top:20px}h5.portfolio-desc,h5.portfolio-details-title{font-size:1.2em}.portfolio-desc,.portfolio-details-title{font-weight:400}.portfolio-desc strong,.portfolio-details-title strong{font-weight:800}.portfolio-info{margin:7px 0 10px;float:right}.page-portfolios .portfolio-info{margin-top:2px}.portfolio-info ul{list-style:none;padding:0;margin:0}.portfolio-info ul li{display:inline-block;color:#b1b1b1;padding-right:8px;margin-right:8px;font-size:0.9em}.portfolio-info ul li:last-child{border-right:0;padding-right:0;margin-right:0}.portfolio-info ul li a{cursor:pointer;text-decoration:none;color:#b1b1b1}.portfolio-info ul li i,.portfolio-info ul li .post-views-icon.dashicons{margin-right:4px !important;font-size:1em !important;height:1em;line-height:1;width:1em}.portfolio-like,.portfolio-liked{cursor:pointer;text-decoration:none}.portfolio-like i,.portfolio-liked i{margin-right:4px !important;font-size:1em !important;height:1em;line-height:1;width:1em}.portfolio-like:hover,.portfolio-like.linked,.portfolio-liked:hover,.portfolio-liked.linked{text-decoration:none}.portfolio-like:hover .fa-heart,.portfolio-like.linked .fa-heart,.portfolio-liked:hover .fa-heart,.portfolio-liked.linked .fa-heart{color:#E53F51}.related-portfolios,.porto-recent-portfolios{margin-top:35px}.related-portfolios .owl-carousel,.porto-recent-portfolios .owl-carousel{margin-bottom:0}.single-portfolio .thumb-gallery-detail.owl-carousel{margin-bottom:10px}.single-portfolio .related-portfolios{padding:5rem 0 4rem}.related-portfolios.full .row{margin-left:0;margin-right:0}.row>.portfolio-carousel{width:100%}.portfolio-carousel .portfolio-item{margin:0 15px 5px}.portfolio-carousel .portfolio-item.full{margin:0;max-width:100%}.portfolio-carousel.owl-carousel .owl-dots{margin-top:0}.portfolio-item-small{float:left;margin:0 0 8px;padding:0 4px;width:33.3333%;max-width:92px}.portfolio-item-small:first-child{padding-top:0;border-top-width:0}.portfolio-item-small .portfolio-image{margin:0}.portfolio-item-small .portfolio-image img{width:100%;height:auto;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%)}.portfolio-item-small .portfolio-image img:hover{filter:none;-webkit-filter:none}.portfolios-timeline .timeline .timeline-box{padding:10px}ul.portfolio-list{list-style:none;margin:0;padding:0}ul.portfolio-list .portfolio-item{margin-bottom:30px}.row>ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.portfolio-item.outimage{text-align:center}.portfolio-item .thumb-info .thumb-info-type .portfolio-like i,.portfolio-item .thumb-info .thumb-info-type .portfolio-liked i{text-shadow:none}.portfolio-item .thumb-info .thumb-info-type .portfolio-like i:before{font-weight:400}.portfolio .thumb-info .tooltip,.portfolio-item .thumb-info .tooltip{display:none !important}ul.portfolio-details{list-style:none;padding:0;margin:0 0 20px 5px;font-size:0.9em}ul.portfolio-details h5,ul.portfolio-details p{display:inline-block}ul.portfolio-details h5{font-size:1em;margin-bottom:0;font-weight:700;letter-spacing:normal}ul.portfolio-details h5 i{margin-right:6px}ul.portfolio-details>li{padding:0 0 10px 0;margin:0 0 10px;border-bottom:1px solid rgba(0,0,0,0.06)}ul.portfolio-details>li:last-child{border-bottom:none}ul.portfolio-details p{padding:0;margin:0}ul.portfolio-details blockquote{padding:0 0 0 10px;margin:15px 0 0;color:#999}ul.portfolio-details ul.list-skills{margin-left:0}ul.portfolio-details ul.list-skills li{margin-right:20px;margin-bottom:5px}ul.portfolio-details.inline li{display:inline-block;margin-right:20px;vertical-align:top}ul.portfolio-details.inline li p{display:inline-block}ul.portfolio-details.inline li strong{margin-right:5px}ul.portfolio-details.inline li ul,ul.portfolio-details.inline li .share-links{display:inline-block}ul.portfolio-details.inline li.pull-right{margin-right:0}ul.portfolio-details .testimonial{font-size:1.1111em}.page-portfolios.portfolios-full .portfolio{margin-bottom:2em}.post-gap{height:20px}.portfolios-large .entry-title a{color:inherit;font-weight:700}.portfolio-row{position:relative}.portfolio-row .portfolio{float:left;margin-top:0;width:100%}.portfolio-row .portfolio-col-1{width:100%}.portfolio-row .portfolio-col-2{width:50%}.portfolio-row .portfolio-col-2.w2{width:100%}@media (max-width: 767px){.portfolio-row .portfolio-col-2{width:100%}}.portfolio-row .portfolio-col-3{width:33.3333%}.portfolio-row .portfolio-col-3.w2{width:66.6666%}@media (max-width: 767px){.portfolio-row .portfolio-col-3{width:50%}.portfolio-row .portfolio-col-3.w2{width:100%}}@media (max-width: 575px){.portfolio-row .portfolio-col-3{width:100%}}.portfolio-row .portfolio-col-4{width:25%}.portfolio-row .portfolio-col-4.w2{width:50%}@media (max-width: 991px){.portfolio-row .portfolio-col-4{width:33.3333%}.portfolio-row .portfolio-col-4.w2{width:66.6666%}}@media (max-width: 767px){.portfolio-row .portfolio-col-4{width:50%}.portfolio-row .portfolio-col-4.w2{width:100%}}@media (max-width: 575px){.portfolio-row .portfolio-col-4{width:100%}}.portfolio-row .portfolio-col-5{width:20%}.portfolio-row .portfolio-col-5.w2{width:40%}@media (max-width: 991px){.portfolio-row .portfolio-col-5{width:25%}.portfolio-row .portfolio-col-5.w2{width:50%}}@media (max-width: 767px){.portfolio-row .portfolio-col-5{width:33.3333%}.portfolio-row .portfolio-col-5.w2{width:66.6666%}}@media (max-width: 575px){.portfolio-row .portfolio-col-5{width:50%}.portfolio-row .portfolio-col-5.w2{width:100%}}.portfolio-row .portfolio-col-6{width:16.6666%}.portfolio-row .portfolio-col-6.w2{width:33.3333%}@media (max-width: 991px){.portfolio-row .portfolio-col-6{width:25%}.portfolio-row .portfolio-col-6.w2{width:50%}}@media (max-width: 767px){.portfolio-row .portfolio-col-6{width:33.3333%}.portfolio-row .portfolio-col-6.w2{width:66.6666%}}@media (max-width: 575px){.portfolio-row .portfolio-col-6{width:50%}.portfolio-row .portfolio-col-6.w2{width:100%}}.portfolio-row.full{margin:0}body.boxed .vc_row[data-vc-stretch-content] .portfolio-row.full{margin-left:0;margin-right:0}.portfolio-row.full .portfolio{padding:0;margin-bottom:0}.portfolio-modal .mfp-arrow,.portfolio-modal .mfp-close,.portfolio-ajax-modal .mfp-arrow,.portfolio-ajax-modal .mfp-close{display:none}.portfolio-modal .container,.portfolio-ajax-modal .container{width:100%;padding-left:0 !important;padding-right:0 !important}.portfolio-modal .vc_row[data-vc-full-width],body.boxed .portfolio-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-modal .vc_row[data-vc-full-width],.portfolio-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-modal .vc_row[data-vc-stretch-content],#main.main-boxed .portfolio-modal .vc_row[data-vc-stretch-content],.portfolio-ajax-modal .vc_row[data-vc-full-width],body.boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],.portfolio-ajax-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content],#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content]{position:relative;width:100% !important;left:0 !important;margin:0 !important;max-width:100% !important}.portfolio-load-more-loader{display:none;position:relative;height:49px}.btn-portfolio-lazy-load{opacity:0}@media (max-width: 991px){.portfolio-nav,.portfolio-nav-all{display:none}}.sort-source{clear:both}.sort-source>li>a{display:inline-block;cursor:pointer;padding:6px 12px;text-decoration:none}.sort-source-style-2{margin:0 auto}.sort-source-style-2>li{float:none;display:inline-block}.sort-source-style-2>li>a,.sort-source-style-2>li>a:focus,.sort-source-style-2>li>a:hover{background:transparent;color:#FFF;display:inline-block;border-radius:0;margin:0;padding:18px 28px;position:relative;text-decoration:none}.sort-source-style-2>li>a:after{transition:margin 0.3s;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:15px solid #CCC;content:" ";display:block;position:absolute;left:50%;margin-left:-20px;margin-top:0;opacity:0;z-index:1}.sort-source-style-2>li.active>a,.sort-source-style-2>li.active>a:focus,.sort-source-style-2>li.active>a:hover{background:transparent}.sort-source-style-2>li.active>a:after{opacity:1;margin-top:18px}.sort-source-style-3{margin-bottom:2rem;-ms-flex-pack:center;justify-content:center;font-size:.8em;text-transform:uppercase}.sort-source-style-3>li.active>a{background:none !important;border-bottom:3px solid #ccc;border-radius:0}@media (max-width: 767px){.sort-source-style-2>li{display:block}.sort-source-style-2>li.active>a:after{display:none !important}}.ajax-box .bounce-loader,.ajax-box .porto-ajax-loading{z-index:1}.portfolio-stripes .owl-carousel .owl-nav .owl-prev{line-height:initial}.portfolio-stripes .owl-carousel .owl-nav .owl-next{line-height:initial}.portfolio-stripes .owl-item .portfolio-item{width:calc(100% + 2px)}.portfolio-stripes .owl-item .portfolio-item .thumb-info{border:none}.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper{height:calc(100vh - 89px)}.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;box-shadow:0 50px 190px 110px #182027;z-index:1}.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image{position:absolute;top:0;left:0;background-size:cover;width:100%;height:100%;transition:all 0.3s}.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image{transform:scale(1.1, 1.1)}.thumb-info.thumb-info-basic-info .thumb-info-title{background:none;bottom:5.5%;left:5%;padding:0;font-size:2em;line-height:1;text-shadow:none}.portfolio-parallax{height:40vh}.portfolio-parallax:before{content:'';display:block;position:absolute;background:rgba(10,12,36,0);top:0;right:0;bottom:0;left:0;transition:all 0.3s}.portfolio-parallax h2{bottom:7%;font-size:2em;left:1%;line-height:1;margin:0;padding:0;position:absolute}.portfolio-parallax:not(.hidden-plus):hover:before{background:rgba(10,12,36,0.5)}html.gecko .thumb-info{z-index:1;transform:unset}@media (max-width: 991px){.portfolio-parallax{height:30vh}}@media (max-width: 767px){.portfolio-parallax{height:25vh}}.porto-portfolios-lighbox-thumbnails{position:fixed;bottom:2.5%;width:100%;text-align:center;z-index:99999}.porto-portfolios-lighbox-thumbnails .owl-carousel{margin-bottom:0}.porto-portfolios-lighbox-thumbnails .owl-carousel .owl-stage{margin:0 auto}.porto-portfolios-lighbox-thumbnails .owl-item{cursor:pointer}.porto-portfolios-lighbox-thumbnails .owl-item.current{opacity:.5;cursor:default}.portfolios-lightbox.with-thumbs .porto-portfolios-lighbox-thumbnails{visibility:hidden}@media (max-width: 1023px){.porto-portfolios-lighbox-thumbnails{display:none}}.skill-list a{display:inline-block;font-size:.75em;font-weight:700;text-transform:uppercase;text-decoration:none;padding:.25rem .5rem;margin:0.125rem;border-radius:1rem;line-height:1}.share-links-block .share-links a{border-radius:50%;width:28px;height:28px;font-size:.8rem;box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);margin:2px}.share-links-block .share-links a:not(:hover){background:none;color:#333}.share-links-block h5{float:left;margin:0 15px 0 0;line-height:35px;font-size:.8em;font-weight:700;text-transform:uppercase}.portfolios-masonry{max-height:300px;overflow:hidden}.portfolios-masonry>.portfolio-row{opacity:0}.portfolios-masonry.portfolio-iso-active{overflow:visible;max-height:none}.portfolios-masonry.portfolio-iso-active .bounce-loader{display:none}.portfolios-masonry.portfolio-iso-active>.portfolio-row{opacity:1}.portfolio-fullscreen .portfolio-item{height:100vh;background-repeat:no-repeat;background-size:cover;position:relative}.portfolio-fullscreen .portfolio-meta{position:absolute;bottom:50px;left:0;padding:30px 50px 30px 20px;background:rgba(33,37,41,0.9);min-width:25%;max-width:75%}.portfolio-fullscreen .portfolio-title{margin-bottom:10px;font-size:1.5em;font-weight:700;color:#fff}.portfolio-fullscreen .portfolio-cat{font-size:.9em;color:rgba(255,255,255,0.6);text-transform:uppercase}.portfolio-fullscreen .btn-view-more{text-decoration:none;font-size:.9em;font-weight:700;text-transform:uppercase;color:#fff}.portfolio-fullscreen .btn-view-more i{margin-left:5px;transition:margin-left 0.25s}.portfolio-fullscreen .btn-view-more:hover i{margin-left:8px}article.member h2 a,article.member h4 a{text-decoration:none}.member-overview{padding-top:2rem;padding-bottom:2rem}.member-image{position:relative}.member-image.single{margin-bottom:30px}.member-slideshow{text-align:center}.member-title{margin-bottom:-10px}.member-title a{display:inline-block}.member-title i{font-size:2.5em}.member-role{font-weight:700;font-size:1em;text-transform:uppercase}.member-share-links.share-links a{border-radius:50px}.member-item.member-item-3 .thumb-info-wrapper{margin:0}.member-item.member-item-3 .thumb-info-caption{display:block;padding:0;transition:all 0.3s}.member-item.member-item-3 .thumb-info-caption-title{position:relative;display:block;padding:30px 15px 28px}.member-item.member-item-3 .thumb-info-caption-text{padding:0 15px 28px;margin:0;margin-top:-15px}.member-item.member-item-3 .thumb-info-social-icons{padding-left:13px;padding-right:13px}.member-item.member-item-3 .view-more{position:absolute;right:15px;top:50%;font-size:1.9em;transform:translateY(-50%)}.member-item.member-item-4 .thumb-info-wrapper{margin:0;border-radius:0}.member-item.member-item-4 .thumb-info{border:none}.member-item.member-item-4 .thumb-info,.member-item.member-item-4 .thumb-info img{border-radius:0}.member-item.member-item-4 h4,.member-item.member-item-4 p{text-transform:uppercase}.member-item.member-item-4 h4{font-size:1.2em;font-weight:700}.member-item.member-item-4 p{font-size:.9em}.member-item .thumb-info,.member-item .thumb-info .thumb-info-wrapper{border-radius:0}.related-members,.single-member .related.products{margin-top:35px}.member-carousel .member-slide{*zoom:1}.member-carousel .member-slide:before,.member-carousel .member-slide:after{content:" ";display:table}.member-carousel .member-slide:after{clear:both}.member-carousel .member-item{margin-bottom:20px}@media (max-width: 767px){.member-carousel .member-item{border:none;padding:0}}.member-carousel.owl-carousel .owl-dots{margin-top:0}.member-modal .mfp-arrow,.member-ajax-modal .mfp-arrow{display:none}.member-filter.nav-list{display:block}.page-slideshow{text-align:center}.page-meta>*{display:block}.page-share{margin-top:15px;margin-bottom:30px;padding:20px 0 0}.page-share h3{display:inline-block;font-size:1.8em;font-weight:200;margin:5px 15px 10px;text-transform:none}.page-share h3 i{margin-right:7px}.page-share .share-links{display:inline-block;margin-top:-5px}.page-share.container{margin-bottom:70px}.container .container{width:100%;padding-left:0;padding-right:0}.page-content:after{content:'';display:table;clear:both}.custom-post-event{position:relative}.custom-post-event .post-event-date{position:absolute;top:0;left:0;padding:15px 20px}.custom-post-event .post-event-date span{display:block}.custom-post-event .post-event-date span.day{font-size:1.9em}.custom-post-event .post-event-date span.year{font-size:0.9em}.custom-post-event .post-event-date.custom-xlg-space{top:30px;left:30px}.custom-post-event .post-event-content p{font-size:0.9em}.custom-event-infos ul{padding:0;margin:0}.custom-event-infos ul li{list-style:none;display:inline-block;margin-left:15px;font-size:0.9em}.custom-event-infos ul li:first-child{margin-left:0}.custom-event-infos ul li i{font-size:1.2em;color:#1f222b}.custom-event-top-image img{margin:auto}.custom-post-event:last-child hr.solid{display:none}.event-row:last-child hr.solid{display:none}.event-row .thumb-info-wrapper{margin-bottom:25px}[data-appear-animation],.appear-animation{opacity:0}.animated,.appear-animation{animation-fill-mode:both;animation-duration:1s}.appear-animation-visible{opacity:1}@keyframes flash{0%, 50%, 100%{opacity:1}25%, 75%{opacity:0}}.flash{animation-name:flash}@keyframes shake{0%, 100%{transform:translateX(0);opacity:1}10%, 30%, 50%, 70%, 90%{transform:translateX(-10px)}20%, 40%, 60%, 80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes bounce{0%, 20%, 50%, 80%, 100%{transform:translateY(0);opacity:1}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes tada{0%{transform:scale(1)}10%, 20%{transform:scale(0.9) rotate(-3deg)}30%, 50%, 70%, 90%{transform:scale(1.1) rotate(3deg)}40%, 60%, 80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0);opacity:1}}.tada{animation-name:tada}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg);opacity:1}}.swing{transform-origin:top center;animation-name:swing}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%);opacity:1}}.wobble{animation-name:wobble}@keyframes wiggle{0%{transform:skewX(9deg)}10%{transform:skewX(-8deg)}20%{transform:skewX(7deg)}30%{transform:skewX(-6deg)}40%{transform:skewX(5deg)}50%{transform:skewX(-4deg)}60%{transform:skewX(3deg)}70%{transform:skewX(-2deg)}80%{transform:skewX(1deg)}90%{transform:skewX(0deg)}100%{transform:skewX(0deg);opacity:1}}.wiggle{animation-name:wiggle;animation-timing-function:ease-in}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1);opacity:1}}.pulse{animation-name:pulse}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;transform:translateX(40px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{transform:scale(1);opacity:1}}.bounceIn{animation-name:bounceIn}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0);opacity:1}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0);opacity:1}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0);opacity:1}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0);opacity:1}}.bounceInRight{animation-name:bounceInRight}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes zoomIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1}100%{opacity:1;transform:scale(1)}}.zoomIn{animation-name:zoomIn}@keyframes slideInRight{0%{opacity:1;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:1;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes wave{0%{transform:rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg)}100%{transform:rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg)}}@keyframes navItemArrow{0%{position:relative;right:-1px}50%{position:relative;right:3px}100%{position:relative;right:-1px}}@keyframes arrowLeftRight{0%{transform:translateX(0)}50%{transform:translateX(3px)}100%{transform:translateX(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}100%{opacity:0;transform:translateY(100%)}}@keyframes maskUp{from{transform:translate(0, 100%)}to{transform:translate(0, 0)}}.maskUp{animation-name:maskUp}@keyframes sliderScrollButton{0%{opacity:1;-webkit-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0)}70%{opacity:1;-webkit-transform:translate3d(-50%, 10px, 0);transform:translate3d(-50%, 10px, 0)}100%{opacity:0;-webkit-transform:translate3d(-50%, 10px, 0);transform:translate3d(-50%, 10px, 0)}}@keyframes gradientTransition{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes slideInLeft{0%{transform:translateX(-101%);visibility:visible}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes topDown{0%{transform:translateY(0)}50%{transform:translateY(-5px)}100%{transform:translateY(0)}}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}.col-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5,.col-xl-1-5,.col-2-5,.col-sm-2-5,.col-md-2-5,.col-lg-2-5,.col-xl-2-5,.col-3-5,.col-sm-3-5,.col-md-3-5,.col-lg-3-5,.col-xl-3-5,.col-4-5,.col-sm-4-5,.col-md-4-5,.col-lg-4-5,.col-xl-4-5{position:relative;min-height:1px;width:100%;max-width:none}.col-1-5{-ms-flex:0 0 20%;flex:0 0 20%;width:20%}.col-2-5{-ms-flex:0 0 40%;flex:0 0 40%;width:40%}.col-3-5{-ms-flex:0 0 60%;flex:0 0 60%;width:60%}.col-4-5{-ms-flex:0 0 80%;flex:0 0 80%;width:80%}@media (min-width: 576px){.col-sm-1-5{-ms-flex:0 0 20%;flex:0 0 20%;width:20%}.col-sm-2-5{-ms-flex:0 0 40%;flex:0 0 40%;width:40%}.col-sm-3-5{-ms-flex:0 0 60%;flex:0 0 60%;width:60%}.col-sm-4-5{-ms-flex:0 0 80%;flex:0 0 80%;width:80%}}@media (min-width: 768px){.col-md-1-5{-ms-flex:0 0 20%;flex:0 0 20%;width:20%}.col-md-2-5{-ms-flex:0 0 40%;flex:0 0 40%;width:40%}.col-md-3-5{-ms-flex:0 0 60%;flex:0 0 60%;width:60%}.col-md-4-5{-ms-flex:0 0 80%;flex:0 0 80%;width:80%}}@media (min-width: 992px){.col-lg-1-5{-ms-flex:0 0 20%;flex:0 0 20%;width:20%}.col-lg-2-5{-ms-flex:0 0 40%;flex:0 0 40%;width:40%}.col-lg-3-5{-ms-flex:0 0 60%;flex:0 0 60%;width:60%}.col-lg-4-5{-ms-flex:0 0 80%;flex:0 0 80%;width:80%}}.grid-creative .portfolio-item,.grid-creative .portfolio-item .thumb-info-wrapper,.grid-creative .portfolio-item .post-image,.grid-creative .thumb-info,.grid-creative .thumb-info .thumb-info-wrapper,.grid-creative .thumb-info .post-image{height:100%}.grid-creative .thumb-info img,.grid-creative li.product-col .product-image img{object-fit:cover;width:100%;height:100%;padding:0}.grid-creative>article.post{width:100%}.grid-col-sizer{width:1.6666%;height:0;flex:0 0 1.6666%}.no-padding,.vc_row-no-padding{padding-left:0 !important;padding-right:0 !important}.row.no-padding,.vc_row.no-padding>.container>.row{margin-left:0;margin-right:0}.row.no-padding>.vc_column_container,.vc_row.no-padding>.container>.row>.vc_column_container{padding-left:0;padding-right:0}@keyframes menuFadeInUp{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.menuFadeInUp{animation-name:menuFadeInUp}@keyframes menuFadeInDown{0%{opacity:0.8;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}.menuFadeInDown{animation-name:menuFadeInDown}@keyframes arrowFadeInDown{0%{opacity:0.8;transform:translateY(-10px) rotate(-45deg)}100%{opacity:1;transform:translateY(0) rotate(-45deg)}}@keyframes menuFadeInLeft{0%{opacity:0;transform:translateX(-30px)}100%{opacity:1;transform:translateX(0)}}.menuFadeInLeft{animation-name:menuFadeInLeft}@keyframes menuFadeInRight{0%{opacity:0;transform:translateX(30px)}100%{opacity:1;transform:translateX(0)}}.menuFadeInRight{animation-name:menuFadeInRight}@keyframes menuFadeInLeft{0%{opacity:0;transform:translateX(-30px)}100%{opacity:1;transform:translateX(0)}}@keyframes menuFadeInFromLeft{0%{opacity:0;margin-left:-20px}100%{opacity:1;margin-left:0}}.menuFadeInFromLeft{animation-name:menuFadeInFromLeft}.mega-menu,.sidebar-menu{margin:0;padding:0;list-style:none}.mega-menu li.menu-item,.sidebar-menu li.menu-item{display:block;position:relative;margin:0}.mega-menu li.menu-item>a,.sidebar-menu li.menu-item>a{display:block;text-decoration:none;text-align:left;position:relative;margin-top:0;margin-bottom:0;font-family:inherit;font-size:inherit}.mega-menu li.menu-item>a>[class*=' fa-'],.sidebar-menu li.menu-item>a>[class*=' fa-']{width:18px;text-align:center}.mega-menu li.menu-item>a>i,.mega-menu li.menu-item>a>.avatar,.sidebar-menu li.menu-item>a>i,.sidebar-menu li.menu-item>a>.avatar{margin-right:.5rem}.mega-menu li.menu-item>a>.avatar img,.sidebar-menu li.menu-item>a>.avatar img{margin-top:-5px;margin-bottom:-4px}.mega-menu li.menu-item>a>[class*='flag-'],.sidebar-menu li.menu-item>a>[class*='flag-']{display:inline-block;width:16px;height:11px;margin-top:-2px;margin-right:6px;margin-left:1px;vertical-align:middle;line-height:0}.mega-menu li.menu-item>a>[class*='flag-']:before,.sidebar-menu li.menu-item>a>[class*='flag-']:before{display:none}.mega-menu li.menu-item>a>.thumb-info-preview,.sidebar-menu li.menu-item>a>.thumb-info-preview{position:absolute;display:block;left:100%;border:0;padding-left:10px;background:transparent;overflow:visible;margin:15px 0 0;top:-1000px;transition:transform 0.2s ease-out,opacity 0.2s ease-out;transform:translate3d(-30px, 0, 0);opacity:0;max-width:none}.mega-menu li.menu-item>a>.thumb-info-preview .thumb-info-wrapper,.sidebar-menu li.menu-item>a>.thumb-info-preview .thumb-info-wrapper{display:block;border:0;box-shadow:0 0 3px rgba(0,0,0,0.15);margin:0;padding:0;text-align:left}.mega-menu li.menu-item>a>.thumb-info-preview .thumb-info-image,.sidebar-menu li.menu-item>a>.thumb-info-preview .thumb-info-image{width:182px;height:136px;min-height:0;transition:5s linear 0s}.mega-menu li.menu-item>a>.thumb-info-preview .thumb-info-image.fixed-image,.sidebar-menu li.menu-item>a>.thumb-info-preview .thumb-info-image.fixed-image{background-position:left top;background-size:auto 100%}.mega-menu li.menu-item>a:hover,.sidebar-menu li.menu-item>a:hover{z-index:1}.mega-menu li.menu-item>a:hover>.thumb-info-preview,.sidebar-menu li.menu-item>a:hover>.thumb-info-preview{transform:translate3d(0, 0, 0);top:0;opacity:1;margin-top:-5px}.mega-menu li.menu-item>.nolink,.sidebar-menu li.menu-item>.nolink{cursor:default}.mega-menu ul.sub-menu,.sidebar-menu ul.sub-menu{margin:0;padding:0;list-style:none}.mega-menu{*zoom:1}.mega-menu:before,.mega-menu:after{content:" ";display:table}.mega-menu:after{clear:both}.menu-custom-block a>i{margin-right:0.5rem}.mega-menu .tip,.sidebar-menu .tip,.accordion-menu .tip,.menu-custom-block .tip{color:#fff;display:inline-block;font-size:9px;font-style:normal;line-height:1;padding:2px;position:relative;margin-left:10px;vertical-align:middle;top:-1px}.mega-menu .tip.hot,.sidebar-menu .tip.hot,.accordion-menu .tip.hot,.menu-custom-block .tip.hot{background-color:#eb2771;border-color:#eb2771}.mega-menu .tip:before,.sidebar-menu .tip:before,.accordion-menu .tip:before,.menu-custom-block .tip:before{content:'';position:absolute;left:-3px;top:50%;margin-top:-2px;border-right:3px solid;border-top:2px solid transparent;border-bottom:2px solid transparent;border-right-color:inherit}#header .menu-custom-block .tip,.mega-menu>li.menu-item>a .tip{position:absolute;top:-14px;right:10px}#header .menu-custom-block .tip:before,.mega-menu>li.menu-item>a .tip:before{content:'';top:auto;bottom:-3px;left:2px;border-color:transparent;border-top-color:inherit;border-style:solid;border-width:3px 2px 0 2px}.mega-menu li.menu-item>a{font-weight:400}.mega-menu>li.menu-item{float:left}.mega-menu>li.menu-item.narrow{position:relative}.mega-menu>li.menu-item.has-sub>a .thumb-info-preview{display:none}.mega-menu>li.menu-item>a{display:inline-block;font-size:.8571em;font-weight:700;line-height:20px;padding:9px 12px 8px}.mega-menu>li.menu-item>a>i{width:auto}.mega-menu>li.menu-item>a .tip{top:-9px}.mega-menu>li.menu-item>a>.thumb-info-preview{left:-100%;right:-100%;padding-left:0;padding-top:10px;transform:translate3d(0, 20px, 0);opacity:0;margin:auto;width:190px}.mega-menu>li.menu-item>a:hover>.thumb-info-preview{top:100%;transform:translate3d(0, 0, 0)}.mega-menu>li.menu-item.active,.mega-menu>li.menu-item:hover>a{color:#fff}.mega-menu>li.menu-item.has-sub:hover{z-index:111}.mega-menu .popup{position:absolute;text-align:left;top:100%;margin:0;z-index:111;min-width:100%;line-height:20px;will-change:transform, top}.mega-menu .popup ul.sub-menu{position:relative}.mega-menu .popup li.menu-item{line-height:inherit;padding:0}.mega-menu .popup li.menu-item>a{font-size:13px}.mega-menu .wide .popup{border-top:3px solid #ccc;box-shadow:0 10px 25px rgba(0,0,0,0.15);display:none;right:auto;left:0}.mega-menu .wide .popup>.inner{padding:10px}.mega-menu .wide .popup>.inner>ul.sub-menu{max-width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mega-menu .wide .popup>.inner>ul.sub-menu>.menu-block-item{margin-bottom:-20px}.mega-menu .wide .popup>.inner .container{width:auto;padding:0}.mega-menu .wide li.menu-item>a.has-preview{display:inline-block}.mega-menu .wide li.sub{padding:15px 15px 10px}.mega-menu .wide li.sub>a{font-size:1em;font-weight:600;padding-bottom:5px}.mega-menu .wide li.sub ul.sub-menu{padding-bottom:5px}.mega-menu .wide li.sub ul.sub-menu ul.sub-menu{padding-bottom:0}.mega-menu .wide li.sub li.menu-item>a{margin-left:-8px;padding:7px 8px;font-size:.9em;font-weight:normal}.mega-menu .wide li.sub li.menu-item>ul.sub-menu{padding-left:10px}.mega-menu .narrow ul.sub-menu{min-width:200px;padding:5px 0;box-shadow:0 5px 8px rgba(0,0,0,0.15);border-top:0 solid #ccc;z-index:10}.mega-menu .narrow ul.sub-menu ul.sub-menu{position:absolute;left:100%;display:none;opacity:0}.mega-menu .narrow ul.sub-menu li.menu-item:hover>ul.sub-menu{top:-5px}.mega-menu .narrow li.menu-item>a{color:#fff;font-weight:400;padding:8px 18px;font-size:.9em;border-bottom:1px solid rgba(255,255,255,0.2);white-space:nowrap}.mega-menu .narrow li.menu-item:last-child>a{border-bottom-width:0}.mega-menu .narrow li.menu-item:hover>ul.sub-menu{opacity:1;display:block}.mega-menu .narrow li.menu-item-has-children>a:before{content:"";float:right;margin-right:-1px;font-size:.5rem;opacity:.7;transition:margin-right 0.2s}.mega-menu .narrow li.menu-item-has-children>a .thumb-info-preview{display:none}.mega-menu .narrow li.menu-item-has-children:hover>a:before{margin-right:-7px}.mega-menu .narrow.pos-left .popup{left:0px;right:auto}.mega-menu .narrow.pos-left ul.sub-menu ul.sub-menu{left:100%;right:auto}.mega-menu .narrow.pos-left li.menu-item-has-children>a:before{content:""}.mega-menu .narrow.pos-left li.menu-item>a>.thumb-info-preview{left:100%;right:auto;padding-left:10px;padding-right:0;transform:translate3d(-30px, 0, 0)}.mega-menu .narrow.pos-left li.menu-item>a:hover>.thumb-info-preview{transform:translate3d(0, 0, 0)}.mega-menu .narrow.pos-right .popup{right:0px;left:auto}.mega-menu .narrow.pos-right ul.sub-menu ul.sub-menu{right:100%;left:auto}.mega-menu .narrow.pos-right li.menu-item-has-children>a:before{content:""}.mega-menu .narrow.pos-right li.menu-item>a>.thumb-info-preview{left:auto;right:100%;padding-left:0;padding-right:10px;transform:translate3d(30px, 0, 0)}.mega-menu .narrow.pos-right li.menu-item>a:hover>.thumb-info-preview{transform:translate3d(0, 0, 0)}.mega-menu .popup{top:-3000px}.mega-menu .popup li.menu-item>a{transition:transform 0.2s ease-out;-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}.mega-menu>li.menu-item .popup{transition:transform 0.2s ease-out;-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}.mega-menu>li.menu-item.wide .popup>.inner>ul.sub-menu>li.menu-item>a{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mega-menu>li.menu-item:hover .popup{top:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mega-menu>li.menu-item:hover li.menu-item>a{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mega-menu .narrow ul.sub-menu ul.sub-menu{animation:menuFadeInLeft 0.2s ease-out}.mega-menu .narrow.pos-left ul.sub-menu ul.sub-menu{animation:menuFadeInLeft 0.2s ease-out}.mega-menu .narrow.pos-right ul.sub-menu ul.sub-menu{animation:menuFadeInRight 0.2s ease-out}.mega-menu.show-arrow>li.has-sub>a:after{display:inline-block;content:'\e81c';font-family:"porto";font-weight:400;font-size:1em;margin:0 0 0 5px;line-height:1}.mega-menu.menu-flat li.menu-item>a>.thumb-info-preview .thumb-info-wrapper{border-radius:0 !important}.mega-menu.menu-flat>li.menu-item{margin-right:0}.mega-menu.menu-flat>li.menu-item.active>a,.mega-menu.menu-flat>li.menu-item:hover>a{border-radius:0 !important}.mega-menu.menu-flat>li.menu-item.has-sub:hover>a{border-radius:0 !important}.mega-menu.menu-flat .popup{margin:0}.mega-menu.menu-flat .wide .popup,.mega-menu.menu-flat .wide .popup>.inner,.mega-menu.menu-flat .wide .popup li.menu-item li.menu-item>a{border-radius:0 !important}.mega-menu.menu-flat .narrow .popup>.inner>ul.sub-menu,.mega-menu.menu-flat .narrow ul.sub-menu ul.sub-menu{border-radius:0 !important}.mega-menu.menu-flat-border>li.menu-item>a{border-right:1px solid rgba(0,0,0,0.1)}.mega-menu.menu-flat-border>li.menu-item:last-child>a{border-right:0 none}.mega-menu.menu-hover-line>li.menu-item>a:before{content:"";position:absolute;width:100%;height:3px;top:0;left:0;opacity:0}.mega-menu.menu-hover-line:not(:hover)>li.menu-item.active>a:before,.mega-menu.menu-hover-line>li.menu-item:hover>a:before{opacity:1}.mega-menu.menu-hover-underline>li.menu-item>a:before{top:50%;margin-top:15px;width:auto;left:0;right:15px;transition:cubic-bezier(0.55, 0, 0.1, 1) right 0.3s}.mega-menu.menu-hover-underline>li.menu-item.active>a:before,.mega-menu.menu-hover-underline>li.menu-item:hover>a:before{right:0}.accordion-menu{margin:0;padding:0;list-style:none;font-size:.9em}.accordion-menu>li,.accordion-menu ul.sub-menu>li{position:relative}.accordion-menu li.menu-item{margin:0}.accordion-menu li.menu-item>a{position:relative;display:block;outline:medium none;text-decoration:none;text-align:left;margin:1px 0 0;padding:5px 6px;line-height:25px;font-weight:400;transition:.25s;font-family:inherit;font-size:inherit}.accordion-menu li.menu-item>a>i{width:18px;text-align:center}.accordion-menu li.menu-item>a>i,.accordion-menu li.menu-item>a>.avatar{margin-right:5px}.accordion-menu li.menu-item>a>.avatar img{margin-top:-5px;margin-bottom:-4px}.accordion-menu li.menu-item>a>[class*='flag-']{display:inline-block;width:16px;height:11px;margin-top:-3px;margin-right:6px;margin-left:1px;vertical-align:middle;line-height:0}.accordion-menu li.menu-item>a>[class*='flag-']:before{display:none}.accordion-menu li.menu-item.has-sub>a{padding-right:33px}.accordion-menu ul.sub-menu{display:none;list-style:none;margin:0;padding:0 0 0 10px}.accordion-menu .arrow{position:absolute;top:4px;right:0;width:25px;height:25px;cursor:pointer;text-align:center;line-height:25px;vertical-align:top;transition:.25s}.accordion-menu .arrow:before{content:""}.accordion-menu .open>.arrow:before{content:""}@media (max-width: 991px){#main-sidebar-menu{display:none}}.widget_sidebar_menu{border:1px solid;background:#fff;margin-top:0}.widget_sidebar_menu+.widget-block{margin-top:20px}.widget_sidebar_menu+.widget_product_categories,.widget_sidebar_menu+.widget_price_filter,.widget_sidebar_menu+.widget_layered_nav,.widget_sidebar_menu+.widget_layered_nav_filters,.widget_sidebar_menu+.widget_rating_filter{margin-top:15px}@media (max-width: 991px){.widget_sidebar_menu{overflow:hidden}}.widget_sidebar_menu.closed .widget-title{margin-bottom:-1px}.widget_sidebar_menu .widget-title{border-bottom:1px solid;font-size:1.0714em;font-weight:700;letter-spacing:0.001em;line-height:18px;padding:12px 15px;margin:0;text-transform:uppercase;position:relative;transition:.25s}.widget_sidebar_menu .widget-title .toggle{display:inline-block;width:1.8571em;height:1.8571em;line-height:1.7572em;position:absolute;right:1.0714em;top:50%;margin-top:-.9em;padding:0;cursor:pointer;text-align:center;transition:.25s}.widget_sidebar_menu .widget-title .toggle:before{content:""}.widget_sidebar_menu .widget-title .toggle:hover{color:#fff}.widget_sidebar_menu .widget-title .toggle.closed:before{content:""}.sidebar-menu>li.menu-item{margin-top:1px}.sidebar-menu>li.menu-item:first-child{margin-top:0}.sidebar-menu>li.menu-item:first-child>a{border-top:none}.sidebar-menu>li.menu-item.has-sub>a .thumb-info-preview{display:none}.sidebar-menu>li.menu-item>a{display:block;line-height:17px;padding:11.5px 5px;margin:0 10px}.sidebar-menu>li.menu-item.active:hover>a{color:#fff}.sidebar-menu>li.menu-item:hover>a{color:#fff;position:relative;z-index:1}.sidebar-menu>li.menu-item:hover>.arrow:before,.sidebar-menu>li.menu-item.active>.arrow:before{color:#fff}.sidebar-menu li.menu-item>.arrow{position:absolute;top:0;bottom:0;right:10px;height:30px;line-height:30px;margin:auto;text-align:center}@media (max-width: 991px){.sidebar-menu li.menu-item>.arrow,.right-sidebar .sidebar-menu li.menu-item>.arrow{margin:0;top:7px}}.sidebar-menu li.menu-item>.arrow:before{font-family:'porto';content:""}.sidebar-menu>li.menu-item>.arrow{right:25px}.sidebar-menu .popup{text-align:left;left:100%;position:absolute;top:0;display:none;margin:0;z-index:111;min-width:0;font-size:.9em;font-weight:400;line-height:20px}@media (max-width: 991px){.sidebar-menu .popup{position:static;margin-bottom:-1px}}.right-sidebar .sidebar-menu .popup{right:100%;left:auto}.sidebar-menu .popup>.inner{margin:0}.sidebar-menu .popup ul.sub-menu{position:relative}.sidebar-menu .popup li.menu-item{padding:0;line-height:inherit}.sidebar-menu .wide .popup{box-shadow:0 0 25px rgba(0,0,0,0.15);margin-left:-1px;border-left:10px solid #ccc}.sidebar-menu .wide .popup .arrow{display:none}.right-sidebar .sidebar-menu .wide .popup{border-left-width:0;border-right:10px solid #ccc;margin-left:0;margin-right:-1px}.sidebar-menu .wide .popup>.inner{padding:10px;margin-left:-5px}.right-sidebar .sidebar-menu .wide .popup>.inner{margin-left:0;margin-right:-5px}.sidebar-menu .wide .popup>.inner>ul.sub-menu{max-width:100%;display:-ms-flexbox;display:flex}.sidebar-menu .wide .popup>.inner>ul.sub-menu>.menu-block-item{margin-bottom:-20px}.sidebar-menu .wide .popup>.inner .container{width:auto;padding:0}.sidebar-menu .wide .popup li.menu-item>a.has-preview{display:inline-block}@media (max-width: 991px){.sidebar-menu .wide .popup,.right-sidebar .sidebar-menu .wide .popup{border-radius:0;box-shadow:none;border:none;margin:0}.sidebar-menu .wide .popup .inner,.right-sidebar .sidebar-menu .wide .popup .inner{border-radius:0;margin:0}}.sidebar-menu .wide li.sub{padding:15px 15px 10px}.sidebar-menu .wide li.sub>a{font-size:1.0833em;font-weight:600;padding-bottom:5px}.sidebar-menu .wide li.sub>a:not(.nolink):hover{text-decoration:underline}.sidebar-menu .wide li.sub ul.sub-menu{padding-bottom:5px}.sidebar-menu .wide li.sub ul.sub-menu ul.sub-menu{padding-bottom:0}.sidebar-menu .wide li.sub li.menu-item>a{margin-left:-8px;padding:7px 8px}.sidebar-menu .wide li.sub li.menu-item>a:hover{text-decoration:underline}.sidebar-menu .wide li.sub li.menu-item>ul.sub-menu{padding-left:10px}.sidebar-menu .narrow .popup{text-transform:uppercase}.sidebar-menu .narrow ul.sub-menu{min-width:180px;padding:5px;z-index:10;box-shadow:0 0 12px rgba(0,0,0,0.1)}@media (max-width: 991px){.sidebar-menu .narrow ul.sub-menu{box-shadow:none;border-radius:0}}.sidebar-menu .narrow ul.sub-menu ul.sub-menu{position:absolute;left:100%;top:-5px;display:none}@media (max-width: 991px){.sidebar-menu .narrow ul.sub-menu ul.sub-menu{position:static;padding:0 0 0 5px}}.right-sidebar .sidebar-menu .narrow ul.sub-menu ul.sub-menu{left:auto;right:100%}.sidebar-menu .narrow li.menu-item>a{padding:8px 15px 8px 8px;border-bottom:1px solid rgba(255,255,255,0.2);white-space:nowrap}.right-sidebar .sidebar-menu .narrow li.menu-item>a>.thumb-info-preview{left:auto;right:100%;padding-left:0;padding-right:10px;transform:translateX(30px)}.right-sidebar .sidebar-menu .narrow li.menu-item>a:hover>.thumb-info-preview{transform:translateX(0)}.sidebar-menu .narrow li.menu-item:last-child>a{border-bottom-color:transparent}.sidebar-menu .narrow li.menu-item:hover>ul.sub-menu{display:block}.sidebar-menu .narrow li.menu-item-has-children>a{padding-right:15px}.sidebar-menu .narrow li.menu-item-has-children>a .thumb-info-preview{display:none}.sidebar-menu .tip{font-size:8px;font-style:normal}.sidebar-menu .menu-custom-block span{display:none}.sidebar-menu .menu-custom-block a{line-height:18px;margin:0 10px -1px;padding:11.5px 5px;display:block;text-decoration:none}.sidebar-menu .menu-custom-block a:hover{color:#fff;margin-left:0;margin-right:0;padding-left:15px;padding-right:15px;position:relative;z-index:1}.sidebar-menu.has-main-menu>li.menu-item:first-child>a{border-top-width:1px}.sidebar-menu.has-side-menu>li.menu-item:last-child:hover{border-radius:0}.sidebar-menu.has-side-menu .menu-custom-block a:last-child:hover{border-radius:0}.sidebar-menu>li.menu-item .popup{animation:menuFadeInLeft 0.2s ease-out}.right-sidebar .sidebar-menu>li.menu-item .popup{animation:menuFadeInRight 0.2s ease-out}.sidebar-menu .narrow ul.sub-menu ul.sub-menu{animation:menuFadeInLeft 0.2s ease-out}.right-sidebar .sidebar-menu .narrow ul.sub-menu ul.sub-menu{animation:menuFadeInRight 0.2s ease-out}.hamburguer-btn{background:transparent;outline:0 !important;border:none;width:30px;height:30px;padding:0;margin:15px;display:inline-block;position:relative;cursor:pointer}.hamburguer-btn .hamburguer span{position:absolute;top:50%;left:0;width:100%;height:1px;transition:width .3s;transform:translateY(-50%);background:#333;-webkit-backface-visibility:hidden}.hamburguer-btn .hamburguer span:nth-child(1){top:30%}.hamburguer-btn .hamburguer span:nth-child(2){transition-delay:.1s}.hamburguer-btn .hamburguer span:nth-child(3){top:70%;transition-delay:.2s}.hamburguer-btn .close{opacity:0;transition:all .3s;float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff}.hamburguer-btn .close span{position:absolute;top:50%;left:50%;width:0;height:1px;background:#333;transition:all .3s;transform-origin:50% 0}.hamburguer-btn .close span:nth-child(1){transform:translateX(-50%) rotate(45deg)}.hamburguer-btn .close span:nth-child(2){transform:translateX(-50%) rotate(-45deg)}.hamburguer-btn.active .close{opacity:1;transition:all .3s}.hamburguer-btn.active .close span{width:80%;transition:inherit}.hamburguer-btn.active .close span:nth-child(2){transition-delay:.3s}.hamburguer-btn.active .hamburguer{opacity:0}.hamburguer-btn.active .hamburguer span{width:0}#header>.hamburguer-btn{align-self:flex-end;margin:30px 20px}.side-menu-accordion li.menu-item>.arrow,.side-menu-slide li.menu-item>.arrow{display:inline-block;width:30px;right:10px;cursor:pointer;bottom:auto;top:2.5px;z-index:2}.side-menu-accordion .menu-item .popup:before,.side-menu-slide .menu-item .popup:before{display:none}.side-menu-accordion .menu-item .popup>.inner,.side-menu-slide .menu-item .popup>.inner{padding:10px 0 0 5px;margin-left:0}.side-menu-accordion .menu-item .popup .sub-menu,.side-menu-slide .menu-item .popup .sub-menu{padding:5px 0 5px 15px}.side-menu-accordion .wide .popup>.inner,.side-menu-slide .wide .popup>.inner{padding-left:12px}.side-menu-accordion .wide .popup li.sub,.side-menu-slide .wide .popup li.sub{padding:0}.side-menu-accordion .wide .popup li.sub>.arrow,.side-menu-slide .wide .popup li.sub>.arrow{top:-3px}.side-menu-accordion .narrow ul.sub-menu ul.sub-menu,.side-menu-accordion>li.menu-item .popup,.side-menu-slide .narrow ul.sub-menu ul.sub-menu,.side-menu-slide>li.menu-item .popup{-webkit-animation:none;animation:none}.side-menu-accordion .popup,.side-menu-accordion .narrow ul.sub-menu ul.sub-menu,.side-menu-slide .popup,.side-menu-slide .narrow ul.sub-menu ul.sub-menu{position:static}.side-menu-accordion .narrow li.menu-item:hover>ul.sub-menu,.side-menu-slide .narrow li.menu-item:hover>ul.sub-menu{display:none}.side-menu-accordion .narrow ul.sub-menu,.side-menu-slide .narrow ul.sub-menu{box-shadow:none;padding:0}.side-menu-accordion .wide .popup,.side-menu-slide .wide .popup{box-shadow:none}.side-menu-accordion .wide .popup>.inner>ul.sub-menu,.side-menu-slide .wide .popup>.inner>ul.sub-menu{display:block;width:auto !important}.side-menu-accordion>li.menu-item>a{padding:11px 12px}.side-menu-columns a.nolink{pointer-events:auto}.side-menu-columns li.menu-item{position:static}.side-menu-columns li.menu-item>.arrow,.side-menu-columns li.menu-item .popup:before{display:none}.side-menu-columns>li.menu-item .popup,.side-menu-columns .narrow ul.sub-menu ul.sub-menu{-webkit-animation-name:menuFadeInFromLeft;animation-name:menuFadeInFromLeft}.side-menu-columns>li.menu-item:hover>.popup,.side-menu-columns .narrow li.menu-item:hover>ul.sub-menu{margin-left:0}.side-menu-columns>.menu-item-has-children>a,.side-menu-columns .narrow .menu-item-has-children>a{position:relative}.side-menu-columns>.menu-item-has-children>a:after,.side-menu-columns .narrow .menu-item-has-children>a:after{content:"";right:18px;font-family:'porto';opacity:.7;position:absolute;font-size:8px;transition:right 0.2s}.side-menu-columns>.menu-item-has-children:hover>a:after,.side-menu-columns .narrow .menu-item-has-children:hover>a:after{right:12px}.side-menu-columns .popup,.side-menu-columns .narrow ul.sub-menu ul.sub-menu{top:50%;transform:translateY(-50%) translateZ(0)}.side-menu-columns .wide .popup,.side-menu-columns .narrow ul.sub-menu,.side-menu-columns .narrow .popup{box-shadow:none}.side-menu-columns .narrow ul.sub-menu{padding:0}.side-menu-columns .narrow li.menu-item>a{padding-left:20px}.side-menu-columns .wide .popup>.inner{margin-left:0}.side-menu-slide{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;height:100%;transition:all .35s}.side-menu-slide.next-menu{-webkit-transform:translate3d(-100%, 0, 0) !important;transform:translate3d(-100%, 0, 0) !important}.side-menu-slide ul.sub-menu{position:absolute !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;top:50% !important;left:100%;padding:0;margin:0 !important;opacity:1;border-top:none;box-shadow:none;-webkit-transform:translate3d(0, -50%, 0) !important;transform:translate3d(0, -50%, 0) !important;visibility:hidden;transition:all .35s}.side-menu-slide ul.sub-menu.next-menu{-webkit-transform:translate3d(-100%, -50%, 0) !important;transform:translate3d(-100%, -50%, 0) !important}.side-menu-slide .popup{display:block}.side-menu-slide .menu-item .popup>.inner{padding:0}.side-menu-slide .menu-item .popup .sub-menu{padding-left:0}.side-menu-slide li.menu-item{position:static}.side-menu-slide li.menu-item .arrow{display:none}.side-menu-slide li.menu-item>a{text-align:center}.side-menu-slide .popup .sub-menu li.menu-item>a{padding:7px 8px}.side-menu-slide .wide .popup li.sub li.menu-item>a{margin-left:0}.side-menu-slide .wide .popup>.inner>ul.sub-menu{width:100% !important}.side-menu-slide .menu-item-has-children>a:after,.side-menu-slide .menu-item>.go-back:before{display:inline-block;font-size:.5rem;opacity:.7;transform:translateZ(0);position:relative;top:-2px}.side-menu-slide .menu-item-has-children:hover>a:after,.side-menu-slide .menu-item>.go-back:hover:before{animation:arrowLeftRight .6s linear infinite}.side-menu-slide .menu-item-has-children>a:after{content:"";left:8px}.side-menu-slide .menu-item>.go-back:before{content:"";right:8px}.porto-popup-menu{line-height:0}.porto-popup-menu .main-menu{display:none;height:80%}.porto-popup-menu .main-menu:not(.scroll-content){overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;min-width:80%}@media (min-width: 992px){.porto-popup-menu .main-menu{height:50%}}.porto-popup-menu .main-menu>li.menu-item .popup{transform:none}.porto-popup-menu .main-menu .sub-menu{display:none;padding:10px 0}.porto-popup-menu .main-menu li.menu-item>a{position:relative;left:0}.porto-popup-menu .main-menu li.menu-item:hover>a{left:5px}.porto-popup-menu .main-menu li.menu-item.opened>.sub-menu{display:block}.porto-popup-menu .sub-menu{line-height:30px}.porto-popup-menu .sub-menu li.menu-item,.porto-popup-menu .sub-menu li.menu-item>a{line-height:inherit}.porto-popup-menu .sub-menu li.menu-item>a{padding:.25rem 1rem}.porto-popup-menu .sub-menu .sub-menu{font-size:.8em;opacity:.7}.porto-popup-menu .hamburguer-btn{margin:0 15px}.porto-popup-menu.opened{position:fixed;left:0;top:0;width:100%;height:100%;z-index:1001;background:rgba(51,51,51,0.99);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:background .25s;margin:0 !important}.porto-popup-menu.opened .hamburguer-btn{position:absolute;right:15px;top:30px;z-index:9}.porto-popup-menu.opened .main-menu{display:block}.porto-popup-menu.opened .main-menu>li.menu-item{float:none}.porto-popup-menu.opened .main-menu li.menu-item>a{width:100%;text-align:center;transition:color .25s, left .25s}.porto-popup-menu.opened .scroll-wrapper{width:100%;max-width:600px}@media (min-width: 992px){.porto-popup-menu.opened .scroll-wrapper{width:50%}}.porto-popup-menu .hamburguer-btn .close span{background:#fff}.admin-bar .porto-popup-menu.opened .hamburguer-btn{top:60px}@keyframes header-reveal{0%{margin-top:-150px}100%{margin-top:0}}.header-wrapper.wide .container{width:100%;max-width:none}#header a,#header a:hover{text-decoration:none;outline:none}#header .header-top .container,#header .header-main .container{position:relative;display:table}#header .header-top .container>div,#header .header-main .container>div{display:table-cell;position:relative;vertical-align:middle}#header .header-left,#header .header-center{text-align:left}#header .header-right{text-align:right}#header.header-loaded .header-main{-webkit-backface-visibility:hidden}#header .header-main{position:relative}#header .header-main .container{min-height:68px}@media (max-width: 575px){#header .header-main .container{min-height:43px}}.fixed-header #header .header-main .container{min-height:0}#header .header-main .header-left{padding:27px 0}@media (max-width: 991px){#header .header-main .header-left{padding:20px 0}}#header .header-main .header-center{padding:20px 15px;text-align:center}@media (max-width: 991px){#header .header-main .header-center{padding:20px 0;text-align:left}}#header .header-main .header-right{padding:20px 0}#header .header-main #main-menu{display:inline-block;vertical-align:middle}#header .header-top{position:relative;z-index:1001;font-size:.7857em}@media (max-width: 991px){#header .header-top .gap{display:none}#header .header-top .switcher-gap{display:inline}}#header.logo-center .header-main .container{display:-webkit-flex;display:-ms-flexbox;display:flex}#header.logo-center .header-main .container>div{display:flex;align-items:center}@media (min-width: 992px){#header.logo-center .header-main .header-left{-webkit-flex:1;-ms-flex:1;flex:1}#header.logo-center .header-main .header-center{justify-content:center}#header.logo-center .header-main .header-center .logo img{transform-origin:50% 50%}}#header.logo-center .header-main .header-right{flex:1;justify-content:flex-end}#header .gap{font-weight:300;margin:0 10px;font-size:.95em;opacity:.8}#header .gap.switcher-gap{margin:0 5px}#header .mobile-show{display:none}@media (max-width: 991px){#header .mobile-hide{display:none}#header .mobile-show{display:inline}}#header.sticky-header .header-main{transition:none}#header.sticky-header .header-main .container{min-height:60px}#header.sticky-header .header-main.change-logo .logo img{transform:scale(0.8)}#header.sticky-header .header-main.sticky{position:fixed;left:0;right:0;width:100%;margin-left:0;margin-right:0;top:0;z-index:1001}#header.sticky-header .header-main.sticky .container.absolute{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.header-reveal #header.sticky-header .header-main.sticky{margin-top:0;animation:header-reveal 0.4s ease-in}#header.sticky-header .logo{min-width:0}#header.sticky-header .main-menu-wrap{position:fixed;border-bottom-width:0 !important;left:0;right:0;top:0;z-index:1001;padding:8px 0}.header-reveal #header.sticky-header .main-menu-wrap{margin-top:0;animation:header-reveal 0.4s ease-in}#header.sticky-header .main-menu-wrap.menu-flat,#header.sticky-header .main-menu-wrap.menu-flat-border,.fixed-header #header.sticky-header .main-menu-wrap.menu-flat,.fixed-header #header.sticky-header .main-menu-wrap.menu-flat-border{padding:0}#header.sticky-header-calc .header-main.sticky .header-left,#header.sticky-header-calc .header-main.sticky .header-center,#header.sticky-header-calc .header-main.sticky .header-right,#header.sticky-header-calc .main-menu-wrap .header-left,#header.sticky-header-calc .main-menu-wrap .header-center,#header.sticky-header-calc .main-menu-wrap .header-right,#header.sticky-header-calc .logo img .header-left,#header.sticky-header-calc .logo img .header-center,#header.sticky-header-calc .logo img .header-right,#header.sticky-header-calc .header-main.change-logo .header-left,#header.sticky-header-calc .header-main.change-logo .header-center,#header.sticky-header-calc .header-main.change-logo .header-right{transition:none}.fixed-header.header-transparent-bottom-border #header{border-bottom:1px solid rgba(255,255,255,0.1)}.fixed-header #header{position:absolute;left:0;right:0;width:100%;top:auto;z-index:1001;border-top-width:0}.fixed-header #header .header-main,.fixed-header #header .main-menu-wrap{position:relative;top:0}.fixed-header #header.sticky-header{padding-bottom:0 !important;border-bottom:none}.fixed-header #header.sticky-header .header-main,.fixed-header #header.sticky-header .main-menu-wrap{position:fixed}.fixed-header #header .header-main .header-left,.fixed-header #header .header-main .header-right,.fixed-header #header .header-main .header-center{padding-top:15px;padding-bottom:15px}@media (max-width: 991px){.fixed-header #header .header-main .header-left,.fixed-header #header .header-main .header-right,.fixed-header #header .header-main .header-center{padding-top:5px;padding-bottom:5px}}.fixed-header #header .searchform{transition:background 0.3s,border 0.3s}.fixed-header #header .main-menu-wrap .main-menu{background:none}.fixed-header #header .main-menu{transition:background 0.3s}.fixed-header #header.sticky-header .main-menu-wrap{padding:8px 0}#header-boxed{padding-left:0;padding-right:0;margin-left:auto;margin-right:auto}#header-boxed #header.sticky-header .header-main.sticky,#header-boxed #header.sticky-header .main-menu-wrap{margin-left:auto;margin-right:auto}#header .logo{margin:0;padding:0;min-width:80px;line-height:0}#header .logo a{display:inline-block;max-width:100%}#header .logo img{display:none;color:transparent;max-width:100%;transform-origin:left center}#header .logo .standard-logo{display:inline-block}#header.sticky-header .logo .sticky-logo{display:inline-block}#header.sticky-header .sticky-logo ~ img{display:none}@media not all, only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx){#header .logo .standard-logo,#header.sticky-header .logo .sticky-logo{display:none}#header .logo .retina-logo,#header.sticky-header .logo .sticky-retina-logo{display:inline-block}}#header .logo-transition img{transition:.3s}#header .logo-text{display:inline-block}.switcher-wrap ul+ul{margin-left:11px}.porto-view-switcher img,.wpml-ls-menu-item .wpml-ls-flag{max-width:18px}.porto-view-switcher .flag{margin-right:0.25rem}#header .welcome-msg{display:inline-block;vertical-align:middle}#header .welcome-msg p{margin:12px 0}#header .switcher-wrap{display:inline-block;white-space:nowrap}#header .switcher-wrap img{position:relative;top:-1px;margin-right:3px}#header .porto-view-switcher,#header .top-links{font-size:.7857em;display:inline-block;vertical-align:middle;margin-top:3px;margin-bottom:3px}#header .porto-view-switcher>li.menu-item,#header .top-links>li.menu-item{margin-right:0}#header .porto-view-switcher>li.menu-item>a,#header .top-links>li.menu-item>a{font-size:1em;font-weight:normal;padding:0 5px;line-height:26px}#header .porto-view-switcher>li.menu-item.has-sub:hover>a,#header .top-links>li.menu-item.has-sub:hover>a{margin-bottom:0}#header .porto-view-switcher>li.menu-item>.popup,#header .top-links>li.menu-item>.popup{margin-top:0;border-width:0}#header .porto-view-switcher .narrow .popup>.inner>ul.sub-menu,#header .top-links .narrow .popup>.inner>ul.sub-menu{box-shadow:0 10px 30px 10px rgba(0,0,0,0.05)}#header .porto-view-switcher .narrow ul.sub-menu,#header .top-links .narrow ul.sub-menu{padding:5px;min-width:0}#header .porto-view-switcher .narrow li.menu-item>a,#header .top-links .narrow li.menu-item>a{font-size:1em;padding:0 7px;line-height:25px;border-bottom-width:0}#header .woocs-switcher li,#header .woocs-switcher li>.nolink{cursor:pointer !important}#header .top-links{white-space:nowrap}#header .top-links>li.menu-item{display:inline-block;float:left}#header .top-links>li.menu-item:after{content:"|";font-weight:300;position:relative;top:-1px;font-size:0.95em;opacity:0.8;margin:0 10px 0 5px}#header .top-links>li.menu-item.active>a,#header .top-links>li.menu-item:hover>a,#header .top-links>li.menu-item.has-sub:hover>a{background:transparent}#header .top-links>li.menu-item:last-child>a{padding-right:0}#header .top-links>li.menu-item:last-child:after{content:none}#header .header-top .mega-menu{margin-top:0;margin-bottom:0;font-size:1em}#header .header-top .welcome-msg{line-height:30px;letter-spacing:.025em}#header .header-top .porto-view-switcher .narrow ul.sub-menu,#header .header-top .top-links .narrow ul.sub-menu{padding:4px 0}.header-top .mega-menu>li.menu-item>a{padding-top:3px;padding-bottom:3px;letter-spacing:0.025em;line-height:24px;border-radius:0 !important}#header .searchform{border:1px solid #ccc;position:relative;display:inline-block;line-height:38px;font-size:.8125rem;padding:0;vertical-align:middle}@media (max-width: 991px){#header .searchform{border-width:5px;display:none;position:absolute;right:-25px;top:100%;margin-top:8px;z-index:1003;box-shadow:0 5px 8px rgba(0,0,0,0.15)}}@media (max-width: 375px){#header .searchform{right:-80px}}#header .searchform .searchform-fields{display:-webkit-flex;display:-ms-flexbox;display:flex}#header .searchform .text,#header .searchform .cat,#header .searchform .button-wrap,#header .searchform .selectric-cat{display:block;text-align:left}#header .searchform fieldset{white-space:nowrap}#header .searchform fieldset .text,#header .searchform fieldset .cat,#header .searchform fieldset .button-wrap,#header .searchform fieldset .selectric-cat{display:inline-block;vertical-align:top}#header .searchform .button-wrap{margin:0}#header .searchform input,#header .searchform select,#header .searchform button{background:none;border-radius:0;border:none;outline:none;box-shadow:none;margin-bottom:0;display:block}#header .searchform input::placeholder{opacity:.7}#header .searchform input:-ms-input-placeholder{opacity:.7}#header .searchform input::-ms-input-placeholder{opacity:.7}#header .searchform input,#header .searchform select,#header .searchform .selectric label,#header .searchform button{height:38px}#header .searchform input{padding:0 15px 0 15px;width:398px;font-size:inherit}#header .searchform.searchform-cats input{width:266px}@media (max-width: 767px){#header .searchform input{width:280px}#header .searchform.searchform-cats input{width:150px}}@media (max-width: 575px){#header .searchform input{width:234px}#header .searchform.searchform-cats input{width:118px;padding-right:10px}#header .searchform.searchform-cats select{width:116px;padding:0 8px}#header .searchform.searchform-cats .selectric-cat{width:116px}#header .searchform.searchform-cats .selectric .label{padding:0 8px}}@media (max-width: 374px){#header .searchform input{width:200px}}@media (max-width: 320px){#header .searchform input{width:190px}}#header .searchform select{padding:0 15px 0 15px;width:130px}#header .searchform select::-ms-expand{display:none}#header .searchform .selectric-cat{width:129px;text-align:left}#header .searchform .selectric{background:transparent;border-width:0}#header .searchform .selectric .label{padding:0 15px 0 15px;margin:0;font-weight:normal;font-size:inherit;border-radius:0;text-align:left;letter-spacing:0.005em;-webkit-user-select:none;-ms-user-select:none;user-select:none}#header .searchform .selectric .label:after{content:'\e81c';font-family:'porto';float:right;font-size:14px}#header .searchform .selectric-open{z-index:10000}#header .searchform .selectric-items{left:0px;max-width:250px}#header .searchform .selectric-items ul,#header .searchform .selectric-items li{line-height:18px;min-height:18px}#header .searchform .selectric-items li{border-width:0;padding:6px 8px}#header .searchform .selectric-items:focus{outline:none}#header .searchform input,#header .searchform select,#header .searchform .selectric{border-right:1px solid #ccc}#header .searchform .autocomplete-suggestions{width:auto !important;left:-1px;right:-1px;padding:15px;border-radius:0}#header .searchform .autocomplete-suggestion{padding:10px .5em;line-height:1.5em;min-height:0;*zoom:1;text-align:left}#header .searchform .autocomplete-suggestion:before,#header .searchform .autocomplete-suggestion:after{content:" ";display:table}#header .searchform .autocomplete-suggestion:after{clear:both}#header .searchform .autocomplete-suggestion .yith_wcas_result_image{float:left;margin-right:10px;margin-left:0}#header .searchform .autocomplete-suggestion .yith_wcas_result_content{margin:0}#header .searchform .autocomplete-suggestion span.yith_wcas_result_on_sale,#header .searchform .autocomplete-suggestion span.yith_wcas_result_featured{padding:3px 5px}#header .searchform .autocomplete-suggestion div.badges{left:auto;right:8px;line-height:1}#header .searchform .autocomplete-suggestion del{font-size:.8em}#header .searchform .autocomplete-suggestion ins{text-decoration:none}#header .searchform-popup{display:inline-block;position:relative;vertical-align:middle}#header .searchform-popup .search-toggle{cursor:pointer;display:none;text-align:center;position:relative}#header .searchform-popup .search-toggle:after{content:"";position:absolute;z-index:1000;display:none;left:50%;top:100%;margin-left:-11px;margin-top:-13px;width:22px;height:22px;border:11px solid transparent;border-bottom-color:inherit}#header .searchform-popup .search-toggle.opened:after{display:block}@media (max-width: 991px){#header .searchform-popup .search-toggle{display:block}}@media (max-width: 575px){#header .searchform-popup .searchform{border-width:3px;margin-top:6px}}@media (max-width: 991px){#header .header-left .searchform{left:-10px;right:auto}}@media (max-width: 767px){#header .header-right .searchform{left:auto;right:-22px}}@media (max-width: 575px){#header .header-right .searchform{right:-18px}}#header .separator{display:inline-block;height:1.2em;vertical-align:middle}#header .search-toggle .search-text{display:none;text-transform:uppercase;margin-left:5px}#header .header-contact{margin-top:5px;margin-bottom:5px;display:inline-block;vertical-align:middle;white-space:nowrap;font-size:.9em}#header .header-contact p{margin-bottom:0}#header .header-contact .gap{margin:0 12px}#header .header-contact i{display:inline-block;margin:0 5px}#header .header-contact .nav-top{font-size:1em}#header .nav-top{font-size:.9em}#header .nav-top li>a,#header .nav-top li>span{display:inline-block;padding:6px 10px}#header .nav-top li:first-child>a,#header .nav-top li:first-child>span{padding-left:0}#header .nav-top i{font-size:.8em;margin-right:6px;margin-left:0}#header .nav-top>.nav-item-anim-icon>a:hover i{animation:navItemArrow .6s linear infinite}#header .nav-top .nav-item-borders{border-right:1px solid rgba(0,0,0,0.06);padding-left:12px;padding-right:12px}#header .nav-top .nav-item-borders:last-child{border-right:none}#header .nav-top .nav-item-borders:first-child{padding-left:0}#header .nav-item-left-border,#header .nav-item-right-border{position:relative}#header .nav-item-left-border:before,#header .nav-item-right-border:after{content:'';position:absolute;top:50%;margin-top:-8px;width:1px;height:16px;background:rgba(0,0,0,0.05)}#header .nav-item-left-border{padding-left:10px;margin-left:10px}#header .nav-item-left-border:before{left:0}#header .nav-item-right-border{padding-right:10px;margin-right:10px}#header .nav-item-right-border:last-child{margin-right:0}#header .nav-item-right-border:after{right:0}#header .header-top .header-contact{margin-top:0;margin-bottom:0}#header .header-top .header-contact,#header .header-top .nav-top{font-size:1em}.header-top,.header-bottom,#mini-cart .cart-head,.main-menu-wrap .container,.autocomplete-suggestion{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#header .share-links{display:inline-block;vertical-align:middle;font-weight:400}#header .share-links>a{transition:.3s;box-shadow:0 1px 1px 0 rgba(0,0,0,0.2)}#header .header-top .share-links>a{box-shadow:none}#mini-cart{display:inline-block;position:relative;white-space:normal;vertical-align:middle}#mini-cart .cart-head{position:relative;cursor:pointer;min-width:40px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#mini-cart .cart-head:before{content:'';position:absolute;top:100%;height:15px;left:0;width:100%;z-index:1}#mini-cart .cart-icon{position:relative;line-height:0;font-weight:400;padding:5px 0;min-height:24px}#mini-cart .cart-icon:after{content:'';border-width:1px 1px 0 0;border-color:#f4f4f4;border-style:solid;background:#fff;width:14px;height:14px;position:absolute;top:calc(100% + 1px);left:50%;margin-left:-7px;transform:rotate(-45deg);z-index:1004;display:none;animation:arrowFadeInDown .2s ease-out}#mini-cart .minicart-icon{vertical-align:middle;display:inline-block;font-style:normal}#mini-cart .minicart-icon:before{margin:0}#mini-cart .cart-popup{position:absolute;width:300px;-webkit-backface-visibility:hidden;z-index:1003;top:100%;margin-top:8px;right:0;padding:0;box-shadow:0 5px 8px rgba(0,0,0,0.15);text-align:left;display:none;animation:menuFadeInDown .2s ease-out}@media (max-width: 767px){#mini-cart .cart-popup{width:290px}}#mini-cart .widget_shopping_cart_content{padding:10px 15px 5px;font-weight:700;font-size:.8125rem;line-height:1.5;border-radius:0}#mini-cart .widget_shopping_cart li.empty{text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:8px 0 0;font-weight:400}#mini-cart .widget_shopping_cart .buttons{padding:0 10px 10px}#mini-cart .widget_shopping_cart .total{padding:15px 10px 25px;text-align:left;text-transform:uppercase}#mini-cart .widget_shopping_cart .total .amount{float:right;font-size:15px;font-weight:700;color:inherit}#mini-cart .cart-loading{height:64px;width:100%;background:transparent url(https://premiumsound.co.uk/wp-content/themes/porto/css/../images/ajax-loader@2x.gif) no-repeat scroll center center/16px 16px;opacity:.6}#mini-cart .product-details{padding-top:0;position:static;max-width:calc( 100% - 80px )}#mini-cart .product-details a{overflow:visible;white-space:normal}#mini-cart .product-image{-ms-flex-order:2;order:2;margin-right:0;-webkit-flex:0 0 80px;-ms-flex:0 0 80px;flex:0 0 80px;width:80px}#mini-cart li:not(.empty){padding:15px 10px;border-bottom:1px solid #e7e7e7}#mini-cart .cart_list{min-height:45px;max-height:300px;margin:0}#mini-cart .cart_list.scroll-scrolly_visible li{padding-right:20px}#mini-cart .total-count{padding:12px 10px;border-bottom:solid 1px #e7e7e7}#mini-cart .total-count a{color:#474747}#mini-cart .total-count a:hover{text-decoration:underline}#mini-cart .quantity,#mini-cart .quantity .amount{font-weight:400;font-size:.8125rem}#mini-cart .buttons a{font-size:.75rem;letter-spacing:.025em;text-transform:uppercase;padding:.875rem 1.5rem;border-radius:2px;float:none;width:100%;font-weight:600;margin-bottom:10px}.sticky-header #mini-cart.minicart-arrow-alt{font-size:25px}#mini-cart.minicart-arrow-alt .cart-head:after{content:"\e81c";font-family:'porto';font-size:17px;margin-left:15px}#mini-cart.minicart-arrow-alt .cart-items-text{display:none;margin-left:4px}#mini-cart.simple .cart-items-text{display:none}#mini-cart.simple .cart-head{min-width:32px}#mini-cart .cart-subtotal{font-size:0.875rem;font-weight:600;text-align:left;line-height:1.2}#mini-cart.minicart-inline{margin:3px 0 3px 7px}#mini-cart.minicart-inline .cart-head{padding:0 10px;white-space:nowrap}.main-menu-wrap #mini-cart.minicart-inline{margin-top:3px;margin-left:5px}#mini-cart.minicart-inline .minicart-icon{font-size:25px}@media (min-width: 992px){#mini-cart.minicart-inline .minicart-icon,#mini-cart.minicart-inline .cart-items{display:none}#mini-cart.minicart-inline .cart-icon{position:static}}@media (max-width: 991px){#mini-cart.minicart-inline{margin-left:0}#mini-cart.minicart-inline .cart-subtotal{display:none}}#mini-cart.minicart-text .cart-price{display:block}#mini-cart.minicart-offcanvas .cart-icon:after{content:none}#mini-cart.minicart-offcanvas .cart-popup{position:fixed;top:0;height:100%;display:block;margin-top:0;animation:none}#mini-cart.minicart-offcanvas .cart_list{overflow:visible;max-height:none}#mini-cart.minicart-offcanvas .widget_shopping_cart li.empty{justify-content:flex-start}#mini-cart.minicart-offcanvas .widget_shopping_cart_content{padding:1.75rem 1.25rem .5rem}#mini-cart.minicart-offcanvas .widget_shopping_cart_content .buttons{padding-left:0;padding-right:0}#mini-cart.minicart-offcanvas .widget_shopping_cart_content .total{padding:1.5rem 0}#mini-cart.minicart-offcanvas .cart-loading{height:100%}#mini-cart.minicart-offcanvas .remove-product{top:10px;right:-8px}#mini-cart.minicart-offcanvas li:not(.empty){padding:1.25rem 0}#mini-cart.minicart-offcanvas .product-details a{font-weight:500}#mini-cart:not(.minicart-offcanvas) .buttons>a:first-child{display:none}#mini-cart.simple .cart-items{box-shadow:-1px 1px 2px 0 rgba(0,0,0,0.3)}#mini-cart .cart_list,.minicart-offcanvas .widget_shopping_cart_content{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}#mini-cart .cart_list::-webkit-scrollbar,.minicart-offcanvas .widget_shopping_cart_content::-webkit-scrollbar{width:6px}.minicart-offcanvas h3{font-size:1.25rem}.minicart-offcanvas .widget_shopping_cart_content{height:100%}.minicart-offcanvas .cart-popup{transform:translateX(105%);transition:transform .35s}.minicart-offcanvas.minicart-opened .cart-popup{transform:translateX(0)}.minicart-offcanvas .button{background:#e7e7e7;color:#222529}.minicart-offcanvas .button:hover,.minicart-offcanvas .button:focus{background:#f1f1f1;color:#222529}.minicart-overlay{position:fixed;z-index:1001;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,0.4);display:none}.minicart-overlay svg{position:absolute;top:1.25rem;right:320px;width:1.5rem;height:1.5rem;cursor:pointer}.minicart-opened .minicart-overlay{display:block}#mini-cart .remove-product,.wishlist_table .remove_from_wishlist.remove,.shop_table.cart-table a.remove.remove-product{z-index:3;text-align:center;font-size:11px;top:6px;right:2px;width:20px;height:20px;line-height:20px;background-color:#fff;color:#222529;border-radius:50%;box-shadow:0 2px 6px 0 rgba(0,0,0,0.4)}#mini-cart .cart-items,.my-wishlist .wishlist-count,header .compare-count,.gutenberg-hb .compare-count{position:absolute;right:-8px;top:-5px;font-size:10px;font-weight:600;text-align:center;width:16px;height:16px;line-height:16px;border-radius:8px;overflow:hidden;color:#fff;background-color:#ff5b5b}#mini-cart .cart-items.count-updating,.my-wishlist .wishlist-count.count-updating,header .compare-count.count-updating,.gutenberg-hb .compare-count.count-updating{animation:topDown .6s ease-in}#mini-cart .cart-items .items-loading,.my-wishlist .wishlist-count .items-loading,header .compare-count .items-loading,.gutenberg-hb .compare-count .items-loading{width:16px;height:16px;display:inline-block;background:transparent url(https://premiumsound.co.uk/wp-content/themes/porto/css/../images/ajax-loader@2x.gif) no-repeat scroll center center/16px 16px;margin-top:-4px;vertical-align:middle}#mini-cart .cart-items i,.my-wishlist .wishlist-count i,header .compare-count i,.gutenberg-hb .compare-count i{line-height:inherit}#mini-cart .cart-items{top:0}html.touch #mini-cart.open .cart-icon:after,html.touch #mini-cart.open .cart-popup,html.no-touch #mini-cart:hover .cart-icon:after,html.no-touch #mini-cart:hover .cart-popup,html:not(.touch):not(.no-touch) #mini-cart:hover .cart-icon:after,html:not(.touch):not(.no-touch) #mini-cart:hover .cart-popup{display:block}@media (max-width: 991px){#header.sticky-header .main-menu-wrap,.main-menu-wrap{display:none}}.main-menu-wrap .menu-center{-webkit-flex:1;-ms-flex:1;flex:1}.main-menu-wrap .menu-left,.main-menu-wrap .menu-right{display:none}.main-menu-wrap .menu-left{text-align:left}.main-menu-wrap .menu-right{padding-left:10px;text-align:right}.main-menu-wrap #mini-cart{position:relative}#header:not(.header-builder) .main-menu-wrap .searchform-popup{display:none}#header:not(.header-builder) .main-menu-wrap .search-toggle{display:block}#header:not(.header-builder) .main-menu-wrap .searchform{display:none;border-width:5px;position:absolute;left:auto;right:-22px;margin-top:6px;top:100%;z-index:1003;box-shadow:0 5px 8px rgba(0,0,0,0.15)}.sticky-header .main-menu-wrap .logo img{transform:scale(0.8);transform-origin:left center;transition:none !important}.sticky-header .main-menu-wrap .hide-sticky-content .menu-custom-content{display:none}.sticky-header .main-menu-wrap .menu-left{padding-right:25px}.sticky-header .main-menu-wrap .menu-left,.sticky-header .main-menu-wrap .menu-right{display:block;animation:menuFadeInDown .3s;min-width:75px;white-space:nowrap}#header.sticky-header .main-menu-wrap .searchform-popup{display:inline-block}.main-menu-wrap .mega-menu>li.menu-item>a{padding:10px 13px}#header .main-menu-wrap .main-menu .menu-custom-block{padding:0;margin:0}#header .main-menu-wrap .main-menu .menu-custom-block .tip{top:-5px}#header .main-menu{text-align:left;background:none}@media (max-width: 991px){#header .main-menu{display:none}}#header .main-menu>li.menu-item{margin:0 1px 0 0}#header .main-menu>li.menu-item:last-child{margin-right:0}@media (max-width: 991px){#header .porto-popup-menu.opened .main-menu{display:block}}#main-menu{position:relative}#main-menu.centered .menu-center{text-align:center}#main-menu.centered .mega-menu{text-align:center;margin-left:auto;margin-right:auto;display:inline-block;vertical-align:middle}#main-menu.centered .mega-menu>li.menu-item{margin:0 1px}#header .menu-custom-block{padding:10px 0 9px;line-height:22px;font-weight:600;font-size:.8571em}#header .menu-custom-block a,#header .menu-custom-block span{display:inline-block;padding:0 15px;position:relative;font-weight:700}#header .menu-custom-block i{text-align:center}#header .menu-custom-block i,#header .menu-custom-block .avatar{margin-right:5px}#header .menu-custom-block .avatar img{margin-top:-5px;margin-bottom:-4px}#header:not(.header-builder) .menu-custom-block{margin-left:-10px}@media (max-width: 991px){#header:not(.header-builder) .contact-gap,#header:not(.header-builder) .top-links{display:none}}@media (max-width: 767px){#header:not(.header-builder) .header-top,#header:not(.header-builder) .switcher-wrap,#header:not(.header-builder) .gap{display:none}}#main-toggle-menu{position:relative}@media (max-width: 991px){#main-toggle-menu{display:none}}#main-toggle-menu .menu-title{color:#fff;cursor:pointer;background:#303030;font-size:.8571em;font-weight:700;line-height:20px;padding:10px 15px;margin:0;text-transform:uppercase;position:relative;transition:.25s}#main-toggle-menu .menu-title:hover{background-color:#555}#main-toggle-menu .menu-title .toggle{display:inline-block;margin:0 5px 0 0;padding:0}#main-toggle-menu .menu-title .toggle:before{content:""}#main-toggle-menu .toggle-menu-wrap{display:none;position:absolute;left:0;top:100%;width:100%;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.2);z-index:1001}#main-toggle-menu .toggle-menu-wrap>ul{border-bottom:5px solid #303030}#main-toggle-menu.closed .toggle-menu-wrap{display:none}#main-toggle-menu.show-always .menu-title{background:#303030;cursor:default}#main-toggle-menu.show-always .toggle-menu-wrap{height:auto !important;display:block !important}#main-toggle-menu.show-hover .toggle-menu-wrap{animation:.3s linear menuFadeInDown}#main-toggle-menu.show-hover:hover .toggle-menu-wrap{display:block}#main-toggle-menu .sidebar-menu>li.menu-item:last-child:hover{border-radius:0}.right-sidebar #main-toggle-menu .sidebar-menu>li.menu-item:last-child:hover{border-radius:0}#header .mobile-toggle{cursor:pointer;padding:7px 13px;text-align:center;display:none;font-size:13px;vertical-align:middle;margin:8px 0 8px 1em;line-height:20px;border-radius:.25rem}#header .mobile-toggle:first-child{margin-left:0}@media (max-width: 991px){#header .mobile-toggle{display:inline-block}}#header.sticky-header .mobile-toggle{margin-top:0;margin-bottom:0}.header-extra-info{list-style:none;margin:0;*zoom:1}.header-extra-info:before,.header-extra-info:after{content:" ";display:table}.header-extra-info:after{clear:both}.header-extra-info li{text-align:left;float:left;margin-left:25px}#header.logo-overlay-header .overlay-logo{display:none}@media (min-width: 992px){#header.logo-overlay-header .overlay-logo{display:inline-block;position:absolute;top:0;z-index:1;opacity:1}#header.logo-overlay-header .overlay-logo-transition,#header.logo-overlay-header .logo-transition{transition:.3s}#header.logo-overlay-header .logo{opacity:0;-webkit-transform:translate3d(87px, 0, 0);transform:translate3d(87px, 0, 0)}#header.logo-overlay-header.sticky-header .overlay-logo{opacity:0;top:-90px;visibility:hidden}#header.logo-overlay-header.sticky-header .logo{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}#menu-main-menu #mini-cart{right:auto}#menu-main-menu #mini-cart.minicart-arrow-alt,#header.sticky-header #menu-main-menu #mini-cart.minicart-arrow-alt{margin:0 !important}#header .header-top .header-row,#header .header-main .header-row,#header .header-bottom .header-row{display:-webkit-flex;display:-ms-flexbox;display:flex}#header .header-top .header-row>div,#header .header-main .header-row>div{display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width: 991px){.header-builder .menu-custom-block{display:none}}.header-row{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.header-row>div{-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-height:100%;max-width:100%}.header-row .header-left,.header-row .header-right,.header-row .header-center,.header-row .header-col-wide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.header-row .header-left{margin-right:auto;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.header-row .header-center{margin:0 auto;padding-left:15px;padding-right:15px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header-row .header-center:only-child{flex:0 0 100%}.header-row .header-right{margin-left:auto;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.header-row .header-grow{-webkit-flex:1;-ms-flex:1;flex:1;-ms-flex-negative:1;-ms-flex-preferred-size:auto}.header-row .header-col-wide{-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.header-center .header-col-wide{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header-col>*:not(.header-col-wide),.header-col-wide>*:not(.header-col-wide){margin-left:.875rem}.header-col>*:not(.header-col-wide):first-child,.header-col-wide>*:not(.header-col-wide):first-child{margin-left:0}.header-has-center .header-row>div:not(.header-center){-webkit-flex:1;-ms-flex:1;flex:1}.header-side-nav #header .header-main .header-center,.header-side-nav .header-row .header-center{padding-left:0;padding-right:0}.header-side-nav .sidebar-menu{width:100%;margin-left:0}@media (min-width: 992px){.visible-for-sm{display:none !important}}@media (max-width: 991px){.header-has-center-sm .header-row>div:not(.header-center){-webkit-flex:1;-ms-flex:1;flex:1}.header-has-not-center-sm .header-row>div:not(.header-center){-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.hidden-for-sm{display:none !important}}.searchform{position:relative}.searchform .live-search-list{font-size:14px;position:absolute;top:100%;right:0;width:100%;min-width:200px;z-index:112}.searchform .live-search-list .autocomplete-suggestions{max-height:70vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.searchform .live-search-list .autocomplete-suggestion:hover{background-color:rgba(0,0,0,0.05)}.searchform .input-group-append i{line-height:1;padding:0.5rem 0.4rem}.autocomplete-suggestion{cursor:pointer;border-bottom:1px solid rgba(0,0,0,0.05);white-space:normal}.autocomplete-suggestion:last-child{border-bottom-color:transparent}.autocomplete-suggestion img{width:40px;height:40px;border-radius:20px;margin-right:10px}.autocomplete-suggestion img+.search-name{padding-left:0.5em}.autocomplete-suggestion .search-name{-webkit-flex:1;-ms-flex:1;flex:1}.autocomplete-suggestion .search-price{margin-left:5px;font-size:.8571em;text-align:right}#nav-panel{font-size:.9em;display:none;transition:transform .2s ease-in-out;padding-bottom:15px}.header-builder-p #nav-panel{padding-top:15px;flex:0 0 100%;max-width:100%}#nav-panel .mobile-nav-wrap{padding:0 !important}#nav-panel .mobile-nav-wrap::-webkit-scrollbar{width:5px}#nav-panel .mobile-nav-wrap::-webkit-scrollbar-thumb{border-radius:0px}#nav-panel>.container,#nav-panel>.container>div{display:block !important}#nav-panel .accordion-menu .arrow:before,#nav-panel .accordion-menu .open>.arrow:before{font-family:'porto';content:"\e81c"}#nav-panel .accordion-menu>li>a{text-transform:uppercase;font-weight:700}#nav-panel .accordion-menu li{padding-top:1px;padding-bottom:1px;border-bottom:1px solid #e8e8e8}#nav-panel .accordion-menu li>a{margin-top:0}#nav-panel .accordion-menu .sub-menu{margin-left:20px;padding-left:0}#nav-panel .menu-wrap:last-child .accordion-menu:last-child li:last-child,#nav-panel .accordion-menu li li:last-child{border-bottom:none}#nav-panel .welcome-msg{text-align:center;display:block;padding:15px 10px}#nav-panel .welcome-msg p{margin:5px 0}#nav-panel .welcome-msg .pull-left,#nav-panel .welcome-msg .pull-right{float:none !important}#nav-panel .accordion-menu{display:block;font-size:.8571em}#nav-panel .accordion-menu li.menu-item.active>a,#nav-panel .accordion-menu>li.menu-item.active>.arrow{color:#fff}#nav-panel .accordion-menu .arrow{background:none !important;right:5px;top:0;width:30px;height:35px;line-height:35px}#nav-panel .mobile-menu{font-size:1em}#nav-panel .switcher-wrap{margin:15px 0}#nav-panel .woocs-switcher li,#nav-panel .woocs-switcher li>h5{cursor:pointer !important}#nav-panel .menu-custom-block{margin:15px 0}#nav-panel .menu-custom-block a,#nav-panel .menu-custom-block span{display:block}#nav-panel .menu-custom-block a{padding:5px 6px;text-decoration:none}#nav-panel .share-links{font-size:1em;margin:15px 0;padding:0 5px;text-align:center}#nav-panel .mobile-nav-wrap{max-height:50vh;overflow-x:hidden;overflow-y:auto}#side-nav-panel{position:fixed;height:100%;width:260px;padding-top:27px;top:0;bottom:0;font-size:.9em;left:0;overflow-x:hidden;overflow-y:auto;z-index:9001;background-color:#1d1e20;color:#fff;-webkit-overflow-scrolling:touch;transform:translateX(-260px);transition:transform .3s}#side-nav-panel.panel-left{left:0;right:auto;transform:translateX(-260px)}#side-nav-panel.panel-right{right:0;left:auto;transform:translateX(260px)}#side-nav-panel .side-nav-panel-close{display:block;color:#fff;position:absolute;top:10px;right:14.5px;text-align:center;text-decoration:none;padding:4px 8px;line-height:1em}#side-nav-panel .accordion-menu>li.menu-item>a{text-transform:uppercase}#side-nav-panel .accordion-menu .arrow{font-family:'porto';font-size:15px}#side-nav-panel .accordion-menu .arrow:before{content:'\e81c'}#side-nav-panel .accordion-menu .open>.arrow:before{content:'\e81b'}#side-nav-panel .accordion-menu li:not(:last-child){border-bottom:1px solid #242527}.panel-overlay{opacity:0}.panel-overlay.active{background:#000;position:fixed;left:0;right:0;top:0;bottom:0;z-index:8999;min-height:100vh;opacity:.35;transition:opacity 0.2s}html.panel-opened body>*{z-index:0}html.panel-opened #side-nav-panel{transform:translateX(0)}#side-nav-panel .welcome-msg{text-align:center;display:block;margin:15px 0;padding:0 10px}#side-nav-panel .welcome-msg p{margin:5px 0}#side-nav-panel .welcome-msg .pull-left,#side-nav-panel .welcome-msg .pull-right{float:none !important}#side-nav-panel .accordion-menu{font-size:1em}#side-nav-panel .accordion-menu .arrow{right:5px}#side-nav-panel .mobile-menu{font-size:1em}#side-nav-panel .switcher-wrap{margin:15px 0;padding:0 10px}#side-nav-panel .woocs-switcher li,#side-nav-panel .woocs-switcher li>h5{cursor:pointer !important}#side-nav-panel .menu-wrap{margin:15px 0;padding:0 10px}#side-nav-panel .menu-custom-block{margin:15px 0;padding:0 10px}#side-nav-panel .menu-custom-block a,#side-nav-panel .menu-custom-block span{display:block}#side-nav-panel .menu-custom-block a,#side-nav-panel .menu-custom-block span{padding:5px 6px;text-decoration:none}#side-nav-panel .share-links{font-size:1em;margin:15px 0;padding:0 5px;text-align:center}#side-nav-panel .switcher-wrap ul{margin-left:0}@media (max-width: 991px){#nav-panel .mobile-menu .hidden-item,#side-nav-panel .mobile-menu .hidden-item{padding:0;border:none}#nav-panel .mobile-menu .hidden-item:last-child{margin-bottom:-2px}#side-nav-panel .mobile-menu .hidden-item:last-child{margin-bottom:-1px}}.page-top{background-color:#171717;padding:12px 0;position:relative;text-align:left}.page-top[data-plugin-parallax]{background-position:50% 50%}.page-top.wide .container{width:100%;max-width:none}.page-top .breadcrumbs-wrap{font-size:0.75rem}.page-top .breadcrumbs-prefix{margin-right:10px}.page-top ul.breadcrumb{border-radius:0;background:none;margin:0;padding:0}.page-top ul.breadcrumb>li{text-shadow:none;text-transform:uppercase}.page-top ul.breadcrumb>li a{display:inline-block;border-color:transparent;background:transparent}.page-top ul.breadcrumb>li+li:before{display:none}.page-top ul.breadcrumb li span{margin-left:5px}.page-top ul.breadcrumb li span:first-child{margin-left:0}.page-top .yoast-breadcrumbs{font-size:12px}.page-top .yoast-breadcrumbs a{margin-right:5px}.page-top .yoast-breadcrumbs span,.page-top .yoast-breadcrumbs .breadcrumb_last{margin-left:5px}.page-top .page-title{display:inline-block;font-size:2.2em;font-weight:400;margin:0;line-height:1.2;position:relative;letter-spacing:-.05em;text-transform:none;position:relative;z-index:2}@media (max-width: 767px){.page-top .page-title{font-size:2em}}.page-top .page-sub-title{font-size:1.2em;font-weight:300;line-height:1.5em;opacity:0.8}@media (max-width: 767px){.page-top .page-sub-title{font-size:1.2em}}.page-top .sort-source{position:absolute;bottom:0;*zoom:1}.page-top .sort-source:before,.page-top .sort-source:after{content:" ";display:table}.page-top .sort-source:after{clear:both}.page-top .sort-source>li{float:none;display:inline-block}.page-top .sort-source>li.active>a{background:transparent !important}@media (max-width: 767px){.page-top .sort-source{position:relative;text-align:right;left:0;right:0;z-index:1;padding-top:5px;padding-bottom:5px}}.page-top .hide-title .sort-source{bottom:-6px}body.single-product .entry-summary .page-top{position:absolute;top:0;right:0;width:65px;background:transparent !important;border:none !important}body.single-product .entry-summary .page-top .product-nav .product-link{color:#000000}.page-top ul.breadcrumb>li .delimiter,.page-header-8 .delimiter{display:block;float:right;margin:0 4px;width:20px;text-align:center;font-style:normal;font-size:12px}.page-top ul.breadcrumb>li .delimiter:before,.page-header-8 .delimiter:before{content:"/\00a0";position:relative;right:-2px}.page-top ul.breadcrumb>li .delimiter.delimiter-2,.page-header-8 .delimiter.delimiter-2{font-family:"Porto";font-weight:400}.page-top ul.breadcrumb>li .delimiter.delimiter-2:before,.page-header-8 .delimiter.delimiter-2:before{content:"\e81a";right:-1px}#breadcrumbs-boxed{position:relative;padding-left:0;padding-right:0;margin-left:auto;margin-right:auto}.mobile-sidebar .sidebar-toggle{display:none;cursor:pointer;width:40px;height:40px;position:absolute;right:-40px;top:20%;margin:auto;font-size:17px;line-height:38px;text-align:center;text-decoration:none;border:1px solid;border-left-width:0;transition:0.2s ease-in-out}.mobile-sidebar .sidebar-toggle i:before{content:""}.mobile-sidebar .sidebar-toggle:hover{box-shadow:1px 1px 3px rgba(0,0,0,0.15)}.sidebar-overlay{display:none}.sidebar-overlay.active{display:block;background:#000;position:fixed;left:0;right:0;top:0;bottom:0;z-index:8999;min-height:100vh;opacity:.35;transition:opacity 0.2s ease-in-out}@media (max-width: 991px){.mobile-sidebar{margin-top:0 !important;padding-left:0 !important;padding-right:0 !important;height:100%;width:260px;top:0;bottom:0;left:0;z-index:9000;transform:translateX(-100%);transition:transform 0.2s ease-in-out}.mobile-sidebar.sidebar{position:fixed;padding-top:0;padding-bottom:0}.mobile-sidebar .sidebar-toggle{display:block}.mobile-sidebar>[data-plugin-sticky]{height:100%}.mobile-sidebar .widget{margin-top:0}.mobile-sidebar .sidebar-content{display:block;overflow-x:hidden;overflow-y:scroll;height:100%;padding:20px;-webkit-overflow-scrolling:touch}html.sidebar-opened body>*{z-index:0}html.sidebar-opened .mobile-sidebar{z-index:9000;transition:transform 0.3s;transform:translateX(0)}html.sidebar-opened .mobile-sidebar .sidebar-toggle i:before{content:""}html.sidebar-opened .page-wrapper{left:260px;overflow:visible}}.section-title{font-size:1.1429em;line-height:1.4;font-weight:700;text-transform:uppercase;margin-bottom:1.25em;letter-spacing:normal}.section{margin-top:30px;margin-bottom:30px;padding:50px 0}.section.section-center{text-align:center}.section.section-text-light{color:#fff}.section.section-text-light h1,.section.section-text-light h2,.section.section-text-light h3,.section.section-text-light h4,.section.section-text-light h5,.section.section-text-light h6{color:#fff}.section.section-text-light p{color:#e6e6e6}.section.section-background{background-repeat:repeat;border:0}.section.section-overlay{position:relative}.section.section-overlay:before{content:"";display:block;background:url("https://premiumsound.co.uk/wp-content/themes/porto/css/../images/video-overlay.png") repeat scroll 0 0 transparent;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.section.section-video{background:none !important;border:0}.section.section-parallax{background-color:transparent;border:0}.section.section-with-divider{margin:56px 0 35px}.section.section-with-divider .section-divider{margin:-56px 0 44px}.section.section-with-divider-footer{margin:35px 0 56px;position:relative}.section.section-with-divider-footer .section-divider{margin:44px 0 -56px}.section.section-footer{margin-bottom:-50px}.section .porto-section:last-child>div>*:last-child{margin-bottom:0}.section.section-no-borders{border-width:0}.vc_row.section.section-with-divider .section-divider,.vc_column_container.section.section-with-divider .section-divider{position:absolute;left:0;width:100%;top:50px}.vc_row.section.section-with-divider-footer .section-divider,.vc_column_container.section.section-with-divider-footer .section-divider{position:absolute;left:0;width:100%;bottom:55px}@media (min-width: 768px){.vc_row-o-full-height>.container>.row,.vc_row-o-equal-height>.container>.row>.vc_column_container>.vc_column-inner{height:100%}}.vc_row-o-columns-middle>.container>.row{-ms-flex-align:center;align-items:center}.vc_column_container.section{margin:0;padding:50px 15px}.vc_row.section>.vc_column_container .wpb_wrapper>div:last-child,.vc_row.section>.porto-container>.vc_row>.vc_column_container .wpb_wrapper>div:last-child,.vc_column_container.section .wpb_wrapper>div:last-child{margin-bottom:0}.col-half-section{width:100%;min-height:1px;position:relative;float:left;margin-left:0;margin-right:0}.col-half-section.col-half-section-right{float:right;-ms-flex-item-align:end;align-self:flex-end}.porto-section{position:relative;padding-top:50px;padding-bottom:50px}.porto-section.vc_section{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.section-parallax>.parallax-background{z-index:0}.section-parallax>*{position:relative;z-index:1}.section-with-shape-divider{position:relative;overflow:hidden}.section-with-shape-divider .shape-divider{position:absolute;top:0;left:0;width:100%;height:80px;z-index:1}.section-with-shape-divider .shape-divider svg{position:absolute;width:100%;top:0;left:50%;height:100%;transform:translate3d(-50%, 0, 0)}.section-with-shape-divider .shape-divider.shape-divider-bottom{top:auto;bottom:0}.section-with-shape-divider .shape-divider.shape-divider-reverse-x{transform:rotateX(180deg)}.section-with-shape-divider .shape-divider.shape-divider-reverse-y{transform:rotateY(180deg)}.section-with-shape-divider .shape-divider.shape-divider-reverse-xy{transform:rotateY(180deg) rotateX(180deg)}@media (min-width: 1921px){.section-with-shape-divider .shape-divider svg{width:100%}}.slider-title,.section-title{font-size:1.1429em;line-height:1.4;letter-spacing:normal;font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:1.25rem;position:relative}.slider-title .line,.section-title .line{display:block;height:1px;position:relative;bottom:0.65em;width:0}@media (max-width: 575px){.slider-title .line,.section-title .line{display:none !important}}.master-slider{direction:ltr}.master-slider .ms-container .ms-nav-prev,.master-slider .ms-container .ms-nav-next,.master-slider .ms-container .ms-slide-vpbtn,.master-slider .ms-container .ms-video-btn{background:transparent;border-radius:0;font-family:'Font Awesome 5 Free';font-weight:900;font-size:2.8571em;text-align:center;line-height:1;margin-top:-25px;width:50px;height:50px}.master-slider .ms-container .ms-nav-prev:before,.master-slider .ms-container .ms-nav-next:before,.master-slider .ms-container .ms-slide-vpbtn:before,.master-slider .ms-container .ms-video-btn:before{text-shadow:0 0 3px #fff;font-size:1.5em;line-height:50px;display:block}.master-slider .ms-container .ms-nav-prev{left:0}.master-slider .ms-container .ms-nav-prev:before{content:""}.master-slider .ms-container .ms-nav-next{right:0}.master-slider .ms-container .ms-nav-next:before{content:""}.master-slider .ms-container .ms-slide-vpbtn:before,.master-slider .ms-container .ms-video-btn:before{content:"";font-size:1.1em;text-shadow:none}.master-slider .ms-container .ms-bullet{background-image:none;width:10px;height:10px;border-radius:20px;margin:5px 7px !important;opacity:.5}.master-slider .ms-container .ms-bullet-selected{opacity:1}.master-slider .ms-slide{overflow:hidden}#content .master-slider,#content-inner-top .master-slider,#content-inner-bottom .master-slider{overflow:hidden}#content .master-slider .ms-slide .ms-slide-bgcont,#content .master-slider .ms-slide .ms-slide-bgvideocont,#content-inner-top .master-slider .ms-slide .ms-slide-bgcont,#content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont,#content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont,#content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont{overflow:hidden}#content .rev_slider_wrapper,#content-inner-top .rev_slider_wrapper,#content-inner-bottom .rev_slider_wrapper{overflow:hidden}#content .rev_slider_wrapper li.tp-revslider-slidesli,#content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli,#content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli{overflow:hidden}body.wide #content .master-slider,.column1.wide #content .master-slider,body.wide #content-inner-top .master-slider,.column1.wide #content-inner-top .master-slider,body.wide #content-inner-bottom .master-slider,.column1.wide #content-inner-bottom .master-slider{border-radius:0}body.wide #content .master-slider .ms-slide .ms-slide-bgcont,body.wide #content .master-slider .ms-slide .ms-slide-bgvideocont,.column1.wide #content .master-slider .ms-slide .ms-slide-bgcont,.column1.wide #content .master-slider .ms-slide .ms-slide-bgvideocont,body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont,body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont,.column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont,.column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont,body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont,body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont,.column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont,.column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont{border-radius:0}body.wide #content .rev_slider_wrapper,.column1.wide #content .rev_slider_wrapper,body.wide #content-inner-top .rev_slider_wrapper,.column1.wide #content-inner-top .rev_slider_wrapper,body.wide #content-inner-bottom .rev_slider_wrapper,.column1.wide #content-inner-bottom .rev_slider_wrapper{border-radius:0}body.wide #content .rev_slider_wrapper li.tp-revslider-slidesli,.column1.wide #content .rev_slider_wrapper li.tp-revslider-slidesli,body.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli,.column1.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli,body.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli,.column1.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli{border-radius:0}#main.wide #content .master-slider,#main.wide #content-inner-top .master-slider,#main.wide #content-inner-bottom .master-slider{border-radius:0;overflow:visible}#main.wide #content .master-slider .ms-slide .ms-slide-bgcont,#main.wide #content .master-slider .ms-slide .ms-slide-bgvideocont,#main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont,#main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont,#main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont,#main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont{border-radius:0;overflow:visible}#main.wide #content .rev_slider_wrapper,#main.wide #content-inner-top .rev_slider_wrapper,#main.wide #content-inner-bottom .rev_slider_wrapper{border-radius:0}#main.wide #content .rev_slider_wrapper li.tp-revslider-slidesli,#main.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli,#main.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli{border-radius:0;overflow:visible}.rev_slider_wrapper{z-index:0;line-height:1.4285}.tparrows.tparrows-carousel{display:inline-block;position:absolute;width:30px;height:auto;padding:20px 0}.tparrows.tparrows-carousel.tp-leftarrow{left:-30px !important;right:auto !important;border-radius:0 4px 4px 0}.tparrows.tparrows-carousel.tp-leftarrow:before{content:"\f053";position:relative;left:-1px;top:1px}.tparrows.tparrows-carousel.tp-rightarrow{right:-60px !important;left:auto !important;border-radius:4px 0 0 4px}.tparrows.tparrows-carousel.tp-rightarrow:before{content:"\f054";position:relative;left:2px;top:1px}.tp-visible{opacity:1 !important;visibility:visible !important}.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{border:none !important}.tp-caption.coverscreenvideo,.caption.fullscreenvideo,.tp-caption.fullscreenvideo{left:0;right:auto}.hesperiden .tp-tab-content{padding:15px 15px 15px 85px}.hesperiden .tp-tab-image{float:left}.hesperiden .tp-tab-title{text-align:left}body.boxed #revolutionSliderCarouselContainer,#main.main-boxed #revolutionSliderCarouselContainer,.mfp-content .ajax-container #revolutionSliderCarouselContainer{width:auto;margin-left:-25px;margin-right:-25px}@media (max-width: 767px){body.boxed #revolutionSliderCarouselContainer,#main.main-boxed #revolutionSliderCarouselContainer,.mfp-content .ajax-container #revolutionSliderCarouselContainer{margin-left:-12px;margin-right:-12px}}.rev_slider_wrapper #revolutionSliderCarousel{border-radius:0}.rev_slider_wrapper #revolutionSliderCarousel li.tp-revslider-slidesli{border-radius:0;overflow:visible}#revolutionSliderCarousel ul{list-style:none;padding:0;text-align:center}.slider-scroll-button{position:relative;width:57px;height:57px;border-radius:100%;display:inline-block}.slider-scroll-button:before{content:'';position:absolute;top:50%;left:49%;width:23px;height:34px;border:1px solid;border-radius:15px;transform:translate3d(-50%, -50%, 0)}.slider-scroll-button:after{content:'';width:6px;height:10px;border-radius:10px;border:1px solid;position:absolute;top:19px;left:49%;transform:translate3d(-50%, 0, 0);animation:sliderScrollButton 2s ease infinite}.page-content>*.alignwide{margin-left:auto;margin-right:auto;clear:both}@media only screen and (min-width: 768px){.page-content>*.alignwide{width:100%;max-width:100%}}.page-content>*.alignfull{position:relative;max-width:none}.wp-block-categories-list,.wp-block-categories-list ul,.wp-block-archives-list,.wp-block-archives-list ul,.wp-block-latest-posts,.wp-block-latest-posts ul{list-style:none;padding-left:0}.wp-block-categories-list li>ul,.wp-block-archives-list li>ul,.wp-block-latest-posts li>ul{margin-top:8px;margin-bottom:-8px;margin-left:-5px}.wp-block-categories-list a,.wp-block-archives-list a,.wp-block-latest-posts a{text-decoration:none}.wp-block-quote:not(.is-large):not(.is-style-large){border-left:5px solid #eee;margin:0 0 1rem 0;padding:0.5rem 1rem}.wp-block-pullquote{padding:0;border:none}.wp-block-pullquote blockquote{padding:2em;text-align:left}.wp-block-pullquote blockquote cite{color:#666}.porto-heading>a{color:inherit}.banner-container{position:relative;z-index:0}.banner-container .banner-fixed{position:fixed;top:0}.banner-container .master-slider{max-width:100%;overflow:hidden}.banner-container .ms-thumb-list{padding-bottom:6px}.banner-container .ms-thumb-frame{opacity:1;border:3px solid rgba(0,0,0,0.25);box-shadow:5px 5px 10px 0 rgba(0,0,0,0.25) inset;transition:0.3s ease-out}.banner-container .ms-thumb-frame:hover,.banner-container .ms-thumb-frame-selected{border-color:#fff}.side-nav .banner-container{margin-top:-1px}.side-nav .banner-container .master-slider{max-width:none}#banner-wrapper.banner-wrapper-boxed{padding-left:0;padding-right:0;overflow:hidden;margin-left:auto;margin-right:auto}body .ads-container{color:#777;background:#fbfbfb;border:1px solid #e1e1e1;margin:20px 0 0}body .ads-container .left-icon.porto-sicon-box{display:block;text-align:center;margin:0 !important;padding:20px 0}body .ads-container .left-icon .porto-sicon-left{display:inline-block}body .ads-container .left-icon .porto-icon.none,body .ads-container .left-icon .porto-sicon-img.none{text-align:right}@media (max-width: 991px){body .ads-container .left-icon .porto-icon.none,body .ads-container .left-icon .porto-sicon-img.none{text-align:center}}body .ads-container .left-icon .porto-sicon-body{display:inline-block;text-align:left}@media (max-width: 991px){body .ads-container .left-icon .porto-sicon-body{min-width:215px}}body .ads-container .left-icon .porto-sicon-left .porto-icon,body .ads-container .left-icon .porto-sicon-left .porto-sicon-img{margin:0 10px 0 0}body .ads-container .left-icon .porto-sicon-header,body .ads-container .left-icon .porto-sicon-description{float:none;width:auto}body .ads-container .left-icon h3.porto-sicon-title{line-height:1.1}body .ads-container .left-icon .porto-sicon-description{margin-top:3px;line-height:1.2}body .ads-container .vc_column_container{border-left:1px solid #e1e1e1}body .ads-container .vc_column_container:first-child{border-left-width:0}@media (max-width: 991px){body .ads-container .vc_column_container{float:none;width:100%;border-left-width:0}}body .ads-container-full{border-left-width:0;border-right-width:0;margin-top:0}body .menu-ads-container{color:#777;margin-top:0}body .menu-ads-container .vc_column_container:first-child{border-left-width:0}body .ads-container-light{color:#777;background:#ffffff;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;margin-top:20px;margin-bottom:0}body .ads-container-light .left-icon.porto-sicon-box{display:block;text-align:center;margin:0 !important;padding:20px 0}body .ads-container-light .left-icon .porto-sicon-left{display:inline-block}body .ads-container-light .left-icon .porto-icon.none,body .ads-container-light .left-icon .porto-sicon-img.none{text-align:right}@media (max-width: 991px){body .ads-container-light .left-icon .porto-icon.none,body .ads-container-light .left-icon .porto-sicon-img.none{text-align:center}}body .ads-container-light .left-icon .porto-sicon-body{display:inline-block;text-align:left}@media (max-width: 991px){body .ads-container-light .left-icon .porto-sicon-body{min-width:215px}}body .ads-container-light .left-icon .porto-sicon-left .porto-icon,body .ads-container-light .left-icon .porto-sicon-left .porto-sicon-img{margin:0 10px 0 0}body .ads-container-light .left-icon .porto-sicon-header,body .ads-container-light .left-icon .porto-sicon-description{float:none;width:auto}body .ads-container-light .left-icon h3.porto-sicon-title{line-height:1.1}body .ads-container-light .left-icon .porto-sicon-description{margin-top:3px;line-height:1.2}body .ads-container-light .vc_column_container{border-left:1px solid #f5f5f5}body .ads-container-light .vc_column_container:first-child{border-left-width:0}@media (max-width: 991px){body .ads-container-light .vc_column_container{float:none;width:100%;border-left-width:0}}body .ads-container-blue{color:#fff;background:#08c;border:1px solid #08c;padding:10px 0}body .ads-container-blue .left-icon.porto-sicon-box{display:block;text-align:center;margin:0 !important;padding:20px 0}body .ads-container-blue .left-icon .porto-sicon-left{display:inline-block}body .ads-container-blue .left-icon .porto-icon.none,body .ads-container-blue .left-icon .porto-sicon-img.none{text-align:right}@media (max-width: 991px){body .ads-container-blue .left-icon .porto-icon.none,body .ads-container-blue .left-icon .porto-sicon-img.none{text-align:center}}body .ads-container-blue .left-icon .porto-sicon-body{display:inline-block;text-align:left}@media (max-width: 991px){body .ads-container-blue .left-icon .porto-sicon-body{min-width:215px}}body .ads-container-blue .left-icon .porto-sicon-left .porto-icon,body .ads-container-blue .left-icon .porto-sicon-left .porto-sicon-img{margin:0 10px 0 0}body .ads-container-blue .left-icon .porto-sicon-header,body .ads-container-blue .left-icon .porto-sicon-description{float:none;width:auto}body .ads-container-blue .left-icon h3.porto-sicon-title{line-height:1.1}body .ads-container-blue .left-icon .porto-sicon-description{margin-top:3px;line-height:1.2}body .ads-container-blue .vc_column_container{border-left:1px solid #149ce0}body .ads-container-blue .vc_column_container:first-child{border-left-width:0}@media (max-width: 991px){body .ads-container-blue .vc_column_container{float:none;width:100%;border-left-width:0}}body .banner-container strong{font-weight:600}body .banner-container small{font-size:11px;display:block}body .banner-container .porto-ibanner-title{line-height:1;text-align:left}body .banner-title-bottom .porto-ibanner-title{left:0}body .banner-title-top .porto-ibanner-title{top:0;left:0}body .banner-title-top .porto-ibanner-title small{font-size:8px}.home-intro{background:#171717;overflow:hidden;position:relative;padding:35px 0;text-align:left}.home-intro p{color:#999;display:inline-block;font-size:1.12em;font-weight:300;max-width:800px}.home-intro p strong{color:#fff;display:block;font-size:1.25em;font-weight:600;padding-bottom:7px}.home-intro p em{font-size:1.6em;font-style:normal;font-weight:500}.home-intro .get-started{margin-top:5px;margin-bottom:5px;position:relative;text-align:right}@media (max-width: 767px){.home-intro .get-started{text-align:left;margin-top:30px}}.home-intro .get-started .btn{position:relative}.home-intro .get-started .btn i{font-size:1.1em;font-weight:normal;margin-left:5px}.home-intro .get-started a{color:#FFF}.home-intro .get-started p{font-size:1em;padding:0}.home-intro .learn-more{display:inline-block;white-space:nowrap;vertical-align:middle;margin-left:15px}.home-intro.light{background-color:#e2e2e2}.home-intro.light.secondary{background-color:#E0E1E4}.home-intro .btn{padding:1.15em 1.8em;font-size:1em}@keyframes pencilAnimation{from{width:0}to{width:74px}}.highlighted-word{position:relative}.highlighted-word.highlighted-word-animation-1:after{content:'';position:absolute;right:calc(100% - 74px);bottom:-6px;background:url(https://premiumsound.co.uk/wp-content/themes/porto/css/../images/pencil-blue-line.png);width:0;height:15px;animation:pencilAnimation .5s ease 2s;animation-fill-mode:forwards;overflow:hidden;transform:rotate(180deg)}.highlighted-word.highlighted-word-animation-1.light:after{filter:brightness(0) invert(1)}.page-not-found{margin:50px 0}.page-not-found h2{font-size:140px;font-weight:600;letter-spacing:-10px;line-height:140px}.page-not-found p{font-size:1.4em;line-height:36px}@media (max-width: 575px){.page-not-found{margin:0}.page-not-found h2{font-size:100px;letter-spacing:0;line-height:100px}}input.wpcf7-not-valid,textarea.wpcf7-not-valid,select.wpcf7-not-valid{border-color:#a94442;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}span.wpcf7-not-valid-tip{color:#c10000;margin-top:3px;padding:0;font-size:.9em}div.wpcf7-response-output{padding:15px;margin:0 0 20px;border:1px solid transparent}div.wpcf7-response-output h4{margin-top:0;color:inherit}div.wpcf7-response-output .alert-link{font-weight:700}div.wpcf7-response-output>p,div.wpcf7-response-output>ul{margin-bottom:0}div.wpcf7-response-output>p+p{margin-top:5px}div.wpcf7-validation-ok{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}div.wpcf7-validation-errors{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}span.wpcf7-list-item{margin-left:0;margin-right:1em}.wpcf7-captchac{margin-top:5px}.footer-wrapper.wide .container{width:100%;max-width:none}.footer-top .widget:last-child{margin-bottom:0}#footer{font-size:.9em;padding:0;position:relative;clear:both}#footer a:not(.btn){transition:.1s ease-in-out}#footer a:not(.btn):hover{text-decoration:none}#footer p{font-size:1em}#footer form{opacity:.85}#footer ul.list li{margin-bottom:5px}#footer .footer-ribbon{position:absolute;top:0;margin:-16px 0 0;padding:10px 20px 6px;color:#fff;font-size:1.6em;z-index:101}#footer .footer-ribbon:before{content:"";height:0;position:absolute;top:0;width:7px;right:100%;border-right:10px solid #646464;border-top:16px solid transparent}#footer .footer-main>.container{padding-top:5rem;padding-bottom:2.4rem}#footer .container{position:relative}#footer .container input:focus{box-shadow:none}#footer .logo{display:inline-block}@media (max-width: 991px){#footer .logo{display:block;margin-bottom:15px;margin-right:0}}#footer .logo img{display:inline-block;max-width:80px}#footer .footer-bottom{padding:15px 0;font-size:0.9em}#footer .footer-bottom .container{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;justify-content:space-between}@media (max-width: 991px){#footer .footer-bottom .container{display:block}}#footer .footer-bottom .container>div{-webkit-flex:1;flex:1}@media (max-width: 991px){#footer .footer-bottom .container>div{padding:10px 0;text-align:left}}#footer .footer-bottom .footer-left{padding:10px 8px 10px 0;text-align:left}#footer .footer-bottom .footer-center{padding:10px 8px;text-align:center}#footer .footer-bottom .footer-right{padding:10px 0 10px 8px;text-align:right}#footer .widget-title{margin-bottom:15px;font-size:1em}#footer .widget-title,#footer .widget-title a{font-weight:600}#footer .widget-title img{margin-right:3px;margin-top:-2px}#footer .thumbnail,#footer .img-thumbnail{padding:0;border-width:0;background:transparent}#footer .widget p{font-size:1em}#footer .widget>div>ul,#footer .widget>ul{font-size:1em}#footer .widget .tagcloud a{background:#000;color:#fff;padding:0.5rem 0.8em;border-radius:.25rem}#footer .widget p{margin-top:-3px;margin-bottom:13px}#footer .widget.contact-info .contact-details strong{font-weight:400}#footer .footer-bottom .widget{display:inline-block;margin:0}@media (max-width: 991px){#footer .footer-bottom .widget{display:block;margin-top:5px}}#footer .footer-bottom .widget>div>ul,#footer .footer-bottom .widget>ul{border-width:0}#footer .footer-bottom .widget>div>ul li,#footer .footer-bottom .widget>ul li{border-width:0}#footer .footer-bottom .widget_nav_menu ul{margin:0}#footer .footer-bottom .widget_nav_menu ul li{display:inline-block;padding:0 8px}#footer .footer-bottom .widget_nav_menu ul li:last-child{padding-right:0}#footer .footer-bottom .widget_nav_menu ul li:before{margin-left:0;border:none;width:auto;height:auto}#footer .footer-bottom .widget_nav_menu a:hover{text-decoration:none}@media (max-width: 991px){#footer .footer-bottom .footer-left .widget{margin-right:0}}@media (max-width: 991px){#footer .footer-bottom .footer-right .widget{margin-left:0}}#footer .footer-bottom .tooltip{display:none !important}.footer-wrapper.simple #footer,.footer-wrapper.fixed #footer{padding-top:0;background:none}.footer-wrapper.simple #footer .footer-bottom,.footer-wrapper.fixed #footer .footer-bottom{padding:0}.footer-wrapper.simple #footer .footer-bottom .logo,.footer-wrapper.fixed #footer .footer-bottom .logo{display:none}@media (max-width: 991px){.footer-wrapper.simple #footer .footer-bottom .footer-center,.footer-wrapper.fixed #footer .footer-bottom .footer-center{display:none}}@media (max-width: 575px){.footer-wrapper.simple #footer .footer-bottom .footer-right,.footer-wrapper.fixed #footer .footer-bottom .footer-right{display:none}.footer-wrapper.simple #footer .footer-bottom .footer-left,.footer-wrapper.fixed #footer .footer-bottom .footer-left{text-align:center}}.footer-wrapper .post-item-small h5{font-size:inherit}#footer-boxed{padding-left:0;padding-right:0;margin-top:15px;margin-left:auto;margin-right:auto}#footer a:not(.btn).link-hover-style-1{position:relative;left:0;transition:left .1s ease-in-out}#footer a:not(.btn).link-hover-style-1:hover{left:3px}.footer-reveal,.footer-wrapper.fixed{position:fixed;bottom:0;left:0;width:100%;z-index:10}.footer-reveal{z-index:-10}body.wide .container:not(.inner-container){width:100%;max-width:100%}.container:before,.container:after,.container-fluid:before,.container-fluid:after{content:none}.porto-wrap-container .container{width:100%;padding-left:0;padding-right:0}.page-wrapper{position:relative;left:0}@media (max-width: 767px){.page-wrapper{overflow:hidden}}@media (max-width: 991px){.container{max-width:none}}@media (min-width: 992px){body:not(.boxed) .side-nav .vc_row[data-vc-stretch-content]{padding-left:0 !important;padding-right:0 !important;left:0 !important;right:0 !important}}.header-wrapper{position:relative}.column2-left-sidebar .main-content,.column2-left-sidebar .main-content,.column3 .main-content{-webkit-order:2;order:2;-ms-flex-order:2}@media (max-width: 991px){.column2-left-sidebar .main-content,.column2-left-sidebar .main-content,.column3 .main-content{-webkit-order:0;order:0;-ms-flex-order:0}}.column3 .right-sidebar{-webkit-order:3;order:3;-ms-flex-order:3}.left-sidebar,.right-sidebar{position:relative}#main{position:relative;margin-left:auto;margin-right:auto}body.wide #main{max-width:100%}#main.boxed .porto-container{padding-left:0;padding-right:0;width:100%}#main.wide.column1 .main-content{padding-top:0;padding-bottom:0}.main-content{padding-top:35px;padding-bottom:40px}.no-breadcrumbs .main-content{padding-top:20px}.left-sidebar,.right-sidebar{padding-top:35px;padding-bottom:40px}.no-breadcrumbs .left-sidebar,.no-breadcrumbs .right-sidebar{padding-top:20px}@media (max-width: 991px){.left-sidebar,.no-breadcrumbs .left-sidebar,.right-sidebar:not(.col-md-4),.no-breadcrumbs .right-sidebar:not(.col-md-4){padding-top:0;margin-top:-20px}}@media (max-width: 767px){.right-sidebar.col-md-4,.no-breadcrumbs .right-sidebar.col-md-4{padding-top:0;margin-top:-20px}}.content-bottom-wrapper{padding-bottom:20px}#content-top,#content-bottom{overflow:hidden}body.modal-open{padding-right:0 !important;padding-left:0 !important}.clearfix{overflow:visible}.page-wrapper.coming-soon #header .header-top{display:block}.page-wrapper.coming-soon #header .header-top .container{min-height:50px}.page-wrapper.coming-soon #header .header-top .header-contact{display:block}@media (max-width: 767px){.page-wrapper.coming-soon #header .header-top .header-right{display:none}}.page-wrapper.coming-soon #footer .footer-bottom{background:transparent}body.boxed{padding:25px 0}@media (max-width: 767px){body.boxed{padding:0}}body.boxed #header{border-top-width:0}body.boxed .banner-container{overflow:hidden}body.boxed .page-wrapper{border-top:5px solid #ccc;margin:0 auto;box-shadow:0 0 4px rgba(0,0,0,0.15)}@media (max-width: 767px){body.boxed .page-wrapper{width:100% !important;border-width:0;border-radius:0;overflow:hidden}}body.boxed .vc_row[data-vc-stretch-content],#main.main-boxed .vc_row[data-vc-stretch-content]{margin-left:0;margin-right:0}@media (min-width: 768px){body.boxed .vc_row[data-vc-stretch-content],#main.main-boxed .vc_row[data-vc-stretch-content]{left:auto !important}}@media (max-width: 767px){body.boxed .vc_row[data-vc-stretch-content],#main.main-boxed .vc_row[data-vc-stretch-content]{padding-left:0 !important;padding-right:0 !important}}#main.main-boxed .container .container{width:100%}#main.main-boxed.wide .porto-container.container{margin-left:0;margin-right:0}@media (min-width: 768px){body.boxed #main.wide .vc_row[data-vc-stretch-content]{padding-left:0 !important;padding-right:0 !important}}body.boxed #main.wide .container .vc_row .vc_row{padding-left:0;padding-right:0}body.boxed #main.wide .porto-wrap-container{max-width:none;margin:0;padding:0}body.boxed #header.sticky-header .header-main.sticky,body.boxed #header.sticky-header .main-menu-wrap{margin-left:auto;margin-right:auto}body.boxed .fixed-header #header,body.boxed .footer-wrapper.fixed{position:absolute}@keyframes tooltip-animation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes tooltip-color{0%{color:#fff}50%{color:#333}100%{color:#fff}}@keyframes tooltip-color-white{0%{color:#444}50%{color:#fff}100%{color:#444}}#header .porto-tooltip,#footer .porto-tooltip{position:absolute !important;right:0;top:5px;width:20px}@media (max-width: 575px){#header .porto-tooltip,#footer .porto-tooltip{display:none !important}}#header .tooltip-icon,#footer .tooltip-icon{cursor:pointer;border:1px solid #000;color:#000;border-radius:50%;display:block;width:20px;height:20px;text-align:center;line-height:20px;font-size:10px;position:relative;right:5px;transition:all 0.2s ease-in-out;animation:tooltip-animation 1s ease-in infinite}#header .tooltip-popup,#footer .tooltip-popup{display:none;position:absolute;right:0;text-align:left;top:-2px;width:300px;background-color:#111;box-shadow:0 0 8px rgba(255,255,255,0.5);padding:20px;border-radius:10px;font-size:12px;line-height:1.4;color:#fff;z-index:2000}#header .tooltip-popup h4,#footer .tooltip-popup h4{font-size:16px;color:#fff}#header .tooltip-popup p,#footer .tooltip-popup p{margin-bottom:10px;color:#fff}#header .tooltip-popup em,#footer .tooltip-popup em{font-size:10px}#header .tooltip-close,#footer .tooltip-close{cursor:pointer;position:absolute;right:10px;top:10px;color:#fff}#header .porto-tooltip{z-index:1000}#footer .porto-tooltip{top:30px;right:15px}@media (min-width: 992px){.header-wrapper.header-side-nav #header .tooltip-popup{left:-5px;right:auto}}

.porto-sicon-description p,.porto-sicon-description div,.info-circle-text p,.info-circle-text div,.timeline-header > div p,.timeline-header > div div,.porto-u-list-desc p,.porto-u-list-desc div,.porto-btn-text,span.middle-text p,span.middle-text div{font-family:inherit;font-weight:inherit;font-size:inherit;font-style:inherit;line-height:inherit;color:inherit}.porto-btn-ctn-center,.porto-btn-ctn-left,.porto-btn-ctn-right,.porto-map-wrapper.porto-adjust-bottom-margin,.info-wrapper.porto-adjust-bottom-margin,.porto-u-list-icon-wrapper.porto-adjust-bottom-margin{margin-bottom:35px}#banner-wrapper .porto-block,#content-top .porto-block,#content-bottom .porto-block{overflow:hidden}.porto-portfolio{position:relative}.call-to-action-in-footer{position:relative;padding:60px 0}.call-to-action-in-footer .vc_cta3-container{margin-bottom:0}.call-to-action-in-footer:before{content:"";display:block;position:absolute;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #fff;height:20px;width:20px;top:-5px;left:50%;margin-left:-20px}.porto-modal-trigger{cursor:pointer}[data-plugin-animated-letters]{opacity:0;visibility:hidden}[data-plugin-animated-letters].initialized{opacity:1;visibility:visible}@keyframes typeWriterFlash{from{opacity:0}to{opacity:1}}.letters-wrapper + .typeWriter:last-child{position:relative;padding-right:4px}.letters-wrapper + .typeWriter:last-child:after{content:'';position:absolute;top:0;right:0;height:100%;width:2px;background:#212121;animation-name:typeWriterFlash;animation-iteration-count:infinite;animation-duration:600ms}.vc_row.wpb_row{margin-bottom:0}.vc_row.wpb_row.vc_row-no-padding > .vc_column_container{padding-left:0;padding-right:0}.vc_row.section-with-divider{overflow:visible}.vc_row:not(.row){margin-left:0;margin-right:0}body .row.vc_column-gap-1{margin-left:-0.5px;margin-right:-0.5px}body .row.vc_column-gap-1 > .vc_column_container{padding:0.5px}body .row.vc_column-gap-2{margin-left:-1px;margin-right:-1px}body .row.vc_column-gap-2 > .vc_column_container{padding:1px}body .row.vc_column-gap-3{margin-left:-1.5px;margin-right:-1.5px}body .row.vc_column-gap-3 > .vc_column_container{padding:1.5px}body .row.vc_column-gap-4{margin-left:-2px;margin-right:-2px}body .row.vc_column-gap-4 > .vc_column_container{padding:2px}body .row.vc_column-gap-5{margin-left:-2.5px;margin-right:-2.5px}body .row.vc_column-gap-5 > .vc_column_container{padding:2.5px}body .row.vc_column-gap-10{margin-left:-5px;margin-right:-5px}body .row.vc_column-gap-10 > .vc_column_container{padding:5px}body .row.vc_column-gap-15{margin-left:-7.5px;margin-right:-7.5px}body .row.vc_column-gap-15 > .vc_column_container{padding:7.5px}body .row.vc_column-gap-20{margin-left:-10px;margin-right:-10px}body .row.vc_column-gap-20 > .vc_column_container{padding:10px}body .row.vc_column-gap-25{margin-left:-12.5px;margin-right:-12.5px}body .row.vc_column-gap-25 > .vc_column_container{padding:12.5px}body .row.vc_column-gap-30{margin-left:-15px;margin-right:-15px}body .row.vc_column-gap-30 > .vc_column_container{padding:15px}body .row.vc_column-gap-35{margin-left:-17.5px;margin-right:-17.5px}body .row.vc_column-gap-35 > .vc_column_container{padding:17.5px}.vc_row .vc_column_container > .wpb_wrapper.vc_column-inner{padding:0}body .wpb_alert{padding:15px}body .wpb_alert .messagebox_text{background-image:none;padding-left:0}body .vc_message_box-icon > *{transform:translate(-50%, -50%)}.vc_message_box .alert-link{font-weight:bold}body .wpb_gallery .wpb_flexslider .flex-control-nav{bottom:-50px}.wpb_content_element.wpb_flickr_widget{margin-bottom:15px}.upb_row_bg{min-height:0 !important}.video-cover .upb_video-bg{left:0 !important}.video-cover .upb_video-src{position:absolute;left:49% !important;top:49% !important;transform:translate(-49%, -50%)}.upb_bg_overlay,.upb_bg_overlay_pattern{-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.wpb_gallery .theme-default .nivoSlider{box-shadow:none}.wpb_gallery .theme-default .nivo-controlNav{padding-top:20px}.wpb_gallery.nav-right .nivo-controlNav{float:right}.wpb_gallery.nav-left .nivo-controlNav{float:left}.resp-tab-content{box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);border-top:0;padding:15px}@media (max-width: 767px){.resp-tab-content{border-radius:0 !important;border-top:none;box-shadow:none}}.resp-tab-content .panel{display:block !important}.resp-tabs-list{margin:0}.resp-tabs-list li{display:inline-block;float:none;font-size:1em;font-weight:normal;margin-right:1px;padding:10px 15px}.resp-tabs-list li:last-child{margin-right:0}.resp-tabs-list li,.resp-tabs-list li:hover{border-bottom:none}.resp-tabs-list li:hover{border-bottom-color:transparent;border-top:3px solid #ccc;box-shadow:none}.resp-tabs-list li:active,.resp-tabs-list li:focus{border-bottom:0}.resp-tabs-list li.resp-tab-active{border-top:3px solid #ccc;padding:10px 15px 11px !important}.resp-vtabs{display:table !important;width:100%}@media (max-width: 767px){.resp-vtabs{display:block}}.resp-vtabs ul.resp-tabs-list,.resp-vtabs .resp-tabs-container{display:table-cell;width:auto;float:none;vertical-align:top}.resp-vtabs ul.resp-tabs-list{width:25%}@media (max-width: 767px){.resp-vtabs ul.resp-tabs-list{display:none}}.resp-vtabs .resp-tabs-container{box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04)}@media (max-width: 767px){.resp-vtabs .resp-tabs-container{display:block;box-shadow:none;border:none}}.resp-vtabs .resp-tab-content{background:transparent;box-shadow:none;border-radius:0;border-width:0}.resp-vtabs .resp-tab-content:before{content:"";display:block}@media (max-width: 767px){.resp-vtabs .resp-tab-content{border:1px solid;border-top:none}}.resp-vtabs .resp-tabs-list{border-bottom:0}.resp-vtabs .resp-tabs-list li{border-radius:0;margin-right:0;padding:10px 15px !important}.resp-vtabs .resp-tabs-list li,.resp-vtabs .resp-tabs-list li:hover{border-right:none;border-top:none;border-bottom:none}.resp-vtabs .resp-tabs-list li:hover{border-right-color:transparent;border-left:3px solid #ccc}.resp-vtabs .resp-tabs-list li:active,.resp-vtabs .resp-tabs-list li:focus{border-right:0}.resp-vtabs .resp-tabs-list li.resp-tab-active{margin-bottom:0 !important;padding:10px 16px 10px 15px !important;border-left:3px solid #ccc;margin-right:-1px !important}h2.resp-accordion{padding:15px !important;line-height:1.4;font-size:1em;font-weight:400}.resp-arrow{display:none}.resp-easy-accordion .resp-tab-content{border-radius:0;border-top:none;box-shadow:none}.tab-content{padding:15px}.tab-content h2{font-size:1.4286em;line-height:1.4;font-weight:400;margin-bottom:1.0714em}.tab-content p{margin-bottom:10px}.tab-content table{margin-top:20px}.tab-content table p{margin:0}.tab-content *:last-child{margin-bottom:0}.tabs{margin-bottom:35px}.nav-tabs{margin:0;text-align:left}.nav-tabs.text-left{text-align:left}.nav-tabs.text-right{text-align:right}.nav-tabs.text-center{text-align:center}.nav-tabs li:last-child .nav-link{margin-right:0}.nav-tabs li .nav-link{margin-right:1px;font-size:14px}.nav-tabs li .nav-link,.nav-tabs li .nav-link:hover{border-bottom:none}.nav-tabs li .nav-link:hover{border-bottom-color:transparent;box-shadow:none}.nav-tabs li .nav-link:active,.nav-tabs li .nav-link:focus{border-bottom:0}.nav-tabs li .nav-link i{margin-right:4px}.nav-tabs li .nav-link i.icon-image{display:inline-block;max-width:20px}.nav-tabs li .nav-link i.icon-featured.icon-image{max-width:75px}.nav-tabs li .nav-link .featured-box,.nav-tabs li .nav-link .featured-box .box-content{background:transparent;box-shadow:none;border-radius:0;border-width:0;padding:0;margin:0}.nav-tabs li .nav-link .featured-box i.icon-featured{margin-left:auto;margin-right:auto}.nav-tabs li .nav-link .tab-title{display:block;margin-top:3px}.tab-content{border:1px solid;box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);border-top:0;padding:15px}.tabs.tabs-bottom .nav-tabs li{margin-bottom:0;margin-top:-1px}.tabs.tabs-bottom .nav-tabs li:last-child .nav-link{margin-right:0}.tabs.tabs-bottom .nav-tabs li .nav-link{margin-right:1px;font-size:14px}.tabs.tabs-bottom .nav-tabs li .nav-link,.tabs.tabs-bottom .nav-tabs li .nav-link:hover{border-bottom:3px solid}.tabs-vertical{display:table;table-layout:fixed;width:100%;direction:ltr;border-top:1px solid}.tabs-vertical .tab-content{display:table-cell;vertical-align:top;direction:ltr;text-align:left}.tabs-vertical .nav-tabs{border-bottom:none;display:table-cell;height:100%;float:none;padding:0;vertical-align:top;width:25%;}.tabs-vertical .nav-tabs > li{display:block}.tabs-vertical .nav-tabs > li .nav-link{border-radius:0;display:block;padding-top:10px;text-align:left}.tabs-vertical .nav-tabs > li .nav-link,.tabs-vertical .nav-tabs > li .nav-link:hover,.tabs-vertical .nav-tabs > li .nav-link:focus{border-bottom:none;border-top:none}.tabs-vertical .nav-tabs > li.active a,.tabs-vertical .nav-tabs > li.active a:hover,.tabs-vertical .nav-tabs > li.active:focus{border-top:none}.tabs-left .tab-content{border-left:none}.tabs-left .nav-tabs > li{margin-right:-1px}.tabs-left .nav-tabs > li .nav-link{margin-right:1px;margin-left:1px}.tabs-left .nav-tabs > li .nav-link:hover{border-left-color:#ccc}.tabs-right .tab-content{border-right:none}.tabs-right .nav-tabs > li{margin-left:-1px}.tabs-right .nav-tabs > li .nav-link{margin-right:1px;margin-left:1px}.tabs-right .nav-tabs > li .nav-link:hover{border-right-color:#ccc}.nav-tabs.nav-justified{padding:0;margin-bottom:-1px}.nav-tabs.nav-justified li{margin-bottom:0}.nav-tabs.nav-justified li .nav-link{border-radius:0;margin-right:0}.tabs.tabs-bottom .nav.nav-tabs.nav-justified{border-top:none}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link{margin-right:0}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link{margin-right:0}.tabs-center .nav-tabs{margin:0 auto;text-align:center;justify-content:center}.tabs-navigation{border-width:0}.tabs-navigation .nav-tabs > li{margin-bottom:1px}.tabs-navigation .nav-tabs > li .nav-link{color:#777;padding:14px;line-height:100%;position:relative}.tabs-navigation .nav-tabs > li .nav-link:before{font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;content:'\f054';right:15px;top:50%;transform:translateY(-50%)}.tabs-navigation .nav-tabs > li .nav-link i{margin-right:6px}.tabs-navigation .tab-content{background:transparent;border-width:0;box-shadow:none;padding:0 25px}.tabs.tabs-simple .nav-tabs{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:0;margin-bottom:10px}.tabs.tabs-simple .nav-tabs > li{margin-left:0;margin-bottom:20px;text-align:center}.tabs.tabs-simple .nav-tabs > li .nav-link{padding:15px 30px;background:none;border-radius:0;font-size:16px}.tabs.tabs-simple .nav-tabs > li .nav-link,.tabs.tabs-simple .nav-tabs > li .nav-link:hover,.tabs.tabs-simple .nav-tabs > li .nav-link:focus{border:0;border-bottom:3px solid}.tabs.tabs-simple .tab-content{background:transparent;border:0;padding:0;margin:0;box-shadow:none}@media (max-width:991px){.tabs-navigation{display:block}.tabs-navigation .nav-tabs{display:block;width:auto}.tabs-navigation .tab-content{padding:25px 0}}@media (max-width:575px){.tabs .nav.nav-tabs.nav-justified li{display:block;margin-bottom:-5px}.tabs .nav.nav-tabs.nav-justified li .nav-link{border-top-width:3px !important;border-bottom-width:0 !important}.tabs .nav.nav-tabs.nav-justified li:last-child .nav-link,.tabs .nav.nav-tabs.nav-justified li:last-child .nav-link:hover{border-radius:0}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li{margin-bottom:0;margin-top:-5px}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link{border-bottom-width:3px !important;border-top-width:0 !important}.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link,.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link:hover{border-radius:0}}.accordion .card{margin-top:5px;background:none}.accordion .card:first-child{margin-top:0}.accordion .card-title{font-size:16px}.accordion .card-header{padding:0;border-bottom:0}.accordion .card-header a{display:block;padding:10px 20px}.accordion .card-header a:hover,.accordion .card-header a:focus{text-decoration:none}.accordion .card-header a i{display:inline-block;margin-right:8px;position:relative;top:1px}.accordion .card-header a i.icon-image{max-width:20px;position:relative;top:-1px}.accordion .card-header a [class*="fa-"]{top:-1px}.accordion .card-body > *:last-child{margin-bottom:0}.accordion.card-title-dark .card-title a{color:inherit}.accordion.card-title-bold .card-title{font-weight:700}.accordion.accordion-sm .card-header a{padding:5px 15px;font-size:0.9em}.accordion.accordion-sm .card-body{font-size:0.9em}.accordion.accordion-lg .card-header a{padding:15px 15px;font-size:1em;font-weight:600}.accordion.panel-modern .card{border:4px solid #f7f7f7}.accordion.panel-modern .card-header{background-color:#f7f7f7;border-radius:0}.accordion.panel-modern.gray-scale-1 .card{border-color:#ededed}.accordion.panel-modern.gray-scale-1 .card-header{background-color:#ededed}.accordion.without-bg .card-default{background:transparent !important}.accordion.without-bg .card-default > .card-header{background:transparent !important}.accordion.without-bg .card-body{padding-top:0;padding-bottom:0}.accordion.without-bg .card-body p{margin-bottom:20px !important}.accordion.without-borders .card{border:0;box-shadow:none;border-bottom:1px solid;border-radius:0}.accordion.without-borders .card-header a{padding-left:0;padding-right:0}.accordion.without-borders .card-body{padding:0}.accordion.without-borders .card-body p{margin-bottom:20px !important}.section-default .accordion.panel-modern .card-header{background:none}.section-default .accordion.panel-modern .card{border-color:#ededed}.toggle{padding:0 0 5px 0;position:relative;clear:both}.toggle > input{cursor:pointer;height:45px;margin:0;opacity:0;position:absolute;width:100%;z-index:2}.toggle > label{transition:all 0.15s ease-out;padding:12px 20px 12px 10px;border-left:3px solid #ccc;display:block;font-size:1.1em;min-height:20px;position:relative;cursor:pointer;font-weight:400}.toggle > label:-moz-selection{background:none}.toggle > label:selection{background:none}.toggle > label:before{border:6px solid transparent;border-left-color:inherit;right:4px;content:'';margin-top:-6px;position:absolute;top:50%}.toggle > label + p{color:#999;display:block;overflow:hidden;padding-left:30px;text-overflow:ellipsis;white-space:nowrap;height:25px}.toggle > label i{margin-right:7px;position:relative;top:-1px}.toggle > label i.icon-image{display:inline-block;max-width:20px}.toggle > .toggle-content{display:none;padding-bottom:5px}@media (max-width: 767px){.toggle > .toggle-content{padding-left:0}}.porto-toggles .toggle > .toggle-content{padding-left:0}.toggle > .toggle-content > p{margin-bottom:0;padding:10px 0}.toggle.active > label{border-color:#ccc}.toggle.active > label:before{border:6px solid transparent;border-top-color:#fff;margin-top:-3px;right:10px}.toggle.active > p{white-space:normal}.toggle > p.preview-active{height:auto;white-space:normal}.toggle-sm .toggle > label{font-size:0.9em;padding:6px 20px 6px 10px}.toggle-sm .toggle > .toggle-content > p{font-size:0.9em}.toggle-lg .toggle > label{font-size:1.1em;padding:16px 20px 16px 20px}.toggle-lg .toggle > .toggle-content > p{font-size:1.1em}.toggle-simple .toggle .toggle-content{padding-left:0}.toggle-simple .toggle > label{border-radius:0;border:0;background:transparent;padding-left:32px;margin-bottom:-10px;font-size:1em;font-weight:600}.toggle-simple .toggle > label:after{content:'';position:absolute;left:0;display:block;width:24px;height:24px;top:50%;margin-top:-12px;z-index:1}.toggle-simple .toggle > label:before{border:0;right:auto;left:9px;margin-top:auto;margin-bottom:auto;top:0;bottom:0;height:21px;font-size:14px;font-family:'Font Awesome 5 Free';font-weight:900;content:'\f067';z-index:2;color:#fff;font-size:8px}.toggle-simple .toggle.active > label{background:transparent}.toggle-simple .toggle.active > label:before{content:'\f068'}.porto-grid-container{position:relative}.porto-grid-container .porto-grid-item{float:left;max-width:100%}.porto-grid-container .porto-grid-item > .wpb_single_image{margin-bottom:0}.porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper:hover{background:#000;transition:opacity 0.35s}.porto-grid-container .porto-grid-item > .wpb_single_image a{display:block}.porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper{width:100%;display:block}.porto-grid-container .porto-grid-item > .wpb_single_image img{width:100%;transition:opacity 0.35s}.porto-grid-container .porto-grid-item > .wpb_single_image img:hover{opacity:0.9}.porto-preset-layout .porto-grid-item > *,.porto-preset-layout .vc_porto_grid_item > *,.porto-preset-layout .porto-ultimate-content-box-container,.porto-preset-layout .porto-ultimate-content-box,.porto-preset-layout .porto-ibanner,.porto-preset-layout .porto-ibanner > img,.porto-preset-layout .elementor-section,.porto-preset-layout .porto-grid-item > .elementor-widget-wrap > .elementor-widget-image,.porto-preset-layout .porto-grid-item > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget-image{height:100%;margin-bottom:0}.porto-preset-layout .porto-grid-item > .elementor-widget-wrap > .elementor-widget-image *,.porto-preset-layout .porto-grid-item > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget-image *{height:100%;object-fit:cover}.carousel-logo-item{position:relative;overflow:hidden;padding:60px 20px 50px;box-shadow:0px 23px 32px 0px transparent;will-change:border-color;border:1px solid transparent;transition:border-color 0.4s, box-shadow 0.4s}.carousel-logo-item:hover{box-shadow:0px 23px 32px 0px #e5e8eb;border-color:#d4d4d4}.carousel-logo-item:hover .carousel-logo-pb{transform:translateY(-500px)}.carousel-logo-item .carousel-logo-pannel{width:100%;height:100%;transition:all 0.4s}.carousel-logo-hover-img{margin-bottom:20px}.carousel-logo-item .carousel-logo-hover{position:absolute;left:0;top:500px;padding:30px 15px 10px}.carousel-logo-item:hover .carousel-logo-hover{top:0}.carousel-logo-item .carousel-logo-hover img{max-width:138px;max-height:65px}.carousel-logo-item .carousel-logo-hover .carousel-logo-description{max-height:45px;overflow-y:hidden}.carousel-logo-item .carousel-logo-pb::before{content:'';height:100%;display:inline-block;vertical-align:middle}.carousel-logo-item .carousel-logo-pb img{display:inline-block;vertical-align:middle;width:200px}.testimonial{margin-bottom:20px}.slick-slider .testimonial{margin-bottom:0}.testimonial blockquote{border:0;color:#fff;margin:0;padding:2.5rem 4rem 2.5rem 4.5rem;position:relative}.testimonial blockquote:before{left:20px;top:20px;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute}.testimonial blockquote p{font-size:1.2em;line-height:1.5;margin-bottom:0;color:inherit}.testimonial .testimonial-arrow-down{border-left:11px solid transparent;border-right:11px solid transparent;border-top:8px solid #ccc;height:0;margin:0 0 0 40px;width:0}.testimonial .testimonial-author{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:12px 0 0 0}.testimonial .testimonial-author .testimonial-author-thumbnail{width:auto}.testimonial .testimonial-author img{max-width:25px}.testimonial .testimonial-author strong{display:block;margin-bottom:2px;font-size:1rem;font-weight:700}.testimonial .testimonial-author span{color:#666;display:block;font-size:0.8rem;font-weight:600}.testimonial .testimonial-author p{color:#999;margin-left:0.75rem;text-align:left;line-height:1.2}.testimonial.testimonial-style-2{text-align:center}.testimonial.testimonial-style-2 blockquote{background:transparent !important;padding:20px}.testimonial.testimonial-style-2 blockquote:before{display:none}.testimonial.testimonial-style-2 .testimonial-arrow-down{display:none}.testimonial.testimonial-style-2 .testimonial-author{-ms-flex-direction:column;flex-direction:column;padding:0;margin:6px 0 0}.testimonial.testimonial-style-2 .testimonial-author img{margin:0 auto 10px;max-width:60px}.testimonial.testimonial-style-2 .testimonial-author p{text-align:center;padding:0;margin:0}.testimonial.testimonial-style-3 blockquote{padding:12px 30px}.testimonial.testimonial-style-3 blockquote:before{top:5px;left:9px;font-size:35px}.testimonial.testimonial-style-3 blockquote:after{font-size:35px;bottom:-5px}.testimonial.testimonial-style-3 blockquote p{font-size:1em;font-style:normal}.testimonial.testimonial-style-3 .testimonial-author{margin-left:8px}.testimonial.testimonial-style-3 .testimonial-author img{max-width:55px}.testimonial.testimonial-style-3 .testimonial-arrow-down{margin-left:20px}.testimonial.testimonial-style-4{padding:7px;border:1px solid;box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04)}.testimonial.testimonial-style-4 blockquote{background:transparent !important;padding:12px 30px}.testimonial.testimonial-style-4 blockquote:before{top:5px;left:9px;font-size:35px}.testimonial.testimonial-style-4 blockquote:after{font-size:35px;bottom:-5px}.testimonial.testimonial-style-4 blockquote p{font-size:1em;font-style:normal}.testimonial.testimonial-style-4 .testimonial-arrow-down{display:none}.testimonial.testimonial-style-4 .testimonial-author{margin-left:30px;margin-bottom:15px;-ms-flex-align:center;align-items:center}.testimonial.testimonial-style-4 .testimonial-author img{max-width:55px}.testimonial.testimonial-style-4 .testimonial-author p{margin-bottom:0}.testimonial.testimonial-style-5{text-align:center}.testimonial.testimonial-style-5 blockquote{background:transparent !important;padding:6px 20px}.testimonial.testimonial-style-5 blockquote:before{display:none}.testimonial.testimonial-style-5 blockquote p{font-size:1.2em;font-style:normal}.testimonial.testimonial-style-5 .testimonial-arrow-down{display:none}.testimonial.testimonial-style-5 .testimonial-author{display:block;padding:15px 0 0;margin:12px 0 0}.testimonial.testimonial-style-5 .testimonial-author img{margin:0 auto 10px}.testimonial.testimonial-style-5 .testimonial-author p{text-align:center;padding:0;margin:0}.testimonial.testimonial-style-6{text-align:center}.testimonial.testimonial-style-6 blockquote{background:transparent !important;border:0;padding:0 10%}.testimonial.testimonial-style-6 blockquote:before{display:none}.testimonial.testimonial-style-6 blockquote i.fa-quote-left{font-size:34px;position:relative;left:-5px}.testimonial.testimonial-style-6 blockquote p{font-size:24px;line-height:30px}.testimonial.testimonial-style-6 blockquote span{font-size:16px;line-height:20px;color:#999;position:relative;left:-5px}.testimonial.testimonial-style-6 .testimonial-arrow-down{display:none}.testimonial.testimonial-style-6 .testimonial-author{-ms-flex-direction:column;flex-direction:column;padding:0;margin:6px 0 0}.testimonial.testimonial-style-6 .testimonial-author img{margin:15px auto 10px}.testimonial.testimonial-style-6 .testimonial-author p{text-align:center;padding:0;margin:0}.testimonial.testimonial-with-quotes{text-align:center}.testimonial.testimonial-with-quotes blockquote{background:transparent !important}.testimonial.testimonial-with-quotes blockquote:before,.testimonial.testimonial-with-quotes blockquote:after{display:block !important;left:10px;top:0;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute}@media (max-width: 575px){.testimonial.testimonial-with-quotes blockquote:before,.testimonial.testimonial-with-quotes blockquote:after{display:none !important}}.testimonial.testimonial-with-quotes blockquote:after{content:"\201D";left:auto;right:10px;top:auto;bottom:-0.5em}.testimonial.testimonial-with-quotes blockquote p{padding:0 40px}@media (max-width: 575px){.testimonial.testimonial-with-quotes blockquote p{padding:0}}.testimonial.testimonial-with-quotes img{margin:15px auto 10px;width:60px}.testimonial.testimonial-with-quotes .testimonial-author p{margin:0 auto;text-align:center}.testimonial.testimonial-with-quotes.testimonial-light blockquote{color:#fff}.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span,.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong{opacity:0.6;color:#fff}.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after{content:none}.testimonial.testimonial-transparent-background blockquote{background:transparent !important}.testimonial.testimonial-alternarive-font blockquote p{font-family:Georgia, serif !important;font-style:italic;font-size:1.2em}.testimonial-no-borders.testimonial{border-width:0;box-shadow:none}.custom-rounded-image{border-radius:100%}.vc_parallax blockquote p{line-height:1.6}.porto-preview-image{margin-bottom:20px}.porto-preview-image .lazy{display:block;background-position:top center;background-size:100%;z-index:2}.porto-preview-image .lazy + .fa-spin{background:transparent none repeat scroll 0 0;color:#ccc;font-size:25px;left:50%;margin:-13px;position:absolute;top:50%;z-index:1}.porto-btn{border:inherit;border-radius:0;font-size:12px;font-weight:normal;line-height:1.4em;color:inherit;background:transparent;cursor:pointer;display:inline-block;margin:0px;padding:25px 80px;outline:0;text-align:center;text-decoration:none;position:relative;transition:all 0.3s;overflow:hidden;z-index:1;max-width:100%;visibility:visible;-webkit-backface-visibility:hidden;backface-visibility:hidden}.porto-btn:after{content:'';position:absolute;z-index:-1;transition:all 0.3s}.porto-btn-data{z-index:3;position:inherit;display:block;font-family:inherit;font-weight:inherit;font-size:inherit;color:inherit}a.porto-btn{background:inherit;color:inherit}a.porto-btn:hover{color:inherit;text-decoration:none}a.porto-btn:hover,a.porto-btn:focus,a.porto-btn:active,a.porto-btn:visited{color:inherit;background:inherit;box-shadow:inherit;outline:0}.porto-btn-ctn-left{display:block;text-align:left}.porto-btn-ctn-center{display:block;text-align:center}.porto-btn-ctn-right{display:block;text-align:right}.porto-btn-ctn-inline{display:inline-block;text-align:center}a.porto-btn-mini{padding:5px 10px}a.porto-btn-small{padding:8px 16px}a.porto-btn-normal{padding:15px 30px}a.porto-btn-large{padding:21px 42px}.porto-btn-block{display:block;width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0;padding-right:0}a.porto-btn-custom{padding:0}@media (max-width:768px){a.porto-btn-small{padding:6px 12px}a.porto-btn-normal{padding:10px 24px}a.porto-btn-large{padding:12px 36px}}.porto-btn-hover{width:100%;height:100%;top:0;left:0;bottom:0;right:0;position:absolute;background:transparent;z-index:2;transition:all 0.3s}.porto-btn-fade-bg .porto-btn-hover{background:rgba(255, 255, 255, 0);opacity:0}.porto-btn-fade-bg:hover .porto-btn-hover{opacity:1}.porto-btn-top-bg .porto-btn-hover{top:-100%;background:#ccc}.porto-btn-top-bg:hover .porto-btn-hover{top:0;opacity:1}.porto-btn-bottom-bg .porto-btn-hover{top:100%;background:#ccc}.porto-btn-bottom-bg:hover .porto-btn-hover{top:0;opacity:1}.porto-btn-left-bg .porto-btn-hover{left:-100%;background:#ccc}.porto-btn-left-bg:hover .porto-btn-hover{left:0;opacity:1}.porto-btn-right-bg .porto-btn-hover{left:100%;background:#ccc}.porto-btn-right-bg:hover .porto-btn-hover{left:0;opacity:1}.porto-btn-center-hz-bg .porto-btn-hover{width:0;height:103%;top:50%;left:50%;background:#ccc;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.porto-btn-center-hz-bg:hover .porto-btn-hover{width:90%;opacity:1}.porto-btn-center-hz-bg:active .porto-btn-hover{width:101%;opacity:1}.porto-btn-center-vt-bg .porto-btn-hover{width:101%;height:0;top:50%;left:50%;background:#ccc;opacity:0;transform:translateX(-50%) translateY(-50%)}.porto-btn-center-vt-bg:hover .porto-btn-hover{height:75%;opacity:1}.porto-btn-center-vt-bg:active .porto-btn-hover{height:130%;opacity:1}.porto-btn-center-dg-bg .porto-btn-hover{width:100%;height:0;top:50%;left:50%;background:#ccc;opacity:0;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.porto-btn-center-dg-bg:hover .porto-btn-hover{height:260%;opacity:1}.porto-btn-center-dg-bg:active .porto-btn-hover{height:400%;opacity:1}.no-porto-btn-shadow{box-shadow:none !important;transition:all 50ms linear !important}.porto-btn-hover{opacity:0}.porto-btn-hover-active{opacity:1}html .vc_col-has-fill .porto-btn.porto-adjust-bottom-margin{margin-bottom:0}.porto-concept{width:100%;overflow:hidden;background:url(https://premiumsound.co.uk/wp-content/themes/porto/images/concept.png) no-repeat center 0}.porto-concept strong{display:block;font-size:1.8em;font-weight:normal;position:relative;margin-top:30px}.porto-concept .row{position:relative}.porto-concept .row > div:nth-of-type(2) > .process-image{margin-top:95px}.porto-concept .process-image{width:160px;height:175px;margin:120px auto 0 auto;padding-bottom:50px;position:relative;z-index:1;background:url(https://premiumsound.co.uk/wp-content/themes/porto/images/concept-item.png) no-repeat 0 0}.porto-concept .process-image img{border-radius:150px;margin:8px;width:144px}.porto-concept .our-work{margin-top:52px;font-size:2.2em}.porto-concept .project-image{width:350px;height:420px;margin:15px 0 0 -30px;padding-bottom:45px;position:relative;z-index:1;background:url(https://premiumsound.co.uk/wp-content/themes/porto/images/concept-item.png) no-repeat 100% 0}.porto-concept .project-image img{width:338px}.porto-concept .sun{width:60px;height:56px;display:block;position:absolute;left:0;top:65px;background:url(https://premiumsound.co.uk/wp-content/themes/porto/images/concept-icons.png) no-repeat 0 0}.porto-concept .cloud{width:116px;height:56px;display:block;position:absolute;left:53%;top:35px;background:url(https://premiumsound.co.uk/wp-content/themes/porto/images/concept-icons.png) no-repeat 100% 0}@media (max-width:991px){.porto-concept{background:none}.porto-concept .project-image{margin:60px auto 0 auto}.porto-concept .process-image{margin-top:60px}}@media (max-width:575px){.porto-concept .project-image{background-position:0 0;margin-left:auto;max-width:160px;max-height:250px}.porto-concept .fc-slideshow{max-height:145px;max-width:145px}.porto-concept .fc-slideshow img{max-height:145px;max-width:145px}}.porto_countdown{width:100%;height:auto;display:block;line-height:1;margin-bottom:35px;text-align:center}.porto_countdown:after{content:'';display:table;clear:both}.porto_countdown .porto_countdown-row{display:block;margin:0 auto}.porto_countdown .porto_countdown-section{display:inline-block;margin-bottom:15px}.porto_countdown .porto_countdown-section .porto_countdown-amount{min-width:1em;max-width:100%;min-height:1em;line-height:1em;padding:0;margin:0 auto;box-sizing:content-box}.porto_countdown .porto_countdown-section .porto_countdown-period{padding:0 4px}.porto_countdown.porto-cd-s1 .porto_countdown-section{padding:0 7px}.porto_countdown.porto-cd-s1 .porto_countdown-section .porto_countdown-amount{display:inline-block}.porto_countdown.porto-cd-s2 .porto_countdown-section{padding:0 15px}.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-amount{display:block}.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-period{margin-top:7px;width:100%;display:block}.porto-diamonds{font-size:0;margin:40px auto;position:relative;text-align:center;max-width:1110px}.csstransforms3d .porto-diamonds{padding:50px 0 12px 57px}.no-csstransforms3d .porto-diamonds{max-width:1035px}.porto-diamonds > li{display:inline-block;font-size:18px;margin-right:135px}.no-csstransforms3d .porto-diamonds > li{margin:0 20px 20px 0}.porto-diamonds .diamond{background:#f4f4f4;display:block;height:243px;overflow:hidden;position:relative;text-decoration:none;width:245px}.porto-diamonds .diamond:after{transition:0.2s;content:" ";width:100%;height:100%;position:absolute;top:0;left:0;background:#000;opacity:0;transform:scale(0);z-index:100}.porto-diamonds .diamond:hover:after{opacity:0.3;transform:scale(1)}.porto-diamonds .diamond:hover .content:after{opacity:0.8;transform:scale(1)}.csstransforms3d .porto-diamonds .diamond{overflow:hidden;transform:rotate(-45deg)}.porto-diamonds .content{display:table-cell;height:255px;padding:0 8px 0 6px;transform:rotate(45deg);text-align:center;vertical-align:middle;width:255px;position:relative}.porto-diamonds .content:after{transition:all 0.2s;color:#fff;content:"\e091";font-family:"simple-line-icons";font-size:28px;left:26%;margin:-6px -12px;opacity:0;position:absolute;top:49%;z-index:1000;transform:scale(2)}.porto-diamonds .content img{margin-left:-50%;max-width:375px}.porto-diamonds .diamond-sm,.porto-diamonds .diamond-sm .content{width:123px;height:123px}.porto-diamonds .diamond-sm .content img{max-width:195px}.porto-diamonds .diamond-sm .content:after{left:24%;top:49%}@media (min-width: 1420px){.porto-diamonds > li:nth-child(3){margin-right:0}.porto-diamonds > li:nth-child(4){right:143px;top:9px;position:absolute}.porto-diamonds > li:nth-child(5){margin-left:516px;margin-top:-70px}.porto-diamonds > li:nth-child(6){position:absolute;margin:-8px 0 0 -27px}.porto-diamonds > li:nth-child(7){position:absolute;margin:93px 0 0 -133px}}@media (max-width: 1419px){.csstransforms3d .porto-diamonds,.porto-diamonds{width:748px;margin:0 auto;padding:75px 0 0 75px}.porto-diamonds > li{margin:0;position:static;float:left}.porto-diamonds > li:nth-child(2n+1){clear:both}.porto-diamonds > li:nth-child(2n+2){margin:200px auto -50px 55px}.porto-diamonds > li:last-child{margin-bottom:50px}.porto-diamonds:after{content:'';display:block;clear:both}.porto-diamonds > li:nth-child(5),.porto-diamonds > li:nth-child(6),.porto-diamonds > li:nth-child(7){float:right}.porto-diamonds > li:nth-child(7){margin-top:40px}}@media (max-width:748px){.csstransforms3d .porto-diamonds,.porto-diamonds{margin:40px 0 0 -222px;padding:25px 0 0 50%;width:445px}.lightbox .porto-diamonds > li{float:none;clear:both;margin:45px 0 115px 95px;display:block}.porto-diamonds > li:nth-child(4),.porto-diamonds > li:nth-child(6),.porto-diamonds > li:nth-child(7){margin-left:158px}}section.exp-timeline{width:calc(100% - 30px);margin:0 0 0 30px;padding:0}section.exp-timeline:after{content:none}section.exp-timeline .timeline-bar{position:absolute;width:3px;left:-2.5%;z-index:0;margin-left:-7px}section.exp-timeline .timeline-box{border:0 !important;margin:15px 0 !important;width:100%;margin:0;padding:0;box-shadow:0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important}section.exp-timeline .timeline-box.right{max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}section.exp-timeline .timeline-box.right:before{top:50%;left:-2.5%;transform:translateY(-50%)}section.exp-timeline .timeline-box.right:after{top:50%;border:none;transform:translateY(-50%) rotate(45deg)}section.exp-timeline .timeline-box .experience-info,section.exp-timeline .timeline-box .experience-description{padding:40px}section.exp-timeline .timeline-box .experience-info p{opacity:0.5;text-transform:uppercase;font-size:11px}section.exp-timeline .timeline-box .experience-info .from,section.exp-timeline .timeline-box .experience-info .to{display:inline-block;width:50%;float:left;text-transform:uppercase;font-size:12px;line-height:1.3}section.exp-timeline .timeline-box .experience-info .from > span,section.exp-timeline .timeline-box .experience-info .to > span{display:block;text-transform:none;font-size:16px}section.exp-timeline .timeline-box .experience-info .company{font-size:18px}section.exp-timeline .timeline-box .experience-info .company > span{display:block;opacity:0.5;text-transform:uppercase;font-size:11px}@media (max-width:991px){section.exp-timeline .timeline-bar{left:-4.1%}section.exp-timeline .timeline-box:before,section.exp-timeline .timeline-box:after{display:block !important}section.exp-timeline .timeline-box.right{float:right}section.exp-timeline .timeline-box.right:before{left:-3.4%}}@media (max-width:767px){section.exp-timeline{width:100%;margin:0}section.exp-timeline .timeline-bar{display:none}section.exp-timeline .timeline-box:before,section.exp-timeline .timeline-box:after{display:none !important}}.vc_porto_experience_timeline_item:after{content:'';display:table;clear:both}.word-rotator i,.word-rotator em,.word-rotator b{font-style:normal;font-weight:inherit}.word-rotator-items{display:-ms-inline-flexbox !important;display:inline-flex !important;position:relative;text-align:left}.word-rotator-items b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0}.word-rotator-items b.active{position:relative}.word-rotator-items.has-bg b{padding:0.1rem 0.5rem}.word-rotator.rotate-1 .word-rotator-items{-webkit-perspective:300px;perspective:300px}.word-rotator.rotate-1 b{opacity:0;transform-origin:50% 100%;transform:rotateX(180deg)}.word-rotator.rotate-1 b.active{opacity:1;transform:rotateX(0deg);animation:word-rotator-rotate-1-in 1.2s}.word-rotator.rotate-1 b.inactive{transform:rotateX(180deg);animation:word-rotator-rotate-1-out 1.2s}@keyframes word-rotator-rotate-1-in{0%{transform:rotateX(180deg);opacity:0}35%{transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{transform:rotateX(360deg);opacity:1}}@keyframes word-rotator-rotate-1-out{0%{transform:rotateX(0deg);opacity:1}35%{transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{transform:rotateX(180deg);opacity:0}}.word-rotator.type .word-rotator-items{vertical-align:top;overflow:hidden;position:relative;padding-right:3px}.word-rotator.type .word-rotator-items:after{content:' ';position:absolute;right:0;top:5%;height:90%;width:1px;display:block;background-color:transparent}.word-rotator.type .word-rotator-items.waiting:after{animation:1s word-rotator-pulse step-end infinite}.word-rotator.type .word-rotator-items.selected{background-color:#212529 !important}.word-rotator.type .word-rotator-items.selected:after{visibility:hidden}.word-rotator.type .word-rotator-items.selected b{color:#fff !important}.word-rotator.type b{visibility:hidden}.word-rotator.type b.active{visibility:visible}.word-rotator.type i{position:absolute;visibility:hidden}.word-rotator.type i.in{position:relative;visibility:visible}@keyframes word-rotator-pulse{from,to{background-color:transparent}50%{background-color:black}}@keyframes word-rotator-pulse-light{from,to{background-color:transparent}50%{background-color:white}}.word-rotator.rotate-2 .word-rotator-items{-webkit-perspective:300px;perspective:300px}.word-rotator.rotate-2 i,.word-rotator.rotate-2 em{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.word-rotator.rotate-2 b{opacity:0}.word-rotator.rotate-2 i{transform-style:preserve-3d;transform:translateZ(-20px) rotateX(90deg);opacity:0}.active .word-rotator.rotate-2 i{opacity:1}.word-rotator.rotate-2 i.in{animation:word-rotator-rotate-2-in 0.4s forwards}.word-rotator.rotate-2 i.out{animation:word-rotator-rotate-2-out 0.4s forwards}.word-rotator.rotate-2 em{transform:translateZ(20px)}.no-csstransitions .word-rotator.rotate-2 i{transform:rotateX(0deg);opacity:0}.no-csstransitions .word-rotator.rotate-2 i em{transform:scale(1)}.no-csstransitions .word-rotator.rotate-2 .active i{opacity:1}@keyframes word-rotator-rotate-2-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes word-rotator-rotate-2-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.word-rotator.loading-bar span{display:inline-block;padding:0.2em 0}.word-rotator.loading-bar .word-rotator-items{overflow:hidden;vertical-align:top}.word-rotator.loading-bar .word-rotator-items:after{content:'';position:absolute;left:0;bottom:0;height:3px;width:0;background:#212529;z-index:2;transition:width 0.3s -0.1s}.word-rotator.loading-bar .word-rotator-items.is-loading:after{width:100%;transition:width 3s}.word-rotator.loading-bar .word-rotator-items.bg-light:after{background-color:#212529 !important}.word-rotator.loading-bar .word-rotator-items[class*="bg-"]:not(.bg-light):after{background-color:#fff !important}.word-rotator.loading-bar b{top:0.2em;opacity:0;transition:opacity 0.3s}.word-rotator.loading-bar b.active{opacity:1;top:0}.word-rotator.slide span{display:inline-block;vertical-align:middle;padding:0.2em 0}.word-rotator.slide .word-rotator-items{overflow:hidden;font-weight:700;}.word-rotator.slide b{opacity:0;top:0.2em}.word-rotator.slide b.active{top:0;opacity:1;animation:slide-in 0.6s}.word-rotator.slide b.inactive{animation:slide-out 0.6s}@keyframes slide-in{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}100%{opacity:0;transform:translateY(100%)}}.word-rotator.clip span{display:inline-block;padding:0.2em 0}.word-rotator.clip .word-rotator-items{overflow:hidden;vertical-align:top}.word-rotator.clip .word-rotator-items:after{content:'';position:absolute;top:0;right:0;width:2px;height:100%;background-color:#212529}.word-rotator.clip b{opacity:0}.word-rotator.clip b.active{opacity:1}.word-rotator.zoom .word-rotator-items{-webkit-perspective:300px;perspective:300px}.word-rotator.zoom b{opacity:0}.word-rotator.zoom b.active{opacity:1;animation:zoom-in 0.8s}.word-rotator.zoom b.inactive{animation:zoom-out 0.8s}@keyframes zoom-in{0%{opacity:0;transform:translateZ(100px)}100%{opacity:1;transform:translateZ(0)}}@keyframes zoom-out{0%{opacity:1;transform:translateZ(0)}100%{opacity:0;transform:translateZ(-100px)}}.word-rotator.rotate-3 .word-rotator-items{-webkit-perspective:300px;perspective:300px}.word-rotator.rotate-3 b{opacity:0}.word-rotator.rotate-3 i{display:inline-block;transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.active .word-rotator.rotate-3 i{transform:rotateY(0deg)}.word-rotator.rotate-3 i.in{animation:word-rotator-rotate-3-in 0.6s forwards}.word-rotator.rotate-3 i.out{animation:word-rotator-rotate-3-out 0.6s forwards}.no-csstransitions .word-rotator.rotate-3 i{transform:rotateY(0deg);opacity:0}.no-csstransitions .word-rotator.rotate-3 .active i{opacity:1}@keyframes word-rotator-rotate-3-in{0%{transform:rotateY(180deg)}100%{transform:rotateY(0deg)}}@keyframes word-rotator-rotate-3-out{0%{transform:rotateY(0)}100%{transform:rotateY(-180deg)}}.word-rotator.scale b{opacity:0}.word-rotator.scale i{display:inline-block;opacity:0;transform:scale(0)}.active .word-rotator.scale i{opacity:1}.word-rotator.scale i.in{animation:scale-up 0.6s forwards}.word-rotator.scale i.out{animation:scale-down 0.6s forwards}.no-csstransitions .word-rotator.scale i{transform:scale(1);opacity:0}.no-csstransitions .word-rotator.scale .active i{opacity:1}@keyframes scale-up{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes scale-down{0%{transform:scale(1);opacity:1}60%{transform:scale(0);opacity:0}}.word-rotator.push b{opacity:0}.word-rotator.push b.active{opacity:1;animation:push-in 0.6s}.word-rotator.push b.inactive{animation:push-out 0.6s}@keyframes push-in{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}100%{opacity:1;transform:translateX(0)}}@keyframes push-out{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}100%{opacity:0;transform:translateX(100%)}}.floating-menu .nav .menu-item > a{position:relative;display:block;text-decoration:none}.floating-menu .floating-menu-btn-collapse-nav{color:#fff;display:none}.floating-menu .floating-menu-btn-collapse-nav:hover{color:#fff}.floating-menu .floating-menu-nav-main .menu-item{margin-bottom:0}.floating-menu .floating-menu-nav-main .menu-item.active > a{background:#fff !important}.floating-menu .floating-menu-nav-main .menu-item.active > a:after{background:#fff}@media (min-width:992px){.floating-menu{background:transparent;height:0;min-height:0 !important}.floating-menu .floating-menu-row{position:absolute;top:90px;left:-93px}.floating-menu .floating-menu-body{position:fixed;top:0;background:transparent;min-height:0;padding:0;border:none;z-index:999}.admin-bar .floating-menu .floating-menu-body{top:32px}.floating-menu .floating-menu-nav-main{display:block !important;margin:0;height:auto !important;box-shadow:0px 0px 80px 0px rgba(62, 62, 62, 0.3)}.floating-menu .floating-menu-nav-main .menu-item:hover > a > span{-webkit-transform:rotateY(0deg);transform:rotateY(0deg);opacity:1}.floating-menu .floating-menu-nav-main .menu-item > a{font-size:25px;padding:16.65px 17px;perspective:770px}.floating-menu .floating-menu-nav-main .menu-item > a:after{content:'';display:block;position:absolute;top:0;right:0;width:100%;height:100%;z-index:-1}.floating-menu .floating-menu-nav-main .menu-item > a > span{position:absolute;top:0;left:127%;background:#fff;padding:0 25px;height:100%;line-height:4.1;white-space:nowrap;font-size:14px;z-index:-2;transition:transform 0.3s;opacity:0;-webkit-transform-origin:-19% 0%;transform-origin:-19% 0%;-webkit-transform:rotateY(88deg);transform:rotateY(88deg)}.floating-menu .floating-menu-nav-main .menu-item > a > span:before{content:'';display:block;position:absolute;top:50%;left:-4px;padding:10px;background:#fff;z-index:-1;-webkit-transform:translate(0, -50%) rotate(45deg);transform:translate(0, -50%) rotate(45deg)}}@media (min-width:992px) and (max-width:1281px){.floating-menu .floating-menu-row{left:-53px}.floating-menu .floating-menu-nav-main .menu-item > a{padding:9.8px;perspective:450px}.floating-menu .floating-menu-nav-main .menu-item > a > span{line-height:3}}@media (max-width:991px){.floating-menu{position:absolute;top:60px;right:0;z-index:999}.floating-menu .floating-menu-body{background:transparent;border:none;min-height:0}.floating-menu .floating-menu-btn-collapse-nav{display:block;padding:15px 20px;outline:0}.floating-menu .floating-menu-nav-main{position:absolute;right:0px;top:71px;overflow:hidden}.floating-menu .floating-menu-nav-main .menu-item{border:none}.floating-menu .floating-menu-nav-main .menu-item > a{font-size:1.7em;margin:0;padding:15px}.floating-menu .floating-menu-nav-main .menu-item > a > span{display:none}}.porto-map-wrapper{box-sizing:content-box}.porto_google_map{min-width:0 !important;width:100% !important;position:relative !important;background:#e5e3df}.porto_google_map img{max-width:initial !important}.gmap-border{border:1px solid #ddd;border-radius:4px;padding:4px;overflow:hidden}.gmap-rounded,.gmap-rounded .porto_google_map{overflow:hidden}.porto-u-heading{text-align:center;margin-bottom:17px}.porto-u-heading .porto-u-main-heading h1,.porto-u-heading .porto-u-main-heading h2,.porto-u-heading .porto-u-main-heading h3,.porto-u-heading .porto-u-main-heading h4,.porto-u-heading .porto-u-main-heading h5,.porto-u-heading .porto-u-main-heading h6{margin:0;padding:0;line-height:normal}.porto-u-heading-spacer{margin:0 auto;padding:0;position:relative;overflow:hidden}.porto-u-heading-spacer .porto-icon{vertical-align:text-top}.porto-u-heading-spacer img{vertical-align:middle;box-shadow:none !important;max-width:100%}.porto-u-heading-spacer.line_with_icon:before{content:"";position:absolute;bottom:50%;right:0;border-width:0;top:50%}.porto-u-heading-spacer.line_with_icon:after{content:"";position:absolute;bottom:50%;left:0;border-width:0;top:50%}.porto-u-headings-line{display:block;width:100%;max-width:100%;margin-left:auto;margin-right:auto}.porto-u-sub-heading{line-height:24px;margin:0 auto}.porto-u-sub-heading div,.porto-u-sub-heading p{font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;color:inherit !important;line-height:inherit !important;letter-spacing:inherit}.porto-u-heading p{word-break:normal;word-wrap:normal}.porto-history{margin:25px 0;padding:0;clear:both}.porto-history .featured-box h4{margin:0 0 -27px 0;padding:0}.porto-history p{margin-left:53px}.porto-history .thumb{width:227px;height:160px;margin:0 0 30px;padding:0;float:left}.porto-history .thumb img{border-radius:150px;margin:7px 8px;width:145px;height:145px}.porto-history .featured-box{text-align:left;margin-left:225px;margin-bottom:50px;min-height:115px}@media (max-width:650px){.porto-history .thumb{display:none}.porto-history .featured-box{margin-left:0}}.porto-icon{display:inline-block;font-size:32px;height:2em;width:2em;text-align:center;line-height:2em;box-sizing:content-box !important}.porto-icon i{line-height:inherit}.porto-icon svg{vertical-align:baseline}.porto-icon.none{font-size:35px;height:1em;width:auto;line-height:1}.porto-icon.circle{border-radius:50%}.porto-sicon-img{display:inline-block;font-size:48px;text-align:center;width:1em;max-width:100%;box-sizing:content-box !important}.porto-sicon-img.porto-u-circle{width:1em;min-height:1em;background:rgba(214, 214, 214, 0.44);border-radius:50%;padding:0.5em}.porto-sicon-img.porto-u-circle-img{width:1em;min-height:1em;border-radius:50%;position:relative;overflow:hidden;z-index:1}.porto-sicon-img.porto-u-circle-img img{position:absolute;width:auto;height:100%;top:50%;left:50%;z-index:0;max-width:none !important;-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}.porto-sicon-img.porto-u-circle-img.porto-u-img-tall img{width:100%;height:auto}.porto-sicon-img.porto-u-circle-img:before{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-style:solid;border-color:#fff;border-width:0;border-radius:100%;z-index:1}.porto-sicon-img.porto-u-square{width:1em;min-height:1em;background:rgba(214, 214, 214, 0.44);border-radius:0;padding:0.5em}.porto-sicon-img .img-icon{width:1em;max-width:100% !important;border-radius:0 !important;box-shadow:none !important;display:block;font-size:inherit}.porto-u-icons{display:block;margin-bottom:35px;line-height:1}.porto-icons-left.porto-u-icons{text-align:left}.porto-icons-center.porto-u-icons{text-align:center}.porto-icons-right.porto-u-icons{text-align:right}.porto-sicon-box .porto-icon,.porto-sicon-box .img-icon{transition:transform 0.2s linear}.porto-sicon-title{margin:3px 0}.default-icon .porto-sicon-header .porto-sicon-title:not(:last-child){margin:0 0 3px}.porto-sicon-header > p:last-child{margin-bottom:0}.porto-sicon-description{width:100%;display:block;line-height:24px;margin-top:0}.porto-sicon-header + .porto-sicon-description{margin-top:16px}.porto-sicon-read{display:block;padding:5px 0;text-decoration:none}a.porto-sicon-box-link{text-decoration:none;border:none;display:block}.porto-sicon-box-link:hover > .porto-sicon-title{color:inherit}.porto-sicon-box.default-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.porto-sicon-box.flex-wrap .porto-sicon-header{-ms-flex:1;flex:1;min-width:50%}.default-icon .porto-sicon-default .porto-icon,.default-icon .porto-sicon-default .porto-sicon-img{margin-right:15px}.top-icon .porto-icon,.top-icon .porto-sicon-img,.top-icon .porto-sicon-header,.top-icon .porto-sicon-description{display:block;margin:0 auto}.top-icon .porto-sicon-header{margin-bottom:1rem}.top-icon .porto-sicon-header p:last-child{margin-bottom:0}.top-icon .porto-sicon-description{margin-top:15px}.top-icon .porto-sicon-header + .porto-sicon-description{margin-top:0}.porto-sicon-box.left-icon,.porto-sicon-box.right-icon{display:-ms-flexbox;display:flex}.left-icon .porto-sicon-left .porto-icon,.left-icon .porto-sicon-left .porto-sicon-img{margin-right:20px}.left-icon .porto-sicon-body,.right-icon .porto-sicon-body{-ms-flex:1;flex:1;max-width:100%}.porto-sicon-box.top-icon{text-align:center}.right-icon .porto-sicon-right .porto-icon,.right-icon .porto-sicon-right .porto-sicon-img{margin-left:15px}.right-icon .porto-sicon-body,.right-icon .porto-sicon-body *,.right-icon .porto-sicon-header .porto-sicon-title,.right-icon .porto-sicon-description{text-align:right}.heading-right-icon .porto-sicon-heading-right{display:table-cell;vertical-align:middle;width:100%}.porto-sicon-heading-right + .porto-sicon-description{margin-top:10px}.heading-right-icon .porto-sicon-heading-right .porto-icon,.heading-right-icon .porto-sicon-heading-right .porto-sicon-img{margin-left:15px}.heading-right-icon .porto-sicon-header{display:table-cell;vertical-align:middle;width:100%}.heading-right-icon .porto-sicon-header h3.porto-sicon-title,.heading-right-icon .porto-sicon-description,.heading-right-icon .porto-sicon-description *{text-align:right}html .top-icon .porto-just-icon-wrapper{margin-bottom:15px}html .top-icon h3.porto-sicon-title{margin-top:0}html .top-icon h2.porto-sicon-title{margin-top:0}h3.porto-sicon-title{font-size:1.4em;font-weight:400;text-transform:none;line-height:1.2}h3.porto-sicon-title small{font-size:75%;display:block;margin:2px 0 4px}.porto-sicon-read{margin-top:10px}.info-box-small .porto-sicon-box,.info-box-small-wrap .porto-sicon-box{margin-bottom:15px}.info-box-small .porto-sicon-header + .porto-sicon-description,.info-box-small-wrap .porto-sicon-header + .porto-sicon-description{margin-top:7px}.porto-sicon-box{margin-bottom:20px;}.porto-sicon-box.top-icon.text-left .porto-just-icon-wrapper,.porto-sicon-box.bottom-icon.text-left .porto-just-icon-wrapper{margin-left:unset}.porto-sicon-box.top-icon.text-left .porto-sicon-header,.porto-sicon-box.bottom-icon.text-left .porto-sicon-header,.porto-sicon-box.top-icon.text-left .porto-sicon-description,.porto-sicon-box.bottom-icon.text-left .porto-sicon-description{text-align:left !important}.porto-sicon-box.top-icon.text-right .porto-just-icon-wrapper,.porto-sicon-box.bottom-icon.text-right .porto-just-icon-wrapper{margin-right:unset}.porto-sicon-box.top-icon.text-right .porto-sicon-header,.porto-sicon-box.bottom-icon.text-right .porto-sicon-header,.porto-sicon-box.top-icon.text-right .porto-sicon-description,.porto-sicon-box.bottom-icon.text-right .porto-sicon-description{text-align:right !important}.porto-sicon-box.style_2:hover .porto-icon,.porto-sicon-box.style_2:hover .img-icon{transform:scale(1.15, 1.15)}.porto-sicon-box.style_3:hover .porto-icon,.porto-sicon-box.style_3:hover .img-icon{transform:translateY(-4px)}.porto-sicon-box.hover-icon-left:hover .porto-icon,.porto-sicon-box.hover-icon-left:hover .img-icon{transform:translateX(-6px)}.porto-sicon-box.hover-icon-right:hover .porto-icon,.porto-sicon-box.hover-icon-right:hover .img-icon{transform:translateX(6px)}.porto-sicon-box .porto-icon,.porto-sicon-box .porto-sicon-img{vertical-align:middle}.porto-sicon-box.featured-icon h3.porto-sicon-title{font-weight:600}.porto-sicon-box.featured-icon .porto-icon{border-radius:35px;color:#fff;margin-right:10px;height:35px;position:relative;text-align:center;width:35px;background:transparent;line-height:32px}.porto-sicon-box.featured-icon .porto-icon:after{border-radius:50%;box-sizing:initial;content:"";display:block;height:100%;left:-4px;padding:1px;position:absolute;top:-4px;width:100%}.porto-sicon-box.featured-icon .porto-icon i{line-height:35px}.porto-info-list{padding-left:0}.porto-info-list li{list-style:none;line-height:1.5;padding-top:0.5em;padding-bottom:0.5em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.porto-info-list .porto-info-icon{margin-right:18px;line-height:1.3;position:relative;top:0.5px}.porto-info-list .porto-info-list-item .porto-info-icon{width:auto;display:inline-block}.porto-info-list-item-desc{display:inline-block}.porto-ibanner,.porto-ibanner > img{display:block;position:relative}.porto-ibanner{z-index:1;overflow:hidden;margin:0 0 35px;text-align:center}.porto-ibanner > img{width:100%;transition:opacity 0.35s;border:none;padding:0;margin:0;min-height:inherit;object-fit:cover;transition:transform 0.5s, opacity 0.5s;-webkit-backface-visibility:hidden}.porto-ibanner > img.porto-lazyload:not(.lazy-load-loaded){visibility:hidden}.porto-ibanner .video-overlay{display:none}.porto-ibanner.section-video{padding:0;max-width:100%;min-width:auto}.porto-ibanner.has-parallax-bg > img{opacity:0;width:66%}.porto-ibanner video{object-fit:cover}.porto-ibanner-layer{text-align:left;font-size:1rem}@media (max-width: 991px){.porto-ibanner-layer{font-size:0.875rem}}@media (max-width: 767px){.porto-ibanner-layer{font-size:0.8125rem}}@media (max-width: 575px){.porto-ibanner-layer{font-size:0.75rem}}.porto-ibanner .porto-ibanner-desc{padding:15px;font-size:1em;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:opacity 0.3s}.porto-ibanner .porto-ibanner-desc.no-padding{padding:0}.porto-ibanner .porto-ibanner-desc .porto-ibanner-container{position:relative;height:100%}.porto-ibanner .porto-ibanner-desc:before,.porto-ibanner .porto-ibanner-desc:after{pointer-events:none}.porto-ibanner .porto-ibanner-desc,.porto-ibanner .porto-ibanner-link{position:absolute;top:0;left:0;width:100%;height:100%}.porto-ibanner .porto-ibanner-content{font-size:0.8125em;line-height:1.6}.porto-ibanner .porto-ibanner-title,.porto-ibanner p{letter-spacing:normal;padding:0;margin:0;font-size:inherit;line-height:inherit;font-weight:inherit;text-decoration:inherit;font-style:inherit;color:inherit}.porto-ibanner a.porto-ibanner-link{display:block;z-index:7;opacity:0;background:0 0}.porto-ibe-effect-1:before,.porto-ibe-effect-1:after{content:'';position:absolute;opacity:1;z-index:2}.porto-ibe-effect-1:before{background:rgba(255, 255, 255, 0.3);bottom:0;left:50%;right:51%;top:0}.porto-ibe-effect-1:after{bottom:50%;left:0;right:0;top:50%}.porto-ibe-effect-1:hover:before,.porto-ibe-effect-1:hover:after{left:0;right:0;opacity:0;transition:0.5s linear}.porto-ibe-effect-2,.porto-ibe-effect-3{overflow:hidden;position:relative}.porto-ibe-effect-2:before,.porto-ibe-effect-2:after{content:'';position:absolute;background:rgba(255, 255, 255, 0.6);height:100%;left:0;opacity:0.4;top:0;transition:0.9s;width:100%;z-index:2}.porto-ibe-effect-2:before{transform:translate(105%, 0%)}.porto-ibe-effect-2:after{transform:translate(-105%, 0%)}.porto-ibe-effect-2:hover:before,.porto-ibe-effect-2:hover:after{opacity:0;transform:none}.porto-ibe-effect-3:before{content:'';position:absolute;top:0;left:50%;width:120%;height:60px;background:rgba(255, 255, 255, 0.1);transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);transition:0.5s linear;backface-visibility:hidden;z-index:2}.porto-ibe-effect-3:hover:before{top:100%;left:-100%;transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0)}.porto-ibe-effect-4:before,.porto-ibe-effect-4:after{content:'';position:absolute;background:rgba(255, 255, 255, 0.1);opacity:1;transition:0.5s;z-index:2}.porto-ibe-effect-4:before{bottom:0;left:50%;right:51%;top:0}.porto-ibe-effect-4:after{bottom:50%;left:0;right:0;top:50%}.porto-ibe-effect-4:hover:before,.porto-ibe-effect-4:hover:after{left:0;right:0;top:0;bottom:0;opacity:0.5}.porto-ibe-zoom:hover > img{transform:scale(1.08, 1.08)}.porto-ibe-fadein .porto-ibanner-desc,.porto-ibe-fadein .porto-ibanner-layer{opacity:0}.porto-ibe-fadein:hover .porto-ibanner-desc,.porto-ibe-fadein:hover .porto-ibanner-layer{opacity:1}.porto-ibe-fadeout:hover .porto-ibanner-desc,.porto-ibe-fadeout:hover .porto-ibanner-layer{opacity:0}.porto-ibe-boxshadow{transition:box-shadow 0.3s}.porto-ibe-overlay:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;z-index:1;pointer-events:none;transition:opacity 0.4s}.porto-ibe-style1 img{width:100%}.porto-ibe-style1 .porto-ibanner-desc:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transform:translate3d(0, 50%, 0);transform:translate3d(0, 50%, 0)}.porto-ibe-style1 .porto-ibanner-title{position:absolute;top:50%;left:0;width:100%;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0, -50%, 0);-ms-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}.porto-ibe-style1 .porto-ibanner-content,.porto-ibe-style1 .porto-ibanner-desc::before{transition:opacity 0.35s, transform 0.35s;transition:opacity 0.35s, transform 0.35s, -webkit-transform 0.35s}.porto-ibe-style1 .porto-ibanner-content{position:absolute;bottom:0;left:0;padding:15px;width:100%;max-height:50%;opacity:0;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}.porto-ibe-style1:hover .porto-ibanner-title{color:#fff;-webkit-transform:translate3d(0, -40px, 0);transform:translate3d(0, -40px, 0)}.porto-ibe-style1:hover .porto-ibanner-content,.porto-ibe-style1:hover .porto-ibanner-desc:before{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.porto-ibe-style2 .porto-ibanner-desc{top:auto;bottom:0;padding:15px;height:auto;background:#f2f2f2;color:#3c4a50;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.porto-ibe-style2 .porto-ibanner-content{position:absolute;top:auto;bottom:100%;left:0;width:100%;padding:25px;color:#fff;text-transform:none;opacity:0;transition:opacity 0.35s}.porto-ibe-style2 .porto-ibanner-title{transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(0, 200%, 0);transform:translate3d(0, 200%, 0);text-align:center}.porto-ibe-style2:hover .porto-ibanner-content,.porto-ibe-style2:hover .porto-ibanner-content *{opacity:1 !important;z-index:99 !important;-webkit-backface-visibility:hidden !important;backface-visibility:hidden !important}.porto-ibe-style2:hover .porto-ibanner-desc,.porto-ibe-style2:hover .porto-ibanner-title{transform:translateY(0)}.porto-ibe-style2:hover .porto-ibanner-title{transition-delay:0.05s}.porto-ibanner.porto-ibe-style2 .porto-ibanner-toggle-size{left:50%;width:auto !important;height:100%;max-width:none;transform:translateX(-50%)}.porto-ibanner-layer{position:absolute;z-index:10}.porto-ibanner-layer > *:last-child{margin-bottom:0}.banner-effect-wrapper{overflow:hidden;z-index:1}.banner-effect,.banner-effect-wrapper{position:absolute;top:0;left:0;right:0;bottom:0}@keyframes kenBurnsToRight{0%{transform:scale(1.2)}to{transform:scale(1)}}.kenBurnsToRight{animation-name:kenBurnsToRight;animation-timing-function:linear;transform-origin:right}@keyframes kenBurnsToLeft{0%{transform:scale(1.2)}to{transform:scale(1)}}.kenBurnsToLeft{animation-name:kenBurnsToLeft;animation-timing-function:linear;transform-origin:left}.kenBurnsToLeftTop{animation-name:kenBurnsToLeft;animation-timing-function:linear;transform-origin:left top}.kenBurnsToRightTop{animation-name:kenBurnsToRight;animation-timing-function:linear;transform-origin:right top}.particle-effect{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.snowfall{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/images/effects/s1.png), url(https://premiumsound.co.uk/wp-content/themes/porto/images/effects/s2.png), url(https://premiumsound.co.uk/wp-content/themes/porto/images/effects/s3.png);animation:snow 10s linear infinite;z-index:1}@keyframes snow{0%{background-position:0px 0px, 0px 0px, 0px 0px}50%{background-position:500px 500px, 100px 300px, -200px 250px}to{background-position:400px 800px, 300px 600px, -200px 400px}}.effect-snow{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/images/effects/s4.png), url(https://premiumsound.co.uk/wp-content/themes/porto/images/effects/s5.png);animation:snowsecond 20s linear infinite}@keyframes snowsecond{0%{background-position:0px 0px, 0px 0px, 0px 0px}to{background-position:500px 1000px, 400px 400px, 300px 300px}}.sparkle{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/images/effects/sparkle1.png), url(https://premiumsound.co.uk/wp-content/themes/porto/images/effects/sparkle2.png);animation:sparkle 60s linear infinite}@keyframes sparkle{0%{background-position:0px 0px, 0px 0px, 0px 0px}to{background-position:-500px -1000px, -400px -400px, 300px 300px}}.porto-links-block{border:1px solid}.porto-links-block .links-title{border-bottom:1px solid;font-size:1em;font-weight:700;line-height:14px;padding:15px 20px;margin:0;text-transform:uppercase;position:relative;letter-spacing:0.12px;transition:0.25s}.porto-links-block .links-title i{margin-right:5px}.porto-links-block .links-title i.icon-image{display:inline-block;max-width:20px}.porto-links-block .links-content ul{list-style:none;padding:5px 0;margin:0}.porto-links-block li.porto-links-item{display:block}.porto-links-block li.porto-links-item:first-child > a,.porto-links-block li.porto-links-item:first-child > span{border-top-width:0}.porto-links-block li.porto-links-item > a,.porto-links-block li.porto-links-item > span{display:block;font-size:1em;line-height:20px;color:#465157 !important;letter-spacing:0.1px;padding:11px 6px 10px;margin:0 10px -1px;text-decoration:none}.porto-links-block li.porto-links-item a:hover{text-decoration:underline}.porto-links-block li.porto-links-item i{margin-right:12px;font-size:20px;float:left}.porto-links-block li.porto-links-item i.icon-image{display:inline-block;vertical-align:middle;float:none;max-width:20px}.porto-map-section{padding-top:164px;margin:15px -20px 0;background:url(https://premiumsound.co.uk/wp-content/themes/porto/images/map.png) center 0 no-repeat}.porto-map-section .map-content{padding:90px 0 40px;min-height:400px;margin-top:0}#main.main-boxed .porto-map-section .map-content{padding-left:20px;padding-right:20px}.porto-map-section .map-content article.post .post-date .day,.porto-map-section .map-content .post-item .post-date .day{background-color:#fff}.pricing-table{margin:10px 0;text-align:center}.pricing-table ul{list-style:none;margin:20px 0 0 0;padding:0}.pricing-table li{padding:10px 0}.pricing-table h3{font-size:1.3em;font-weight:normal;margin:-20px -20px 50px -20px;padding:20px;letter-spacing:normal}.pricing-table h3 strong{font-weight:inherit}.pricing-table h3 .desc{font-size:0.7em;line-height:24px;margin-bottom:0;padding-bottom:0;font-style:normal;text-transform:none;display:block}.pricing-table .plan-price{border-radius:100px;display:block;height:100px;margin:20px auto -65px;width:100px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.pricing-table .price{font:bold 25px / 25px Georgia, Serif;line-height:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.pricing-table .most-popular{box-shadow:11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);padding:30px 20px;top:-10px;z-index:2}@media (max-width: 767px){.pricing-table .most-popular{top:0}}.pricing-table .most-popular h3{padding-top:30px}.pricing-table .plan-ribbon-wrapper{height:88px;overflow:hidden;position:absolute;right:-3px;top:-5px;width:85px}.pricing-table .plan-ribbon{transform:rotate(45deg);background-image:linear, top, #bfdc7a, #8ebf45;box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);color:#333;font-size:14px;left:-5px;padding:7px 0;position:relative;text-align:center;text-shadow:rgba(255, 255, 255, 0.5) 0px 1px 0px;top:15px;width:120px}.pricing-table .plan-ribbon:before{left:0;border-left:3px solid transparent;border-right:3px solid transparent;bottom:-3px;content:"";position:absolute}.pricing-table .plan-ribbon:after{border-left:3px solid transparent;border-right:3px solid transparent;bottom:-3px;content:"";position:absolute;right:0}.pricing-table [class*="col-lg-"]{padding-left:0;padding-right:0}.pricing-table .plan{margin-bottom:35px;margin-right:0;padding:20px;position:relative}.pricing-table .btn{margin-top:5px}.pricing-table .price-unit{font-size:50%;line-height:1.4}.pricing-table .price-label{display:block;text-transform:uppercase;color:#777;font-size:0.7rem;margin-bottom:0}.pricing-table-sm h3 .desc{font-size:0.7em}.pricing-table-sm .plan-price{height:70px;margin:10px auto -65px;width:70px}.pricing-table-sm .price{font:bold 19px/19px Georgia, serif;line-height:1}.pricing-table-sm .most-popular{padding-bottom:30px}.pricing-table-flat .plan{padding-left:0;padding-right:0;padding-bottom:15px;margin:-1px}.pricing-table-flat .plan h3{padding-left:0;padding-right:0;margin:-20px 0 0;padding-top:30px;text-shadow:0 1px #555}.pricing-table-flat .plan ul{margin-top:0;margin-bottom:-15px}.pricing-table-flat .plan ul li{padding:8px 0}.pricing-table-flat .plan.most-popular ul li{padding:10px 0}.pricing-table.pricing-table-flat .plan-price{background:none;border-radius:0;border:0;box-shadow:none;width:100%;font-size:1.5em;height:auto;line-height:38px;margin:0}.pricing-table.pricing-table-flat .btn-top{margin-top:13px;margin-bottom:13px}.pricing-table.pricing-table-flat .btn-bottom{margin-top:30px}.pricing-table.spaced [class*="col-lg-"]{padding-left:2px;padding-right:2px}.pricing-table.no-borders .plan{border:0 !important}.pricing-table-classic .plan{padding:0 0 2.5rem 0;margin:-1px}.pricing-table-classic .plan h3{margin:0;padding:0;line-height:1;font-size:0.8rem}.pricing-table-classic .plan h3 strong{display:block;padding:1.5rem 1rem;background:#fff;margin:-1px -1px 0}.pricing-table-classic .plan h3 .desc{display:none}.pricing-table-classic .plan ul{margin-top:0;padding:0.8rem 0.8rem 1.4rem;font-size:0.9em}.pricing-table-classic .plan ul li{padding:8px 0;border-top:none;border-bottom:1px solid #ededed}.pricing-table-classic .plan ul li:last-child{border-bottom:none}.pricing-table-classic .plan.most-popular ul{font-size:0.8rem}.pricing-table-classic .plan.most-popular ul li{padding:10px 0}.pricing-table-classic .most-popular{box-shadow:0px 0px 40px rgba(200, 200, 200, 0.3);transform:scale(1.15);top:auto}@media (max-width: 767px){.pricing-table-classic .most-popular{transform:none}}.pricing-table-classic .plan-price{border-radius:0;width:100%;margin:0;padding:2rem 0.8rem;height:auto;line-height:1}.pricing-table-classic .price{font-size:2.7rem;font-weight:600;font-family:inherit}.pricing-table-classic.pricing-table-sm .plan h3 strong{padding:0.95rem 1rem}.pricing-table.pricing-table-classic .plan{border-color:#ededed;border-radius:0;text-shadow:none}.pricing-table.pricing-table-classic .plan h3{background:none}.pricing-table.pricing-table-classic .most-popular h3{text-shadow:none}.pricing-table.pricing-table-classic .plan-price{box-shadow:none;background:#f7f7f7;border:0}@media (max-width: 767px){.pricing-table{margin-left:0px}.pricing-table .plan{margin-right:0}}.border-transparent{border-color:transparent}.no-box-shadow{box-shadow:none !important}.timeline-circle{position:relative;margin-left:25px;width:118px;height:118px;border-radius:50%;border-width:1px;border-style:solid;z-index:2;box-shadow:0px 11px 21px 0px rgba(229, 232, 235, 0.75)}.timeline-circle .circle-dotted{position:absolute;padding:16px;width:106px;height:106px;top:5px;left:5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-style:dashed;border-width:1px;border-radius:50%;overflow:hidden}.timeline-circle .circle-center > span:first-child{font-size:1.5em;line-height:1.5;display:block}.timeline-circle.circle-light{border-color:#e6ebeb}.timeline-circle.circle-light .circle-dotted{border-color:#e6ebeb}.timeline-balloon{position:relative}.timeline-balloon::before{content:'';position:absolute;top:-35px;left:83px;width:1px;height:120%;background-color:#e6ebeb}.timeline-balloon:last-of-type::before{height:75px}.timeline-balloon .balloon-cell{display:table-cell;vertical-align:top;width:100%}.timeline-balloon .balloon-time{padding-top:25px;width:93px;white-space:nowrap}.timeline-balloon .balloon-time .time-text{display:inline-block;vertical-align:middle;width:72px}.timeline-balloon .balloon-time .time-dot{position:relative;width:25px;height:25px;display:inline-block;vertical-align:middle}.timeline-balloon .balloon-time .time-dot::before{content:'';position:absolute;width:19px;height:19px;top:50%;left:50%;border-style:solid;border-width:2px;border-radius:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.timeline-balloon .balloon-time .time-dot::after{content:'';position:absolute;width:7px;height:7px;top:50%;left:50%;border-radius:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.timeline-balloon .balloon-content{position:relative;margin-left:34px;padding:25px;padding-right:15px;border-width:1px;border-style:solid;border-radius:3px;border-color:#e6ebeb}.timeline-balloon .balloon-content.balloon-shadow{box-shadow:0px 11px 21px 0px rgba(229, 232, 235, 0.75)}.timeline-balloon .balloon-content .balloon-arrow{position:absolute;width:20px;height:20px;top:35px;left:-15px;border-width:1px;border-style:solid;border-right:none;border-bottom:none;border-color:#e6ebeb;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left top;transform-origin:left top}.timeline-balloon .balloon-content .balloon-photo{display:table-cell;vertical-align:top;height:64px;width:64px}.timeline-balloon .balloon-content .balloon-description{display:table-cell;padding-left:25px}.timeline-balloon .balloon-content .balloon-description p{line-height:1.6}@media (max-width:767px){.timeline-circle{margin:0px auto 35px !important}.timeline-balloon:before{left:50%}.timeline-balloon .balloon-time .time-dot{display:none}.timeline-balloon .balloon-time .time-text{position:absolute;top:-11px;left:50%;text-align:center;background:#fff;border-width:1px;border-style:solid;border-radius:3px;border-color:#e6ebeb;padding:5px 0px;z-index:1;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.timeline-balloon .balloon-content{margin-left:5px}}.porto-process .process-step{display:-ms-flexbox;display:flex;position:relative;padding-bottom:60px;overflow:hidden}.porto-process .process-step:first-child .process-step-circle:before{display:none}.porto-process .process-step:last-child{padding-bottom:20px}.porto-process .process-step:last-child .process-step-circle:after{display:none}.porto-process .process-step-circle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;height:60px;text-align:center;width:60px;flex:60px 0 0;border:2px solid #ccc;border-radius:50%;-ms-flex-align:center;align-items:center;position:relative;background:none;transition:all 0.2s ease-in-out;margin:5px 15px 0 0;font-size:1.6em;letter-spacing:-1px;color:#000}.porto-process .process-step-circle:before,.porto-process .process-step-circle:after{content:'';width:2px;display:block;background-color:#ededed;position:absolute;height:300px;top:58px;left:28px}.porto-process .process-step-circle:before{top:auto;bottom:100%;height:58px;margin-bottom:2px}.porto-process .process-step-content{max-width:100%}.porto-process .process-step-content h4{font-size:1.2em;margin-bottom:0.25rem;font-weight:700}.porto-process.process-horizontal{text-align:center}@media (min-width:992px){.porto-process.process-horizontal{display:-ms-flexbox;display:flex}}.porto-process.process-horizontal .process-step{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex:1;flex:1;padding:0 1.5rem;margin-bottom:2.5rem;overflow:visible}@media (min-width:992px){.porto-process.process-horizontal .process-step:before{content:'';height:2px;display:block;background-color:#ededed;position:absolute;width:50%;top:45px;left:75%}.porto-process.process-horizontal .process-step:last-child:before{content:none}}.porto-process.process-horizontal .process-step-circle{-ms-flex:none;flex:none;width:90px;height:90px;margin:0}.porto-process.process-horizontal .process-step-circle i{font-size:1.5em}.porto-process.process-horizontal .process-step-circle:before,.porto-process.process-horizontal .process-step-circle:after{content:none}.porto-process.process-horizontal .process-step-content{padding-top:20px}.porto-process.process-horizontal .process-step-content h4{font-size:1.5em;margin-bottom:0.5rem}div.stats-desc > div.counter_prefix,div.stats-desc > div.counter_suffix{display:inline}.stats-block{display:block;margin-bottom:35px}.stats-block .stats-number{display:inline}.stats-block .stats-number,div.stats-desc > div.counter_prefix,div.stats-desc > div.counter_suffix{font-size:50px;font-weight:700;line-height:1}div.stats-desc > div.counter_suffix{display:none}.stats-block .stats-text{font-size:18px;width:100%;text-align:inherit}.stats-left .porto-sicon-left{display:table-cell;padding-right:15px}.stats-left .stats-desc{text-align:left;display:table-cell;vertical-align:middle;box-sizing:content-box;width:auto}.stats-top .porto-sicon-top,.stats-top .stats-desc{width:100%;display:block;text-align:center}.stats-top .porto-icon,.stats-top .img-icon{margin:0 auto}.stats-top .porto-sicon-img{margin:0 auto}.stats-top .stats-number{padding:8px 0}.stats-right.stats-block{display:inline-block;width:100%}.stats-right .porto-sicon-right{display:table-cell;padding-left:15px}.stats-right .stats-desc{text-align:right;display:table-cell;vertical-align:middle}.stats-block.stats-left,.stats-block.stats-right{direction:ltr}.stats-block .porto-icon.none{margin-bottom:5px}.stats-block .stats-text{font-weight:100;font-size:20px;line-height:1}.stats-block.counter-single-line{text-align:center}.stats-block.counter-single-line > div{display:inline-block;vertical-align:baseline;text-align:center}.stats-block.counter-with-border{box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04);padding:25px}.stats-block.counter-inline{margin-bottom:20px}.stats-block.counter-inline .porto-sicon-top,.stats-block.counter-inline .stats-desc{text-align:left}.stats-block.counter-inline .stats-number,.stats-block.counter-inline div.stats-desc > div.counter_prefix,.stats-block.counter-inline div.stats-desc > div.counter_suffix{font-size:14px}.stats-block.counter-inline div.counter_prefix,.stats-block.counter-inline div.counter_suffix{font-weight:400}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-loading .slick-list{background:#fff url("https://premiumsound.co.uk/wp-content/themes/porto/images/AjaxLoader.gif") center center no-repeat}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-track,.slick-slide,.slick-slide img{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;zoom:1}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block;outline:none}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-prev,.slick-next{line-height:0;padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-prev:active,.slick-next:hover,.slick-next:focus,.slick-next:active{outline:none;background:transparent;color:transparent;box-shadow:none}[dir="rtl"] .slick-prev{left:auto;right:-15px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir="rtl"] .slick-next{left:-15px;right:auto;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.slick-dots{position:absolute;bottom:-45px;list-style:none;display:block;text-align:center;padding:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;padding:0 2px;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;width:20px;height:20px;font-size:6px;line-height:20px;text-align:center;color:black;opacity:0.25}.slick-dots li.slick-active button:before{color:black;opacity:0.75}.porto-carousel-wrapper .slick-dots li i{opacity:0.5;transition:all 0.3s ease-in-out;padding-left:1px;padding-right:1px;-webkit-appearance:initial}.porto-carousel-wrapper .slick-dots li:hover i{opacity:1}.porto-carousel-wrapper .slick-dots li.slick-active i{opacity:1}button.slick-next:active,button.slick-prev:active{background:initial;border:initial;padding:initial}.porto-item-wrap > .wpb_button,.porto-item-wrap > .wpb_content_element,.porto-item-wrap > .wpb_row,.porto-item-wrap > ul.wpb_thumbnails-fluid > li,.porto-item-wrap > div{margin-bottom:0 !important}ul.slick-dots{margin:0;padding:10px 0}.slick-dots{bottom:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.porto-carousel-wrapper button{z-index:1}.porto-carousel-wrapper button.circle-border,.porto-carousel-wrapper button.circle-bg{border-radius:100%;width:1.5em;height:1.5em;line-height:1.5em}.porto-carousel-wrapper button.square-border,.porto-carousel-wrapper button.square-bg{border-radius:0px !important;width:1.6em;height:1.6em;min-width:30px;min-height:30px}button.slick-next.circle-border i,button.slick-prev.circle-border i{left:50%;top:50%;position:absolute;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.porto-carousel-wrapper button.slick-disabled{opacity:0.5;cursor:auto}.porto-carousel-wrapper{position:relative;margin-bottom:35px}.porto-carousel-wrapper .wpb_content_element{margin-bottom:0}.porto-carousel-wrapper .slick-prev,.porto-carousel-wrapper .slick-next{position:absolute;top:50%;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:none}.porto-carousel-wrapper .slick-prev:hover,.porto-carousel-wrapper .slick-next:hover{opacity:0.8}.porto-carousel-wrapper ul.slick-dots{list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;z-index:99}.porto-item-wrap.slick-slide.animated{opacity:1 !important}body .porto-carousel-wrapper{padding-bottom:0}body .slick-dots{transform:translateY(0)}body .porto-carousel-wrapper ul.slick-dots,body .slick-dots{position:relative;bottom:-5px;margin-top:10px}body .sidebar-content .porto-carousel-wrapper ul.slick-dots,body .sidebar-content .slick-dots{margin-top:3px}body .sidebar-content .porto-carousel-wrapper{margin-bottom:0}body .slick-slide img{display:inline}.porto-carousel-wrapper > div:first-child{position:relative;display:block;margin:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;-webkit-tap-highlight-color:transparent}.porto-carousel-wrapper > div:first-child > .porto-item-wrap{display:none}.porto-carousel-wrapper > div:first-child > .porto-item-wrap:first-child{display:block;position:relative;min-height:200px}.porto-carousel-wrapper > div:first-child > .porto-item-wrap:first-child > *{opacity:0}.porto-carousel-wrapper > div:first-child.slick-initialized > .porto-item-wrap{display:block}.porto-carousel-wrapper > div:first-child.slick-initialized > .porto-item-wrap:first-child{position:static;min-height:0}.porto-carousel-wrapper > div:first-child.slick-initialized > .porto-item-wrap:first-child:before{display:none}.porto-carousel-wrapper > div:first-child.slick-initialized > .porto-item-wrap:first-child > *{opacity:1}.vc_row-no-padding .porto-carousel-wrapper .slick-next{right:0}.vc_row-no-padding .porto-carousel-wrapper .slick-prev{left:0}.banner-container .porto-block .porto-carousel-wrapper{margin-bottom:0}#banner-wrapper .porto-carousel-wrapper,#content-top .porto-carousel-wrapper,#content-bottom .porto-carousel-wrapper,#content-inner-top .porto-carousel-wrapper,#content-inner-bottom .porto-carousel-wrapper{margin-bottom:20px}#banner-wrapper .porto-carousel-wrapper .vc_single_image-wrapper,#content-top .porto-carousel-wrapper .vc_single_image-wrapper,#content-bottom .porto-carousel-wrapper .vc_single_image-wrapper,#content-inner-top .porto-carousel-wrapper .vc_single_image-wrapper,#content-inner-bottom .porto-carousel-wrapper .vc_single_image-wrapper{width:100%}#banner-wrapper .porto-carousel-wrapper .vc_single_image-wrapper img,#content-top .porto-carousel-wrapper .vc_single_image-wrapper img,#content-bottom .porto-carousel-wrapper .vc_single_image-wrapper img,#content-inner-top .porto-carousel-wrapper .vc_single_image-wrapper img,#content-inner-bottom .porto-carousel-wrapper .vc_single_image-wrapper img{width:100%}.porto-ultimate-content-box-anchor,.porto-ultimate-content-box-anchor:active,.porto-ultimate-content-box-anchor:focus,.porto-ultimate-content-box-anchor:hover,.porto-ultimate-content-box-anchor:visited{text-decoration:none;line-height:inherit;outline:0}.porto-ultimate-content-box.has-content-pos{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.porto-ultimate-content-box:after{content:'';display:block;clear:both}.porto-hotspot{display:flex;align-items:center;justify-content:center;position:absolute;background:#fb7070;width:20px;height:20px;border-radius:50%;line-height:20px;font-size:8px;cursor:pointer}.porto-hotspot:before{content:'';position:absolute;left:-10px;right:-10px;top:-10px;bottom:-10px}.porto-hotspot .porto-products,.porto-hotspot ul.products,.porto-hotspot .products .product-col{margin-bottom:0}.porto-hotspot i{color:#fff;line-height:inherit}.porto-hotspot .popup-wrap{text-align:left;cursor:default;position:absolute;z-index:29;padding:20px;min-width:250px;background:#fff;box-shadow:0 0 30px rgba(0, 0, 0, 0.06);opacity:0;visibility:hidden;transition:opacity 0.3s, transform 0.3s, visibility 0.3s}@media (max-width: 575px){.porto-hotspot .popup-wrap{min-width:160px;padding:10px}}.porto-hotspot.pos-right .popup-wrap{left:calc(100% + 10px);transform:translate(-8px, -20%)}.porto-hotspot.pos-left .popup-wrap{right:calc(100% + 10px);transform:translate(8px, -20%)}.porto-hotspot.pos-right:hover .popup-wrap,.porto-hotspot.pos-left:hover .popup-wrap{transform:translate(0, -20%)}.porto-hotspot.pos-top .popup-wrap{left:50%;bottom:calc(100% + 10px);transform:translate(-50%, -8px)}.porto-hotspot.pos-bottom .popup-wrap{left:50%;top:calc(100% + 10px);transform:translate(-50%, 8px)}.porto-hotspot.pos-top:hover .popup-wrap,.porto-hotspot.pos-bottom:hover .popup-wrap{transform:translate(-50%, 0)}.porto-hotspot:hover .popup-wrap{visibility:visible;opacity:1}.elementor-element.elementor-widget-porto_hotspot{position:absolute;width:auto}.elementor-widget-porto_hotspot .porto-hotspot{position:static}.vc_progress_bar .vc_single_bar.progress,.progress{height:20px;margin-bottom:15px;box-shadow:none;overflow:visible}.vc_progress_bar .vc_single_bar.progress,.progress,.vc_progress_bar .vc_single_bar.progress .progress-bar,.progress .progress-bar{border-radius:20px}.vc_progress_bar .vc_single_bar.progress.progress-border-radius,.progress.progress-border-radius,.vc_progress_bar .vc_single_bar.progress.progress-border-radius .progress-bar,.progress.progress-border-radius .progress-bar{border-radius:3px}.vc_progress_bar .vc_single_bar.progress.progress-no-border-radius,.progress.progress-no-border-radius,.vc_progress_bar .vc_single_bar.progress.progress-no-border-radius .progress-bar,.progress.progress-no-border-radius .progress-bar{border-radius:0}.vc_progress_bar .vc_single_bar.progress.progress-sm,.progress.progress-sm{height:10px}.vc_progress_bar .vc_single_bar.progress.progress-sm .progress-bar,.progress.progress-sm .progress-bar{line-height:10px}.vc_progress_bar .vc_single_bar.progress.progress-lg,.progress.progress-lg{height:35px}.vc_progress_bar .vc_single_bar.progress.progress-lg .progress-bar,.progress.progress-lg .progress-bar{font-size:13px;line-height:35px}.vc_progress_bar .vc_single_bar.progress .vc_bar,.progress-bar{float:left;background-color:#ccc;box-shadow:none;position:relative}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-primary,.progress-bar.progress-bar-primary{background-color:#ccc;color:#fff}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-success,.progress-bar.progress-bar-success{background-color:#47a447;color:#fff}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-warning,.progress-bar.progress-bar-warning{background-color:#ed9c28;color:#fff}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-danger,.progress-bar.progress-bar-danger{background-color:#d2322d;color:#fff}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-info,.progress-bar.progress-bar-info{background-color:#5bc0de;color:#fff}.vc_progress_bar .vc_single_bar.progress .vc_bar.progress-bar-dark,.progress-bar.progress-bar-dark{background-color:#212529;color:#fff}.progress-bar-tooltip{position:absolute;padding:4px 8px;background-color:#333;color:#fff;line-height:15px;font-size:11px;display:block;position:absolute;top:-28px;right:5px;opacity:0;transition:opacity 0.4s}.progress-bar-tooltip:after{border-color:#333 transparent;border-style:solid;border-width:5px 5px 0;bottom:-5px;content:"";display:block;left:13px;position:absolute;width:0}.vc_progress_bar .vc_single_bar.progress.bar_blue .vc_bar{background-color:#0074cc}.vc_progress_bar .vc_single_bar.progress.bar_turquoise .vc_bar{background-color:#49afcd}.vc_progress_bar .vc_single_bar.progress.bar_green .vc_bar{background-color:#5bb75b}.vc_progress_bar .vc_single_bar.progress.bar_orange .vc_bar{background-color:#faa732}.vc_progress_bar .vc_single_bar.progress.bar_red .vc_bar{background-color:#da4f49}.vc_progress_bar .vc_single_bar.progress.bar_black .vc_bar{background-color:#414141}.vc_progress_bar .vc_single_bar .progress-bar{display:-ms-flexbox;display:flex}.progress-bar{width:0%}.vc_btn3{display:inline-block}.vc_btn3-container{margin-bottom:20px}.vc_general.vc_btn3{border:1px solid transparent}.vc_btn3.vc_btn3-color-grey,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{border-color:#ccc;color:#666;background-color:transparent}.vc_btn3-block{display:block;width:100%}.vc_btn3-container.vc_btn3-inline{vertical-align:baseline;display:inline-block}.vc_btn3.vc_btn3-size-lg{border-radius:6px}.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,.vc_btn3.vc_btn3-icon-right .vc_btn3-icon{display:inline-block;position:static;font-size:inherit;height:auto;transform:none;line-height:1;vertical-align:middle}.vc_general.vc_btn3 .vc_btn3-placeholder{display:none}.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-right:7px}.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-left:7px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left,.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right,.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty),.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-left:16px;padding-right:16px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-right:7px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-left:7px}.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline{padding:0.45rem 1rem;border-width:3px}.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-left,.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-right{padding-left:14px;padding-right:14px}.vc_btn3.vc_btn3-size-lg.vc_btn3-style-3d{padding:8px 16px 7px;margin-bottom:5px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left,.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right,.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty),.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-left:12px;padding-right:12px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-right:5px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-left:5px}.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline{padding:0.483rem 0.933rem;border-width:2px}.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-left,.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-right{padding-left:10px;padding-right:10px}.vc_btn3.vc_btn3-size-md.vc_btn3-style-3d{padding:7px 14px 6px;margin-bottom:5px}.vc_btn3.vc_btn3-size-sm{border-radius:3px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left,.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right,.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty),.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-left:10px;padding-right:10px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-right:3px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-left:3px}.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline{padding:0.25rem 0.65rem;border-width:2px}.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-left,.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-right{padding-left:9px;padding-right:9px}.vc_btn3.vc_btn3-size-sm.vc_btn3-style-3d{padding:4px 10px 3px;margin-bottom:2px}.vc_btn3.vc_btn3-size-xs{padding:0.2rem 0.5rem;border-radius:2px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left,.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right,.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty),.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-left:5px;padding-right:5px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-right:3px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{padding-left:3px}.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline{padding:0.2rem 0.5rem;border-width:1px}.vc_btn3.vc_btn3-size-xs.vc_btn3-style-3d{line-height:1.42857143;padding:3px 0.5rem 2px;margin-bottom:1px}.vc_btn3-shape-rounded{border-radius:0.25rem}.vc_btn3-shape-rounded.btn-lg,.vc_btn3-shape-rounded.vc_btn3-size-lg{border-radius:0.3rem}.vc_btn3-shape-rounded.btn-xs,.vc_btn3-shape-rounded.vc_btn3-size-xs{border-radius:0.2rem}.btn-rounded{border-radius:0.25rem}.vc_btn3.vc_label{display:inline;cursor:inherit}.vc_btn3.vc_label.vc_btn3-size-lg,.vc_btn3.vc_label.vc_btn3-size-md,.vc_btn3.vc_label.vc_btn3-size-sm,.vc_btn3.vc_label.vc_btn3-size-xs{padding:0.2em 0.6em 0.3em;line-height:1;text-align:center;vertical-align:baseline}.vc_btn3.vc_label.vc_btn3-shape-rounded{border-radius:0.25em}.vc_btn3.vc_label.vc_btn3-size-lg{font-size:1em}.vc_btn3.vc_label.vc_btn3-size-lg.vc_btn3-style-outline{border-width:2px}.vc_btn3.vc_label.vc_btn3-size-md{font-size:0.75em}.vc_btn3.vc_label.vc_btn3-size-md.vc_btn3-style-outline{border-width:1px}.vc_btn3.vc_label.vc_btn3-size-sm{font-size:0.7em}.vc_btn3.vc_label.vc_btn3-size-xs{font-size:0.6em}.vc_btn3.vc_btn3-shape-square{border-radius:0 !important}.vc_btn3.vc_btn3-shape-round{border-radius:2em !important}.vc_btn3-container.vc_btn3-center{text-align:center}.vc_btn3-container.vc_btn3-left{text-align:left}.vc_btn3-container.vc_btn3-right{text-align:right}.vc_btn3-container.show-arrow{position:relative}.vc_general.vc_cta3{padding:32px 55px}.vc_general.vc_cta3 .dir-arrow{position:absolute;top:-35px;left:70%}.vc_general.vc_cta3.vc_cta3-shape-rounded{border-radius:10px}.vc_general.vc_cta3 h2{font-size:1.8em;font-weight:400;line-height:30px}.vc_general.vc_cta3 h2,.vc_general.vc_cta3 h4{margin:0 0 9px}.vc_general.vc_cta3 p{font-size:1.2em}@media (min-width:768px){.vc_cta3_content-container{display:table;width:100%}.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content{width:75%;padding-right:25px;padding-left:0}.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions,.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions{width:25%}.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content{width:75%;padding-left:25px;padding-right:0}}@media (max-width: 767px){.vc_general.vc_cta3 .dir-arrow{display:none}.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions,.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions{padding-top:30px}.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions > div:last-child,.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions > div:last-child{margin-bottom:0}}.vc_custom_heading.heading-m-none > *,.vc_custom_heading.m-b-none > *{margin-bottom:0}.vc_custom_heading.big h1{font-size:4.2em;line-height:54px}.vc_custom_heading.short h1{margin-bottom:15px}.vc_custom_heading.short h2{margin-bottom:15px}.vc_custom_heading.short h3,.vc_custom_heading.short h4,.vc_custom_heading.short h5,.vc_custom_heading.short h6{margin-bottom:9px}.vc_custom_heading.shorter h1,.vc_custom_heading.shorter h2,.vc_custom_heading.shorter h3,.vc_custom_heading.shorter h4,.vc_custom_heading.shorter h5,.vc_custom_heading.shorter h6{margin-bottom:0}.vc_custom_heading.tall h1,.vc_custom_heading.tall h2,.vc_custom_heading.tall h3,.vc_custom_heading.tall h4,.vc_custom_heading.tall h5,.vc_custom_heading.tall h6{margin-bottom:33px}.vc_custom_heading.taller h1,.vc_custom_heading.taller h2,.vc_custom_heading.taller h3,.vc_custom_heading.taller h4,.vc_custom_heading.taller h5,.vc_custom_heading.taller h6{margin-bottom:44px}.vc_custom_heading.spaced h1,.vc_custom_heading.spaced h2,.vc_custom_heading.spaced h3,.vc_custom_heading.spaced h4,.vc_custom_heading.spaced h5,.vc_custom_heading.spaced h6{margin-top:33px}.vc_custom_heading.more-spaced h1,.vc_custom_heading.more-spaced h2,.vc_custom_heading.more-spaced h3,.vc_custom_heading.more-spaced h4,.vc_custom_heading.more-spaced h5,.vc_custom_heading.more-spaced h6{margin-top:44px}.circular-bar{text-align:center;margin-bottom:25px}.circular-bar .circular-bar-chart{position:relative}.circular-bar strong{display:block;font-weight:600;font-size:18px;line-height:30px;position:absolute;top:37%;width:80%;left:10%;text-align:center}.circular-bar label{display:block;font-weight:100;font-size:17px;line-height:20px;position:absolute;top:52%;width:80%;left:10%;text-align:center}.circular-bar label:first-child{top:50%;margin-top:-10px}.circular-bar.only-icon i{display:block;font-weight:600;font-size:38px;line-height:30px;position:absolute;top:42%;width:80%;left:10%;text-align:center}.circular-bar.single-line strong{top:50%;transform:translateY(-50%)}.circular-bar.circular-bar-sm label{font-size:14px;top:38%;margin-top:0}.circular-bar.circular-bar-lg strong{font-size:20px;top:42%}.section-video{-webkit-transform:translate3d(0, 0, 0);background-position:50% 50%;background-repeat:no-repeat;padding:50px 0;position:relative;overflow:hidden;min-width:100%}.section-video.skrollable{position:absolute;left:0;top:0;padding:0}.section-video video{max-width:none}.section-video .container{position:relative;z-index:3}.section-video .video-overlay{background:transparent url(https://premiumsound.co.uk/wp-content/themes/porto/images/video-overlay.png) repeat 0 0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.section-video.video-overlay-dark .video-overlay{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/images/video-overlay-dark.png)}html.boxed .section-video > div:first-child{z-index:0 !important}html.boxed .section-video > div:first-child video{z-index:0 !important}.vc_separator h4{margin-top:0;font-size:1.1429em;font-weight:700;text-transform:uppercase}.vc_text_separator{margin-bottom:25px;border:none}.vc_text_separator h1,.vc_text_separator h2,.vc_text_separator h3,.vc_text_separator h4,.vc_text_separator h5,.vc_text_separator h6,.vc_text_separator p,.vc_text_separator div{margin-top:0;margin-bottom:0}.vc_text_separator div{top:auto;background-color:transparent}.vc_text_separator .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{padding:0}.vc_text_separator .vc_icon_element:not(.vc_icon_element-have-style) + h4{margin-left:-0.5em;padding-right:1em}.vc_separator.vc_separator_align_left h1,.vc_separator.vc_separator_align_left h2{padding:0 15px 0 0}.vc_separator.vc_separator_align_left h3,.vc_separator.vc_separator_align_left h4{padding:0 12px 0 0}.vc_separator.vc_separator_align_left h5,.vc_separator.vc_separator_align_left h6,.vc_separator.vc_separator_align_left p,.vc_separator.vc_separator_align_left div{padding:0 10px 0 0}.vc_separator.vc_separator_align_right h1,.vc_separator.vc_separator_align_right h2{padding:0 0 0 15px}.vc_separator.vc_separator_align_right h3,.vc_separator.vc_separator_align_right h4{padding:0 0 0 12px}.vc_separator.vc_separator_align_right h5,.vc_separator.vc_separator_align_right h6,.vc_separator.vc_separator_align_right p,.vc_separator.vc_separator_align_right div{padding:0 0 0 10px}.vc_separator.vc_separator_align_center h1,.vc_separator.vc_separator_align_center h2{padding:0 15px}.vc_separator.vc_separator_align_center h3,.vc_separator.vc_separator_align_center h4{padding:0 12px}.vc_separator.vc_separator_align_center h5,.vc_separator.vc_separator_align_center h6,.vc_separator.vc_separator_align_center p,.vc_separator.vc_separator_align_center div{padding:0 10px}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line{border:none}.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line{border:none}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed{background:none;position:relative}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed:after{content:"";display:block;height:0;position:absolute;top:50%;margin-top:-1px;width:100%}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern{background:none;position:relative}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern:after{background:transparent url(https://premiumsound.co.uk/wp-content/themes/porto/images/patterns/worn_dots.png) repeat 0 0;content:"";display:block;height:15px;position:absolute;top:50%;margin-top:-7px;width:100%}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern.pattern-2:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern.pattern-2:after{background-image:url(https://premiumsound.co.uk/wp-content/themes/porto/images/patterns/az_subtle.png)}div.wpb_single_image .vc_single_image-wrapper.vc_box_border,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border{padding:4px}div.wpb_single_image .vc_single_image-wrapper.vc_box_border img,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline img,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img{border-width:0}div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle{padding:4px}div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img{border-width:0}div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img{margin-bottom:-4px}div.wpb_single_image .porto-vc-zoom{display:inline-block;position:relative;max-width:100%}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon{position:relative}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon img{position:relative;z-index:1}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:before{transition:0.2s;background:rgba(0, 0, 0, 0.65);content:"";position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;z-index:2}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:after{transition:0.2s;font-family:"Font Awesome 5 Free";font-weight:900;color:#fff;content:'\f00e';font-size:30px;height:30px;position:absolute;top:30%;margin-top:-15px;display:block;text-align:center;width:100%;opacity:0;z-index:3}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:before{opacity:1}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:after{top:50%;opacity:1}div.wpb_single_image .porto-vc-zoom .zoom-icon{color:#fff;border-radius:100%;width:30px;height:30px;position:absolute;padding:0;line-height:28px;display:block;bottom:8px;right:8px;text-align:center}div.wpb_single_image .porto-vc-zoom .zoom-icon:before{font-family:"Font Awesome 5 Free";font-weight:900;content:'\f002'}div.wpb_single_image .vc_figure{max-width:100%}div.wpb_single_image .vc_figure .vc_single_image-wrapper{margin-bottom:0}div.wpb_single_image .vc_figure .vc_figure-caption{margin-top:0.5em}div.wpb_single_image.vc_box_border,div.wpb_single_image.vc_box_outline,div.wpb_single_image.vc_box_shadow_border{padding:4px}div.wpb_single_image.vc_box_border img,div.wpb_single_image.vc_box_outline img,div.wpb_single_image.vc_box_shadow_border img{border-width:0}.porto-carousel .vc_single_image-wrapper.vc_box_border,.porto-carousel .vc_single_image-wrapper.vc_box_outline,.porto-carousel .vc_single_image-wrapper.vc_box_shadow_border,.porto-carousel .vc_single_image-wrapper.vc_box_border_circle,.porto-carousel .vc_single_image-wrapper.vc_box_outline_circle,.porto-carousel .vc_single_image-wrapper.vc_box_shadow_border_circle{margin:2px}.wpb_single_image.vc_align_right{text-align:right}.wpb_single_image.vc_align_left{text-align:left}.wpb_text_column.featured{font-size:1.25rem;line-height:1.8rem}.wpb_text_column.short{margin-bottom:0}.wpb_text_column.tall{margin-bottom:20px}.wpb_text_column.taller{margin-bottom:40px}.wpb_text_column .alternative-font{display:inline-block;margin-top:-15px;position:relative;top:3px;margin-bottom:-6px}.lead,.wpb_text_column.lead,.wpb_text_column.lead p{line-height:1.8rem;letter-spacing:-0.05em}.porto-onepage-category:not(.show-products){position:absolute;left:0;top:0;width:80px;height:100%}.porto-onepage-category:not(.show-products) > .category-list{height:100%}.porto-onepage-category.show-products{display:-ms-flexbox;display:flex}.porto-onepage-category.ajax-load .category-section:not(.ajax-loaded) .category-title{display:none}.porto-onepage-category .category-details{width:calc(100% - 80px);padding:70px 5vw}.porto-onepage-category > .category-list{background:#000;width:80px;position:relative;z-index:9;padding-top:60px}.porto-onepage-category .product-cats{list-style:none;padding:0;margin-bottom:0}.porto-onepage-category .product-cats li{width:100%}.porto-onepage-category .product-cats a{display:inline-block;color:#fff;text-decoration:none;text-align:center;white-space:nowrap;position:relative;transition:all 0.3s;padding:0}.porto-onepage-category .product-cats a:after{content:"";width:16px;height:16px;position:absolute;display:block;right:-15px;top:50%;margin-top:-8px;border:8px solid transparent;transition:all 0.3s}.porto-onepage-category .product-cats a:hover,.porto-onepage-category .product-cats a.active{background-color:#00d59d}.porto-onepage-category .product-cats a:hover:after,.porto-onepage-category .product-cats a.active:after{border-left-color:#00d59d}.porto-onepage-category .product-cats a:hover .category-title{opacity:1;visibility:visible;width:auto;padding-right:50px}.porto-onepage-category .product-cats .category-icon{display:inline-block;width:80px;height:80px;line-height:80px;font-size:1.6875rem;vertical-align:middle}.porto-onepage-category .product-cats .category-icon img{max-height:100%;object-fit:cover}.porto-onepage-category .product-cats .category-title{display:inline-block;vertical-align:middle;opacity:0;visibility:hidden;width:0;transition:all 0.3s;font-size:16px;font-weight:400;position:relative;overflow:hidden}.porto-onepage-category .category-description{margin-bottom:1.5vw}.porto-onepage-category .category-section{min-height:1px}.porto-onepage-category .category-section .category-title{display:-ms-flexbox;display:flex;align-items:center;margin-bottom:25px;position:relative}.porto-onepage-category .category-section .category-title .category-link{margin-left:auto}.porto-onepage-category .category-section .category-title .btn{padding:10px 30px}.porto-onepage-category .category-section .category-title .dropdown{position:static}.porto-onepage-category .category-section .cat-title{font-size:26px;text-transform:uppercase;margin-bottom:0}.porto-onepage-category .category-section .cat-title span{vertical-align:middle}.porto-onepage-category .category-section .cat-title:after{display:none}.porto-onepage-category .category-section .cat-title.has-sub-cat{cursor:pointer}.porto-onepage-category .category-section .cat-title.has-sub-cat:after{display:inline-block;content:"\e81c";font-family:"porto";margin-left:18px;font-size:18px;vertical-align:middle;border:none;width:auto;height:auto}.porto-onepage-category .category-section > .woocommerce{margin-bottom:45px;margin-left:-8px;margin-right:-8px}@media (max-width:767px){.porto-onepage-category .category-section > .woocommerce{margin-left:-6px;margin-right:-6px}}@media (max-width:575px){.porto-onepage-category .category-section > .woocommerce{margin-left:-3px;margin-right:-3px}}.porto-onepage-category .category-section > .woocommerce.columns-6,.porto-onepage-category .category-section > .woocommerce.columns-7,.porto-onepage-category .category-section > .woocommerce.columns-8{margin-left:-3px;margin-right:-3px}.porto-onepage-category .category-section .owl-carousel.show-nav-title .owl-nav{margin-top:-20px;width:100%;top:50%}.porto-onepage-category .category-section .owl-carousel.show-nav-title .owl-nav .owl-next{right:-45px}.porto-onepage-category .sub-category{width:calc(100% + 40px);margin-left:auto;margin-right:auto;margin:20px -20px 20px;padding:50px 0;border-radius:5px}@media (min-width:768px) and (max-width:991px){.porto-onepage-category .sub-category{font-size:14px}}@media (max-width:767px){.porto-onepage-category .sub-category{width:calc(100% + 2px);padding:20px 0;margin-left:-1px;margin-right:-1px}}.porto-onepage-category .sub-category:before{content:'';position:absolute;border:8px solid transparent;width:16px;height:16px;border-bottom-color:#bebebe;top:-16px;left:90px}.porto-onepage-category .sub-category:after{content:'';position:absolute;border:7px solid transparent;width:14px;height:14px;border-bottom-color:#fff;top:-14px;left:91px}.porto-onepage-category .sub-category:not(.show){display:none}.porto-onepage-category .sub-category > .cat-item{text-align:left;padding:20px 4% 10px;margin-bottom:0;border-left:1px solid #bebebe}.porto-onepage-category .sub-category > .cat-item:first-child{border-left:none}@media (min-width:768px) and (max-width:991px){.porto-onepage-category .sub-category > .cat-item{padding:20px 2%}}@media (max-width:575px){.porto-onepage-category .sub-category > .cat-item{border-left:none}}.porto-onepage-category .sub-category > .cat-item > a{font-weight:700;text-transform:uppercase}.porto-onepage-category .sub-category > .cat-item a{display:inline-block;padding:9px 0}@media (max-width:767px){.porto-onepage-category:not(.show-products){position:static;width:auto;height:auto;margin-bottom:20px}.porto-onepage-category.show-products{display:block;margin-top:30px}.porto-onepage-category .product-cats{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.porto-onepage-category .product-cats li{width:auto;margin-right:10px}.porto-onepage-category .product-cats .category-icon{width:60px;height:60px;line-height:60px}.porto-onepage-category .product-cats .category-title,.porto-onepage-category .product-cats a:after{display:none}.porto-onepage-category > .category-list{width:auto;height:auto;padding-top:0}.porto-onepage-category .category-details{width:100%;padding-top:30px;padding-bottom:30px}}.section-scroll-dots-navigation{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:fixed;top:50%;right:30px;border-radius:35px;padding:9.6px;padding:0.6rem;z-index:10;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}.section-scroll-dots-navigation > ul > li{position:relative;margin-bottom:4.8px;margin-bottom:0.3rem}.section-scroll-dots-navigation > ul > li > a{position:relative;width:8px;height:8px;display:block;margin:0.3rem 0.3rem 0.6rem;border-radius:4px;background:rgba(204, 204, 204, 0.5);transition:background 0.3s}.section-scroll-dots-navigation > ul > li.active > a{background:#ccc}.section-scroll-dots-navigation > ul > li span{position:absolute;top:50%;right:calc(100% + 20px);background:#fff;color:#212529;font-size:0.8rem;font-weight:800;padding:0.2rem 1rem;border-radius:4px;white-space:nowrap;opacity:0;visibility:hidden;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0);transition:opacity 0.3s;text-transform:uppercase;box-shadow:0 0 4px 3px rgba(0, 0, 0, 0.06)}.section-scroll-dots-navigation > ul > li span:after{content:'';position:absolute;top:50%;left:100%;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #f7f7f7;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}.section-scroll-dots-navigation > ul > li:hover span{visibility:visible;opacity:1}.section-scroll-dots-navigation.dots-nav-light > ul > li > a{background:rgba(255, 255, 255, 0.3)}.section-scroll-dots-navigation.dots-nav-light > ul > li.active > a{background:#fff}.cd-product-viewer-wrapper{text-align:center;padding:2em 0}.cd-product-viewer-wrapper > div{display:inline-block}@media (max-width:1199px){.cd-product-viewer-wrapper > div{width:100% !important}}.cd-product-viewer-wrapper .product-viewer{position:relative;z-index:1;display:inline-block;overflow:hidden}@media (max-width:1199px){.cd-product-viewer-wrapper .product-viewer{width:100% !important}}.cd-product-viewer-wrapper img{display:block;position:relative;width:100%;z-index:1}.cd-product-viewer-wrapper .product-sprite{position:absolute;z-index:2;top:0;left:0;height:100%;width:1600%;background-size:100%;background-repeat:no-repeat;background-position:center center;opacity:0;transition:opacity 0.3s}.cd-product-viewer-wrapper.loaded .product-sprite{opacity:1;cursor:ew-resize}.cd-product-viewer-handle{position:relative;z-index:2;width:60%;max-width:300px;border-radius:50em;margin:1em auto 3em;height:4px;background:#646669}.cd-product-viewer-handle .fill{position:absolute;z-index:1;left:0;top:0;height:100%;width:100%;border-radius:inherit;background:#212529;transform:scaleX(0);transform-origin:left center;transition:transform 0.5s}.no-csstransitions .cd-product-viewer-handle .fill{display:none}.loaded .cd-product-viewer-handle .fill{opacity:1;background-image:none !important;transition:transform 0.3s, ease opacity 0.2s 0.3s}.cd-product-viewer-handle .handle{position:absolute;z-index:2;display:inline-block;height:44px;width:44px;left:0;top:-20px;background:#212529;border-radius:50%;border:2px solid #212529;text-indent:100%;white-space:nowrap;overflow:hidden;color:transparent;transform:translateX(-50%) scale(0);transition:box-shadow 0.2s}.cd-product-viewer-handle .handle .bars{position:absolute;top:50%;left:50%;width:4px;height:20px;background:#fff;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}.cd-product-viewer-handle .handle .bars:before,.cd-product-viewer-handle .handle .bars:after{content:'';position:absolute;top:50%;width:4px;height:60%;background:#fff;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}.cd-product-viewer-handle .handle .bars:before{left:-8px}.cd-product-viewer-handle .handle .bars:after{right:-8px}.loaded .cd-product-viewer-handle .handle{transform:translateX(-50%) scale(1);animation:cd-bounce 300ms 300ms;animation-fill-mode:both;cursor:ew-resize}@keyframes cd-bounce{0%{transform:translateX(-50%) scale(0)}60%{transform:translateX(-50%) scale(1.1)}100%{transform:translateX(-50%) scale(1)}}.porto_products_filter_form select,.porto_products_filter_form .btn-submit{width:100%;margin-bottom:0.5rem}.porto_products_filter_form .btn-submit{margin-top:1rem;text-align:center}.inline-block{display:inline-block}
﻿ul.resp-tabs-list{margin:0;padding:0}.resp-tabs-list li{font-weight:600;font-size:13px;display:inline-block;padding:13px 15px;margin:0;list-style:none;cursor:pointer;float:left}.resp-tabs-container{padding:0;clear:left}h2.resp-accordion{cursor:pointer;padding:5px;display:none;margin:0}.resp-tab-content{display:none;padding:15px}.resp-tab-active{border:1px solid #c1c1c1;border-bottom:none;margin-bottom:-1px !important;padding:12px 14px 14px 14px !important}.resp-tab-active{border-bottom:none;background-color:#fff}.resp-content-active,.resp-accordion-active{display:block}.resp-tab-content{border:1px solid #c1c1c1}h2.resp-accordion{font-size:13px;border:1px solid #c1c1c1;border-top:0 solid #c1c1c1;margin:0;padding:10px 15px}h2.resp-tab-active{border-bottom:0 solid #c1c1c1 !important;margin-bottom:0 !important;padding:10px 15px !important}h2.resp-tab-title:last-child{border-bottom:12px solid #c1c1c1 !important;background:blue}.resp-vtabs ul.resp-tabs-list{float:left;width:30%}.resp-vtabs .resp-tabs-list li{display:block;padding:15px 15px !important;margin:0;cursor:pointer;float:none}.resp-vtabs .resp-tabs-container{padding:0;background-color:#fff;border:1px solid #c1c1c1;float:left;width:68%;min-height:250px;clear:none}.resp-vtabs .resp-tab-content{border:none}.resp-vtabs li.resp-tab-active{border:1px solid #c1c1c1;border-right:none;background-color:#fff;position:relative;z-index:1;margin-right:-1px !important;padding:14px 15px 15px 14px !important}.resp-arrow{width:0;height:0;float:right;margin-top:3px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:12px solid #c1c1c1}h2.resp-tab-active span.resp-arrow{border:none;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid #9B9797}h2.resp-tab-active{background:#DBDBDB !important}.resp-easy-accordion h2.resp-accordion{display:block}.resp-easy-accordion .resp-tab-content{border:1px solid #c1c1c1}.resp-easy-accordion .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1 !important}.resp-jfit{width:100%;margin:0}.resp-tab-content-active{display:block}h2.resp-accordion:first-child{border-top:1px solid #c1c1c1 !important}@media only screen and (max-width: 767px){ul.resp-tabs-list{display:none}h2.resp-accordion{display:block}.resp-vtabs .resp-tab-content{border:1px solid #C1C1C1}.resp-vtabs .resp-tabs-container{border:none;float:none;width:100%;min-height:initial;clear:none}.resp-accordion-closed{display:none !important}.resp-vtabs .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1 !important}}.dokan-message,.dokan-info,.dokan-error{border:none;background:none;border-radius:0}.dokan-message:before,.dokan-info:before,.dokan-error:before{left:0;background:none;font-style:normal;padding:0;width:auto;border-radius:0}.woocommerce-error,.woocommerce-message,.woocommerce-info,.dokan-message,.dokan-info,.dokan-error{padding:10px 3px;list-style-position:inside;text-align:left;margin-bottom:10px;font-size:16px;font-weight:500}#main>.container>.woocommerce-error,#main>.container>.woocommerce-message,#main>.container>.woocommerce-info,#main>.container>.dokan-message,#main>.container>.dokan-info,#main>.container>.dokan-error{margin-top:10px}#main>.container-fluid>.woocommerce-error,#main>.container-fluid>.woocommerce-message,#main>.container-fluid>.woocommerce-info,#main>.container-fluid>.dokan-message,#main>.container-fluid>.dokan-info,#main>.container-fluid>.dokan-error{margin-top:20px}.woocommerce-error:before,.woocommerce-message:before,.woocommerce-info:before,.dokan-message:before,.dokan-info:before,.dokan-error:before{position:relative;top:2px;margin-right:5px;font-size:20px;font-family:'Font Awesome 5 Free';font-weight:900}.woocommerce-error{color:#6d1a17;list-style:none}.woocommerce-error li{padding:5px 0}.woocommerce-error li:before{content:"\f071";margin-right:0.5rem;color:var(--danger);font-size:23px;font-family:'Font Awesome 5 Free';font-weight:900;vertical-align:middle}.dokan-error{color:#6d1a17}.dokan-error:before{content:"\f071";color:var(--danger)}.woocommerce-message .wc-forward,.dokan-message .wc-forward{margin-right:10px}.woocommerce-message:before,.dokan-message:before{content:"\f00c";color:#0cc485}.woocommerce-info,.dokan-info{color:#2f6473}.woocommerce-info:before,.dokan-info:before{content:"\f05a";color:var(--info)}dl.variation{margin-bottom:0;font-size:.625rem;text-transform:uppercase}dl.variation p{font-size:inherit}.shop_table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em}.shop_table a{color:inherit;text-decoration:none}.shop_table a:not(.button):hover{color:var(--primary)}.shop_table dt,.shop_table dd{display:inline-block;margin:0 5px 0 0;font-weight:400}.shop_table dd p{font-size:inherit}.shop_table th{text-align:left;padding:10px}.shop_table td{text-align:left;padding:20px 10px}.shop_table tbody td.product-name{font-weight:500;word-break:break-word}.shop_table tfoot tr:first-child th,.shop_table tfoot tr:first-child td{padding:28px 10px 10px}.shop_table tbody th:first-child,.shop_table tfoot th:first-child{border-left:none}.shop_table td.actions{padding:20px 0}@media (max-width: 575px){.shop_table td.actions .coupon>*{margin-bottom:1rem}}@media (max-width: 767px){.shop_table.shop_table_responsive,.shop_table.responsive{border:1px solid #e7e7e7;border-top:4px solid var(--primary);box-shadow:0 2px 4px 0px rgba(0,0,0,0.05)}.shop_table.shop_table_responsive thead,.shop_table.responsive thead{display:none}.shop_table.shop_table_responsive tr,.shop_table.responsive tr{display:block;padding:20px 0;position:relative}.shop_table.shop_table_responsive tr:first-child,.shop_table.responsive tr:first-child{border-top:none}.shop_table.shop_table_responsive tfoot th,.shop_table.responsive tfoot th{border:none}.shop_table.shop_table_responsive td,.shop_table.shop_table_responsive th,.shop_table.responsive td,.shop_table.responsive th{background:transparent;text-align:center;display:block;padding:5px 10px;border:none}.shop_table.shop_table_responsive td.product-remove,.shop_table.shop_table_responsive th.product-remove,.shop_table.responsive td.product-remove,.shop_table.responsive th.product-remove{position:absolute;right:0;top:12px}.shop_table.shop_table_responsive td.product-thumbnail,.shop_table.shop_table_responsive th.product-thumbnail,.shop_table.responsive td.product-thumbnail,.shop_table.responsive th.product-thumbnail{padding-top:10px}}.featured-box .shop_table{box-shadow:none;border:none}.featured-box .shop_table th{background:transparent;border-bottom:none;font-weight:600}.featured-box .shop_table th:first-child,.featured-box .shop_table th:last-child,.featured-box .shop_table th:only-child{border-radius:0}.featured-box .shop_table td{border-left:none}.featured-box .shop_table tr:last-child td:first-child,.featured-box .shop_table tr:last-child td:last-child,.featured-box .shop_table tr:last-child td:only-child{border-radius:0}.featured-box .shop_table .product-remove .remove{font-size:30px;font-weight:800;text-decoration:none}.featured-box .shop_table .quantity{margin:0;width:auto}.featured-box .shop_table .quantity input.qty{border-radius:0;width:38px;height:30px;padding:0 4px}.featured-box .shop_table .quantity .minus,.featured-box .shop_table .quantity .plus{width:30px;height:30px}.featured-box .shop_table .coupon{margin-top:16px;width:50%}.featured-box .shop_table .coupon label{display:none}.featured-box .shop_table .coupon #coupon_code{max-width:280px}.featured-box .shop_table .actions,.featured-box .shop_table .cart-actions{margin-top:8px;padding-bottom:10px}.featured-box .shop_table .actions input,.featured-box .shop_table .actions button,.featured-box .shop_table .cart-actions input,.featured-box .shop_table .cart-actions button{margin-bottom:15px}@media (max-width: 991px){.featured-box .shop_table .coupon{width:100%}.featured-box .shop_table .pt-left,.featured-box .shop_table .pt-right{float:none !important;text-align:center}}.order-again .button{padding:0 1.5rem}.btn-go-shop{min-width:200px;padding:16px 0;font-size:15px;letter-spacing:-.015em;text-align:center}.wc-action-btn.wc-action-sm{font-size:13px;letter-spacing:-.015em}.wc-action-btn.button,.order-again .button,.btn-v-dark{font-weight:700;text-transform:uppercase}@media (min-width: 992px){.order-info,.woocommerce-order-details{width:90%}}.order-info .order-item{width:20%;font-size:13px;line-height:24px;text-align:center}@media (max-width: 767px){.order-info .order-item{width:33.3333%;margin-bottom:2rem}}@media (max-width: 575px){.order-info .order-item{width:50%}}.order_details tbody .amount,.checkout-order-review tbody .amount,.checkout-order-review .cart-subtotal{color:#777;font-weight:500}.order_details tr td:last-child,.checkout-order-review tr td:last-child{text-align:right}.order_details tbody tr.order_item{line-height:20px;border-bottom-width:0}.order_details tbody tr.order_item td{padding-top:9px;padding-bottom:0}.order_details tbody td.product-name{padding-top:9px}.order_details tfoot tr{padding:5px 0}.order_details tfoot tr td{color:#777;font-weight:500}.order_details tfoot tr:last-child h4{font-size:16px}.order_details tfoot tr:last-child .amount{font-size:22px;font-weight:700}.order_details .wc-item-meta{padding-left:5px;margin-bottom:0}.order_details .wc-item-meta li{display:flex;font-size:12px;color:#999}.order_details .wc-item-meta strong{margin-right:10px}.order_details .wc-item-meta strong,.order_details .wc-item-meta p{font-weight:500}.featured-box .cart-actions{margin-top:8px;margin-bottom:20px}.woocommerce-thankyou-order-received{padding:36px 0;font-size:18px;font-weight:700;letter-spacing:-.025em;border:2px solid #0cc485}.success-message i,.woocommerce-thankyou-order-received i{color:#0cc485}.woocommerce-thankyou .woocommerce-order-details{width:100%}.woocommerce-account .account-sub-title,.woocommerce-thankyou .account-sub-title,.woocommerce-checkout .account-sub-title,#login-form-popup .account-sub-title{font-size:22px;font-weight:700;letter-spacing:-.01em}.woocommerce-account .account-sub-title i,.woocommerce-thankyou .account-sub-title i,.woocommerce-checkout .account-sub-title i,#login-form-popup .account-sub-title i{font-size:35px}.woocommerce-account .featured-boxes,.woocommerce-thankyou .featured-boxes,.woocommerce-checkout .featured-boxes,#login-form-popup .featured-boxes{border:2px solid #e7e7e7}.woocommerce-checkout h4,.woocommerce-cart h4,.woocommerce-order-details h4{letter-spacing:-.01em;font-size:14px;font-weight:600}.woocommerce-checkout .card-sub-title,.woocommerce-cart .card-sub-title,.woocommerce-order-details .card-sub-title{font-weight:700}.woocommerce #content table.shop_table.wishlist_table.cart a.remove,.product_list_widget .product-details a{color:#474747}.u-column1.col-1{max-width:none;-webkit-flex:none;-ms-flex:none;flex:none;padding-left:0;padding-right:0}.col2-set{*zoom:1;margin:0 -15px}.col2-set:before,.col2-set:after{content:" ";display:table}.col2-set:after{clear:both}.col2-set .col-1,.col2-set .col-2{width:50%;padding:0 15px;max-width:none;-webkit-flex:none;-ms-flex:none;flex:none}.col2-set .col-1{float:left}.col2-set .col-2{float:right}@media (max-width: 991px){.col2-set .col-1,.col2-set .col-2{float:none;width:100%}}.chosen-container-single .chosen-single,.woocommerce-checkout .form-row .chosen-container-single .chosen-single{background-image:none;height:34px;line-height:28px;padding:3px 8px}.chosen-container-active.chosen-with-drop .chosen-single{box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}.chosen-container-single .chosen-single,.chosen-container-active.chosen-with-drop .chosen-single{box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}.chosen-container-single .chosen-single div b,.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{background-position:0 7px !important}.chosen-container-active.chosen-with-drop .chosen-single div b,.woocommerce-checkout .form-row .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 7px !important}.select2-container .select2-choice{background-image:none;height:34px;line-height:28px;padding:3px 8px;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}.select2-container-active .select2-choice{box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}.select2-drop,.select2-drop-active{margin-top:-2px}.select2-drop .select2-search,.select2-drop-active .select2-search{padding-top:4px}.select2-drop .select2-results,.select2-drop-active .select2-results{font-size:.9em}.select2-drop .select2-results li,.select2-drop-active .select2-results li{line-height:20px}.form-row{margin-bottom:15px;vertical-align:top}.form-row:not(.row){display:block;margin-left:0;margin-right:0}.form-row label{display:block}.form-row label.checkbox{display:inline-block}.form-row label.inline{display:inline}.form-row .required{border:none;cursor:default;color:#c10000}.form-row input[type="email"],.form-row input[type="number"],.form-row input[type="password"],.form-row input[type="search"],.form-row input[type="tel"],.form-row input[type="text"],.form-row input[type="url"],.form-row input[type="color"],.form-row input[type="date"],.form-row input[type="datetime"],.form-row input[type="datetime-local"],.form-row input[type="month"],.form-row input[type="time"],.form-row input[type="week"],.form-row select,.form-row textarea{width:100%}.form-row-wide{width:100%}.form-row-first{float:left;width:50%;padding-right:10px}@media (max-width: 767px){.form-row-first{float:none;width:100%;padding-right:0}}.form-row-last{float:right;width:50%;padding-left:10px}@media (max-width: 767px){.form-row-last{float:none;width:100%;padding-left:0}}header.title{position:relative;*zoom:1}header.title:before,header.title:after{content:" ";display:table}header.title:after{clear:both}header.title h3{float:left;margin-bottom:15px}header.title .edit{float:right;margin-bottom:15px}form.global-login label.inline{display:inline-block;margin:0;vertical-align:middle}form.global-login #rememberme{margin-left:10px}.wcml-switcher{position:relative}.wcml-switcher h5{cursor:pointer !important}.wcml-switcher li.loading{display:inline-block !important;position:absolute !important;z-index:1;top:0;bottom:0;left:0;right:0;opacity:.3;cursor:wait}p.demo_store{position:fixed;bottom:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#000;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,0.2)}body.woocommerce-page .main-content .featured-box{margin-top:0;margin-bottom:30px}body.woocommerce-page .card-body .featured-box{margin-bottom:0}.overlay-vendor-effect{background:rgba(0,0,0,0.4);padding-bottom:1px}.vendor-profile-bg{background:#d41b1b;color:#fff;text-align:center;margin-bottom:20px}.vendor-profile-bg h1 a{text-align:center;color:#fff;font-size:26px;font-weight:bold;text-transform:capitalize}.vendor-profile-bg p{font-weight:700;text-align:center;font-size:14px;margin:10px}.vendor_userimg img{border-radius:100px;margin:20px 0px}#footer form{opacity:1}.price,td.product-price,td.product-subtotal,td.product-total,td.order-total,tr.cart-subtotal{line-height:1;font-weight:600;font-size:2.5714em}.price .price,td.product-price .price,td.product-subtotal .price,td.product-total .price,td.order-total .price,tr.cart-subtotal .price{font-size:1em}.price .currency,.price .decimal,td.product-price .currency,td.product-price .decimal,td.product-subtotal .currency,td.product-subtotal .decimal,td.product-total .currency,td.product-total .decimal,td.order-total .currency,td.order-total .decimal,tr.cart-subtotal .currency,tr.cart-subtotal .decimal{font-size:.75em;font-weight:400}.price .currency .decimal,td.product-price .currency .decimal,td.product-subtotal .currency .decimal,td.product-total .currency .decimal,td.order-total .currency .decimal,tr.cart-subtotal .currency .decimal{font-size:1em}.price ins,td.product-price ins,td.product-subtotal ins,td.product-total ins,td.order-total ins,tr.cart-subtotal ins{display:inline-block;text-decoration:none;vertical-align:baseline}.price del,.price .from,td.product-price del,td.product-price .from,td.product-subtotal del,td.product-subtotal .from,td.product-total del,td.product-total .from,td.order-total del,td.order-total .from,tr.cart-subtotal del,tr.cart-subtotal .from{display:inline-block;color:#a7a7a7;font-size:.8em;margin-right:.2143em;vertical-align:baseline}td.product-price,td.product-subtotal,td.product-total,td.order-total,tr.cart-subtotal{color:inherit;font-size:inherit;line-height:inherit}div.quantity{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;text-align:left;vertical-align:middle}div.quantity.hidden{display:none !important}div.quantity button[type='button']{cursor:pointer}div.quantity .qty{-moz-appearance:textfield;text-align:center;width:2.5em;height:36px;padding-left:0;padding-right:0;box-shadow:none}div.quantity .minus,div.quantity .plus{position:relative;width:2em;height:36px;line-height:1;border:1px solid;padding:0;outline:none;text-indent:-9999px}div.quantity .minus:before,div.quantity .plus:before{content:'';position:absolute;left:50%;top:50%;width:9px;border-top:1px solid;margin-top:-0.5px;margin-left:-4.5px}div.quantity .plus{left:-1px}div.quantity .plus:after{content:'';position:absolute;left:50%;top:50%;height:9px;border-left:1px solid;margin-top:-4.5px;margin-left:-0.5px}div.quantity .minus{left:1px}.quantity .qty{color:#222529}.product-image{display:block;position:relative;border:none;width:100%;padding:0}.product-image:hover{z-index:1}.product-image .inner{display:block;overflow:hidden;position:relative}.product-image img{display:inline-block;width:100%;height:auto;transition:opacity 0.3s ease-in-out;transform:translateZ(0)}.product-image .viewcart{font-size:1.25rem;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:3;text-align:center;width:2.2em;height:2.2em;line-height:2.1em;display:none;opacity:0;transition:.25s}.product-image .viewcart:before{font-family:"Simple-Line-Icons";content:"\e04e"}.product-image .viewcart:hover{color:#fff}.product-image .labels{line-height:1;color:#fff;font-weight:600;text-transform:uppercase;position:absolute;z-index:2;top:.8em;font-size:10px;left:.8em;text-align:center}.product-image .labels .onhot,.product-image .labels .onsale{padding:5px 11px;margin-bottom:5px}.product-image .labels .onhot{background:#62b959}.product-image .labels .onsale{background:#e27c7c}.product-image .labels .tooltip{font-weight:normal;text-transform:none;white-space:nowrap;z-index:100}.product-image .stock{position:absolute;z-index:1;color:#000;top:0;bottom:0;left:0;right:0;width:10em;height:3em;line-height:3em;margin:auto;font-weight:600;text-transform:uppercase;text-align:center;transition:.25s}.yith-wcbm-badge{margin:0}.yith-wcbm-badge img{margin:0 !important;border-radius:0;opacity:1 !important}.products .yith-wcbm-badge{margin:0}.products .yith-wcbm-badge img{margin:0 !important}.add-links .add_to_cart_read_more,.add-links .add_to_cart_button,.yith-wcwl-add-to-wishlist a,.yith-wcwl-add-to-wishlist span,.add-links-wrap .quickview{position:relative;display:inline-block;cursor:pointer;font-size:inherit;text-decoration:none;text-align:center;vertical-align:top;transition:.25s}.add-links .add_to_cart_read_more:before,.add-links .add_to_cart_button:before,.yith-wcwl-add-to-wishlist a:before,.yith-wcwl-add-to-wishlist span:before,.add-links-wrap .quickview:before{display:inline-block}.add-links .add_to_cart_button,.add-links .add_to_cart_read_more,.add-links .yith-compare{background:transparent;padding:0 .625rem;font-size:.75rem;font-weight:600;text-transform:uppercase;z-index:1;white-space:nowrap}.add-links .add_to_cart_button:before,.add-links .add_to_cart_read_more:before,.add-links .yith-compare:before{content:"\f061";font-family:'Font Awesome 5 Free';font-weight:900;margin-right:5px;position:relative;float:left}.add-links .yith-compare:before{content:"\e810";font-family:'porto'}.add-links .yith-compare.added::before{content:"\f00c";font-family:'Font Awesome 5 Free';font-weight:900;line-height:36px}.product-type-simple .add-links .add_to_cart_button:before{font-family:"Porto";content:"\e8ba";font-size:1rem;font-weight:600;font-size:.9375rem}.add-links .add_to_cart_button.loading.viewcart-style-1:after{opacity:.5;position:absolute;left:0;right:0;top:0;bottom:0;content:""}.add-links .add_to_cart_button,.add-links .add_to_cart_read_more,.add-links .quickview,.add-links .yith-compare{height:36px;line-height:34px;min-width:36px;border:1px solid transparent}.yith-wcwl-add-to-wishlist{margin-top:0;line-height:1;vertical-align:top}.yith-wcwl-add-to-wishlist>div{transition:.25s}.yith-wcwl-add-to-wishlist a,.yith-wcwl-add-to-wishlist span{width:36px;height:36px;line-height:34px;padding:0;border:1px solid #d8d8d6;color:#302e2a;text-indent:-9999em;background:none;border:1px solid transparent}.yith-wcwl-add-to-wishlist a:before,.yith-wcwl-add-to-wishlist span:before{position:absolute;left:0;right:0;top:0;text-indent:0;font-size:1rem;font-family:'Porto'}.yith-wcwl-add-to-wishlist .add_to_wishlist:before{content:'\e889'}.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.yith-wcwl-add-to-wishlist .delete_item:before{content:'\e88a'}.yith-wcwl-add-to-wishlist+.clear,.yith-wcwl-add-to-wishlist a i{display:none}.yith-wcwl-add-to-wishlist .feedback,.yith-wcwl-add-to-wishlist img.ajax-loading{display:none !important}li.product-outimage_aq_onimage .add-links .quickview{color:#fff}.add-links .quickview{position:relative;width:36px;padding:0;border:1px solid #d8d8d6;background:transparent;text-indent:-9999em;text-transform:uppercase;font-size:13px}.add-links .quickview:before{content:"";position:absolute;left:0;right:0;top:0;text-indent:0;font-family:'Font Awesome 5 Free';font-size:1.1em;font-weight:900}.add-links .quickview.loading:after{content:"";opacity:.5;position:absolute;left:0;right:0;top:0;bottom:0}.single-add-to-cart .type-product .single_add_to_cart_button:before{content:none}.single-add-to-cart .type-product .single_add_to_cart_button:after{content:"\f00c";margin-left:10px;font-size:16px;font-family:'Font Awesome 5 Free';font-weight:900}#comments h2{margin-top:0}.commentlist{list-style:none;margin:15px 0;padding:0;*zoom:1}.commentlist:before,.commentlist:after{content:" ";display:table}.commentlist:after{clear:both}.commentlist li{clear:both;margin-bottom:20px}.commentlist li:last-child{margin-bottom:0}@media (max-width: 575px){.commentlist li .comment_container{padding:10px 10px 15px}}.commentlist li .comment-text{padding:20px;position:relative}@media (max-width: 575px){.commentlist li .comment-text{padding:0;background:transparent}}.commentlist li .comment-text p{font-size:0.9em;line-height:21px;margin:0;padding:0}.commentlist li .comment-text .meta{font-size:1em;margin:0}.commentlist li .comment-text .meta strong{display:inline-block;line-height:21px;margin:0;padding:0 0 5px 0}@media (max-width: 575px){.commentlist li .comment-text .meta strong{display:block;padding-bottom:0}}.commentlist li .comment-text .meta time{color:#999;font-size:0.9em}.comment-reply-title{font-size:1.4em;font-weight:400;line-height:27px;margin:0 0 14px 0}.comment-form-rating label{display:inline-block;margin-right:10px;margin-bottom:0}.comment-form-rating .stars{display:inline-block;position:relative;top:-.5em;white-space:nowrap}.comment-form-rating .stars span a{position:absolute;top:0;left:0;font-size:14px;text-indent:-9999em;transition:all 0.2s;text-decoration:none}.comment-form-rating .stars span a:before{color:#706f6c;content:"";position:absolute;left:0;height:24px;text-indent:0;letter-spacing:1px}.comment-form-rating .stars span a:hover:before{color:#706f6c}.comment-form-rating .stars .star-1{z-index:10}.comment-form-rating .stars .star-1:before{width:17px}.comment-form-rating .stars .star-1:hover:before,.comment-form-rating .stars .star-1.active:before{content:""}.comment-form-rating .stars .star-2{z-index:9}.comment-form-rating .stars .star-2:before{width:34px}.comment-form-rating .stars .star-2:hover:before,.comment-form-rating .stars .star-2.active:before{content:"" ""}.comment-form-rating .stars .star-3{z-index:8}.comment-form-rating .stars .star-3:before{width:51px}.comment-form-rating .stars .star-3:hover:before,.comment-form-rating .stars .star-3.active:before{content:"" "" ""}.comment-form-rating .stars .star-4{z-index:7}.comment-form-rating .stars .star-4:before{width:68px}.comment-form-rating .stars .star-4:hover:before,.comment-form-rating .stars .star-4.active:before{content:"" "" "" ""}.comment-form-rating .stars .star-5{z-index:6}.comment-form-rating .stars .star-5:before{content:"" "" "" "" "";font-weight:400}.comment-form-rating .stars .star-5:hover:before,.comment-form-rating .stars .star-5.active:before{font-weight:900}#yith-wcwl-popup-message{border-width:4px 0 0;font-weight:600;line-height:1.5;padding:15px 20px;width:250px;margin-left:-125px !important;border-radius:0;box-shadow:0 0 5px rgba(0,0,0,0.5)}.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active,a.yith-wcan-onsale-button.active,a.yith-wcan-instock-button.active,a.yith-wcan-price-link.active,ul.yith-wcan-list li.chosen a{position:relative;padding-left:16px !important}.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:before,.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:after,a.yith-wcan-onsale-button.active:before,a.yith-wcan-onsale-button.active:after,a.yith-wcan-instock-button.active:before,a.yith-wcan-instock-button.active:after,a.yith-wcan-price-link.active:before,a.yith-wcan-price-link.active:after,ul.yith-wcan-list li.chosen a:before,ul.yith-wcan-list li.chosen a:after{content:'';position:absolute;color:#777;top:50%}.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:before,a.yith-wcan-onsale-button.active:before,a.yith-wcan-instock-button.active:before,a.yith-wcan-price-link.active:before,ul.yith-wcan-list li.chosen a:before{width:11px;left:0;margin-top:-1px;border-top:1px solid;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:after,a.yith-wcan-onsale-button.active:after,a.yith-wcan-instock-button.active:after,a.yith-wcan-price-link.active:after,ul.yith-wcan-list li.chosen a:after{height:11px;left:5px;-webkit-transform:translateY(-50%) rotateZ(45deg);transform:translateY(-50%) rotateZ(45deg);border-left:1px solid}.filter-item-list,.single_variation_wrap .variations_button,.single-product form.cart:not(.variations_form){display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.product_title{font-size:2em;font-weight:600;margin-bottom:0.5em}.product_title a{text-decoration:none}.product_title.show-product-nav{width:calc(100% - 52px)}.product-nav{position:absolute;top:0;margin-top:calc(1.125rem - 14px);right:10px;*zoom:1;z-index:1}.product-nav:before,.product-nav:after{content:" ";display:table}.product-nav:after{clear:both}.product-nav .product-prev,.product-nav .product-next{float:left;margin-left:.125rem}.product-nav .product-prev:hover .product-popup,.product-nav .product-next:hover .product-popup{display:block}.product-nav a{display:block;color:#222529}.product-nav a:hover,.product-nav a:focus{color:#222529}.product-nav .product-link{font-size:16px;width:28px;height:28px;line-height:23px;border:2px solid #e7e7e7;border-radius:14px;display:inline-block;text-align:center;text-decoration:none;font-family:"porto"}.product-nav .product-link.disabled{cursor:default;opacity:.5}.product-nav .product-prev .product-link:before{content:""}.product-nav .product-prev .product-popup:before{right:36px}.product-nav .product-next .product-link:before{content:""}.product-nav .product-next .product-popup:before{right:7px}.product-nav .featured-box{display:block;margin:0;text-align:left;border-width:0;box-shadow:0 5px 8px rgba(0,0,0,0.15)}.product-nav .featured-box .box-content{display:block;padding:10px;*zoom:1}.product-nav .featured-box .box-content:before,.product-nav .featured-box .box-content:after{content:" ";display:table}.product-nav .featured-box .box-content:after{clear:both}.product-nav .product-popup{display:none;position:absolute;top:32px;right:0;font-size:.9286em;z-index:999}.product-nav .product-popup:before{border-bottom:7px solid #222529;border-left:7px solid transparent !important;border-right:7px solid transparent !important;content:"";position:absolute;top:-5px}.product-nav .product-popup .box-content{border-top:3px solid #222529}.product-nav .product-popup .product-image{padding:0;width:90px}.product-nav .product-popup .product-image img{width:100%;height:auto}.product-nav .product-popup .product-details .product-title{display:block;padding-top:5px;line-height:1.4em;font-size:12px;font-weight:600;text-align:center;color:#797876}.product-nav .product-popup .product-details .amount{font-size:1.0714em;font-weight:600;line-height:1;vertical-align:middle}.product-nav .product-popup .product-details .amount .currency,.product-nav .product-popup .product-details .amount .decimal{font-size:.75em;font-weight:400}.product-nav .product-popup .product-details .amount .currency .decimal{font-size:1em}.product-nav .product-popup .product-details ins{text-decoration:none;vertical-align:baseline}.product-nav .product-popup .product-details del,.product-nav .product-popup .product-details .from{color:#a7a7a7;font-size:.8em;margin-right:3px;vertical-align:baseline}.product-nav .product-popup .product-details del .amount,.product-nav .product-popup .product-details .from .amount{color:#a7a7a7}.woocommerce-product-rating{color:#999;margin-bottom:1.4286em;margin-top:0;font-size:.9286em}.woocommerce-product-rating .star-rating{font-size:1.2857em;display:inline-block;margin-right:.7143em;position:relative}.woocommerce-product-rating .review-link{display:inline-block}.woocommerce-product-rating .review-link a:first-child{padding-left:0}.woocommerce-product-rating a{color:inherit;display:inline-block;vertical-align:bottom;padding:0 .7143em}.woocommerce-product-rating a:hover,.woocommerce-product-rating a:active{color:#888}.woocommerce-product-rating.noreview a{padding:0}.product-summary-wrap .summary-before,.product-summary-wrap .summary{margin-bottom:2rem}.product-summary-wrap .description{margin-bottom:1em}.product-summary-wrap .description p:last-child{margin-bottom:0}@media (max-width: 767px){.product-summary-wrap .summary{margin-right:0}}.product-summary-wrap .cart{margin-bottom:1.7857em}.product-summary-wrap .quantity{vertical-align:top;margin-bottom:5px}.product-summary-wrap .single_add_to_cart_button{margin:0 0.625rem 5px 0}.product-summary-wrap .single_add_to_cart_button:before{display:inline-block;content:"\e8ba";font-family:"Porto";margin-right:.5rem;font-size:1.125rem;line-height:1}@media (max-width: 991px){.product-summary-wrap .single_add_to_cart_button{padding:0 1.4286em}}@media (max-width: 575px){.product-summary-wrap .single_add_to_cart_button{padding:0 .7143em}}.product-summary-wrap .stock{font-weight:600;color:#4c4c4c;margin-bottom:0}.product-summary-wrap .yith-wcwl-add-to-wishlist{position:relative;text-align:left}.product-summary-wrap .yith-wcwl-add-to-wishlist a,.product-summary-wrap .yith-wcwl-add-to-wishlist span{width:auto;text-indent:0;overflow:visible;border:none;background:none;color:inherit;border-radius:0}.product-summary-wrap .product_meta{margin:1.2143em 0}.product-summary-wrap .product_meta span span,.product-summary-wrap .product_meta span a{display:inline-block;font-weight:700}.product-summary-wrap .share-links{margin:2.2143em 0 0}.product-summary-wrap .product-stock,.product-summary-wrap .posted_in,.product-summary-wrap .sku_wrapper,.product-summary-wrap .tags{display:block;margin-bottom:.25rem}.product-summary-wrap .share-links{margin-bottom:1.0714em}.product-summary-wrap #product-tab .description{margin-bottom:0}.product-summary-wrap #product-tab hr{display:none}#product-tab:not(:last-child){margin-bottom:1.5rem}#product-tab .tab-content h2{margin-bottom:0.7em}#product-tab .tab-content>h2:first-child{display:none}#reviews .commentlist li{position:relative;padding-left:115px}@media (max-width: 575px){#reviews .commentlist li{padding-left:0}}#reviews .commentlist li .img-thumbnail{position:absolute;left:0;top:0}#reviews .commentlist li .img-thumbnail img{max-width:80px;height:auto}@media (max-width: 575px){#reviews .commentlist li .img-thumbnail{position:static;margin:0 12px 10px 0;float:left}#reviews .commentlist li .img-thumbnail img{max-width:60px}}#reviews .commentlist li .comment-text{min-height:90px}#reviews .commentlist li .comment-text:before{content:"";border-bottom:15px solid transparent;left:-15px;border-top:15px solid transparent;height:0;position:absolute;top:28px;width:0}@media (max-width: 575px){#reviews .commentlist li .comment-text:before{display:none}}#reviews .commentlist li .star-rating{float:right}@media (max-width: 575px){#reviews .commentlist li .star-rating{float:none}}div.products{margin-bottom:1.875rem}.products.related{padding-bottom:1.875rem;margin-bottom:0}.main-content .products.related{padding-bottom:.5rem}#content-bottom+.products.related{margin-top:2.5rem}.summary-before{position:relative}@media (max-width: 991px){.summary-before{margin-left:auto;margin-right:auto}}.summary-before .labels{position:absolute;line-height:1;color:#fff;font-weight:700;text-transform:uppercase;margin:0;z-index:7;top:.8em;left:.8em}.summary-before .labels .onhot,.summary-before .labels .onsale{font-size:.8571em;padding:.5833em .6333em;margin-bottom:5px;display:block}.summary-before .labels .onhot{background:#62b959}.summary-before .labels .onsale{background:#e27c7c}.product-images{position:relative;margin-bottom:8px}.product-images .zoom{border-radius:100%;bottom:4px;cursor:pointer;color:#FFF;display:block;height:30px;padding:0;position:absolute;right:4px;text-align:center;width:30px;opacity:0;transition:all 0.1s;z-index:1000}.product-images .zoom i{font-size:14px;line-height:28px}.product-images:hover .zoom{opacity:1}.product-images .product-image-slider.owl-carousel{margin-bottom:0}.product-images .product-image-slider.owl-carousel .img-thumbnail{display:block}.product-image-slider.owl-carousel{margin-bottom:10px}.product-image-slider.owl-carousel .img-thumbnail{width:100%;padding:0}.product-image-slider.owl-carousel .owl-nav [class*="owl-"],.product-image-slider.owl-carousel .owl-nav [class*="owl-"]:hover,.product-image-slider.owl-carousel .owl-nav [class*="owl-"]:active{background:none !important;font-size:22px;color:#222529}.product-image-slider.owl-carousel .owl-nav .owl-prev{left:0}.product-image-slider.owl-carousel .owl-nav .owl-next{right:0}.product-image-slider.owl-carousel .owl-item{cursor:grab;line-height:1}.product-thumbs-slider.owl-carousel{margin-bottom:0}.product-thumbs-slider.owl-carousel .img-thumbnail{width:100%;padding:0}.product-thumbs-slider.owl-carousel .thumb-nav{opacity:0;transition:opacity 0.3s;top:50%;position:absolute;margin-top:-20px;width:100% !important}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev,.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next{cursor:pointer;display:inline-block;position:absolute;font-size:15px;width:30px;height:30px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);margin:5px;padding:4px 7px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev:before,.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next:before{font-family:'Font Awesome 5 Free';font-weight:900;position:relative;top:0}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev{left:-5px}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev:before{content:"";left:-1px}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next{right:-5px}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next:before{content:"";left:1px}.product-thumbs-slider.owl-carousel:hover .thumb-nav{opacity:1}.product-thumbs-slider.owl-carousel .owl-item{cursor:pointer}.product-thumbs-slider.owl-carousel .owl-item img{transition:opacity 0.3s}.product-thumbs-slider.owl-carousel .img-thumbnail{border:1px solid transparent;transition:border-color .2s}.variations td>br{display:none}.variations .label{font-size:1em;color:inherit;text-align:left;padding-left:0}.variations .reset_variations{display:inline-block;line-height:1;padding:.4375rem .5rem;margin-top:.7em;background:#f4f4f4;color:inherit;font-size:.625rem;text-transform:uppercase;text-decoration:none}.variations tr td{padding-top:2px}.variations tr td label{padding-top:10px}.variations tr:last-child select{margin-bottom:0}.variations select{display:block;height:2.625rem;font-size:.8571em;font-weight:600;text-transform:uppercase;box-shadow:none;width:100%}.single_variation_wrap,.single-product .cart:not(.variations_form){padding:1.25rem 0 1rem;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;margin-top:1rem}.wcml_currency_switcher{margin-bottom:15px}.group_table th,.group_table td{vertical-align:middle;display:table-cell}.group_table .label,.group_table .price{font-size:1.2em}h2.resp-accordion{padding:15px !important;line-height:1.4;font-size:1em}.resp-arrow{display:none}.tab-content h2{font-size:1.4286em;line-height:1.4;font-weight:400;margin-bottom:1.0714em}.tab-content p{margin-bottom:10px}.tab-content table{margin-top:20px}.tab-content table p{margin:0}.tab-content *:last-child{margin-bottom:0}.woocommerce-tabs .tab-content{border:none;border-top:solid 1px #e7e7e7;box-shadow:none;padding:30px 0 15px}@media (max-width: 767px){.woocommerce-tabs .tab-content{border-top:none}}.woocommerce-tabs .tab-content p{font-size:14px;font-weight:400;letter-spacing:0.005em;line-height:1.9}.woocommerce-tabs .resp-tabs-list{border-bottom:none}.woocommerce-tabs .resp-tabs-list li{font-weight:700;color:#818692 !important;text-transform:uppercase;background:transparent !important;border:none !important;border-bottom:2px solid transparent !important;padding:7px 0 !important;border-radius:0;margin-right:35px}.woocommerce-tabs .resp-tabs-list li.resp-tab-active{color:#222529 !important}.woocommerce-tabs h2.resp-accordion{border-top:none !important;border-left:none;border-right:none;background:none !important;text-transform:uppercase;font-weight:bold;color:#313131}.woocommerce-tabs h2.resp-accordion:before{content:'\e81c';font-family:'porto';float:left;margin-right:10px}.woocommerce-tabs h2.resp-tab-active{border-bottom:2px solid !important}.woocommerce-tabs h2.resp-tab-active:before{content:'\e81b'}.single-product .cart{margin-bottom:0px}.single-product .cart:not(.variations_form){margin-top:10px}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist{padding:0;display:inline-block;vertical-align:middle;margin:15px 0.5rem 0 0;font-size:.75rem;text-transform:uppercase;font-weight:700;letter-spacing:-0.015em}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist+.clear{display:block}.single-product .product-summary-wrap .description p{font-size:1.1428em;line-height:1.6875;letter-spacing:-0.015em}.single-product .product-summary-wrap .price{font-size:1.5rem;line-height:1;font-weight:600;letter-spacing:-0.02em}.single-product .product-summary-wrap .price .price{margin-top:0;margin-bottom:0}.single-product .product-summary-wrap .price del{letter-spacing:0}.single-product .product-summary-wrap .yith-compare{display:inline-flex;height:34px;margin-top:15px;padding:0;font-size:12px;font-weight:700;line-height:34px;background:transparent;color:#212529;text-transform:uppercase}.single-product .product-summary-wrap .yith-compare::before{content:"\e810";margin-right:0.25rem;font-family:'porto';font-size:1.125rem}.single-product .product-summary-wrap .yith-compare.added::before{content:"\f00c";font-family:"Font Awesome 5 Free";font-weight:900}.single-product .product-summary-wrap .yith-compare:hover,.single-product .product-summary-wrap .yith-compare:hover::before,.single-product .product-summary-wrap .yith-compare:focus,.single-product .product-summary-wrap .yith-compare:focus::before,.single-product .product-summary-wrap .yith-compare:active,.single-product .product-summary-wrap .yith-compare:active::before{color:var(--primary);background:transparent}.single-product .product-summary-wrap .share-links{margin:0}.single-product .product-summary-wrap .share-links a{font-size:13px;width:32px;height:32px;border-radius:16px;margin:0.2857em 0.1em 0.2857em 0}.single-product .product-summary-wrap .product-share{display:inline-block;margin:15px 0.5rem 0 0;vertical-align:middle}.single-product .product_meta{clear:both;font-size:.8571em;text-transform:uppercase}.single-product .entry-summary .add_to_wishlist:before{position:relative;content:'\e91b';font-size:1.125rem;bottom:auto;right:auto}.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:before,.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a:before,.single-product .entry-summary .yith-wcwl-add-to-wishlist .delete_item:before{position:static;margin-right:.125rem;line-height:1}.single-product .product_title{font-size:1.875rem;line-height:1.2;color:#222529;letter-spacing:-0.01em;font-weight:700;margin-bottom:0.2em}.single-product .product-images .zoom{background:none;color:#212529}.single-product .woocommerce-product-rating .star-rating{font-size:13px;top:1px}.single-product .woocommerce-product-rating .star-rating:before{color:#999}.single-product .woocommerce-product-rating .star-rating span:before{color:#ff5b5b}.single-product .woocommerce-product-rating:after{content:'';display:block;width:40px;border-top:2px solid #e7e7e7;margin:1rem 0 1.25rem}.single-product .variations{width:auto;min-width:45%}.single-product .variations .label{display:table-cell;padding-right:1em}.single-product .variations .label label{font-size:.8571em;text-transform:uppercase;line-height:42px;white-space:nowrap;padding:0;margin:0}.single-product .variations .label label:after{content:":"}.single-product ul.product_list_widget li .product-image{width:75px;-ms-flex:0 0 75px;flex:0 0 75px;margin-right:15px}.single-product ul.product_list_widget li .product-details{max-width:calc(100% - 90px)}.single-product .product-summary-wrap .quantity,.shop_table.cart-table .quantity{margin-right:.5rem}.single-product .product-summary-wrap .quantity .minus,.single-product .product-summary-wrap .quantity .plus,.shop_table.cart-table .quantity .minus,.shop_table.cart-table .quantity .plus{width:30px;height:3rem;border:solid 1px #e7e7e7;color:#222529;border-radius:0}.single-product .product-summary-wrap .quantity .qty,.shop_table.cart-table .quantity .qty{width:44px;height:3rem;font-size:1rem;font-weight:700;text-align:center;line-height:14px;border-radius:0;border-width:1px 0 1px 0;border-color:#e7e7e7}.single_add_to_cart_button,.view-cart-btn{height:3rem !important;padding:0 2em;margin-bottom:5px;overflow:hidden;text-transform:uppercase;font-size:1em;letter-spacing:-0.015em;font-weight:700;line-height:3rem;border:none}.view-cart-btn{display:none}.single-add-to-cart .type-product .view-cart-btn{display:inline-block}.filter-item-list{padding:0;list-style:none;margin-bottom:0}.filter-item-list .filter-color{display:block;margin:3px 6px 3px 0;padding-right:0 !important;width:28px;height:28px;text-indent:-9999px;white-space:nowrap;position:relative;text-align:left}.filter-item-list .chosen .filter-color:before,.filter-item-list .active .filter-color:before{content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;text-indent:0;position:absolute;left:0;top:50%;width:100%;color:#fff;font-size:11px;height:12px;line-height:12px;margin-top:-6px;text-align:center}.filter-item-list+select{visibility:hidden;width:0;height:0;overflow:hidden;margin:0;padding:0;float:right;border:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none}.filter-item-list a.disabled{cursor:not-allowed;text-decoration:none;opacity:0.5}.woocommerce-widget-layered-nav-list a:not(.filter-color),.filter-item-list .filter-item{padding:0;border:1px solid #e9e9e9;display:block;line-height:24px;padding:0 8px;margin:3px 6px 3px 0;min-width:32px;text-align:center;font-size:11px;color:inherit;text-decoration:none}.filter-item-list .filter-item:not(.disabled):hover{color:#fff}.filter-item-list .filter-image{width:32px;height:32px;text-indent:-9999px;background-repeat:no-repeat;background-size:cover;background-color:transparent !important}.single-product .single_variation>div:not(:empty){margin-bottom:.75rem}.single-product .porto-pre-order-date{flex:0 0 100%;max-width:100%}.label-pre-order{font-size:0.9em}.porto-video-thumbnail-viewer::before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.1);transition:background 0.3s}.porto-video-thumbnail-viewer::after{content:'\f04b';font-family:'Font Awesome 5 Free';font-size:16px;font-weight:800;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border:2px solid #fff;border-radius:50%;width:40px;height:40px;line-height:36px;text-align:center;transition:box-shadow 0.3s}.porto-video-popup-wrapper video{width:100%;object-fit:cover;outline:none}@media (max-width: 575px){.gridlist-toggle{display:none}}.gridlist-toggle>a{display:inline-block;font-family:"Porto";font-size:1rem;width:1.2em;height:1.2em;line-height:1;text-decoration:none;text-align:center;vertical-align:middle;transition:.25s}.gridlist-toggle>a:not(.active){color:#000}.gridlist-toggle #grid{margin-right:0.25rem}.gridlist-toggle #grid:before{content:""}.gridlist-toggle #list:before{content:"\e80f"}.woocommerce-result-count{margin-bottom:0}.woocommerce-ordering select,.woocommerce-viewing select{font-size:1em;padding:0 25px 0 8px;box-shadow:none;border:1px solid #e4e4e4;height:34px;border-radius:0}.woocommerce-ordering select{width:160px}.woocommerce-viewing{display:inline-block;vertical-align:top}.woocommerce-pagination{position:relative;text-align:right}.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;margin:0 0 0 10px;clear:both}.woocommerce-pagination ul li{float:left;margin-left:5px;display:inline;padding:0}.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{border:1px solid #ccc;border-radius:0;color:#7b858a;display:block;font-size:15px;font-weight:700;margin:0 0 5px;padding:0 .5em;line-height:2.1em;min-width:2.2em;height:2.2em;text-decoration:none;text-align:center}.woocommerce-pagination ul li span.dots{border-width:0;min-width:0;padding:0}.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li a:focus,.woocommerce-pagination ul li span.current{color:#706f6c}.woocommerce-pagination ul li .prev,.woocommerce-pagination ul li .next{text-indent:-9999px;position:relative;padding:0}.woocommerce-pagination ul li .prev:before,.woocommerce-pagination ul li .next:before{font-family:"porto";font-size:20px;font-weight:normal;line-height:30px;position:absolute;top:0;left:0;right:0;text-indent:0}.woocommerce-pagination ul li .prev:before{content:""}.woocommerce-pagination ul li .next:before{content:""}.woocommerce-pagination.load-more{float:none}.woocommerce-pagination.load-more:not(.d-none){display:block !important}.woocommerce-pagination.load-more .woocommerce-viewing{display:none}.woocommerce-pagination.load-more>.page-numbers{float:none;display:block;width:100%;margin:0 0 11px}.woocommerce-pagination.load-more ul li{float:none;display:block;margin-left:0}.shop-loop-before,.shop-loop-after{font-size:13px}.shop-loop-before label,.shop-loop-after label{margin:0 7px 0 0;vertical-align:middle}@media (max-width: 575px){.shop-loop-before label,.shop-loop-after label{display:none}}.shop-loop-before{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;flex-wrap:wrap;margin-bottom:10px;margin-right:-10px}.shop-loop-before>*{margin:0 10px 10px 0}.shop-loop-before p{font-size:inherit}.shop-loop-before.sticky{position:fixed !important;z-index:999;left:0;width:100%;padding-top:10px;padding-bottom:0;border-bottom:1px solid #e7e7e7;transition:left 0.3s}.shop-loop-before .page-numbers{display:none}.shop-loop-before .woocommerce-ordering{margin-right:auto}.shop-loop-before .woocommerce-pagination:empty{display:none}@media (max-width: 991px){.shop-loop-before .woocommerce-pagination ul{margin-left:-5px}}@media (max-width: 991px){.shop-loop-before{background:#f4f4f4;padding:10px 2px 0 12px;margin-right:0}.shop-loop-before .woocommerce-result-count{display:none}}.filter-sidebar-opened .shop-loop-before.sticky{position:static !important;z-index:auto}.sidebar-opened .shop-loop-before.sticky,.panel-opened .shop-loop-before.sticky{left:260px}.shop-loop-after{text-align:center;border-top:1px solid #e7e7e7;padding-top:25px}.shop-loop-after .woocommerce-pagination{text-align:center}.shop-loop-after .woocommerce-pagination>*{margin-bottom:15px}.shop-loop-after .woocommerce-viewing{float:left}.shop-loop-after .page-numbers{clear:none;float:right}.shop-loop-after.load-more-wrap{padding-top:0;border-top:none}a.porto-product-filters-toggle{-webkit-align-items:center;align-items:center;height:36px;background:#fff;padding:0 10px 0 3px;text-transform:uppercase;color:inherit;border:1px solid #e7e7e7}a.porto-product-filters-toggle svg{fill:#fff;width:28px}a.porto-product-filters-toggle:hover,a.porto-product-filters-toggle:focus{text-decoration:none;color:inherit}@media (max-width: 991px){.shop-loop-before{font-size:11px;letter-spacing:-.025em;font-weight:600}.shop-loop-before select{text-transform:uppercase;height:36px;max-width:140px;letter-spacing:inherit;font-weight:inherit;color:inherit}.shop-loop-before label{font-weight:inherit}.shop-loop-before .woocommerce-ordering,.shop-loop-before .woocommerce-pagination{font-size:1em}}.category-image{width:100%;margin-bottom:20px}.products ul,ul.products{margin:0 0 1em;padding:0;list-style:none outside}.products ul li,ul.products li{list-style:none outside}ul.products:not(.owl-carousel){display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.products li.product-col{margin-bottom:1.4286em;position:relative;flex:0 0 100%;width:100%}ul.products li.product-col .product-content{padding-bottom:1px}ul.products li.product-col .product-image{margin-bottom:1rem;min-height:90px}ul.products li.product-col .product-image .img-effect img{position:relative;opacity:1;transform:translateZ(0)}ul.products li.product-col .product-image .img-effect .hover-image{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;opacity:0}ul.products li.product-col .product-image:hover .img-effect img{opacity:0}ul.products li.product-col .product-image:hover .img-effect .hover-image{opacity:1}ul.products li.product-col .product-loop-title{font-size:1em;text-decoration:none}ul.products li.product-col h3{font-size:.9375rem;font-weight:400;line-height:1.35;letter-spacing:-.01em;margin-bottom:.45rem}ul.products li.product-col .rating-wrap{margin:0 0 .625rem;position:relative;display:table}ul.products li.product-col .rating-wrap .rating-content{display:table-cell}ul.products li.product-col .description{margin-top:1.5em}ul.products li.product-col .price{display:block;font-size:1.125rem;margin-bottom:1rem}ul.products li.product-col .add-links{display:inline-block;position:relative;margin-bottom:1.0714em}ul.products li.product-col .add-links .tooltip-inner{white-space:nowrap}ul.products li.product-col .add-links .add_to_cart_read_more,ul.products li.product-col .add-links .add_to_cart_button{transition:none}ul.products li.product-col .add-links .added_to_cart{display:none}ul.products li.product-col .add-links .yith-wcwl-add-to-wishlist>div{left:0}ul.products li.product-col .add-links .quickview{right:0}ul.products li.product-col .add-links .yith-wcwl-add-to-wishlist>div,ul.products li.product-col .add-links .quickview{position:absolute;top:0;opacity:0;visibility:hidden;z-index:2}ul.products li.product-col .add-links div.quantity{margin-bottom:5px}ul.products li.product-col .links-on-image{height:0}ul.products li.product-col .links-on-image .add-links-wrap{display:none;height:0}ul.products li.product-col .links-on-image .add-links{position:static}ul.products li.product-col .variations .label,ul.products li.product-col .variations .reset_variations{display:none !important}ul.products li.product-col .variations td{padding:0 0 5px}ul.products li.product-col .variations tr{border-bottom:none}ul.products li.product-col .variations .filter-item-list{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:-4px;margin-bottom:5px}ul.products .variations{width:100%}.products.gap-narrow li.product-col h3{font-size:.8125rem}.products.gap-narrow li.product-col .price{font-size:.9375rem}ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist>div,ul.products li.product:hover .add-links .quickview{opacity:.85;visibility:visible}ul.products li.product:hover .links-on-image .add-links-wrap{display:block}ul.products li.product:hover .product-image{box-shadow:0 25px 35px -5px rgba(0,0,0,0.1)}ul.products li.product:hover .product-image .viewcart.added{display:block;opacity:1}ul.products li.product .add-links .quickview:hover{opacity:1}ul.products li.product-default:hover .add-links .yith-wcwl-add-to-wishlist>div{left:-40px}ul.products li.product-default:hover .add-links .quickview{right:-40px}ul.products li.product-default:hover .add-links .yith-compare{display:none}ul.products li.product-default:hover .add-links.no-effect .add_to_cart_read_more,ul.products li.product-default:hover .add-links.no-effect .add_to_cart_button{text-indent:0;width:auto;padding:0 0.7143em}ul.products li.product-default:hover .add-links.no-effect .add_to_cart_read_more:before,ul.products li.product-default:hover .add-links.no-effect .add_to_cart_button:before{position:static;font-size:1em;margin-right:0.5714em}ul.products li.product-default:hover .add-links .add_to_cart_button,ul.products li.product-default:hover .add-links .add_to_cart_read_more{color:#fff}ul.pcols-lg-9 li.product-col{max-width:11.1111%;flex:0 0 11.1111%}ul.pcols-lg-9 li.product-col .add-links{display:none}ul.pcols-lg-8 li.product-col{max-width:12.5%;flex:0 0 12.5%}ul.pcols-lg-8 li.product-col .add-links{display:none}ul.pwidth-lg-8 .product-image{font-size:.8em}ul.pwidth-lg-8 .add-links{font-size:.85em}ul.pcols-lg-7 li.product-col{max-width:14.2857%;flex:0 0 14.2857%}ul.pcols-lg-7 li.product-col .add-links{display:none}ul.pwidth-lg-7 .product-image{font-size:.8em}ul.pwidth-lg-7 .add-links{font-size:.9em}ul.pcols-lg-6 li.product-col{max-width:16.6666%;flex:0 0 16.6666%}ul.pwidth-lg-6 .product-image{font-size:.9em}ul.pwidth-lg-6 .add-links{font-size:1em}ul.pcols-lg-5 li.product-col{max-width:20%;flex:0 0 20%}ul.pwidth-lg-5 .product-image{font-size:1em}ul.pwidth-lg-5 .add-links{font-size:1em}ul.pcols-lg-4 li.product-col{max-width:25%;flex:0 0 25%}ul.pwidth-lg-4 .product-image{font-size:1em}ul.pwidth-lg-4 .add-links{font-size:1em}ul.pcols-lg-3 li.product-col{max-width:33.3333%;flex:0 0 33.3333%}ul.pwidth-lg-3 .product-image{font-size:1.2em}ul.pwidth-lg-3 .add-links{font-size:1em}ul.pcols-lg-2 li.product-col{max-width:50%;flex:0 0 50%}ul.pwidth-lg-2 .product-image{font-size:1.5em}ul.pwidth-lg-2 .add-links{font-size:1em}ul.pcols-lg-1 li.product-col{max-width:100%;flex:0 0 100%}@media (min-width: 992px){.column2 ul.pwidth-lg-6 .product-image{font-size:.75em}.column2 ul.pwidth-lg-6 .add-links{font-size:.8em}.column2 ul.pwidth-lg-5 .product-image{font-size:.8em}.column2 ul.pwidth-lg-5 .add-links{font-size:.9em}.column2 ul.pwidth-lg-4 .product-image{font-size:.9em}.column2 ul.pwidth-lg-4 .add-links{font-size:.95em}.column2 ul.pwidth-lg-3 .product-image{font-size:1em}.column2 ul.pwidth-lg-3 .add-links{font-size:1em}.column2 ul.pwidth-lg-2 .product-image{font-size:1.2em}}@media (max-width: 767px){ul.pcols-xs-3 li.product-col{max-width:33.3333%;flex:0 0 33.3333%}ul.pwidth-xs-3 .product-image{font-size:.85em}ul.pwidth-xs-3 .add-links{font-size:.85em}ul.pcols-xs-2 li.product-col{max-width:50%;flex:0 0 50%}ul.pwidth-xs-2 .product-image{font-size:1em}ul.pwidth-xs-2 .add-links{font-size:1em}ul.pcols-xs-1 li.product-col{max-width:100%;flex:0 0 100%}ul.pwidth-xs-1 .product-image{font-size:1.2em}ul.pwidth-xs-1 .add-links{font-size:1em}}@media (max-width: 575px){ul.pcols-ls-2 li.product-col{max-width:50%;flex:0 0 50%}ul.pwidth-ls-2 .product-image{font-size:.8em}ul.pwidth-ls-2 .add-links{font-size:.85em}ul.pcols-ls-1 li.product-col{max-width:100%;flex:0 0 100%}ul.pwidth-ls-1 .product-image{font-size:1.1em}ul.pwidth-ls-1 .add-links{font-size:1em}}@media (min-width: 1400px){ul.pcols-xl-8 li.product-col{max-width:12.5%;flex:0 0 12.5%}ul.pcols-xl-8 li.product-col .add-links{display:none}ul.pcols-xl-7 li.product-col{max-width:14.2857%;flex:0 0 14.2857%}ul.pcols-xl-7 li.product-col .add-links{display:none}ul.pcols-xl-6 li.product-col{max-width:16.6666%;flex:0 0 16.6666%}ul.pcols-xl-6 li.product-col .add-links{display:none}}ul.products li.product-category{text-align:center}ul.products li.product-category a{text-decoration:none}ul.products li.product-category .thumb-info{min-height:90px;margin-bottom:0;text-align:left}ul.products li.product-category .thumb-info h3{font-weight:700;margin:0 0 10px;color:inherit;letter-spacing:-.005em}ul.products li.product-category .thumb-info-title{background:none;max-width:none;width:100%;bottom:0;padding:1.2em 1.5em;margin:0}ul.products li.product-category .thumb-info-type{display:block;margin:-10px 0 0;padding:0;font-weight:400;background:none;float:none;opacity:.7;line-height:1.8}ul.products li.product-category mark{padding:0;background:none;color:inherit}ul.products li.product-category .thumb-info-wrapper:after{background:rgba(27,27,23,0.15);z-index:1;opacity:1}ul.products li.product-category:hover .thumb-info-wrapper:after{background:rgba(27,27,23,0.3)}ul.products li.cat-has-icon .thumb-info{padding:40px 0 25px;transition:box-shadow .2s;text-align:center}ul.products li.cat-has-icon .thumb-info>i{font-size:3em;display:inline-block;margin-bottom:15px}ul.products li.cat-has-icon .thumb-info-wrap{display:block}ul.products li.cat-has-icon .thumb-info-title{display:block;position:static;padding:0 0 10px}ul.products.category-pos-middle li.product-category .thumb-info-title{position:absolute;bottom:auto;top:50%;transform:translateY(-50%)}ul.products.category-pos-outside li.product-category .thumb-info-title{position:static;transform:none;display:block;padding-left:0;padding-right:0}ul.products.category-text-center .thumb-info-title{text-align:center}ul.products.category-text-right .thumb-info-title{text-align:right}li.product-category .thumb-info-title a{color:inherit}li.product-category .thumb-info-title a:hover{color:inherit;text-decoration:underline}li.product-category .sub-categories{font-size:.875rem;font-weight:400;opacity:0.7}.grid-creative.category-pos-outside li.product-category .thumb-info{height:calc(100% - 60px)}.porto-products.show-count-on-hover li.product-category .thumb-info-type{max-height:10px;transition:.5s;transform:translateY(20%);opacity:0}.porto-products.show-count-on-hover li.product-category:hover .thumb-info-type{max-height:30px;transform:translateY(0);opacity:.7}.porto-products.hide-count li.product-category .thumb-info-type{display:none}.porto-products.hide-count li.product-category .thumb-info h3{margin-bottom:0}ul.products li.product-col .woocommerce-loop-product__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ul.products li.product-col .add-links .button{overflow:hidden}ul.products .category-list{display:block;font-size:.625rem;opacity:.8;text-transform:uppercase;line-height:1.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ul.products .category-list a{text-decoration:none}ul.products .category-list a:not(:hover){color:inherit}ul.products li.product-default .price{margin-bottom:.875rem}ul.products li.product-default:not(.product-type-simple) .add-links .button:before{display:none}ul.products li.product-default.show-links-hover{padding-top:50px;padding-bottom:0;transition:.3s}ul.products li.product-default.show-links-hover .add-links-wrap{visibility:hidden;opacity:0;transition:.3s;margin:0 -50px -10px}ul.products li.product-default.show-links-hover .add-links{margin-bottom:0}ul.products li.product-default.show-links-hover .product-image{box-shadow:none}ul.products li.product-default.show-links-hover:hover{padding-top:10px;padding-bottom:40px}ul.products li.product-default.show-links-hover:hover .add-links-wrap{visibility:visible;opacity:1}ul.products li.product-default,ul.products li.product-wq_onimage{text-align:center}ul.products li.product-default .rating-wrap,ul.products li.product-wq_onimage .rating-wrap{margin-left:auto;margin-right:auto}ul.products li.product-default .filter-item-list,ul.products li.product-wq_onimage .filter-item-list{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}ul.products li.product-outimage_aq_onimage{text-align:left}ul.products li.product-outimage_aq_onimage .add-links .button{position:absolute;z-index:3;right:15px;top:15px;width:36px;padding:0;border-radius:18px;transition:.25s;opacity:0;text-indent:-9999px}ul.products li.product-outimage_aq_onimage .add-links .button:before{text-indent:0;width:100%}ul.products li.product-outimage_aq_onimage .add-links .yith-compare{top:60px;background:#fff;color:#333}ul.products li.product-outimage_aq_onimage .add-links .yith-compare:hover{background:var(--primary);color:#fff}ul.products li.product-outimage_aq_onimage .add-links .quickview{bottom:0;top:auto;left:0;width:100%;text-indent:0;padding:.1rem 0;height:auto;border:none}ul.products li.product-outimage_aq_onimage .add-links .quickview:before{content:none}ul.products li.product-outimage_aq_onimage .add-links .yith-wcwl-add-to-wishlist{display:none}ul.products li.product-outimage_aq_onimage .links-on-image .add-links-wrap{display:block}ul.products li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist{float:right;position:relative;z-index:2;margin-left:10px}ul.products li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist span,ul.products li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist a{opacity:.7;border:none;background:none;height:auto;width:1.4em;line-height:1.2}ul.products li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist .add_to_wishlist:hover{opacity:1}ul.products li.product-outimage_aq_onimage:hover .button{opacity:1}ul.products li.product-outimage_aq_onimage:hover .add-links .quickview{padding:.45rem 0}ul.products li.product-outimage_aq_onimage:hover .sale-product-daily-deal{display:none}ul.products li.product-outimage_aq_onimage.with-padding,ul.products li.product-outimage_aq_onimage.with-padding .product-image{margin-bottom:0}ul.products li.product-outimage_aq_onimage.with-padding .product-content{padding:15px 15px 1px}ul.grid.divider-line li.product-outimage_aq_onimage.with-padding .quickview{left:15px;right:15px;width:auto}ul.grid.divider-line .product-image{border:none}ul.products li.product-awq_onimage .links-on-image .add-links{position:absolute;z-index:2}ul.products li.product-awq_onimage .add-links{display:-webkit-flex;display:-ms-flexbox;display:flex;right:15px;bottom:0}ul.products li.product-awq_onimage .add-links>*:not(:last-child){margin-right:3px}ul.products li.product-awq_onimage .add-links .button{text-indent:-9999px;padding:0 8px}ul.products li.product-awq_onimage .add-links .button:before{text-indent:0;margin:0;width:18px}ul.products li.product-awq_onimage .add-links .quickview,ul.products li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist>div,ul.products li.product-awq_onimage .add-links .yith-compare{position:relative;opacity:1 !important}ul.products li.product-awq_onimage .add-links .button,ul.products li.product-awq_onimage .add-links .quickview,ul.products li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist a,ul.products li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist span{border-radius:18px}ul.products li.product-outimage .add-links{display:-webkit-flex;display:-ms-flexbox;display:flex}ul.products li.product-outimage .add-links>*:not(:last-child){margin-right:6px}ul.products li.product-outimage .add-links .quickview,ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist>div{position:relative}ul.products li.product-outimage .add-links .button,ul.products li.product-outimage .add-links .quickview,ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist a,ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist span{border:none;line-height:36px}ul.products li.product-outimage .add-links .button{padding-left:1rem;padding-right:1rem;background:#f4f4f4}@media (max-width: 767px){ul.products li.product-outimage .add-links .button{padding-left:.6rem;padding-right:.6rem}ul.products li.product-outimage .add-links .button:before{display:none}}ul.products li.product-outimage .add-links .quickview,ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist a,ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist span{background:#f4f4f4}ul.products li.product-outimage:hover .add-links .yith-wcwl-add-to-wishlist>div,ul.products li.product-outimage:hover .add-links .quickview{opacity:1}@media (max-width: 575px){ul.products.pcols-ls-2 li.product-outimage .add-links .button{padding:0 .4rem;width:36px;text-indent:-9999px}ul.products.pcols-ls-2 li.product-outimage .add-links .button:before{display:block;text-indent:0;width:100%}}@media (min-width: 576px){ul.products li.product-outimage:not(.product-type-simple) .add-links .button:before{display:none}}ul.products li.product-onimage{overflow:hidden}ul.products li.product-onimage .product-inner{position:relative}ul.products li.product-onimage .product-image{margin-bottom:0}ul.products li.product-onimage .links-on-image .button,ul.products li.product-onimage .links-on-image .quickview{display:none !important}ul.products li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist>div{position:absolute;top:10px;right:10px;left:auto}ul.products li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist span,ul.products li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist a{border-radius:20px}ul.products li.product-onimage .product-content{position:absolute;bottom:0;left:0;width:100%;z-index:2;padding:15px 20px 0;opacity:0;transition:transform .4s, opacity .2s;transform:translateZ(0) translateY(5px)}ul.products li.product-onimage .product-content .yith-wcwl-add-to-wishlist{display:none}ul.products li.product-onimage .add-links{position:static;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row-reverse;margin:0 -20px}ul.products li.product-onimage .add-links>*{-webkit-flex:1;-ms-flex:1;flex:1;min-width:50%}ul.products li.product-onimage .add-links .button:not(:hover):not(:focus){background:#f4f4f4}ul.products li.product-onimage .add-links .button,ul.products li.product-onimage .add-links .quickview{height:45px;line-height:44px;border:none}ul.products li.product-onimage .add-links .button:before{display:none}ul.products li.product-onimage .add-links .quickview{position:static;color:#fff;text-indent:0;opacity:1;visibility:visible}ul.products li.product-onimage .add-links .quickview:before{display:none}ul.products li.product-onimage:hover .product-content{opacity:1;transform:translateZ(0) translateY(0)}ul.products li.product-onimage:not(.product-type-simple) .add-links .button:before{display:none}ul.products li.product-onimage .description,ul.products li.product-onimage2 .description,ul.products li.product-onimage3 .description{display:none}ul.products li.product-onimage2 .product-inner,ul.products li.product-onimage3 .product-inner{position:relative;overflow:hidden}ul.products li.product-onimage2 .product-image .inner:after,ul.products li.product-onimage3 .product-image .inner:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(27,27,23,0.3);transition:.25s}ul.products li.product-onimage2 span,ul.products li.product-onimage2 .price,ul.products li.product-onimage2 h3,ul.products li.product-onimage3 span,ul.products li.product-onimage3 .price,ul.products li.product-onimage3 h3{color:#fff}ul.products li.product-onimage2 .star-rating:before,ul.products li.product-onimage3 .star-rating:before{color:rgba(255,255,255,0.6)}ul.products li.product-onimage2 .star-rating span:before,ul.products li.product-onimage3 .star-rating span:before{color:inherit}ul.products li.product-onimage2 .price,ul.products li.product-onimage3 .price{margin-bottom:0}ul.products li.product-onimage2 .add-links .button,ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist a,ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist span,ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist a,ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist span,ul.products li.product-onimage3 .add-links .quickview,ul.products li.product-onimage3 .add-links .button{border-color:#fff;border-width:2px;color:#fff;background-color:#4d4d4a;border-radius:2rem;overflow:hidden}ul.products li.product-onimage2 .product-image{margin-bottom:0;position:static}ul.products li.product-onimage2 .product-image .inner:after{opacity:0}ul.products li.product-onimage2 .links-on-image .add-links{position:absolute}ul.products li.product-onimage2 .add-links{top:15px;right:12px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:3}ul.products li.product-onimage2 .add-links>*{margin:0 3px}ul.products li.product-onimage2 .add-links .button{line-height:32px;text-indent:-9999px;opacity:.85;padding:0 7px}ul.products li.product-onimage2 .add-links .button:hover{opacity:1}ul.products li.product-onimage2 .add-links .button:before{text-indent:0;margin:0;width:18px}ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist>div{position:relative}ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist>div:hover{opacity:1}ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist span,ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist a{line-height:32px}ul.products li.product-onimage2 .quickview{position:absolute;top:auto;bottom:0;left:0;right:0;border:none;color:#fff;text-indent:0;padding:.45rem 0;height:auto;width:auto;text-transform:uppercase;line-height:32px;opacity:0.85}ul.products li.product-onimage2 .quickview:hover{opacity:1}ul.products li.product-onimage2 .quickview:before{display:none}ul.products li.product-onimage2 .product-content{position:absolute;left:0;right:0;top:50%;transform:scale(0.9) translateZ(0) translateY(-50%);text-align:center;z-index:2;opacity:0;transition:opacity .5s, transform .3s}ul.products li.product-onimage2 .rating-wrap{margin-left:auto;margin-right:auto}ul.products li.product-onimage2:hover .product-content{transform:scale(1) translateZ(0) translateY(-50%);opacity:1}ul.products li.product-onimage2:hover .product-image .inner:after{opacity:1}ul.products li.product-onimage3 .product-image{margin-bottom:0}ul.products li.product-onimage3 .product-content{position:absolute;bottom:-5px;left:0;right:0;padding:0 20px 20px;z-index:2;opacity:0;transition:.3s}ul.products li.product-onimage3 .add-links .button,ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist a,ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist span{line-height:32px}ul.products li.product-onimage3 .add-links .button{text-indent:-9999px;position:absolute;right:15px;top:15px;opacity:.85;padding:0 7px}ul.products li.product-onimage3 .add-links .button:before{text-indent:0;margin:0;width:18px}ul.products li.product-onimage3 .add-links .button:hover{opacity:1}ul.products li.product-onimage3 .add-links .yith-compare{right:105px}ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist>div{top:15px;right:60px;left:auto}ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist>div:hover{opacity:1}ul.products li.product-onimage3 .add-links .quickview{text-indent:0;padding:.1rem 1.5rem;width:auto;height:auto;top:50%;right:50%;transform:translateZ(0) translateX(50%);margin-top:-20px;white-space:nowrap}ul.products li.product-onimage3 .add-links .quickview:before{display:none}ul.products li.product-onimage3:hover .product-image .inner:after{background-color:rgba(27,27,23,0.7)}ul.products li.product-onimage3:hover .product-content{opacity:1;bottom:0}ul.products li.product-wq_onimage .add-links .yith-wcwl-add-to-wishlist,ul.products li.product-wq_onimage .add-links .quickview,ul.products li.product-wq_onimage .add-links .yith-compare{display:none}ul.products li.product-wq_onimage .links-on-image .add-links .button,ul.products li.product-wq_onimage .links-on-image .quantity{display:none}ul.products li.product-wq_onimage .links-on-image .quickview{display:block;bottom:0;top:auto;left:0;width:100%;text-indent:0;padding:.4rem 0;height:auto;border:none;color:#fff;z-index:1}ul.products li.product-wq_onimage .links-on-image .quickview:before{content:none}ul.products li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist{display:block}ul.products li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist>div{top:15px;left:auto;right:15px}ul.products li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist a,ul.products li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist .blockUI{border-radius:18px}ul.products li.product-wq_onimage:hover .sale-product-daily-deal{display:none}ul.products.grid-creative .product-inner,ul.products.grid-creative .product-image,ul.products.grid-creative .product-image .inner{height:100%}ul.products.grid-creative li.product-col,ul.products.grid-creative li.product-col .product-image{margin-bottom:0}ul.products .filter-item-list .filter-color{width:12px;height:12px;border-radius:6px;margin:7px 7px 4px 3px}ul.products .filter-item-list .filter-color:before{font-size:8px}ul.products .filter-item-list .filter-color:after{content:'';position:absolute;width:18px;height:18px;border-radius:9px;top:-3px;left:-3px;border:1px solid #000}ul.grid.divider-line{margin-left:0;margin-right:0}ul.grid.divider-line .product-col{padding-left:0;padding-right:0;margin-bottom:0}ul.grid.divider-line .product-col:hover{z-index:2;box-shadow:0 25px 35px -5px rgba(0,0,0,0.1)}ul.grid.divider-line .product-col:hover .product-image{box-shadow:none}@media (min-width: 576px){ul.list li.product .product-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}ul.list li.product .product-image{-webkit-flex:0 0 250px;-ms-flex:0 0 250px;flex:0 0 250px;margin:0 20px 0 0}ul.list li.product .product-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-width:calc(100% - 250px)}}ul.list li.product{text-align:left}ul.list li.product .description{margin-top:0;margin-bottom:1em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}ul.list li.product .description p:last-child{margin-bottom:0}ul.list li.product h3{font-size:1.2857em;font-weight:600}ul.list li.product .add-links{margin-bottom:0}ul.list li.product .add-links .yith-wcwl-add-to-wishlist>div,ul.list li.product .add-links .quickview{position:relative;left:0 !important;opacity:1;visibility:visible}ul.list li.product .add-links>*{margin-bottom:5px}ul.list li.product .add-links-wrap:not(:last-child){margin-bottom:.8em}ul.list li.product .add_to_cart_button,ul.list li.product .add_to_cart_read_more{margin-right:.2143em;color:#fff}ul.list li.product .yith-wcwl-add-to-wishlist{display:inline-block;margin-right:.2143em}ul.list li.product .product-inner>script,ul.list li.product .product-inner>style{display:none}ul.list li.product .variations .filter-item-list{margin-bottom:0}ul.list li.product .variations td{padding-bottom:0}ul.list li.product .filter-item-list li{margin-bottom:0}ul.list li.product .rating-wrap{margin-left:0;margin-right:0}ul.list li.product:hover .product-image{box-shadow:none}ul.list .add-links{font-size:1em}ul.products.list li.product-category img{width:100%;font-size:1em}.porto-products.title-border-bottom>.section-title,.related.products .slider-title{letter-spacing:-0.01em;line-height:22px;padding-bottom:10px;margin-bottom:24px}.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,.related.products .products-slider.show-dots-title-right .owl-dots{top:-52px;height:32px}.porto-products.title-border-bottom .products-slider.show-nav-title .owl-nav,.related.products .products-slider.show-nav-title .owl-nav{margin-top:-36px}.porto-products.title-border-middle>.section-title{overflow:hidden;margin-bottom:24px}.porto-products.title-border-middle>.section-title .inline-title{position:relative}.porto-products.title-border-middle>.section-title .inline-title:before{content:'';position:absolute;top:50%;width:1200px;right:calc(100% + 20px)}.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots{top:-40px;height:32px}.porto-products.title-border-middle .products-slider.show-nav-title .owl-nav{margin-top:-24px}.products-slider.owl-carousel .owl-dots.disabled{display:none}.products-slider.owl-carousel .owl-dot{vertical-align:middle}.products-slider.owl-carousel .owl-dot span{position:relative;width:14px;height:14px;border:2px solid;background:none;margin:5px 2px;border-radius:7px}.products-slider.owl-carousel .owl-dot:hover span:after,.products-slider.owl-carousel .owl-dot.active span:after{content:'';position:absolute;left:3px;bottom:3px;right:3px;top:3px;border-radius:10px;border:2px solid}.porto-products .product-categories{list-style:none;padding-left:0}.porto-products.filter-vertical{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.porto-products.filter-vertical .section-title{flex:0 0 100%}.porto-products.filter-vertical .shop-loop-before{display:none !important}.porto-products.filter-vertical .products-filter,.porto-products.filter-vertical .products-filter+div{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width: 768px){.porto-products.filter-vertical .products-filter{max-width:16.6666%;-webkit-flex:0 0 16.6666%;flex:0 0 16.6666%;border-right:1px solid #dcdcdc;padding-left:15px;padding-right:15px}.porto-products.filter-vertical .products-filter+div{max-width:83.3333%;-webkit-flex:0 0 83.3333%;flex:0 0 83.3333%;padding-left:15px;padding-right:15px}}@media (max-width: 767px){.porto-products.filter-vertical .product-categories li{display:inline-block;margin-right:20px}}.porto-products.filter-vertical .product-categories a{display:block;position:relative;padding:12px 0 12px 20px}.porto-products.filter-vertical .product-categories a:before{content:"\f87a";font-family:"porto";margin-right:10px;width:11px;position:absolute;left:0}.porto-products.filter-vertical .product-categories a:hover{text-decoration:none}.porto-products.filter-vertical .product-categories .current a:before{content:"\f87b"}.porto-products.filter-horizontal .product-categories li{display:inline-block;margin-right:2rem}ul.products.owl-loaded li.product-col,ul.products.owl-loading li.product-col,.column2 ul.products.owl-loaded li.product-col,.column2 ul.products.owl-loading li.product-col{max-width:none}ul.products.product_list_widget .product{text-align:left}ul.products.product_list_widget .product .product-image{margin-right:15px;min-height:0}ul.products.product_list_widget .product .rating-wrap{display:block;margin:-5px 0 6px;height:auto}ul.products.product_list_widget .add-links{font-size:.8571em}ul.products.product_list_widget .add-links .add_to_cart_button,ul.products.product_list_widget .add-links .add_to_cart_read_more{text-indent:0 !important}ul.products.product_list_widget .add-links .add_to_cart_button:before,ul.products.product_list_widget .add-links .add_to_cart_read_more:before{display:none}ul.products.product_list_widget .add-links .tooltip{display:none !important}ul.products.product_list_widget .labels,ul.products.product_list_widget .description,ul.products.product_list_widget .yith-wcwl-add-to-wishlist,ul.products.product_list_widget .add-links .quickview{display:none}ul.products.product_list_widget .rating-wrap .star-rating{margin-left:0 !important;font-size:1em}ul.products.product_list_widget .rating-wrap .star-rating:before,ul.products.product_list_widget .rating-wrap .star-rating span:before{left:0 !important}ul.products.product_list_widget .add-links-wrap{display:block !important}ul.products.product_list_widget .links-on-image .add-links-wrap{display:none !important}.yith-wcan-loading{min-height:200px;height:auto}ul.products.yith-wcan-loading .porto-loading-icon{position:fixed;z-index:9999}ul.products.yith-wcan-loading:after{content:'';position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);z-index:9998}.prdctfltr_filter_title a{text-decoration:none}li.product-default .add-links .yith-compare,li.product-outimage .add-links .yith-compare,li.product-onimage .add-links .yith-compare{display:none}li.product-wq_onimage .links-on-image .yith-compare,.product-image>.yith-compare{display:block !important;position:absolute;top:55px;right:15px;padding:0;text-indent:-9999px;border-radius:18px;color:#333}li.product-wq_onimage .links-on-image .yith-compare:before,.product-image>.yith-compare:before{width:100%;text-indent:0}.product-image>.yith-compare{top:15px;width:36px;height:36px;line-height:34px;background:#fff;color:#333;opacity:0;transition:opacity .3s}.product-image>.yith-compare::before{content:"\e810";font-family:"porto";position:relative;float:left}.product-image>.yith-compare.added::before{content:"\f00c";font-family:'Font Awesome 5 Free';font-weight:900;line-height:36px}.product-onimage .product-image>.yith-compare{top:50px;right:10px;color:#333;background:#f4f4f4}li.product:hover .product-image .yith-compare{opacity:1}#loading-mask{font-size:1.1em;font-weight:700;position:fixed;text-align:center;z-index:20002;width:100%;height:100%;left:0;top:0}.loader-container{position:absolute;left:0;top:0;width:100%;height:100%;z-index:199;text-align:center;background-color:rgba(255,255,255,0.5);display:none}.loader-container>.loader{position:absolute;width:100%;top:50%;margin-top:-17px}.loader-container i.porto-ajax-loader{display:inline-block;border:2px solid transparent;width:40px;height:40px;vertical-align:middle;border-radius:20px;animation:spin .75s infinite linear;display:inline-block}.loader-container i.porto-ajax-loader:before{left:-2px;top:-2px;display:inline-block;position:absolute;content:'';width:inherit;height:inherit;border:inherit;border-radius:inherit;border-top-color:inherit;animation:spin 1.5s infinite ease}li.product-col .loader-container i.porto-ajax-loader{width:34px;height:34px}.after-loading-success-message{display:none;font-size:1.1em;position:fixed;text-align:center;z-index:20002}.after-loading-success-message.style-2{width:100%;height:100%;left:0;top:0}.after-loading-success-message.style-3{right:20px;bottom:0}.background-overlay{position:absolute;left:0;top:0;width:100%;height:100%;opacity:.5;background-color:transparent}.success-message-container{margin:auto;padding:20px 14px;line-height:1.4;position:relative;text-align:center;top:35%;width:300px;z-index:1000;background:#fff;box-shadow:0 0 5px rgba(0,0,0,0.5)}.success-message-container .msg{display:block;margin-bottom:10px;font-size:13px}.success-message-container img{display:inline-block;width:30%;margin-left:auto;margin-right:auto}.style-2>.success-message-container .product-name{font-size:14px;margin:5px 0 10px}.style-2>.success-message-container button{margin-top:12px;padding:8.5px 0;min-width:133px}.style-3>.success-message-container{text-align:left;margin-bottom:20px;padding:20px;box-shadow:0 1px 30px rgba(0,0,0,0.08);word-break:break-word;transform:translateX(100px);opacity:0;transition:transform .4s ease-in-out, opacity .4s ease-in-out}.style-3>.success-message-container.active{transform:translateX(0);opacity:1}.style-3>.success-message-container .msg-box{display:flex;align-items:center;margin-bottom:20px}.style-3>.success-message-container .msg{order:2;letter-spacing:-.025em;font-weight:500;margin-bottom:0;font-size:.75rem}.style-3>.success-message-container .continue_shopping{float:right}.style-3>.success-message-container img{width:60px;margin:0 12px 0 0}.style-3>.success-message-container .btn{min-width:120px;letter-spacing:0.025em}.success-message-container .woocommerce-loop-product__title{font-size:.75rem;font-weight:700;letter-spacing:inherit;line-height:1.4;margin:0 0 .25rem}.success-message-container .product-loop-title:hover{text-decoration:none}.success-message-container .product-loop-title:hover>.woocommerce-loop-product__title{color:inherit}.sales-msg p,.compare-msg p{font-size:inherit}.sales-msg a:hover,.compare-msg a:hover{text-decoration:none}.sales-msg a:hover .product-title,.compare-msg a:hover .product-title{color:inherit}.sales-msg .product-title,.compare-msg .product-title{font-size:0.75rem;transition:color .3s}.sales-msg .price,.compare-msg .price{font-size:0.875rem}.sales-msg .sales-popup-title,.sales-msg .compare-popup-title,.compare-msg .sales-popup-title,.compare-msg .compare-popup-title{font-size:.75rem;font-weight:500;margin-bottom:0.625rem}.widget_product_categories,.widget_price_filter,.widget_layered_nav,.widget_layered_nav_filters,.widget_rating_filter,.sidebar-box{border:none;margin-bottom:1.0714em;margin-top:0;position:relative;background:none}.widget_product_categories>ul,.widget_product_categories>div>ul,.widget_product_categories>*,.widget_price_filter>ul,.widget_price_filter>div>ul,.widget_price_filter>*,.widget_layered_nav>ul,.widget_layered_nav>div>ul,.widget_layered_nav>*,.widget_layered_nav_filters>ul,.widget_layered_nav_filters>div>ul,.widget_layered_nav_filters>*,.widget_rating_filter>ul,.widget_rating_filter>div>ul,.widget_rating_filter>*,.sidebar-box>ul,.sidebar-box>div>ul,.sidebar-box>*{padding:.7143em 0;border-width:0;margin:0}.widget_product_categories>.select2-container,.widget_price_filter>.select2-container,.widget_layered_nav>.select2-container,.widget_layered_nav_filters>.select2-container,.widget_rating_filter>.select2-container,.sidebar-box>.select2-container{padding-top:0;margin-top:0.7143em}.widget_product_categories>select,.widget_price_filter>select,.widget_layered_nav>select,.widget_layered_nav_filters>select,.widget_rating_filter>select,.sidebar-box>select{margin:1.0714em 5%;width:90%;padding:0.8em 1em;box-shadow:0 0 2px rgba(0,0,0,0.3) inset}.widget_product_categories .widget-title,.widget_price_filter .widget-title,.widget_layered_nav .widget-title,.widget_layered_nav_filters .widget-title,.widget_rating_filter .widget-title,.sidebar-box .widget-title{color:#222529;font-weight:600;line-height:1.4;padding:0;margin:0;text-transform:uppercase;transition:.25s}.widget_product_categories ul li,.widget_product_categories ol li,.widget_price_filter ul li,.widget_price_filter ol li,.widget_layered_nav ul li,.widget_layered_nav ol li,.widget_layered_nav_filters ul li,.widget_layered_nav_filters ol li,.widget_rating_filter ul li,.widget_rating_filter ol li,.sidebar-box ul li,.sidebar-box ol li{position:relative;border-width:0;padding:0}.widget_product_categories ul li>a,.widget_product_categories ol li>a,.widget_price_filter ul li>a,.widget_price_filter ol li>a,.widget_layered_nav ul li>a,.widget_layered_nav ol li>a,.widget_layered_nav_filters ul li>a,.widget_layered_nav_filters ol li>a,.widget_rating_filter ul li>a,.widget_rating_filter ol li>a,.sidebar-box ul li>a,.sidebar-box ol li>a{text-decoration:none;display:inline-block;padding:4px 0}.widget_product_categories ul li .toggle,.widget_product_categories ol li .toggle,.widget_price_filter ul li .toggle,.widget_price_filter ol li .toggle,.widget_layered_nav ul li .toggle,.widget_layered_nav ol li .toggle,.widget_layered_nav_filters ul li .toggle,.widget_layered_nav_filters ol li .toggle,.widget_rating_filter ul li .toggle,.widget_rating_filter ol li .toggle,.sidebar-box ul li .toggle,.sidebar-box ol li .toggle{cursor:pointer;display:inline-block;text-align:center;position:absolute;right:-5px;top:4px;margin:0;padding:0;width:24px;height:24px;line-height:23px;font-family:'Font Awesome 5 Free';font-weight:900}.widget_product_categories ul li .toggle:before,.widget_product_categories ol li .toggle:before,.widget_price_filter ul li .toggle:before,.widget_price_filter ol li .toggle:before,.widget_layered_nav ul li .toggle:before,.widget_layered_nav ol li .toggle:before,.widget_layered_nav_filters ul li .toggle:before,.widget_layered_nav_filters ol li .toggle:before,.widget_rating_filter ul li .toggle:before,.widget_rating_filter ol li .toggle:before,.sidebar-box ul li .toggle:before,.sidebar-box ol li .toggle:before{content:"";font-size:1.2em}.widget_product_categories ul li.open>.toggle:before,.widget_product_categories ul li.current>.toggle:before,.widget_product_categories ol li.open>.toggle:before,.widget_product_categories ol li.current>.toggle:before,.widget_price_filter ul li.open>.toggle:before,.widget_price_filter ul li.current>.toggle:before,.widget_price_filter ol li.open>.toggle:before,.widget_price_filter ol li.current>.toggle:before,.widget_layered_nav ul li.open>.toggle:before,.widget_layered_nav ul li.current>.toggle:before,.widget_layered_nav ol li.open>.toggle:before,.widget_layered_nav ol li.current>.toggle:before,.widget_layered_nav_filters ul li.open>.toggle:before,.widget_layered_nav_filters ul li.current>.toggle:before,.widget_layered_nav_filters ol li.open>.toggle:before,.widget_layered_nav_filters ol li.current>.toggle:before,.widget_rating_filter ul li.open>.toggle:before,.widget_rating_filter ul li.current>.toggle:before,.widget_rating_filter ol li.open>.toggle:before,.widget_rating_filter ol li.current>.toggle:before,.sidebar-box ul li.open>.toggle:before,.sidebar-box ul li.current>.toggle:before,.sidebar-box ol li.open>.toggle:before,.sidebar-box ol li.current>.toggle:before{content:""}.widget_product_categories ul li.closed>.toggle:before,.widget_product_categories ol li.closed>.toggle:before,.widget_price_filter ul li.closed>.toggle:before,.widget_price_filter ol li.closed>.toggle:before,.widget_layered_nav ul li.closed>.toggle:before,.widget_layered_nav ol li.closed>.toggle:before,.widget_layered_nav_filters ul li.closed>.toggle:before,.widget_layered_nav_filters ol li.closed>.toggle:before,.widget_rating_filter ul li.closed>.toggle:before,.widget_rating_filter ol li.closed>.toggle:before,.sidebar-box ul li.closed>.toggle:before,.sidebar-box ol li.closed>.toggle:before{content:""}.widget_product_categories ul li.current>ul.children,.widget_product_categories ul li.current>ol.children,.widget_product_categories ol li.current>ul.children,.widget_product_categories ol li.current>ol.children,.widget_price_filter ul li.current>ul.children,.widget_price_filter ul li.current>ol.children,.widget_price_filter ol li.current>ul.children,.widget_price_filter ol li.current>ol.children,.widget_layered_nav ul li.current>ul.children,.widget_layered_nav ul li.current>ol.children,.widget_layered_nav ol li.current>ul.children,.widget_layered_nav ol li.current>ol.children,.widget_layered_nav_filters ul li.current>ul.children,.widget_layered_nav_filters ul li.current>ol.children,.widget_layered_nav_filters ol li.current>ul.children,.widget_layered_nav_filters ol li.current>ol.children,.widget_rating_filter ul li.current>ul.children,.widget_rating_filter ul li.current>ol.children,.widget_rating_filter ol li.current>ul.children,.widget_rating_filter ol li.current>ol.children,.sidebar-box ul li.current>ul.children,.sidebar-box ul li.current>ol.children,.sidebar-box ol li.current>ul.children,.sidebar-box ol li.current>ol.children{display:block}.widget_product_categories ul li .small,.widget_product_categories ul li small,.widget_product_categories ol li .small,.widget_product_categories ol li small,.widget_price_filter ul li .small,.widget_price_filter ul li small,.widget_price_filter ol li .small,.widget_price_filter ol li small,.widget_layered_nav ul li .small,.widget_layered_nav ul li small,.widget_layered_nav ol li .small,.widget_layered_nav ol li small,.widget_layered_nav_filters ul li .small,.widget_layered_nav_filters ul li small,.widget_layered_nav_filters ol li .small,.widget_layered_nav_filters ol li small,.widget_rating_filter ul li .small,.widget_rating_filter ul li small,.widget_rating_filter ol li .small,.widget_rating_filter ol li small,.sidebar-box ul li .small,.sidebar-box ul li small,.sidebar-box ol li .small,.sidebar-box ol li small{float:right;font-size:1em}.widget_product_categories ul ul,.widget_product_categories ul ol,.widget_product_categories ol ul,.widget_product_categories ol ol,.widget_price_filter ul ul,.widget_price_filter ul ol,.widget_price_filter ol ul,.widget_price_filter ol ol,.widget_layered_nav ul ul,.widget_layered_nav ul ol,.widget_layered_nav ol ul,.widget_layered_nav ol ol,.widget_layered_nav_filters ul ul,.widget_layered_nav_filters ul ol,.widget_layered_nav_filters ol ul,.widget_layered_nav_filters ol ol,.widget_rating_filter ul ul,.widget_rating_filter ul ol,.widget_rating_filter ol ul,.widget_rating_filter ol ol,.sidebar-box ul ul,.sidebar-box ul ol,.sidebar-box ol ul,.sidebar-box ol ol{padding-left:1.0714em;margin:0}.widget_product_categories ul ul.children,.widget_product_categories ul ol.children,.widget_product_categories ol ul.children,.widget_product_categories ol ol.children,.widget_price_filter ul ul.children,.widget_price_filter ul ol.children,.widget_price_filter ol ul.children,.widget_price_filter ol ol.children,.widget_layered_nav ul ul.children,.widget_layered_nav ul ol.children,.widget_layered_nav ol ul.children,.widget_layered_nav ol ol.children,.widget_layered_nav_filters ul ul.children,.widget_layered_nav_filters ul ol.children,.widget_layered_nav_filters ol ul.children,.widget_layered_nav_filters ol ol.children,.widget_rating_filter ul ul.children,.widget_rating_filter ul ol.children,.widget_rating_filter ol ul.children,.widget_rating_filter ol ol.children,.sidebar-box ul ul.children,.sidebar-box ul ol.children,.sidebar-box ol ul.children,.sidebar-box ol ol.children{margin:0;display:none}.widget .widget-title{position:relative}.widget .widget-title .toggle{display:inline-block;width:1.8571em;height:1.8571em;line-height:1.7572em;position:absolute;right:-7px;top:50%;margin-top:-0.9em;padding:0;cursor:pointer;text-align:center;transition:.25s}.widget .widget-title .toggle:before,.widget .widget-title .toggle:after{content:'';position:absolute;left:50%;top:50%;background:#222529}.widget .widget-title .toggle:before{width:2px;height:10px;margin-left:-1px;margin-top:-5px;display:none}.widget .widget-title .toggle:after{width:10px;height:2px;margin-left:-5px;margin-top:-1px}.widget.closed .widget-title{border-bottom-width:0}.widget.closed .widget-title .toggle:before{display:block}.widget_layered_nav ul li>a{padding-right:25px}.widget_layered_nav ul li .count{position:absolute;top:0;right:0;padding-top:4px}.widget_price_filter .price_slider_wrapper{margin-bottom:.3571em}.widget_price_filter .price_slider{margin-top:1.4286em;margin-bottom:2.1428em;border-width:0;border-radius:0}.widget_price_filter .price_slider_amount{line-height:2em;font-size:.8751em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:between;justify-content:space-between}.widget_price_filter .price_slider_amount .button{padding:.4em 1.25em;text-transform:uppercase;font-weight:600;font-size:.75rem;order:2}.widget_price_filter .clear{display:none}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:11px;height:11px;cursor:pointer;outline:none;top:50%;margin-top:-5.5px;border-radius:6px;border-width:0;background-image:none}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-10px}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;box-shadow:0 1px 2px 0 rgba(0,0,0,0.38) inset;background-image:none}.widget_price_filter #min_price,.widget_price_filter #max_price{width:45%;margin-right:4%;margin-top:0.3571em;margin-bottom:1.2857em}.widget_price_filter .ui-slider-horizontal{height:3px}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.widget_layered_nav_filters ul{*zoom:1}.widget_layered_nav_filters ul:before,.widget_layered_nav_filters ul:after{content:" ";display:table}.widget_layered_nav_filters ul:after{clear:both}.widget_layered_nav_filters ul li{float:left}.widget_layered_nav_filters ul li a{margin-right:.8571em}.widget_layered_nav_filters ul li a:before{font-family:'Font Awesome 5 Free';font-weight:900;content:"";margin-right:.3571em;display:inline-block}.yith-woo-ajax-reset-navigation{background:transparent;border-width:0;border-radius:0}.yith-woo-ajax-reset-navigation>*{padding:0}.widget_layered_nav .yit-wcan-select-open{text-decoration:none}.widget_layered_nav .yith-wcan-select-wrapper{border-width:1px;padding:10px 0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan{padding-top:0;padding-bottom:0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li{padding:5px;border-width:0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover,.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen{box-shadow:none;border-width:0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a{background-image:none;position:relative}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a:before{content:"";font-family:'Font Awesome 5 Free';font-weight:900;font-size:0.9em;position:absolute;top:0.1em;left:-3px}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a{padding:0 12px;border-width:0}.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-group,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-group{padding:11px 0;font-size:11px}.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li{width:14.2857%;min-width:34px;max-width:35px;text-align:center;float:left}.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span{border-color:transparent;width:26px;height:26px;margin:4px 4px 4px 0;box-shadow:1px 1px 0 rgba(0,0,0,0.35)}.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li{float:left}.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a{min-width:32px;text-align:center;margin:3px 6px 3px 0;padding:4px 8px;line-height:16px}.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover{color:#fff}.widget .product_list_widget li{padding:.5rem 0}ul.product_list_widget{list-style:none outside;padding:0;margin:-.5rem 0;border-width:0 !important}ul.product_list_widget li{display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-width:0;position:relative;padding:.5rem 0}ul.product_list_widget li .product-image{width:84px;-ms-flex:0 0 84px;flex:0 0 84px;padding:0;margin-right:20px}ul.product_list_widget li .product-image img{width:100%;height:auto}ul.product_list_widget li .product-image .img-effect img{position:relative;opacity:1}ul.product_list_widget li .product-image .img-effect .hover-image{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;opacity:0}ul.product_list_widget li .product-image:hover .img-effect img{opacity:0}ul.product_list_widget li .product-image:hover .img-effect .hover-image{opacity:1}.product_list_widget .product-details{position:relative;-ms-flex:1;flex:1;max-width:calc(100% - 104px)}.product_list_widget .product-details a{display:block;text-decoration:none;font-size:1.0769em;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.5rem}.product_list_widget .product-details .amount{font-size:1.1538em;font-weight:600;line-height:1;vertical-align:middle}.product_list_widget .product-details .amount .currency,.product_list_widget .product-details .amount .decimal{font-size:.75em;font-weight:400}.product_list_widget .product-details .amount .currency .decimal{font-size:1em}.product_list_widget .product-details ins{text-decoration:none;vertical-align:baseline}.product_list_widget .product-details del,.product_list_widget .product-details .from{color:#a7a7a7;font-size:.8em;margin-right:3px;vertical-align:baseline}.product_list_widget .product-details del .amount,.product_list_widget .product-details .from .amount{color:#a7a7a7}.product_list_widget dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,0.1);*zoom:1}.product_list_widget dl:before,.product_list_widget dl:after{content:" ";display:table}.product_list_widget dl:after{clear:both}.product_list_widget dl dt,.product_list_widget dl dd{display:inline-block;float:left;margin-bottom:1em}.product_list_widget dl dt{font-weight:700;padding:0 0 .25em 0;margin:0 4px 0 0;clear:left}.product_list_widget dl dd{padding:0 0 .25em 0}.product_list_widget dl dd p:last-child{margin-bottom:0}.product_list_widget .star-rating{margin:3px 0 5px}.product_list_widget .ajax-loading{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.6;display:none}.product_list_widget .ajax-loading:before{content:"\f110";font-family:"porto";position:absolute;left:50%;top:50%;font-size:20px;font-weight:400;line-height:1;margin-top:-13px;margin-left:-13px;color:#999;z-index:0;animation:spin .75s infinite linear;display:inline-block}ul.cart_list li.empty{padding-left:0}ul.cart_list li .quantity,ul.cart_list li .quantity .amount{vertical-align:baseline}ul.cart_list li dl{margin:6px 0;border:none;padding-left:5px;display:table}ul.cart_list li dl dt,ul.cart_list li dl dd{padding:3px;margin:0;line-height:1.2}ul.cart_list li dl dt p,ul.cart_list li dl dd p{line-height:1.2}.hide_cart_widget_if_empty .empty{display:none}.widget_recent_reviews .product_list_widget{-ms-flex-wrap:wrap;flex-wrap:wrap}.widget_recent_reviews .product_list_widget li{padding:.5rem 1%;display:block;text-align:center}.widget_recent_reviews .product_list_widget li a{display:block;position:relative}.widget_recent_reviews .product_list_widget li img{width:96px;border:none;display:block;margin:0 auto 10px}.widget_recent_reviews .product_list_widget li .star-rating{margin:5px auto 0}.widget_recent_reviews .product_list_widget li .reviewer{font-size:.8571em}.widget_shopping_cart .total{padding:.7143em 0;margin:0;text-align:center}.widget_shopping_cart .total .amount{font-size:1.4286em;font-weight:600}.widget_shopping_cart .total .amount .currency,.widget_shopping_cart .total .amount .decimal{font-size:.75em;font-weight:400}.widget_shopping_cart .total .amount .currency .decimal{font-size:1em}.widget_shopping_cart .buttons{margin-bottom:0;*zoom:1}.widget_shopping_cart .buttons:before,.widget_shopping_cart .buttons:after{content:" ";display:table}.widget_shopping_cart .buttons:after{clear:both}.widget_shopping_cart .buttons .wc-forward{float:left;width:49%}.widget_shopping_cart .buttons .checkout{float:right;width:49%}@media (max-width: 991px){.mobile-sidebar .widget_shopping_cart .buttons .wc-forward{float:none;width:100%}.mobile-sidebar .widget_shopping_cart .buttons .wc-forward+.wc-forward{margin-top:8px}}@media (max-width: 767px){.widget_shopping_cart .buttons .wc-forward{float:none;width:100%}.widget_shopping_cart .buttons .wc-forward+.wc-forward{margin-top:8px}}.widget_shopping_cart .product-details a{padding-right:15px}.widget_shopping_cart .product-details .remove-product,.wishlist_table .remove_from_wishlist,.shop_table.cart-table a.remove{padding:0;position:absolute;top:3px;right:0;text-align:right;width:25px;height:25px;text-decoration:none}.widget_shopping_cart .product-details .remove-product:before,.wishlist_table .remove_from_wishlist:before,.shop_table.cart-table a.remove:before{content:"";font-family:'Font Awesome 5 Free';font-weight:900}.widget .brand-thumbnails,.brand-thumbnails{list-style:none;margin:0;padding:0}.products-slider.products li.product .add-links-wrap{line-height:0}.products-slider.show-nav-title .owl-nav{margin-top:-23px}.products-slider .slick-dots li{clear:none !important;width:20px !important;margin-bottom:0}.products-slider .slick-dots li button{box-shadow:none !important}.products-slider.slick-initialized .product{display:block}.products-slider.owl-carousel{margin:0 !important}.products-slider.owl-carousel .product{width:100%;margin-bottom:0}.products-slider.owl-carousel .owl-stage-outer{padding-top:10px;margin-top:-10px}.products-slider.owl-carousel .owl-dots{margin-top:20px}.widget .owl-carousel.show-nav-title .owl-nav [class*='owl-']{margin-left:0;margin-right:0}.widget .owl-carousel.show-nav-title .owl-nav .owl-prev{left:-30px}.yith-woo-ajax-navigation.loading,.yith-wcan-list-price-filter.loading{position:relative}.yith-woo-ajax-navigation.loading:after,.yith-wcan-list-price-filter.loading:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;bottom:0;z-index:10000}.yith-wcan-list-price-filter.loading form input[type="text"]{opacity:0}.woocommerce-product-search label{display:none}.woocommerce-product-search .search-field{margin-bottom:8px;vertical-align:top}.widget_rating_filter>ul{padding-top:1rem}.widget_rating_filter>ul li{line-height:1;margin-bottom:.75rem}.widget_rating_filter>ul li a{padding-top:0;padding-bottom:0}.widget_rating_filter .star-rating{display:block;float:left;margin-top:0.15em}.widget_rating_filter .wc-layered-nav-rating a{display:block;*zoom:1;text-align:right}.widget_rating_filter .wc-layered-nav-rating a:before,.widget_rating_filter .wc-layered-nav-rating a:after{content:" ";display:table}.widget_rating_filter .wc-layered-nav-rating a:after{clear:both}.woocommerce-widget-layered-nav-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce-cart .shipping_calculator h2{margin-top:0}.woocommerce-cart .shipping_calculator h2 a{cursor:default;text-decoration:none}.woocommerce-cart .shipping-form-wrap .shipping-calculator-form{display:block !important;height:auto !important}.woocommerce-cart .shipping-calculator-form{margin-top:10px}.shop_table .product-thumbnail img{max-width:80px;height:auto}.cross-sells{margin-top:20px;margin-bottom:20px}.shop_table.responsive.cart-total tbody tr:first-child th,.shop_table.responsive.cart-total tbody tr:first-child td,.shop_table.shop_table_responsive.cart-total tbody tr:first-child th,.shop_table.shop_table_responsive.cart-total tbody tr:first-child td{border-top-width:0}.shop_table.responsive.cart-total th,.shop_table.shop_table_responsive.cart-total th{width:25%}@media (max-width: 767px){.shop_table.responsive.cart-total th,.shop_table.responsive.cart-total td,.shop_table.shop_table_responsive.cart-total th,.shop_table.shop_table_responsive.cart-total td{width:100%;text-align:left}}#shipping_method{margin:0;padding:0;list-style:none}#shipping_method li:not(:last-child){padding-bottom:12px}.wc-proceed-to-checkout .btn{font-size:15px;letter-spacing:-.015em;margin-bottom:10px}.woocommerce-shipping-destination{line-height:26px}.wc-proceed-to-checkout{margin-bottom:20px;margin-bottom:20px;text-align:left}.cart_totals h2,.review-order.shop_table h2{margin-top:0}.cart_totals .order-total .amount,.review-order.shop_table .order-total .amount{font-size:22px}.cart-v2 .heading-primary{font-size:20px;line-height:27px;margin:0 0 20px;display:-ms-flexbox;display:flex;-ms-flex-pack:between;justify-content:space-between;-ms-flex-align:center;align-items:center}.cart-v2 .proceed-to-checkout{letter-spacing:normal}.cart-v2 .shipping-calculator-form{display:block !important}.cart-v2 #coupon_code{padding:11px 12px}.cart-v2 .card.card-default{padding:24px 30px;border:2px solid #e7e7e7}.cart-v2 .card.card-default .card-body tbody tr{border-bottom:1px solid #dcdcdc}.cart-v2 .card.card-default .card-body tbody tr:last-child{border-bottom:none}.cart-v2 .card.card-default .card-body tbody tr th{padding:10px;font-weight:400;line-height:1.4;text-align:left !important}.cart-v2 .card.card-default .card-body tbody tr td{padding:10px;line-height:1.4;text-align:left !important}.cart-v2 .card.card-default .card-body tbody tr td:last-child{color:#777;text-align:right !important;font-weight:400}.cart-v2 .card.card-default .card-body tbody .order-total th{padding:18px 12px}.checkout-v2 .checkout_coupon{display:block !important}.card.card-default .card-header.arrow a{position:relative;padding-right:40px;font-size:13px;font-weight:700;letter-spacing:0 !important}.card.card-default .card-header.arrow a:before{border:none;color:#222529;font-family:'porto';content:"\e81b";width:26px;height:26px;display:block;position:absolute;right:15px;top:50%;margin-top:-13px;color:#222529;text-align:center;line-height:26px;font-size:17px;background-color:transparent}.card.card-default .card-header.arrow a.collapsed:before{content:"\e81c"}.card.card-default .card-header.arrow a:hover:before{background-color:transparent;border-color:transparent;color:#222529}.shop_table.cart-table th.product-thumbnail{width:16%}.shop_table.cart-table th.product-name{width:33%}.shop_table.cart-table th.product-price{width:14%}.shop_table.cart-table .product-subtotal .amount{font-size:16px;font-weight:600}.shop_table.cart-table .actions input[type="text"]::placeholder{font-size:12px;font-weight:500;color:#999}.shop_table.cart-table .actions button{padding:12px 24px}td.product-price{font-weight:400 !important}td.product-subtotal{font-weight:400 !important}td.product-total{font-weight:400 !important}td.order-total{font-weight:400 !important}.cart_totals_toggle .card-header a{display:block;padding:10px 20px;text-decoration:none}.cart_totals_toggle .card-header{padding:0;border-bottom:none}.cart_totals_toggle .card:not(:first-child){margin-top:5px}.also-bought .products-slider.show-nav-title .owl-nav{margin-top:-32px}i.cart-empty,i.wishlist-empty{font-size:100px;color:#d3d3d4}.cart-empty-page .woocommerce-info{text-align:center}.checkout_coupon .form-row{display:inline-block;float:none;width:auto;vertical-align:middle;padding-right:0}form.checkout_coupon{padding-left:5px;padding-bottom:5px}.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle{font-size:13px;font-weight:500;letter-spacing:-.025em}.form-row.terms{position:relative;margin-top:15px}.form-row.terms .input-checkbox{position:absolute;left:0;top:2px}.form-row.terms label.checkbox{margin-left:20px;display:block}.payment_methods{margin:15px 0 10px;padding:0;list-style:none}.payment_methods li{padding-bottom:10px}.payment_methods p{margin-bottom:0.5rem}.payment_methods .porto-control-label{font-size:14px;font-weight:400}.payment_methods .payment_method_paypal .about_paypal{display:inline-block;margin-left:10px}.payment_methods .payment_method_paypal img{width:170px;margin-left:0.25rem}@media (max-width: 767px){.payment_methods .payment_method_paypal .input-radio{vertical-align:top}.payment_methods .payment_method_paypal img,.payment_methods .payment_method_paypal .about_paypal{display:block;margin:0}}@media (max-width: 575px){.payment_methods .payment_method_paypal img{width:150px}}.woocommerce-page .woocommerce header{margin-top:32px}.woocommerce-page .woocommerce .featured-box header{margin-top:20px}.checkout-v2 .card-header{line-height:40px}.place-order img{margin-left:5px;display:none}form.woocommerce-checkout h3{margin-bottom:13px;font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:32px}.woocommerce-checkout .select2-dropdown{border-color:#e7e7e7}.woocommerce-checkout .select2-container .select2-selection--single{height:50px;border-color:#e7e7e7}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{padding:10px 12px}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;transform:translateY(-50%);right:1rem}.woocommerce-checkout .screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;word-wrap:normal !important}.woocommerce-checkout input[type="text"]::placeholder,.woocommerce-checkout textarea::placeholder{font-size:12px}.woocommerce-checkout .shipping_address{margin-top:1rem}.woocommerce-checkout input[type="text"],.woocommerce-checkout input[type="email"],.woocommerce-checkout input[type="tel"],.woocommerce-checkout input[type="password"]{line-height:2.3}.woocommerce-checkout label{margin-bottom:3px;font-weight:500;letter-spacing:-0.01em}#order_comments{min-height:125px}.checkout-order-review .featured-boxes{padding:22px 32px}.checkout-order-review .woocommerce-privacy-policy-text p{padding:0 8px;font-size:13px}.checkout-order-review .shop_table td{padding:12px 10px}.woocommerce-shipping-totals td{padding:25px 10px}.woocommerce-account .woocommerce{*zoom:1;margin:0 -10px}.woocommerce-account .woocommerce:before,.woocommerce-account .woocommerce:after{content:" ";display:table}.woocommerce-account .woocommerce:after{clear:both}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:25%;padding:0 10px 30px}@media (max-width: 991px){.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin:0;padding:0;display:block;position:relative}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{transition:background 0.1s;padding:8px 0 8px 0;display:block;color:#777;font-size:1em;font-weight:500;letter-spacing:-.025em;text-decoration:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{content:"";display:inline-block;width:0;height:4px;border-top:4px solid transparent;border-bottom:4px solid transparent;position:absolute;top:15px;left:10px}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{text-decoration:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active>a{font-weight:bold}.woocommerce-account .woocommerce-MyAccount-navigation ul li ul{list-style:none;margin:0 0 0 25px;padding:0}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:75%;padding:0 10px}@media (max-width: 991px){.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li .count{float:right}.woocommerce-account .account-sub-title i,.woocommerce-account .featured-box i{color:#d3d3d4}.woocommerce-account .featured-box .icon-featured{font-size:60px}.woocommerce-account .featured-box h4{font-size:1rem;letter-spacing:-.01em}.address .featured-box{text-align:left}#rememberme,.back-login{margin-top:10px;margin-bottom:10px}.woocommerce-password-strength{text-align:center;font-weight:600;margin-top:10px;padding:3px 0px 3px 0px;color:#333;line-height:1.2}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:1em 0 0 0;display:block}.order-info mark{background:transparent;padding:0}.shopswatchinput{margin-bottom:5px;margin-top:5px}.wcvaswatchinput{text-decoration:none !important;margin:0 1px}.wcvashopswatchlabel{cursor:pointer;background-size:contain;background-repeat:no-repeat;display:inline-block;transition:all 100ms ease-in;line-height:1.0000;width:24px !important;height:24px !important}.swatchinput{display:inline-block;padding-right:7px;padding-bottom:6px;margin-top:-3px}.belowtext{display:table-cell;vertical-align:bottom;padding-bottom:16px;font-weight:bold}.wcvaswatch input{margin:0;padding:0;display:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}.wcvaswatchlabel{cursor:pointer;background-size:contain;background-repeat:no-repeat;display:inline-block;transition:all 0.1s ease-in;line-height:1.0000}.wcvaswatch input:active+.wcvaswatchlabel{opacity:.9}.wcvaswatch input:checked+.wcvaswatchlabel{-webkit-filter:none;-ms-filter:none;filter:none}.wcvaround{border-radius:50%;outline:solid 0 #9C9999}input.wcva_attribute_radio{margin-right:5px}.shop_table.wishlist_table{margin-bottom:15px}.shop_table.wishlist_table tr td{text-align:left}@media (max-width: 767px){.shop_table.wishlist_table tr td{text-align:center}}.shop_table.wishlist_table .add-links{display:flex;flex-direction:column;flex-wrap:wrap}.shop_table.wishlist_table .add-links .add_to_cart_button::before{content:none}.shop_table.wishlist_table .quickview{margin-bottom:10px;margin-right:0}.shop_table.wishlist_table .add_to_cart{margin-left:0 !important;margin-right:0 !important}.shop_table.wishlist_table .product-thumbnail{width:10%}.shop_table.wishlist_table .product-name{width:29%}.shop_table.wishlist_table .product-price{width:13%}.shop_table.wishlist_table .product-stock-status{width:19%}@media (max-width: 767px){.shop_table.wishlist_table .product-thumbnail,.shop_table.wishlist_table .product-name,.shop_table.wishlist_table .product-price,.shop_table.wishlist_table .product-stock-status{width:100%}}.woocommerce table.shop_table.wishlist_table thead th,.woocommerce table.shop_table.wishlist_table thead td{border:none;padding:10px 5px 10px 16px}.woocommerce table.shop_table.wishlist_table tbody th,.woocommerce table.shop_table.wishlist_table tbody td,.woocommerce table.shop_table.wishlist_table tfoot th,.woocommerce table.shop_table.wishlist_table tfoot td{padding:20px 5px 23px 16px;font-weight:600}@media (max-width: 767px){.woocommerce table.shop_table.wishlist_table tbody th,.woocommerce table.shop_table.wishlist_table tbody td,.woocommerce table.shop_table.wishlist_table tfoot th,.woocommerce table.shop_table.wishlist_table tfoot td{padding:10px 20px}}.shop_table.wishlist_table,.woocommerce table.wishlist_table{font-size:100%}.shop_table.wishlist_table .add_to_cart.button,.shop_table.wishlist_table .add_to_cart_read_more.button,.shop_table.wishlist_table .yith-compare,.woocommerce table.wishlist_table .add_to_cart.button,.woocommerce table.wishlist_table .add_to_cart_read_more.button,.woocommerce table.wishlist_table .yith-compare{display:inline-block !important;min-width:160px}.shop_table.wishlist_table .add_to_cart.button,.shop_table.wishlist_table .add_to_cart_read_more.button,.shop_table.wishlist_table .quickview,.shop_table.wishlist_table .yith-compare,.woocommerce table.wishlist_table .add_to_cart.button,.woocommerce table.wishlist_table .add_to_cart_read_more.button,.woocommerce table.wishlist_table .quickview,.woocommerce table.wishlist_table .yith-compare{height:42px;width:auto;padding:0 25px !important;font-size:13px;line-height:42px;text-indent:0}.shop_table.wishlist_table .yith-compare,.woocommerce table.wishlist_table .yith-compare{min-width:1px;margin-top:5px !important;padding:0 15px !important;font-weight:700}.shop_table.wishlist_table .yith-compare::before,.woocommerce table.wishlist_table .yith-compare::before{float:none}.shop_table.wishlist_table .yith-compare.added::before,.woocommerce table.wishlist_table .yith-compare.added::before{line-height:42px}.shop_table.wishlist_table .quickview,.woocommerce table.wishlist_table .quickview{order:-1;font-weight:700}.shop_table.wishlist_table .quickview::before,.woocommerce table.wishlist_table .quickview::before{content:none}.shop_table.wishlist_table .quickview:hover,.woocommerce table.wishlist_table .quickview:hover{border-color:#0077b3;background-color:#0077b3;color:#ffffff}.shop_table.wishlist_table .yith-wcwl-add-to-wishlist,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist{display:none}.shop_table.wishlist_table .wishlist-empty,.woocommerce table.wishlist_table .wishlist-empty{text-align:center}p.wishlist-empty,table.wishlist_table tbody td.wishlist-empty{margin:1rem 0}.woocommerce #content table.shop_table.wishlist_table.cart a.remove,.shop_table.cart-table a.remove.remove-product{top:-10px;right:-10px}.woocommerce #content table.shop_table.wishlist_table.cart a.remove:hover,.shop_table.cart-table a.remove.remove-product:hover{background:#fff}.blockUI{background:#fff !important;opacity:.5 !important}.sidebar-content #yith-ajaxsearchform .btn{color:#fff;border-width:1px}.sidebar-content .autocomplete-suggestions{padding-top:0;padding-bottom:0}.sidebar-content .autocomplete-suggestion{padding-left:8px;padding-right:8px}.wishlist_table .add_to_cart.button,.wishlist_table .add_to_cart_read_more.button{padding-top:6px;padding-bottom:6px;line-height:22px}.woocommerce .wishlist-title a.btn,.woocommerce .hidden-title-form a.btn,.woocommerce .hidden-title-form input[type="submit"]{color:#fff;vertical-align:middle;font-size:.8rem;line-height:1.5}.woocommerce .wishlist-title h2{margin:0 !important}#header .my-wishlist,#header .my-account,#header .yith-woocompare-open{display:inline-block;padding:0 .125rem;font-size:24px;vertical-align:middle}#header .my-wishlist,#header .yith-woocompare-open{position:relative}#header .my-wishlist .wishlist-count,#header .yith-woocompare-open .compare-count{right:-.25rem}.wishlist_table tr td.product-thumbnail>div,.shop_table.cart-table .product-thumbnail>div{width:80px}@media (max-width: 767px){.wishlist_table tr td.product-thumbnail>div,.shop_table.cart-table .product-thumbnail>div{margin:0 auto}}.wishlist_table tr td.product-thumbnail a{max-width:none}.quickview-wrap{width:900px;padding:15px}@media (max-width: 991px){.quickview-wrap{width:550px}}@media (max-width: 767px){.quickview-wrap{width:auto}}@media (max-width: 575px){.quickview-wrap{padding:0}.quickview-wrap .row{margin-left:0;margin-right:0}.quickview-wrap .summary-before,.quickview-wrap .summary{padding-left:0;padding-right:0}}.quickview-wrap .product .summary-before,.quickview-wrap .product .entry-summary{margin-bottom:0}@media (max-width: 991px){.quickview-wrap .product .summary-before{margin-bottom:30px}}.quickview-wrap .product-image-slider.owl-carousel{overflow:hidden}.quickview-wrap .woocommerce-product-rating:after{content:none}.quickview-wrap .variations_form:not(.vf_init) .reset_variations{display:none}.quickview-wrap .summary .added_to_cart{font-size:.8em;font-weight:700;text-transform:uppercase;text-decoration:underline;margin-left:.5rem}.quickview-wrap .summary .single_add_to_cart_button.loading{pointer-events:none;opacity:.75}.quickview-wrap .summary .porto-loading-icon{position:static;width:25px;height:25px;margin:.5em}.woocommerce-page.archive .sidebar-content{border:1px solid #e7e7e7}.woocommerce-page.archive .sidebar-content .widget-title{padding:0;background:none;border:none}.woocommerce-page.archive .sidebar-content .porto-separator{display:none}.woocommerce-page.archive .sidebar-content aside.widget{border-bottom:1px solid #e7e7e7;margin-bottom:0;margin-top:0;padding:20px}.woocommerce-page.archive .sidebar-content aside.widget:last-child{border-bottom:none}.woocommerce-page.archive .sidebar-content aside.widget .widget{margin-bottom:0}.woocommerce-page.archive .sidebar-content .widget>*:last-child{margin-bottom:0;padding-bottom:0}@media (max-width: 991px){.woocommerce-page.archive .mobile-sidebar aside.widget{padding-left:0;padding-right:0}.woocommerce-page.archive .mobile-sidebar aside.widget:first-child{padding-top:0}}.woocommerce-page .sidebar-content .widget-title{font-weight:600;font-size:15px}.sidebar .product-categories li>a{font-size:14px;font-weight:500}.widget_product_categories ul li .toggle{font-size:11px;color:#222529 !important;font-family:Porto}.widget_product_categories ul li .toggle:before{content:"\e81c"}.widget_product_categories ul li.current>.toggle:before,.widget_product_categories ul li.open>.toggle:before{content:"\e81b"}.widget_product_categories ul li.closed>.toggle:before{content:"\e81c"}

body{font-family:Open Sans,sans-serif;font-weight:400;font-size:14px;line-height:24px}li,.porto-u-sub-heading,.porto-sicon-description{line-height:24px}h1,h2,h3,h4,h5,h6{color:#222529}h1{font-family:Poppins,sans-serif;font-weight:700;font-size:36px;line-height:44px;color:#222529}h2{font-family:Poppins,sans-serif;font-weight:700;font-size:30px;line-height:40px;color:#222529}h3{font-family:Poppins,sans-serif;font-weight:700;font-size:25px;line-height:32px;color:#222529}h4{font-family:Poppins,sans-serif;font-weight:700;font-size:16px;line-height:20px;color:#222529}h5{font-family:Poppins,sans-serif;font-weight:700;font-size:14px;line-height:18px;color:#222529}h6{font-weight:700;font-size:14px;line-height:18px;color:#222529}#footer,#footer p{font-size:13px;line-height:20px}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer .widget-title,#footer .widget-title a,.footer-top .widget-title{font-weight:700}h1.big{font-size:58.1544px;line-height:54.0012px}h1.small{font-size:30.4632px;line-height:41.998px;font-weight:600}.owl-carousel.show-nav-title .owl-nav [class*="owl-"]{color:#222529}.owl-carousel.dots-light .owl-dots .owl-dot span{background:rgba(255,255,255,0.6)}.owl-carousel.dots-light .owl-dots .owl-dot.active span,.owl-carousel.dots-light .owl-dots .owl-dot:hover span{background:#fff}.container-fluid,.container-fluid .vc_section:not(.porto-inner-container){padding-left:20px;padding-right:20px}.container-fluid .container-fluid{padding-left:0;padding-right:0;width:auto}.container-fluid .vc_row,.container-fluid .vc_section{margin-left:-20px;margin-right:-20px}.container-fluid .vc_row:not(.porto-inner-container),.vc_section.alignfull > .container,.alignfull .porto-ibanner-desc > .container{padding-left:10px;padding-right:10px}.container-fluid .vc_row.vc_column-gap-1{padding-left:19.5px;padding-right:19.5px}.container-fluid .vc_row.vc_column-gap-2{padding-left:19px;padding-right:19px}.container-fluid .vc_row.vc_column-gap-3{padding-left:18.5px;padding-right:18.5px}.container-fluid .vc_row.vc_column-gap-4{padding-left:18px;padding-right:18px}.container-fluid .vc_row.vc_column-gap-5{padding-left:17.5px;padding-right:17.5px}.container-fluid .vc_row.vc_column-gap-10{padding-left:15px;padding-right:15px}.container-fluid .vc_row.vc_column-gap-15{padding-left:12.5px;padding-right:12.5px}.container-fluid .vc_row.vc_column-gap-20{padding-left:10px;padding-right:10px}.container-fluid .vc_row.vc_column-gap-25{padding-left:7.5px;padding-right:7.5px}.container-fluid .vc_row.vc_column-gap-30{padding-left:5px;padding-right:5px}.container-fluid .vc_row.vc_column-gap-35{padding-left:2.5px;padding-right:2.5px}.container-fluid .vc_row .vc_row{padding-left:0;padding-right:0;margin-left:-10px;margin-right:-10px}.container-fluid .vc_row .vc_row.vc_column-gap-1{margin-left:-0.5px;margin-right:-0.5px}.container-fluid .vc_row .vc_row.vc_column-gap-2{margin-left:-1px;margin-right:-1px}.container-fluid .vc_row .vc_row.vc_column-gap-3{margin-left:-1.5px;margin-right:-1.5px}.container-fluid .vc_row .vc_row.vc_column-gap-4{margin-left:-2px;margin-right:-2px}.container-fluid .vc_row .vc_row.vc_column-gap-5{margin-left:-2.5px;margin-right:-2.5px}.container-fluid .vc_row .vc_row.vc_column-gap-10{margin-left:-5px;margin-right:-5px}.container-fluid .vc_row .vc_row.vc_column-gap-15{margin-left:-7.5px;margin-right:-7.5px}.container-fluid .vc_row .vc_row.vc_column-gap-20{margin-left:-10px;margin-right:-10px}.container-fluid .vc_row .vc_row.vc_column-gap-25{margin-left:-12.5px;margin-right:-12.5px}.container-fluid .vc_row .vc_row.vc_column-gap-30{margin-left:-15px;margin-right:-15px}.container-fluid .vc_row .vc_row.vc_column-gap-35{margin-left:-17.5px;margin-right:-17.5px}@media (max-width:991px){.container,.container-fluid .vc_row .porto-map-section .container,.container-fluid .vc_row.no-padding .container,.container-fluid .vce-row-no-paddings .container,.container-fluid .vc_row.vc_row-no-padding .container,.container-fluid .porto-inner-container .container,.vc_section.alignfull > .container,.alignfull .porto-ibanner-desc > .container{padding-left:20px;padding-right:20px}.container-fluid .container,.container-fluid .container .container{padding-left:0;padding-right:0}}.porto-column,.pricing-table-classic.spaced [class*="col-lg-"],ul.products .product-col,.grid-creative > .post,.vc_section{padding-left:10px;padding-right:10px}.gallery-item{padding:10px}ul.products,.slider-wrapper,.vc_section,.gallery{margin-left:-10px;margin-right:-10px}.owl-carousel.show-dots-title-right .owl-dots{right:8px}@media (min-width:767px){.products.gap-narrow{margin-left:-5px;margin-right:-5px}.products.gap-narrow .product-col{padding-left:5px;padding-right:5px}}.header-bottom{min-height:30px}.header-top > .container,.header-top > .container-fluid{min-height:40px}#header .porto-view-switcher:first-child > li.menu-item:first-child > a{padding-left:0}@media (max-width:991px){#header .search-popup-left .searchform{left:auto;right:-1.25rem}#header .search-popup-center .searchform{left:50%;right:auto;transform:translateX(-50%)}#header .search-popup-right .searchform{left:-1.25rem;right:auto}}#header .searchform-popup .search-toggle{font-size:19px;width:40px;height:40px;line-height:40px}#header .searchform button{font-size:16px;padding:0 15px}#header .searchform-popup .search-toggle i:before,#header .searchform button i:before{content:"\e884";font-family:"porto";font-weight:600}#header.sticky-header .searchform-popup .searchform{border-color:#cccccc}#header.sticky-header .searchform-popup .search-toggle:after{border-bottom-color:#cccccc}.searchform .live-search-list .autocomplete-suggestions{box-shadow:0 10px 20px 5px rgba(0,0,0,0.05)}.searchform .live-search-list .autocomplete-suggestions::-webkit-scrollbar{width:5px}.searchform .live-search-list .autocomplete-suggestions::-webkit-scrollbar-thumb{border-radius:0;background:rgba(204,204,204,0.5)}.live-search-list .autocomplete-suggestion .search-price{color:#222529;font-weight:600}@media (min-width:768px) and (max-width:1419px){#header .searchform input{width:318px}#header .searchform.searchform-cats input{width:190px}}@media (min-width:992px){#header.header-loaded .header-main{transition:none}#header .header-main .logo img{transition:none;-webkit-transform:scale(1);transform:scale(1)}}#mini-cart .minicart-icon{font-size:15px}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){#mini-cart .cart-head{height:30px}}#mini-cart .cart-items-text{font-size:14px}.minicart-offcanvas .widget_shopping_cart_content{font-family:Poppins,Open Sans,sans-serif}#mini-cart .cart_list::-webkit-scrollbar-thumb,.minicart-offcanvas .widget_shopping_cart_content::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(204,204,204,0.5)}.sidebar-menu .wide li.sub > a,#header .main-menu .wide li.sub > a{font-weight:700}#header .header-top .mega-menu > li.menu-item > a,#header .header-top,.welcome-msg{font-weight:600}#header .header-top .top-links:last-child > li.menu-item:last-child > a{padding-right:0}#header .header-top .top-links:last-child > li.menu-item:last-child:after{display:none}#header .main-menu .wide li.menu-item li.menu-item > a:hover{background:none;color:#ffffff}#header .main-menu .wide li.menu-item li.menu-item > a:hover,#header .main-menu .wide li.sub > a:hover{text-decoration:underline}.sidebar-menu .wide li.sub,.mega-menu .wide li.sub{padding:15px 10px 0}#header .main-menu .popup{left:-15px}#header .main-menu .narrow.pos-right .popup{right:-15px;left:auto}.mega-menu .narrow li.menu-item > a{border-bottom:none;padding-left:15px;padding-right:15px}.mega-menu .narrow ul.sub-menu{padding-left:0;padding-right:0}.mega-menu .narrow li.menu-item-has-children > a:before{margin-right:0}.sidebar-menu .wide .popup{border-left:none}.sidebar-menu .wide .popup >.inner{margin-left:0}.sidebar-menu > li.menu-item > .arrow{right:28px;font-size:15px}.sidebar-menu > li.menu-item .popup:before{content:'';position:absolute;border-right:12px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-12px;top:13px;z-index:112}#header .header-contact{border-right:1px solid #dde0e2;padding-right:35px;margin-right:18px;line-height:22px}#header .header-top .header-contact{margin-right:0;border-right:none;padding-right:0}@media (max-width:991px){#header .header-contact{display:none}}#header .porto-view-switcher .narrow ul.sub-menu,#header .top-links .narrow ul.sub-menu{padding:5px 0}@media (max-width:767px){#header:not(.header-builder) .header-top{display:-ms-flexbox;display:flex}#header:not(.header-builder) .switcher-wrap{display:inline-block}}.page-header-8{padding:1.25rem 0}.woocommerce-cart .main-content,.woocommerce-checkout .main-content{padding-top:5px}.page-header-8 .breadcrumb{margin-bottom:0;justify-content:center;background:none}.page-header-8 li{line-height:3.521875rem}.page-header-8 li a{color:#222529;font-family:'Poppins',Poppins,sans-serif;text-decoration:none;font-size:1.25rem;font-weight:700;letter-spacing:-.03em;transition:opacity .3s;vertical-align:middle}.page-header-8 li.disable a{pointer-events:none}.page-header-8 li .delimiter.delimiter-2{color:#222529;font-size:1.875rem;font-weight:700;margin:0 1.2rem;float:left}.page-header-8 li.current~li a,.page-header-8 li.current~li .delimiter{opacity:.5}.page-header-8 li.current a,.page-header-8 li:not(.disable) a:hover{color:var(--primary);opacity:1}.mega-menu > li.has-sub:before,.mega-menu > li.has-sub:after{content:'';position:absolute;bottom:-1px;z-index:112;opacity:0;left:50%;border:solid transparent;height:0;width:0;pointer-events:none}.mega-menu > li.has-sub:before{bottom:0}.mega-menu > li.sub-ready:hover:before,.mega-menu > li.sub-ready:hover:after{opacity:1}.mega-menu > li.has-sub:before{border-bottom-color:#ffffff;border-width:10px;margin-left:-10px}.mega-menu > li.has-sub:after{border-bottom-color:#ffffff;border-width:9px;margin-left:-9px}.mega-menu.show-arrow > li.has-sub:before{margin-left:-14px}.mega-menu.show-arrow > li.has-sub:after{margin-left:-13px}.mega-menu > li.has-sub:before,.mega-menu > li.has-sub:after{bottom:3px;transition:bottom .2s ease-out}.mega-menu > li.has-sub:before{bottom:4px}.mega-menu > li.has-sub:hover:before{bottom:-1px}.mega-menu > li.has-sub:hover:after{bottom:-2px}#header .header-minicart{white-space:nowrap}@media (max-width:991px){#header .header-main .header-center{-ms-flex:1;flex:1;-ms-flex-pack:end;justify-content:flex-end}}#header .mobile-toggle{padding-left:11px;padding-right:11px}#header .header-top .porto-view-switcher .narrow .popup > .inner > ul.sub-menu{border:1px solid #ccc}#header .header-top .porto-view-switcher > li.has-sub:before{border-bottom-color:#ccc}.mega-menu > li.menu-item{margin-right:2px}#header.sticky-header .main-menu{background:none}.header-top .share-links a{border-radius:50%;width:2em;height:2em;margin:0}.header-top .share-links a:not(:hover){background:none}#header .mobile-toggle{margin-right:.25rem}.header-top .share-links a:not(:hover){color:#777777}.col-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5,.col-xl-1-5,.col-2-5,.col-sm-2-5,.col-md-2-5,.col-lg-2-5,.col-xl-2-5,.col-3-5,.col-sm-3-5,.col-md-3-5,.col-lg-3-5,.col-xl-3-5,.col-4-5,.col-sm-4-5,.col-md-4-5,.col-lg-4-5,.col-xl-4-5{padding-left:10px;padding-right:10px}#footer .logo{margin-right:20px}@media (min-width:992px){#footer .footer-bottom .footer-left .widget{margin-right:15px}#footer .footer-bottom .footer-right .widget{margin-left:15px}body.boxed.body-side{padding-left:276px;padding-right:20px}body.boxed.body-side.modal-open{padding-left:276px !important;padding-right:20px !important}body.boxed.body-side .page-wrapper.side-nav .container{padding-left:20px;padding-right:20px}body.boxed.body-side .page-wrapper.side-nav .page-top.fixed-pos{left:276px;right:20px}}@media (min-width:768px){#header-boxed #header.sticky-header .header-main.sticky{max-width:740px}}@media (min-width:992px){#header-boxed #header.sticky-header .header-main.sticky,#header-boxed #header.sticky-header .main-menu-wrap{max-width:980px}}.page-top .sort-source{right:10px}.post-carousel .post-item,.widget .row .post-item-small,.elementor-widget .row .post-item-small{margin:0 10px}@media (min-width:992px){.single-post .post-medium .post-media{margin-right:20px}}article.post-medium .post-image.single{margin-bottom:20px}.owl-carousel.show-nav-title.post-carousel .owl-nav,.owl-carousel.show-nav-title.portfolio-carousel .owl-nav,.owl-carousel.show-nav-title.member-carousel .owl-nav{right:10px}.featured-box .box-content{padding:30px 20px 10px 20px;border-top-color:#dfdfdf}@media (max-width:767px){.featured-box .box-content{padding:25px 10px 5px 10px}}.sticky-nav-wrapper{margin:0 -10px}.pricing-table{padding:0 10px}.col-half-section{padding-left:10px;padding-right:10px;max-width:690px}.vc_column_container.section,.row.no-padding > .vc_column_container.section{padding-left:10px;padding-right:10px}@media (min-width:992px) and (max-width:1419px){.col-half-section{max-width:470px}}@media (max-width:991px){.col-half-section{max-width:350px}.col-half-section.col-fullwidth-md{max-width:720px;float:none !important;margin-left:auto !important;margin-right:auto !important;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto}}@media (max-width:767px){.col-half-section{max-width:540px;float:none !important;margin-left:auto !important;margin-right:auto !important;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto}}@media (max-width:575px){.col-half-section{padding-left:0;padding-right:0}}.blog-posts-hover_info article.post,.blog-posts-hover_info2 article.post,.blog-posts .post-item-list,.porto-image-frame{margin-bottom:20px}.grid-creative article.post{margin-bottom:0;padding-bottom:20px}body.boxed #revolutionSliderCarouselContainer,#main.main-boxed #revolutionSliderCarouselContainer{margin-left:-20px;margin-right:-20px}@media (max-width:767px){body.boxed #revolutionSliderCarouselContainer,#main.main-boxed #revolutionSliderCarouselContainer{margin-left:-10px;margin-right:-10px}}.toggle > .toggle-content{padding-left:15px}.vc_row.wpb_row.vc_row-no-padding .vc_column_container.section{padding-left:20px;padding-right:20px}@media (max-width:767px){.vc_row.wpb_row.vc_row-no-padding .vc_column_container.section{padding-left:10px;padding-right:10px}}body.vc_row{margin-left:-10px;margin-right:-10px}body.boxed .porto-container.container,#main.main-boxed .porto-container.container{margin-left:-10px;margin-right:-10px}body.boxed .vc_row[data-vc-stretch-content].section,#main.main-boxed .vc_row[data-vc-stretch-content].section{padding-left:10px;padding-right:10px}@media (min-width:768px){body.boxed .vc_row[data-vc-stretch-content],#main.main-boxed .vc_row[data-vc-stretch-content]{margin-left:-20px !important;margin-right:-20px !important;max-width:740px}}@media (min-width:992px){body.boxed .vc_row[data-vc-stretch-content],#main.main-boxed .vc_row[data-vc-stretch-content]{max-width:980px}}body.boxed #main.wide .vc_row[data-vc-stretch-content] .porto-wrap-container{padding-left:20px;padding-right:20px}@media (max-width:767px){body.boxed #main.wide .vc_row[data-vc-stretch-content] .porto-wrap-container{padding-left:10px;padding-right:10px}}body.boxed #main.wide .container .vc_row{margin-left:-20px;margin-right:-20px;padding-left:10px;padding-right:10px}body.boxed #main.wide .container .vc_row.porto-inner-container{padding-left:20px;padding-right:20px}body.boxed #main.wide .container .vc_row .vc_row{margin-left:-10px;margin-right:-10px}@media (min-width:768px){body.boxed #header.sticky-header .header-main.sticky{max-width:740px}}@media (min-width:992px){body.boxed #header.sticky-header .header-main.sticky,body.boxed #header.sticky-header .main-menu-wrap{max-width:980px}}#breadcrumbs-boxed .page-top{padding-left:10px;padding-right:10px}body.wide .container:not(.inner-container){padding-left:20px;padding-right:20px}body.wide .container .container{padding-left:0;padding-right:0}.container-fluid .container .vc_row,#main.wide > .container > .row{margin-left:-10px;margin-right:-10px}.member-row .member{padding:0 10px 1px;margin-bottom:20px;width:100%}.member-row-advanced .member{padding:0;width:100%}body .menu-ads-container{margin-left:-30px;margin-right:-30px}body .ads-container-blue,body.boxed .ads-container-full,#main.main-boxed .ads-container-full,body.boxed #main.wide .ads-container-full{margin-left:-20px !important;margin-right:-20px !important}@media (max-width:767px){body.boxed .ads-container-full,#main.main-boxed .ads-container-full,body.boxed #main.wide .ads-container-full{margin-left:-10px !important;margin-right:-10px !important}}.popup-inline-content hr.solid,.mfp-content .ajax-container hr.solid,.portfolio .portfolio-image.wide,body.boxed .portfolio hr.solid,body.boxed #portfolioAjaxBox .portfolio-image.wide,body.boxed #portfolioAjaxBox hr.solid,#main.main-boxed .portfolio .portfolio-image.wide,#main.main-boxed .portfolio hr.solid,#main.main-boxed #portfolioAjaxBox .portfolio-image.wide,#main.main-boxed #portfolioAjaxBox hr.solid,body.boxed .portfolio-row.full,#main.wide .portfolio .portfolio-image.wide,#main.wide .page-image.single{margin-left:-20px;margin-right:-20px}.popup-inline-content .portfolio-image.wide{margin-left:-10px;margin-right:-10px}.portfolio-carousel .portfolio-item{margin-left:10px;margin-right:10px}.portfolio-row{margin-left:-10px;margin-right:-10px}.portfolio-row .portfolio{padding-left:10px;padding-right:10px;padding-bottom:20px}.portfolio-modal .vc_row[data-vc-full-width],body.boxed .portfolio-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-modal .vc_row[data-vc-full-width],.portfolio-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-modal .vc_row[data-vc-stretch-content],#main.main-boxed .portfolio-modal .vc_row[data-vc-stretch-content],.portfolio-ajax-modal .vc_row[data-vc-full-width],body.boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],.portfolio-ajax-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content],#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content]{padding-left:20px !important;padding-right:20px !important}.cross-sells .slider-wrapper .products .product{padding-left:10px;padding-right:10px}.col2-set{margin-left:-10px;margin-right:-10px}.col2-set .col-1,.col2-set .col-2{padding-left:10px;padding-right:10px}.single-product .variations:after{left:10px;width:calc(100% - 20px)}@media (min-width:1420px){.ccols-xl-2 > *{flex:0 0 50%;max-width:50%}.ccols-xl-3 > *{flex:0 0 33.3333%;max-width:33.3333%}.ccols-xl-4 > *{flex:0 0 25%;max-width:25%}.ccols-xl-5 > *{flex:0 0 20%;max-width:20%}.ccols-xl-6 > *{flex:0 0 16.6666%;max-width:16.6666%}.ccols-xl-7 > *{flex:0 0 14.2857%;max-width:14.2857%}.ccols-xl-8 > *{flex:0 0 12.5%;max-width:12.5%}.ccols-xl-9 > *{flex:0 0 11.1111%;max-width:11.1111%}.ccols-xl-10 > *{flex:0 0 10%;max-width:10%}.shop_table.wishlist_table .add-links{flex-direction:row}.shop_table.wishlist_table .quickview{margin-right:10px;margin-bottom:0}}@media (min-width:1400px){.ccols-sl-10 > *{max-width:10%;flex:0 0 10%}.ccols-sl-9 > *{max-width:11.1111%;flex:0 0 11.1111%}.ccols-sl-8 > *{max-width:12.5%;flex:0 0 12.5%}.ccols-sl-7 > *{max-width:14.2857%;flex:0 0 14.2857%}}@media (max-width:1419px){.mega-menu > li.menu-item > a{padding:9px 9px 8px}.widget_sidebar_menu .widget-title{font-size:.8571em;line-height:13px;padding:10px 15px}.sidebar-menu > li.menu-item > a{font-size:.9286em;line-height:17px;padding:9px 5px}.sidebar-menu .menu-custom-block a{font-size:.9286em;line-height:16px;padding:9px 5px}.sidebar-menu > li.menu-item .popup:before{top:11px}.porto-links-block{font-size:13px}body .sidebar-menu .menu-ads-container .vc_column_container .porto-sicon-box.left-icon{padding:15px 0}body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .porto-sicon-left{display:block}body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .porto-sicon-left .porto-icon{font-size:25px !important;margin-bottom:10px}body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .porto-sicon-body{display:block;text-align:center}ul.pcols-md-6 li.product-col{max-width:16.6666%;flex:0 0 16.6666%}ul.pwidth-md-6 .product-image{font-size:.8em}ul.pwidth-md-6 .add-links{font-size:.85em}ul.pcols-md-5 li.product-col{max-width:20%;flex:0 0 20%}ul.pwidth-md-5 .product-image{font-size:.9em}ul.pwidth-md-5 .add-links{font-size:.95em}ul.pcols-md-4 li.product-col{max-width:25%;flex:0 0 25%}ul.pwidth-md-4 .product-image{font-size:1em}ul.pwidth-md-4 .add-links{font-size:1em}ul.pcols-md-3 li.product-col{max-width:33.3333%;flex:0 0 33.3333%}ul.pwidth-md-3 .product-image{font-size:1.15em}ul.pwidth-md-3 .add-links{font-size:1em}ul.pcols-md-2 li.product-col{max-width:50%;flex:0 0 50%}ul.pwidth-md-2 .product-image{font-size:1.4em}ul.pwidth-md-2 .add-links{font-size:1em}ul.pcols-md-1 li.product-col{max-width:none;flex:0 0 100%}}@media (min-width:992px) and (max-width:1419px){.portfolio-row .portfolio-col-6{width:20%}.portfolio-row .portfolio-col-6.w2{width:40%}.column2 ul.pwidth-md-5 .product-image{font-size:.75em}.column2 ul.pwidth-md-5 .add-links{font-size:.8em}.column2 ul.pwidth-md-4 .product-image{font-size:.8em}.column2 ul.pwidth-md-4 .add-links{font-size:.9em}.column2 ul.pwidth-md-3 .product-image{font-size:.9em}.column2 ul.pwidth-md-3 .add-links{font-size:1em}.column2 ul.pwidth-md-2 .product-image{font-size:1.1em}.column2 ul.pwidth-md-2 .add-links{font-size:1em}.column2 .shop-loop-before .woocommerce-pagination ul{margin-left:-5px}.quickview-wrap{width:720px}ul.product_list_widget li .product-image{width:70px;-ms-flex:0 0 70px;flex:0 0 70px;margin-right:15px}ul.product_list_widget li .product-details{max-width:calc(100% - 85px)}}@media (min-width:768px) and (max-width:1419px){.column2 .portfolio-row .portfolio-col-4{width:33.33333333%}.column2 .portfolio-row .portfolio-col-4.w2{width:66.66666666%}.column2 .portfolio-row .portfolio-col-5,.column2 .portfolio-row .portfolio-col-6{width:25%}.column2 .portfolio-row .portfolio-col-5.w2,.column2 .portfolio-row .portfolio-col-6.w2{width:50%}}@media (min-width:768px) and (max-width:991px){ul.pcols-sm-4 li.product-col{max-width:25%;flex:0 0 25%}ul.pcols-sm-3 li.product-col{max-width:33.3333%;flex:0 0 33.3333%}ul.pcols-sm-2 li.product-col{max-width:50%;flex:0 0 50%}ul.pcols-sm-1 li.product-col{max-width:none;flex:0 0 100%}}@media (max-width:767px){ul.pcols-xs-4 li.product-col{max-width:25%;flex:0 0 25%}ul.pcols-xs-3 li.product-col{max-width:33.3333%;flex:0 0 33.3333%}ul.pwidth-xs-3 .product-image{font-size:.85em}ul.pwidth-xs-3 .add-links{font-size:.85em}ul.pcols-xs-2 li.product-col{max-width:50%;flex:0 0 50%}ul.pwidth-xs-2 .product-image{font-size:1em}ul.pwidth-xs-2 .add-links{font-size:1em}ul.pcols-xs-1 li.product-col{max-width:none;flex:0 0 100%}ul.pwidth-xs-1 .product-image{font-size:1.2em}ul.pwidth-xs-1 .add-links{font-size:1em}}@media (max-width:575px){ul.pcols-ls-2 li.product-col{max-width:50%;flex:0 0 50%}ul.pwidth-ls-2 .product-image{font-size:.8em}ul.pwidth-ls-2 .add-links{font-size:.85em}ul.pcols-ls-1 li.product-col{max-width:none;flex:0 0 100%}ul.pwidth-ls-1 .product-image{font-size:1.1em}ul.pwidth-ls-1 .add-links{font-size:1em}}@media (min-width:576px){ul.list li.product{-ms-flex:0 0 100%;flex:0 0 100%;max-width:none}}.wishlist_table .add_to_cart.button,.yith-wcwl-add-to-wishlist a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{border-radius:0}.page-wrapper .fdm-item-image,.thumb-info{border-width:0;background:none}.thumb-info-caption .thumb-info-caption-text{padding:15px 0;margin-bottom:0}.thumb-info-social-icons{padding:0}.thumb-info-social-icons:first-child{padding:10px 0}.thumb-info .share-links a{background:#191919}.thumb-info .share-links a:hover{opacity:.9}.post-share-advance .share-links a{background:none}.thumb-info .thumb-info-wrapper:after{background:rgba(33,37,41,0.8)}.dir-arrow{background:transparent url(https://premiumsound.co.uk/wp-content/themes/porto/images/arrows.png) no-repeat 0 0}.dir-arrow.arrow-light{background:transparent url(https://premiumsound.co.uk/wp-content/themes/porto/images/arrows-dark.png) no-repeat 0 0}hr,.divider,.slider-title .line,.section-title .line,.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line{background:rgba(0,0,0,0.08)}hr.light{background:rgba(255,255,255,0.06)}.porto-history .thumb{background:transparent url(https://premiumsound.co.uk/wp-content/themes/porto/images/history-thumb.png) no-repeat 0 0}.add-links .add_to_cart_button.loading.viewcart-style-1:after,.add-links .quickview.loading:after,.wcml-switcher li.loading,ul.product_list_widget li .ajax-loading{background-color:#fff}.porto-products.title-border-bottom > .section-title,.related.products .slider-title,.porto-products.title-border-middle > .section-title .inline-title:before{border-bottom:1px solid rgba(0,0,0,.08)}#header.sticky-header .header-main.sticky,#header.sticky-header .main-menu-wrap,.fixed-header #header.sticky-header .main-menu-wrap{box-shadow:0 0 3px 0 rgba(0,0,0,0.06)}#mini-cart .widget_shopping_cart_content{background:#fff}.mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper,.sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper{background:#fff}.mega-menu .wide .popup > .inner,.sidebar-menu .wide .popup > .inner{background:#fff}.mega-menu .wide li.sub > a,.sidebar-menu .wide li.sub > a{color:#333}.mega-menu .wide li.menu-item li.menu-item > a:hover{background:#f4f4f4}@media (max-width:991px){.mobile-sidebar,.mobile-sidebar .sidebar-toggle{background:#fff}.mobile-sidebar .sidebar-content::-webkit-scrollbar{width:5px}.mobile-sidebar .sidebar-content::-webkit-scrollbar-thumb{border-radius:0;background:rgba(204,204,204,0.5)}}.widget_sidebar_menu .widget-title .toggle{color:#ccc;background:#fff;border:1px solid #ccc}.sidebar-menu > li.menu-item > a,.sidebar-menu .menu-custom-block a{border-top:1px solid #ddd}.blog-posts article,.member-row-advanced .member:not(:last-child){border-bottom:1px solid rgba(0,0,0,0.06)}.blog-posts-padding .grid-box{border:1px solid #e5e5e5;background:#fff}article.post .post-date .day,.post-item .post-date .day,ul.comments .comment-block{background:#f4f4f4}.post-item-small{border-top:1px dotted #ececec}article.portfolio .comment-respond{border-top:1px solid rgba(0,0,0,0.06)}ul.comments .comment-arrow{border-right:15px solid #f4f4f4}@media (max-width:767px){ul.comments li{border-left:8px solid #ddd;padding-left:10px}}.vc_progress_bar .vc_single_bar.progress,.progress{background:#fafafa}.section-dark .vc_progress_bar .vc_single_bar.progress{background:#353a40}.btn-default{color:#666}[type="submit"].btn-default{color:#333}.btn-default.btn:hover{color:#333}.owl-carousel.top-border{border-top:1px solid #dbdbdb}.slick-slider .slick-dots li i{color:#d6d6d6}.porto-ajax-loading:after{background-color:#fff}hr.solid,.divider.divider-solid,.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.solid,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.solid{background:rgba(0,0,0,0.06)}.divider i{background:#fff}.divider.divider-style-2 i{background:#f4f4f4}.divider.divider-style-3 i,.divider.divider-style-4 i{border:1px solid #cecece}.divider.divider-style-4 i:after{border:3px solid #f4f4f4}.divider.divider-small hr{background:#555}.divider.divider-small.divider-light hr{background:#ddd}hr.dashed:after,.divider.dashed:after,.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed:after{border:1px dashed rgba(0,0,0,0.06)}.stats-block.counter-with-border,blockquote.with-borders,.vc_general.vc_cta3.vc_cta3-style-custom{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-left:1px solid #ececec;border-right:1px solid #ececec}.featured-box{background:#fff;border-bottom:1px solid #dfdfdf;border-left:1px solid #ececec;border-right:1px solid #ececec}.resp-tab-content{border:1px solid #eee}.featured-boxes-style-6 .featured-box .icon-featured,.feature-box.feature-box-style-6 .feature-box-icon,.porto-sicon-box.featured-icon .porto-icon{border:1px solid #cecece}.featured-boxes-style-6 .featured-box .icon-featured:after{border:5px solid #f4f4f4}.featured-boxes-flat .featured-box .box-content,.featured-boxes-style-8 .featured-box .icon-featured{background:#fff}.featured-boxes-style-3 .featured-box .icon-featured,body #wp-link-wrap{background:#fff}.featured-boxes-style-5 .featured-box .box-content h4,.featured-boxes-style-6 .featured-box .box-content h4,.featured-boxes-style-7 .featured-box .box-content h4{color:#353a40}.featured-boxes-style-5 .featured-box .icon-featured,.featured-boxes-style-6 .featured-box .icon-featured,.featured-boxes-style-7 .featured-box .icon-featured{background:#fff;border:1px solid #dfdfdf}.featured-box-effect-1 .icon-featured:after{box-shadow:0 0 0 3px #fff}.feature-box.feature-box-style-2 h4,.feature-box.feature-box-style-3 h4,.feature-box.feature-box-style-4 h4,.widget.twitter-tweets .fa-twitter{color:#222529}.feature-box.feature-box-style-6 .feature-box-icon:after,.porto-sicon-box.featured-icon .porto-icon:after{border:3px solid #f4f4f4}input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],textarea,.form-control,select,.porto-wpforms-inline .wpforms-field-large{background-color:#fff;color:#777;border-color:rgba(0,0,0,0.09)}.form-control:focus,.btn-default.btn{border-color:rgba(0,0,0,0.09)}.btn-default.btn{border-bottom-color:rgba(0,0,0,.2)}body #wp-link-wrap #link-modal-title{background:#fcfcfc;border-bottom:1px solid #dfdfdf}body #wp-link-wrap .submitbox{background:#fcfcfc;border-top:1px solid #dfdfdf}.heading.heading-bottom-border h1{border-bottom:5px solid;padding-bottom:10px}.heading.heading-bottom-border h2,.heading.heading-bottom-border h3{border-bottom:2px solid;padding-bottom:10px}.heading.heading-bottom-border h4,.heading.heading-bottom-border h5,.heading.heading-bottom-border h6{border-bottom:1px solid;padding-bottom:5px}.heading.heading-bottom-double-border .heading-tag{border-bottom:3px double;padding-bottom:10px}.heading.heading-bottom-double-border h4,.heading.heading-bottom-double-border h5,.heading.heading-bottom-double-border h6{padding-bottom:5px}.heading.heading-border .heading-tag{border-top-color:#dbdbdb;border-bottom-color:#dbdbdb}.dialog{background:#fff}.popup-inline-content,.mfp-content .ajax-container,.loading-overlay{background:#fff}.fontawesome-icon-list > div,.sample-icon-list > div{color:#222}.content-grid .content-grid-item:before{border-left:1px solid #dadada}.content-grid .content-grid-item:after{border-bottom:1px solid #dadada}.content-grid.content-grid-dashed .content-grid-item:before{border-left:1px dashed #dadada}.content-grid.content-grid-dashed .content-grid-item:after{border-bottom:1px dashed #dadada}ul.nav-list li a,ul[class^="wsp-"] li a{border-bottom:1px solid rgba(0,0,0,0.06)}ul.nav-list.show-bg-active .active > a,ul.nav-list.show-bg-active a.active,ul[class^="wsp-"].show-bg-active .active > a,ul[class^="wsp-"].show-bg-active a.active{background-color:#f5f5f5}ul.nav-list.show-bg-active .active > a:hover,ul.nav-list.show-bg-active a.active:hover,ul[class^="wsp-"].show-bg-active .active > a:hover,ul[class^="wsp-"].show-bg-active a.active:hover{background-color:#eee}.page-wrapper .fdm-item-image{background-color:#fff;border:1px solid #ddd;padding:0}.pricing-table li{border-top:1px solid #ddd}.pricing-table h3{background-color:#eee}.pricing-table .plan-price{background:#fff;border:5px solid #fff;box-shadow:0 5px 20px #ddd inset,0 3px 0 #999 inset}.pricing-table .most-popular{border:3px solid #ccc}.pricing-table .most-popular h3{background-color:#666;text-shadow:0 1px #555}.pricing-table .plan-ribbon{background-color:#bfdc7a}.pricing-table .plan{background:#fff;border:1px solid #ddd}.pricing-table-sm .plan-price{border:3px solid #fff;box-shadow:0 5px 20px #ddd inset,0 3px 0 #999 inset}.pricing-table-flat .plan-btn-bottom li:last-child{border-bottom:1px solid #ddd}.section{background-color:#f4f4f4;border-top:5px solid #f1f1f1}.porto-map-section .map-content{background-color:rgba(247,247,247,0.5)}@media (max-width:767px){.resp-tab-content,.resp-vtabs .resp-tab-content{border-color:#ddd}}.resp-tabs-list{border-bottom:1px solid #eee}.resp-tabs-list li,.resp-tabs-list li:hover,.nav-tabs li .nav-link,.nav-tabs li .nav-link:hover,.nav-tabs li .nav-link:focus{background:#f4f4f4;border-left:1px solid #eee;border-right:1px solid #eee;border-top:3px solid #eee}.resp-tabs-list li.resp-tab-active{background:#fff;border-left:1px solid #eee;border-right:1px solid #eee}.resp-vtabs .resp-tabs-container{border:1px solid #eee;background:#fff}.resp-vtabs .resp-tabs-list li:first-child{border-top:1px solid #eee !important}.resp-vtabs .resp-tabs-list li:last-child{border-bottom:1px solid #eee !important}.resp-vtabs .resp-tabs-list li,.resp-vtabs .resp-tabs-list li:hover{border-left:3px solid #eee}.resp-vtabs .resp-tabs-list li.resp-tab-active{background:#fff}h2.resp-accordion{background:#f5f5f5 !important;border-color:#ddd}h2.resp-accordion:first-child{border-top-color:#ddd !important}h2.resp-tab-active{background:#f5f5f5 !important;border-bottom:1px solid #ddd !important}.resp-easy-accordion .resp-tab-content{border-color:#ddd;background:#fff}.resp-easy-accordion .resp-tab-content:last-child{border-color:#ddd !important}.nav-tabs{border-bottom-color:#eee}.nav-tabs li .nav-link:hover{border-top-color:#ccc}.nav-tabs li.active .nav-link{background:#fff;border-left-color:#eee;border-right-color:#eee;border-top:3px solid #ccc}.tab-content{background:#fff;border-color:#eee}.tabs.tabs-bottom .tab-content,.tabs.tabs-bottom .nav-tabs{border-bottom:none;border-top:1px solid #eee}.tabs.tabs-bottom .nav-tabs li .nav-link{border-bottom-color:#eee;border-top:1px solid #eee !important}.tabs-vertical{border-top-color:#eee}.tabs-left .nav-tabs > li:last-child .nav-link,.tabs-right .nav-tabs > li:last-child .nav-link,.nav-tabs.nav-justified li .nav-link,.nav-tabs.nav-justified li .nav-link:hover{border-bottom:1px solid #eee}.tabs-left .nav-tabs > li .nav-link{border-right:1px solid #eee;border-left:3px solid #eee}.tabs-left .nav-tabs > li.active .nav-link{border-right-color:transparent}.tabs-right .nav-tabs > li .nav-link{border-right:3px solid #eee;border-left:1px solid #eee}.tabs-right .nav-tabs > li.active .nav-link{border-left-color:transparent}.nav-tabs.nav-justified li.active .nav-link{border-bottom:1px solid transparent}.tabs-navigation .nav-tabs > li:first-child .nav-link{border-top:1px solid #eee !important}.tabs-navigation .nav-tabs > li.active .nav-link{border-left-color:#eee;border-right-color:#eee}.tabs.tabs-simple .nav-tabs > li .nav-link{border-bottom-color:#eee}.testimonial .testimonial-author strong{color:#111}.testimonial.testimonial-style-3 blockquote{background:#f2f2f2}.testimonial.testimonial-style-3 .testimonial-arrow-down{border-top:10px solid #f2f2f2 !important}.testimonial.testimonial-style-4{border-top-color:#dfdfdf;border-bottom-color:#dfdfdf;border-left-color:#ececec;border-right-color:#ececec}.testimonial.testimonial-style-5 .testimonial-author{border-top:1px solid #f2f2f2}.thumb-info.thumb-info-bottom-info:not(.thumb-info-bottom-info-dark) .thumb-info-title{background:#fff}.thumb-info.thumb-info-bottom-info:not(.thumb-info-bottom-info-dark) .thumb-info-inner{color:#222529}.thumb-info-side-image{border:1px solid #ddd}section.timeline .timeline-date{border:1px solid #e5e5e5;background:#fff;text-shadow:0 1px 1px #fff}section.timeline .timeline-title{background:#f4f4f4}section.timeline .timeline-box{border:1px solid #e5e5e5;background:#fff}section.timeline .timeline-box.left:after{background:#fff;border-right:1px solid #e5e5e5;border-top:1px solid #e5e5e5}section.timeline .timeline-box.right:after{background:#fff;border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}section.exp-timeline .timeline-box.right:after{border:none}.toggle > label{background:#f4f4f4}.toggle > label:hover{background:#f5f5f5}.toggle.active > label{background:#f4f4f4}.toggle-simple .toggle > label,.toggle-simple .toggle.active > label{color:#222529}div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,.product-image,.product-image .viewcart,.product-image .stock{background:#fff}div.wpb_single_image .vc_single_image-wrapper.vc_box_outline.vc_box_border_grey,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle.vc_box_border_grey{background:#fff;border-color:#ddd}.toggle-simple .toggle.active > label{color:#222529}.porto-links-block .links-title{color:#465157}.porto-links-block li.porto-links-item > a,.porto-links-block li.porto-links-item > span{border-top:1px solid #ddd}.widget > div > ul,.widget > ul{border-bottom-color:rgba(0,0,0,0.06)}.widget > div > ul li,.widget > ul li{border-top-color:rgba(0,0,0,0.06)}.widget .tagcloud a,.skill-list a,.skill-list a:hover{background:#222529;color:#fff}.flickr_badge_image,.wpb_content_element .flickr_badge_image{background:#fff}.sidebar-content .widget.widget_wysija,.sidebar-content .wpcf7-form .widget_wysija{background:#f4f4f4}.tm-collapse .tm-section-label{background:#f5f5f5}.tm-box{border:1px solid #ddd}body.boxed .page-wrapper,#content-top,#content-bottom,.member-item.member-item-3 .thumb-info-caption{background:#fff}body{background:#fff}#main{background:#fff}body .menu-ads-container{background:#f6f6f6;border:2px solid #fff}body .menu-ads-container .vc_column_container{border-left:2px solid #fff}.portfolio-info ul li{border-right:1px solid #e6e6e6}@media (max-width:575px){.commentlist li .comment_container{background:#f5f7f7}}.commentlist li .comment-text{background:#f5f7f7}.product-image .stock{background:rgba(255,255,255,.9)}.login-more.heading-tag{color:#999}.woocommerce-privacy-policy-text p{font-size:12px;line-height:23px;color:#8a8b8e}.porto-social-login-section.false-modal a{padding:17px 12px;margin-bottom:20px}.porto-social-login-section.false-modal i{margin-right:5px}.porto-social-login-section.false-modal span{letter-spacing:-.03em}.porto-social-login-section.false-modal i.fa-facebook-f{width:25px;height:25px;line-height:35px;vertical-align:middle;color:#3a589d;background:#fff;border-radius:50%}#login-form-popup .register-btn{margin:20px 0 0;color:#222529;letter-spacing:-.025em;outline:none}#login-form-popup .register-btn:hover{color:var(--primary)}.porto-social-login-section .social-button:hover i.fa-facebook-f{color:var(--primary)}.wc-action-btn.button,.wc-action-btn.button:disabled,.wishlist_table .add-links .quickview,.order-again .button,.wishlist_table .add-links .yith-compare{background-color:#f4f4f4;color:#222529;border:none}.wc-action-btn.button:disabled{opacity:.8}.wc-action-btn.button:disabled:hover{color:#fff}.order_details .product-name a{color:#222529}.order_details tfoot tr:last-child .amount{color:#222529}.shop_table thead span{color:#222529;text-transform:uppercase}.shop_table thead tr,.shop_table tr:not(:last-child){border-bottom:1px solid #e7e7e7}@media (max-width:767px){.shop_table.shop_table_responsive tr,.shop_table.responsive tr,.shop_table.shop_table_responsive tfoot tr:first-child,.shop_table.responsive tfoot tr:first-child{border-top:1px solid #ddd}}.featured-box .shop_table .quantity input.qty{border-color:#c8bfc6}.featured-box .shop_table .quantity .minus,.featured-box .shop_table .quantity .plus{background:#f4f4f4;border-color:#c8bfc6}.chosen-container-single .chosen-single,.woocommerce-checkout .form-row .chosen-container-single .chosen-single,.select2-container .select2-choice{background:#fff;border-color:#ccc}.chosen-container-active.chosen-with-drop .chosen-single,.select2-container-active .select2-choice,.select2-drop,.select2-drop-active{border-color:#ccc}.select2-drop .select2-results,.select2-drop-active .select2-results,.form-row input[type="email"],.form-row input[type="number"],.form-row input[type="password"],.form-row input[type="search"],.form-row input[type="tel"],.form-row input[type="text"],.form-row input[type="url"],.form-row input[type="color"],.form-row input[type="date"],.form-row input[type="datetime"],.form-row input[type="datetime-local"],.form-row input[type="month"],.form-row input[type="time"],.form-row input[type="week"],.form-row select,.form-row textarea{background-color:#fff}.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) a{border-bottom:1px solid #ededde}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active>a,.account-text-user{color:#222529}.order-info mark{display:block;color:#222529}#yith-wcwl-popup-message{background:#fff}.product_title,.product_title a{color:#555}#reviews .commentlist li .comment-text:before{border-right:15px solid #f5f7f7}div.quantity .minus,div.quantity .plus{background:transparent;border-color:rgba(0,0,0,0.09);color:#222529}.star-rating:before{color:rgba(0,0,0,0.16)}.wcvashopswatchlabel{border:1px solid #fff;box-shadow:0 0 0 1px #ccc}.wcvaswatchinput.active .wcvashopswatchlabel{border:1px solid #000}.wcvaswatchlabel{border:2px solid #fff;box-shadow:0 0 0 1px #ccc}.wcvaswatch input:checked + .wcvaswatchlabel{border:2px solid #000;box-shadow:0 0 0 0 #000}.widget .widget-title .toggle{color:rgba(0,0,0,0.09)}.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a{border:1px solid #e9e9e9;background:#fff}.widget_recent_reviews .product_list_widget li img{background:#fff}.woocommerce table.shop_table.wishlist_table tbody td,.woocommerce table.shop_table.wishlist_table tfoot td{border-color:#ddd}.product-images .product-image-slider.owl-carousel .img-thumbnail{padding-right:1px;padding-left:1px}.product-images .img-thumbnail .inner{border:1px solid #f4f4f4}.product-thumbs-slider.owl-carousel .img-thumbnail{border-color:#f4f4f4}.mobile-sidebar .sidebar-toggle:hover,.feature-box.feature-box-style-5 h4,.feature-box.feature-box-style-6 h4,h1.dark,h2.dark,h3.dark,h4.dark,h5.dark{color:#222529}article.post .read-more,article.post .read-more-block,.post-item .read-more,.post-item .read-more-block{color:#222529}.text-dark,.text-dark.wpb_text_column p{color:#222529 !important}.alert.alert-dark{background-color:#3a3f45;border-color:#0b0c0e;color:#d5d8dc}.alert.alert-dark .alert-link{color:#ffffff}.section.section-text-dark,.section.section-text-dark h1,.section.section-text-dark h2,.section.section-text-dark h3,.section.section-text-dark h4,.section.section-text-dark h5,.section.section-text-dark h6,.vc_general.vc_cta3 h2,.vc_general.vc_cta3 h4,.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2,.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4{color:#222529}.section.section-text-dark p{color:#3a3f45}body.boxed .page-wrapper{border-bottom-color:#222529}html.dark .text-muted{color:#505562 !important}.text-v-dark{color:#222529 !important}.woocommerce-message,.cart-popup .total,.shop_table.cart-table .product-subtotal .amount,.cart_totals .order-total .amount,.review-order .order-total .amount{color:#222529}html .btn-v-dark,.cart-popup .button.checkout,.wishlist_table .add_to_cart.button{color:#fff;background-color:#222529;border:none}html .btn-v-dark:focus,.cart-popup .button.checkout:focus,.wishlist_table .add_to_cart.button:focus{outline:none;box-shadow:none;color:#fff}html .btn-v-dark:hover,.cart-popup .button.checkout:hover,.wishlist_table .add_to_cart.button:hover{color:#ffffff;background-color:#31373d}.price,td.product-subtotal,td.product-total,td.order-total,tr.cart-subtotal,.product-nav .product-popup .product-details .amount,ul.product_list_widget li .product-details .amount{color:#444}.widget_price_filter .price_slider{background:#eee}.porto-links-block{border-color:#ddd;background:#fbfbfb}.widget_sidebar_menu .widget-title,.porto-links-block .links-title{background:#f5f5f5;border-bottom-color:#ddd}.widget_sidebar_menu,.tm-collapse,.widget_layered_nav .yith-wcan-select-wrapper{border-color:#ddd}.mobile-sidebar .sidebar-toggle{border-color:rgba(0,0,0,0.09)}.pagination > a,.pagination > span,.page-links > a,.page-links > span{border-color:rgba(0,0,0,0.06)}.section-title,.slider-title,.widget .widget-title,.widget .widget-title a,.widget_calendar caption{color:#313131}.accordion.without-borders .card{border-bottom-color:#ddd}body{background-color:#ffffff}.header-wrapper{background-color:#ffffff}#header .header-main{background-color:#ffffff}#main{background-color:#ffffff}#main .content-bottom-wrapper{background-color:#ffffff}.page-top{background-color:transparent}#footer{background-color:#191919}#footer .footer-main{background-color:transparent}.footer-top{background-color:#ffffff}#footer .footer-bottom{background-color:transparent}@media (min-width:992px){.header-wrapper.header-side-nav:not(.fixed-header) #header{background-color:#ffffff;background-repeat:repeat;background-attachment:scroll}}#main .content-bottom-wrapper{padding-bottom:20px}@media (min-width:768px){#banner-wrapper.banner-wrapper-boxed{max-width:740px}}@media (min-width:992px){#banner-wrapper.banner-wrapper-boxed{max-width:980px}}@media (min-width:1420px){#banner-wrapper.banner-wrapper-boxed{max-width:1420px}}@media (min-width:768px){#main.main-boxed{max-width:740px}}@media (min-width:992px){#main.main-boxed{max-width:980px}}@media (min-width:1420px){#main.main-boxed{max-width:1420px}}@media (min-width:768px){body.boxed .page-wrapper{max-width:740px}}@media (min-width:992px){body.boxed .page-wrapper{max-width:980px}}@media (min-width:1420px){body.boxed .page-wrapper{max-width:1420px}}@media (min-width:768px){#main.main-boxed .vc_row[data-vc-stretch-content]{max-width:740px}}@media (min-width:992px){#main.main-boxed .vc_row[data-vc-stretch-content]{max-width:980px}}@media (min-width:1420px){#main.main-boxed .vc_row[data-vc-stretch-content]{max-width:1420px}}@media (min-width:1420px){body.boxed .vc_row[data-vc-stretch-content],body.boxed #header.sticky-header .header-main.sticky,body.boxed #header.sticky-header .main-menu-wrap,body.boxed #header.sticky-header .header-main.sticky,#header-boxed #header.sticky-header .header-main.sticky,body.boxed #header.sticky-header .main-menu-wrap,#header-boxed #header.sticky-header .main-menu-wrap{max-width:1420px}.col-xl-1-5{-ms-flex:0 0 20%;flex:0 0 20%;width:20%}.col-xl-2-5{-ms-flex:0 0 40%;flex:0 0 40%;width:40%}.col-xl-3-5{-ms-flex:0 0 60%;flex:0 0 60%;width:60%}.col-xl-4-5{-ms-flex:0 0 80%;flex:0 0 80%;width:80%}}#header .header-top{font-size:11px}#header .separator{border-left:1px solid rgba(0,0,0,.04)}#header .header-top .separator{border-left-color:rgba(0,0,0,.04)}.fixed-header #header .header-main{background-color:rgba(255,255,255,0.8)}.fixed-header #header .header-top{background-color:rgba(255,255,255,0.8)}@media (min-width:992px){.header-wrapper.header-side-nav.fixed-header #header{background-color:rgba(255,255,255,0.8)}}#header.sticky-header .header-main,.fixed-header #header.sticky-header .header-main{background-color:rgba(46,46,46,1);background-repeat:repeat;background-attachment:scroll}#header.sticky-header .main-menu-wrap,.fixed-header #header.sticky-header .main-menu-wrap{background-color:rgba(46,46,46,1)}.fixed-header #header .searchform{background-color:rgba(255,255,255,0.5);border-color:rgba(255,255,255,0.5)}@media (max-width:991px){.fixed-header #header .searchform{background-color:rgba(255,255,255,1)}}.fixed-header #header .searchform-popup .searchform{background-color:rgba(255,255,255,1)}.fixed-header #header .main-menu-wrap{background-color:rgba(46,46,46,0.3)}.fixed-header #header .main-menu{box-shadow:none}#header .searchform,.fixed-header #header.sticky-header .searchform{background:#ffffff;border-color:#ffffff}.fixed-header #header.sticky-header .searchform{border-radius:0}#header,#header .header-main .header-contact .nav-top > li > a,#header .top-links > li.menu-item:before{color:#777777}.header-main .header-contact a,#header .tooltip-icon,#header .top-links > li.menu-item > a,#header .searchform-popup .search-toggle,.header-wrapper .custom-html a:not(.btn),#header .my-account,#header .my-wishlist,#header .yith-woocompare-open{color:#141a1f}#header .tooltip-icon{border-color:#141a1f}.header-main .header-contact a:hover,#header .top-links > li.menu-item:hover > a,#header .top-links > li.menu-item > a.active,#header .top-links > li.menu-item > a.focus,#header .top-links > li.menu-item.has-sub:hover > a,#header .searchform-popup .search-toggle:hover,.header-wrapper .custom-html a:not(.btn):hover,#header .my-account,#header .my-wishlist,#header .yith-woocompare-open{color:#141a1f}#header .header-top,.header-top .top-links > li.menu-item:after{color:#777777}.header-top .header-contact a,.header-top .custom-html a:not(.btn),#header .header-top .top-links > li.menu-item > a,.header-top .welcome-msg a{color:#777777}.header-top .header-contact a:hover,.header-top .custom-html a:not(.btn):hover,#header .header-top .top-links > li.menu-item.active > a,#header .header-top .top-links > li.menu-item:hover > a,#header .header-top .top-links > li.menu-item > a.active,#header .header-top .top-links > li.menu-item.has-sub:hover > a,.header-top .welcome-msg a:hover{color:#999}#header .header-main .top-links > li.menu-item.has-sub:hover > a,#header .header-bottom .top-links > li.menu-item.has-sub:hover > a{background-color:transparent}#header .top-links .narrow ul.sub-menu,#header .main-menu .wide .popup > .inner,.side-nav-wrap .sidebar-menu .wide .popup > .inner,.sidebar-menu .narrow ul.sub-menu{background-color:#ffffff}#header .top-links > li.has-sub:before,#header .top-links > li.has-sub:after{border-bottom-color:#ffffff}.sidebar-menu .menu-custom-block a:hover,.sidebar-menu .menu-custom-block a:hover + a{border-top-color:#ffffff}#header .top-links .narrow li.menu-item > a,#header .main-menu .wide li.sub li.menu-item > a,.side-nav-wrap .sidebar-menu .wide li.menu-item li.menu-item > a,.sidebar-menu .wide li.sub li.menu-item > a,.sidebar-menu .narrow li.menu-item > a,.porto-popup-menu .sub-menu a{color:#ffffff}#header .top-links .narrow li.menu-item:hover > a,.porto-popup-menu .sub-menu a:hover{color:#adadad}#header .top-links .narrow li.menu-item:hover > a,#header .sidebar-menu .narrow .menu-item:hover > a,.main-sidebar-menu .sidebar-menu .narrow .menu-item:hover > a,.main-menu .wide li.menu-item li.menu-item > a:hover{background-color:transparent}.side-nav-wrap .sidebar-menu .wide li.menu-item li.menu-item > a:hover{background-color:transparent;color:#adadad}@media (min-width:768px){#header-boxed{max-width:740px}}@media (min-width:992px){#header-boxed{max-width:980px}}@media (min-width:1420px){#header-boxed{max-width:1420px}}#header .header-top .top-links > li.menu-item > a{padding-top:7px;padding-bottom:7px;padding-left:12px;padding-right:12px}#header .header-top .top-links .narrow li.menu-item:hover > a{text-decoration:none}#header .top-links > li.menu-item:after{content:none}#header .header-top .gap{visibility:hidden}.header-top{border-bottom:1px solid #e7e7e7;background-color:#ffffff}.main-menu-wrap{background-color:#2e2e2e;padding:0 0 0 0}#header.sticky-header .main-menu-wrap,.header-builder-p.sticky-header .header-main.sticky,#header.sticky-header .header-main.sticky .header-left,#header.sticky-header .header-main.sticky .header-right{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0}#header.sticky-header .header-main.sticky .header-center{padding-top:0;padding-bottom:0}.main-menu-wrap .main-menu > li.menu-item > a .tip{right:20px;top:13px}#header .main-menu-wrap .menu-custom-block a,#header .main-menu-wrap .menu-custom-block span{padding:28px 20px 28px 20px}#header .main-menu-wrap .menu-custom-block{padding-top:0;padding-bottom:0}@media (max-width:1419px){.main-menu-wrap .main-menu > li.menu-item > a .tip{right:10px;top:13px}#header .main-menu-wrap .menu-custom-block a,#header .main-menu-wrap .menu-custom-block span{padding:28px 10px 28px 10px}}#header .main-menu-wrap .menu-custom-block .tip{right:15px;top:13px}#header .main-menu > li.menu-item > a{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;line-height:20px;color:#ffffff;padding:28px 20px 28px 20px}#header .main-menu > li.menu-item.active > a{background-color:transparent;color:#adadad}#header .main-menu > li.menu-item.active:hover > a,#header .main-menu > li.menu-item:hover > a{background-color:transparent;color:#adadad}#header .main-menu .popup a,.side-nav-wrap .sidebar-menu .popup,.main-sidebar-menu .sidebar-menu .popup,.porto-popup-menu .sub-menu{font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;line-height:20px}#header .main-menu .wide .popup,#header .sidebar-menu .wide .popup{border-width:0}#header .main-menu .wide li.sub > a,.side-nav-wrap .sidebar-menu .wide li.sub > a{color:#333333}#header .main-menu .narrow ul.sub-menu{background-color:#ffffff}#header .main-menu .narrow li.menu-item > a{color:#ffffff;border-bottom-color:#f3f3f3}#header .main-menu .narrow li.menu-item:hover > a{color:#adadad;background-color:transparent}#header .menu-custom-block,#header .menu-custom-block span{color:#777777}#header .menu-custom-block span,#header .menu-custom-block a{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;line-height:20px}#header .menu-custom-block a{text-transform:uppercase;color:#ffffff}#header .menu-custom-block a:hover{color:#ffffff}#header .porto-view-switcher > li.menu-item:before,#header .porto-view-switcher > li.menu-item > a{color:#777777}#header .porto-view-switcher > li.menu-item > a{background-color:transparent}#header .porto-view-switcher .narrow ul.sub-menu{background:#ffffff}#header .porto-view-switcher .narrow li.menu-item > a{color:#777777}#header .porto-view-switcher .narrow li.menu-item > a.active,#header .porto-view-switcher .narrow li.menu-item:hover > a{color:#777777;background:#f3f3f3}#header .porto-view-switcher > li.has-sub:before,#header .porto-view-switcher > li.has-sub:after{border-bottom-color:#ffffff}#header .searchform input,#header .searchform select,#header .searchform button,#header .searchform .selectric .label,#header .searchform .selectric-items li,#header .searchform .selectric-items li:hover,#header .searchform .selectric-items li.selected,#header .searchform .autocomplete-suggestion .yith_wcas_result_content .title{color:#555555}#header .searchform input:-ms-input-placeholder{color:#555555}#header .searchform input::-ms-input-placeholder{color:#555555}#header .searchform input::placeholder{color:#555555}#header .searchform input,#header .searchform select,#header .searchform .selectric,#header .searchform .selectric-hover .selectric,#header .searchform .selectric-open .selectric,#header .searchform .autocomplete-suggestions,#header .searchform .selectric-items{border-color:#ffffff}#header .searchform button{color:#1e1e1e}#header .searchform select option,#header .searchform .autocomplete-suggestion,#header .searchform .autocomplete-suggestions,#header .searchform .selectric-items{color:#555555;background-color:#ffffff}#header .searchform .selectric-items li:hover,#header .searchform .selectric-items li.selected{background-color:#e6e6e6}#header .searchform .autocomplete-selected,#header .searchform .autocomplete-suggestion:hover{background-color:#f8f8f8}#header .searchform-popup .search-toggle:after{border-bottom-color:#ffffff}#header .search-popup .searchform{border-color:#ffffff}@media (max-width:991px){#header .searchform{border-color:#ffffff}}#header.sticky-header .searchform-popup .search-toggle{color:#ffffff}#header.sticky-header .searchform-popup .search-toggle:hover{color:#ffffff}#header .mobile-toggle{color:#141a1f;background-color:transparent;font-size:20px}#header .mobile-toggle:first-child{padding-left:1px}@media (max-width:1419px){#header .main-menu-wrap .menu-custom-block .tip{right:5px;top:13px}#header .main-menu > li.menu-item > a{padding:28px 10px 28px 10px}}#header.sticky-header .menu-custom-content{display:none !important}.cart-popup .quantity,.cart-popup .quantity .amount{color:#696969 !important}#mini-cart .cart-popup{border:1px solid #f0f0f0}#mini-cart .cart-icon:after{border-color:#f0f0f0}.sticky-header #mini-cart .cart-popup{border:1px solid #f0f0f0}.sticky-header #mini-cart .cart-icon:after{border-color:#f0f0f0}#mini-cart .cart-subtotal,#mini-cart .minicart-icon{color:#141a1f}#mini-cart .cart-items,#mini-cart .cart-items-text{color:#ffffff}.sticky-header #mini-cart .cart-subtotal,.sticky-header #mini-cart .minicart-icon,.sticky-header #mini-cart.minicart-arrow-alt .cart-head:after{color:#ffffff}.sticky-header #mini-cart .cart-items,.sticky-header #mini-cart .cart-items-text{color:#ffffff}#side-nav-panel{background-color:#151515}#side-nav-panel .accordion-menu li.menu-item.active > a,#side-nav-panel .menu-custom-block a:hover{background-color:#222222}#side-nav-panel,#side-nav-panel .welcome-msg,#side-nav-panel .accordion-menu,#side-nav-panel .menu-custom-block,#side-nav-panel .menu-custom-block span{color:#ffffff}#side-nav-panel .accordion-menu li.menu-item > a,#side-nav-panel .menu-custom-block a{color:#ffffff}#side-nav-panel::-webkit-scrollbar{width:5px}#side-nav-panel::-webkit-scrollbar-thumb{border-radius:0;background:rgba(204,204,204,0.5)}.page-wrapper,#header.sticky-header .header-main.sticky{transition:left .3s}html.panel-opened .page-wrapper,html.panel-opened #header.sticky-header .header-main.sticky,html.sidebar-opened #header.sticky-header .header-main.sticky,.filter-sidebar-opened #header.sticky-header .header-main.sticky{left:260px;right:auto}#side-nav-panel .accordion-menu li.menu-item.active > a,#side-nav-panel .menu-custom-block a:hover{color:#ffffff}.fixed-header #nav-panel .mobile-nav-wrap{padding:15px !important}.single-portfolio .related-portfolios{background-color:#f7f7f7}.footer-wrapper.fixed #footer .footer-bottom{box-shadow:none}#footer .footer-main > .container{padding-top:4rem;padding-bottom:1.5rem}#footer .contact-details strong{color:#ffffff}#footer .footer-bottom,#footer .footer-bottom p,#footer .footer-bottom .widget > div > ul li,#footer .footer-bottom .widget > ul li{color:#777777}body,ul.list.icons li a,.pricing-table li,.pricing-table h3 .desc,.pricing-table .price,.pricing-table .plan,.home-intro .get-started a:not(.btn),.color-body,.color-body a,.color-body a:hover,.color-body a:focus,.mobile-sidebar .sidebar-toggle,.page-top .product-nav .product-popup,.thumb-info-bottom-info .thumb-info-title,.thumb-info-bottom-info .thumb-info-title a,.thumb-info-bottom-info .thumb-info-title a:hover,.tabs.tabs-simple .nav-tabs > li .nav-link,.porto-links-block li.porto-links-item > a,.porto-links-block li.porto-links-item > span,.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat,.mega-menu .wide .popup,.mega-menu .wide li.menu-item li.menu-item > a,.sidebar-menu .popup,.testimonial.testimonial-style-2 blockquote,.testimonial.testimonial-style-3 blockquote,.testimonial.testimonial-style-4 blockquote,.testimonial.testimonial-style-5 blockquote,.testimonial.testimonial-style-6 blockquote,.testimonial.testimonial-with-quotes blockquote,.sort-source-style-3 > li > a,.widget_shopping_cart{color:#777777}.widget_recent_entries li,.widget_recent_comments li,.widget_pages li,.widget_meta li,.widget_nav_menu li,.widget_archive li,.widget_categories li,.widget_rss li{color:#666666}.widget .rss-date,.widget .post-date,.widget .comment-author-link{color:#898989}.alternative-font,a,.color-primary,article.post .post-title,ul.list.icons li i,ul.list.icons li a:hover,.list.list-icons li i,.list.list-ordened li:before,ul[class^="wsp-"] li:before,.fontawesome-icon-list > div:hover,.sample-icon-list > div:hover,.fontawesome-icon-list > div:hover .text-muted,.sample-icon-list > div:hover .text-muted,.accordion .card-header a,.accordion .card-header a i,section.toggle label,.porto-concept strong,.fc-slideshow nav .fc-left i,.fc-slideshow nav .fc-right i,.circular-bar.only-icon .fas,.circular-bar.only-icon .fab,.circular-bar.only-icon .far,.home-intro p em,.home-intro.light p,.featured-box .porto-sicon-header h3.porto-sicon-title,.featured-box .wpb_heading,.feature-box[class*="feature-box-style-"] .feature-box-icon i,.mobile-sidebar .sidebar-toggle:hover,.page-top .sort-source > li.active > a,.owl-carousel.nav-style-1 .owl-nav [class*="owl-"],.master-slider .ms-container .ms-nav-prev,.master-slider .ms-container .ms-nav-next,.master-slider .ms-container .ms-slide-vpbtn,.master-slider .ms-container .ms-video-btn,.resp-tabs-list li,h2.resp-accordion,.tabs ul.nav-tabs .nav-link,.wpb_wrapper .porto-sicon-read,.vc_custom_heading em,.widget .widget-title a:hover,.widget .widgettitle a:hover,.widget li > a:hover,.widget li.active > a,.widget_wysija_cont .showerrors,.sidebar-menu > li.menu-item.active > a,article.post .post-date .day,.post-item .post-date .day,section.timeline .timeline-date h3,.post-carousel .post-item.style-5 .cat-names,.post-grid .post-item.style-5 .cat-names,.post-timeline .post-item.style-5 .cat-names,.post-carousel .post-item.style-5 .post-meta .post-views-icon.dashicons,.post-grid .post-item.style-5 .post-meta .post-views-icon.dashicons,.post-timeline .post-item.style-5 .post-meta .post-views-icon.dashicons,.portfolio-info ul li a:hover,article.member .member-role,.tm-extra-product-options .tm-epo-field-label,.tm-extra-product-options-totals .amount.final,html #topcontrol:hover,.single-post .entry-title,.sort-source-style-3 > li.active > a,ul.portfolio-details h5,.page-not-found h4,article.post .sticky-post,.products-slider.owl-carousel .owl-dot:hover span,.products-slider.owl-carousel .owl-dot.active span,.owl-carousel.dots-style-1 .owl-dot.active span,.owl-carousel.dots-style-1 .owl-dot:hover span,.label-pre-order{color:#191919}a:hover,.wpb_wrapper .porto-sicon-read:hover{color:#262626}a:active,a:focus{color:#0d0d0d}.slick-slider .slick-dots li.slick-active i,.slick-slider .slick-dots li:hover i{color:#0a0a0a !important}.list.list-icons li i,.list.list-ordened li:before,.pricing-table .most-popular,section.toggle.active > label,.timeline-balloon .balloon-time .time-dot:before,.featured-box .icon-featured:after,.feature-box.feature-box-style-3 .feature-box-icon,.owl-carousel.dots-color-primary .owl-dots .owl-dot,.master-slider .ms-slide .ms-slide-loading:before,.widget_sidebar_menu .widget-title .toggle:hover,.pagination span.current,.page-links span.current,.porto-process .process-step-circle{border-color:#191919}.products-slider.owl-carousel .owl-dot span{color:rgba(0,0,0,.4)}section.toggle label,.resp-vtabs .resp-tabs-list li:hover,.resp-vtabs .resp-tabs-list li:focus,.resp-vtabs .resp-tabs-list li.resp-tab-active,.sidebar-menu .wide .popup,.wp-block-pullquote blockquote{border-left-color:#191919}.tabs.tabs-vertical.tabs-left li .nav-link:hover,.tabs.tabs-vertical.tabs-left li.active .nav-link{border-left-color:#191919}.thumb-info-ribbon:before,.right-sidebar .sidebar-menu .wide .popup{border-right-color:#000000}.tabs.tabs-vertical.tabs-right li .nav-link:hover,.tabs.tabs-vertical.tabs-right li.active .nav-link{border-right-color:#191919}.porto-history .featured-box .box-content,body.boxed .page-wrapper,.master-slider .ms-loading-container .ms-loading:before,.master-slider .ms-slide .ms-slide-loading:before,#fancybox-loading:before,#fancybox-loading:after,.slick-slider .slick-loading .slick-list:before,.fullscreen-carousel > .owl-carousel:before,.fullscreen-carousel > .owl-carousel:after,.porto-loading-icon,.resp-tabs-list li:hover,.resp-tabs-list li:focus,.resp-tabs-list li.resp-tab-active,.tabs ul.nav-tabs .nav-link:hover,.tabs ul.nav-tabs li.active .nav-link,.sidebar-content .widget.widget_wysija .box-content,.mega-menu .wide .popup,.sidebar-menu > li.menu-item:hover > a,.sort-source-style-2 > li.active > a:after{border-top-color:#191919}.testimonial .testimonial-arrow-down{border-top-color:#262626}.tabs.tabs-bottom .nav-tabs li .nav-link:hover{border-bottom-color:#191919}.tabs.tabs-bottom .nav-tabs li.active .nav-link{border-bottom:3px solid #191919;border-top-color:transparent !important}.page-top .product-nav .product-popup:before,.tabs.tabs-simple .nav-tabs > li .nav-link:hover,.tabs.tabs-simple .nav-tabs > li .nav-link:focus,.tabs.tabs-simple .nav-tabs > li.active .nav-link,.sort-source-style-3 > li.active > a{border-bottom-color:#191919}article.post .post-date .month,article.post .post-date .format,.post-item .post-date .month,.post-item .post-date .format,.list.list-icons.list-icons-style-3 li i,.list.list-ordened.list-ordened-style-3 li:before,html .list-primary.list-ordened.list-ordened-style-3 li:before,html .list-secondary.list-ordened.list-ordened-style-3 li:before,html .list-tertiary.list-ordened.list-ordened-style-3 li:before,html .list-quaternary.list-ordened.list-ordened-style-3 li:before,html .list-dark.list-ordened.list-ordened-style-3 li:before,html .list-light.list-ordened.list-ordened-style-3 li:before,ul.nav-pills > li.active > a,ul.nav-pills > li.active > a:hover,ul.nav-pills > li.active > a:focus,section.toggle.active > label,.toggle-simple section.toggle > label:after,div.wpb_single_image .porto-vc-zoom .zoom-icon,.img-thumbnail .zoom,.thumb-info .zoom,.img-thumbnail .link,.thumb-info .link,.pricing-table .most-popular h3,.pricing-table-flat .plan h3,.pricing-table-classic .most-popular h3 strong,.timeline-balloon .balloon-time .time-dot:after,section.exp-timeline .timeline-box.right:after,.floating-menu .floating-menu-btn-collapse-nav,.icon-featured,.featured-box .icon-featured,.featured-box-effect-3:hover .icon-featured,.feature-box .feature-box-icon,.inverted,.master-slider .ms-container .ms-bullet,.share-links a,.thumb-info .thumb-info-type,.thumb-info .thumb-info-action-icon,.thumb-info-ribbon,.thumb-info-social-icons a,.widget_sidebar_menu .widget-title .toggle:hover,.mega-menu:not(:hover) > li.menu-item.active > a,.mega-menu:not(:hover) > li.menu-item:hover > a,.mega-menu .narrow ul.sub-menu,.sidebar-menu > li.menu-item:hover,.sidebar-menu .menu-custom-block a:hover,.pagination span.current,.page-links span.current,.member-item.member-item-3 .thumb-info:hover .thumb-info-caption,.sort-source-style-2,.mega-menu.menu-hover-line > li.menu-item > a:before,.blog-posts-hover_info2 .thumb-info-type a{background-color:#191919}div.wpb_single_image .porto-vc-zoom .zoom-icon:hover,.img-thumbnail .zoom:hover,.thumb-info .zoom:hover,.img-thumbnail .link:hover,.thumb-info .link:hover,.mega-menu .narrow li.menu-item:hover > a,.testimonial blockquote{background-color:#262626}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background-color:#0a0a0a}.products-slider.owl-carousel .owl-dot:hover span,.products-slider.owl-carousel .owl-dot.active span{background:none}.featured-box-effect-2 .icon-featured:after{box-shadow:0 0 0 3px #191919}.featured-box-effect-3 .icon-featured:after{box-shadow:0 0 0 10px #191919}section.toggle.active > label,.pricing-table .most-popular h3,.pricing-table .most-popular h3 .desc,.pricing-table-flat .plan h3,.pricing-table-flat .plan h3 .desc,.pricing-table-flat .price,ul.nav-pills > li.active > a,ul.nav-pills > li.active > a:hover,ul.nav-pills > li.active > a:focus,.tparrows.tparrows-carousel.tp-leftarrow:before,.tparrows.tparrows-carousel.tp-rightarrow:before,.thumb-info .thumb-info-action-icon i,.thumb-info-ribbon,.thumb-info-social-icons a i,.portfolio-item .thumb-info .thumb-info-type .portfolio-like i,.portfolio-item .thumb-info .thumb-info-type .portfolio-liked i,.member-item.member-item-3 .thumb-info:hover .thumb-info-caption,.member-item.member-item-3 .thumb-info:hover .thumb-info-caption *{color:#ffffff}.member-item.member-item-3 .thumb-info:hover .thumb-info-social-icons{border-color:#ffffff}.member-item.member-item-3 .thumb-info:hover .share-links a{background-color:#ffffff;color:#191919}@media (min-width:992px){.floating-menu .floating-menu-nav-main nav > ul > li > a:after{background-color:#191919}}.post-carousel .post-item.style-5 .post-meta a,.post-grid .post-item.style-5 .post-meta a,.post-timeline .post-item.style-5 .post-meta a{color:#ee3d43}.post-share-advance-bg,.post-share-advance .fa-share{background:#383f48}section.exp-timeline .timeline-bar,.blog-posts .blog-post-item .meta-cats a{background-color:#222529}section.exp-timeline .timeline-box.right:before{background-color:#222529 !important;box-shadow:0 0 0 3px #ecf1f7,0 0 0 6px #222529 !important}.pricing-table-classic .price,.product-summary-wrap .price,.product-summary-wrap .product_meta span span,.product-summary-wrap .product_meta span a{color:#222529}.product-thumbs-slider.owl-carousel .owl-item.selected .img-thumbnail,html:not(.touch) .product-thumbs-slider .owl-item:hover .img-thumbnail{border:2px solid #222529}.section-primary .read-more,.section-primary .read-more-block{color:#ffffff}html .list-primary.list-icons li i,html .list-primary.list-ordened li:before,html ul.nav-pills-primary a,html .toggle-primary .toggle label,html .divider.divider-primary i,.featured-box-primary h4,.featured-box-effect-7.featured-box-primary .icon-featured:before,.has-primary-color{color:#191919}html .heading-primary,html .lnk-primary,html .text-color-primary{color:#191919 !important}html ul.nav-pills-primary a:hover,html ul.nav-pills-primary a:focus{color:#262626}html ul.nav-pills-primary a:active{color:#0d0d0d}html .list-primary.list-icons.list-icons-style-3 li i,html ul.nav-pills-primary > li.active > a,html ul.nav-pills-primary > li.active > a:hover,html ul.nav-pills-primary > li.active > a:focus,html .toggle-primary .toggle.active > label,html .toggle-primary.toggle-simple .toggle > label:after,html .label-primary,html .alert-primary,html .divider.divider-primary.divider-small hr,html .divider.divider-style-2.divider-primary i,.pricing-table .plan-primary h3,.pricing-table-classic .plan-primary h3 strong,html .home-intro-primary,.feature-box .feature-box-icon-primary,.featured-box-primary .icon-featured,html .inverted-primary,html .thumb-info .thumb-info-action-icon-primary,html .thumb-info .thumb-info-action-icon-primary:hover,html .thumb-info-ribbon-primary,html .thumb-info-social-icons a.thumb-info-social-links-primary,.has-primary-background-color{background-color:#191919}html .accordion.accordion-primary .card-header,html .section.section-primary,html .popover-primary .popover-title,html .background-color-primary,.featured-box-effect-3.featured-box-primary:hover .icon-featured{background-color:#191919 !important}html .section.section-primary-scale-2{background-color:#000000 !important}html .list-primary.list-icons.list-icons-style-3 li i,html .list-primary.list-ordened.list-ordened-style-3 li:before,html .accordion.accordion-primary .card-header a,html .toggle-primary .toggle.active > label,html .alert-primary,html .alert-primary .alert-link,html .section.section-primary,html .section.section-primary:not([class*=" section-text-"]) h1,html .section.section-primary:not([class*=" section-text-"]) h2,html .section.section-primary:not([class*=" section-text-"]) h3,html .section.section-primary:not([class*=" section-text-"]) h4,html .section.section-primary:not([class*=" section-text-"]) h5,html .section.section-primary:not([class*=" section-text-"]) h6,html .section.section-primary-scale-2 .sort-source-style-2 > li > a,html .section.section-primary-scale-2 .sort-source-style-2 > li > a:focus,html .section.section-primary-scale-2 .sort-source-style-2 > li > a:hover,html .divider.divider-style-2.divider-primary i,.pricing-table .plan-primary h3,.pricing-table .plan-primary h3 .desc,.pricing-table-flat .plan-primary h3,.pricing-table-flat .plan-primary h3 .desc,.pricing-table-flat .plan-primary .price,.pricing-table-classic .plan-primary h3 strong,html .home-intro-primary,html .home-intro-primary .get-started a:not(.btn),html .home-intro-primary p,html .home-intro-primary p em,html .home-intro-primary.light p,html .thumb-info .thumb-info-action-icon-primary i,html .thumb-info-ribbon-primary,html .thumb-info-social-icons a.thumb-info-social-links-primary i{color:#ffffff}html .section.section-primary:not([class*=" section-text-"]) p{color:#e6e6e6}html .popover-primary .popover-title{color:#ffffff !important}html .list-primary.list-icons li i,html .toggle-primary .toggle.active > label,html .label-primary,.pricing-table .plan-primary,html .divider.divider-style-3.divider-primary i,.featured-box-primary .icon-featured:after,html .heading.heading-primary .heading-tag{border-color:#191919}.border-color-primary,html .blockquote-primary{border-color:#191919 !important}.featured-box-primary .box-content{border-top-color:#191919}html .toggle-primary .toggle label{border-left-color:#191919;border-right-color:#191919}html .alert-primary{border-color:#121212}html .section.section-primary{border-color:#0d0d0d !important}html .section.section-primary-scale-2{border-color:#000000 !important}html .section.section-primary-scale-2 .sort-source-style-2 > li.active > a:after{border-top-color:#000000}html .thumb-info-ribbon-primary:before{border-right-color:#000000}.featured-box-effect-2.featured-box-primary .icon-featured:after{box-shadow:0 0 0 3px #191919}.featured-box-effect-3.featured-box-primary .icon-featured:after{box-shadow:0 0 0 10px #191919}html .toggle-primary.toggle-simple .toggle > label{background:transparent;color:#222529}html .list-secondary.list-icons li i,html .list-secondary.list-ordened li:before,html ul.nav-pills-secondary a,html .toggle-secondary .toggle label,html .divider.divider-secondary i,.featured-box-secondary h4,.featured-box-effect-7.featured-box-secondary .icon-featured:before,.has-secondary-color{color:#ee3d43}html .heading-secondary,html .lnk-secondary,html .text-color-secondary{color:#ee3d43 !important}html ul.nav-pills-secondary a:hover,html ul.nav-pills-secondary a:focus{color:#f1555a}html ul.nav-pills-secondary a:active{color:#ec262d}html .list-secondary.list-icons.list-icons-style-3 li i,html ul.nav-pills-secondary > li.active > a,html ul.nav-pills-secondary > li.active > a:hover,html ul.nav-pills-secondary > li.active > a:focus,html .toggle-secondary .toggle.active > label,html .toggle-secondary.toggle-simple .toggle > label:after,html .label-secondary,html .alert-secondary,html .divider.divider-secondary.divider-small hr,html .divider.divider-style-2.divider-secondary i,.pricing-table .plan-secondary h3,.pricing-table-classic .plan-secondary h3 strong,html .home-intro-secondary,.feature-box .feature-box-icon-secondary,.featured-box-secondary .icon-featured,html .inverted-secondary,html .thumb-info .thumb-info-action-icon-secondary,html .thumb-info .thumb-info-action-icon-secondary:hover,html .thumb-info-ribbon-secondary,html .thumb-info-social-icons a.thumb-info-social-links-secondary,.has-secondary-background-color{background-color:#ee3d43}html .accordion.accordion-secondary .card-header,html .section.section-secondary,html .popover-secondary .popover-title,html .background-color-secondary,.featured-box-effect-3.featured-box-secondary:hover .icon-featured{background-color:#ee3d43 !important}html .section.section-secondary-scale-2{background-color:#e5141c !important}html .list-secondary.list-icons.list-icons-style-3 li i,html .list-secondary.list-ordened.list-ordened-style-3 li:before,html .accordion.accordion-secondary .card-header a,html .toggle-secondary .toggle.active > label,html .alert-secondary,html .alert-secondary .alert-link,html .section.section-secondary,html .section.section-secondary:not([class*=" section-text-"]) h1,html .section.section-secondary:not([class*=" section-text-"]) h2,html .section.section-secondary:not([class*=" section-text-"]) h3,html .section.section-secondary:not([class*=" section-text-"]) h4,html .section.section-secondary:not([class*=" section-text-"]) h5,html .section.section-secondary:not([class*=" section-text-"]) h6,html .section.section-secondary-scale-2 .sort-source-style-2 > li > a,html .section.section-secondary-scale-2 .sort-source-style-2 > li > a:focus,html .section.section-secondary-scale-2 .sort-source-style-2 > li > a:hover,html .divider.divider-style-2.divider-secondary i,.pricing-table .plan-secondary h3,.pricing-table .plan-secondary h3 .desc,.pricing-table-flat .plan-secondary h3,.pricing-table-flat .plan-secondary h3 .desc,.pricing-table-flat .plan-secondary .price,.pricing-table-classic .plan-secondary h3 strong,html .home-intro-secondary,html .home-intro-secondary .get-started a:not(.btn),html .home-intro-secondary p,html .home-intro-secondary p em,html .home-intro-secondary.light p,html .thumb-info .thumb-info-action-icon-secondary i,html .thumb-info-ribbon-secondary,html .thumb-info-social-icons a.thumb-info-social-links-secondary i{color:#ffffff}html .section.section-secondary:not([class*=" section-text-"]) p{color:#e6e6e6}html .popover-secondary .popover-title{color:#ffffff !important}html .list-secondary.list-icons li i,html .toggle-secondary .toggle.active > label,html .label-secondary,.pricing-table .plan-secondary,html .divider.divider-style-3.divider-secondary i,.featured-box-secondary .icon-featured:after,html .heading.heading-secondary .heading-tag{border-color:#ee3d43}.border-color-secondary,html .blockquote-secondary{border-color:#ee3d43 !important}.featured-box-secondary .box-content{border-top-color:#ee3d43}html .toggle-secondary .toggle label{border-left-color:#ee3d43;border-right-color:#ee3d43}html .alert-secondary{border-color:#ed2f36}html .section.section-secondary{border-color:#ec262d !important}html .section.section-secondary-scale-2{border-color:#cd1219 !important}html .section.section-secondary-scale-2 .sort-source-style-2 > li.active > a:after{border-top-color:#e5141c}html .thumb-info-ribbon-secondary:before{border-right-color:#cd1219}.featured-box-effect-2.featured-box-secondary .icon-featured:after{box-shadow:0 0 0 3px #ee3d43}.featured-box-effect-3.featured-box-secondary .icon-featured:after{box-shadow:0 0 0 10px #ee3d43}html .toggle-secondary.toggle-simple .toggle > label{background:transparent;color:#222529}html .list-tertiary.list-icons li i,html .list-tertiary.list-ordened li:before,html ul.nav-pills-tertiary a,html .toggle-tertiary .toggle label,html .divider.divider-tertiary i,.featured-box-tertiary h4,.featured-box-effect-7.featured-box-tertiary .icon-featured:before,.has-tertiary-color{color:#9fa4af}html .heading-tertiary,html .lnk-tertiary,html .text-color-tertiary{color:#9fa4af !important}html ul.nav-pills-tertiary a:hover,html ul.nav-pills-tertiary a:focus{color:#adb2bb}html ul.nav-pills-tertiary a:active{color:#9297a4}html .list-tertiary.list-icons.list-icons-style-3 li i,html ul.nav-pills-tertiary > li.active > a,html ul.nav-pills-tertiary > li.active > a:hover,html ul.nav-pills-tertiary > li.active > a:focus,html .toggle-tertiary .toggle.active > label,html .toggle-tertiary.toggle-simple .toggle > label:after,html .label-tertiary,html .alert-tertiary,html .divider.divider-tertiary.divider-small hr,html .divider.divider-style-2.divider-tertiary i,.pricing-table .plan-tertiary h3,.pricing-table-classic .plan-tertiary h3 strong,html .home-intro-tertiary,.feature-box .feature-box-icon-tertiary,.featured-box-tertiary .icon-featured,html .inverted-tertiary,html .thumb-info .thumb-info-action-icon-tertiary,html .thumb-info .thumb-info-action-icon-tertiary:hover,html .thumb-info-ribbon-tertiary,html .thumb-info-social-icons a.thumb-info-social-links-tertiary,.has-tertiary-background-color{background-color:#9fa4af}html .accordion.accordion-tertiary .card-header,html .section.section-tertiary,html .popover-tertiary .popover-title,html .background-color-tertiary,.featured-box-effect-3.featured-box-tertiary:hover .icon-featured{background-color:#9fa4af !important}html .section.section-tertiary-scale-2{background-color:#848a98 !important}html .list-tertiary.list-icons.list-icons-style-3 li i,html .list-tertiary.list-ordened.list-ordened-style-3 li:before,html .accordion.accordion-tertiary .card-header a,html .toggle-tertiary .toggle.active > label,html .alert-tertiary,html .alert-tertiary .alert-link,html .section.section-tertiary,html .section.section-tertiary:not([class*=" section-text-"]) h1,html .section.section-tertiary:not([class*=" section-text-"]) h2,html .section.section-tertiary:not([class*=" section-text-"]) h3,html .section.section-tertiary:not([class*=" section-text-"]) h4,html .section.section-tertiary:not([class*=" section-text-"]) h5,html .section.section-tertiary:not([class*=" section-text-"]) h6,html .section.section-tertiary-scale-2 .sort-source-style-2 > li > a,html .section.section-tertiary-scale-2 .sort-source-style-2 > li > a:focus,html .section.section-tertiary-scale-2 .sort-source-style-2 > li > a:hover,html .divider.divider-style-2.divider-tertiary i,.pricing-table .plan-tertiary h3,.pricing-table .plan-tertiary h3 .desc,.pricing-table-flat .plan-tertiary h3,.pricing-table-flat .plan-tertiary h3 .desc,.pricing-table-flat .plan-tertiary .price,.pricing-table-classic .plan-tertiary h3 strong,html .home-intro-tertiary,html .home-intro-tertiary .get-started a:not(.btn),html .home-intro-tertiary p,html .home-intro-tertiary p em,html .home-intro-tertiary.light p,html .thumb-info .thumb-info-action-icon-tertiary i,html .thumb-info-ribbon-tertiary,html .thumb-info-social-icons a.thumb-info-social-links-tertiary i{color:#ffffff}html .section.section-tertiary:not([class*=" section-text-"]) p{color:#e6e6e6}html .popover-tertiary .popover-title{color:#ffffff !important}html .list-tertiary.list-icons li i,html .toggle-tertiary .toggle.active > label,html .label-tertiary,.pricing-table .plan-tertiary,html .divider.divider-style-3.divider-tertiary i,.featured-box-tertiary .icon-featured:after,html .heading.heading-tertiary .heading-tag{border-color:#9fa4af}.border-color-tertiary,html .blockquote-tertiary{border-color:#9fa4af !important}.featured-box-tertiary .box-content{border-top-color:#9fa4af}html .toggle-tertiary .toggle label{border-left-color:#9fa4af;border-right-color:#9fa4af}html .alert-tertiary{border-color:#979da9}html .section.section-tertiary{border-color:#9297a4 !important}html .section.section-tertiary-scale-2{border-color:#767d8d !important}html .section.section-tertiary-scale-2 .sort-source-style-2 > li.active > a:after{border-top-color:#848a98}html .thumb-info-ribbon-tertiary:before{border-right-color:#767d8d}.featured-box-effect-2.featured-box-tertiary .icon-featured:after{box-shadow:0 0 0 3px #9fa4af}.featured-box-effect-3.featured-box-tertiary .icon-featured:after{box-shadow:0 0 0 10px #9fa4af}html .toggle-tertiary.toggle-simple .toggle > label{background:transparent;color:#222529}html .list-quaternary.list-icons li i,html .list-quaternary.list-ordened li:before,html ul.nav-pills-quaternary a,html .toggle-quaternary .toggle label,html .divider.divider-quaternary i,.featured-box-quaternary h4,.featured-box-effect-7.featured-box-quaternary .icon-featured:before,.has-quaternary-color{color:#383f48}html .heading-quaternary,html .lnk-quaternary,html .text-color-quaternary{color:#383f48 !important}html ul.nav-pills-quaternary a:hover,html ul.nav-pills-quaternary a:focus{color:#444c57}html ul.nav-pills-quaternary a:active{color:#2d333a}html .list-quaternary.list-icons.list-icons-style-3 li i,html ul.nav-pills-quaternary > li.active > a,html ul.nav-pills-quaternary > li.active > a:hover,html ul.nav-pills-quaternary > li.active > a:focus,html .toggle-quaternary .toggle.active > label,html .toggle-quaternary.toggle-simple .toggle > label:after,html .label-quaternary,html .alert-quaternary,html .divider.divider-quaternary.divider-small hr,html .divider.divider-style-2.divider-quaternary i,.pricing-table .plan-quaternary h3,.pricing-table-classic .plan-quaternary h3 strong,html .home-intro-quaternary,.feature-box .feature-box-icon-quaternary,.featured-box-quaternary .icon-featured,html .inverted-quaternary,html .thumb-info .thumb-info-action-icon-quaternary,html .thumb-info .thumb-info-action-icon-quaternary:hover,html .thumb-info-ribbon-quaternary,html .thumb-info-social-icons a.thumb-info-social-links-quaternary,.has-quaternary-background-color{background-color:#383f48}html .accordion.accordion-quaternary .card-header,html .section.section-quaternary,html .popover-quaternary .popover-title,html .background-color-quaternary,.featured-box-effect-3.featured-box-quaternary:hover .icon-featured{background-color:#383f48 !important}html .section.section-quaternary-scale-2{background-color:#22262c !important}html .list-quaternary.list-icons.list-icons-style-3 li i,html .list-quaternary.list-ordened.list-ordened-style-3 li:before,html .accordion.accordion-quaternary .card-header a,html .toggle-quaternary .toggle.active > label,html .alert-quaternary,html .alert-quaternary .alert-link,html .section.section-quaternary,html .section.section-quaternary:not([class*=" section-text-"]) h1,html .section.section-quaternary:not([class*=" section-text-"]) h2,html .section.section-quaternary:not([class*=" section-text-"]) h3,html .section.section-quaternary:not([class*=" section-text-"]) h4,html .section.section-quaternary:not([class*=" section-text-"]) h5,html .section.section-quaternary:not([class*=" section-text-"]) h6,html .section.section-quaternary-scale-2 .sort-source-style-2 > li > a,html .section.section-quaternary-scale-2 .sort-source-style-2 > li > a:focus,html .section.section-quaternary-scale-2 .sort-source-style-2 > li > a:hover,html .divider.divider-style-2.divider-quaternary i,.pricing-table .plan-quaternary h3,.pricing-table .plan-quaternary h3 .desc,.pricing-table-flat .plan-quaternary h3,.pricing-table-flat .plan-quaternary h3 .desc,.pricing-table-flat .plan-quaternary .price,.pricing-table-classic .plan-quaternary h3 strong,html .home-intro-quaternary,html .home-intro-quaternary .get-started a:not(.btn),html .home-intro-quaternary p,html .home-intro-quaternary p em,html .home-intro-quaternary.light p,html .thumb-info .thumb-info-action-icon-quaternary i,html .thumb-info-ribbon-quaternary,html .thumb-info-social-icons a.thumb-info-social-links-quaternary i{color:#ffffff}html .section.section-quaternary:not([class*=" section-text-"]) p{color:#e6e6e6}html .popover-quaternary .popover-title{color:#ffffff !important}html .list-quaternary.list-icons li i,html .toggle-quaternary .toggle.active > label,html .label-quaternary,.pricing-table .plan-quaternary,html .divider.divider-style-3.divider-quaternary i,.featured-box-quaternary .icon-featured:after,html .heading.heading-quaternary .heading-tag{border-color:#383f48}.border-color-quaternary,html .blockquote-quaternary{border-color:#383f48 !important}.featured-box-quaternary .box-content{border-top-color:#383f48}html .toggle-quaternary .toggle label{border-left-color:#383f48;border-right-color:#383f48}html .alert-quaternary{border-color:#323840}html .section.section-quaternary{border-color:#2d333a !important}html .section.section-quaternary-scale-2{border-color:#171a1d !important}html .section.section-quaternary-scale-2 .sort-source-style-2 > li.active > a:after{border-top-color:#22262c}html .thumb-info-ribbon-quaternary:before{border-right-color:#171a1d}.featured-box-effect-2.featured-box-quaternary .icon-featured:after{box-shadow:0 0 0 3px #383f48}.featured-box-effect-3.featured-box-quaternary .icon-featured:after{box-shadow:0 0 0 10px #383f48}html .toggle-quaternary.toggle-simple .toggle > label{background:transparent;color:#222529}html .list-dark.list-icons li i,html .list-dark.list-ordened li:before,html ul.nav-pills-dark a,html .toggle-dark .toggle label,html .divider.divider-dark i,.featured-box-dark h4,.featured-box-effect-7.featured-box-dark .icon-featured:before,.has-dark-color{color:#222529}html .heading-dark,html .lnk-dark,html .text-color-dark{color:#222529 !important}html ul.nav-pills-dark a:hover,html ul.nav-pills-dark a:focus{color:#2e3237}html ul.nav-pills-dark a:active{color:#17191c}html .list-dark.list-icons.list-icons-style-3 li i,html ul.nav-pills-dark > li.active > a,html ul.nav-pills-dark > li.active > a:hover,html ul.nav-pills-dark > li.active > a:focus,html .toggle-dark .toggle.active > label,html .toggle-dark.toggle-simple .toggle > label:after,html .label-dark,html .alert-dark,html .divider.divider-dark.divider-small hr,html .divider.divider-style-2.divider-dark i,.pricing-table .plan-dark h3,.pricing-table-classic .plan-dark h3 strong,html .home-intro-dark,.feature-box .feature-box-icon-dark,.featured-box-dark .icon-featured,html .inverted-dark,html .thumb-info .thumb-info-action-icon-dark,html .thumb-info .thumb-info-action-icon-dark:hover,html .thumb-info-ribbon-dark,html .thumb-info-social-icons a.thumb-info-social-links-dark,.has-dark-background-color{background-color:#222529}html .accordion.accordion-dark .card-header,html .section.section-dark,html .popover-dark .popover-title,html .background-color-dark,.featured-box-effect-3.featured-box-dark:hover .icon-featured{background-color:#222529 !important}html .section.section-dark-scale-2{background-color:#0b0c0e !important}html .list-dark.list-icons.list-icons-style-3 li i,html .list-dark.list-ordened.list-ordened-style-3 li:before,html .accordion.accordion-dark .card-header a,html .toggle-dark .toggle.active > label,html .alert-dark,html .alert-dark .alert-link,html .section.section-dark,html .section.section-dark:not([class*=" section-text-"]) h1,html .section.section-dark:not([class*=" section-text-"]) h2,html .section.section-dark:not([class*=" section-text-"]) h3,html .section.section-dark:not([class*=" section-text-"]) h4,html .section.section-dark:not([class*=" section-text-"]) h5,html .section.section-dark:not([class*=" section-text-"]) h6,html .section.section-dark-scale-2 .sort-source-style-2 > li > a,html .section.section-dark-scale-2 .sort-source-style-2 > li > a:focus,html .section.section-dark-scale-2 .sort-source-style-2 > li > a:hover,html .divider.divider-style-2.divider-dark i,.pricing-table .plan-dark h3,.pricing-table .plan-dark h3 .desc,.pricing-table-flat .plan-dark h3,.pricing-table-flat .plan-dark h3 .desc,.pricing-table-flat .plan-dark .price,.pricing-table-classic .plan-dark h3 strong,html .home-intro-dark,html .home-intro-dark .get-started a:not(.btn),html .home-intro-dark p,html .home-intro-dark p em,html .home-intro-dark.light p,html .thumb-info .thumb-info-action-icon-dark i,html .thumb-info-ribbon-dark,html .thumb-info-social-icons a.thumb-info-social-links-dark i{color:#ffffff}html .section.section-dark:not([class*=" section-text-"]) p{color:#e6e6e6}html .popover-dark .popover-title{color:#ffffff !important}html .list-dark.list-icons li i,html .toggle-dark .toggle.active > label,html .label-dark,.pricing-table .plan-dark,html .divider.divider-style-3.divider-dark i,.featured-box-dark .icon-featured:after,html .heading.heading-dark .heading-tag{border-color:#222529}.border-color-dark,html .blockquote-dark{border-color:#222529 !important}.featured-box-dark .box-content{border-top-color:#222529}html .toggle-dark .toggle label{border-left-color:#222529;border-right-color:#222529}html .alert-dark{border-color:#1c1e21}html .section.section-dark{border-color:#17191c !important}html .section.section-dark-scale-2{border-color:#000000 !important}html .section.section-dark-scale-2 .sort-source-style-2 > li.active > a:after{border-top-color:#0b0c0e}html .thumb-info-ribbon-dark:before{border-right-color:#000000}.featured-box-effect-2.featured-box-dark .icon-featured:after{box-shadow:0 0 0 3px #222529}.featured-box-effect-3.featured-box-dark .icon-featured:after{box-shadow:0 0 0 10px #222529}html .toggle-dark.toggle-simple .toggle > label{background:transparent;color:#222529}html .list-light.list-icons li i,html .list-light.list-ordened li:before,html ul.nav-pills-light a,html .toggle-light .toggle label,html .divider.divider-light i,.featured-box-light h4,.featured-box-effect-7.featured-box-light .icon-featured:before,.has-light-color{color:#ffffff}html .heading-light,html .lnk-light,html .text-color-light{color:#ffffff !important}html ul.nav-pills-light a:hover,html ul.nav-pills-light a:focus{color:#ffffff}html ul.nav-pills-light a:active{color:#f3f3f3}html .list-light.list-icons.list-icons-style-3 li i,html ul.nav-pills-light > li.active > a,html ul.nav-pills-light > li.active > a:hover,html ul.nav-pills-light > li.active > a:focus,html .toggle-light .toggle.active > label,html .toggle-light.toggle-simple .toggle > label:after,html .label-light,html .alert-light,html .divider.divider-light.divider-small hr,html .divider.divider-style-2.divider-light i,.pricing-table .plan-light h3,.pricing-table-classic .plan-light h3 strong,html .home-intro-light,.feature-box .feature-box-icon-light,.featured-box-light .icon-featured,html .inverted-light,html .thumb-info .thumb-info-action-icon-light,html .thumb-info .thumb-info-action-icon-light:hover,html .thumb-info-ribbon-light,html .thumb-info-social-icons a.thumb-info-social-links-light,.has-light-background-color{background-color:#ffffff}html .accordion.accordion-light .card-header,html .section.section-light,html .popover-light .popover-title,html .background-color-light,.featured-box-effect-3.featured-box-light:hover .icon-featured{background-color:#ffffff !important}html .section.section-light-scale-2{background-color:#e6e6e6 !important}html .list-light.list-icons.list-icons-style-3 li i,html .list-light.list-ordened.list-ordened-style-3 li:before,html .accordion.accordion-light .card-header a,html .toggle-light .toggle.active > label,html .alert-light,html .alert-light .alert-link,html .section.section-light,html .section.section-light:not([class*=" section-text-"]) h1,html .section.section-light:not([class*=" section-text-"]) h2,html .section.section-light:not([class*=" section-text-"]) h3,html .section.section-light:not([class*=" section-text-"]) h4,html .section.section-light:not([class*=" section-text-"]) h5,html .section.section-light:not([class*=" section-text-"]) h6,html .section.section-light-scale-2 .sort-source-style-2 > li > a,html .section.section-light-scale-2 .sort-source-style-2 > li > a:focus,html .section.section-light-scale-2 .sort-source-style-2 > li > a:hover,html .divider.divider-style-2.divider-light i,.pricing-table .plan-light h3,.pricing-table .plan-light h3 .desc,.pricing-table-flat .plan-light h3,.pricing-table-flat .plan-light h3 .desc,.pricing-table-flat .plan-light .price,.pricing-table-classic .plan-light h3 strong,html .home-intro-light,html .home-intro-light .get-started a:not(.btn),html .home-intro-light p,html .home-intro-light p em,html .home-intro-light.light p,html .thumb-info .thumb-info-action-icon-light i,html .thumb-info-ribbon-light,html .thumb-info-social-icons a.thumb-info-social-links-light i{color:#222529}html .section.section-light:not([class*=" section-text-"]) p{color:#0b0c0e}html .popover-light .popover-title{color:#222529 !important}html .list-light.list-icons li i,html .toggle-light .toggle.active > label,html .label-light,.pricing-table .plan-light,html .divider.divider-style-3.divider-light i,.featured-box-light .icon-featured:after,html .heading.heading-light .heading-tag{border-color:#ffffff}.border-color-light,html .blockquote-light{border-color:#ffffff !important}.featured-box-light .box-content{border-top-color:#ffffff}html .toggle-light .toggle label{border-left-color:#ffffff;border-right-color:#ffffff}html .alert-light{border-color:#f8f8f8}html .section.section-light{border-color:#f3f3f3 !important}html .section.section-light-scale-2{border-color:#d9d9d9 !important}html .section.section-light-scale-2 .sort-source-style-2 > li.active > a:after{border-top-color:#e6e6e6}html .thumb-info-ribbon-light:before{border-right-color:#d9d9d9}.featured-box-effect-2.featured-box-light .icon-featured:after{box-shadow:0 0 0 3px #ffffff}.featured-box-effect-3.featured-box-light .icon-featured:after{box-shadow:0 0 0 10px #ffffff}html .toggle-light.toggle-simple .toggle > label{background:transparent;color:#222529}html .section.section-default-scale-1{background-color:#dbdbdb !important;border-top-color:#d4d4d4 !important}html .section.section-default-scale-2{background-color:#c1c1c1 !important;border-top-color:#bababa !important}html .section.section-default-scale-3{background-color:#a8a8a8 !important;border-top-color:#a1a1a1 !important}html .section.section-default-scale-4{background-color:#8e8e8e !important;border-top-color:#878787 !important}html .section.section-default-scale-5{background-color:#757575 !important;border-top-color:#6e6e6e !important}html .section.section-default-scale-6{background-color:#5b5b5b !important;border-top-color:#545454 !important}html .section.section-default-scale-7{background-color:#424242 !important;border-top-color:#3b3b3b !important}html .section.section-default-scale-8{background-color:#282828 !important;border-top-color:#212121 !important}html .section.section-default-scale-9{background-color:#0f0f0f !important;border-top-color:#080808 !important}.post-item.post-title-simple .post-title,.post-item.post-title-simple .post-title h2,.post-item.post-title-simple .entry-title,article.post-title-simple .entry-title a:not(:hover),.post-item.post-title-simple .entry-title a{color:#222529}.member-item.member-item-3 .view-more,.fdm-item-panel .fdm-item-title{color:#222529}.side-nav-wrap .sidebar-menu > li.menu-item > a,.main-sidebar-menu .sidebar-menu > li.menu-item > a,.side-nav-wrap .sidebar-menu .menu-custom-block span,.main-sidebar-menu .sidebar-menu .menu-custom-block span,.side-nav-wrap .sidebar-menu .menu-custom-block a,.main-sidebar-menu .sidebar-menu .menu-custom-block a{font-family:Poppins,sans-serif;font-size:13px;font-weight:200;line-height:13px}.side-nav-wrap .sidebar-menu > li.menu-item .popup:before,.main-sidebar-menu .sidebar-menu > li.menu-item .popup:before{top:9px}@media (max-width:1419px){.side-nav-wrap .sidebar-menu > li.menu-item .popup:before,.main-sidebar-menu .sidebar-menu > li.menu-item .popup:before{top:6.5px}}.side-nav-wrap .sidebar-menu > li.menu-item > a,.side-nav-wrap .sidebar-menu > li.menu-item > .arrow:before,.side-nav-wrap .sidebar-menu .menu-custom-block a{color:#ffffff}.side-nav-wrap .sidebar-menu > li.menu-item:hover,.side-nav-wrap .sidebar-menu > li.menu-item.active,.side-nav-wrap .sidebar-menu .menu-custom-block a:hover{background-color:transparent}.side-nav-wrap .sidebar-menu > li.menu-item > a{border-top-color:transparent}.side-nav-wrap .sidebar-menu > li.menu-item:hover > a,.side-nav-wrap .sidebar-menu > li.menu-item.active > a,.side-nav-wrap .sidebar-menu > li.menu-item.active > .arrow:before,.side-nav-wrap .sidebar-menu > li.menu-item:hover > .arrow:before,.side-nav-wrap .sidebar-menu .menu-custom-block a:hover{color:#adadad}.toggle-menu-wrap .sidebar-menu > li.menu-item > a{border-top-color:rgba(0,0,0,.125)}.page-top > .container{padding-top:0;padding-bottom:0}.page-top .yoast-breadcrumbs,.page-top .breadcrumbs-wrap{color:#969799}.page-top .yoast-breadcrumbs a,.page-top .breadcrumbs-wrap a,.page-top .product-nav .product-link{color:#969799}.page-top .page-title{color:#ffffff;font-family:Poppins,sans-serif}.page-top .page-sub-title{color:#e6e6e6;margin:0 0 0 0}.page-top .sort-source > li > a{color:#ffffff}@media (max-width:767px){.page-top .sort-source{background:transparent;margin-bottom:-0px;bottom:-1px}}@media (min-width:768px){#breadcrumbs-boxed{max-width:740px}}@media (min-width:992px){#breadcrumbs-boxed{max-width:980px}}@media (min-width:1420px){#breadcrumbs-boxed{max-width:1420px}}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.tparrows.tparrows-carousel.tp-leftarrow,.tparrows.tparrows-carousel.tp-rightarrow,.button,input.submit{color:#ffffff;background-color:#191919;border-color:#191919}.owl-carousel .owl-nav [class*="owl-"]:hover,.owl-carousel .owl-nav [class*="owl-"]:active,.owl-carousel .owl-nav [class*="owl-"]:focus,.tparrows.tparrows-carousel.tp-leftarrow:hover,.tparrows.tparrows-carousel.tp-rightarrow:hover,.tparrows.tparrows-carousel.tp-leftarrow:active,.tparrows.tparrows-carousel.tp-rightarrow:active,.tparrows.tparrows-carousel.tp-leftarrow:focus,.tparrows.tparrows-carousel.tp-rightarrow:focus{background-color:#0d0d0d;border-color:#0d0d0d}.widget.follow-us .share-links a:not(:hover){color:#525252;background-color:#fff}.btn-primary:hover,.button:hover,input.submit:hover,.btn-primary:active,.button:active,input.submit:active,.btn-primary:focus,.button:focus,input.submit:focus{border-color:#0d0d0d;background-color:#0d0d0d;color:#ffffff}.btn-primary[disabled],.button[disabled],input.submit[disabled],fieldset[disabled] .btn-primary,fieldset[disabled] .button,fieldset[disabled] input.submit,.btn-primary[disabled]:hover,.button[disabled]:hover,input.submit[disabled]:hover,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .button:hover,fieldset[disabled] input.submit:hover,.btn-primary[disabled]:focus,.button[disabled]:focus,input.submit[disabled]:focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .button:focus,fieldset[disabled] input.submit:focus,.btn-primary[disabled].focus,.button[disabled].focus,input.submit[disabled].focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .button.focus,fieldset[disabled] input.submit.focus,.btn-primary[disabled]:active,.button[disabled]:active,input.submit[disabled]:active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .button:active,fieldset[disabled] input.submit:active,.btn-primary[disabled].active,.button[disabled].active,input.submit[disabled].active,fieldset[disabled] .btn-primary.active,fieldset[disabled] .button.active,fieldset[disabled] input.submit.active,[type="submit"],.geodir-search [type="button"],.geodir-search [type="submit"],#geodir-wrapper [type="button"],#geodir-wrapper [type="submit"]{background-color:#191919;border-color:#191919}[type="submit"]:hover,.geodir-search [type="button"]:hover,.geodir-search [type="submit"]:hover,#geodir-wrapper [type="button"]:hover,#geodir-wrapper [type="submit"]:hover,[type="submit"]:active,.geodir-search [type="button"]:active,.geodir-search [type="submit"]:active,#geodir-wrapper [type="button"]:active,#geodir-wrapper [type="submit"]:active{border-color:#0d0d0d;background-color:#0d0d0d}[type="submit"][disabled],.geodir-search [type="button"][disabled],.geodir-search [type="submit"][disabled],#geodir-wrapper [type="button"][disabled],#geodir-wrapper [type="submit"][disabled],fieldset[disabled] [type="submit"],[type="submit"][disabled]:hover,.geodir-search [type="button"][disabled]:hover,.geodir-search [type="submit"][disabled]:hover,#geodir-wrapper [type="button"][disabled]:hover,#geodir-wrapper [type="submit"][disabled]:hover,fieldset[disabled] [type="submit"]:hover,[type="submit"][disabled]:focus,.geodir-search [type="button"][disabled]:focus,.geodir-search [type="submit"][disabled]:focus,#geodir-wrapper [type="button"][disabled]:focus,#geodir-wrapper [type="submit"][disabled]:focus,fieldset[disabled] [type="submit"]:focus,[type="submit"][disabled]:active,.geodir-search [type="button"][disabled]:active,.geodir-search [type="submit"][disabled]:active,#geodir-wrapper [type="button"][disabled]:active,#geodir-wrapper [type="submit"][disabled]:active,fieldset[disabled] [type="submit"]:active{background-color:#191919;border-color:#191919}html .btn-primary{color:#ffffff;background-color:#191919;border-color:#191919 #191919 #000000}html .btn-primary:hover,html .btn-primary:focus,html .btn-primary:active{color:#ffffff;background-color:#2b2b2b;border-color:#333333 #333333 #191919}html .btn-primary-scale-2{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#000000;border-color:#000000 #000000 #000000}html .btn-primary-scale-2:hover,html .btn-primary-scale-2:active,html .btn-primary-scale-2:focus{border-color:#000000;background-color:#000000}html .btn-borders.btn-primary{background:transparent;border-color:#191919;color:#191919}html .btn-arrow.btn-primary,html .btn-arrow.btn-primary:hover,html .btn-arrow.btn-primary:active,html .btn-arrow.btn-primary:not(:disabled):active{color:#191919}html .btn-arrow.btn-primary .icon-wrapper{background-color:#191919;box-shadow:2px 3px 18px -3px #191919}html .btn-borders.btn-primary:hover,html .btn-borders.btn-primary:focus,html .btn-borders.btn-primary:active{background-color:#191919;border-color:#191919 !important;color:#ffffff}html .stats-block.counter-primary .stats-number,html .stats-block.counter-primary div.counter_prefix,html .stats-block.counter-primary div.counter_suffix{color:#191919}html .testimonial-primary blockquote{background:#262626}html .testimonial-primary .testimonial-arrow-down{border-top-color:#262626}html .btn-secondary{color:#ffffff;background-color:#ee3d43;border-color:#ee3d43 #ee3d43 #e5141c}html .btn-secondary:hover,html .btn-secondary:focus,html .btn-secondary:active{color:#ffffff;background-color:#f15e63;border-color:#f36c71 #f36c71 #ee3d43}html .btn-secondary-scale-2{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#e5141c;border-color:#e5141c #e5141c #b61016}html .btn-secondary-scale-2:hover,html .btn-secondary-scale-2:active,html .btn-secondary-scale-2:focus{border-color:#cd1219;background-color:#cd1219}html .btn-borders.btn-secondary{background:transparent;border-color:#ee3d43;color:#ee3d43}html .btn-arrow.btn-secondary,html .btn-arrow.btn-secondary:hover,html .btn-arrow.btn-secondary:active,html .btn-arrow.btn-secondary:not(:disabled):active{color:#ee3d43}html .btn-arrow.btn-secondary .icon-wrapper{background-color:#ee3d43;box-shadow:2px 3px 18px -3px #ee3d43}html .btn-borders.btn-secondary:hover,html .btn-borders.btn-secondary:focus,html .btn-borders.btn-secondary:active{background-color:#ee3d43;border-color:#ee3d43 !important;color:#ffffff}.tabs-secondary ul.nav-tabs .nav-link{color:#ee3d43}.tabs-secondary ul.nav-tabs li.active .nav-link,.tabs-secondary ul.nav-tabs li .nav-link:hover{border-top-color:#ee3d43}.tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,.tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link{border-bottom-color:#ee3d43}.tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,.tabs-secondary.tabs-vertical.tabs-left li.active .nav-link{border-left-color:#ee3d43}.tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,.tabs-secondary.tabs-vertical.tabs-right li.active .nav-link{border-right-color:#ee3d43}html .stats-block.counter-secondary .stats-number,html .stats-block.counter-secondary div.counter_prefix,html .stats-block.counter-secondary div.counter_suffix{color:#ee3d43}html .testimonial-secondary blockquote{background:#f1555a}html .testimonial-secondary .testimonial-arrow-down{border-top-color:#f1555a}html .btn-tertiary{color:#ffffff;background-color:#9fa4af;border-color:#9fa4af #9fa4af #848a98}html .btn-tertiary:hover,html .btn-tertiary:focus,html .btn-tertiary:active{color:#ffffff;background-color:#b3b7c0;border-color:#bbbfc7 #bbbfc7 #9fa4af}html .btn-tertiary-scale-2{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#848a98;border-color:#848a98 #848a98 #6a717f}html .btn-tertiary-scale-2:hover,html .btn-tertiary-scale-2:active,html .btn-tertiary-scale-2:focus{border-color:#767d8d;background-color:#767d8d}html .btn-borders.btn-tertiary{background:transparent;border-color:#9fa4af;color:#9fa4af}html .btn-arrow.btn-tertiary,html .btn-arrow.btn-tertiary:hover,html .btn-arrow.btn-tertiary:active,html .btn-arrow.btn-tertiary:not(:disabled):active{color:#9fa4af}html .btn-arrow.btn-tertiary .icon-wrapper{background-color:#9fa4af;box-shadow:2px 3px 18px -3px #9fa4af}html .btn-borders.btn-tertiary:hover,html .btn-borders.btn-tertiary:focus,html .btn-borders.btn-tertiary:active{background-color:#9fa4af;border-color:#9fa4af !important;color:#ffffff}.tabs-tertiary ul.nav-tabs .nav-link{color:#9fa4af}.tabs-tertiary ul.nav-tabs li.active .nav-link,.tabs-tertiary ul.nav-tabs li .nav-link:hover{border-top-color:#9fa4af}.tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,.tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link{border-bottom-color:#9fa4af}.tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,.tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link{border-left-color:#9fa4af}.tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,.tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link{border-right-color:#9fa4af}html .stats-block.counter-tertiary .stats-number,html .stats-block.counter-tertiary div.counter_prefix,html .stats-block.counter-tertiary div.counter_suffix{color:#9fa4af}html .testimonial-tertiary blockquote{background:#adb2bb}html .testimonial-tertiary .testimonial-arrow-down{border-top-color:#adb2bb}html .btn-quaternary{color:#ffffff;background-color:#383f48;border-color:#383f48 #383f48 #22262c}html .btn-quaternary:hover,html .btn-quaternary:focus,html .btn-quaternary:active{color:#ffffff;background-color:#48515d;border-color:#4f5965 #4f5965 #383f48}html .btn-quaternary-scale-2{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#22262c;border-color:#22262c #22262c #0c0d0f}html .btn-quaternary-scale-2:hover,html .btn-quaternary-scale-2:active,html .btn-quaternary-scale-2:focus{border-color:#171a1d;background-color:#171a1d}html .btn-borders.btn-quaternary{background:transparent;border-color:#383f48;color:#383f48}html .btn-arrow.btn-quaternary,html .btn-arrow.btn-quaternary:hover,html .btn-arrow.btn-quaternary:active,html .btn-arrow.btn-quaternary:not(:disabled):active{color:#383f48}html .btn-arrow.btn-quaternary .icon-wrapper{background-color:#383f48;box-shadow:2px 3px 18px -3px #383f48}html .btn-borders.btn-quaternary:hover,html .btn-borders.btn-quaternary:focus,html .btn-borders.btn-quaternary:active{background-color:#383f48;border-color:#383f48 !important;color:#ffffff}.tabs-quaternary ul.nav-tabs .nav-link{color:#383f48}.tabs-quaternary ul.nav-tabs li.active .nav-link,.tabs-quaternary ul.nav-tabs li .nav-link:hover{border-top-color:#383f48}.tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,.tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link{border-bottom-color:#383f48}.tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,.tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link{border-left-color:#383f48}.tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,.tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link{border-right-color:#383f48}html .stats-block.counter-quaternary .stats-number,html .stats-block.counter-quaternary div.counter_prefix,html .stats-block.counter-quaternary div.counter_suffix{color:#383f48}html .testimonial-quaternary blockquote{background:#444c57}html .testimonial-quaternary .testimonial-arrow-down{border-top-color:#444c57}html .btn-dark{color:#ffffff;background-color:#222529;border-color:#222529 #222529 #0b0c0e}html .btn-dark:hover,html .btn-dark:focus,html .btn-dark:active{color:#ffffff;background-color:#33373d;border-color:#3a3f45 #3a3f45 #222529}html .btn-dark-scale-2{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0b0c0e;border-color:#0b0c0e #0b0c0e #000000}html .btn-dark-scale-2:hover,html .btn-dark-scale-2:active,html .btn-dark-scale-2:focus{border-color:#000000;background-color:#000000}html .btn-borders.btn-dark{background:transparent;border-color:#222529;color:#222529}html .btn-arrow.btn-dark,html .btn-arrow.btn-dark:hover,html .btn-arrow.btn-dark:active,html .btn-arrow.btn-dark:not(:disabled):active{color:#222529}html .btn-arrow.btn-dark .icon-wrapper{background-color:#222529;box-shadow:2px 3px 18px -3px #222529}html .btn-borders.btn-dark:hover,html .btn-borders.btn-dark:focus,html .btn-borders.btn-dark:active{background-color:#222529;border-color:#222529 !important;color:#ffffff}.tabs-dark ul.nav-tabs .nav-link{color:#222529}.tabs-dark ul.nav-tabs li.active .nav-link,.tabs-dark ul.nav-tabs li .nav-link:hover{border-top-color:#222529}.tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,.tabs-dark.tabs-bottom .nav-tabs li.active .nav-link{border-bottom-color:#222529}.tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,.tabs-dark.tabs-vertical.tabs-left li.active .nav-link{border-left-color:#222529}.tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,.tabs-dark.tabs-vertical.tabs-right li.active .nav-link{border-right-color:#222529}html .stats-block.counter-dark .stats-number,html .stats-block.counter-dark div.counter_prefix,html .stats-block.counter-dark div.counter_suffix{color:#222529}html .testimonial-dark blockquote{background:#2e3237}html .testimonial-dark .testimonial-arrow-down{border-top-color:#2e3237}html .btn-light{color:#222529;background-color:#ffffff;border-color:#ffffff #ffffff #e6e6e6}html .btn-light:hover,html .btn-light:focus,html .btn-light:active{color:#222529;background-color:#ffffff;border-color:#ffffff #ffffff #ffffff}html .btn-light-scale-2{color:#222529;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#e6e6e6;border-color:#e6e6e6 #e6e6e6 #cccccc}html .btn-light-scale-2:hover,html .btn-light-scale-2:active,html .btn-light-scale-2:focus{border-color:#d9d9d9;background-color:#d9d9d9}html .btn-borders.btn-light{background:transparent;border-color:#ffffff;color:#ffffff}html .btn-arrow.btn-light,html .btn-arrow.btn-light:hover,html .btn-arrow.btn-light:active,html .btn-arrow.btn-light:not(:disabled):active{color:#ffffff}html .btn-arrow.btn-light .icon-wrapper{background-color:#ffffff;box-shadow:2px 3px 18px -3px #ffffff}html .btn-borders.btn-light:hover,html .btn-borders.btn-light:focus,html .btn-borders.btn-light:active{background-color:#ffffff;border-color:#ffffff !important;color:#222529}.tabs-light ul.nav-tabs .nav-link{color:#ffffff}.tabs-light ul.nav-tabs li.active .nav-link,.tabs-light ul.nav-tabs li .nav-link:hover{border-top-color:#ffffff}.tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,.tabs-light.tabs-bottom .nav-tabs li.active .nav-link{border-bottom-color:#ffffff}.tabs-light.tabs-vertical.tabs-left li .nav-link:hover,.tabs-light.tabs-vertical.tabs-left li.active .nav-link{border-left-color:#ffffff}.tabs-light.tabs-vertical.tabs-right li .nav-link:hover,.tabs-light.tabs-vertical.tabs-right li.active .nav-link{border-right-color:#ffffff}html .stats-block.counter-light .stats-number,html .stats-block.counter-light div.counter_prefix,html .stats-block.counter-light div.counter_suffix{color:#ffffff}html .testimonial-light blockquote{background:#ffffff}html .testimonial-light .testimonial-arrow-down{border-top-color:#ffffff}.portfolio-item:hover .thumb-info-icons .thumb-info-icon{background-color:#9fa4af !important}.widget_sidebar_menu .widget-title,.sidebar-menu > li.menu-item > a,.sidebar-menu .menu-custom-block a{color:#444444}.sidebar-menu > li.menu-item > .arrow:before{color:#838b90}.mega-menu > li.menu-item > a,.mega-menu .wide li.sub > a,.header-side .sidebar-menu > li.menu-item > a,.main-sidebar-menu .sidebar-menu > li.menu-item > a,.main-sidebar-menu .sidebar-menu .menu-custom-item a,.sidebar-menu .wide li.sub > a,.porto-view-switcher .narrow li.menu-item > a{text-transform:uppercase}.popup .sub-menu,.header-side-nav .narrow .popup{text-transform:none}.mega-menu .tip,.sidebar-menu .tip,.accordion-menu .tip,.menu-custom-block .tip{background:#0cc485;border-color:#0cc485}section.timeline .timeline-box.left:before,section.timeline .timeline-box.right:before{background:#191919;box-shadow:0 0 0 3px #ffffff,0 0 0 6px #191919}.porto-lazyload:not(img):not(.lazy-load-loaded){background-color:#f4f4f4}.porto-lazyload:not(.lazy-load-loaded)[data-oi$=".png"]{opacity:0}article.post .post-date .sticky,.post-item .post-date .sticky{background:#62b959;color:#ffffff}.porto-vc-testimonial blockquote,.testimonial blockquote,.testimonial blockquote p{font-family:Georgia,serif}ul.category-color-dark li.product-category .thumb-info-title{color:#1d2127}#footer,#footer p,#footer .widget > div > ul li,#footer .widget > ul li{color:#a8a8a8}#footer .widget > div > ul,#footer .widget > ul,#footer .widget > div > ul li,#footer .widget > ul li,#footer .post-item-small{border-color:rgba(168,168,168,0.3)}#footer a:not(.btn),#footer .tooltip-icon{color:#a8a8a8}#footer .tooltip-icon{border-color:#a8a8a8}#footer a:hover{color:#ffffff}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer .widget-title,#footer .widgettitle,#footer h1 a,#footer h2 a,#footer h3 a,#footer h4 a,#footer h5 a,#footer h6 a,#footer .widget-title a,#footer .widgettitle a,#footer .widget.twitter-tweets .fa-twitter{color:#ffffff}#footer .footer-ribbon{background-color:#65829d}#footer .footer-ribbon:before{border-right-color:#475c6f}#footer .footer-ribbon,#footer .footer-ribbon a,#footer .footer-ribbon a:hover,#footer .footer-ribbon a:focus{color:#ffffff}#footer .footer-bottom a,#footer .footer-bottom .widget_nav_menu ul li:before{color:#a8a8a8}#footer .footer-bottom a:hover{color:#ffffff}#footer .share-links a:not(:hover),.footer-top .share-links a:not(:hover){background:none;color:#ffffff}@media (min-width:768px){#footer-boxed{max-width:740px}}@media (min-width:992px){#footer-boxed{max-width:980px}}@media (min-width:1420px){#footer-boxed{max-width:1420px}}.porto-concept strong,.home-intro p em,.alternative-font,.thumb-info-ribbon span,.stats-block.counter-alternative .stats-number,.vc_custom_heading em,#footer .footer-ribbon{font-family:Shadows Into Light,sans-serif}.alternative-font,#footer .footer-ribbon{font-weight:400}.pricing-table-flat .plan-price,.testimonial.testimonial-style-3 blockquote p,.testimonial.testimonial-style-4 blockquote p,.testimonial.testimonial-style-5 blockquote p,.searchform .live-search-list .autocomplete-suggestion{font-family:Open Sans,sans-serif}#mini-cart .buttons a,.quantity .qty,.single_add_to_cart_button,.shop_table.wishlist_table .add_to_cart.button,.woocommerce table.wishlist_table .add_to_cart.button,ul.products li.product-col .add_to_cart_button,ul.products li.product-col .add_to_cart_read_more,ul.products li.product-col .quickview,.single-product .product-summary-wrap .price,.single-product .yith-wcwl-add-to-wishlist,.single-product .yith-compare{font-family:Poppins,sans-serif}.owl-carousel.dots-color-primary .owl-dots .owl-dot span{background-color:#43a6a3}.master-slider{direction:ltr}.woocommerce-account .woocommerce > .row{margin-left:0;margin-right:0}.product-layout-grid .product-images .img-thumbnail,ul.list li.product{margin-bottom:20px}ul.products.grid-creative li.product-col{padding-bottom:20px}.summary-before .labels{margin-left:10px}.shop-loop-before.sticky{padding-left:20px;padding-right:10px}.divider-line.grid > .product-col{border-right:1px solid rgba(0,0,0,0.09);border-bottom:1px solid rgba(0,0,0,0.09)}li.product-onimage .product-content{background:#fff;border-top:1px solid rgba(0,0,0,0.09)}li.product-onimage .product-content .add-links{border-top:1px solid rgba(0,0,0,0.09)}@media (min-width:1420px){.divider-line.pcols-lg-6 > .product-col:nth-child(6n),.divider-line.pcols-lg-5 > .product-col:nth-child(5n),.divider-line.pcols-lg-4 > .product-col:nth-child(4n),.divider-line.pcols-lg-3 > .product-col:nth-child(3n),.divider-line.pcols-lg-2 > .product-col:nth-child(2n){border-right-width:0}}@media (max-width:992px){.shop-loop-before{margin-bottom:20px}}@media (min-width:768px) and (max-width:1419px){.divider-line.pcols-md-5 > .product-col:nth-child(5n),.divider-line.pcols-md-4 > .product-col:nth-child(4n),.divider-line.pcols-md-3 > .product-col:nth-child(3n),.divider-line.pcols-md-2 > .product-col:nth-child(2n){border-right-width:0}}@media (min-width:576px) and (max-width:767px){.divider-line.pcols-xs-3 > .product-col:nth-child(3n),.divider-line.pcols-xs-2 > .product-col:nth-child(2n){border-right-width:0}}@media (max-width:575px){.divider-line.pcols-ls-2 > .product-col:nth-child(2n){border-right-width:0}}li.product-col.product-default h3,#yith-wcwl-popup-message,.widget_product_categories ul li > a,.widget_price_filter ul li > a,.widget_layered_nav ul li > a,.widget_layered_nav_filters ul li > a,.widget_rating_filter ul li > a,.widget_price_filter ol li > a,.widget_layered_nav_filters ol li > a,.widget_rating_filter ol li > a,.woocommerce .widget_layered_nav ul.yith-wcan-label li a,.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,.widget_recent_reviews .product_list_widget li a,.shop_table dl.variation,.select2-container .select2-choice,.select2-drop,.select2-drop-active,.form-row input[type="email"],.form-row input[type="number"],.form-row input[type="password"],.form-row input[type="search"],.form-row input[type="tel"],.form-row input[type="text"],.form-row input[type="url"],.form-row input[type="color"],.form-row input[type="date"],.form-row input[type="datetime"],.form-row input[type="datetime-local"],.form-row input[type="month"],.form-row input[type="time"],.form-row input[type="week"],.form-row select,.form-row textarea{color:#777777}@media (max-width:992px){.shop-loop-before,.shop-loop-before select{color:#222529}a.porto-product-filters-toggle svg{stroke:#222529}}ul.products li.cat-has-icon .thumb-info > i{color:#222529}.quantity .minus:hover,.quantity .plus:hover,.stock,.product-image .viewcart,.widget_product_categories ul li > a:hover,.widget_layered_nav ul li > a:hover,.widget_layered_nav_filters ul li > a:hover,.widget_rating_filter ul li > a:hover,.widget_product_categories ul li > a:focus,.widget_layered_nav ul li > a:focus,.widget_layered_nav_filters ul li > a:focus,.widget_rating_filter ul li > a:focus,.widget_product_categories ul li .toggle,.widget_layered_nav ul li .toggle,.widget_layered_nav_filters ul li .toggle,.widget_rating_filter ul li .toggle,.widget_product_categories ul li.current > a,.widget_layered_nav ul li.current > a,.widget_layered_nav_filters ul li.current > a,.widget_rating_filter ul li.current > a,.widget_product_categories ul li.chosen > a,.widget_layered_nav_filters ul li.chosen > a,.widget_rating_filter ul li.chosen > a,.widget_layered_nav_filters ul li a:before,.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover a,.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a,ul.cart_list li .product-details a:hover,ul.product_list_widget li .product-details a:hover,ul.cart_list li a:hover,ul.product_list_widget li a:hover,.widget_shopping_cart .total .amount,.shipping_calculator h2,.cart_totals h2,.review-order.shop_table h2,.shipping_calculator h2 a,.cart_totals h2 a,.review-order.shop_table h2 a,.product-subtotal .woocommerce-Price-amount,.woocommerce .featured-box h2,.woocommerce-page .featured-box h2,.woocommerce .featured-box h3,.woocommerce-page .featured-box h3,.woocommerce .featured-box h4,.woocommerce-page .featured-box h4,.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next,.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev,ul.products li.cat-has-icon:hover .thumb-info > i{color:#191919}.variations .reset_variations:hover{background-color:#191919;color:#ffffff}.product-image .viewcart:hover,.widget_price_filter .ui-slider .ui-slider-handle,li.product-outimage_aq_onimage .add-links .quickview,li.product-onimage .product-content .quickview,li.product-onimage2 .quickview,li.product-wq_onimage .links-on-image .quickview{background-color:#191919}li.product-outimage_aq_onimage .add-links .quickview{color:#ffffff}li.product-default:hover .add-links .add_to_cart_button,li.product-default:hover .add-links .add_to_cart_read_more,li.product-wq_onimage .add-links .button:hover,li.product-wq_onimage .yith-wcwl-add-to-wishlist a:hover,li.product-awq_onimage .add-links .button:hover,li.product-awq_onimage .add-links .quickview:hover,li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist a:hover,ul.list li.product .add_to_cart_button,ul.list li.product .add_to_cart_read_more{background-color:#191919;border-color:#191919;color:#ffffff}.sidebar #yith-ajaxsearchform .btn{background:#191919}#yith-wcwl-popup-message,.woocommerce-cart .cart-form form,.product-layout-full_width .product-thumbnails-inner .img-thumbnail.selected,.product-layout-centered_vertical_zoom .product-thumbnails-inner .img-thumbnail.selected{border-color:#191919}.loader-container i.porto-ajax-loader{border-top-color:#191919}.summary-before .ms-lightbox-btn,.product-images .zoom{background-color:#191919}.summary-before .ms-lightbox-btn:hover{background-color:#262626}.summary-before .ms-nav-next:before,.summary-before .ms-nav-prev:before,.summary-before .ms-thumblist-fwd:before,.summary-before .ms-thumblist-bwd:before{color:#191919}.add-links .add_to_cart_button,.add-links .add_to_cart_read_more,.add-links .quickview,.add-links .yith-compare,.yith-wcwl-add-to-wishlist a,.yith-wcwl-add-to-wishlist a:hover,.yith-wcwl-add-to-wishlist span{background-color:#ffffff;border:1px solid #dddddd;color:#333333}ul.products li.product-outimage .add-links .quickview:hover,li.product-outimage .add-links .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,ul.products li.product-outimage:hover .add-links .button,ul.products li.product-outimage .add-links .button:focus,.add-links .button:hover{background-color:#191919;border-color:#191919;color:#ffffff}.product-summary-wrap .yith-wcwl-add-to-wishlist a,.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover,.product-summary-wrap .yith-wcwl-add-to-wishlist span{background:none;color:inherit;border:none}.product-summary-wrap .yith-wcwl-add-to-wishlist a:before,.product-summary-wrap .yith-wcwl-add-to-wishlist span:before,.product-summary-wrap .yith-compare:before{color:#302e2a}.woocommerce-pagination a:hover,.woocommerce-pagination a:focus,.woocommerce-pagination span.current{border-color:#191919}ul.products li.product-col .product-loop-title:hover,ul.products li.product-col .product-loop-title:focus,ul.products li.product-col .product-loop-title:hover h3,ul.products li.product-col .product-loop-title:focus h3{color:#191919}ul.products li.product-onimage3 .product-loop-title:hover h3,ul.products li.product-onimage3 .product-loop-title:focus h3{color:#fff}.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a,.filter-item-list .filter-item:not(.disabled):hover{background-color:#191919;border-color:#191919}.product_title a:hover,.product_title a:focus{color:#191919}.widget_product_categories ul li .toggle:hover,.widget_price_filter ul li .toggle:hover,.widget_layered_nav ul li .toggle:hover,.widget_layered_nav_filters ul li .toggle:hover,.widget_rating_filter ul li .toggle:hover,.widget_price_filter ol li .toggle:hover,.widget_layered_nav_filters ol li .toggle:hover,.widget_rating_filter ol li .toggle:hover{color:#262626}.widget_layered_nav ul li .count,.widget_product_categories ul li .count,.widget_rating_filter .wc-layered-nav-rating a{color:#848484}.widget_layered_nav_filters ul li a:hover:before{color:#262626}.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a:hover,.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a:hover{background-color:#262626;border-color:#262626}.woocommerce #content table.shop_table.wishlist_table.cart a.remove:hover,.shop_table.cart a.remove:hover{color:#191919}.woocommerce #content table.shop_table.wishlist_table.cart a.remove:active,.shop_table.cart a.remove:active{color:#0d0d0d}.wishlist_table tr td{background-color:#fff}.product-image .labels .onhot,.summary-before .labels .onhot{background:#62b959;color:#ffffff}.product-image .labels .onsale,.summary-before .labels .onsale{background:#e27c7c;color:#ffffff}.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before{color:#e27c7c}.success-message-container.style-2{border-top:4px solid #191919}.woocommerce-tabs h2.resp-tab-active{border-bottom-color:#191919 !important}.resp-vtabs.style-2 .resp-tabs-list li.resp-tab-active{border-bottom:2px solid #191919 !important}.featured-box.porto-user-box{border-top-color:#191919}.woocommerce-widget-layered-nav-list .chosen a:not(.filter-color),.filter-item-list .active .filter-item{background-color:#191919;color:#fff;border-color:#191919}.woocommerce-tabs .resp-tabs-list li.resp-tab-active,.woocommerce-tabs .resp-tabs-list li:hover{border-color:#222529 !important}.single_add_to_cart_button{background:#222529}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist,.shop_table td.product-name{color:#222529}.single-product .product-summary-wrap .share-links a:not(:hover){background:none;color:#222529;border:2px solid #e7e7e7}.sale-product-daily-deal .daily-deal-title,.sale-product-daily-deal .porto_countdown{font-family:'Oswald',Poppins,sans-serif;text-transform:uppercase}.entry-summary .sale-product-daily-deal{margin-top:10px}.entry-summary .sale-product-daily-deal .porto_countdown{margin-bottom:5px}.entry-summary .sale-product-daily-deal .porto_countdown-section{background-color:#191919;color:#fff;margin-left:1px;margin-right:1px;display:block;float:left;max-width:calc(25% - 2px);min-width:64px;padding:12px 10px}.entry-summary .sale-product-daily-deal .porto_countdown .porto_countdown-amount{display:block;font-size:18px;font-weight:700}.entry-summary .sale-product-daily-deal .porto_countdown-period{font-size:10px}.entry-summary .sale-product-daily-deal:after{content:'';display:table;clear:both}.entry-summary .sale-product-daily-deal .daily-deal-title{text-transform:uppercase}.products .sale-product-daily-deal{position:absolute;left:10px;right:10px;bottom:10px;color:#fff;padding:5px 0;text-align:center}.products .sale-product-daily-deal:before{content:'';position:absolute;left:0;width:100%;top:0;height:100%;background:#191919;opacity:0.7}.products .sale-product-daily-deal > h5,.products .sale-product-daily-deal > div{position:relative;z-index:1}.products .sale-product-daily-deal .daily-deal-title{display:inline-block;color:#fff;font-size:11px;font-weight:400;margin-bottom:0;margin-right:1px}.products .sale-product-daily-deal .porto_countdown{float:none;display:inline-block;text-transform:uppercase;margin-bottom:0;width:auto}.products .sale-product-daily-deal .porto_countdown-section{padding:0;margin-bottom:0}.products .sale-product-daily-deal .porto_countdown-section:first-child:after{content:',';margin-right:2px}.products .sale-product-daily-deal .porto_countdown-amount,.products .sale-product-daily-deal .porto_countdown-period{font-size:13px;font-weight:500;padding:0 1px}.products .sale-product-daily-deal .porto_countdown-section:last-child .porto_countdown-period{padding:0}.products .sale-product-daily-deal:after{content:'';display:table;clear:both}.skeleton-loading,.skeleton-loading-wrap{height:0 !important;overflow:hidden !important;visibility:hidden;margin-top:0 !important;margin-bottom:0 !important;padding:0 !important;min-height:0 !important}@keyframes skeletonloading{to{background-position:200% 0}}.skeleton-body.product .entry-summary,.products.skeleton-body li,.skeleton-body.product .tab-content,.skeleton-body .post{overflow:hidden;position:relative}.skeleton-body.product .entry-summary:after,.products.skeleton-body li:after,.sidebar-content.skeleton-body aside:after,.skeleton-body.product .tab-content:after,.skeleton-body.tab-content:after,.skeleton-body .post:after{content:'';position:absolute;top:-50%;left:-50%;right:-50%;bottom:-50%;transform:rotate(45deg);background-image:linear-gradient(90deg,rgba(255,255,255,0) 20%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 80%);background-size:60% 100%;background-position:-100% 0;background-repeat:no-repeat;animation:skeletonloading 1.5s infinite .2s}.skeleton-body.product .tab-content:after,.skeleton-body.tab-content:after{background-image:linear-gradient(135deg,rgba(255,255,255,0) 20%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 80%);transform:none;animation-duration:2s}.skeleton-body.product{position:relative;z-index:1}.skeleton-body.product-layout-transparent .product-summary-wrap:before,.skeleton-body.product-layout-transparent .product-summary-wrap:after{content:none}.skeleton-body.product .summary-before{order:initial}.skeleton-body.product .summary-before{padding-top:59%}.skeleton-body.product .entry-summary{min-height:500px;overflow:hidden}.skeleton-body.product > .row{align-items:flex-start}.skeleton-body.product > .row > div:before,.skeleton-body.tab-content:before{content:'';display:block;position:absolute;top:0;bottom:0;left:0;right:0;margin:0 10px;background-repeat:no-repeat}.skeleton-body.product .summary-before:before{background-image:linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0);background-size:100% calc(80% - 4px),calc(25% - 6px) calc(20% - 4px),calc(25% - 6px) calc(20% - 4px),calc(25% - 6px) calc(20% - 4px),calc(25% - 6px) calc(20% - 4px);background-position:center top,left bottom,33.3333% bottom,66.6666% bottom,right bottom}.skeleton-body.product .entry-summary:before{background-image:linear-gradient(#f4f4f4 25px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 18px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 1px,transparent 0),linear-gradient(#f4f4f4 25px,transparent 0),linear-gradient(#f4f4f4 35px,transparent 0),linear-gradient(#f4f4f4 25px,transparent 0);background-size:55% 25px,70% 14px,40% 18px,100% 14px,100% 14px,100% 14px,100% 14px,40% 16px,40% 16px,100% 1px,70% 25px,60% 35px,60% 25px;background-position:left top,left 34px,left 75px,left 120px,left 147px,left 174px,left 201px,left 240px,left 270px,left 320px,left 350px,left 395px,left 455px}@media (max-width:991px){.skeleton-body.product .summary-before{margin-bottom:2em;padding-top:100%;width:640px;max-width:100%}}@media (min-width:768px){.skeleton-body.product-layout-default .summary-before.col-md-5,.skeleton-body.product-layout-builder .summary-before.col-md-5{padding-top:50%}}.skeleton-body.product .tab-content,.tab-content.skeleton-body{min-height:180px;position:relative;margin-top:3rem;padding-top:0 !important}.skeleton-body.tab-content:before{margin:0}.skeleton-body.product .tab-content:before,.skeleton-body.tab-content:before{background-image:linear-gradient(#f4f4f4 40px,transparent 0),linear-gradient(#f4f4f4 40px,transparent 0),linear-gradient(#f4f4f4 40px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0);background-size:100px 40px,100px 40px,100px 40px,100% 14px,100% 14px,100% 14px,100% 14px;background-position:0 0,120px 0,240px 0,0 70px,0 100px,0 130px,0 160px}.products.skeleton-body li:before{content:'';display:block;padding-top:calc(100% + 110px);background-repeat:no-repeat;background-image:linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0);background-size:100% 62%,50% 12px,70% 16px,50% 12px,40% 16px;background-position:left 0,left calc(62% + 20px),left calc(62% + 44px),left calc(62% + 66px),left calc(62% + 92px)}.grid.skeleton-body .product-default:before,.grid.skeleton-body .product-wq_onimage:before{background-position-x:center,center,center,center,center}@media (min-width:576px){.list.skeleton-body li:before{padding-top:250px;background-image:linear-gradient(#f4f4f4 250px,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 20px,transparent 0);background-size:250px 100%,150px 12px,250px 16px,150px 12px,100% 14px,100% 14px,120px 16px,200px 20px;background-position:left 0,270px 20px,270px 44px,270px 70px,270px 105px,270px 130px,270px 170px,270px 205px}.list.skeleton-body li:after{transform:none;background-image:linear-gradient(135deg,rgba(255,255,255,0) 40%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 60%);animation:skeletonloading 2.5s infinite .2s}}.sidebar-content.skeleton-body aside{overflow:hidden;position:relative}.sidebar-content.skeleton-body aside:before{content:'';display:block;height:320px;background-repeat:no-repeat;background-image:linear-gradient(#f4f4f4 20px,transparent 0),linear-gradient(#f4f4f4 30px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 30px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 30px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 30px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 30px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 30px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0);background-size:55% 20px,30px 30px,100% 14px,30px 30px,60% 14px,30px 30px,80% 14px,30px 30px,50% 14px,30px 30px,100% 14px,30px 30px,70% 14px;background-position:left 5px,left 50px,45px 58px,left 95px,45px 103px,left 140px,45px 148px,left 185px,45px 193px,left 230px,45px 238px,left 275px,45px 283px}.compose-mode .vc_element[class*="vc_porto_hb_"]{display:inline-block;vertical-align:middle;margin-right:.875rem}.compose-mode .vc_element[class*="vc_porto_hb_"]:last-child{margin-right:0}.header-builder-p .vc_column-inner{display:flex;align-items:center;flex-wrap:wrap}.header-builder-p .vc_row-o-content-middle>.vc_column_container>.vc_column-inner{flex-direction:row;justify-content:flex-start}.header-builder-p .vc_column-inner > *:not(.vc_row){margin-right:.875rem}.header-builder-p .vc_column-inner > *:last-child{margin-right:0}.header-builder-p .vc_column-inner > .vc_row,.header-builder-p .vc_column-inner > .vc_vc_row_inner{width:calc(100% + 20px)}.header-builder-p .porto-block .porto-block .vc_column-inner{display:block}.header-builder-p .porto-block .porto-block .vc_column-inner > *{margin-right:0}#header.header-builder-p .header-main .container > div{display:flex}.wpb-flex-1,.vc_column_container.flex-1{flex:1}.wpb-flex-auto,.vc_column_container.flex-auto{width:auto;flex:none}.wpb-flex-1:last-child .vc_column-inner,.vc_column_container.flex-1:last-child .vc_column-inner{justify-content:flex-end}.wpb-flex-1:nth-child(2):not(:last-child) .vc_column-inner,.vc_column_container.flex-1:nth-child(2):not(:last-child) .vc_column-inner{justify-content:center}.wp-block-columns,.page-content > .wp-block-columns.alignwide{margin-left:-10px;margin-right:-10px;flex-wrap:wrap}@media (min-width:768px){.wp-block-columns.alignwide{max-width:none;width:auto}}.wp-block-column{padding-left:10px;padding-right:10px}.wp-block-column:not[class*=" col-"]{flex-basis:50%}.wp-block-columns .wp-block-column{margin-left:0;margin-right:0}@media (max-width:781px) and (min-width:600px){.wp-block-column:not(:only-child){flex-basis:50%!important;flex-grow:0}}.btn.btn-block{display:block;padding-left:0;padding-right:0}.gutenberg-hb > .porto-block,.gutenberg-hb .porto-section,.gutenberg-hb .porto-section > .container{display:flex;align-items:center;flex-wrap:wrap}.gutenberg-hb .porto-section{flex:0 0 100%;max-width:100%}.gutenberg-hb > .porto-block > *:not(.porto-section),.gutenberg-hb .porto-section > *:not(.container),.gutenberg-hb .porto-section > .container > *{margin-right:.875rem}.gutenberg-hb > .porto-block > *:last-child,.gutenberg-hb .porto-section > *:not(.container):last-child,.gutenberg-hb .porto-section > .container > *:last-child{margin-right:0}
/*
Theme Name: Porto
Theme URI: http://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 6.1.4
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }

.sbi-screenreader {
	text-indent:-9999px!important;
	display:block!important;
	width:0!important;
	height:0!important;
	line-height:0!important;
	text-align:left!important;
	overflow:hidden!important
}
.sbi_photo {
	padding-bottom: 100%;
	display: block;
	opacity: 1;
	position: relative;
}
.sbi_photo > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block !important;
	border-radius: inherit;
}

@media (max-width: 767px) {
	#sbi_images {
		display: flex !important;
		flex-wrap: wrap;
	}
	.sbi_item {
		width: 33.33% !important;
	}
}
.cli-bar-popup {
	background-clip: padding-box;
	border-radius:30px;
	padding:20px;
}
.cli-modal-body {
	font-family: Inter, Arial, Helvetica, sans-serif;
}
.wt-cli-ckyes-footer-section {
	margin-top: 5px;
}

/**/

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}
.cli-modal.cli-show {
	display: block;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
	display:none;
}
.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(26px);
}
.cli-switch .cli-slider {
	border-radius: 34px;
}
.cli-switch .cli-slider:before {
	border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
	display: block;
}
.cli-fade {
	transition: opacity .15s linear;
}
.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 30px;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
	padding: 30px 10px;
	}
}
.cli-nav-pills {
	background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
	color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform:scale(0);
	transform:scale(0);
	transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;

}
.cli-modal-backdrop.cli-show {
	opacity: .5;
  -webkit-transform:scale(1);
  transform:scale(1);
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
	display:none;
}
.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}
.cli-switch .cli-slider {
	border-radius: 34px;
	font-size:0;
}
.cli-switch .cli-slider:before {
	border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding:5px 30px 5px 5px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
	padding: 30px 10px;
	}
}
.cli-nav-pills {
	background: #fff;
}
.cli-nav-pills .cli-nav-link {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	color:#2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
	color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
	background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
	margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
	margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
	padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
	display:none;
	text-align:left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #ffffff;
	border-radius: 0;
}

.cli-tab-footer {
	width:100%;
	text-align:right;
	padding: 20px 0;
}
/* version 2.0 */
.cli-col-12
{
	width:100%;
}
.cli-tab-header
{
	display: flex;
	justify-content: space-between;
}
.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
}
.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none;
}
.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
	position: relative;
	display: flex;
	align-items: center;
	font-size:14px;
	color:#000;
	text-transform: capitalize;

}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
	background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	padding: 10px;
	background: transparent;
	border:none;
	min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}
.wt-cli-privacy
{
	display:none;
}
.cli-tab-content
{
	display:none;
}
.cli-tab-section .cli-tab-content
{
	padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
	margin-top:5px;
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}
.cli-switch .cli-slider:after{
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size:12px;
	text-align:right;
	min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
	content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}
a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color:#000;
	text-decoration: underline;
}
.cli-modal-footer {
	position: relative;
}
a.cli-privacy-readmore:before {
	content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content
{
	transition: max-height 0.25s ease-in;

}
.cli-privacy-content p
{
	margin-bottom:0;
}
.cli-modal-close svg {
	fill: #000;
}
span.cli-necessary-caption {
	color: #000;
	font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
	display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
	display: none;
}
.cli-tab-container .cli-row
{
	max-height: 500px;
	overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
	z-index: -1;
}
.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1);

  }
  .cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .cli-modal.cli-blowup.cli-out .cli-modal-dialog
  {
	animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  @keyframes blowUpContent {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	99.9% {
	  transform: scale(2);
	  opacity: 0;
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes blowUpContentTwo {
	0% {
	  transform: scale(2);
	  opacity: 0;
	}
	100% {
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes blowUpModal {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes blowUpModalTwo {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	50% {
		transform: scale(0.5);
		opacity: 0;
	  }
	100% {
	  transform: scale(0);
	  opacity: 0;
	}
  }
  .cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px;
}
.cli_settings_button
{
	cursor: pointer;
}
/* Accessibility Fix */
.wt-cli-sr-only
{
	display: none;
	font-size:16px;
}
/* Changes for CCPA
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}
/* GDPR Bar Version 2 */
.cli-bar-container{
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
}
.cli-style-v2 a
{
	cursor: pointer;
}
.cli-bar-btn_container a {
	white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
	font-weight:inherit;
}
.cli-style-v2
{
	font-size: 11pt;
	line-height: 18px;
	font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
	display: block;
}
.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
	width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
	margin-top:8px;
	margin-left: 0px;
	flex-wrap: wrap;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
	text-align: center;
} */
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
	margin-top:8px;
	margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
	text-align: left;
	/* padding-left: 15px; */
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 16px;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
	padding-left: 0px;
	padding-right: 0px;
} */

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
	margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}
/* .cli-bar-container.cli-style-v2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
	padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
	padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
	text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline;
}
.wt-cli-necessary-checkbox {
	display: none !important;
}
@media (max-width: 985px) {
	.cli-style-v2 .cli-bar-message
	{
		width:100%;
	}
	.cli-style-v2.cli-bar-container
	{
		justify-content:left;
		flex-wrap: wrap;
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-left:0px;
		margin-top: 10px;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
	{
		padding: 25px 25px;
	}
}
/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111111;
	font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
	width: 65px;
	margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
	padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){

	.cli-style-v2 .cli-bar-btn_container {
		flex-wrap: wrap;
	}
}
/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}
.popup-default {
  position: relative;
  margin: 40px auto;
  max-width: 840px;
  padding: 3rem;
  color: #222;
  background: white;
  text-align: left;
  border-radius: 4px;
  cursor: default;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.popup-default__header {
  margin-bottom: 3rem;
}
.popup-default a {
  font-weight: 600;
}
.popup-default.size-md {
  max-width: 420px;
  padding: 2rem;
}
.popup-default.size-md .popup-default__header {
  margin-bottom: 2rem;
}
.popup-default .owl-carousel.carousel-dots-top {
  position: static;
}
.popup-default .owl-carousel.carousel-dots-top > .owl-dots {
  top: 10px;
  left: 40px;
  right: 40px;
}
.popup-default .mfp-close {
  right: -50px;
  transform: rotateZ(45deg) scale(1.8) !important;
  color: white !important;
}
.popup-default .image-hotspot__body {
  max-height: calc(100vh - 80px);
  max-width: 90vw;
}

.mfp-content {
  text-align: center;
}

.mfp-type-video .mfp-content {
  max-width: 1200px;
}

@media screen and (max-width: 479px) {
  .popup-default {
    padding: 20px;
  }
  .popup-default .owl-carousel.carousel-dots-top > .owl-dots {
    left: 20px;
    right: 20px;
  }
  .popup-default .mfp-close {
    top: -40px;
    right: 0;
  }
  .popup-default .popup-carousel.carousel-nav-outside > .owl-nav {
    left: -5px;
    right: -5px;
  }
}
:root {
  --x-size-min-height: 40px;
  --x-size-padding-x: 1rem;
  --x-size-padding-y: 0.65rem;
  --x-size-font-size: 14px;
  --x-size-line-height: 1.2;
  --x-menu-after-pos: 72px;
}

body.admin-bar {
  --x-menu-after-pos: 104px;
}

@media screen and (max-width: 991px) {
  body {
    --x-menu-after-pos: 50px;
  }
  body.admin-bar {
    --x-menu-after-pos: 82px;
  }
}
[hidden] {
  display: none !important;
}

.slider-title,
.section-title {
  font: 600 28px/32px Poppins, Arial, Helvetica, sans-serif;
  text-align: left;
  letter-spacing: -0.02em;
  text-transform: none;
}

.font-heading {
  font-family: Poppins, Arial, Helvetica, sans-serif !important;
}

.section-title_md {
  font-size: 24px;
  line-height: 28px;
}

.links-on-image .add_to_cart_button,
.links-on-image .add_to_cart_read_more {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 576 512'%3E%3Cpath d='M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058c14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701c14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% center;
}
.links-on-image .add_to_cart_button::before,
.links-on-image .add_to_cart_read_more::before {
  display: none !important;
}

.product-image .labels .onhot,
.product-image .labels .onsale,
.x-product .onsale,
.x-product .onhot {
  display: inline-block;
  padding: 0 8px;
  margin-right: 12px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  border-radius: 4px;
  text-transform: none;
}

.product-image .labels .onsale,
.x-product .onsale {
  background-color: #ef4444;
}

.product-image .labels .onhot,
.x-product .onhot {
  color: #191919;
  background-color: #dcfce7;
}

.product-image .labels {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px;
}
.product-image .labels > * {
  margin: 0 !important;
}

ul.products {
  font-family: Inter, Arial, Helvetica, sans-serif;
}
ul.products .rating-wrap {
  display: none !important;
}
ul.products li.product-col.product-outimage_aq_onimage .add-links {
  margin: 0;
}
ul.products li.product-col.product-outimage_aq_onimage .add-links .button {
  top: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  min-width: auto;
  min-height: auto;
  transition: opacity 0.5s;
}
ul.products li.product-col .woocommerce-loop-product__title {
  font: 400 14px/20px Inter, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  margin: 0 0 2px;
}
ul.products li.product-col .labels {
  top: 8px;
  left: 6px;
}
ul.products li.product-col .product-image {
  border-radius: 6px;
  transition: box-shadow 0.2s;
}
ul.products li.product-col .add-links {
  margin: 8px 0;
}
ul.products li.product-col .add-links .button {
  display: flex;
  height: 32px;
  min-height: auto;
  padding: 5px 12px !important;
  font: 600 12px/16px Inter, Arial, Helvetica, sans-serif;
  align-items: center;
  color: white;
  border-color: #191919;
  background-color: #191919;
  border-radius: 4px;
  text-transform: none;
  transition: background-color 0.2s;
}
ul.products li.product-col .add-links .button::before {
  display: none !important;
  content: "" !important;
}
ul.products li.product-col .add-links .button:hover, ul.products li.product-col .add-links .button:focus {
  background-color: #333333;
}
ul.products li.product-col .price {
  margin: 8px 0 0 0;
}
ul.products li.product-col .price .amount {
  font-weight: 500;
}
ul.products li.product-col .price del,
ul.products li.product-col .price ins {
  font-size: 1em;
}
ul.products li.product-col .price del .amount {
  font-weight: 400;
}
ul.products li.product-col .price ins {
  float: left;
  margin-right: 5px;
}

.product-col__unpriced .price {
  display: none !important;
}

.archive-products ul.products li.product-col .price {
  letter-spacing: -0.02em;
}

.product__price-tax-suffix {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.woocommerce-Price-approxSymbol {
  margin-right: 5px;
  opacity: 0.5;
}

.porto-products ul.products {
  width: auto;
  margin-left: -8px;
  margin-right: -8px;
}
.porto-products ul.products .inner,
.porto-products ul.products a.product-loop-title {
  transition: opacity 0.2s;
}
.porto-products ul.products .product-image > a:hover .inner,
.porto-products ul.products a.product-loop-title:hover {
  opacity: 0.75;
}
.porto-products ul.products li.product-col {
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: normal;
  margin: 0;
}
.porto-products ul.products li.product-col.product-outimage .product-inner {
  height: 100%;
}
.porto-products ul.products li.product-col.product-outimage .product-content {
  flex: 1;
}
.porto-products ul.products li.product-col.product-outimage .product-inner,
.porto-products ul.products li.product-col.product-outimage .product-content {
  display: flex;
  flex-direction: column;
}
.porto-products ul.products li.product-col.product-outimage .add-links-wrap {
  display: none !important;
  margin-top: auto;
}
.porto-products ul.products li.product-col.product-outimage .add-links {
  margin: 0;
}
.porto-products ul.products li.product-col.product-outimage .add_to_cart_button::before {
  display: inline-block !important;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.08366 5.58317H5.58366V9.08317H4.41699V5.58317H0.916992V4.4165H4.41699V0.916504H5.58366V4.4165H9.08366V5.58317Z' fill='white'/%3E%3C/svg%3E") center no-repeat;
}
.porto-products ul.products li.product-col .product-inner {
  position: relative;
}
.porto-products ul.products li.product-col .product-content {
  padding: 0;
}
.porto-products ul.products li.product-col .product-image {
  box-shadow: none !important;
}
.porto-products ul.products li.product-col .product-image img {
  padding: 0 !important;
}
.porto-products ul.products li.product-col .price .amount,
.porto-products ul.products li.product-col .woocommerce-loop-product__title {
  font-weight: 600;
}
.porto-products ul.products li.product-col .price {
  font-size: 14px;
  line-height: 16px;
  color: #969799;
}

body.single-product .main-content > .woocommerce-message,
body.single-product .main-content > .woocommerce-error {
  max-width: 820px;
  margin: 20px auto 48px auto;
  padding: 15px;
  text-align: center;
}
body.single-product .breadcrumbs-wrap {
  padding: 0 !important;
}
body.single-product .breadcrumbs-wrap .breadcrumb-item-last .breadcrumb_last,
body.single-product .breadcrumbs-wrap .breadcrumb-item-last .breadcrumb-separator {
  display: none !important;
}
body.single-product .page-wrapper {
  overflow: visible !important;
}

button.owl-next,
.owl-carousel .owl-nav button.owl-next,
button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.tns-btn-prev,
.tns-btn-next,
.splide__arrow {
  width: 32px;
  height: 32px;
  color: #191919;
  background: #f5f5f7;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: none;
  border-radius: 4px;
  transition: background-color 0.2s;
  cursor: pointer;
}
button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-next.disabled,
button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled,
.tns-btn-prev.disabled,
.tns-btn-next.disabled,
.splide__arrow.disabled {
  opacity: 0.5;
}
button.owl-next:hover, button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
button.owl-prev:hover,
button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.tns-btn-prev:hover,
.tns-btn-prev:focus,
.tns-btn-next:hover,
.tns-btn-next:focus,
.splide__arrow:hover,
.splide__arrow:focus {
  color: #191919;
  background-color: #eeeff2;
  outline: none;
}
button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:active,
button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:active,
.tns-btn-prev:active,
.tns-btn-next:active,
.splide__arrow:active {
  background-color: #e7e7ec;
}

button.owl-next *,
.owl-carousel .owl-nav button.owl-next *,
button.owl-prev *,
.owl-carousel .owl-nav button.owl-prev *,
.tns-btn-prev *,
.tns-btn-next * {
  display: none;
}
button.owl-next::before,
.owl-carousel .owl-nav button.owl-next::before,
button.owl-prev::before,
.owl-carousel .owl-nav button.owl-prev::before,
.tns-btn-prev::before,
.tns-btn-next::before {
  display: none !important;
}

button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.tns-btn-next {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.590088 10.59L5.17009 6L0.590088 1.41L2.00009 0L8.00009 6L2.00009 12L0.590088 10.59Z' fill='%23191919'/%3E%3C/svg%3E") !important;
}

button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.tns-btn-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 10.59L2.83 6L7.41 1.41L6 0L0 6L6 12L7.41 10.59Z' fill='%23191919'/%3E%3C/svg%3E") !important;
}

.page-top {
  padding: 0;
}
.page-top .yoast-breadcrumbs {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.page-top .yoast-breadcrumbs a {
  margin: 0;
  transition: color 0.2s;
}
.page-top .yoast-breadcrumbs a:hover, .page-top .yoast-breadcrumbs a:focus {
  color: #7d7e80;
  text-decoration: none;
}
.page-top .yoast-breadcrumbs a:active {
  opacity: 0.75;
}
.page-top .yoast-breadcrumbs span,
.page-top .yoast-breadcrumbs .breadcrumb_last {
  margin: 0;
}
.page-top .yoast-breadcrumbs .breadcrumb-separator {
  display: inline-block;
  width: 5px;
  height: 7px;
  margin: 2px 10px 0;
  background: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833242 0.5L0.0107422 1.3225L2.68241 4L0.0107422 6.6775L0.833242 7.5L4.33324 4L0.833242 0.5Z' fill='%23969799'/%3E%3C/svg%3E") center no-repeat;
}

.main-content {
  padding-top: 24px !important;
}

.woocommerce-cart .main-content,
.woocommerce-checkout .main-content {
  padding-top: 5px !important;
}

.page-header-8 {
  padding: 50px 0;
}
.page-header-8 li {
  line-height: 32px;
  color: #414042;
}
.page-header-8 li:not(.current) {
  color: rgba(65, 64, 66, 0.5);
}
.page-header-8 li.current:not(:last-child) > a, .page-header-8 li.current ~ li > a {
  padding-left: 0;
}
.page-header-8 li.current:not(:last-child) > a::before, .page-header-8 li.current ~ li > a::before {
  display: none;
}
.page-header-8 li > a {
  min-height: 32px;
  color: inherit;
  font-weight: 400;
  position: relative;
  padding-left: 42px;
}
.page-header-8 li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto 0;
  background: #414042 top center no-repeat url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6426 11.0015L15.0959 18.5371L10.3593 13.8109L8.9043 15.2659L15.0959 21.4575L24.0977 12.4565L22.6426 11.0015Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100%;
  border-radius: 50%;
  content: "";
}
.page-header-8 .delimiter {
  width: 8px;
  font-size: 18px !important;
  margin: 2px 25px -2px !important;
}

dl.variation,
ul.cart_list dl.variation {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0;
  padding: 0;
  text-transform: none;
}
dl.variation dt,
dl.variation .variation-Baseprice,
ul.cart_list dl.variation dt,
ul.cart_list dl.variation .variation-Baseprice {
  display: none;
}
dl.variation .variation-Delivery,
ul.cart_list dl.variation .variation-Delivery {
  width: 100%;
}
dl.variation dd,
ul.cart_list dl.variation dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

dl.variation dd > *,
ul.cart_list dl.variation dd > *,
.bundled_variation_attribute_value {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #777;
  margin: 0 4px 4px 0;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #f5f5f7;
}
dl.variation dd > *:empty,
ul.cart_list dl.variation dd > *:empty,
.bundled_variation_attribute_value:empty {
  display: none;
}

.variation__color-sign {
  position: relative;
  display: inline-block !important;
  width: 16px;
  height: 16px;
  vertical-align: top !important;
  margin: 0 4px 0 -4px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.variation__color-sign_dual {
  background-image: linear-gradient(to right, transparent 50%, currentColor 50%);
}

.product_list_widget .product-details dl.variation dd span {
  display: inline;
  font-size: 1em;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
  vertical-align: top;
}

.success-message-container {
  padding: 14px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: 0 14px 37px rgba(0, 0, 0, 0.21);
}

.archive.tax-product_cat .archive-products ul.products li.product-category {
  margin: 0;
  padding: 0;
}
.archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info {
  padding: 10px;
  border-radius: 4px;
  min-height: auto;
  overflow: hidden;
  transition: opacity 0.2s;
}
.archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info:hover {
  opacity: 0.75;
}
.archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info:active {
  opacity: 0.5;
}
.archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info h3 {
  margin: 0;
  font: 400 16px/18px Poppins, Arial, Helvetica, sans-serif !important;
  text-align: center;
  text-transform: none;
}
.archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info-wrapper {
  position: relative;
  padding-bottom: 50%;
}
.archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info-wrapper::after {
  display: none;
}
.archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info-wrapper > img {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  transform: scale(1);
  -o-object-fit: contain;
     object-fit: contain;
}
.archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info-title {
  position: static;
  padding: 0.75rem 0;
  color: #191919;
}
.archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info-type {
  display: none;
  text-transform: lowercase;
}

.cart-total {
  color: #191919;
}
.cart-total h4 {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
}
.cart-total__shipping {
  margin: 5px 0;
}
.cart-total__shipping > h4 {
  float: left;
  width: 35%;
  margin-bottom: 0 !important;
}
.cart-total__shipping > ul {
  float: right;
  text-align: right;
  margin-bottom: 0 !important;
}
.cart-total__price {
  font: 600 24px/30px Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
}
.cart-total__price strong {
  font-weight: inherit;
}
.cart-total__price .amount {
  font-size: inherit !important;
}
.cart-total__price__converted {
  font-weight: 400;
}
.cart-total tr:first-child > * {
  padding-top: 0;
}
.cart-total tr:last-child > * {
  padding-bottom: 0;
}
.cart-total tr.cart-subtotal {
  color: inherit;
  font-weight: normal;
}
.cart-total tr.order-total th {
  vertical-align: bottom;
}
.cart-total tr > * {
  padding: 4px;
}
.cart-total tr > *:first-child {
  padding-left: 0;
}
.cart-total tr > *:first-child ~ *:last-child {
  text-align: right;
}
.cart-total tr > *:last-child {
  padding-right: 0;
}
.cart-total .porto-radio .porto-control-label {
  font-size: 1em;
}
.cart-total .porto-radio:not(.porto-control-disable) .porto-control-label {
  padding-left: 0;
  padding-right: 1.75rem;
}
.cart-total .porto-radio:not(.porto-control-disable) .porto-control-label::after {
  left: auto;
  right: 4px;
}
.cart-total .porto-radio:not(.porto-control-disable) .porto-control-label::before {
  left: auto;
  right: 0;
}
.cart-total .woocommerce-shipping-destination {
  display: none;
}

.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=password] {
  line-height: 1.2;
}

.checkout-order-review .woocommerce-shipping-methods {
  pointer-events: none;
}
.checkout-order-review .woocommerce-shipping-methods > li {
  padding-bottom: 0 !important;
}
.checkout-order-review .woocommerce-shipping-methods .porto-radio {
  min-height: auto;
}
.checkout-order-review .woocommerce-shipping-methods .porto-radio label {
  padding-left: 0;
}
.checkout-order-review .woocommerce-shipping-methods .porto-radio label::after, .checkout-order-review .woocommerce-shipping-methods .porto-radio label::before {
  display: none;
}
.checkout-order-review .woocommerce-shipping-methods .porto-radio:not(.porto-control-disable) .porto-control-input:not(:checked) ~ label {
  display: none;
}

.porto-radio {
  padding-left: 0;
}
.porto-radio:not(.porto-control-disable) .porto-control-label {
  padding-left: 1.75rem;
  cursor: pointer;
}
.porto-radio:not(.porto-control-disable) .porto-control-label:hover {
  background-color: #f5f5f7;
  box-shadow: -4px 0 0 2px #f5f5f7, 4px 0 0 2px #f5f5f7;
}
.porto-radio .porto-control-label {
  display: block;
  border-radius: 4px;
}
.porto-radio .porto-control-label::after {
  border: none;
}

#interior-carousel .image-hotspot__img {
  height: 340px;
}

.post-image__tags {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.post-image__tags a {
  display: block;
  padding: 5px 4px;
  font: 500 11px/1.2 Inter, Arial, Helvetica, sans-serif;
  color: #191919;
  background-color: white;
  border-radius: 4px;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  transition: opacity 0.2s;
  text-decoration: none;
}
.post-image__tags a:hover {
  opacity: 1;
}

.dropdown-menu {
  border-radius: 4px;
  box-shadow: 0 14px 37px rgba(0, 0, 0, 0.21);
}

.right-sidebar {
  padding-top: 24px !important;
}
.right-sidebar .sidebar-content {
  border: none;
  padding: 0;
  max-width: none;
}
.right-sidebar .widget {
  margin-bottom: 3rem;
}
.right-sidebar .widget .widget-title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1419px) {
  #interior-carousel .image-hotspot__img {
    height: 242px;
  }
}
@media screen and (max-width: 991px) {
  .home .main-content,
.single-product .main-content {
    padding-top: 0 !important;
  }
  .page-header-8 {
    padding: 0 0 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-top {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 1rem;
  }
  .woocommerce-cart-form dl.variation {
    justify-content: center;
  }
  .archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info h3 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .archive.tax-product_cat .archive-products ul.products li.product-category .thumb-info-title {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 575px) {
  .section-title_md {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1rem;
  }
  .page-header-8 .delimiter {
    margin: 0 18px !important;
  }
  .page-header-8 .delimiter::before {
    content: "" !important;
  }
  .page-header-8 li > a {
    padding-left: 30px;
  }
  .page-header-8 li > a::before {
    width: 20px;
    height: 20px;
  }
}
.mt-6 {
  margin-top: 70px;
}

.mb-6 {
  margin-bottom: 70px;
}

@media screen and (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 70px;
  }
  .mb-sm-6 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-6 {
    margin-top: 70px;
  }
  .mb-md-6 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 70px;
  }
  .mb-lg-6 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1420px) {
  .mt-xl-6 {
    margin-top: 70px;
  }
  .mb-xl-6 {
    margin-bottom: 70px;
  }
}
body {
  font-size: 14px;
  line-height: 24px;
  color: #191919;
  cursor: default;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

.row[class*=gap-] {
  margin-left: 0;
  margin-right: 0;
}
.row[class*=gap-] > * {
  padding-left: 0;
  padding-right: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.text-overflow {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.font-weight-600 {
  font-weight: 600;
}

.bg-light {
  background-color: #f5f5f7 !important;
}

.x-size-sm {
  --x-size-min-height: 32px;
  --x-size-padding-x: 0.75rem;
  --x-size-padding-y: 0.45rem;
  --x-size-font-size: 12px;
  --x-size-line-height: 1.2;
}

.x-size-md {
  --x-size-min-height: 40px;
  --x-size-padding-x: 1rem;
  --x-size-padding-y: 0.65rem;
  --x-size-font-size: 14px;
  --x-size-line-height: 1.2;
}

.x-size-lg {
  --x-size-min-height: 56px;
  --x-size-padding-x: 1.15rem;
  --x-size-padding-y: 1.05rem;
  --x-size-font-size: 16px;
  --x-size-line-height: 1.2;
}

.btn,
.button,
.btn-group-md > .btn,
.vc_btn3.vc_btn3-size-md {
  min-height: 40px;
  padding: 0.65rem 1rem;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn,
.vc_btn3.vc_btn3-size-sm {
  min-height: 32px;
  padding: 0.45rem 0.75rem;
  font-size: 12px;
  line-height: 1.2;
}

.btn-lg,
.btn-group-lg > .btn,
.vc_btn3.vc_btn3-size-lg,
input.submit.btn-lg,
input.btn.btn-lg[type=submit],
input.button.btn-lg[type=submit] {
  min-height: 56px;
  padding: 1.05rem 1.15rem;
  font-size: 16px;
  line-height: 1.2;
}

body .btn,
body .button {
  font-weight: 600;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: normal;
}

.btn {
  box-shadow: none !important;
}
.btn__label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  opacity: 0.5;
}
.btn__icon {
  margin-left: 20px;
}
.btn__linked {
  position: relative;
  display: inline-block;
}
.btn__linked::after {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: -2px;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.7s;
  content: "";
}
.btn:hover .btn__linked::after {
  opacity: 0.75;
  transform: scaleX(1);
  transition: opacity 0.5s, transform 0.5s;
}
.btn_flat {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  padding: 12px 20px;
  text-align: left;
  white-space: normal;
}
.btn.btn-light {
  color: #191919;
  border-color: #f5f5f7;
  background-color: #f5f5f7;
}
.btn.btn-light:hover, .btn.btn-light:focus {
  border-color: #eeeff2;
  background-color: #eeeff2;
}
.btn.btn-muted {
  color: #191919;
  border-color: #eeeff2;
  background-color: #eeeff2;
}
.btn.btn-muted:hover, .btn.btn-muted:focus {
  border-color: #f5f5f7;
  background-color: #f5f5f7;
}
.btn.btn-outline-light {
  color: #f5f5f7;
  border-color: #f5f5f7;
  background-color: transparent;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  border-color: #f5f5f7;
  background-color: #f5f5f7;
}
.btn.btn-outline-light:active {
  border-color: #eeeff2;
  background-color: #eeeff2;
}
.btn.btn-outline-muted {
  color: #eeeff2;
  border-color: #e7e7e7;
  background-color: transparent;
}
.btn.btn-outline-muted:hover, .btn.btn-outline-muted:focus {
  border-color: #e7e7e7;
  background-color: #eeeff2;
}
.btn.btn-outline-muted:active {
  border-color: #e7e7e7;
  background-color: #f5f5f7;
}

body .input-text,
input.form-control,
select.form-control,
textarea.form-control {
  min-height: 40px;
  background-color: white;
  border-color: rgba(25, 25, 25, 0.1);
  border-radius: 4px;
  padding: 0.55rem 1rem;
  font: 400 14px/1.2 Inter, Arial, Helvetica, sans-serif;
  color: #191919 !important;
  box-shadow: none;
}
body .input-text::-moz-placeholder, input.form-control::-moz-placeholder, select.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  font-size: inherit !important;
}
body .input-text::placeholder,
input.form-control::placeholder,
select.form-control::placeholder,
textarea.form-control::placeholder {
  font-size: inherit !important;
}
body .input-text:focus,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  color: #191919;
  border-color: #191919;
  box-shadow: none;
}
body .input-text-sm,
input.form-control-sm,
select.form-control-sm,
textarea.form-control-sm {
  min-height: 32px;
  padding: 0.45rem 0.75rem;
  font-size: 12px;
  line-height: 1.2;
}
body .input-text-lg,
input.form-control-lg,
select.form-control-lg,
textarea.form-control-lg {
  min-height: 56px;
  padding: 1.05rem 1.15rem;
  font-size: 16px;
  line-height: 1.2;
}
body .input-text_outline,
input.form-control_outline,
select.form-control_outline,
textarea.form-control_outline {
  border-color: #3c3c3c;
}
body .input-text_outline:focus,
input.form-control_outline:focus,
select.form-control_outline:focus,
textarea.form-control_outline:focus {
  border-color: rgba(25, 25, 25, 0.4);
}

select.form-control {
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='8' viewBox='6 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0.294922L6 4.87492L1.41 0.294922L0 1.70492L6 7.70492L12 1.70492L10.59 0.294922Z' fill='%233C3C3C'/%3E%3C/svg%3E");
  background-position: center right;
}
select.form-control:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='8' viewBox='6 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-opacity='0.6' transform='scale(1, -1) translate(0, -8)' d='M10.59 0.294922L6 4.87492L1.41 0.294922L0 1.70492L6 7.70492L12 1.70492L10.59 0.294922Z' fill='%233C3C3C'/%3E%3C/svg%3E");
}

.woocommerce-ordering select,
.woocommerce-viewing select {
  color: #191919;
  border-radius: 4px;
}

.woocommerce-ordering select {
  width: 200px;
}

.input-checkbox {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0 5px -4px 0;
  border: 1px solid rgba(25, 25, 25, 0.25);
  border-radius: 4px;
  background: white center no-repeat;
  vertical-align: baseline;
  transition: border 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input-checkbox:hover {
  border-color: rgba(25, 25, 25, 0.5);
}
.input-checkbox:focus {
  border-color: #191919;
  outline: none;
}
.input-checkbox:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5001 7.78002L1.7201 5.00002L0.773438 5.94002L4.5001 9.66669L12.5001 1.66668L11.5601 0.726685L4.5001 7.78002Z' fill='black'/%3E%3C/svg%3E");
  background-size: 90%;
}

.input-file {
  position: relative;
  display: flex;
  overflow: hidden;
}
.input-file:hover .btn-choose {
  background-color: #555;
}
.input-file .btn {
  display: flex;
  align-items: center;
}
.input-file .btn-choose {
  color: white;
  background-color: #707070;
  margin-right: 8px;
}
.input-file input[type=text] ~ .btn-choose {
  margin-left: 8px;
  margin-right: 0;
}
.input-file .wpcf7-form-control-wrap {
  position: static;
}
.input-file .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  line-height: 1;
}
.input-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 200px;
  opacity: 0;
  z-index: 2;
}

.dgwt-wcas-search-wrapp {
  min-width: 120px;
  margin: 0 !important;
}

.dgwt-wcas-suggestions-wrapp {
  margin-top: 5px;
  min-width: 380px;
  box-shadow: 0 14px 37px rgba(0, 0, 0, 0.21);
  border: none;
  border-radius: 4px;
}

.dgwt-wcas-suggestion {
  padding: 10px 20px;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  margin: 10px 0 0 0;
}

.dgwt-wcas-si img {
  padding: 0;
  border: none;
}

.dgwt-wcas-content-wrapp {
  padding-left: 20px;
}

.dgwt-wcas-st {
  font-size: 14px;
  line-height: 18px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #222;
  padding: 10px 16px;
  height: 40px;
  border-color: rgba(25, 25, 25, 0.1);
  border-radius: 4px !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
  font-style: normal;
  color: #777;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  font-style: normal;
  color: #777;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  box-shadow: none;
  border-color: #aaa;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-close,
.dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
  margin-right: 4px;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-close,
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 4px;
  bottom: 0;
  height: 32px;
  width: 32px;
  min-width: auto;
  min-height: auto;
  border-radius: 4px !important;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-close::after,
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::after {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-close:hover, .dgwt-wcas-sf-wrapp .dgwt-wcas-close:focus,
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover,
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:focus {
  opacity: 1;
  background-color: #f5f5f5;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  color: #111;
  right: 4px;
  background: none;
  font-size: 0;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
  border: none;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background: center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3333 15.4992L9.08333 10.2492C8.66667 10.5825 8.1875 10.8464 7.64583 11.0409C7.10417 11.2353 6.52778 11.3325 5.91667 11.3325C4.40278 11.3325 3.12167 10.8084 2.07333 9.76004C1.02444 8.71115 0.5 7.42976 0.5 5.91587C0.5 4.40198 1.02444 3.1206 2.07333 2.07171C3.12167 1.02337 4.40278 0.499207 5.91667 0.499207C7.43056 0.499207 8.71194 1.02337 9.76083 2.07171C10.8092 3.1206 11.3333 4.40198 11.3333 5.91587C11.3333 6.52698 11.2361 7.10337 11.0417 7.64504C10.8472 8.18671 10.5833 8.66587 10.25 9.08254L15.5 14.3325L14.3333 15.4992ZM5.91667 9.66587C6.95833 9.66587 7.84389 9.30143 8.57333 8.57254C9.30222 7.84309 9.66667 6.95754 9.66667 5.91587C9.66667 4.87421 9.30222 3.98865 8.57333 3.25921C7.84389 2.53032 6.95833 2.16587 5.91667 2.16587C4.875 2.16587 3.98944 2.53032 3.26 3.25921C2.53111 3.98865 2.16667 4.87421 2.16667 5.91587C2.16667 6.95754 2.53111 7.84309 3.26 8.57254C3.98944 9.30143 4.875 9.66587 5.91667 9.66587Z' fill='%237D7E80'/%3E%3C/svg%3E%0A");
}

.dgwt-wcas-close {
  color: #7d7e80;
}

.dgwt-wcas-close svg path,
.dgwt-wcas-search-submit svg path {
  fill: currentColor;
}

.dgwt-wcas-overlay-mobile-on,
.dgwt-wcas-overlay-mobile-on body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dgwt-wcas-overlay-mobile input[type=search].dgwt-wcas-search-input {
  border-radius: 0 !important;
}

span.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
}

.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #f49090;
  box-shadow: none;
}

.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-form p:empty {
  display: none;
}
.wpcf7-form .wpcf7-submit.btn {
  min-width: 150px;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 14px;
  font-weight: 500;
  border: none;
  background-color: #f5f5f7;
  border-radius: 4px;
}
.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fbf294;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #f9bcbc;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #a5f7c1;
}

.wpcf7-acceptance label {
  margin: 0;
}

.dwspecs-product-table-group:not(:first-child) {
  margin-top: 16px;
}

.dwspecs-product-table .group-title {
  font-size: 12px;
  opacity: 0.5;
}
.dwspecs-product-table tr:first-child > td {
  padding-top: 8px;
}
.dwspecs-product-table tr > td {
  padding: 24px 12px 8px 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}
.dwspecs-product-table tr > td:first-child {
  font-weight: 600;
}
.dwspecs-product-table tr > td:nth-child(2) {
  width: 30%;
  flex: 0 0 30%;
}

@media screen and (min-width: 768px) {
  .dwspecs-product-table table {
    display: block;
  }
  .dwspecs-product-table tbody {
    display: flex;
    width: 100%;
    margin: 0 -8px;
    flex-wrap: wrap;
  }
  .dwspecs-product-table tbody tr {
    display: flex;
    width: 50%;
    padding: 0 8px;
  }
  .dwspecs-product-table tbody tr:nth-child(1) > td, .dwspecs-product-table tbody tr:nth-child(2) > td {
    padding-top: 8px;
  }
  .dwspecs-product-table tbody tr > td {
    flex: 1;
  }
}
.datepicker {
  letter-spacing: normal;
  box-shadow: 0 14px 37px rgba(0, 0, 0, 0.21) !important;
  border: none !important;
  border-radius: 4px !important;
}
.datepicker--pointer {
  display: none;
}
.datepicker--cell-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  text-align: center;
}
.datepicker--cell-day:not(.-disabled-) {
  font-weight: 500;
}
.datepicker--cell.-selected- {
  color: white !important;
}
.datepicker--cell.-disabled- {
  pointer-events: none;
}
.datepicker--cell.-other-month- .datepicker--cell-label {
  display: none;
}
.datepicker--cell.-day-active- .datepicker--cell-label {
  color: #dcfce7;
}
.datepicker--cell.-day-disable-:not(.-other-month-) {
  color: #191919 !important;
}
.datepicker--cell.-day-disable- .datepicker--cell-label {
  color: #dd4747;
}

.datepicker--cell-day {
  width: 14.286% !important;
}

.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month- {
  color: #dedede;
}
.datepicker--cell-year.-other-decade-:hover, .datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-year.-other-decade-, .-disabled-.-focus-.datepicker--cell-day.-other-month- {
  color: #dedede;
}
.-selected-.datepicker--cell-year.-other-decade-, .-selected-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #3f3f3f;
}
.-selected-.-focus-.datepicker--cell-year.-other-decade-, .-selected-.-focus-.datepicker--cell-day.-other-month- {
  background: #333333;
}
.-in-range-.datepicker--cell-year.-other-decade-, .-in-range-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-year.-other-decade-, .-in-range-.-focus-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-year.-other-decade-:empty, .datepicker--cell-day.-other-month-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Inter, Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  color: #191919;
  width: 314px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}
.datepicker.-from-top- {
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  transform: translateY(8px);
}
.datepicker.-from-left- {
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 10px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}

.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month- {
  color: #dedede;
}
.datepicker--cell-year.-other-decade-:hover, .datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-year.-other-decade-, .-disabled-.-focus-.datepicker--cell-day.-other-month- {
  color: #dedede;
}
.-selected-.datepicker--cell-year.-other-decade-, .-selected-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #3f3f3f;
}
.-selected-.-focus-.datepicker--cell-year.-other-decade-, .-selected-.-focus-.datepicker--cell-day.-other-month- {
  background: #333333;
}
.-in-range-.datepicker--cell-year.-other-decade-, .-in-range-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-year.-other-decade-, .-in-range-.-focus-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-year.-other-decade-:empty, .datepicker--cell-day.-other-month-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: none;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #191919;
  border-color: #191919;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #191919;
  border-color: #191919;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #191919;
  border-color: #191919;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month- {
  color: #dedede;
}
.datepicker--cell-year.-other-decade-:hover, .datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-year.-other-decade-, .-disabled-.-focus-.datepicker--cell-day.-other-month- {
  color: #dedede;
}
.-selected-.datepicker--cell-year.-other-decade-, .-selected-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #3f3f3f;
}
.-selected-.-focus-.datepicker--cell-year.-other-decade-, .-selected-.-focus-.datepicker--cell-day.-other-month- {
  background: #333333;
}
.-in-range-.datepicker--cell-year.-other-decade-, .-in-range-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-year.-other-decade-, .-in-range-.-focus-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-year.-other-decade-:empty, .datepicker--cell-day.-other-month-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 58px;
  padding: 10px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 42px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.datepicker--nav-action:hover {
  background: rgba(0, 0, 0, 0.05);
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: rgba(0, 0, 0, 0.05);
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: flex;
  padding: 10px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #191919;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #191919;
  background: rgba(0, 0, 0, 0.05);
}

.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month- {
  color: #dedede;
}
.datepicker--cell-year.-other-decade-:hover, .datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-year.-other-decade-, .-disabled-.-focus-.datepicker--cell-day.-other-month- {
  color: #dedede;
}
.-selected-.datepicker--cell-year.-other-decade-, .-selected-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #3f3f3f;
}
.-selected-.-focus-.datepicker--cell-year.-other-decade-, .-selected-.-focus-.datepicker--cell-day.-other-month- {
  background: #333333;
}
.-in-range-.datepicker--cell-year.-other-decade-, .-in-range-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-year.-other-decade-, .-in-range-.-focus-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-year.-other-decade-:empty, .datepicker--cell-day.-other-month-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 42px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: rgba(0, 0, 0, 0.05);
}
.datepicker--cell.-current- {
  color: #191919;
}
.datepicker--cell.-current-.-focus- {
  color: #191919;
}
.datepicker--cell.-current-.-in-range- {
  color: #191919;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #191919;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #ccc;
}
.datepicker--cell.-disabled-.-focus- {
  color: #ccc;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #bfbfbf;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #ccc;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(25, 25, 25, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(25, 25, 25, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #191919;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #191919;
}
.datepicker--cell.-selected-.-focus- {
  background: #1c1c1c;
}
.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.2857142857 %;
}
.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
@media screen and (max-width: 520px) {
  .datepicker {
    width: calc(100vw - 20px) !important;
  }
  .datepicker.active {
    left: 10px !important;
  }
}
#sb_instagram #sbi_images {
  display: block;
  float: none;
  width: auto;
}
#sb_instagram #sbi_images.owl-carousel {
  margin: 0;
}
#sb_instagram #sbi_images.owl-carousel .sbi_photo_wrap {
  padding: 0;
}
#sb_instagram #sbi_images .sbi_item.tns-item:not(:last-child) {
  padding-right: 16px !important;
}
#sb_instagram #sbi_images .sbi_item.splide__slide {
  margin-right: 16px !important;
}
#sb_instagram .sbi_photo {
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.x-is-dev #sb_instagram .sbi_photo, body.x-is-staging #sb_instagram .sbi_photo {
  background: #eee !important;
}

#sb_instagram .sbi_item {
  opacity: 1 !important;
  float: none !important;
}
#sb_instagram svg,
#sb_instagram .sbi_img_error {
  display: none !important;
}

@media screen and (min-width: 768px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 242px !important;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  #sb_instagram .sbi_item:nth-child(n+7) {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images:not(.splide__list) {
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
  }
  #sb_instagram #sbi_images:not(.splide__list) .sbi_photo_wrap {
    padding: 0;
  }
  #sb_instagram #sbi_images:not(.splide__list) .sbi_photo {
    border-radius: 0;
  }
}
.image-hotspot {
  border-radius: 6px;
}
.image-hotspot__body {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.image-hotspot__img {
  display: block;
  border-radius: 6px;
}
.image-hotspot:hover .image-hotspot__zoom {
  background-color: rgba(0, 0, 0, 0.5);
}
.image-hotspot__zoom {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 40px;
  min-width: 40px;
  padding: 0 5px;
  border: none;
  border-radius: 40px;
  background: none;
  transition: all 0.4s;
}
.image-hotspot__zoom:hover, .image-hotspot__zoom:focus {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.image-hotspot__zoom:active {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.image-hotspot__tip {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  display: flex;
  align-items: center;
  background-color: currentColor;
  border-radius: 50%;
  justify-content: center;
  box-sizing: border-box;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  z-index: 1;
}
.image-hotspot__tip:hover::after, .image-hotspot__tip:hover::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.image-hotspot__tip::after, .image-hotspot__tip::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 2px solid currentColor;
  -webkit-animation-delay: inherit;
          animation-delay: inherit;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 50%;
  content: "";
}
.image-hotspot__tip::before {
  opacity: 0.5;
  -webkit-animation-name: image-hotspot-tip-pulse-0;
          animation-name: image-hotspot-tip-pulse-0;
}
.image-hotspot__tip::after {
  opacity: 0;
  -webkit-animation-name: image-hotspot-tip-pulse;
          animation-name: image-hotspot-tip-pulse;
  border-width: 3px;
  pointer-events: none;
  z-index: -1;
}

.owl-carousel .image-hotspot__img,
.tns-slider .image-hotspot__img {
  width: auto !important;
  max-width: none !important;
}

@media screen and (max-width: 575px) {
  .owl-carousel .image-hotspot__img,
.tns-slider .image-hotspot__img {
    height: auto !important;
    max-width: calc(100vw - 40px) !important;
  }
}
@-webkit-keyframes image-hotspot-tip-pulse {
  0%, 20% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes image-hotspot-tip-pulse {
  0%, 20% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@-webkit-keyframes image-hotspot-tip-pulse-0 {
  00% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  40%, 100% {
    transform: scale(1);
  }
}
@keyframes image-hotspot-tip-pulse-0 {
  00% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  40%, 100% {
    transform: scale(1);
  }
}
.wooco-qty-label {
  display: none;
}
.wooco-qty-input .wooco_component_product_qty_btn {
  width: 28px;
  height: 32px;
  flex: 0 0 28px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 34px;
  border: none;
  border-radius: 4px;
}
.wooco-qty-input .wooco_component_product_qty_btn:active {
  opacity: 0.5;
}
.wooco-qty-input input.wooco_component_product_qty_input {
  width: 24px;
  height: 28px;
  min-height: auto;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
.wooco-qty-input input.wooco_component_product_qty_input:focus {
  opacity: 0.75;
}
.wooco-qty-input .quantity button {
  display: none !important;
}
.wooco-total {
  display: none !important;
}
.wooco-alert {
  padding: 8px;
  line-height: 1.5;
  border: none;
  border-radius: 4px;
  color: #191919;
  background-color: #fef9c3;
}

.wooco_component_name {
  margin-bottom: 8px;
  color: #7d7e80;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 18px;
}
.wooco_component_desc {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 18px;
}
.wooco_component_product {
  flex-wrap: wrap;
}
.wooco_component_product .attachment-woocommerce_thumbnail {
  transition: opacity 0.2s;
}
.wooco_component:not(.wooco_component_layout_select) .wooco_component_product_image,
.wooco_component:not(.wooco_component_layout_select) .wooco_component_product_price,
.wooco_component:not(.wooco_component_layout_select) .wooco_component_product_availability {
  display: none;
}

.wooco_components .wooco_component {
  padding: 0;
  border: none;
}
.wooco_components .wooco_component + .wooco_component {
  margin-top: 25px;
}

.wooco_component_layout_select .wooco_component_product {
  position: relative;
  margin-top: 0;
  padding-right: 74px;
}
.wooco_component_layout_select .wooco_component_product[data-id="0"] .wooco_component_product_qty {
  display: none;
}
.wooco_component_layout_select .wooco_component_product_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 68px;
  align-items: center;
  padding-left: 0 !important;
}
.wooco_component_layout_select .wooco_component_product_selection {
  margin: 0 0 5px 0;
}
.wooco_component_layout_select .wooco_component_product_select {
  width: 100%;
  height: 40px;
  transition: padding 0.2s;
  padding-top: 0;
  padding-bottom: 0;
}
.wooco_component_layout_select .wooco_component_product_qty {
  margin-left: auto;
}
.wooco_component_layout_list .wooco_component_product_selection_list_item_image {
  order: 4;
  padding-right: 0 !important;
  width: 62px !important;
  flex: 0 0 62px !important;
}

.wooco_component_layout_select:hover .attachment-woocommerce_thumbnail,
.wooco_component_product_selection_item:hover .attachment-woocommerce_thumbnail {
  opacity: 0.75;
}
.wooco_component_layout_select:hover .wooco_component_product_link,
.wooco_component_layout_select:hover a.wooco_component_product_selection_list_item_link,
.wooco_component_product_selection_item:hover .wooco_component_product_link,
.wooco_component_product_selection_item:hover a.wooco_component_product_selection_list_item_link {
  opacity: 1 !important;
}

.wooco_component_product_selection .wooco_component_product_selection_item {
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: rgba(25, 25, 25, 0.1);
  border-radius: 4px;
  transition: border-color 0.2s;
}
.wooco_component_product_selection .wooco_component_product_selection_item:hover {
  border-color: rgba(25, 25, 25, 0.75);
}
.wooco_component_product_selection .wooco_component_product_selection_item.wooco_item_selected {
  border-color: #191919;
}
.wooco_component_product_selection .wooco_component_product_selection_item:not(.wooco_item_selected) .wooco-qty {
  opacity: 0.5;
  pointer-events: none;
}
.wooco_component_product_selection_grid {
  margin-top: -10px;
}
.wooco_component_product_selection_grid_item_image {
  max-width: 92px;
  margin: 0 auto 8px;
}
.wooco_component_product_selection_grid_item_qty {
  margin-top: 4px;
}
.wooco_component_product_selection .amount {
  font-weight: 600;
}
.wooco_component_product_selection ins {
  text-decoration: none;
}
.wooco_component_product_selection del .amount {
  opacity: 0.5;
  font-weight: normal;
}

.wooco_component_product_selection_list_item_name,
.wooco_component_product_selection_grid_item_name {
  font-weight: 400 !important;
  line-height: 1.5;
  margin-bottom: 6px;
}

.wooco_component_product_selection .wooco_component_product_selection_item .wooco_component_product_selection_list_item_choose {
  width: 28px;
  flex: 0 0 28px;
}

.wooco_component_product_selection_grid_item::before,
.wooco_component_product_selection .wooco_component_product_selection_item .wooco_component_product_selection_list_item_choose span::before {
  width: 16px;
  height: 16px;
  border: none;
  outline: 1px solid #ccc;
  background: #f5f5f5 center no-repeat;
  line-height: 20px;
  content: "";
}

.wooco_component_product_selection_grid_item.wooco_item_selected::before,
.wooco_component_product_selection .wooco_component_product_selection_item.wooco_item_selected .wooco_component_product_selection_list_item_choose span::before {
  outline-color: #191919;
  background-color: #191919;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l5 5L20 7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.wooco_component_product_link,
.wooco_component_product_selection_grid_item_link,
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_link a {
  position: absolute;
  width: 62px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 18px;
  border: none;
  border-radius: 6px;
  opacity: 0;
  visibility: visible;
  transition: background-color 0.2s, opacity 0.2s;
  z-index: 1;
}
.wooco_component_product_link:hover, .wooco_component_product_link:focus,
.wooco_component_product_selection_grid_item_link:hover,
.wooco_component_product_selection_grid_item_link:focus,
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_link a:hover,
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_link a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
}

.wooco_component_product_link,
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_link a {
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto 0 !important;
}

.wooco_component_product_selection_grid_item_link {
  top: 22px;
  left: 0;
  right: 0;
  margin: auto;
}

div.wooco_component_product_selection_list_item_link {
  padding: 0 !important;
}

@media screen and (max-width: 1419px) {
  .wooco_component_product_selection .wooco_component_product_selection_item {
    font-size: 10pt;
  }
}
.x-title {
  font: 600 36px/44px Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
  color: inherit;
}
.x-title_secondary {
  font: 100 12px/20px Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  color: black;
}

@media screen and (max-width: 991px) {
  .x-title:not(.x-title_secondary) {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.a-label {
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding: 8px;
  min-height: 44px;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  color: #191919;
}
.a-label[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.a-label[aria-expanded=true] ~ .a-label_content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.a-label[aria-expanded=true] .a-label__arrow {
  transform: rotate(180deg);
}
.a-label_light {
  background-color: #f5f5f7;
}
.a-label_success {
  background-color: #dcfce7;
}
.a-label_warning {
  background-color: #fef9c3;
}
.a-label_content {
  display: block;
  padding: 0;
  min-height: auto;
}
.a-label_content .a-label__text {
  padding: 12px 16px;
}
.a-label ~ .a-label_content {
  margin-top: 1px;
}
.a-label__text {
  display: block;
}
.a-label p {
  margin: 0;
}
.a-label strong {
  font-weight: 600;
}
.a-label__icon {
  text-align: center;
}
.a-label__icon:not(.a-label__icon_auto) {
  width: 28px;
  flex: 0 0 28px;
}
.a-label__icon svg {
  max-width: 100%;
}
.a-label__icon path:not([fill]) {
  fill: currentColor;
}
.a-label__icon ~ .a-label__text {
  margin-left: 12px;
}
.a-label__arrow {
  margin-left: auto;
  width: 28px;
  height: 5px;
  flex: 0 0 28px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833252 0.333336L4.99992 4.5L9.16659 0.333336H0.833252Z' fill='%23191919' fill-opacity='0.9'/%3E%3C/svg%3E") center no-repeat;
  transition: transform 0.4s;
}

button.a-label {
  width: 100%;
  transition: opacity 0.2s;
  cursor: pointer;
}
button.a-label:hover, button.a-label:focus {
  opacity: 0.9;
  outline: none;
}
button.a-label:active {
  opacity: 0.75;
}
.x-info-sign {
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 7px;
  border-radius: 4px;
  margin: 0 0 -9px 0;
  background: center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99992 0.333328C3.31992 0.333328 0.333252 3.31999 0.333252 7C0.333252 10.68 3.31992 13.6667 6.99992 13.6667C10.6799 13.6667 13.6666 10.68 13.6666 7C13.6666 3.31999 10.6799 0.333328 6.99992 0.333328ZM7.66659 11.6667H6.33325V10.3333H7.66659V11.6667ZM9.04659 6.5L8.44659 7.11333C7.96659 7.6 7.66659 8 7.66659 9H6.33325V8.66666C6.33325 7.93333 6.63325 7.26666 7.11325 6.77999L7.93992 5.93999C8.18659 5.7 8.33325 5.36666 8.33325 5C8.33325 4.26666 7.73325 3.66666 6.99992 3.66666C6.26659 3.66666 5.66659 4.26666 5.66659 5H4.33325C4.33325 3.52666 5.52659 2.33333 6.99992 2.33333C8.47325 2.33333 9.66659 3.52666 9.66659 5C9.66659 5.58666 9.42659 6.12 9.04659 6.5Z' fill='%23191919'/%3E%3C/svg%3E");
  vertical-align: baseline;
  opacity: 0.2;
  transition: opacity 0.2s;
}
.x-info-sign:hover {
  opacity: 0.28;
}
.a-header {
  background-color: white;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.a-header__logo-col {
  max-width: 256px;
  padding-right: 40px;
}
.a-header__logo-col .logo {
  max-width: none !important;
}
.a-header__top {
  padding-top: 10px;
  color: #7d7e80;
}
.a-header__top .x-link {
  transition: color 0.2s;
  font-size: 12px;
}
.a-header__top .x-link:hover {
  color: #191919;
  opacity: 1;
}
.a-header__bottom {
  padding-top: 16px;
  padding-bottom: 20px;
}
.a-header__contact .a-link:not(:last-child) {
  margin-right: 25px;
}
.a-header .row > div {
  position: static;
  min-height: 0;
}
.a-header .btn-link {
  color: inherit;
}
.a-header .x-geo-config_visible .x-link {
  color: #191919;
  opacity: 1;
}

#header {
  color: #191919;
}
#header .header-main {
  position: static;
}
#header .header-main .container {
  position: static;
  display: block;
  min-height: auto !important;
}
#header .mobile-toggle {
  color: currentColor;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 0;
}
#header .share-links > a {
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: none;
  box-shadow: none;
}
#header .share-links .share-youtube,
#header .share-links .share-instagram,
#header .share-links .share-facebook,
#header .share-links .share-tiktok {
  display: block;
}
#header .top-links {
  display: flex;
  margin: 0 4px 0 -12px;
  padding: 0;
  list-style: none;
}
#header .top-links > li[class=menu-item] {
  margin-left: auto;
}
#header .top-links > li[class=menu-item] + li[class=menu-item] {
  margin-left: 0;
}
#header .top-links > li.menu-item > a {
  color: #7d7e80;
  font-size: 12px;
  padding: 0 12px;
  font-weight: 600;
  text-transform: none;
  text-decoration-color: white;
  transition: all 0.2s;
}
#header .top-links > li.menu-item > a:hover {
  color: #191919 !important;
  text-decoration: underline;
  text-decoration-color: #999;
}
#header .searchform-popup {
  display: block;
}
#header .search-toggle {
  display: none !important;
}
#header .main-menu-wrap.mini .main-menu > li.menu-item > a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0.92em;
}
#header .main-menu > li.menu-item {
  margin: 0;
}
#header .main-menu > li.menu-item > a {
  letter-spacing: 0.03em;
}
#header .main-menu > li.menu-item:first-child > a {
  padding-left: 0;
}
#header .main-menu > li.menu-item:last-child > a {
  padding-right: 0;
}
#header .main-menu .popup {
  left: -15px !important;
  margin-top: -3px;
}
#header .main-menu .wide .sub-menu .sub-menu {
  margin-top: 8px;
}
#header .main-menu .narrow li.menu-item > a,
#header .main-menu .popup li > a {
  color: #222 !important;
  transition: color 0.2s;
}
#header .main-menu .narrow li.menu-item > a.nolink,
#header .main-menu .popup li > a.nolink {
  color: #7d7e80 !important;
}
#header .main-menu .narrow li.menu-item > a:hover,
#header .main-menu .narrow li.menu-item > a:focus,
#header .main-menu .popup li > a:hover,
#header .main-menu .popup li > a:focus {
  color: #999 !important;
  text-decoration: none !important;
}
#header.sticky-header .header-main {
  color: white;
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.2) !important;
}
#header.sticky-header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: white;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#header.sticky-header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  border-color: rgba(255, 255, 255, 0.25);
}
#header.sticky-header .dgwt-wcas-sf-wrapp .dgwt-wcas-close:hover, #header.sticky-header .dgwt-wcas-sf-wrapp .dgwt-wcas-close:focus,
#header.sticky-header .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover,
#header.sticky-header .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
#header .menu-extra-heading-link {
  display: inline-block;
  margin: 25px 10px 8px;
  font: 700 24px/34px Poppins, Arial, Helvetica, sans-serif !important;
  color: #191919;
}
#header .menu-extra-heading-link:hover, #header .menu-extra-heading-link:focus, #header .menu-extra-heading-link:active {
  opacity: 0.5;
  text-decoration: underline;
}
#header .narrow .menu-extra-heading-link {
  margin: 5px 5px 15px 15px;
  font-size: 16px !important;
  line-height: 24px !important;
}

.mega-menu .popup {
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s, transform 0.2s ease-out, top 0s 0.75s !important;
  filter: drop-shadow(0 14px 37px rgba(0, 0, 0, 0.21));
  box-shadow: none !important;
  will-change: transform, top, opacity;
}
.mega-menu .popup .inner {
  background-color: white;
  border-radius: 4px;
}
.mega-menu .narrow ul.sub-menu {
  box-shadow: none;
  border-radius: 4px;
}
.mega-menu .narrow ul.sub-menu ul.sub-menu {
  margin-left: 1px;
}
.mega-menu.show-arrow > li.has-sub > a:after {
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.4);
  content: "";
}
.mega-menu > li.menu-item:hover .popup {
  top: -3000px;
  transform: translate3d(0, -5px, 0);
}

html:not(.touch) .mega-menu > li.menu-item:hover > a,
.mega-menu > li.menu-item.sub-menu-active > a {
  color: #adadad !important;
}
html:not(.touch) .mega-menu > li.menu-item:hover .popup,
.mega-menu > li.menu-item.sub-menu-active .popup {
  top: 100%;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: opacity 0.4s, transform 0.2s ease-out !important;
  pointer-events: auto;
}
html:not(.touch) .mega-menu > li.menu-item:hover li.menu-item > a,
.mega-menu > li.menu-item.sub-menu-active li.menu-item > a {
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1419px) {
  .a-header__contact .a-link[data-alt-text] .a-link__text {
    display: none;
  }
  .a-header__contact .a-link[data-alt-text]::after {
    content: attr(data-alt-text);
  }
  #header .top-links {
    margin-left: -5px;
  }
  #header .top-links > li.menu-item > a {
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .a-header {
    margin-top: 32px;
  }
  .a-header .btn-link svg {
    vertical-align: top;
  }
  .a-header .header-main {
    padding: 25px 0;
  }
  .a-header .header-main.sticky {
    display: flex;
    align-items: center;
    height: 50px;
    padding-top: 0;
    padding-bottom: 1px;
  }
  .a-header__top, .a-header__contact {
    position: absolute;
    top: -32px;
  }
  .a-header__top {
    left: 0;
    width: 100%;
    padding: 0 20px;
    height: 32px;
    color: white;
    background-color: #191919;
  }
  .a-header__bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
  .a-header__contact {
    left: 16px;
    height: 32px;
    display: flex;
    align-items: center;
    color: white;
    line-height: 1;
  }
  .a-header__contact .a-link {
    color: white;
    font-size: 12px;
    background: none !important;
  }
  .a-header__contact .a-link__icon {
    max-width: 14px;
  }
  .a-header__contact .a-link:hover {
    color: #ef4444;
  }
  #header .share-links {
    height: 32px;
    align-items: center;
  }
  #header .share-links > a {
    width: 16px;
    height: 16px;
    padding: 0;
    color: #191919 !important;
    background-color: white !important;
  }
  #header .share-links > a::before {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  #header .share-links .share-instagram::before {
    background-size: auto;
  }
  #header .share-links .share-youtube::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='white'/%3E%3Cpath d='M5.1604 11.8878L12 7.9485L5.1604 4.00922V11.8878Z' fill='%23191919'/%3E%3C/svg%3E");
    content: "";
  }
}
@media screen and (max-width: 575px) {
  .a-header .header-main {
    padding: 15px 0;
  }
  .a-header__logo-col {
    padding-right: 15px;
  }
  .a-header__logo-col img {
    max-height: 44px;
  }
  .a-header__contact .a-link:not(:last-child) {
    margin-right: 14px;
  }
  #header .mobile-toggle {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #header .main-menu > li.menu-item > a {
    padding-left: 6px;
    padding-right: 6px;
    letter-spacing: normal;
    font-weight: 500;
  }
  .menu-item__register {
    display: none;
  }
}
.a-action-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  vertical-align: middle;
}
.a-action-icon .bar {
  position: relative;
  display: block;
  background-color: currentColor;
  transition: transform 0.5s;
}
.a-action-icon_bars {
  width: 17px;
  height: 15px;
  justify-content: space-around;
  flex-direction: column;
}
.a-action-icon_bars .bar {
  width: 100%;
  height: 2px;
  border-radius: 20px;
}
.a-action-icon_bars .bar:nth-child(1), .a-action-icon_bars .bar:nth-child(3) {
  transition-delay: 0.15s;
}
.a-action-icon_bars .bar:nth-child(2) {
  background-color: transparent;
}
.a-action-icon_bars .bar:nth-child(2)::after, .a-action-icon_bars .bar:nth-child(2)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: inherit;
  transition: transform 0.5s;
  content: "";
}

.panel-opened .mobile-toggle .a-action-icon_bars .bar:nth-child(1), .panel-opened .mobile-toggle .a-action-icon_bars .bar:nth-child(3) {
  opacity: 0;
  transition-delay: 0s;
}
.panel-opened .mobile-toggle .a-action-icon_bars .bar:nth-child(1) {
  transform: translateY(4px);
}
.panel-opened .mobile-toggle .a-action-icon_bars .bar:nth-child(3) {
  transform: translateY(-4px);
}
.panel-opened .mobile-toggle .a-action-icon_bars .bar:nth-child(2)::after {
  transition-delay: 0.15s;
  transform: rotate(135deg);
}
.panel-opened .mobile-toggle .a-action-icon_bars .bar:nth-child(2)::before {
  transition-delay: 0.15s;
  transform: rotate(225deg);
}
.a-link,
.x-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: none;
  transition: opacity 0.2s;
  cursor: pointer;
}
.a-link:hover, .a-link:focus,
.x-link:hover,
.x-link:focus {
  opacity: 0.75;
  outline: none;
}
.a-link:active,
.x-link:active {
  opacity: 0.5;
}
.a-link_simple,
.x-link_simple {
  font-weight: inherit;
}
.a-link_underline-1,
.x-link_underline-1 {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none !important;
}
.a-link_underline-1::after,
.x-link_underline-1::after {
  position: absolute;
  left: 0;
  height: 1px;
  width: 1ch;
  bottom: -2px;
  background-color: currentColor;
  opacity: 0.5;
  transition: width 0.2s, opacity 0.2s, height 0.2s;
  content: "";
}
.a-link_underline-1:hover::after, .a-link_underline-1:focus-visible::after,
.x-link_underline-1:hover::after,
.x-link_underline-1:focus-visible::after {
  width: 100%;
  height: 2px;
  opacity: 1;
}
.a-link_underline,
.x-link_underline {
  text-decoration: underline !important;
}
.a-link_arrow-after,
.x-link_arrow-after {
  display: inline-block;
}
.a-link_arrow-after::before,
.x-link_arrow-after::before {
  float: right;
  right: 0;
  width: 8px;
  height: 8px;
  margin: 6px 0 0 12px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  transform-origin: top left;
  transition: all 0.2s;
  content: "";
}
.a-link__icon,
.x-link__icon {
  display: inline-block;
  max-width: 18px;
  max-height: 18px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  transform: translateY(-5%);
}
.a-link__icon path,
.x-link__icon path {
  fill: currentColor;
}

.x-card_linked-bg:hover span.x-link_arrow-after::before,
.a-link_arrow-after:hover::before,
.x-link_arrow-after:hover::before {
  transform: rotate(45deg) translate(4px, -4px);
}
.x-loading {
  position: relative;
  min-height: 40px;
}
.x-loading::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5) url("https://premiumsound.co.uk/wp-content/themes/porto-child/assets/dist/../../../porto/images/ajax-loader@2x.gif") no-repeat center;
  background-size: 16px;
  z-index: 9;
  content: "";
}
.x-loading.btn {
  min-height: auto;
}
.x-gallery {
  position: relative;
  height: 382px;
}
.x-gallery__viewer {
  position: relative;
}
.x-gallery__thumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  margin: 0 16px 0 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}
.x-gallery__thumbs > li {
  display: block;
  height: 70px;
  border-radius: 4px;
}
.x-gallery__thumbs > li + li {
  margin-top: 8px;
}
.x-gallery__thumb-img {
  padding: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.7;
  transition: opacity 0.2s;
  cursor: pointer;
}
.x-gallery__thumb:active .x-gallery__thumb-img {
  transform: scale(0.95);
}
.x-gallery__thumb-img:hover, .x-gallery__thumb_active .x-gallery__thumb-img {
  opacity: 1;
}
.x-gallery__thumb-btn {
  display: flex;
  padding: 5px;
  width: 100%;
  height: 100%;
  letter-spacing: normal;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.x-gallery__carousel {
  position: relative;
  max-width: 100%;
  margin: 0 !important;
}
.x-gallery__carousel .owl-nav {
  top: auto;
  left: 0;
  right: 0;
  bottom: 16px;
  width: 70px;
  margin: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.2s, opacity 0.2s;
}
.x-gallery__carousel .owl-nav .owl-prev,
.x-gallery__carousel .owl-nav .owl-next {
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #191919;
  background-color: #f5f5f7;
  border-radius: 4px;
}
.x-gallery__carousel .owl-nav .owl-prev:hover, .x-gallery__carousel .owl-nav .owl-prev:focus, .x-gallery__carousel .owl-nav .owl-prev:active,
.x-gallery__carousel .owl-nav .owl-next:hover,
.x-gallery__carousel .owl-nav .owl-next:focus,
.x-gallery__carousel .owl-nav .owl-next:active {
  color: #191919;
  background-color: #eeeff2;
}
.x-gallery__carousel:hover .owl-nav {
  opacity: 1;
  transform: translateY(0);
}
.x-gallery__slide {
  display: flex;
  height: 382px;
  align-items: center;
  justify-content: center;
}
.x-gallery__slide-img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.x-gallery__actions {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.x-gallery__badges {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 4px;
  z-index: 10;
}
.x-gallery__action {
  min-width: 32px;
  height: 32px;
  padding: 0 4px;
  opacity: 0.4;
  border: none;
  border-radius: 4px;
  background: none;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.x-gallery__action:hover, .x-gallery__action:focus {
  opacity: 1;
  background-color: #f5f5f7;
  outline: none;
}

@media screen and (min-width: 992px) {
  .x-gallery_has-thumbs .x-gallery__viewer {
    margin-left: 86px;
  }
}
@media screen and (max-width: 991px) {
  .x-gallery {
    height: auto;
  }
  .x-gallery__thumbs {
    position: relative;
    width: auto;
    display: flex;
  }
  .x-gallery__thumbs > li {
    width: 64px;
    height: 64px;
  }
  .x-gallery__thumbs > li + li {
    margin: 0 0 0 8px;
  }
  .x-gallery__slide {
    height: 50vh;
    max-height: 320px;
  }
}
.x-card {
  position: relative;
  border: 1px solid rgba(25, 25, 25, 0.1);
  border-radius: 6px;
  transition: box-shadow 0.28s, border 0.28s, transform 0.28s, background-color 0.28s, color 0.28s;
}
.x-card_shadow {
  border: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.x-card_address {
  border-radius: 8px;
}
.x-card_address .x-card__body {
  padding: 0;
  margin: 14px 16px;
  overflow: hidden;
}
.x-card__address-lines {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.x-card__address-lines > li {
  position: relative;
  font-size: 1.15em;
  display: inline-block;
  margin: 2px 0;
  vertical-align: top;
  padding-right: 32px;
}
.x-card__address-lines > li:last-child {
  padding-right: 0;
}
.x-card__address-lines > li + li::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: -16px;
  width: 1px;
  background-color: #191919;
  content: "";
}
.x-card_linked:hover {
  border-color: transparent;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.x-card_linked:active {
  transform: translateY(4px);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.x-card_linked-underline:has(.x-card__link:hover, .x-card__link:focus-visible) .x-card__link {
  text-decoration: underline !important;
}
.x-card_linked-underline:has(.x-card__link:hover, .x-card__link:focus-visible) .x-card__gallery__item {
  opacity: 0.8;
}
.x-card_linked-bg {
  overflow: visible !important;
  z-index: 1;
}
.x-card_linked-bg .x-card__text {
  opacity: 0.8;
}
.x-card_linked-bg:hover {
  color: white;
  background-color: #191919;
  border-color: transparent;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.x-card_linked-bg:active {
  transform: translateY(4px);
}
.x-card_cover {
  border: none;
  background-color: #222;
  border-radius: 6px;
  overflow: hidden;
}
.x-card_cover .x-card__cover {
  position: relative;
  transition: transform 0.75s, filter 0.4s !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, filter;
  border-radius: 6px;
}
.x-card_cover .x-card__cover::after {
  position: absolute;
  top: auto !important;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: height 0.75s;
  background-color: transparent !important;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 8.51%, rgba(0, 0, 0, 0) 39.24%);
  z-index: 1;
  content: "";
}
.x-card_cover .x-card__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font: 500 16px/20px Poppins, Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.03em;
  padding: 18px 22px;
  margin: 0;
  color: white;
  text-transform: none;
  transition: transform 1.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: left center;
  will-change: transform;
  pointer-events: none;
  z-index: 2;
}
.x-card_cover .x-card__cover:focus, .x-card_cover:hover .x-card__cover {
  transform: scale(1.05) translateY(-2%) !important;
}
.x-card_cover .x-card__cover:focus::after, .x-card_cover:hover .x-card__cover::after {
  height: 120%;
}
.x-card_cover .x-card__cover:focus ~ .x-card__title, .x-card_cover:hover .x-card__title {
  transform: translateY(-40%);
}
.x-card_border-dark {
  border-color: #191919;
}
.x-card_article {
  border-radius: 10px;
  background-color: white;
}
.x-card_article .x-card__body {
  padding: 1.75rem;
}
.x-card_article .x-card__content {
  font-size: 1rem;
}
.archive .x-card_article .comment-reply-title {
  display: none;
}

.x-card_article img {
  border-radius: 18px;
}
.x-card__cover {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #f5f5f7;
}
.x-card__btn.btn {
  color: #191919;
  background: none;
}
.x-card__btn.btn:hover, .x-card__btn.btn:focus {
  opacity: 0.5;
}
.x-card__btn.btn:active {
  opacity: 0.25;
}
.x-card__gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.x-card__gallery__item {
  flex: 1;
  overflow: hidden;
  border-radius: 18px;
  transition: opacity 0.4s;
}
.x-card__gallery__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.x-card__gallery__image,
.x-card__gallery .image-hotspot {
  height: 320px;
  height: var(--lg-card-image-height, 320px);
}
.x-card__gallery .image-hotspot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}
.x-card__gallery .image-hotspot__body {
  position: relative;
  min-height: 100%;
}
.x-card__gallery .image-hotspot__img {
  width: 100%;
  height: 100%;
}
.x-card__title {
  font: 600 18px/1.4 Inter, Arial, Helvetica, sans-serif;
  color: inherit;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.x-card__body {
  padding: 8px;
}
.x-card__label {
  font: 600 14px/1.4 Inter, Arial, Helvetica, sans-serif;
  margin: 0;
}
.x-card__link {
  text-decoration: none;
}
.x-card__link:hover {
  text-decoration: none;
}
.x-card__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.x-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.x-card small {
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
}
.x-card a {
  color: inherit;
}
.x-card p:last-child {
  margin: 0;
}
.x-card .tag-cloud-link {
  display: inline-block;
  padding: 0 8px;
  font-size: 10pt !important;
  transition: all 0.2s;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.x-card .tag-cloud-link:hover, .x-card .tag-cloud-link:focus {
  border-color: #aaa;
  text-decoration: none;
}
.x-card .tag-cloud-link:focus {
  background-color: #eee;
}
.x-card .image-hotspot,
.x-card .vc_single_image-wrapper {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .x-card_article {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .x-card .x-card__body {
    padding: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .x-card_article .x-card__content {
    font-size: 1em;
  }
  .x-card__gallery__image,
.x-card__gallery .image-hotspot {
    height: 200px;
    height: var(--sm-card-image-height, 200px);
  }
  .x-card__gallery__item:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .x-card__address-time {
    font-size: 1em !important;
  }
}
.x-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: white;
  background-color: #969799;
  border-radius: 4px;
  text-transform: none;
}
.x-badge_offer {
  color: #191919;
  background-color: #fef9c3;
}
.x-badge_hot {
  color: #191919;
  background-color: #dcfce7;
}
.x-badge_light {
  color: #191919;
  background-color: #f5f5f7;
}
.x-badge_bf {
  color: #191919;
  background-color: white;
  box-shadow: inset 0 0 0 1px #191919;
}
.x-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.x-list > li + li {
  margin-top: 8px;
}
.x-list__pros > li, .x-list__cons > li {
  padding-left: 24px;
  background: transparent no-repeat;
}
.x-list__pros > li {
  background-position: left 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.66634 5.66659H5.66634V9.66659H4.33301V5.66659H0.333008V4.33325H4.33301V0.333252H5.66634V4.33325H9.66634V5.66659Z' fill='%23191919'/%3E%3C/svg%3E");
}
.x-list__cons > li {
  background-position: left 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='2' viewBox='0 0 11 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1663 1.66659H0.833008V0.333252H10.1663V1.66659Z' fill='%23191919'/%3E%3C/svg%3E");
}
.x-select,
.yith-wapo-block .yith-wapo-addon-type-select {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.yith-wapo-addon-type-select .options {
  display: inline-flex;
  flex-direction: column;
  max-width: 100%;
}
.yith-wapo-addon-type-select .wapo-addon-description {
  order: 4;
  margin-top: 7px;
}

.yith-wapo-block .yith-wapo-addon-type-select .clear,
.yith-wapo-block .yith-wapo-addon-type-select .option-image {
  display: none !important;
}

.x-select__label,
.yith-wapo-addon-type-select .wapo-addon-title {
  position: relative;
  margin: -6px 0 -18px;
  top: 10px;
  color: #7d7e80;
  font: 400 12px/1 Inter, Arial, Helvetica, sans-serif;
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 12px;
  padding: 0 50px 0 12px;
}

select.x-select__select,
.x-select select,
.yith-wapo-addon-type-select select,
.wooco_component_product_select {
  height: 56px;
  background: #f5f5f7 url("data:image/svg+xml,%3Csvg width='11' height='5' viewBox='0 0 11 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0L5.5 5L10.5 0H0.5Z' fill='%23191919'/%3E%3C/svg%3E") right 20px center no-repeat;
  border: none;
  border-radius: 4px;
  padding: 20px 50px 0 12px;
  -moz-padding-start: 8px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  text-transform: none;
}
select.x-select__select:focus,
.x-select select:focus,
.yith-wapo-addon-type-select select:focus,
.wooco_component_product_select:focus {
  box-shadow: none;
  background-color: #eeeff2;
}
.x-pagination ul {
  display: flex;
  margin: -4px;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}
.x-pagination ul > li {
  padding: 4px;
}
.x-pagination a.page-numbers,
.x-pagination span.page-numbers {
  padding: 4px;
  background-color: #f5f5f7;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: none;
  transition: background 0.2s;
  display: block;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
}
.x-pagination a.page-numbers:hover, .x-pagination a.page-numbers:focus,
.x-pagination span.page-numbers:hover,
.x-pagination span.page-numbers:focus {
  text-decoration: none;
  background-color: #e5e5e5;
}
.x-pagination a.page-numbers:active,
.x-pagination span.page-numbers:active {
  background-color: #eee;
}
.x-pagination a.page-numbers.current,
.x-pagination span.page-numbers.current {
  pointer-events: none;
  background-color: #eeeff2;
}
.x-pagination a.page-numbers.prev::before, .x-pagination a.page-numbers.next::before,
.x-pagination span.page-numbers.prev::before,
.x-pagination span.page-numbers.next::before {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1px;
  content: "";
}
.x-pagination a.page-numbers.next::before,
.x-pagination span.page-numbers.next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.590088 10.59L5.17009 6L0.590088 1.41L2.00009 0L8.00009 6L2.00009 12L0.590088 10.59Z' fill='%23191919'/%3E%3C/svg%3E");
}
.x-pagination a.page-numbers.prev::before,
.x-pagination span.page-numbers.prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 10.59L2.83 6L7.41 1.41L6 0L0 6L6 12L7.41 10.59Z' fill='%23191919'/%3E%3C/svg%3E");
}
.x-color-select {
  display: flex;
  margin: -6px;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}
.x-color-select__option_disabled {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.x-color-select__option_disabled::after {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 10px;
  background: black;
  width: 1px;
  margin: auto;
  transform: rotate(45deg);
  box-shadow: 1px 0 white;
  content: "";
}
.x-color-select__checkbox {
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 6px;
  border-radius: 4px;
  transition: background-color 0.2s;
  cursor: pointer;
  vertical-align: top;
}
.x-color-select__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.x-color-select__checkbox input:checked ~ .x-color-select__item::before {
  opacity: 1;
  transform: translateX(0);
}
.x-color-select__checkbox.is-null input:checked ~ .x-color-select__item {
  box-shadow: inset 0 0 0 1px #191919;
}
.x-color-select__checkbox.is-null .x-color-select__item::before {
  display: none;
}
.x-color-select__checkbox.is-light .x-color-select__item {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.x-color-select__checkbox.is-light .x-color-select__item::before {
  filter: invert(1);
}
.x-color-select__checkbox:hover {
  background-color: #f5f5f7;
}
.x-color-select__checkbox:active {
  background-color: #eeeff2;
}
.x-color-select__item {
  position: relative;
  display: block;
  min-width: 32px;
  padding: 0 10px;
  height: 32px;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 32px;
  transition: box-shadow 0.2s, transform 0.4s, margin 0.2s;
}
.x-color-select__item_dual {
  background-image: linear-gradient(to right, transparent 50%, currentColor 50%);
}
.x-color-select__item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  background: center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5001 7.78002L1.7201 5.00002L0.773438 5.94002L4.5001 9.66669L12.5001 1.66668L11.5601 0.726685L4.5001 7.78002Z' fill='white'/%3E%3C/svg%3E");
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.4s, transform 0.4s;
  z-index: 1;
  content: "";
}
.x-color-select__label {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  align-items: center;
  margin-left: 8px;
}

@media screen and (min-width: 1420px) {
  .x-color-select__checkbox:hover .x-color-select__label {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .x-color-select__label {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: 0 0 2px 0;
    background-color: #f5f5f7;
    padding: 4px 6px;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    transform: translateY(-10px);
    transition: all 0.34s;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    z-index: 2;
  }
}
@media screen and (max-width: 1419px) {
  .x-color-select_as-grid > li {
    width: 50%;
  }
  .x-color-select_as-grid .x-color-select__checkbox {
    width: 100%;
  }
}
.x-product {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #191919;
}
.x-product__title {
  font: 700 36px/44px Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
}
.x-product__breadcrumbs {
  margin-bottom: 1rem;
}
.x-product__variation {
  margin-bottom: 1rem;
}
.x-product__colors-variation .x-product__variation-control {
  display: none !important;
}
.x-product__control-label {
  color: #7d7e80;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.x-product .x-product__enquire.btn {
  font-size: 0 !important;
}
.x-product .x-product__enquire.btn::before {
  font-size: 18px;
  content: "Enquire now";
}
.x-product__aside {
  will-change: position, transform;
}
.x-product__aside-block {
  margin-top: 16px;
}
.x-product__aside-block .x-product__heading {
  margin-top: 32px;
}
.x-product__wish-pos {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.x-product .x-product__btn-klarna {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 12px;
  font-size: 12px;
  line-height: 1.34;
  white-space: normal;
}
.x-product .x-product__btn-klarna-icon {
  margin-right: 12px;
}
.x-product .x-product__btn-fav {
  position: relative;
  padding: 0;
  width: 32px;
  height: 32px;
  min-height: auto;
  color: #7d7e80 !important;
  border-radius: 50% !important;
}
.x-product .x-product__btn-fav::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7501 0.5C11.3001 0.5 9.90841 1.175 9.00008 2.24167C8.09175 1.175 6.70008 0.5 5.25008 0.5C2.68341 0.5 0.666748 2.51667 0.666748 5.08333C0.666748 8.23333 3.50008 10.8 7.79175 14.7L9.00008 15.7917L10.2084 14.6917C14.5001 10.8 17.3334 8.23333 17.3334 5.08333C17.3334 2.51667 15.3167 0.5 12.7501 0.5ZM9.08342 13.4583L9.00008 13.5417L8.91675 13.4583C4.95008 9.86667 2.33341 7.49167 2.33341 5.08333C2.33341 3.41667 3.58341 2.16667 5.25008 2.16667C6.53341 2.16667 7.78341 2.99167 8.22508 4.13333H9.78341C10.2167 2.99167 11.4667 2.16667 12.7501 2.16667C14.4167 2.16667 15.6667 3.41667 15.6667 5.08333C15.6667 7.49167 13.0501 9.86667 9.08342 13.4583Z' fill='%237d7e80'/%3E%3C/svg%3E") center no-repeat;
  content: "";
}
.x-product .x-product__btn-fav.delete_item::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00033 15.7917L7.79199 14.6917C3.50033 10.8 0.666992 8.23333 0.666992 5.08333C0.666992 2.51667 2.68366 0.5 5.25033 0.5C6.70033 0.5 8.09199 1.175 9.00033 2.24167C9.90866 1.175 11.3003 0.5 12.7503 0.5C15.317 0.5 17.3337 2.51667 17.3337 5.08333C17.3337 8.23333 14.5003 10.8 10.2087 14.7L9.00033 15.7917Z' fill='%23191919'/%3E%3C/svg%3E");
}
.x-product__buy {
  position: relative;
  padding: 20px;
  margin-bottom: 16px;
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  min-height: 72px;
}
.x-product__buy .onhot {
  display: none !important;
}
.x-product__buy .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.x-product__buy ins,
.x-product__buy del,
.x-product__buy .price {
  display: inline;
  font: inherit;
  margin: 0;
  padding: 0;
}
.x-product__buy ins {
  display: block;
  text-decoration: none;
}
.x-product__buy del {
  color: #969799;
  line-height: 32px;
}
.x-product__buy .labels {
  display: inline-flex;
  height: 32px;
  align-items: center;
  vertical-align: top;
}
.x-product__price, .x-product__buy .woocommerce-Price-amount {
  display: block;
  margin: 8px 0 0 0;
  font: 600 28px/32px Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  color: #191919;
}
.x-product__price-origin {
  display: block;
  width: 100%;
  font: 500 14px Inter, Arial, Helvetica, sans-serif;
  margin-top: 6px;
}
.x-product__price-origin .woocommerce-Price-amount {
  display: inline;
  font: inherit;
  color: #444;
  margin: 0;
  letter-spacing: 0;
}
.x-product__buy del > .woocommerce-Price-amount {
  display: inline;
  margin: 0;
  font: inherit;
  color: #969799;
  letter-spacing: normal;
}
.x-product__heading {
  margin: 0 0 16px 0;
  font: 600 24px/28px Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  color: #191919;
}
.x-product__widget {
  padding: 20px;
  border: 1px solid rgba(25, 25, 25, 0.1);
  border-radius: 4px;
}
.x-product__widget-name {
  font: 700 12px/1.4 Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.x-product__widget .x-product__heading {
  margin-top: 0 !important;
  font-size: 21px;
  line-height: 24px;
}
.x-product__quantity {
  display: flex;
  height: 32px;
  align-items: center;
  margin-top: 8px;
}
.x-product__quantity-col:has(.quantity.hidden) {
  display: none;
}
.x-product__quantity-col:has(.quantity.hidden) ~ .x-product__cart-col {
  width: auto;
  flex: 0 0 auto;
}
.x-product__quantity .quantity button {
  width: 24px;
  height: 24px;
  color: #191919;
  border: none !important;
}
.x-product__quantity .quantity button:hover, .x-product__quantity .quantity button:focus {
  opacity: 0.75;
}
.x-product__quantity .quantity button:active {
  opacity: 0.5;
}
.x-product__quantity .quantity .qty {
  width: 24px !important;
  height: 24px;
  min-height: auto;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none;
}
.x-product__quantity .quantity .qty:focus {
  opacity: 0.75;
}
.x-product__quantity .quantity .plus:after, .x-product__quantity .quantity .plus:before,
.x-product__quantity .quantity .minus:after,
.x-product__quantity .quantity .minus:before {
  margin: 0;
  border-width: 2px;
  border-color: currentColor;
  transform: translate(-50%, -50%);
}
.x-product__quantity .quantity .minus:before {
  width: 16px;
}
.x-product__quantity .quantity .plus:before {
  width: 14px;
}
.x-product__quantity .quantity .plus:after {
  height: 14px;
}
.x-product__quantity_large {
  margin: 0;
  height: 56px;
  background-color: #f5f5f7;
  border-radius: 4px;
}
.x-product__quantity_large .quantity .qty,
.x-product__quantity_large .quantity button {
  width: 36px;
  height: 56px;
}
.x-product__quantity_large .quantity .qty {
  background-color: inherit;
}
.x-product__cart-buttons .btn {
  font-size: 18px !important;
  border: none !important;
}
.x-product__prices .product__price-pair {
  font-size: 14px;
  font-weight: 500;
}
.x-product__section-description h2,
.x-product__section-description h3,
.x-product__section-description h4,
.x-product__section-description h5,
.x-product__section-description h6 {
  font-weight: 600;
}
.x-product__tabs-label {
  display: block;
  margin: 0 0 3px 0 !important;
  padding: 12px 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
}
.x-product__tabs-label:not(.collapsed) {
  position: sticky !important;
  top: var(--x-menu-after-pos);
  z-index: 5;
}
.x-product a.x-product__tabs-label {
  position: relative;
  padding-right: 28px;
  text-decoration: none;
}
.x-product a.x-product__tabs-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833252 4.66667L4.99992 0.5L9.16659 4.66667H0.833252Z' fill='%23191919'/%3E%3C/svg%3E") center no-repeat;
  transition: transform 0.4s;
  content: "";
}
.x-product a.x-product__tabs-label.collapsed::after {
  transform: rotate(180deg);
}
.x-product__specifications:not(.x-product__specifications_show) .x-product__specifications-if-show {
  display: none;
}
.x-product__specifications.x-product__specifications_show .x-product__specifications-if-hide {
  display: none;
}
.x-product__specifications.x-product__specifications_show .x-product__specifications-content:after {
  opacity: 0;
  visibility: hidden;
}
.x-product__specifications-content {
  position: relative;
  max-height: 258px;
  transition: all 1s;
  overflow: hidden;
}
.x-product__specifications-toggler {
  display: none;
  margin-top: 16px;
}
.x-product__specifications_can-toggle .x-product__specifications-toggler {
  display: block;
}
.x-product__specifications_can-toggle .x-product__specifications-content::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, white 100%);
  pointer-events: none;
  transition: all 0.5s;
  content: "";
}
.x-product .single_add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: auto !important;
  text-transform: none;
}
.x-product .single_add_to_cart_button::after {
  display: none !important;
}
.x-product .single_add_to_cart_button svg {
  margin: 0 8px 0 0;
}
.x-product .wpb_content_element {
  margin-bottom: 0;
}
.x-product .cart {
  margin: 0 !important;
}
.x-product .cart .woocommerce-variation-price,
.x-product .cart .x-product__cart-buttons,
.x-product .cart .view-cart-btn {
  display: none !important;
}
.x-product .cart .option-description:empty {
  display: none;
}
.x-product .cart .yith-wapo-block {
  margin-bottom: 1rem;
}
.x-product .page-top {
  margin: 0;
}
.x-product .yith-wcwl-add-button > *:not(.x-product__btn-fav) {
  display: none !important;
}
.x-product #wapo-total-price-table {
  display: none !important;
}
.x-product div.bundled_product_summary {
  padding: 12px !important;
  border: 1px solid rgba(25, 25, 25, 0.1) !important;
  border-radius: 4px;
  margin-bottom: 20px !important;
}
.x-product div.bundled_product_summary p:last-child {
  margin-bottom: 0;
}
.x-product div.bundled_product_summary .price {
  font-size: 20px;
  font-weight: 500;
}
.x-product .bundled_item_wrap,
.x-product .bundled_product_optional_checkbox {
  margin-top: 10px !important;
}
.x-product .product_title {
  font: 600 20px/1.2 Inter, Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
}
.x-product .bundle_data .bundle_button,
.x-product .bundled_product_title_link {
  display: none;
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
  .x-product__tabs-label:not(.collapsed) {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 1419px) {
  .x-product .x-products-tiny ul.products li.product-col {
    width: 284px !important;
    max-width: calc(100vw - 30px) !important;
  }
  .x-product__colors-variation .x-product__control-label {
    display: none;
  }
}
@media screen and (min-width: 1420px) {
  .x-product__column-main {
    max-width: calc(100% - 350px);
  }
  .x-product__column-aside {
    width: 350px;
    flex: 0 0 350px;
  }
  .x-product__tabs-content {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1419px) {
  .x-product__column-gallery {
    max-width: calc(100% - 350px);
  }
  .x-product__column-summary {
    width: 350px;
    flex: 0 0 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1419px) and (min-height: 710px) {
  .x-product__aside-tablet {
    position: sticky;
    top: calc(var(--x-menu-after-pos) + 2rem);
  }
}
@media screen and (min-width: 992px) {
  .x-product__breadcrumbs {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 991px) {
  .x-product__title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.008em;
  }
}
@media screen and (min-width: 768px) {
  .x-product__tabs-content .collapse {
    display: block !important;
  }
  .x-product__tabs-label {
    display: none;
  }
  .x-product__tabs-pane {
    padding: 44px 0 0;
  }
  .x-product__section-review-form .x-product__tabs-pane {
    padding-top: 28px;
  }
  .x-product__reviews-label {
    color: #969799;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .x-product__breadcrumbs {
    margin: 0 0 1.5rem;
  }
  .x-product__title {
    margin-bottom: 1.5rem;
  }
  .x-product__content-nav, .x-product__tabs-heading {
    display: none !important;
  }
  .x-product__tabs-pane {
    padding: 17px 0 3rem;
  }
  .x-product__section-description img.alignleft,
.x-product__section-description img.alignright {
    float: none;
    margin: 1rem 0 0 0;
  }
  .x-product__heading, .x-product .section-title:not(.section-title_md) {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
  .x-product__aside-block .x-product__heading {
    margin-top: 3rem;
  }
  .x-product__specifications-content {
    max-height: none !important;
  }
  .x-product__specifications-toggler, .x-product__specifications-content::after {
    display: none !important;
  }
}
.x-products-tiny .slider-wrapper {
  margin: -15px -4px;
}
.x-products-tiny .slider-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1rem;
}
.x-products-tiny .owl-carousel .owl-stage-outer {
  margin: 0;
  padding: 0;
}
.x-products-tiny .owl-carousel .owl-nav {
  top: -12px;
  right: 4px;
  width: 72px;
}
.x-products-tiny .product-image .labels .onhot,
.x-products-tiny .product-image .labels .onsale {
  height: 20px;
  line-height: 20px;
  padding-left: 6px;
  padding-right: 6px;
}
.x-products-tiny .product-image .x-badge {
  padding: 2px 6px;
}
.x-products-tiny .product-image .product__badge:first-child ~ .product__badge {
  display: none !important;
}
.x-products-tiny ul.products {
  width: auto !important;
  margin: -15px -4px !important;
}
.x-products-tiny ul.products .product-image > a:hover .inner,
.x-products-tiny ul.products a.product-loop-title:hover {
  opacity: 1;
}
.x-products-tiny ul.products li.product-col {
  height: 100%;
  padding: 15px 4px;
}
.x-products-tiny ul.products li.product-col .product-inner {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(25, 25, 25, 0.1);
  background-color: white;
  border-radius: 4px;
  transition: box-shadow 0.28s, border 0.28s;
}
.x-products-tiny ul.products li.product-col .product-inner:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.11);
  border-color: transparent;
}
.x-products-tiny ul.products li.product-col .product-image {
  position: static;
  width: 76px;
  margin: 0 8px 0 0;
  flex: 0 0 76px;
  min-height: 0;
  box-shadow: none !important;
}
.x-products-tiny ul.products li.product-col .product-image img {
  padding: 5px !important;
}
.x-products-tiny ul.products li.product-col .woocommerce-loop-product__title {
  margin: 0 0 0.5rem 0;
}
.x-products-tiny ul.products li.product-col .add-links .button {
  top: auto;
  left: auto;
  right: 8px;
  bottom: 8px;
  width: 28px;
  padding: 0;
  min-width: 28px;
  height: 28px;
  opacity: 1;
}
.x-products-tiny ul.products li.product-col a.product-loop-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.x-products-tiny ul.products li.product-col .price {
  font-size: 12px;
  line-height: 16px;
}
.x-comments,
.x-comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.x-comments_post .x-comment {
  width: 100%;
  margin-top: 24px;
}
.x-comments_post .depth-2 {
  margin-left: 2rem;
}
.x-comments_post .depth-3 {
  margin-left: 3rem;
}

.x-comment__meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #969799;
}
.x-comment__message {
  padding: 12px 16px;
  background: #f5f5f7;
  border-radius: 12px 12px 12px 2px;
}
.x-comment__message p {
  margin-bottom: 1rem;
}
.x-comment__message p:last-child {
  margin-bottom: 0;
}
.x-comment__rating {
  color: #191919;
}
.x-comment .meta {
  margin: 5px 0 0 0;
}
.x-comment .woocommerce-review__dash {
  display: none;
}
.x-comment .woocommerce-review__author {
  display: block;
  font-weight: inherit;
  margin-bottom: 5px;
}
.x-comment .woocommerce-review__awaiting-approval {
  display: block;
  color: #191919;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .x-comment {
    display: flex;
    align-items: flex-start;
  }
  .x-comment__meta {
    width: 110px;
    flex: 0 0 110px;
    margin-right: 16px;
  }
  .x-comment__rating {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .x-comments > li + li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .x-comment .woocommerce-review__author {
    display: inline;
    margin: 0 auto 0 0;
  }
  .x-comment .meta {
    display: flex;
    margin-bottom: 8px;
  }
  .x-comment__rating {
    float: right;
    text-align: right;
    min-width: 30px;
    margin-left: 5px;
  }
  .x-comments > li + li {
    margin-top: 16px;
  }
}
.x-comment-form__form {
  display: flex;
  margin: -8px;
  flex-wrap: wrap;
}
.x-comment-form__form > * {
  width: 100%;
  margin: 0;
  padding: 8px;
}
.x-comment-form__submit {
  width: 100%;
}
.x-comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.x-comment-form .comment-form-cookies-consent label {
  margin: 0 0 0 5px;
  font-weight: 400;
  line-height: 1.4;
}
.x-comment-form .required {
  display: none;
}
.x-comment-form label {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
}
.x-comment-form .form-control {
  font-size: 16px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.x-comment-form textarea.form-control {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.x-comment-form .stars {
  display: flex;
  top: 0;
  width: 120px;
  min-height: 24px;
  margin: 0;
  align-items: center;
}
.x-comment-form .stars span {
  display: flex;
  height: 100%;
}
.x-comment-form .stars span a {
  position: relative;
  display: block;
  width: 24px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 9.24L14.81 8.62L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27L18.18 21L16.55 13.97L22 9.24ZM12 15.4L8.24 17.67L9.24 13.39L5.92 10.51L10.3 10.13L12 6.1L13.71 10.14L18.09 10.52L14.77 13.4L15.77 17.68L12 15.4Z' fill='%23bababa'/%3E%3C/svg%3E") center no-repeat;
  border-radius: 4px;
}
.x-comment-form .stars span a::before {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z' fill='%23191919'/%3E%3C/svg%3E") center no-repeat;
  opacity: 0;
  transform: scale(1.75);
  transition: all 0.2s;
  pointer-events: none;
  content: "" !important;
}
.x-comment-form .stars span a:focus {
  background-color: #f5f5f7 !important;
}
.x-comment-form .stars span:hover a:not(:hover ~ a), .x-comment-form .stars.selected a:not(.active ~ a) {
  background-color: transparent;
}
.x-comment-form .stars span:hover a:not(:hover ~ a)::before, .x-comment-form .stars.selected a:not(.active ~ a)::before {
  opacity: 1;
  transform: scale(1);
}

.x-comment-post-form {
  margin-top: 24px;
}
.x-comment-post-form .required,
.x-comment-post-form .comment-notes,
.x-comment-post-form .comment-form-email label,
.x-comment-post-form .comment-form-author label,
.x-comment-post-form .comment-form-comment label {
  display: none;
}
.x-comment-post-form label {
  margin: 0;
}
.x-comment-post-form .form-control {
  font-size: 16px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.x-comment-post-form form {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.x-comment-post-form form > p {
  width: 100%;
  margin-bottom: 16px;
}
.x-comment-post-form .comment-form-author {
  max-width: 320px;
}
.x-comment-post-form .comment-form-email {
  max-width: 420px;
}
.x-comment-post-form .comment-form-comment {
  margin-bottom: 1rem;
}
.x-comment-post-form .form-submit {
  margin: 0;
}
.x-comment-post-form .form-submit .btn {
  max-width: 240px;
}
.x-comment-post-form .btn-sm {
  font-size: 14px;
}
.x-comment-post-form_inside:not(.x-comment-post-form_filled) form > p:not(.comment-form-comment) {
  display: none;
}
.x-comment-post-form_inside:not(.x-comment-post-form_filled) form .comment-form-comment {
  margin-bottom: 0;
}
.x-comment-post-form_inside form {
  padding-left: 54px;
}
.x-comment-post-form_inside textarea {
  resize: none;
  min-height: 64px;
}
.x-comment-post-form_inside textarea:focus, .x-comment-post-form_inside textarea:hover {
  resize: vertical;
}
.x-comment-post-form_inside .comment-form-comment {
  display: flex;
}
.x-comment-post-form_inside .comment-form-comment::before {
  display: inline-block;
  width: 54px;
  height: 64px;
  flex: 0 0 54px;
  margin-left: -54px;
  background: left center no-repeat url("data:image/svg+xml,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3E%3Cpath d='M431 320.6c-1-3.6 1.2-8.6 3.3-12.2a33.68 33.68 0 0 1 2.1-3.1A162 162 0 0 0 464 215c.3-92.2-77.5-167-173.7-167c-83.9 0-153.9 57.1-170.3 132.9a160.7 160.7 0 0 0-3.7 34.2c0 92.3 74.8 169.1 171 169.1c15.3 0 35.9-4.6 47.2-7.7s22.5-7.2 25.4-8.3a26.44 26.44 0 0 1 9.3-1.7a26 26 0 0 1 10.1 2l56.7 20.1a13.52 13.52 0 0 0 3.9 1a8 8 0 0 0 8-8a12.85 12.85 0 0 0-.5-2.7z' fill='none' stroke='%23191919' stroke-linecap='round' stroke-miterlimit='10' stroke-width='32'%3E%3C/path%3E%3Cpath d='M66.46 232a146.23 146.23 0 0 0 6.39 152.67c2.31 3.49 3.61 6.19 3.21 8s-11.93 61.87-11.93 61.87a8 8 0 0 0 2.71 7.68A8.17 8.17 0 0 0 72 464a7.26 7.26 0 0 0 2.91-.6l56.21-22a15.7 15.7 0 0 1 12 .2c18.94 7.38 39.88 12 60.83 12A159.21 159.21 0 0 0 284 432.11' fill='none' stroke='%23191919' stroke-linecap='round' stroke-miterlimit='10' stroke-width='32'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}

@media screen and (min-width: 768px) {
  .x-comment-form_has-comments,
.x-comment-post-form_has-comments:not(.x-comment-post-form_inside) {
    margin-left: 126px !important;
  }
}
@media screen and (min-width: 576px) {
  .x-comment-form__submit {
    max-width: 240px;
  }
  .x-comment-form .comment-form-email,
.x-comment-form .comment-form-author,
.x-comment-form .comment-form-rating {
    width: 33.33%;
  }
  .x-comment-form .stars {
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .x-comment-form .comment-form-rating {
    order: -1;
  }
}
.x-creative-category-grid {
  margin-bottom: 0;
}
.x-creative-category-grid ul.products {
  display: flex;
  margin: -8px;
}
.x-creative-category-grid ul.products li.product-col {
  padding: 8px;
}
.x-creative-category-grid ul.products li.product-col > a {
  position: relative;
  display: block;
}
.x-creative-category-grid ul.products li.product-col > a:hover .thumb-info img {
  transform: translateY(-10%) !important;
}
.x-creative-category-grid ul.products li.product-col > a:hover .thumb-info-wrapper::after {
  height: 120%;
}
.x-creative-category-grid ul.products li.product-col > a:hover h3 {
  transform: translateY(-70%);
}
.x-creative-category-grid ul.products li.product-col h3 {
  font: 500 16px/20px Poppins, Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.03em;
  color: white;
  text-transform: none;
  transition: transform 2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: left center;
  will-change: transform;
}
.x-creative-category-grid ul.products li.product-col .thumb-info {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.x-creative-category-grid ul.products li.product-col .thumb-info img {
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.5s !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  color: #222;
  background-color: #222;
}
.x-creative-category-grid ul.products li.product-col .thumb-info-title {
  padding: 18px 22px;
}
.x-creative-category-grid ul.products li.product-col .thumb-info-wrapper {
  background-color: #222;
}
.x-creative-category-grid ul.products li.product-col .thumb-info-wrapper::after {
  position: absolute;
  top: auto !important;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: height 1.5s;
  background-color: transparent !important;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 8.51%, rgba(0, 0, 0, 0) 39.24%);
  content: "";
}

@media screen and (min-width: 992px) {
  .x-creative-category-grid ul.products {
    height: 420px;
    flex-direction: column;
    justify-content: flex-end;
    /*li.product-col
    * height: 50%
    * flex: 1 0 auto
    * width: 100%
    *
    * > a
    * height: 100%
    *
    * &:nth-child(1)
    * max-width: 28%
    *
    * img
    * object-position: left center
    *
    * &:nth-child(2)
    * max-width: 36%
    *
    * &:nth-child(3)
    * max-width: 36%
    * margin-left: -8%
    *
    * &:nth-child(4)
    * max-width: 36%
    *
    * &:nth-child(5)
    * max-width: 36%
    * margin-left: -8%
    *
    * &:nth-child(6)
    * max-width: 28%
    *
    * .thumb-info
    * position: absolute
    * top: 0
    * left: 0
    * width: 100%
    * height: 100%
    *
    * &-wrapper
    * height: 100%*/
  }
  .x-creative-category-grid ul.products li.product-col {
    height: 50%;
    flex: 1 0 auto;
    width: 100%;
  }
  .x-creative-category-grid ul.products li.product-col > a {
    height: 100%;
  }
  .x-creative-category-grid ul.products li.product-col:nth-child(1) {
    max-width: 30%;
  }
  .x-creative-category-grid ul.products li.product-col:nth-child(2) {
    max-height: 48%;
    max-width: 30%;
  }
  .x-creative-category-grid ul.products li.product-col:nth-child(3) {
    height: 100%;
    max-width: 32%;
  }
  .x-creative-category-grid ul.products li.product-col:nth-child(4) {
    max-height: 45%;
    max-width: 38%;
  }
  .x-creative-category-grid ul.products li.product-col:nth-child(5), .x-creative-category-grid ul.products li.product-col:nth-child(6) {
    max-height: 55%;
    max-width: 19%;
  }
  .x-creative-category-grid ul.products li.product-col:nth-child(6) {
    margin-left: -19%;
  }
  .x-creative-category-grid ul.products li.product-col .thumb-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .x-creative-category-grid ul.products li.product-col .thumb-info-wrapper {
    height: 100%;
  }
}
@media screen and (min-width: 1420px) {
  .x-creative-category-grid ul.products {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .x-creative-category-grid ul.products {
    margin: -7px;
  }
  .x-creative-category-grid ul.products li.product-col {
    padding: 7px;
  }
  .x-creative-category-grid ul.products li.product-col h3 {
    font-size: 18px !important;
  }
  .x-creative-category-grid ul.products li.product-col .thumb-info-wrapper {
    position: relative;
    padding-bottom: 64%;
  }
  .x-creative-category-grid ul.products li.product-col .thumb-info-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .x-creative-category-grid ul.products {
    margin: -5px;
  }
  .x-creative-category-grid ul.products li.product-col {
    padding: 5px;
  }
  .x-creative-category-grid ul.products li.product-col h3 {
    font-size: 14px !important;
  }
  .x-creative-category-grid ul.products li.product-col .thumb-info-title {
    padding: 10px;
  }
}
.x-masonry-grid .wpb_wrapper {
  position: relative;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #222;
}
.x-masonry-grid .wpb_wrapper:hover::after {
  height: 120%;
}
.x-masonry-grid .wpb_wrapper:hover .vc_single_image-img {
  transform: translateY(-5%) !important;
}
.x-masonry-grid .wpb_wrapper:hover .wpb_heading {
  transform: translateY(-40%);
}
.x-masonry-grid .wpb_wrapper > a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.x-masonry-grid .wpb_wrapper > a::after {
  position: absolute;
  top: auto !important;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: height 0.75s;
  background-color: transparent !important;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 8.51%, rgba(0, 0, 0, 0) 39.24%);
  z-index: 1;
  content: "";
}
.x-masonry-grid .wpb_heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font: 500 16px/20px Poppins, Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.03em;
  padding: 18px 22px;
  margin: 0;
  color: white;
  text-transform: none;
  transition: transform 1.25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: left center;
  will-change: transform;
  pointer-events: none;
  z-index: 2;
}
.x-masonry-grid .vc_single_image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 101% !important;
  height: 110%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.75s !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  color: #222;
  background-color: #222;
  z-index: 1;
}
.x-blockquote .porto-u-main-heading {
  margin-bottom: 8px;
}
.x-blockquote .porto-u-main-heading > * {
  font: 100 12px/20px Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  color: black;
}
.x-blockquote .porto-u-sub-heading {
  font: 400 26px/38px Poppins, Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
.x-cart-group {
  border: 1px solid rgba(25, 25, 25, 0.1);
  border-radius: 4px;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.x-cart-group__inner {
  padding: 20px;
}
.x-cart-group .section-title strong {
  font-weight: 600;
}
.x-cart-group .cart-table {
  margin-bottom: 0;
}
.x-cart-group .cart-table a {
  font-weight: 500;
}
.x-cart-group .cart-table th.product-thumbnail {
  width: 80px;
}
.x-cart-group .cart-table td,
.x-cart-group .cart-table th {
  padding: 10px 12px;
}
.x-cart-group .cart-table td:first-child,
.x-cart-group .cart-table th:first-child {
  padding-left: 0;
}
.x-cart-group .cart-table td:last-child,
.x-cart-group .cart-table th:last-child {
  padding-right: 0;
}
.x-cart-group .cart-table thead th {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
.x-cart-group .cart-table thead tr {
  border: none;
}
.x-cart-group .cart-table tbody tr {
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}
.x-cart-group .cart-table tbody tr:last-child {
  border-bottom: none;
}
.x-cart-group .cart-table td a.remove.remove-product {
  top: 0;
  left: -15px;
  right: auto;
}
.x-cart-group .cart-table .product-thumbnail > div {
  margin-left: 12px;
}
.x-cart-group .cart-table .product-thumbnail img {
  border-radius: 4px;
}
.x-cart-group .cart-table .product-name {
  width: 50%;
}
.x-cart-group .cart-table .product-subtotal .amount {
  font-size: inherit;
}
.x-cart-group .cart-table .x-product__quantity {
  position: relative;
  height: auto;
}
.x-cart-group .cart-table .x-product__quantity .x-cart-item__relative-quantity {
  position: absolute;
  top: 100%;
  left: 6px;
}

@media screen and (max-width: 767px) {
  .x-cart-group .cart-table {
    border: none;
    box-shadow: none;
  }
  .x-cart-group .cart-table tr {
    border-top: none;
  }
  .x-cart-group .cart-table td {
    padding: 0 5px !important;
  }
  .x-cart-group .cart-table .product-name {
    width: 100%;
    flex: 0 0 100%;
  }
  .x-cart-group .cart-table .x-product__quantity {
    justify-content: center;
  }
  .x-cart-group .cart-table .x-product__quantity .x-cart-item__relative-quantity {
    top: auto;
    left: 0;
    right: 0;
    bottom: -2px;
    font-size: 11px;
    line-height: 11px;
    pointer-events: none;
  }
  .x-cart-group .x-cart-item__relative-quantity {
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .x-cart-group .cart-table tr {
    display: flex;
    padding: 8px 20px 8px 135px;
    flex-wrap: wrap;
    align-items: center;
    min-height: 88px;
  }
  .x-cart-group .cart-table td {
    flex: 1;
    text-align: left;
  }
  .x-cart-group .cart-table .product-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 120px;
    display: flex;
    align-items: center;
  }
  .x-cart-group .cart-table .product-thumbnail img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .x-cart-group .cart-table .product-subtotal {
    text-align: right !important;
  }
  .x-cart-group .cart-table dl.variation {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .x-cart-group {
    margin-left: -10px;
    margin-right: -10px;
  }
  .x-cart-group__inner {
    padding: 10px;
  }
  .x-cart-group .section-title_md {
    font-size: 18px;
  }
  .x-cart-group .cart-table .x-cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
  }
  .x-cart-group .cart-table .x-cart-item__delivery-options {
    margin-bottom: 5px;
  }
  .x-cart-group .cart-table .product-thumbnail {
    width: 100%;
  }
  .x-cart-group .cart-table .product-thumbnail > div {
    width: auto;
    margin: 0 auto;
  }
  .x-cart-group .cart-table td {
    text-align: left;
    padding: 0 !important;
  }
  .x-cart-group .cart-table td a.remove.remove-product {
    left: auto;
    right: 0;
  }
  .x-cart-group .cart-table td.product-name {
    margin-bottom: 10px;
  }
  .x-cart-group .cart-table td.product-price, .x-cart-group .cart-table td.product-subtotal {
    width: 30%;
  }
  .x-cart-group .cart-table td.product-subtotal {
    text-align: right !important;
  }
  .x-cart-group .cart-table td.product-quantity {
    width: 40%;
  }
}
.x-porto-block {
  margin-bottom: 0;
}
.x-porto-block_view1 .porto-sicon-title {
  font: 600 16px/24px Inter, Arial, Helvetica, sans-serif !important;
}
.x-porto-block_view1 .porto-sicon-header + .porto-sicon-description {
  margin-top: 8px;
}
.x-grid {
  --x-grid-xl-gap: 8px;
  --x-grid-lg-gap: var(--x-grid-xl-gap);
  --x-grid-md-gap: 5px;
  --x-grid-sm-gap: var(--x-grid-md-gap);
  --x-grid-gap: var(--x-grid-xl-gap);
  margin: calc(var(--x-grid-gap) * -1) !important;
}
.x-grid > * {
  margin: 0;
  padding: var(--x-grid-gap) !important;
}
.x-grid_services > div {
  display: flex;
  align-items: stretch;
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
.x-grid_services .x-card {
  width: 100%;
  height: 100%;
}
.x-grid_showroom-gallery {
  height: 350px;
  flex-direction: column;
  flex-wrap: wrap !important;
}
.x-grid_showroom-gallery figure {
  margin: 0;
  height: 100%;
}
.x-grid_showroom-gallery > * {
  display: block;
  width: 26%;
  flex: auto;
  max-width: none;
  overflow: hidden;
}
.x-grid_showroom-gallery > *:nth-child(4n+1) {
  width: 48%;
}
.x-grid_showroom-gallery > *:nth-child(4n+2), .x-grid_showroom-gallery > *:nth-child(4n+3) {
  flex: 0 0 50%;
}
.x-grid_showroom-gallery > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

@media screen and (min-width: 992px) {
  .x-grid_services {
    flex-direction: column;
    height: var(--x-grid-lg-height);
  }
  .x-grid_services > div {
    flex: 1 0 100%;
    width: 100%;
  }
  .x-grid_services > div:first-child {
    max-width: 30%;
  }
  .x-grid_services > div:last-child {
    max-width: 26%;
  }
  .x-grid_services > div + div:not(:last-child) {
    max-width: 22%;
    flex: 1 0 auto;
  }
  .x-grid_services > div + div:not(:last-child) .x-card__text {
    display: none;
  }
  .x-grid_services__col-full .x-card__text {
    display: block !important;
  }
}
@media screen and (min-width: 1420px) {
  .x-grid_services {
    height: var(--x-grid-xl-height);
  }
}
@media screen and (max-width: 991px) {
  .x-grid {
    --x-grid-gap: var(--x-grid-lg-gap);
  }
}
@media screen and (max-width: 767px) {
  .x-grid {
    --x-grid-gap: var(--x-grid-md-gap);
  }
  .x-grid_services > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .x-grid {
    --x-grid-gap: var(--x-grid-sm-gap);
  }
  .x-grid_showroom-gallery {
    height: auto;
    flex-direction: row;
  }
  .x-grid_showroom-gallery > * {
    width: 50%;
    flex: 0 0 50%;
    overflow: visible;
    height: auto !important;
  }
  .x-grid_showroom-gallery > *:nth-child(4n+1) {
    width: 100%;
    flex: 0 0 100%;
  }
  .x-grid_showroom-gallery > *:nth-child(4n+3) img {
    height: calc(200% + var(--x-grid-gap) * 2);
  }
}
@media screen and (max-width: 480px) {
  .x-grid_services > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.x-map {
  border-radius: 6px;
  overflow: hidden;
}
.x-map_grayscale {
  filter: grayscale(1);
  transition: filter 0.4s;
}
.x-map_grayscale:hover {
  filter: grayscale(0);
}
.x-map .wpb_wrapper {
  position: relative;
  padding: 0;
  max-height: 400px;
}
.x-map .wpb_map_wraper {
  position: static !important;
  padding-bottom: 72% !important;
}
.x-accordion {
  font-size: 14px;
}
.x-accordion.accordion .card {
  border: 1px solid currentColor;
  background: none;
  border-radius: 6px;
}
.x-accordion.accordion .card-header {
  background: none;
}
.x-accordion.accordion .card-title {
  position: relative;
  padding-right: 44px;
  font: 14px/1.4 Inter, Arial, Helvetica, sans-serif;
  color: inherit;
}
.x-accordion.accordion .card-body {
  padding: 0 30px 20px;
}
.x-accordion.accordion .card:not(:first-child) {
  margin-top: 16px;
}
.x-accordion.accordion .card a {
  color: inherit;
}
.x-accordion.accordion .card .accordion-toggle {
  padding: 20px 30px;
  transition: opacity 0.2s;
}
.x-accordion.accordion .card .accordion-toggle::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 12px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: all 0.2s;
  content: "";
}
.x-accordion.accordion .card .accordion-toggle:hover {
  opacity: 0.5;
  background: none;
}
.x-accordion.accordion .card .accordion-toggle:hover::after {
  transform: rotate(45deg) translate(4px, 4px);
}
.x-accordion.accordion .card .accordion-toggle[aria-expanded=true] {
  font-weight: 600;
}
.x-accordion.accordion .card .accordion-toggle[aria-expanded=true]::after {
  transform: rotate(135deg) translate(4px, 4px);
}

@media screen and (max-width: 991px) {
  .x-accordion.accordion .card .accordion-toggle {
    padding: 12px 20px;
  }
  .x-accordion.accordion .card-body {
    padding: 0 20px 12px;
  }
}
.x-section {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.x-section .wpb_content_element {
  margin-bottom: 0;
}
.x-section.x-section_space {
  margin-top: 120px;
  margin-bottom: 120px;
}
.x-section_inner {
  padding: 100px 0;
}
.x-section_subscribe {
  padding: 100px 0;
  text-align: center;
}
.x-section_subscribe .section-title {
  margin-bottom: 15px;
}
.x-section_subscribe p,
.x-section_subscribe .section-title {
  text-align: inherit;
}
.x-section_subscribe .x-form_subscribe {
  margin: 22px auto 0;
  max-width: 338px;
}
.x-section_subscribe .x-form_subscribe.x-loading::after {
  background-color: transparent;
}
.x-section_subscribe .x-form_subscribe.x-loading > * {
  opacity: 0.5;
}
.x-section_subscribe .x-form_subscribe .x-form__input {
  color: white !important;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.x-section_subscribe .x-form_subscribe .x-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.x-section_subscribe .x-form_subscribe .x-form__input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.x-section_subscribe .x-form_subscribe .x-form__input:focus {
  border-color: white;
}
.x-section_subscribe .x-form_subscribe .x-form__submit {
  color: #191919 !important;
  background-color: white !important;
  margin-left: 8px;
}
.x-section__showroom-gallery + div {
  margin-top: 16px;
}
.x-section_benefits {
  --x-section-benefits-row-gap: 15px;
}
.x-section__benefits-row {
  margin: calc(var(--x-section-benefits-row-gap) * -1) !important;
}
.x-section__benefits-row > div {
  padding: var(--x-section-benefits-row-gap) !important;
}

@media screen and (min-width: 992px) {
  .x-section_showroom .vc_column-inner {
    width: 280px;
  }
  .x-section__showroom-gallery {
    position: absolute;
    top: 0;
    right: 10px;
    left: 340px;
    bottom: 0;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1420px) {
  .x-section_showroom .vc_column-inner {
    width: 380px;
  }
  .x-section__showroom-gallery {
    left: 472px;
  }
}
@media screen and (max-width: 991px) {
  .x-section_inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .x-section.x-section_space {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 576px) {
  .x-section .x-section__benefits-row {
    margin: -15px;
  }
  .x-section .x-section__benefits-row > div {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .x-section_subscribe {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
@media screen and (max-width: 575px) {
  .x-section_subscribe {
    text-align: left;
  }
  .x-section_subscribe .x-form_subscribe {
    margin-left: 0;
  }
  .x-section_benefits {
    --x-section-benefits-row-gap: 5px;
  }
  .x-section_benefits .x-porto-block_view1 .porto-sicon-description {
    display: none;
  }
}
.x-order-details__product {
  margin-top: 24px;
}
.x-order-details__table {
  margin-top: -8px;
  margin-bottom: -8px;
}
.x-order-details__table td,
.x-order-details__table th {
  vertical-align: bottom;
}
.x-order-details__table td:first-child,
.x-order-details__table th:first-child {
  padding-left: 0;
}
.x-order-details__table td:last-child,
.x-order-details__table th:last-child {
  padding-right: 0;
}
.x-order-details__prop {
  padding: 4px 0;
  border-bottom: 2px solid #e7e7e7;
}
.x-order-details__caption {
  font: 600 16px/1.6 Inter, Arial, Helvetica, sans-serif;
}
.x-order-details__price {
  font: 600 20px/1.5 Inter, Arial, Helvetica, sans-serif;
  margin: 0;
}
.x-order-details .includes_tax {
  display: none;
}
.x-order-details .wc-item-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.x-order-details .wc-item-meta strong {
  font-weight: inherit;
}
.x-order-details .wc-item-meta p {
  display: inline;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .x-order-details {
    border-left: 2px solid #e7e7e7;
  }
  .x-order-details__item {
    padding: 30px 0 30px 22px;
  }
  .x-order-details__item:not(:first-child) {
    border-top: 2px solid #e7e7e7;
  }
}
@media screen and (min-width: 992px) {
  .x-order-details__item {
    padding-left: 30px;
  }
  .x-order-details__product {
    margin-top: 42px;
    margin-left: -14px;
  }
}
@media screen and (min-width: 992px) {
  .x-order-details__price {
    font-size: 16px;
  }
}
.x-trustpilot {
  position: relative;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
a.x-trustpilot:hover {
  opacity: 0.75;
}
a.x-trustpilot:active {
  opacity: 0.5;
}

.x-trustpilot__stars-wrap {
  display: flex;
  width: 110px;
  height: 22px;
}
.x-trustpilot__stars {
  background-size: 22px;
  background-repeat: repeat-x;
}
.x-trustpilot__stars_fill {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 460 460' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='matrix(1, 0, 0, 1, -21.92194938659668, -7.737159252166748)'%3E%3Cg transform='translate(0.416667, 0.583333)' fill-rule='nonzero'%3E%3Cpolygon fill='%232e2e2e' points='460 191.327 300.305 191.327 251.145 40 201.695 191.327 42 191.037 171.152 284.673 121.702 436 250.855 342.363 380.007 436 330.848 284.673'/%3E%3Cpolygon fill='%23ffffff' points='341.937 318.831 330.842 284.716 250.837 342.328'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: left center;
  width: 0;
}
.x-trustpilot__stars_empty {
  flex: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 460 460' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='matrix(1, 0, 0, 1, -21.92194938659668, -7.737159252166748)'%3E%3Cg transform='translate(0.416667, 0.583333)' fill-rule='nonzero'%3E%3Cpolygon fill='%23ccc' points='460 191.327 300.305 191.327 251.145 40 201.695 191.327 42 191.037 171.152 284.673 121.702 436 250.855 342.363 380.007 436 330.848 284.673'/%3E%3Cpolygon fill='%23ffffff' points='341.937 318.831 330.842 284.716 250.837 342.328'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: right center;
}
.x-trustpilot__rate {
  display: none;
  font-weight: 600;
}
.x-trustpilot__label {
  font-weight: 600;
}
.x-trustpilot_light {
  color: white;
}
.x-trustpilot_light:hover, .x-trustpilot_light:focus {
  color: white;
}
.x-trustpilot_light .x-trustpilot__stars_empty {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 460 460' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='matrix(1, 0, 0, 1, -21.92194938659668, -7.737159252166748)'%3E%3Cg transform='translate(0.416667, 0.583333)' fill-rule='nonzero'%3E%3Cpolygon fill='%23777' points='460 191.327 300.305 191.327 251.145 40 201.695 191.327 42 191.037 171.152 284.673 121.702 436 250.855 342.363 380.007 436 330.848 284.673'/%3E%3Cpolygon fill='%23222' points='341.937 318.831 330.842 284.716 250.837 342.328'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.x-trustpilot_light .x-trustpilot__stars_fill {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 460 460' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='matrix(1, 0, 0, 1, -21.92194938659668, -7.737159252166748)'%3E%3Cg transform='translate(0.416667, 0.583333)' fill-rule='nonzero'%3E%3Cpolygon fill='%23fff' points='460 191.327 300.305 191.327 251.145 40 201.695 191.327 42 191.037 171.152 284.673 121.702 436 250.855 342.363 380.007 436 330.848 284.673'/%3E%3Cpolygon fill='%23222' points='341.937 318.831 330.842 284.716 250.837 342.328'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.x-trustpilot_tiny .x-trustpilot__label {
  position: absolute;
  top: 100%;
  right: 1px;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

@media screen and (max-width: 1074px) {
  .x-trustpilot_tiny .x-trustpilot__rate {
    display: block;
  }
  .x-trustpilot_tiny .x-trustpilot__stars-wrap {
    width: 22px;
  }
}
.share-links {
  display: flex !important;
  margin: 0 -6px;
  cursor: default;
}

.share-links > a,
.widget.follow-us .share-links > a {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 6px;
  font-size: 16px;
  color: white !important;
  border-radius: 4px;
  background-color: #191919 !important;
  transition: opacity 0.2s;
  z-index: 1;
}
.share-links > a::before,
.widget.follow-us .share-links > a::before {
  width: 20px;
  height: 20px;
  background: none no-repeat center;
  line-height: 20px;
}
.share-links > a::after,
.widget.follow-us .share-links > a::after {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  content: "";
}
.share-links > a:hover,
.widget.follow-us .share-links > a:hover {
  opacity: 0.75;
}
.share-links > a:active,
.widget.follow-us .share-links > a:active {
  opacity: 0.5;
}
.share-links .share-instagram:before,
.widget.follow-us .share-links .share-instagram:before {
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.0002 1.44183C10.1375 1.44183 10.3884 1.45136 11.2332 1.48947C12.0145 1.52441 12.4369 1.65461 12.7195 1.76577C13.0943 1.91186 13.361 2.08335 13.6405 2.36283C13.92 2.6423 14.0946 2.90907 14.2376 3.28382C14.3455 3.56647 14.4789 3.98886 14.5139 4.77012C14.552 5.61489 14.5615 5.86578 14.5615 8.00313C14.5615 10.1405 14.552 10.3914 14.5139 11.2361C14.4789 12.0174 14.3487 12.4398 14.2376 12.7224C14.0915 13.0972 13.92 13.364 13.6405 13.6434C13.361 13.9229 13.0943 14.0976 12.7195 14.2405C12.4369 14.3485 12.0145 14.4818 11.2332 14.5168C10.3884 14.5549 10.1375 14.5644 8.0002 14.5644C5.86286 14.5644 5.61196 14.5549 4.76719 14.5168C3.98593 14.4818 3.56354 14.3516 3.28089 14.2405C2.90614 14.0944 2.63937 13.9229 2.3599 13.6434C2.08042 13.364 1.90575 13.0972 1.76284 12.7224C1.65486 12.4398 1.52147 12.0174 1.48654 11.2361C1.44843 10.3914 1.4389 10.1405 1.4389 8.00313C1.4389 5.86578 1.44843 5.61489 1.48654 4.77012C1.52147 3.98886 1.65168 3.56647 1.76284 3.28382C1.90893 2.90907 2.08042 2.6423 2.3599 2.36283C2.63937 2.08335 2.90614 1.90868 3.28089 1.76577C3.56354 1.65779 3.98593 1.52441 4.76719 1.48947C5.61196 1.44818 5.86603 1.44183 8.0002 1.44183ZM8.0002 0C5.82792 0 5.5548 0.00952753 4.7005 0.0476377C3.84937 0.0857478 3.26819 0.222309 2.76005 0.419211C2.23286 0.622465 1.78825 0.898764 1.34363 1.34338C0.899009 1.788 0.625886 2.23579 0.419456 2.75981C0.222553 3.26794 0.085992 3.84912 0.0478818 4.70343C0.00977168 5.55455 0.000244141 5.82767 0.000244141 7.99995C0.000244141 10.1722 0.00977168 10.4454 0.0478818 11.2997C0.085992 12.1508 0.222553 12.732 0.419456 13.2433C0.62271 13.7705 0.899009 14.2151 1.34363 14.6597C1.78825 15.1043 2.23604 15.3774 2.76005 15.5839C3.26819 15.7808 3.84937 15.9173 4.70367 15.9554C5.55797 15.9936 5.82792 16.0031 8.00338 16.0031C10.1788 16.0031 10.4488 15.9936 11.3031 15.9554C12.1542 15.9173 12.7354 15.7808 13.2467 15.5839C13.7739 15.3806 14.2185 15.1043 14.6631 14.6597C15.1077 14.2151 15.3809 13.7673 15.5873 13.2433C15.7842 12.7351 15.9208 12.154 15.9589 11.2997C15.997 10.4454 16.0065 10.1754 16.0065 7.99995C16.0065 5.8245 15.997 5.55455 15.9589 4.70025C15.9208 3.84912 15.7842 3.26794 15.5873 2.75663C15.384 2.22944 15.1077 1.78482 14.6631 1.34021C14.2185 0.895588 13.7707 0.622465 13.2467 0.416036C12.7386 0.219133 12.1574 0.0825719 11.3031 0.0444618C10.4456 0.00952753 10.1725 0 8.0002 0Z' fill='white'/%3E%3Cpath stroke='white' stroke-width='2' d='M8.0002 1.44183C10.1375 1.44183 10.3884 1.45136 11.2332 1.48947C12.0145 1.52441 12.4369 1.65461 12.7195 1.76577C13.0943 1.91186 13.361 2.08335 13.6405 2.36283C13.92 2.6423 14.0946 2.90907 14.2376 3.28382C14.3455 3.56647 14.4789 3.98886 14.5139 4.77012C14.552 5.61489 14.5615 5.86578 14.5615 8.00313C14.5615 10.1405 14.552 10.3914 14.5139 11.2361C14.4789 12.0174 14.3487 12.4398 14.2376 12.7224C14.0915 13.0972 13.92 13.364 13.6405 13.6434C13.361 13.9229 13.0943 14.0976 12.7195 14.2405C12.4369 14.3485 12.0145 14.4818 11.2332 14.5168C10.3884 14.5549 10.1375 14.5644 8.0002 14.5644C5.86286 14.5644 5.61196 14.5549 4.76719 14.5168C3.98593 14.4818 3.56354 14.3516 3.28089 14.2405C2.90614 14.0944 2.63937 13.9229 2.3599 13.6434C2.08042 13.364 1.90575 13.0972 1.76284 12.7224C1.65486 12.4398 1.52147 12.0174 1.48654 11.2361C1.44843 10.3914 1.4389 10.1405 1.4389 8.00313C1.4389 5.86578 1.44843 5.61489 1.48654 4.77012C1.52147 3.98886 1.65168 3.56647 1.76284 3.28382C1.90893 2.90907 2.08042 2.6423 2.3599 2.36283C2.63937 2.08335 2.90614 1.90868 3.28089 1.76577C3.56354 1.65779 3.98593 1.52441 4.76719 1.48947C5.61196 1.44818 5.86603 1.44183 8.0002 1.44183Z' fill='white'/%3E%3Cpath d='M8.00041 3.89362C5.73286 3.89362 3.89087 5.73243 3.89087 8.00316C3.89087 10.2739 5.72968 12.1127 8.00041 12.1127C10.2711 12.1127 12.11 10.2739 12.11 8.00316C12.11 5.73243 10.2711 3.89362 8.00041 3.89362ZM8.00041 10.6677C6.52682 10.6677 5.3327 9.47357 5.3327 7.99998C5.3327 6.52639 6.52682 5.33227 8.00041 5.33227C9.474 5.33227 10.6681 6.52639 10.6681 7.99998C10.6681 9.47357 9.474 10.6677 8.00041 10.6677Z' fill='%23191919'/%3E%3Cpath d='M12.2716 4.68768C12.8013 4.68768 13.2307 4.25827 13.2307 3.72858C13.2307 3.19888 12.8013 2.76947 12.2716 2.76947C11.7419 2.76947 11.3125 3.19888 11.3125 3.72858C11.3125 4.25827 11.7419 4.68768 12.2716 4.68768Z' fill='%23191919'/%3E%3C/svg%3E");
  content: "";
}
.share-links .share-tiktok:before,
.widget.follow-us .share-links .share-tiktok:before {
  background-size: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cpath d='M16.6 5.82s.51.5 0 0A4.278 4.278 0 0 1 15.54 3h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}

#side-nav-panel .share-links > a,
#footer .share-links > a {
  color: #191919 !important;
  background-color: white !important;
}
#side-nav-panel .share-links .share-instagram:before,
#footer .share-links .share-instagram:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.0002 1.44183C10.1375 1.44183 10.3884 1.45136 11.2332 1.48947C12.0145 1.52441 12.4369 1.65461 12.7195 1.76577C13.0943 1.91186 13.361 2.08335 13.6405 2.36283C13.92 2.6423 14.0946 2.90907 14.2376 3.28382C14.3455 3.56647 14.4789 3.98886 14.5139 4.77012C14.552 5.61489 14.5615 5.86578 14.5615 8.00313C14.5615 10.1405 14.552 10.3914 14.5139 11.2361C14.4789 12.0174 14.3487 12.4398 14.2376 12.7224C14.0915 13.0972 13.92 13.364 13.6405 13.6434C13.361 13.9229 13.0943 14.0976 12.7195 14.2405C12.4369 14.3485 12.0145 14.4818 11.2332 14.5168C10.3884 14.5549 10.1375 14.5644 8.0002 14.5644C5.86286 14.5644 5.61196 14.5549 4.76719 14.5168C3.98593 14.4818 3.56354 14.3516 3.28089 14.2405C2.90614 14.0944 2.63937 13.9229 2.3599 13.6434C2.08042 13.364 1.90575 13.0972 1.76284 12.7224C1.65486 12.4398 1.52147 12.0174 1.48654 11.2361C1.44843 10.3914 1.4389 10.1405 1.4389 8.00313C1.4389 5.86578 1.44843 5.61489 1.48654 4.77012C1.52147 3.98886 1.65168 3.56647 1.76284 3.28382C1.90893 2.90907 2.08042 2.6423 2.3599 2.36283C2.63937 2.08335 2.90614 1.90868 3.28089 1.76577C3.56354 1.65779 3.98593 1.52441 4.76719 1.48947C5.61196 1.44818 5.86603 1.44183 8.0002 1.44183ZM8.0002 0C5.82792 0 5.5548 0.00952753 4.7005 0.0476377C3.84937 0.0857478 3.26819 0.222309 2.76005 0.419211C2.23286 0.622465 1.78825 0.898764 1.34363 1.34338C0.899009 1.788 0.625886 2.23579 0.419456 2.75981C0.222553 3.26794 0.085992 3.84912 0.0478818 4.70343C0.00977168 5.55455 0.000244141 5.82767 0.000244141 7.99995C0.000244141 10.1722 0.00977168 10.4454 0.0478818 11.2997C0.085992 12.1508 0.222553 12.732 0.419456 13.2433C0.62271 13.7705 0.899009 14.2151 1.34363 14.6597C1.78825 15.1043 2.23604 15.3774 2.76005 15.5839C3.26819 15.7808 3.84937 15.9173 4.70367 15.9554C5.55797 15.9936 5.82792 16.0031 8.00338 16.0031C10.1788 16.0031 10.4488 15.9936 11.3031 15.9554C12.1542 15.9173 12.7354 15.7808 13.2467 15.5839C13.7739 15.3806 14.2185 15.1043 14.6631 14.6597C15.1077 14.2151 15.3809 13.7673 15.5873 13.2433C15.7842 12.7351 15.9208 12.154 15.9589 11.2997C15.997 10.4454 16.0065 10.1754 16.0065 7.99995C16.0065 5.8245 15.997 5.55455 15.9589 4.70025C15.9208 3.84912 15.7842 3.26794 15.5873 2.75663C15.384 2.22944 15.1077 1.78482 14.6631 1.34021C14.2185 0.895588 13.7707 0.622465 13.2467 0.416036C12.7386 0.219133 12.1574 0.0825719 11.3031 0.0444618C10.4456 0.00952753 10.1725 0 8.0002 0Z' fill='%23191919'/%3E%3Cpath stroke='%23191919' stroke-width='2' d='M8.0002 1.44183C10.1375 1.44183 10.3884 1.45136 11.2332 1.48947C12.0145 1.52441 12.4369 1.65461 12.7195 1.76577C13.0943 1.91186 13.361 2.08335 13.6405 2.36283C13.92 2.6423 14.0946 2.90907 14.2376 3.28382C14.3455 3.56647 14.4789 3.98886 14.5139 4.77012C14.552 5.61489 14.5615 5.86578 14.5615 8.00313C14.5615 10.1405 14.552 10.3914 14.5139 11.2361C14.4789 12.0174 14.3487 12.4398 14.2376 12.7224C14.0915 13.0972 13.92 13.364 13.6405 13.6434C13.361 13.9229 13.0943 14.0976 12.7195 14.2405C12.4369 14.3485 12.0145 14.4818 11.2332 14.5168C10.3884 14.5549 10.1375 14.5644 8.0002 14.5644C5.86286 14.5644 5.61196 14.5549 4.76719 14.5168C3.98593 14.4818 3.56354 14.3516 3.28089 14.2405C2.90614 14.0944 2.63937 13.9229 2.3599 13.6434C2.08042 13.364 1.90575 13.0972 1.76284 12.7224C1.65486 12.4398 1.52147 12.0174 1.48654 11.2361C1.44843 10.3914 1.4389 10.1405 1.4389 8.00313C1.4389 5.86578 1.44843 5.61489 1.48654 4.77012C1.52147 3.98886 1.65168 3.56647 1.76284 3.28382C1.90893 2.90907 2.08042 2.6423 2.3599 2.36283C2.63937 2.08335 2.90614 1.90868 3.28089 1.76577C3.56354 1.65779 3.98593 1.52441 4.76719 1.48947C5.61196 1.44818 5.86603 1.44183 8.0002 1.44183Z' fill='%23191919'/%3E%3Cpath d='M8.00041 3.89362C5.73286 3.89362 3.89087 5.73243 3.89087 8.00316C3.89087 10.2739 5.72968 12.1127 8.00041 12.1127C10.2711 12.1127 12.11 10.2739 12.11 8.00316C12.11 5.73243 10.2711 3.89362 8.00041 3.89362ZM8.00041 10.6677C6.52682 10.6677 5.3327 9.47357 5.3327 7.99998C5.3327 6.52639 6.52682 5.33227 8.00041 5.33227C9.474 5.33227 10.6681 6.52639 10.6681 7.99998C10.6681 9.47357 9.474 10.6677 8.00041 10.6677Z' fill='white'/%3E%3Cpath d='M12.2716 4.68768C12.8013 4.68768 13.2307 4.25827 13.2307 3.72858C13.2307 3.19888 12.8013 2.76947 12.2716 2.76947C11.7419 2.76947 11.3125 3.19888 11.3125 3.72858C11.3125 4.25827 11.7419 4.68768 12.2716 4.68768Z' fill='white'/%3E%3C/svg%3E");
}
#side-nav-panel .share-links .share-tiktok:before,
#footer .share-links .share-tiktok:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cpath d='M16.6 5.82s.51.5 0 0A4.278 4.278 0 0 1 15.54 3h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48z' fill='%23191919'%3E%3C/path%3E%3C/svg%3E");
}
.sidebar .filter-item-list {
  margin-left: -5px;
  margin-right: -5px;
  max-height: none;
  overflow: visible;
}
.sidebar .filter-item-list > li {
  width: auto;
}

.filter-item-list .chosen > .filter-color::after {
  opacity: 1;
}
.filter-item-list .filter-color {
  margin: 5px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
}
.filter-item-list .filter-color_light {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.filter-item-list .filter-color_light::after {
  filter: invert(1);
}
.filter-item-list .filter-color::before {
  display: none !important;
  content: "" !important;
}
.filter-item-list .filter-color::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  background: center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5001 7.78002L1.7201 5.00002L0.773438 5.94002L4.5001 9.66669L12.5001 1.66668L11.5601 0.726685L4.5001 7.78002Z' fill='white'/%3E%3C/svg%3E");
  opacity: 0;
  transition: opacity 0.4s;
  content: "";
}
#footer {
  padding-bottom: 20px;
  font: 400 14px/20px Inter, Arial, Helvetica, sans-serif;
  color: #969799;
}
#footer a:not(.btn) {
  color: white;
}
#footer .footer__contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer__contacts > li + li {
  margin-top: 8px;
}
#footer .share-links > a {
  width: 20px;
  height: 20px;
  font-size: 14px;
}
#footer .widget {
  margin: 0;
}
#footer .widget:not(:last-child) {
  margin-bottom: 20px;
}
#footer .widget p {
  margin: 0 0 10px 0;
  line-height: 24px;
}
#footer .widget p:last-child {
  margin-bottom: 0;
}
#footer .widget-title {
  font: 700 0.92em/16px Poppins, Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
  color: #969799;
}
#footer .widget_nav_menu > div > ul {
  border: none;
  margin: -5px !important;
}
#footer .widget_nav_menu > div > ul li {
  padding: 0;
  border: none;
}
#footer .widget_nav_menu > div > ul li:before {
  display: none;
}
#footer .widget_nav_menu > div > ul li > a {
  display: inline-block;
  color: white;
  padding: 5px;
}
#footer .widget_nav_menu > div > ul li > a:hover, #footer .widget_nav_menu > div > ul li > a:focus {
  opacity: 0.75;
}
#footer .widget_nav_menu > div > ul li > a:active {
  opacity: 0.5;
}
#footer .footer-main > .container {
  padding-top: 0;
  padding-bottom: 55px;
}
#footer .footer-main > .container > .row > div {
  padding-top: 60px;
}
#footer .footer-bottom {
  padding: 0;
  font-size: 1em;
}
#footer .footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-bottom .footer-right {
  flex: 1 0 100% !important;
  order: -1;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
#footer .footer-bottom .footer-right .widget_nav_menu li {
  padding: 0 !important;
  margin-right: 60px;
}
#footer .footer-bottom .footer-right .widget_nav_menu li:before {
  display: none;
}
#footer .footer-bottom .footer-right .widget {
  margin: 0;
}
#footer .footer-bottom .footer-center {
  flex: 0 0 auto !important;
  text-align: right;
  margin-left: 20px;
}
#footer .footer-bottom .footer-copyright {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #969799;
}

@media screen and (max-width: 991px) and (min-width: 490px) {
  #footer .footer-main > .container > .row > div {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  #footer .widget-title {
    margin-bottom: 16px;
  }
  #footer .footer-main > .container {
    padding-bottom: 24px;
  }
  #footer .footer-main > .container > .row > div {
    padding-top: 36px;
  }
  #footer .footer-bottom .footer-right .widget_nav_menu li {
    margin-right: 32px;
  }
  #footer .footer-bottom .footer-center {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
}
.pswp {
  --pswp-bg: #191919;
  --pswp-x-thumb-size: 70px;
  --pswp-x-thumb-padding: 5px;
}
.pswp_tiny-thumb-padding {
  --pswp-x-thumb-padding: 1px;
}
.pswp--zoomed-in .pswp__thumbs {
  opacity: 0 !important;
  transform: translateX(-40px);
  visibility: hidden;
}
.pswp__img {
  border-radius: 4px;
}
.pswp__top-bar .pswp__button {
  opacity: 1;
}
.pswp__top-bar .pswp__button:hover .pswp__icn, .pswp__top-bar .pswp__button:focus .pswp__icn, .pswp__top-bar .pswp__button:active .pswp__icn {
  background: #191919;
}
.pswp__top-bar .pswp__icn {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.075);
  transition: background 0.2s;
}
.pswp__counter {
  flex: 0 0 auto;
}
.pswp .pswp__counter, .pswp__x-caption {
  font: 400 10pt/30px Inter, Arial, Helvetica, sans-serif;
  color: white;
  text-shadow: 0 14px #191919;
  opacity: 1;
}
.pswp__x-caption {
  margin: 15px 0 0 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pswp__thumbs {
  position: absolute;
  top: 70px;
  left: 40px;
  width: var(--pswp-x-thumb-size);
  bottom: 40px;
  display: flex;
  padding-top: 36px;
  padding-bottom: 36px;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s !important;
}
.pswp__thumbs_show-controls .pswp__thumbs-control {
  opacity: 0.7;
  visibility: visible;
  pointer-events: auto;
}
.pswp__thumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  scroll-behavior: smooth;
}
.pswp__thumbs-control {
  position: absolute;
  left: 0;
  width: 100%;
  height: 28px;
  border: none;
  background: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.5s;
  cursor: pointer;
  pointer-events: none;
}
.pswp__thumbs-control::before {
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.645 8.97831L7 3.63498L12.355 8.97831L14 7.33331L7 0.333313L0 7.33331L1.645 8.97831Z' fill='white'/%3E%3C/svg%3E") center no-repeat;
  content: "";
}
.pswp__thumbs-control:hover, .pswp__thumbs-control:focus {
  opacity: 1;
}
.pswp__thumbs-up {
  top: 0;
}
.pswp__thumbs-down {
  bottom: 0;
}
.pswp__thumbs-down::before {
  transform: rotate(180deg);
}
.pswp__thumb {
  display: block;
  width: var(--pswp-x-thumb-size);
  height: var(--pswp-x-thumb-size);
  flex: 0 0 var(--pswp-x-thumb-size);
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.7;
  background-color: white;
  transition: opacity 0.2s;
  cursor: pointer;
}
.pswp__thumb:active .pswp__thumb-img {
  transform: scale(0.95);
}
.pswp__thumb + .pswp__thumb {
  margin-top: 8px;
}
.pswp__thumb-img {
  width: 100%;
  height: 100%;
  padding: var(--pswp-x-thumb-padding);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.pswp__thumb:hover, .pswp__thumb_active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pswp {
    --pswp-x-thumb-size: 40px;
    --pswp-x-thumb-padding: 2px;
  }
  .pswp--zoomed-in .pswp__thumbs {
    transform: translateY(40px);
  }
  .pswp__thumbs {
    top: auto;
    left: 5px;
    right: 5px;
    bottom: 5px;
    flex-direction: row;
    width: auto;
    padding: 0;
    height: var(--pswp-x-thumb-size);
  }
  .pswp__thumbs-control {
    display: none;
  }
  .pswp__thumbs-up {
    left: 0;
    right: auto;
  }
  .pswp__thumbs-up::before {
    transform: rotate(-90deg);
  }
  .pswp__thumbs-down {
    right: 0;
    left: auto;
  }
  .pswp__thumbs-down::before {
    transform: rotate(90deg);
  }
  .pswp__thumbs-list {
    display: flex;
  }
  .pswp__thumb + .pswp__thumb {
    margin-top: 0;
    margin-left: 5px;
  }
}
.product_list_widget .product-details a {
  font-size: 1em;
}
.product_list_widget .star-rating {
  display: none;
}
.product_list_widget .product-image {
  border-radius: 6px;
}
#mini-cart {
  background-color: #f5f5f7;
  border-radius: 6px;
}
#mini-cart .cart-icon {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 4px;
  padding-left: 6px;
}
#mini-cart .cart-icon::after {
  display: none !important;
}
#mini-cart .minicart-icon {
  margin: 0;
  padding: 0;
  width: 17px;
  height: 17px;
  border: none;
  border-radius: 0;
  background: transparent center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 576 512'%3E%3Cpath d='M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058c14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701c14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z' fill='%23191919'%3E%3C/path%3E%3C/svg%3E");
}
#mini-cart .cart-items {
  position: static;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  width: auto;
  line-height: 24px;
  text-align: center;
  padding: 0 4px;
  margin: 0 0 0 6px;
  background-color: #ef4444;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none !important;
}
#mini-cart .cart-list {
  min-height: auto;
}
#mini-cart .cart-popup {
  border: none;
  margin-top: 12px;
  width: 360px;
  max-width: calc(100vw - 50px);
  box-shadow: 0 14px 37px rgba(0, 0, 0, 0.21);
  border-radius: 4px;
  overflow: hidden;
}
#mini-cart .cart-popup .total-count {
  padding: 0 0 12px 0;
}
#mini-cart .cart-popup .total-count > span {
  font-size: 0.9em;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
}
#mini-cart .cart-popup .total-count a {
  display: none;
}
#mini-cart .widget_shopping_cart_content {
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
}
#mini-cart .widget_shopping_cart .buttons {
  padding: 0;
}
#mini-cart .widget_shopping_cart .buttons a {
  display: block !important;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 0 !important;
  text-transform: none;
}
#mini-cart .widget_shopping_cart .buttons a.checkout {
  display: none !important;
}
#mini-cart .widget_shopping_cart strong {
  font-weight: 600;
}
#mini-cart .widget_shopping_cart .total {
  padding: 12px 0;
  text-transform: none;
}
#mini-cart .widget_shopping_cart .total .amount {
  font-size: 1em;
  font-weight: 600;
}
#mini-cart .widget_shopping_cart li.empty {
  padding: 20px 0 0 0;
}
#mini-cart li.mini_cart_item:not(.empty) {
  padding: 12px 26px 12px 0;
}
#mini-cart li.mini_cart_item:not(.empty) .product-image img {
  padding: 0 !important;
}
#mini-cart .product-image {
  position: static;
  width: 96px;
  flex: 0 0 96px;
}
#mini-cart .product-image .inner {
  position: static;
}
#mini-cart .product-details {
  font-size: 14px;
}
#mini-cart .product-details a {
  font-weight: 600;
}
#mini-cart .quantity,
#mini-cart .quantity .amount {
  font-size: 1em;
  font-weight: 600;
  color: #191919 !important;
}
#mini-cart .quantity {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#mini-cart .variation-Delivery {
  display: none;
}

#mini-cart .remove-product,
.wishlist_table .remove_from_wishlist.remove,
.shop_table.cart-table a.remove.remove-product {
  position: absolute;
  padding: 4px;
  background-color: #f5f5f7;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: none;
  transition: background 0.2s;
  top: 12px;
  right: 0;
  width: 24px;
  height: 24px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.66634 1.73449L8.72634 0.794495L4.99967 4.52116L1.27301 0.794495L0.333008 1.73449L4.05967 5.46116L0.333008 9.18783L1.27301 10.1278L4.99967 6.40116L8.72634 10.1278L9.66634 9.18783L5.93967 5.46116L9.66634 1.73449Z' fill='%23191919'/%3E%3C/svg%3E") !important;
}
#mini-cart .remove-product:hover, #mini-cart .remove-product:focus,
.wishlist_table .remove_from_wishlist.remove:hover,
.wishlist_table .remove_from_wishlist.remove:focus,
.shop_table.cart-table a.remove.remove-product:hover,
.shop_table.cart-table a.remove.remove-product:focus {
  text-decoration: none;
  background-color: #e5e5e5;
}
#mini-cart .remove-product:active,
.wishlist_table .remove_from_wishlist.remove:active,
.shop_table.cart-table a.remove.remove-product:active {
  background-color: #eee;
}
#mini-cart .remove-product:before,
.wishlist_table .remove_from_wishlist.remove:before,
.shop_table.cart-table a.remove.remove-product:before {
  display: none;
  content: "";
}

#header.sticky-header #mini-cart {
  background-color: rgba(255, 255, 255, 0.1);
}
#header.sticky-header #mini-cart .minicart-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83331 14C4.91665 14 4.17498 14.75 4.17498 15.6667C4.17498 16.5834 4.91665 17.3334 5.83331 17.3334C6.74998 17.3334 7.49998 16.5834 7.49998 15.6667C7.49998 14.75 6.74998 14 5.83331 14ZM0.833313 0.666687V2.33335H2.49998L5.49998 8.65835L4.37498 10.7C4.24165 10.9334 4.16665 11.2084 4.16665 11.5C4.16665 12.4167 4.91665 13.1667 5.83331 13.1667H15.8333V11.5H6.18331C6.06665 11.5 5.97498 11.4084 5.97498 11.2917L5.99998 11.1917L6.74998 9.83335H12.9583C13.5833 9.83335 14.1333 9.49169 14.4166 8.97502L17.4 3.56669C17.4666 3.45002 17.5 3.30835 17.5 3.16669C17.5 2.70835 17.125 2.33335 16.6666 2.33335H4.34165L3.55831 0.666687H0.833313ZM14.1666 14C13.25 14 12.5083 14.75 12.5083 15.6667C12.5083 16.5834 13.25 17.3334 14.1666 17.3334C15.0833 17.3334 15.8333 16.5834 15.8333 15.6667C15.8333 14.75 15.0833 14 14.1666 14Z' fill='white'/%3E%3C/svg%3E");
}
#side-nav-panel {
  padding-top: 60px;
  width: 100vw;
  max-width: 375px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background-color: #191919;
}
#side-nav-panel.panel-left {
  transform: translateX(-375px);
}
#side-nav-panel.panel-right {
  transform: translateX(375px);
}
#side-nav-panel .side-nav-panel-close {
  top: 16px;
  left: 5px;
  right: auto;
  width: 32px;
  height: 32px;
  background: center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8333 1.34169L10.6583 0.166687L5.99996 4.82502L1.34163 0.166687L0.166626 1.34169L4.82496 6.00002L0.166626 10.6584L1.34163 11.8334L5.99996 7.17502L10.6583 11.8334L11.8333 10.6584L7.17496 6.00002L11.8333 1.34169Z' fill='white'/%3E%3C/svg%3E");
  border-radius: 4px;
}
#side-nav-panel .side-nav-panel-close * {
  display: none;
}
#side-nav-panel .accordion-menu li {
  border: none !important;
}
#side-nav-panel .menu-wrap {
  margin: 0;
  padding: 0;
}
#side-nav-panel .panel-inner {
  margin: 28px 15px;
}
#side-nav-panel .accordion-menu {
  margin: 0 15px 20px;
  padding: 0;
}
#side-nav-panel .accordion-menu > li.menu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#side-nav-panel .accordion-menu > li.menu-item > .arrow {
  position: relative;
  flex: 1;
  margin-left: 10px;
}
#side-nav-panel .accordion-menu > li.menu-item > a {
  padding: 0;
  text-transform: none;
  max-width: calc(100% - 60px);
}
#side-nav-panel .accordion-menu > li.menu-item > .sub-menu {
  margin-top: 10px;
}
#side-nav-panel .accordion-menu > li.menu-item > .sub-menu > .has-sub:first-child {
  margin-top: 0;
}
#side-nav-panel .accordion-menu > li.menu-item > .sub-menu > .has-sub:first-child > a[href="#"],
#side-nav-panel .accordion-menu > li.menu-item > .sub-menu > .has-sub:first-child > a.nolink {
  margin-top: 0;
}
#side-nav-panel .accordion-menu > li.menu-item.open > a,
#side-nav-panel .accordion-menu > li.menu-item.open > .arrow {
  position: sticky;
  top: -46px;
  z-index: 4;
}
#side-nav-panel .accordion-menu > li.menu-item.open > a::after,
#side-nav-panel .accordion-menu > li.menu-item.open > .arrow::after {
  position: absolute;
  top: -15px;
  left: -5px;
  right: -5px;
  bottom: -15px;
  background: linear-gradient(to bottom, #191919, transparent);
  pointer-events: none;
  z-index: -1;
  content: "";
}
#side-nav-panel .accordion-menu li.menu-item > a {
  display: inline-block;
  background: none !important;
}
#side-nav-panel .accordion-menu li.menu-item > a:hover, #side-nav-panel .accordion-menu li.menu-item > a:focus {
  text-decoration: underline;
}
#side-nav-panel .accordion-menu .arrow {
  top: 0;
  right: 0;
  min-width: 50px;
  height: 32px;
  border-radius: 4px;
  transition: none;
}
#side-nav-panel .accordion-menu .arrow::before {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.4);
  transition: transform 0.25s;
  margin: -3px -6px 0 0;
  content: "" !important;
}
#side-nav-panel .accordion-menu .arrow:hover, #side-nav-panel .accordion-menu .arrow:focus, #side-nav-panel .accordion-menu .arrow:active {
  background-color: rgba(255, 255, 255, 0.1);
}
#side-nav-panel .accordion-menu .open > .arrow::before {
  transform: rotate(180deg) translateY(6px);
}
#side-nav-panel .accordion-menu li.menu-item.active > a,
#side-nav-panel .accordion-menu .menu-custom-block a:hover {
  background-color: inherit;
}
#side-nav-panel .mobile-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
#side-nav-panel .mobile-menu > li.menu-item > a {
  font: 700 28px/32px Poppins, Arial, Helvetica, sans-serif;
}
#side-nav-panel .mobile-menu > li.menu-item + li {
  margin-top: 20px;
}
#side-nav-panel .top-links > li.menu-item > a {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
#side-nav-panel .top-links > li.menu-item + li {
  margin-top: 12px;
}
#side-nav-panel .sub-menu {
  margin: 0;
  padding: 0;
  width: 100%;
}
#side-nav-panel .sub-menu > li > a {
  margin: 0;
  padding: 4px 0 !important;
  font-size: 14px;
  font-weight: 400 !important;
}
#side-nav-panel .sub-menu .has-sub > a[href="#"],
#side-nav-panel .sub-menu .has-sub > a.nolink {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-top: 10px;
}
#side-nav-panel .sub-menu .has-sub .arrow {
  display: none;
}
#side-nav-panel .sub-menu .sub-menu {
  display: block;
}
#side-nav-panel .share-links {
  justify-content: center;
}

html.panel-opened .page-wrapper,
html.panel-opened #header.sticky-header .header-main.sticky,
html.sidebar-opened #header.sticky-header .header-main.sticky,
.filter-sidebar-opened #header.sticky-header .header-main.sticky {
  left: auto;
  right: auto;
}
.tooltip-inner {
  max-width: 380px;
  min-height: 36px;
  padding: 8px 12px 8px 40px;
  color: white;
  background: #191919 url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00033 0.864929C4.40033 0.864929 0.666992 4.59826 0.666992 9.19826C0.666992 13.7983 4.40033 17.5316 9.00033 17.5316C13.6003 17.5316 17.3337 13.7983 17.3337 9.19826C17.3337 4.59826 13.6003 0.864929 9.00033 0.864929ZM9.83366 13.3649H8.16699V8.36493H9.83366V13.3649ZM9.83366 6.69826H8.16699V5.0316H9.83366V6.69826Z' fill='white'/%3E%3C/svg%3E") left 12px center no-repeat;
  font: 400 12px/18px Inter, Arial, Helvetica, sans-serif;
  text-align: left;
  border-radius: 4px;
}
.tooltip-inner a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
.tooltip-inner a:hover, .tooltip-inner a:focus {
  opacity: 0.75;
}
.tooltip-inner .x-link {
  font-size: inherit;
  line-height: inherit;
}
.tooltip-inner .x-link_arrow-after::before {
  filter: invert(1);
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #191919;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #191919;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #191919;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #191919;
}

.tooltip_without-icon .tooltip-inner {
  padding: 8px 12px;
  background-image: none;
}
.tooltip_at-image .tooltip-inner {
  background-color: rgba(25, 25, 25, 0.8);
}
.tooltip_at-image a {
  text-decoration: none;
}
.tooltip.show {
  opacity: 1;
}
.tooltip__link {
  position: relative;
  display: block;
  margin: -8px -12px;
  padding: 8px 32px 8px 12px;
  border-radius: 4px;
  font-weight: 400 !important;
}
.tooltip__link:hover::after {
  transform: translateX(2px);
}
.tooltip__link::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1L4.5 5L0.5 9' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
  transition: transform 0.2s;
  content: "";
}
.star-rating,
.wc-block-grid__product-rating .star-rating {
  display: block;
  width: 100px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='-2 -2 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9999 6.70008L11.0083 6.18341L8.66659 0.666748L6.32492 6.19175L0.333252 6.70008L4.88325 10.6417L3.51659 16.5001L8.66659 13.3917L13.8166 16.5001L12.4583 10.6417L16.9999 6.70008ZM8.66659 11.8334L5.53325 13.7251L6.36659 10.1584L3.59992 7.75841L7.24992 7.44175L8.66659 4.08341L10.0916 7.45008L13.7416 7.76675L10.9749 10.1667L11.8083 13.7334L8.66659 11.8334Z' fill='%23191919'/%3E%3C/svg%3E") center left repeat-x;
  background-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  cursor: default;
  font-family: inherit;
}
.star-rating::before,
.star-rating > span::before,
.wc-block-grid__product-rating .star-rating::before,
.wc-block-grid__product-rating .star-rating > span::before {
  display: none;
  font-family: inherit;
  content: "";
}
.star-rating > span,
.wc-block-grid__product-rating .star-rating > span {
  display: block;
  position: static;
  padding: 0;
  height: 100%;
  background: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='-2 -2 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99984 13.3917L14.1498 16.5001L12.7832 10.6417L17.3332 6.70008L11.3415 6.19175L8.99984 0.666748L6.65817 6.19175L0.666504 6.70008L5.2165 10.6417L3.84984 16.5001L8.99984 13.3917Z' fill='%23191919'/%3E%3C/svg%3E");
  text-indent: -999px;
}

.star-rating-lg .star-rating {
  width: 120px;
  height: 24px;
  background-size: 24px;
}
body .select2-container--default .select2-selection--single {
  height: 40px !important;
  border-color: rgba(25, 25, 25, 0.2);
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 22px 0 14px !important;
  line-height: 38px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 9px;
  width: 12px;
  height: 38px;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #191919;
  background-color: #bbb;
}
body .select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}
body .select2-container--open .select2-selection--single {
  border-color: rgba(25, 25, 25, 0.4);
}
body .select2-results__option {
  padding: 4px 14px;
}
body .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
}
.tagcloud a.tag-cloud-link {
  padding: 6px 10px;
  border-radius: 4px;
  font: 500 0.8rem Inter, Arial, Helvetica, sans-serif !important;
  text-transform: none;
  letter-spacing: 0;
}
.tagcloud a.tag-cloud-link:hover, .tagcloud a.tag-cloud-link:focus {
  opacity: 0.8;
}
.x-category-menu-wrap {
  margin: 0 0 -45px -16px;
  padding: 25px 0 40px;
  overflow: hidden;
}

.x-category-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92em;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.x-category-menu .owl-nav .disabled {
  opacity: 0 !important;
}
.x-category-menu .owl-nav button {
  opacity: 0.82;
  transition: all 0.25s !important;
}
.x-category-menu .owl-nav button:hover, .x-category-menu .owl-nav button:focus {
  opacity: 1;
}
.x-category-menu .owl-prev {
  left: 16px !important;
}
.x-category-menu__child {
  text-align: center;
  transition: all 0.5s;
}
.x-category-menu__child_active .x-category-menu__label {
  color: #191919;
  font-weight: 600;
}
.x-category-menu__link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.2s;
}
.x-category-menu__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.x-category-menu__link:hover, .x-category-menu__link:focus {
  text-decoration-color: rgba(25, 25, 25, 0.75);
}
.x-category-menu__link:hover .x-category-menu__label, .x-category-menu__link:focus .x-category-menu__label {
  color: #191919;
}
.x-category-menu__image, .x-category-menu__placeholder, .x-category-menu__item > svg {
  display: block;
  width: 80px;
  height: 70px;
  margin: 0 auto 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.x-category-menu__placeholder {
  width: 70px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.x-category-menu__item {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 12px 16px;
  line-height: 1.2;
  min-width: 100px;
}
.x-category-menu__label {
  color: #777;
  font-weight: 500;
  transition: opacity 0.5s, filter 0.5s, color 0.2s, background-color 0.2s;
}

@media screen and (max-width: 991px) {
  .x-category-menu-wrap {
    margin-top: -25px;
    margin-bottom: -40px;
  }
  .x-category-menu {
    margin-bottom: 10px;
  }
  .x-category-menu__image, .x-category-menu__placeholder, .x-category-menu__item > svg {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .x-category-menu .owl-item {
    max-width: 140px;
  }
}
.x-nav {
  position: relative;
  display: flex;
}
.x-nav_sticky {
  position: sticky;
  top: var(--x-menu-after-pos, 0);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 15;
}
.x-nav_tabs {
  flex-direction: row;
}
.x-nav_tabs::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  content: "";
}
.x-nav_tabs .x-nav__link {
  flex: 1;
}
.x-nav_inline {
  display: inline-flex;
}
.x-nav_inline .x-nav__link {
  flex: auto;
}
.x-nav_group {
  display: inline-flex;
  padding: 0 1px;
  background-color: #eeeff2;
  border-radius: 4px;
}
.x-nav_group .x-nav__active-bar {
  top: 1px;
  bottom: 1px;
  height: auto;
  background-color: white;
  border-radius: 4px;
}
.x-nav_menu {
  display: block;
  max-width: 320px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-radius: 4px;
}
.x-nav_menu .x-nav__node {
  display: block;
  padding: 10px 1.5rem;
  border: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.2s;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  -webkit-text-decoration: underline transparent 0px;
          text-decoration: underline transparent 0px;
  text-underline-offset: 10px;
}
.x-nav_menu .x-nav__node.active {
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration: underline #111 2px;
          text-decoration: underline #111 2px;
  text-underline-offset: 4px;
}
.x-nav_menu .x-nav__node:hover {
  background-color: #f5f5f5 !important;
}
.x-nav__link {
  position: relative;
  display: flex;
  flex: 1;
  margin: 0;
  padding: 2px var(--x-size-padding-x);
  align-items: center;
  justify-content: center;
  font-size: var(--x-size-font-size);
  font-weight: 600;
  line-height: var(--x-size-line-height);
  font-family: Inter, Arial, Helvetica, sans-serif;
  min-height: var(--x-size-min-height);
  text-align: center;
  transition: color 0.2s;
  cursor: pointer;
  z-index: 1;
}
.x-nav__link-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.x-nav__link:hover, .x-nav__link:focus {
  color: #383838;
  text-decoration: none;
}
.x-nav__link:active {
  opacity: 0.7;
}
.x-nav__link.list-group-item, .x-nav__link.list-group-item.active {
  color: #191919;
  background: none;
  border: none;
}
.x-nav__active-bar {
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  bottom: -1px;
  background-color: #ef4444;
  transition: width 0.4s, transform 0.4s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 767px) {
  .x-nav_menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 4px 8px;
    max-width: none;
  }
  .x-nav_menu > li {
    width: 33.3%;
  }
  .x-nav_menu .x-nav__node {
    font-size: 10pt;
    font-family: Inter, Arial, Helvetica, sans-serif;
    margin: 4px 0;
    padding: 2px 4px;
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 440px) {
  .x-nav_menu > li {
    width: 50%;
  }
}
@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
  .x-nav_sticky {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.x-expert-reviews p:last-child {
  margin-bottom: 0;
}
.x-expert-reviews__tabs-row {
  margin: -4px;
}
.x-expert-reviews__tab-col {
  padding: 4px;
}
.x-expert-reviews__tab {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  background-color: #f5f5f7;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.x-expert-reviews__tab:hover {
  background-color: #eeeff2;
}
.x-expert-reviews__tab_active {
  border-color: rgba(25, 25, 25, 0.1);
  background-color: white !important;
}
.x-expert-reviews__tab:focus {
  border-color: rgba(25, 25, 25, 0.1);
  outline: none;
}
.x-expert-reviews__source {
  margin: 0;
  font: 600 1rem/1.4 Inter, Arial, Helvetica, sans-serif;
}
.x-expert-reviews__pane {
  display: none;
}
.x-expert-reviews__pane_active {
  display: block;
}
.x-expert-reviews__text {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 1419px) {
  .x-expert-reviews__tabs .x-expert-reviews__tab-col {
    flex: auto;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .x-expert-reviews__tabs {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .x-expert-reviews__tabs-row {
    flex-wrap: nowrap;
  }
  .x-expert-reviews__source {
    white-space: nowrap;
  }
  .x-expert-reviews__source-name {
    display: inline-block;
    max-width: 68vw;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
}
.x-products-carousel__nav.disabled {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .x-products-carousel .product-col {
    width: 157px !important;
  }
}
@media screen and (max-width: 767px) {
  .x-products-carousel__nav {
    display: none !important;
  }
}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
.x-carousel {
  position: relative;
}
.x-carousel_gallery .x-carousel__track {
  border-radius: 6px;
  background-color: #191919;
  overflow: hidden;
}
.x-carousel_gallery .x-carousel__el {
  max-height: 70vh;
}
.x-carousel_gallery .x-carousel__slide {
  background-color: #191919;
  flex: 0 0 100%;
}
.x-carousel_gallery .x-carousel__slide > img {
  background-color: #191919 !important;
  border-radius: 6px;
}
.x-carousel_wide .x-carousel__image {
  -o-object-position: left center;
     object-position: left center;
}
.x-carousel_fit-cover .x-carousel__el {
  display: flex;
}
.x-carousel_fit-cover .x-carousel__slide > img,
.x-carousel_fit-cover .x-carousel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.x-carousel_blog .posts-container {
  margin: 0;
}
.x-carousel_blog .owl-carousel {
  margin: 0;
}
.x-carousel_blog .blog-post-item {
  width: 320px;
  flex: 0 0 320px;
  margin: 0;
  padding: 0;
}
.x-carousel_blog .blog-post-item:not(:last-child) {
  max-width: 80vw;
}
.x-carousel_blog .blog-post-item .post-item-title {
  font: 600 14px/1.4 Inter, Arial, Helvetica, sans-serif;
}
.x-carousel_blog .blog-post-item .post-item-title a:hover {
  text-decoration: underline;
}
.x-carousel_blog .blog-post-item .post-image {
  margin-bottom: 12px;
}
.x-carousel_blog .blog-post-item .post-image__link {
  position: relative;
  display: block;
  padding-bottom: 60%;
  transition: opacity 0.2s;
}
.x-carousel_blog .blog-post-item .post-image__link:hover {
  opacity: 0.8;
}
.x-carousel_blog .blog-post-item .post-image__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.x-carousel_blog .post-meta-info__comments {
  display: none;
}
.x-carousel_blog .post-meta-info {
  font: 400 12px/14px Inter, Arial, Helvetica, sans-serif;
  opacity: 0.7;
}
.x-carousel__linker {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.x-carousel__linker:hover {
  filter: contrast(1.1);
}
.x-carousel__linker:active {
  opacity: 0.7;
}
.x-carousel__nav {
  display: flex;
  gap: 0.5rem;
}
.x-carousel__nav_inside .splide__arrow--prev {
  left: 1rem;
  border-radius: 6px 0 0 6px;
}
.x-carousel__nav_inside .splide__arrow--next {
  right: 1rem;
  border-radius: 0 6px 6px 0;
}
.x-carousel__nav_inside button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: none;
  color: white;
  border-radius: 40px !important;
  transition: background-color 0.2s, -webkit-backdrop-filter 0.2s;
  transition: background-color 0.2s, backdrop-filter 0.2s;
  transition: background-color 0.2s, backdrop-filter 0.2s, -webkit-backdrop-filter 0.2s;
  opacity: 1;
}
.x-carousel__nav_inside button:hover, .x-carousel__nav_inside button:focus {
  color: white;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.4);
}
.x-carousel__nav_inside button:active {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.75);
}
.x-carousel__el {
  margin-bottom: 0;
}
.x-carousel__el:not(.splide__list) {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
.x-carousel__el .owl-stage-outer {
  border-radius: 6px;
}
.x-carousel__actions {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.x-carousel__actions .btn {
  height: 40px;
  min-width: 40px;
  padding: 0 5px;
  border-radius: 40px;
  background: rgba(217, 217, 217, 0.48);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.x-carousel__actions .btn:hover, .x-carousel__actions .btn:focus {
  background: rgba(255, 255, 255, 0.4);
}
.x-carousel__actions .btn:active {
  color: #191919;
  background: rgba(255, 255, 255, 0.75);
}

.splide__list {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.splide__arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.splide__arrow svg {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
}
.splide__arrow path {
  fill: currentColor;
}
.splide__arrow--prev svg {
  transform: rotate(180deg);
}
.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 5;
  gap: 8px;
  padding: 20px;
  pointer-events: auto;
}
.splide__pagination__page {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
  color: white;
  background: none;
  transition: all 0.1s linear;
  border: 2px solid currentColor;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
}
.splide__pagination__page::before {
  position: absolute;
  top: -10px;
  left: -4px;
  right: -4px;
  bottom: -10px;
  z-index: 1;
  content: "";
}
.splide__pagination__page:hover {
  background-color: currentColor;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25), 0 2px 5px -2px rgba(0, 0, 0, 0.15);
}
.splide__pagination__page:focus {
  outline: none;
}
.splide__pagination__page.is-active {
  width: 28px;
  background-color: currentColor;
}
.splide__progress {
  position: absolute;
  left: 21px;
  right: 21px;
  bottom: 4px;
  z-index: 2;
}
.splide__progress__bar {
  height: 2px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .x-carousel_wide {
    margin-left: -20px;
    margin-right: -20px;
  }
  .x-carousel_wide .x-carousel__track {
    border-radius: 0;
  }
  .x-carousel:not(.x-carousel_gallery) .x-carousel__track {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .x-carousel__nav_inside .splide__arrow--prev {
    left: 2px;
  }
  .x-carousel__nav_inside .splide__arrow--next {
    right: 2px;
  }
}
.x-video__poster {
  display: block;
  position: relative;
  margin: 0;
  padding-bottom: 69%;
  background-color: #191919;
  border-radius: 6px;
  overflow: hidden;
}
.x-video__poster > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.9;
  color: #333333;
}
.x-video__play, .x-video__play::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.1s;
}
.x-video__play {
  width: 134px;
  max-width: 34%;
  aspect-ratio: 1;
  background: none;
  color: white;
  border-radius: 50%;
  border: 4px solid currentColor;
  cursor: pointer;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
  text-decoration: none !important;
  text-indent: -9999px;
}
.x-video__play::after {
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: currentColor;
  transform: scaleX(1.8) translateX(30%);
  border-radius: 2px;
  content: "";
}
.x-video__play:hover, .x-video__play:focus {
  color: white;
  transform: scale(1.1);
  outline: none;
}
.x-video__play:hover:not(:active)::after, .x-video__play:focus:not(:active)::after {
  transform: scaleX(2.2) scaleY(1.4) translateX(30%);
}

@media screen and (max-width: 575px) {
  .x-video__play {
    border-width: 2px;
  }
  .x-video__play::after {
    border-width: 15px;
  }
}
.x-pass {
  position: relative;
}
.x-pass_visible .x-pass__visible {
  display: block;
}
.x-pass_visible .x-pass__hidden {
  display: none;
}
.x-pass__visible {
  display: none;
}
.x-pass__hidden {
  display: block;
}
.x-pass__toggle {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  height: auto;
  min-height: auto;
  width: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.x-pass__toggle:hover {
  opacity: 0.5;
}
.x-pass__toggle:active, .x-pass__toggle:focus-visible {
  opacity: 1;
  background-color: rgba(25, 25, 25, 0.075);
}
body.x-geo-config-visible .page-wrapper * {
  pointer-events: none;
}

.x-geo-config {
  position: relative;
}
.x-geo-config_visible,
.x-geo-config_visible * {
  pointer-events: auto !important;
}
.x-geo-config_visible .x-geo-config__menu {
  top: 100%;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.2s, visibility 0.2s, transform 0.1s ease-out;
  visibility: visible;
}
.x-geo-config__toggle {
  color: inherit;
}
.x-geo-config__menu {
  position: absolute;
  top: -9999px;
  left: 0;
  width: 100vw;
  margin-top: 12px;
  text-align: left;
  max-width: 260px;
  padding: 20px;
  min-height: 36px;
  border-radius: 4px;
  opacity: 0;
  color: #191919;
  transition: opacity 0.5s, visibility 0.5s, transform 0.1s ease-out, top 0s 0.5s;
  visibility: hidden;
  transform: translateY(-10px);
  box-shadow: 0 14px 37px rgba(0, 0, 0, 0.21);
  will-change: transform, top, opacity;
  pointer-events: none;
  background-color: white;
  z-index: 1000;
}
.x-geo-config__menu label {
  font-weight: 500;
}
.x-geo-config .x-info-sign {
  position: relative;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}
.x-geo-config .x-info-sign::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: inherit;
  background-color: white;
  border-radius: 50%;
  z-index: -1;
  content: "";
}
.x-geo-config__country-code {
  display: none;
}

@media screen and (max-width: 1200px) {
  .x-geo-config__country-code {
    display: inline;
  }
  .x-geo-config__country-name {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .x-geo-config__menu {
    left: auto;
    right: 0;
  }
}
.x-live-products__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x-live-products__body > .product-col__more-link {
  margin-top: 20px;
}
.x-live-products__body > .product-col__more-link .x-card__body {
  padding: 14px;
}
.x-live-products__brands {
  margin: -15px -30px;
  align-items: center;
}
.x-live-products__brands a > img {
  transition: opacity 0.2s;
}
.x-live-products__brands a:hover > img {
  opacity: 0.75;
}
.x-live-products__brand-col {
  padding: 15px 30px;
  max-width: 12.5%;
  flex: 0 0 12.5%;
}
.x-live-products__brand-img {
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.x-live-products ul.products .product-more-category-name {
  display: block;
}
.x-live-products ul.products.skeleton-body li::before {
  padding-top: calc(100% + 80px);
}
.x-live-products ul.products.owl-carousel {
  margin: 0;
}
.x-live-products ul.products.owl-carousel .owl-stage-outer {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1419px) {
  .x-live-products__brand-col {
    max-width: 16.66%;
    flex: 0 0 16.66%;
  }
  .x-live-products__brand-col:nth-child(n+13) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .x-live-products ul.products.skeleton-body {
    display: flex;
    gap: 16px;
    margin: 0;
    flex-wrap: nowrap;
    padding-bottom: 72px;
    overflow: hidden;
  }
  .x-live-products ul.products li.product-col {
    width: 170px;
    flex: 0 0 170px;
    padding: 0;
  }
  .x-live-products__nav {
    padding-bottom: 2px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .x-live-products__brand-col {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .x-live-products__brand-col:nth-child(n+11) {
    display: none;
  }
  .x-live-products .x-nav {
    --x-size-min-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .x-live-products .x-nav {
    --x-size-font-size: 14px;
  }
  .x-live-products__brands {
    margin: -15px;
  }
  .x-live-products__brand-col {
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .x-live-products ul.products li.product-col {
    width: 156px;
    flex: 0 0 156px;
  }
  .x-live-products__brand-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .x-live-products__brand-col:nth-child(n+10) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .x-live-products ul.products {
    width: auto;
    margin: -12px -24px !important;
  }
  .x-live-products ul.products li.product-col {
    padding: 12px 24px;
  }
}
.x-colors-line {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.x-colors-line__item {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  z-index: 0;
}
.x-colors-line__item_dual {
  background-image: linear-gradient(to right, transparent 50%, currentColor 50%);
}
.x-colors-line__item_light {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
a.x-colors-line__item::before {
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  transition: border-color 0.2s;
  border: 3px solid transparent;
  border-radius: 4px;
  z-index: -1;
  content: "";
}
a.x-colors-line__item:hover::before {
  border-color: rgba(0, 0, 0, 0.175);
}

li.product-col .x-colors-line {
  margin: 12px 0 0 0;
}
li.product-col .links-on-image .x-colors-line {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 4px;
  z-index: 9;
}
.x-popover {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 260px;
  padding: 10px 14px;
  min-height: 36px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.4s, transform 0.2s ease-out;
  transform: translateX(-10px);
  box-shadow: 0 14px 37px rgba(0, 0, 0, 0.21);
  will-change: transform, opacity;
  background-color: white;
  z-index: 9999;
}
.x-popover.x-popover_visible {
  opacity: 1;
  transform: translateX(0);
}
.x-popover::before {
  position: absolute;
  top: -20px;
  bottom: -20px;
  width: 58px;
  content: "";
}
.x-popover::after {
  position: absolute;
  top: 50%;
  border: 8px solid transparent;
  margin-top: -8px;
  content: "";
}
.x-popover[data-pos=left] {
  margin-left: 20px;
}
.x-popover[data-pos=left]::before {
  left: -58px;
}
.x-popover[data-pos=left]::after {
  left: -15px;
  border-right-color: white;
}
.x-popover[data-pos=right] {
  margin-left: -20px;
}
.x-popover[data-pos=right]::before {
  right: -58px;
}
.x-popover[data-pos=right]::after {
  right: -15px;
  border-left-color: white;
}
.x-popover ul.products li.product-col {
  margin: 0 0 5px 0;
}
.x-popover ul.products li.product:hover .product-image {
  box-shadow: none;
}

@media screen and (max-width: 600px) {
  .x-popover {
    max-width: 46vw;
    padding: 5px;
  }
}
.x-like:focus {
  opacity: 1 !important;
}
.x-like:focus-visible {
  opacity: 0.5 !important;
}
.x-like_active .x-like__icon {
  color: #ef4444;
}
.x-like_active .x-like__icon path {
  fill: currentColor;
}
.x-like_active.x-like_pressed .x-like__icon::before, .x-like_active.x-like_pressed .x-like__icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  transform: scale(0);
  color: #ef4444;
  border: 1px solid transparent;
  box-shadow: -0.8em 0 0 -2px, 0.8em 0 0 -2px, 0 -0.8em 0 -2px, 0 0.8em 0 -2px, -0.6em -0.6em 0 -2px, -0.6em 0.6em 0 -2px, 0.6em -0.6em 0 -2px, 0.6em 0.6em 0 -2px;
}
.x-like_active.x-like_pressed .x-like__icon::before {
  -webkit-animation: effect-01-animation 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: effect-01-animation 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.x-like_active.x-like_pressed .x-like__icon::after {
  -webkit-animation: effect-02-animation 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: effect-02-animation 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.x-like__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes effect-01-animation {
  0% {
    transform: rotate(-15deg) scale(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) scale(2.5);
    opacity: 0;
  }
}

@keyframes effect-01-animation {
  0% {
    transform: rotate(-15deg) scale(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes effect-02-animation {
  0% {
    transform: rotate(10deg) scale(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) scale(2);
    opacity: 0;
  }
}
@keyframes effect-02-animation {
  0% {
    transform: rotate(10deg) scale(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) scale(2);
    opacity: 0;
  }
}
.x-coupon .woocommerce-error,
.x-coupon .woocommerce-message {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
}
.x-coupon .woocommerce-error li,
.x-coupon .woocommerce-message {
  display: flex;
  padding: 0;
  line-height: 1.4;
  align-items: center;
}
.x-coupon .woocommerce-error li::before,
.x-coupon .woocommerce-message::before {
  font-size: 18px;
  vertical-align: top;
}
.x-form_loading .x-form__submit,
.x-form_loading button[type=submit], .x-form.x-loading .x-form__submit,
.x-form.x-loading button[type=submit] {
  pointer-events: none;
  opacity: 0.5;
}
.x-form_success .x-form__hide-on-success {
  display: none;
}
.x-form_error .x-form__hide-on-error {
  display: none;
}
.x-form__errors p, .x-form__success p {
  margin: 0;
  color: inherit !important;
  line-height: 1.5;
}
.x-form__errors a, .x-form__success a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.x-form__errors a:hover, .x-form__errors a:focus, .x-form__success a:hover, .x-form__success a:focus {
  opacity: 0.75;
}
.x-form__errors a:active, .x-form__success a:active {
  opacity: 0.5;
}
[data-x-placement]:empty {
  display: none !important;
}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}

.wc-stripe-payment-button-preview{align-items:center;background-color:#000;border-radius:5px;display:flex;height:40px;justify-content:center}.wc-stripe-payment-button-preview img{height:22px}.wc-stripe-payment-button-preview:hover{cursor:pointer;filter:opacity(.7)}.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview{background-color:#ffd814}.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview img{height:40px}.wc-stripe-payment-button-preview.wc-stripe-link-preview{background-color:#00d66f}.wc-stripe-payment-button-preview.wc-stripe-link-preview img{height:40px}
button.stripe-gateway-stripelink-modal-trigger{background:no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA3MiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2LjEyIDMuNjc2ODNDMzYuMTIgMi41NDg4MiAzNy4wNzA0IDEuNjMyMDIgMzguMTg4OCAxLjYzMjAyQzM5LjMwNzIgMS42MzIwMiA0MC4yNTc2IDIuNTUzNjIgNDAuMjU3NiAzLjY3NjgzQzQwLjI1NzYgNC44MDAwMyAzOS4zNDA4IDUuNzQ1NjMgMzguMTg4OCA1Ljc0NTYzQzM3LjAzNjggNS43NDU2MyAzNi4xMiA0LjgyODgzIDM2LjEyIDMuNjc2ODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0yOS45ODA4IDEuOTIwMDFIMzMuNTgwOFYyMi4wOEgyOS45ODA4VjEuOTIwMDFaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik00MC4wMDggNy42ODAwMUgzNi4zNzkyVjIyLjA4SDQwLjAwOFY3LjY4MDAxWiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNjYuMDk2IDE0LjM5MDRDNjguODI3MiAxMi43MTA0IDcwLjY4NDggMTAuMjA5NiA3MS40MTkyIDcuNjc1MjRINjcuNzkwNEM2Ni44NDQ4IDEwLjA5NDQgNjQuNjc1MiAxMS45MTM2IDYyLjI4OTYgMTIuNjg2NFYxLjkxNTIzSDU4LjY2MDhWMjIuMDc1Mkg2Mi4yODk2VjE2LjA4QzY1LjA1OTIgMTYuNzcxMiA2Ny4yNDggMTkuMTY2NCA2Ny45OTY4IDIyLjA3NTJINzEuNjQ5NkM3MS4wOTI4IDE5LjAyMjQgNjkuMDA0OCAxNi4xNjY0IDY2LjA5NiAxNC4zOTA0WiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNDYuNDQgOS4yOTI4M0M0Ny4zOTA0IDguMDMwNDMgNDkuMjQzMiA3LjI5NjAyIDUwLjc0NTYgNy4yOTYwMkM1My41NDg4IDcuMjk2MDIgNTUuODY3MiA5LjM0NTYzIDU1Ljg3MiAxMi40NDE2VjIyLjA3NTJINTIuMjQzMlYxMy4yNDMyQzUyLjI0MzIgMTEuOTcxMiA1MS42NzY4IDEwLjUwMjQgNDkuODM4NCAxMC41MDI0QzQ3LjY3ODQgMTAuNTAyNCA0Ni40MzUyIDEyLjQxNzYgNDYuNDM1MiAxNC42NTkyVjIyLjA4NDhINDIuODA2NFY3LjY4OTYySDQ2LjQ0VjkuMjkyODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0xMiAyNEMxOC42Mjc0IDI0IDI0IDE4LjYyNzQgMjQgMTJDMjQgNS4zNzI1NyAxOC42Mjc0IDAgMTIgMEM1LjM3MjU5IDAgMCA1LjM3MjU3IDAgMTJDMCAxOC42Mjc0IDUuMzcyNTkgMjQgMTIgMjRaIiBmaWxsPSIjMDBENjZGIi8+CjxwYXRoIGQ9Ik0xMS40NDc5IDQuODAwMDVINy43NDcwN0M4LjQ2NzA3IDcuODA5NjUgMTAuNTY5NSAxMC4zODI0IDEzLjE5OTkgMTJDMTAuNTY0NyAxMy42MTc2IDguNDY3MDcgMTYuMTkwNCA3Ljc0NzA3IDE5LjJIMTEuNDQ3OUMxMi4zNjQ3IDE2LjQxNiAxNC45MDM5IDEzLjk5NjggMTguMDIzOSAxMy41MDI0VjEwLjQ5MjlDMTQuODk5MSAxMC4wMDMzIDEyLjM1OTkgNy41ODQwNSAxMS40NDc5IDQuODAwMDVaIiBmaWxsPSIjMDExRTBGIi8+Cjwvc3ZnPgo=);background-color:transparent!important;border:none;cursor:pointer;display:none;height:40px;position:absolute;right:5px;width:64px}button.stripe-gateway-stripelink-modal-trigger:hover{background-color:transparent;border-color:transparent}.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span{width:100%}.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span>span{align-items:center;display:flex;float:right;justify-content:center}#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element{padding-top:1.4em}#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element .content:empty{display:none}#radio-control-wc-payment-method-options-stripe__label>span>span{border:none}
